a:link {color: #0e5694; text-decoration: none;} 
a:visited {color: #0e5694; text-decoration: none;}
a:hover {color: #0e5694; text-decoration: none;}
a:active {color: #0e5694; text-decoration: none;}

html * {max-height:1000000px;}

::-webkit-input-placeholder {color:#5b5b5b;}
::-moz-placeholder          {color:#5b5b5b;}/* Firefox 19+ */
:-moz-placeholder           {color:#5b5b5b;}/* Firefox 18- */
:-ms-input-placeholder      {color:#5b5b5b;}

html {height: 100%; max-height: 100000000px !important;}
body {
        font-family: 'PT Sans';
        font-size: 16px;
        font-weight: normal;
        background: #ffffff;
        margin: 0px;
        padding: 0px;
        color: #151515;
        height: 100%;
        line-height: 25px;
}
textarea, input, button {
        font-family: 'PT Sans';
        font-size: 16px;
}
textarea, input[type=text], input[type=tel], input[type=password], input[type=number]  {
        padding: 0px 8px;
        border: 1px solid #0e5694 ;
        box-sizing: border-box; 
}
input[type=text], input[type=tel], input[type=password], input[type=number]  {
        line-height: 34px;
        height: 34px;
}
textarea {padding: 8px;}
select {
        border: 0px;
        padding: 0px 8px;
        margin: 0px;
        height: 34px;
        line-height: 34px;
        width: 250px;
}
button, .likebtn {
        display: inline-block;
        line-height: 45px;
        height: 45px;
        padding: 0px 20px;
        cursor: pointer;
        text-decoration: none !important;
        border: 0px !important;
        box-sizing: border-box;
        background: #184a89;
        color: #FFFFFF !important;
        font-weight: 700;
        vertical-align: middle;
        text-transform: uppercase;
}
button img, .likebtn img {vertical-align: middle; margin-bottom: 3px;}
.clear {
        clear: both;
}
h1, .h1 {
        font-family: 'PT Sans';
        font-size: 33px;
        padding-top: 0px;
        margin-top: 67px;
        margin-bottom: 15px;
        font-weight: normal;
        color:  #000;
        line-height: 40px;
        text-align: center;
}
h2, .h2 {
        font-family: 'PT Sans';
        font-size: 22px;
        padding-top: 0px;
        margin-top: 25px;
        font-weight: normal;
        color:  #000;
        text-align: center;
}
h3, .h3 {
        font-family: 'PT Sans';
        font-size: 22px;
        padding-top: 0px;
        margin-top: 25px;
        font-weight: normal;
        color:  #000;

}
h4, .h4 {
        font-family: 'PT Sans';
        font-size: 18px;
        padding-top: 0px;
        margin-top: 25px;
        font-weight: bold;
        color:  #000;
}
p {
        text-align: justify;
        margin: 15px 0px;
        padding: 0px;
}

span {
        color: #2f518d;
}

/* MessageBox */
.messageBox {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        
        background: #0e5694; /* old browsers */
        
        opacity: 0.9;
        
        position: fixed;
        right: 10px;
        top: 10px;
        
        border: 1px solid #0e5694;
        width: 280px;
        padding: 15px;
        
        text-align: center;
        
        color: white;
        z-index: 1001;
        
        box-shadow: 0px 0px 8px #ffffff,  0px 0px 8px #ffffff,  0px 0px 8px #ffffff;
}
.mb_error {
        background: #e11111 !important;
}
.mb_success {
        color: green;
}
.mb_notice {
        color: #DD5502;
}
.mb_normal {
        color: white;
}
/* MessageBox */

.redborder {border: 1px solid #cccccc;}
.red {color: #ff0000;}
.upper {text-transform: uppercase !important;}
.center {text-align: center !important;}
.bold {font-weight: 700;}
strong {font-weight: normal;}
.orange {color: #ff0101;}
.blue {color: #1999ea;}
.fancybox {border-bottom: 0px !important;}
.bigger {font-size: 22px;}
.more_bigger {font-size: 26px;}
.more_more_bigger {font-size: 30px;}
.more_more_more_bigger {font-size: 40px;}
.very_bigger {font-size: 60px;}
em, i {font-style: italic;}
.red_btn {background: #e92229 !important; border-color: #e92229 !important; color: #FFF !important;}
.blue_btn {background: #2280c9 !important; border-color: #2280c9 !important; color: #FFF !important;}
.white_border_btn {background: none !important; border-color: #FFF !important; color: #FFF !important;}
.border {border: 1px solid #d5b1f9; border-radius: 10px;}
.bgwhite {background: #FFF;}
.whiteshadow {text-shadow: 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 4px #FFF;}


/* #all {width: 100%; min-height: 100%; background: #fff; position: relative; padding-bottom: 2px; box-sizing: border-box; background: url('pattern22.gif'); overflow-x: hidden;} */

.header {
    border-bottom: solid 1px;
}

.main {
        width: 1240px;
}
.header .main {
        margin: 0px auto; 
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0px 10px 0 10px;
        height: 120px;
        justify-content: space-between;
}

 .logo {
        width: 100%;
}

.main .logo_2 {
        display: none;
}

.main_logo {
        display: flex;
        align-items: center;
}

.header .main p {
        margin-left: 16px;
}

.contacts {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.contacts a {
        display: flex;
        align-items: center;
        color: #151515;
        font-weight: 700;
        font-size: 20px;
}

.contacts img {
        margin-left: 18px;
        margin-right: 15px;
}

.contacts span {
        color: #123;
}

.bnr {
        background: url(top31.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 500px;
        border-bottom: solid 1px;       
}


.bnr .text {
        font-size: 31px;
}

.bnr .text p {
        color: #ffffff;
}
.bnr .text span {
        color: #ffffff;
}
.content .main {display: flex; font-size: 16px; line-height: 30px; padding: 0 10px;}
.content .main .left_col {max-width: 208px; margin-right: 25px; border-right: 2px solid #EEEEEE; padding-top: 50px; padding-right: 25px; box-sizing: border-box;}
.content .main .left_col a {border-bottom: 1px solid #0e5694; display: inline-block; width: 100%; color: #777777; line-height: 20px; padding: 10px 0px; text-align: left;}
.content .main .left_col a:hover {color: #000000;}
.content .main h1, .content .h1 {margin-top: 50px;}


section .main {
        margin: 0px auto; 
        box-sizing: border-box;
        position: relative;
        font-size: 29px;
        line-height: 40px; 
        display: flex;
        justify-content: space-between;
}

section .main .text {
        padding-top: 75px;
        font-weight: 400;
        /*text-shadow: 0px 0px 4px #fff;*/
}

.main .text > p:nth-child(1) {
        font-weight: 700;
}


.question {
        height: 500px;
        width: 375px;
        background: rgba(76, 76, 76, 0.7);
        margin-right: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 27px 0 27px;
        box-sizing: border-box;
}

.question p {
        color: #fff;
        line-height: 25px;
        margin: 10px 0px;
}

.question span {
        color: #f4a30a;
        font-size: 25px;
}

.question input {
        width: 100%;
        height: 45px;
        font-size: 14px;
        margin: 7px 0px;
        border: solid 1px #194ab1;
}

textarea {
        width: 100%;
        height: 73px;
        font-size: 14px;
        margin: 7px 0px;
        border: solid 1px #194ab1;
}


.btn {
        width: 100%;
        margin: 7px 0px;
        background:  #f4a30a;
        display: flex;
        justify-content: center;
        font-weight: 700;
}

.btn p {
        text-transform: none;
        color: #184a89;
        font-size: 25px;
        font-weight: 400;

}

.company .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        line-height: 25px;
}

.cmp {
        display: flex;
         flex-wrap: wrap;
        max-width: 1200px;
        align-items: center;
        justify-content: center;
         flex-direction: row;
        margin: 0 auto;
        padding-top: 50px;
        font-size:16px;
}

.cmp span {
        font-weight: 700;
}

.cmp_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 275px;
        margin: 0;
        box-sizing: border-box;
        padding: 10px;
}

.cmp_box {
        border-right: solid 1px;
        border-bottom: solid 1px;
}
 
.cmp_box:nth-child(4) {
        border-right: none;
}

.cmp_box:nth-child(5), .cmp_box:nth-child(6), .cmp_box:nth-child(7) , .cmp_box:nth-child(9), .cmp_box:nth-child(10), .cmp_box:nth-child(11){
        border-bottom: none;
}
.cmp_box:nth-child(9), .cmp_box:nth-child(10), .cmp_box:nth-child(11){
    border-top: solid 1px;
}
.cmp_box:nth-child(8) {
        border: none;
}
.cmp_box:nth-child(11){
    border-right:none;
}
.video {
        display: flex;
        justify-content: center;
        margin: 80px 0px 0px;
}

.tape {
        width: 100%;
        height: 410px;
        margin: 0px 10px 10px 0px;
}

.tape:nth-child(2) {
        margin-right: 0px;
}

.contacts .tape {
        width: 640px;
}


.foto {
        display: flex;
        justify-content: center; 
}

.foto img {
        margin-right: 10px;
}

.foto img:nth-child(2) {
        margin-right: 0px;
}



.services .main {
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        border-bottom: solid #3498db 1px;
}
.services .main h1 {
        margin-bottom: 56px;
}

.services .main span {
         color: #ff0101;
}

.serv_vertical {
        display: flex;
        justify-content: space-between;
}

.serv_vertical a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 117px;
        padding-left: 30px;
        border-top: solid #184a89 1px;
        border-right: solid #184a89 1px;
        cursor: pointer;
        font-size:18px;
}

.serv_vertical a:nth-child(3n) {
         border-right: none;
}

.serv_vertical a:hover {
        background: #184a89;
        
}

.serv_vertical a:hover p {
        color: #fff;
}

.serv_vertical a img {
       color: rgb(24, 74, 137);
}

.serv_vertical a:hover img {
       filter: contrast(50%) brightness(400%)
}

.serv_vertical p {
        margin-left: 15px;
        color: #123;
        line-height: 25px;
}

.delivery .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        line-height: 25px;
}

.dlv {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 50px;
       
}

.dlv_box {
        display: flex;
        flex-direction: column;
        border-right: solid 1px;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #000000 !important;
        padding: 5px 0px;
        cursor: pointer;
}
.dlv_box:hover {
        background: #184a89; color: #FFFFFF !important;
}
.dlv_box:hover img {
       filter: contrast(50%) brightness(400%)
}
.dlv_box:nth-child(6n) {
        border-right: none;
}

.dlv_box img {
        margin-bottom: 20px;
}

.dlv_box span {
        color: #ff0101;
        font-weight: 700;
        
}

.package .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 160px;
}

.package h2 {
        margin-top: 55px;
}

.pack {
        display: flex;
        justify-content: space-between;
       margin-top: 42px;
}


.pack_box {
        display: flex;
        flex-direction: column;
         border-right: solid 1px;
         width: 100%;
         align-items: center;
         justify-content: center;
         font-size: 22px;
         text-align: center;
         line-height: 35px;
}

.pack_box:nth-child(5n) {
        border-right: none;
}

.pack a {color: #000;}
.pack a:hover {
        color: #fff;
        background: #3498db;
}

.we {
        background: url(main_2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        height: 650px;
        width: auto;
}

.we .main {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 160px;
}
.we .main h1 {
        margin-top: 110px;
        margin-bottom: 90px;
}

.tag {
        display: flex;
}

.tag .what {
        display: flex;
        align-items: center;
        line-height: 20px;
        margin-bottom: 45px;
        margin-right: 30px;
        width: 380px;
}

.tag .what span {
        margin-left: 20px;
        color: #123;
        font-weight: 700;
}

.review .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 160px;
}

.review h1 {
        margin-top: 175px;
        margin-bottom: 75px;
}

.contacts .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 60px;
}

.ofismap {width: 610px; height: 360px; margin: 0px 22px;}

.address_box {
        display: flex;
        justify-content: center;
}

.address {
        display: flex;
        flex-direction: column;
        align-items: center;
}

.address p {
        margin: 0px;
        font-size: 16px;
}

.price {
        box-sizing: border-box;
        padding: 0 10px;
}

.price .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 160px;
        border: solid #409edd 1px;
        width: 800px;
        height: 330px;
        box-sizing: border-box;
        margin-bottom: 130px;
        align-items: center;
}

.price .cons {    
        display: flex;
        flex-direction: column;
        align-items: center;
}

.price .prc {
        display: flex;
}

.price .contact {
        display: flex;
        flex-direction: column;
}

.prc input {
        border: none;
        margin: 0px 20px 20px 0px;
        width: 360px;
        height: 45px;
        padding-left: 50px;
        box-sizing: border-box;
}

.prc input[name='name'] {
        background: url(user.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;
}

.prc input[name='phone'] {
        background: url(tel.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;
}

.prc input[name='email'] {
        background: url(e_mail.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;

}


.price button {
        width: 356px;
}

.prc textarea {
        height: 174px;
        background: #efefef;
        border: none;
        margin: 0px;
        width: 360px;
}


footer {
        display: flex;
        justify-content: center;
        border-top: solid 1px;
        height: 140px;
}

.footer_logo {
        display: flex;
        align-items: center;
}
.footer_logo p {
        margin-left: 16px;
}

footer .main {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
}

#bg {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #000000;
        width: 100%; 
        height: 100%; 
        position: fixed; 
        z-index: 1000;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5; 
        display: none;      
}
#vid {
        border: 1px solid #CCCCCC;
        width: 600px;
        height: 375px;
        padding: 20px;
        position: absolute;
        display: none;
        z-index: 2001;
        background: #ffffff; 
        box-shadow: 0px 0px 50px #ffffff;
        border-radius: 5px;
}
#modal {
        border: 1px solid #CCCCCC;
        width: 600px;
        padding: 20px;
        position: absolute;
        display: none;
        z-index: 2001;
        background: #ffffff; 
        box-shadow: 0px 0px 50px #ffffff;
        border-radius: 5px;
}
#modalmsg {
        position: absolute;
        width: 600px;
        height: 310px;
        margin-left: -20px;
        margin-top: -20px;
        padding: 20px;
        background: #ffffff;
        opacity: 1;
        border-radius: 10px;
        font-size: 22px;
        text-align: center;
        display: none;
        line-height: 25px;
}
#modalmsgok {padding: 0px 35px;}
#modalzag {font-size: 26px; margin-bottom: 10px; text-align: center; color: #ea5412; font-weight: bold;}
#modaltext {font-size: 16px; margin-bottom: 10px; text-align: center;}
#modalform .cons {width: 300px !important; text-align: center;}
#modalform .cons input, #modalform .cons button {text-align: center; width: 250px; margin-bottom: 15px;}
#modalform .cons textarea {width: 250px; box-sizing: border-box; border: 1px solid #777777; margin-bottom: 15px;}
#modalclose {position: absolute;right: -12px;top: -12px;cursor: pointer;}
#modalclose img{width: 30px;}
#modal .persdannye {margin: 10px 0px 0px 0px; text-align: center;}
#modalleft {
        width: 300px;
        float: left;
        font-size: 13px;
        z-index: 2001;
}
#modalleft img {width: 300px; padding: 100px 0px;}
#modalright {
        width: 300px;
        float: right;
        font-size: 13px;
        line-height: 20px;
}
#modalright .desc{
        font-size: 13px;
}
#modaltype {display: none;}

/*qf part*//*flex*/
.d-block{display:block;}
.d-flex{display:flex;display:-webkit-flex;}
.justify-content-start{justify-content: flex-start;}
.justify-content-end{justify-content: flex-end;}
.justify-content-between{justify-content: space-between;}
.justify-content-center{justify-content: center;}
.align-items-center{align-items:center;}

.flex-row{flex-direction:row;}
.flex-column{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.flex-nowrap{flex-wrap:nowrap;}
.flex-1 {flex:1;}
.flex-2 {flex:2;}
.flex-3 {flex:3;}
.flex-4 {flex:4;}
.flex-5 {flex:5;}
.flex-6 {flex:6;}
.flex-7 {flex:7;}
.flex-8 {flex:8;}
.flex-9 {flex:9;}
.flex-10 {flex:10;}
.flex-11 {flex:11;}
.flex-12 {flex:12;}
/*bf_length*/
.container-fluid {width:100%;}
.container {width:80%;margin:0 auto;}
.w-100 {width:100%;}
.w-80 {width:80%;}
.w-75 {width:75%;}
.w-45 {width:45%;}
.w-25 {width:25%;}

/*component*/
.cursor-pointer {cursor:pointer;}

.img-fluid {display:block;max-width:100%;height:auto;}

.advantage .main {
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}
.advantage .main h1 {
        margin-bottom: 56px;
}

.advantage .main span {
         color: #ff0101;
}
.ad_vertical {
        display: flex;
        justify-content: space-between;
}
.ad_vertical a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 117px;
        padding-left: 30px;
        margin:5px;
        border: solid #eee 1px;
        cursor: pointer;
        font-size:18px;
}
.ad_vertical a img{
    max-width:80px;
}

.ad_vertical p {
        margin-left: 15px;
        color: #123;
        line-height: 25px;
}
.ad_vertical p span {font-weight:bold;}