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 */
.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	width: 360px;
	margin-left: -200px;	
	background: #fff;
	border: 1px solid #fff1d7;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
	    box-shadow: 0px 0px 50px #ffffff;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.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; 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: 400px;
}

 .logosig {
       display:none;
}

.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: 18px;
}

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

.contacts span {
        color: #123;
}

.bnr {
        background: url(../images/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 span {
        color: #095191;
}

.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 3px #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: #bdff00;
        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:  #d62a2d;
        display: flex;
        justify-content: center;
        font-weight: 700;
}

.btn p {
        text-transform: none;
        color: #fff;
        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: 860px;
        align-items: center;
        justify-content: center;
         flex-direction: row;
        margin: 0 auto;
        padding-top: 50px;
}

.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: 20px;
}

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

.cmp_box:nth-child(4), .cmp_box:nth-child(5), .cmp_box:nth-child(6) {
        border-bottom: 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: #d62a2d;
}

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

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

.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: #d62a2d; color: #FFFFFF !important;

}
.dlv_box:hover span{
         color: #FFFFFF !important;

}

.dlv_box:hover img {
       filter: contrast(50%) brightness(400%)
}
.dlv_box:nth-child(4n) {
        border-right: none;
}

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

.dlv_box span {
       
        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(../images/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;
     
        border: solid #409edd 1px;
        width: 800px;
        height: 330px;
        box-sizing: border-box;
        margin-bottom: 60px;
        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(../images/user.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;
}

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

.prc input[name='email'] {
        background: url(../images/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 20px;
}

#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: 30px; text-align: center; color: #ea5412; font-weight: bold;}
#modaltext {font-size: 16px; margin-bottom: 10px; text-align: center;}
#modalform .cons { 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: 0px;top: -25px;cursor: pointer;}
#modalclose img{width: 30px;}
#modal .persdannye {margin: 10px 0px 0px 0px; text-align: center;}
#modalleft {
        width: 100%;
		    text-align: center;
        float: left;
        font-size: 13px;
        z-index: 2001;
}
.persdannye {margin-top:20px;}
#modalleft img {width: 300px; padding: 40px 0px;}
#modalright {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 20px;
}
#modalright .desc{
        font-size: 13px;
}
#modaltype {display: none;}



@media screen and (max-width: 1350px) {
       .header .main {
        padding: 0px 20px 0 20px
       }

       section .main .text {
        padding-left: 20px;
       }

       .company .main {
             padding: 0 10px 0 10px;
       }

       section .main {
            width: 100%;
       }
} 


@media screen and (max-width: 1239px) {
       .header .main {
            width: 100%;
       }

       .serv_vertical a {
             padding: 0 30px;
      }

      .package .main p {
                  margin: 15px 10px
      }

      .tag {
            margin: 0 10px;
      }

      .tag .what {
            margin-right: 10px;
            width: 100%;
      }

      .address {
            width: 100%;
            margin: 0;
            padding: 0 10px;
            box-sizing: border-box;
      }

      .ofismap {
            width: 100%;
      }
}


@media screen and (max-width: 1024px) {
      .contacts {
          
           
      }
      .contacts img {
            width: 50%;
			margin-right: 0px;
			    margin-left: 28px;
      }
      .contacts a {
            margin: 4px 0;
      }

      section .main .text {
            font-size: 21px;
      }

      .question {
            margin-right: 15px;
      }

      .serv_vertical img {
            width: 20%;
      }

      .serv_vertical a {
            padding: 0 10px;
      }

      .services .main p {
            line-height: 20px;
      }

      .tape {
            height: 280px;
      }

      .we .main h1 {
            margin-bottom: 40px;
      }

     
}


@media screen and (max-width: 922px) {
         section .main .text {
            font-size: 14px;
      }

      section .main {
            justify-content: center;
      }

        section .main .cmp {
            flex-wrap: wrap;
            justify-content: center;
      } 

      .cmp_o, .cmp_s, .cmp_g, .cmp_c, .cmp_t {
            width: auto;
            padding: 0 10px;
      }

      .review .main {
            margin-bottom: 0px
      }

      .review h1 {
            margin-top: 50px;
            margin-bottom: 40px;
      }

      .price .main {
            width: 100%;
      }

        .price .prc {
          width: 100%;
          padding: 0 10px;
          box-sizing: border-box;
      }

      .services .main {
            font-size: 18px;
      }

        

}

@media screen and (max-width: 450px) {
.popup {width: auto;}
}

@media screen and (max-width: 680px) {
.logosig {
       display:block;
	       width: 190px;
}
.contacts {    min-width: 173px;}

.header .main {height: 90px;}
footer {height: 90px;}
.logo {display:none;}
}

@media screen and (max-width: 845px) {
      .cmp_box:nth-child(4) {
        border-bottom: solid 1px;
}

.cmp_box:nth-child(3) {
        border-right: solid 1px;
}
      .cmp_box:nth-child(2n) {
        border-right: none;
}

}


@media screen and (max-width: 767px) {
      section .main .text {
            display: none;
      }
.header .main {    padding: 0px 20px 0 5px;}
.services .main {    margin-top: -30px;}


      .services .main {
            font-size: 16px;
      }
.price .main {    border: none;}

      .question {
            margin-right: 0;
      }
      
      .dlv {
            flex-wrap: wrap;
            justify-content: center;
      } 

      .dlv_box {
            border-bottom: solid 1px;
            width: 280px;
            padding: 15px 0px;
      }

     .dlv_box:nth-child(2n) {
            border-right: none;
      }


      .dlv_box:nth-child(3) {
            border-bottom: none;
      }

      .dlv_box:nth-child(4) {
            border-bottom: none;
      }

      a.pack_box { 
            padding: 0 10px;
      }

      .pack_box {
            font-size: 18px;
            width: auto;
      }

      .video {
            flex-direction: column;
      }

      .we .main h1 {
            margin-top: 40px;
      }

      .tag {
            flex-direction: column;
      }

      .tag .what {
            margin-bottom: 20px;
      }

      .tag .what img {
            width: 30px;
      }

      .we .main {
            align-items: normal;
      }

      .contacts .tape {
            width: 100%;
      }

      .address_box {
            flex-direction: column;
            margin: 0;
      }

      .address p {
            margin: 0 10px;
      }

      .address {
            margin: 0px;
      }

      .ofismap {
            margin: 0px;
            height: 300px;
      }

      .price .main {
          height: 100%;
          padding: 10px 10px;
      }

      .price .prc {
            flex-direction: column;
            align-items: center;
            padding: 0px;
      }

      .price .contact {
            width: 100%;
      }

      .prc input {
            width: 100%;
      }

      .prc textarea {
            width: 100%;
            margin-bottom: 20px;
      }

      .footer_logo p {
            display: none;
      }

      footer .main .contacts {
           
            justify-content: center;
            line-height: 10px;
      }

}

@media screen and (max-width: 683px) {
      .header .main p {
            display: none;
      }
       
 }

@media screen and (max-width: 576px) {
      .cmp_g {
            border-right: none;
      }

      .serv_vertical {
            flex-direction: column;
      }

      .services .main {
            font-size: 20px;
      }

      .serv_vertical a {
            padding: 0 30px;
      }

      .serv_vertical img {
            width: 15%;
      }

       .dlv_box {
            width: 192px;
      }

      .pack {
            flex-wrap: wrap;
            justify-content: center;     
      }

      .pack_box {
            width: 120px;
      }

      .pack_box:nth-child(1) {
            border-bottom: solid 1px;
      }

      .pack_box:nth-child(2) {
            border-bottom: solid 1px;
      }

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

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

      .cmp_box:nth-child(1n) {
        border-right: none;
      }
      #modal {
            width: 300px;
      }
      #modalmsg {
            width: 300px;
      }
      #modalleft {display: none;}      
}


@media screen and (max-width: 450px)  {


}


@media screen and (max-width: 424px)  {

      .dlv_box {
            width: 186px;
      }
.contacts {}

      .main .logo_2 {
            display: block;
                   padding-right: 28px;
                   border-right: solid 2px;
      }
            .contacts {
                    display: contents;
                     }

      section .main .cmp {
            flex-direction: column;
      }

      .cmp_o, .cmp_s, .cmp_g, .cmp_c {
            border-right: none;
            border-bottom: solid 1px;
            padding: 0 10px 15px;
      }

      p {
            margin: 10px 20px;
      }

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

       .pack_box:nth-child(3) {
            border-right: solid 1px;
      }

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

       .tape {
            height: 240px;
      }

      .tag .what {
            line-height: 16px;
      }

      .we .main {
            font-size: 16px;
      }

      .price button {
            width: 280px;
      }

      footer .main .logo {
           
      }
        
}

@media screen and (max-width: 374px) {
      .dlv_box {
            width: 159px;
      }

      .package h2 {
            margin: 55px 10px 18px;
      }
       

} 

@media screen and (max-width: 320px) {
       
} 


