.item-spisok{
    display:none;
    transition-duration: .6s;
}

.fix-scroll{
    overflow:hidden;
    padding-right: 15px;
}

.block-dark-show{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1040;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}
.block-error-popup{
    width: 300px;
    min-height: 250px;
    max-height: 250px;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    z-index: 1060;
    background: #fff;
}

.block-error-popup h2{
    width: 100%;
    color: #fff;
    background: #2c93c6;
    font-size: 33px;
    height: 60px;
    line-height: 60px;
    margin:0;
    text-align:center;
}
.block-error-popup p{
    padding: 0px 20px 10px !important;
    text-align: center !important;
    font-size: 18px !important;
    color: #555 !important;
}





.fadeout{
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-duration:1s;
  transition-duration: 1s;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


.close-popup,.close-popup-one,.close-popup-tu{
    position:fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1050;
}

#call-block-one, #call-block-tu{
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    z-index: 1040;
    background: rgba(0,0,0,0.6);
}

.call-block{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 780px;
    min-height: 350px;
    z-index: 1100;
    height: auto;
    max-height: 600px;
    /* margin-top: 2%; */
    overflow-y: auto;
    overflow-x: hidden;
}



#call-form{
    width: 100%;
    /* min-height: 300px; */
    display: block;
    /* position: relative; */
    /* margin: 12% auto; */
    background: #fff;
    padding: 0 0px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.7);
}

.email-input, .skype-input, .viber-input, .whatsapp-input{display: none;
    -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
   -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

#feedback-email, #feedback-skype,  #feedback-phone, #feedback-viber,  #feedback-whatsapp{
    border: 1px solid #ccc;
    padding: 7px 15px 7px 7px;
    width: 100%;
    z-index: 1;
    position: relative;
    background: rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

input[type="checkbox"]{width: 20px; height: 20px;}

#feedback-email:focus,  #feedback-skype:focus,  #feedback-phone:focus,  #feedback-viber:focus,  #feedback-whatsapp:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.call-close, .error-popup-close{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor:pointer;
}

.call-close:hover{
    transition-duration: .3s;
    cursor: pointer;
}


.none{
    display: none !important;
}

.call-close:hover .close-plus{
    color: rgba(0,0,0,0.7);
    transition-duration: .3s;
}
.close-plus{
        font-size: 18px;
    color: rgba(0,0,0,0.25);
    position: relative;
    top: 5px;
    left: 10px;
    font-weight: 800;
}


.phone-input, .email-input, .skype-input, .viber-input, .whatsapp-input{
    position:relative;
     width: 100%;
        margin: 25px auto 22px;
}

#call-form textarea{display:none;}

#call-form h2{
        font-size: 33px;
    display: block;
    width: 100%;
    height: 77px;
    background: #2c93c6;
    margin: 0 0 15px;
    color: #fff;
    line-height: 77px;
    text-align: center;
}

#call-form p{
    color: #555;
    padding: 0 30px;
    font-size: 16px;
    line-height: 22px;
}

.content-popup{
    padding: 30px 30px 30px;
    overflow: hidden;
    min-height: 270px;
}

#call-open{
    display: none;
    position: fixed;
    right:15px;
    bottom:45%;
    width: 80px;
    height: 80px;
    background: url(../images/phoneandmessage.png);
    background-size: 65%;
    opacity: .9;
    background-repeat:no-repeat;
    background-position: 50% 30%;
    border: none /*1px solid rgba(44, 147, 198, 1)*/;
    border-radius: 100%;
    box-shadow: 0 0 2px 7px  rgba(44, 147, 198, 0.2);
    background-color:  rgba(44, 147, 198, 0.3);
    animation: puls 1.5s infinite ease-in-out;
}

/*не обычные галочки*/


.call-block input[type=checkbox] {
    display: none;
}

.call-block label:before {
    border-radius: 3px;
}

.call-block input[type=checkbox]:checked + label:before, .checked {
        content: "\2713";
    font-size: 30px;
    color: #67c645;
    text-align: center;
    line-height: 13px;
    padding-left: 1px;
    font-weight: 800;
}

.checkboxviber{display:inline-block !important;}

.call-block label {

    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;

}
.call-block label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fafafa;
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}



/*не обычные галочки конец*/


#call-open:hover{
    background-color:  rgba(44, 147, 198, 0.5);
    transition-duration: .3s;
}

#call-open:focus{outline: none;}

#call-form label {
        display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin: 0px 25px 5px 5px;
    position: relative;
    line-height: 22px;
    top: -10px;
}
#call-form .btn{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;background-color:#2c93c6;display:block; margin:25px 0 0;color:white;padding:7px 30px 7px 30px;font-size:17px;border:1px solid #2c93c6;min-width:165px}#call-form .btn:hover{background-color:white;color:#2c93c6}

.label{
    position: absolute;
    top: 7.5px;
    left: 7px;
    color: #999;
    transition-duration: .4s;
    z-index: 0;
    font-size:14px;
    font-weight: 100;
}

input:focus .label{
    position: absolute;
    top: -7.5px;
    transition-duration: .4s;
}

.dropdown-right li:hover .item-spisok{
    display:block;
    -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
   -webkit-animation-duration: .6s;
  animation-duration: .6s;
  margin-bottom: 10px;
  transition-duration: .6s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes puls {
  from {
    box-shadow: 0 0 2px 7px  rgba(44, 147, 198, 0.1);
  }
  50%{box-shadow: 0 0 2px 15px  rgba(44, 147, 198, 0.1);}
  to {
    box-shadow: 0 0 2px 7px  rgba(44, 147, 198, 0.1);
  }
}

@keyframes puls {
  from {
    box-shadow: 0 0 2px 7px  rgba(44, 147, 198, 0.1);
  }
  50%{box-shadow: 0 0 2px 15px  rgba(44, 147, 198, 0.1);}
  to {
    box-shadow: 0 0 2px 7px  rgba(44, 147, 198, 0.1);
  }
}

.item-spisok li a{
    display: block !important;
    width: 100% !important;
    color: #444 !important;
    height: auto !important;
    padding: 3px 5px 3px 40px;
    transition-duration: .3s;
}

.item-spisok li a:hover{
    background: #f5f5f5;
    transition-duration: .3s;
}

.hr-menu{
    margin: 3px 0;
    display:none;
}









.help-whatsapp, .help-viber{
    display:block;
}

.button-arrow-up{
    display: block;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #2c93c6;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50%;
    opacity: 0.5;
    transition-duration: .4s;
}

.button-arrow-up:hover{
    transition-duration: .4s;
    cursor: pointer;
    opacity: 1;
}

#section-contact .right .menu a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap;
    margin: 0 16px 0 16px;
    font-family: 'Open Sans',Calibri Light,Arial,sans-serif;
    color: #555555;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

.dark-help-whatsapp, .dark-help-viber{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    z-index: 1040;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.help-whatsapp, .help-viber{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    min-height: 200px;
    max-height: 445px;
    height: auto;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    z-index: 1060;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.title-popup{
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #2c93c6;
}

.help-whatsapp{
    max-height: 390px;
}

.help-whatsapp p, .help-viber p{
        color: #555 !important;
        font-size: 20px !important;
        padding: 20px 15px 0px;
        box-sizing: border-box;
}

.help-whatsapp .number, .help-viber .number{
    font-size: 26px;
    margin: 10px auto;
    color: rgb(44, 147, 198);
    text-align: center;
}

.help-whatsapp .help-close, .help-viber .help-close{
   position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
    font-weight: 800;
}

.help-whatsapp .help-close:hover, .help-viber .help-close:hover{
     color: rgba(0, 0, 0, 0.7);
     transition-duration: .3s;
     cursor:pointer;
}

.button-whatsapp{
    display: block;
    width: 250px !important;
    padding: 10px 0;
    text-decoration: none;
    margin: 20px auto 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #109608;
    transition-duration: .4s;
    border-radius: 4px;
}

.button-whatsapp:hover{
    color: #fff !important;
    background: #47c530;
    transition-duration: .4s;
    cursor: pointer;
}

.button-viber{
    display: block;
    width: 250px !important;
    padding: 10px 0;
    text-decoration: none;
    margin: 20px auto 0;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    background: #7d529e;
    transition-duration: .4s;
}

.button-viber:hover{
    color: #fff !important;
    background: #694487;
    transition-duration: .4s;
    cursor: pointer;
}

.block-messenger{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
}

.block-messenger a:hover{
    text-decoration: none;
    color: #000;
}




.link-whatsapp{
    width: 45% !important;
    margin: 10px 2.5% !important;
    display: block;
    height: 100px;
    background: url(../images/whatsapp.png);
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-position: 50% -20%;
    float:left !important;
    padding-top: 75px;
    font-weight: 600;
    color: #000;
}

.link-viber{
    width: 45% !important;
    margin: 10px 2.5% !important;
    display: block;
    height: 100px;
    background: url(../images/viber.png);
    background-repeat: no-repeat;
    background-size: auto 65px;
    background-position: 50% 10%;
    float:left !important;
    padding-top: 75px;
    font-weight: 600;
    color: #000;
}

.block-messenger p{
    text-align:center;
    margin-top:0px;
    color: #2c93c6;
    font-size: 24px;
    margin-bottom: 10px;
}






.default-block .size-block{
    width:1125px;
    margin: 0 auto;
}
.default-block header{
    background: radial-gradient(white, #cae4f1);
    
}

.page-block-aht .size-block .btn-landing-rody{
    position: absolute;
    top: 405px;
    right: 130px;
}

.link-home{
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.btn-landing-rody{
    padding:10px 25px;
    background: #2c93c6;
    color:white;
    font-size:16px;
    
}

.default-block header .size-block{
   width: 1200px;
    position: relative;
    background-image: url(../images/landing/14.jpg);
    background-size: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 650px;
    
}

.default-block .header-top{
       height: 230px;
    background: rgba(255,255,255,0.5);
    border-radius: 45%;
    margin: -120px 0 0;
    padding: 130px 0 0;
    font-size: 22px;
    color: #555;
    text-align: center;
}

.default-block .header-top span{
    font-size: 30px;
    
}

 .header-left,  .header-right{
        width: 220px;
    height: 220px;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 0 7px rgba(255, 255, 255,0.4);
    text-align: center;
    position: absolute;
    top: 180px;
    left: 50px;
    padding: 50px 25px 20px;
    font-size: 18px;
}

header .header-left, header .header-right{
    
    padding: 65px 25px 20px;

}

.page-block-sex .header-right{
    padding: 65px 25px 20px;
}

.page-block-fri .header-left, page-block-fri .header-right{
    
    padding: 55px 25px 20px;

}

.default-block .header-right{
    
    top:400px; left:230px;

}

.page-block-fri .size-block{
    position:relative;
}

.default-block .adv-right p, .default-block .adv-right h3{
    color: #555 !important;
}

.default-block .advantage{
    overflow:hidden;
}

.default-block .item-advantage{
    width: 45%;
    margin: 20px 2.5% 0px;
    float:left;
    overflow:hidden;
        min-height: 340px;
}

.default-block .item-advantage:hover .adv-left{
   box-shadow: 0 0 0 6px rgba(44,147,198,0.5);
   transition-duration: 0.4s;
}

.default-block .item-advantage .adv-left{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px rgba(44,147,198,0.1);
    /* background-color: #2c93c6; */
    float: left;
    margin: 25px 20px 0 10px;
}

.default-block .item-advantage .adv-right{
    overflow:hidden;
    display: block !important;
}


.default-block .page-block-tu{
    min-height: 300px;
    padding: 0px 0 0px;
    color: #555;
    font-size: 16px;
    overflow: hidden;
    line-height: 25px;
}

.default-block .page-block-sev{
    min-height: 300px;
    padding: 0px 0 0px;
    color: #555;
    font-size: 16px;
    overflow: hidden;
    line-height: 25px;
}

.default-block .page-block-noen{
    min-height: 0px;
    padding: 0px 0 0px;
    color: #555;
    font-size: 16px;
    overflow: hidden;
    line-height: 25px;
    margin-top: -15px;
}

.size-block{
    position:relative;
}

.text-block-aht{
       width: 50%;
    float: right;
    font-size: 16px;
    margin-top: -40px;
}

.page-block-sev p {
    padding: 35px 0 15px !important;
    margin: 0;
}

.title-block-aht{
    text-align:right;
}

.default-block .page-block-noen{
    width:100%;
}

.page-block-aht .block-sev-img-right{
   margin: 75px 0 0;   
}

.krug-zena1{
    position: absolute;
    top: 80px;
    left: 690px;}

.default-block .page-block-feiv{
    min-height: 300px;
    padding: 0px 0 0px;
    color: #555;
    font-size: 16px;
    overflow: hidden;
    line-height: 25px;
}

.default-block .white-effect{
    background: rgba(255,255,255,0.5);
    width:100%;
    height:500px;
}

.block-text{
    float: right;
    width: 63%;
    margin: 20px 0 0;
}

.default-block .page-block-fri{
    height: 500px;
   /* background-image: linear-gradient(#fff 31%, #f9f9f9 20%, #f0f0f0 100%);*/
    
}

.default-block .page-block-fri .block-img{
        height: 500px;
    background: url(../images/landing/6.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0%;
    position: relative;
    
}
.default-block .page-block-fri .size-block{

    height: 500px;
}
.default-block .page-block-for{
   min-height: 500px;
    background: url(../images/landing/21.jpg);
    background-repeat: no-repeat;
    background-size: 1100px;
    background-color: #fafafa;
    position: relative;
    background-position: 100% 38%;
    background-color: #E3DBD0;
}


.default-block .page-block-sex{
    min-height: 500px;
    background: url(../images/landing/23.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #fff;
    background-position: 0% 0%;
    position: relative;
}

.default-block .page-block-sex .white-effect {
    background: rgba(255,255,255,0.3);
    width: 100%;
    height: 500px;
}

.default-block .page-block-aht{
    min-height: 500px;
    background: url(../images/landing/27.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #eceeed;
    position: relative;
}

.default-block .page-block-feiv{
    min-height: 300px;
    background: #fff;
}

.default-block .advantage .icon-1, .default-block .advantage .icon-2, .default-block .advantage .icon-3, .default-block .advantage .icon-4, .default-block .advantage .icon-5, .default-block .advantage .icon-6{
     background-size: auto 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
 }
 
 .default-block .advantage .icon-1{
     background-image: url(../images/landing/2.jpg);
 }
  .default-block .advantage .icon-2{
     background-image: url(../images/landing/4.jpg);
 }
  .default-block .advantage .icon-3{
     background-image: url(../images/landing/rebenok7.jpg);
 }
  .default-block .advantage .icon-4{
     background-image: url(../images/landing/17.jpg);
 }
  .default-block .advantage .icon-5{
     background-image: url(../images/landing/partnerskie_rodi_640_335.jpg);
 }
  .default-block .advantage .icon-6{
     background-image: url(../images/landing/20.jpg);
 }
 
 .item-advantage:nth-child(7), .item-advantage:nth-child(6){
     min-height:200px;
 }
 
 .img-block-tu{
     width: 300px;
     height:300px;
     margin: 50px 5px 5px 10px;
     border-radius: 100%;
     background-image: url(../images/landing/24.jpg);
     background-size: cover;
     background-position: 50%;
     box-shadow: 0 0 0 7px rgba(255,255,255,0.5);
 }
 
 .title-block-fri{
     padding: 50px 80px;
    font-size: 54px;
    color: #555;
 }
 
 .title-block-fri p:nth-child(2){
     padding-left: 200px;
     
 }
 
 .title-block-for, .title-block-sex, .title-block-aht{
     padding: 50px 50px;
    font-size: 54px;
    color: #555;
       
 }
  .title-block-for{
  margin-left: 50px;
  }
  
  .title-block-sex{
      margin-left: 350px;
    padding-top: 20px;
  }

 
 .title-block-for p:nth-child(2){
     padding-left: 90px;
     
 }
 
  .title-block-fri p{
     margin:0;
 }
 
 .page-block-fri .header-left, .page-block-fri .header-right{
     background: rgba(44,147,198,0.1);
     box-shadow: 0 0 0 7px rgba(44,147,198,0.05);
 }
 
  .page-block-fri .header-left{
    top: 165px;
    left: 55px;
  }
  
   .page-block-fri .header-right{
     top: 255px;
    left: 380px;
  }
  
  .page-block-for .header-left, .page-block-for .header-right, .page-block-sex .header-left, .page-block-sex .header-right, .page-block-aht .header-left, .page-block-aht .header-right{
     background: rgba(44,147,198,0.1);
     box-shadow: 0 0 0 7px rgba(44,147,198,0.05);
 }
 
  .page-block-for .header-left{
     top: 266px;
    left: 250px;
  }
  
   .page-block-for .header-right{
        top: 160px;
    left: 0px;
  }
  
  .default-block .block-img .white-effect {
    background: rgba(255,255,255,0.3);
    width: 100%;
    height: 500px;
}
  
    .page-block-sex .header-left{
     top: 255px;
    left: 820px;
  }
  
   .page-block-sex .header-right{
    top: 130px;
    left: 530px;
  }
  
      .page-block-aht .header-left{
          top: 180px;
    left: 160px;
  }
  
   .page-block-aht .header-right{
      top: 230px;
    left: 750px;
  }
  
  .page-block-tu-color1, .page-block-tu-color2, .page-block-tu-color3{
      background: rgba(44,147,198,0.2);
      overflow:hidden;
      padding: 20px 15px;
  }
  
   .page-block-sev-color1, .page-block-sev-color2{
      background: rgba(44,147,198,0.2);
      overflow:hidden;
      padding: 20px 15px;
  }
  
    .page-block-noen-color1{
      background: rgba(44,147,198,0.2);
      overflow:hidden;
      padding: 20px 15px;
  }
  
   .page-block-feiv-color1, .page-block-feiv-color2, .page-block-feiv-color3, .page-block-feiv-color4{
      background: rgba(44,147,198,0.2);
      overflow:hidden;
      padding: 20px 15px;
  }
  
  .page-block-tu-color2, .page-block-feiv-color2, .page-block-sev-color2{
      background: #f9f7f5;
    
          padding: 20px 0px 5px;
  }
  
  .page-block-tu-color3, .page-block-feiv-color3, .page-block-sev-color3{
      background: rgba(44,147,198,0.1);
    
  }
  
  
  .block-tu-img-left, .block-feiv-img-left, .block-sev-img-left, .block-noen-img-left{
         width: 200px;
    height: 200px;
    float: left;
    border-radius: 100%;
    box-shadow: 0 0 0 8px rgba(44,147,198, 0.1);
    margin: 10px 30px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
  }
  
  .page-block-feiv-color1 .block-feiv-img-left{
    background-image: url(../images/landing/img9.jpg);
  }
  
  .page-block-feiv-color2 .block-feiv-img-right{
    background-image: url(../images/landing/8.jpg);
        background-position: 0%;
  }
  
  .page-block-feiv-color3 .block-feiv-img-left{
    background-image: url(../images/landing/beremennost2.jpg);
       
  }
  
  .page-block-feiv-color4 .block-feiv-img-right{
    background-image: url(../images/landing/rebenok12.jpg);
    background-position: 80%;
       
  }
  
  .page-block-sev-color1 .block-sev-img-left{
    background-image: url(../images/landing/mamairebenok.jpg);
    background-position: 50%;
       
  }
  
  .page-block-sev-color2 .block-sev-img-right{
    background-image: url(../images/landing/gostclinic.jpg);
    background-position: 50%;
       
  }
  
 
  
  
  
  
  
  
 .block-tu-img-right , .block-feiv-img-right,  .block-sev-img-right, .block-noen-img-left{
          width: 200px;
    height: 200px;
    float: right;
    border-radius: 100%;
    box-shadow: 0 0 0 8px rgba(44,147,198, 0.1);
    margin: 10px 30px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
  }
  
  .block-tu-img-left:nth-child(1){
      background-image: url(../images/landing/rodi.jpg);
      background-position: 100% 50%;
  }
  
 .page-block-tu-color3 .block-tu-img-left{
      background-image: url(../images/landing/palata.jpg);
      background-position:  50%;
  }
  
  .block-tu-img-right:nth-child(1){
      background-image: url(../images/landing/palata2.jpg);
     
      
  }
  
  .page-block-tu p, .page-block-feiv p{
      padding: 35px 0 15px !important;
      margin:0;
  }
  
  .page-block-noen p{
      padding: 5px 0 5px;
      margin:0;
  }
  
  .advantage p{font-size: 16px;}

/*-----------------------------------*/

.banner-preparats{
  display:block;
  width: 275px;
  margin: 10px 0;
  height: 227px;
  border: 1px solid #337ab7;
  background: url(../images/medikament-banner.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 50%;
  position:relative;
   
}

.banner-preparats p{
    position:absolute;
    top: 10px;
    left:10px;
    color: #004657;
    width: 60%;
    font-size: 20px;
   text-align:left;
   font-weight: bold;
}

.banner-preparats p span{
    font-size: 28px;
    color: #ff352f;
    -webkit-animation: shadow  1s infinite ;
animation: shadow  1s infinite;
}

@-webkit-keyframes shadow {
from {font-weight: 100;}
50% {font-weight: 800;}
to {font-weight: 100;}
}
@keyframes shadow {
from {font-weight: 100;}
50% {font-weight: 800;}
to {font-weight: 100;}
}

.sertificate_right{
    width: 100%;
    height: 50px;
    background: #2c93c6 !important;
    color: white;
    background-image: url(../images/diploma-of-vertical-design.png) !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position: 15px 55% !important;
    text-align: center;
    line-height: 50px;
    font-size: 14pt;
    padding-left: 35px;
    margin-top: 25px;
}

#click_sertficat img, #click_sertficate img{
    border: 1px solid #2c93c6;
    margin-top:20px;
}


#show_sertificat, #show_sertificate{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0; left:0;
    z-index:99999;
    background: rgba(0,0,0,0.8);
    overflow:auto;
}

#img_sertificat{
    width:90%;
    height:90%;
    position: absolute;
    top:0; left: 0;
    bottom:0; right:0;
    margin:auto;
    text-align: center;
}

#img_sertificat_img{
    width:50% !important;
    height:auto !important;
    float: none !important;
}

#click_sertficat_close{
    font-size: 20pt;
    color:#fff;
    position: absolute;
    top: 10px;
    right: 25px;
}

#click_sertficat:hover, #click_sertficate:hover, #click_sertficat_close:hover{
    cursor:pointer;
}


.p1,.p2,.p3,.p4,.p5,.p6,.p7,.p8,.p9,.p10{
    display:none;
    -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
}

.b1 h2:before, .b2 h2:before, .b3 h2:before, .b4 h2:before, .b5 h2:before, .b6 h2:before, .b7 h2:before, .b8 h2:before, .b9 h2:before, .b10 h2:before,
.b1 h3:before, .b2 h3:before, .b3 h3:before, .b4 h3:before, .b5 h3:before, .b6 h3:before, .b7 h3:before, .b8 h3:before, .b9 h3:before, .b10 h3:before,
.b1 h4:before, .b2 h4:before, .b3 h4:before, .b4 h4:before, .b5 h4:before, .b6 h4:before, .b7 h4:before, .b8 h4:before, .b9 h4:before, .b10 h4:before{
    content: "\f067";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 7px;
    font-size:20px;
}

.b1.minus h2:before, .b2.minus h2:before, .b3.minus h2:before, .b4.minus h2:before, .b5.minus h2:before, .b6.minus h2:before, .b7.minus h2:before, .b8.minus h2:before, .b9.minus h2:before, .b10.minus h2:before,
.b1.minus h3:before, .b2.minus h3:before, .b3.minus h3:before, .b4.minus h3:before, .b5.minus h3:before, .b6.minus h3:before, .b7.minus h3:before, .b8.minus h3:before, .b9.minus h3:before, .b10.minus h3:before,
.b1.minus h4:before, .b2.minus h4:before, .b3.minus h4:before, .b4.minus h4:before, .b5.minus h4:before, .b6.minus h4:before, .b7.minus h4:before, .b8.minus h4:before, .b9.minus h4:before, .b10.minus h4:before{
    content: "\f068";
    
}

.b1 h2, .b2 h2, .b3 h2, .b4 h2, .b5 h2, .b6 h2, .b7 h2, .b8 h2, .b9 h2, .b10 h2,
.b1 h3, .b2 h3, .b3 h3, .b4 h3, .b5 h3, .b6 h3, .b7 h3, .b8 h3, .b9 h3, .b10 h3{
    font-size: 22px;
    text-align:left;
    color: #2c93c6;
}


.b1 h4, .b2 h4, .b3 h4, .b4 h4, .b5 h4, .b6 h4, .b7 h4, .b8 h4, .b9 h4, .b10 h4{
    text-align:left;
    color: #2c93c6;
}

.b1 h2:hover, .b2 h2:hover, .b3 h2:hover, .b4 h2:hover, .b5 h2:hover, .b6 h2:hover, .b7 h2:hover, .b8 h2:hover, .b9 h2:hover, .b10 h2:hover,
.b1 h3:hover, .b2 h3:hover, .b3 h3:hover, .b4 h3:hover, .b5 h3:hover, .b6 h3:hover, .b7 h3:hover, .b8 h3:hover, .b9 h3:hover, .b10 h3:hover,
.b1 h4:hover, .b2 h4:hover, .b3 h4:hover, .b4 h4:hover, .b5 h4:hover, .b6 h4:hover, .b7 h4:hover, .b8 h4:hover, .b9 h4:hover, .b10 h4:hover{
   color: #065177;
   cursor:pointer;
   transition-duration: .3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*adaptiv*/


@media(max-width: 767px) {
    .default-block .size-block {
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
    box-sizing:border-box;
}

.default-block header .size-block {
    width: 100%;
    position: relative;
    background-image: url(../images/landing/14.jpg);
    background-size: 100%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    height: 650px;
    
}
    
    .default-block header {
    background: linear-gradient(to top, rgba(250,250,250,1)40%, #cae4f1);
}
    
    .default-block .header-top {
    height: 230px;
    background: none;

}

.header-left, .header-right {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 0 7px rgba(255, 255, 255,0.4);
    text-align: center;
    position: absolute;
    top: 240px;
    left: 15px;
    padding: 50px 25px 20px;
    font-size: 16px;
    visibility: visible !important;
    animation-name: fadeIn !important;
}

header .header-left, header .header-right {
    padding: 45px 13px 20px;
}

.default-block .item-advantage {
    width: 100%;
    margin: 20px auto 0px;
    float: left;
    overflow: hidden;
    min-height: 340px;
    visibility: visible;
}

.default-block .item-advantage .adv-left {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px rgba(44,147,198,0.1);
    /* background-color: #2c93c6; */
    float: none;
    margin: 25px auto 0 ;
}

.adv-right h3{
    text-align:center;
}

.title-block-fri p {
    margin: 0;
    visibility: visible !important;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeIn !important;
}

.title-block-fri {
    padding: 50px 0px;
    font-size: 35px;
    color: #555;
}

.title-block-fri p:nth-child(2) {
    padding-left: 90px;
}

.page-block-fri .header-left, .page-block-fri .header-right {
    padding: 40px 25px 20px;
}

.size-block p{
    visibility: visible !important;
    animation-name: fadeIn !important;
}

.title-block-for {
    margin-left: 0px;
}
.title-block-for, .title-block-sex, .title-block-aht {
    padding: 25px 15px;
    font-size: 33px;
    color: #555;
}

.title-block-for p:nth-child(2) {
    padding-left:0px; 
    text-align: center;
    margin-top: -15px;
}
.default-block .page-block-sex {
    min-height: 500px;
    background: url(../images/landing/23.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    background-position: 0% 100%;
    position: relative;
}

.title-block-sex {
    margin-left: 0px;
    text-align: center;
}

.title-block-sex p span{
    float:none !important;
    
}
.block-tu-img-right, .block-feiv-img-right, .block-sev-img-right, .block-noen-img-left {
    width: 200px;
    height: 200px;
    float: none;
    border-radius: 100%;
    box-shadow: 0 0 0 8px rgba(44,147,198, 0.1);
    margin: 10px auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
}

.block-tu-img-left, .block-feiv-img-left, .block-sev-img-left, .block-noen-img-left {
    width: 200px;
    height: 200px;
    float: none;
    border-radius: 100%;
    box-shadow: 0 0 0 8px rgba(44,147,198, 0.1);
    margin: 10px auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
}
.page-block-tu p, .page-block-feiv p {
    padding: 20px 0 15px !important;
    margin: 0;
}

.page-block-sev p {
    padding: 20px 0 15px !important;
    margin: 0;
}

.default-block .page-block-aht {
    background-size: 100%;
    min-height: 750px;
}
.page-block-aht .size-block .btn-landing-rody {
    position: absolute;
    top: 650px;
    right: 0px;
    left: 0;
}

.link-home {
    position: absolute;
    right: 0px;
    left: 0;
    /* margin: auto; */
    bottom: -35px;
    text-align: center;
}

.title-block-aht {
    padding: 215px 0px 25px;
    text-align:center;
}

.title-block-aht p span{
    margin:0 !important;
}

.text-block-aht {
    width: 100%;
    float: right;
    font-size: 16px;
    margin-top: -30px;
}
    
}

/*@media(max-width: 900px) {
.call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 350px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 430px;
}
#call-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin: 0px 25px 15px 5px;
    position: relative;
    line-height: 22px;
    top: -10px;
}
}*/

@media(max-width: 374px) {
.default-block .header-right {
    top: 345px;
    left: 140px;
}


.default-block .header-right {
    top: 325px;
    left: 135px;
}

.page-block-fri .header-left {
    top: 160px;
    left: 25px;
}

.page-block-for .header-right {
    top: 135px;
    left: 15px;
    padding-top: 30px;
}
.page-block-for .header-left {
    top: 310px;
    left: 130px;
    padding-top: 30px;
}

.page-block-sex .header-right {
        top: 100px;
    left: 150px;
    padding-top: 30px;
}

.page-block-sex .header-left {
    top: 155px;
    left: 5px;
    padding-top: 30px;
}

.default-block .page-block-for {
    background-position: 0% 0%;
}

.call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 350px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 470px;
}
#call-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin: 0px 25px 15px 5px;
    position: relative;
    line-height: 22px;
    top: -10px;
}


}




@media(width: 768px){
    .default-block .size-block {
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
    box-sizing:border-box;
}

.help-whatsapp, .help-viber {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 350px;
    min-height: 200px;
    max-height: 420px;
    height: auto;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.help-whatsapp{max-height: 365px;}

#section-contact .left .mail {
    font-size: 17px;
    list-style-image: none;
    display: inline-block;
    width: 57%;
}

#section-contact .left .skype {
    margin-left: 0;
    width: 43%;
}

#section-contact .right .menu {
    margin-top: 10px;
    text-align: center;
    width: 170%;
    left: -71%;
    position: relative;
}

header .header-left, header .header-right {
    padding: 70px 25px 20px;
}

.header-left, .header-right {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 0 7px rgba(255, 255, 255,0.4);
    text-align: center;
    position: absolute;
    top: 300px;
    left: 50px;
    padding: 50px 25px 20px;
    font-size: 18px;
}

.default-block .header-right {
    top: 355px;
    left: 530px;
}

 .default-block header .size-block {
        width: 100%;
        background-position: 50% 100%;
        padding: 0 0;
        height: 590px;
}

.default-block .item-advantage .adv-right {
    overflow: visible;
    float: left;
    display: block !important;
}

.default-block .item-advantage .adv-left {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px rgba(44,147,198,0.1);
    /* background-color: #2c93c6; */
    float: none;
    margin: 25px auto 0;
}

.adv-right h3{
    text-align:center;
}

.title-block-fri {
    padding: 50px 80px 50px 380px;
    font-size: 54px;
    color: #555;
}

.title-block-fri p:nth-child(2) {
    padding-left: 30px;
}

.page-block-fri .header-right {
    top: 255px;
    left: 465px;
}

.page-block-tu p, .page-block-feiv p {
    padding: 0px 0 15px !important;
    margin: 0;
}

.default-block .page-block-for {
    background-size: 100%;

}

.title-block-for, .title-block-sex, .title-block-aht {
    padding: 15px 15px;
    font-size: 54px;
    color: #555;
}

.title-block-for {
    margin-left: 0px;
}

.page-block-for .header-right {
    top: 180px;
    left: 15px;
}

.page-block-for .header-left {
    top: 275px;
    left: 540px;
}

.default-block .page-block-sex {
    min-height: 500px;
    background: url(../images/landing/23.jpg);
    background-repeat: no-repeat;
    background-size: 500px;
    background-color: #fff;
    background-position: 0% 100%;
    position: relative;
}

.page-block-sex .header-right {
    top: 270px;
    left: 530px;
}
.page-block-sex .header-left {
    top: 135px;
    left: 350px;
}

.title-block-sex {
    margin-left: 0px;
    padding-top: 20px;
}

.default-block .page-block-aht {
    min-height: 500px;
    background: url(../images/landing/27.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #eceeed;
    background-position: -380px 0;
    position: relative;
}

.text-block-aht {
    width: 60%;
    float: right;
    font-size: 16px;
    margin-top: -10px;
}

.call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 350px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 580px;
}

}
@media(max-width: 1199px){
.block-messenger p{
    width: 100% !important;
}

}
@media(min-width: 768px){
  .stok p, .stok a {
    display: block;
    margin: 10px auto;
}
}
@media(min-width: 768px ) and (max-width:1024px){
#click_sertficat, #click_sertficate{
    width:45%;
    float:left;
    margin:0 2.5%;
}
#click_sertficat img, #click_sertficate img {
  
    height: 592px;

}
}

@media(max-width: 1200px) and (min-width:769px){
#section-contact .right .menu {
    margin-top: 10px;
    text-align: center;
    width: 170%;
    left: -71%;
    position: relative;
}
#section-contact .right .phone-contact li:nth-child(2n){float:none;}
}

@media(width: 1024px){
    .default-block header .size-block {
        width: 100%;
        background-position: 50% 50%;
        padding: 0 0;
}

.help-whatsapp, .help-viber {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 350px;
    min-height: 200px;
    max-height: 420px;
    height: auto;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.help-whatsapp{max-height: 365px;}


#section-contact .right .phone-contact li:nth-child(2n) {
    float: left;
}

#section-contact .left .skype{
    margin-left: 0;
}
.default-block .item-advantage .adv-right {
    overflow: visible;
    float: left;
    display: block !important;
}

.adv-right h3{
    text-align:center;
}

.default-block .item-advantage {

    min-height: 430px;
}

.title-block-for, .title-block-sex, .title-block-aht {
    padding: 25px 30px 25px 135px;
    font-size: 54px;
    color: #555;
}

.page-block-sex .header-right {
    top: 130px;
    left: 565px;
}

.page-block-sex .header-left {
    top: 255px;
    left: 780px;
}

.default-block .page-block-aht {
    min-height: 500px;
    background: url(../images/landing/27.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #eceeed;
    position: relative;
    background-position: -120px;
}

.text-block-aht {
    width: 46%;
    float: right;
    font-size: 16px;
    margin-top: -25px;
}

.page-block-tu p, .page-block-feiv p {
    padding: 15px 0 15px !important;
    margin: 0;
}

.title-block-for, .title-block-sex, .title-block-aht {
    padding: 25px 50px;
    font-size: 54px;
    color: #555;
}

.title-block-for {
    margin-left: 30px;
}

.title-block-fri {
    padding: 50px 30px;
    font-size: 54px;
    color: #555;
}

.page-block-fri .header-right {
    top: 255px;
    left: 280px;
}

.default-block .item-advantage .adv-left {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px rgba(44,147,198,0.1);
    /* background-color: #2c93c6; */
    float: none;
    margin: 25px auto 0;
}

    
    .default-block .size-block {
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
    box-sizing:border-box;
}
}

@media(width:375px){
    .default-block .header-right {
    top: 300px;
    left: 190px;
}

.page-block-for .header-left {
    top: 300px;
    left: 25px;
}

.page-block-for .header-right {
    top: 135px;
    left: 170px;
}

.page-block-sex .header-right {
    top: 100px;
    left: 150px;
    padding-top: 30px;
}

.default-block .page-block-for {
    background-size: 100%;

}

.page-block-for .header-right {
    top: 130px;
    left: 10px;
    padding-top:30px;
}

.page-block-for .header-left {
    top: 300px;
    left: 170px;
    padding-top:30px;
}

.page-block-sex .header-right {
    top: 120px;
    left: 195px;
        padding-top:30px;
}

.page-block-sex .header-left {
    top: 145px;
    left: 0px;
    padding-top:30px;
}
.title-block-aht {
    padding: 250px 0px 25px;
    text-align: center;
}
.call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 350px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 600px;
}
#call-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin: 0px 25px 15px 5px;
    position: relative;
    line-height: 22px;
    top: -10px;
}
}

@media(width:360px){
    .title-block-aht {
    padding: 240px 0px 25px;
    text-align: center;
}
.call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 350px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 350px;
}
#call-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin: 0px 25px 15px 5px;
    position: relative;
    line-height: 22px;
    top: -10px;
}

}


@media(width:414px){
    .title-block-aht {
    padding: 275px 0px 25px;
    text-align: center;
}
.call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 350px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 700px;
}
#call-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin: 0px 25px 15px 5px;
    position: relative;
    line-height: 22px;
    top: -10px;
}

.default-block .header-right {
    top: 280px;
    left: 230px;
}

.default-block .page-block-fri .block-img {
    background-size: auto;
}

.page-block-fri .header-right {
    top: 300px;
    left: 235px;
}

.default-block .page-block-for {
    background-size: 100%;
}

.page-block-for .header-right {
    padding-top: 30px;
    top: 130px;
    left: 15px;
}

.page-block-sex .header-right {
    top: 150px;
    left: 240px;
     padding-top: 30px;
}

.page-block-sex .header-left {
    top: 80px;
    left: 5px;
    padding-top: 30px;
}

.page-block-for .header-left {
    top: 300px;
    left: 220px;
    padding-top: 30px;
}

}

@media (width: 360px) {
    .call-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    min-height: 50px;
    overflow-x: hidden;
    z-index: 1100;
    height: auto;
    max-height: 98%;
}

}


@media (min-width: 480px) and (max-width: 760px){
 .call-block {
    width:90%;
     overflow-y: auto;
    min-height: 50px;
    max-height: 96%;
}

}

@media (min-width: 320px) and (max-width: 760px){
    .help-whatsapp, .help-viber{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    min-height: 200px;
    max-height: 465px;
    height: auto;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    overflow-y:auto;
    padding-bottom: 15px;
}

.help-whatsapp{
    max-height: 380px;
}
}
@media(min-width: 992px) and (max-width: 1199px){
.directions-content, .news-page {
    margin-top: 5px;
    padding-right: 0px;
}
}




