html, body {min-width: initial; width: initial;}
#forms-bottom, #footer, #navigation {
  display: none;
}
.max-1200 {
  position: relative;
}

.zt-show-mobile {
  display: none;
}

.main_logo-10 {
  width: 270px;
  z-index:1;
  transition: opacity 0.1s ease-out;    
}
.main_logo:hover {
  opacity: 0;
}
.main_logo:hover~.main_logo-tip {
  animation: appear 0.3s forwards;
} 
.main_logo-tip {
      z-index: -1;
      font-size: 20px;
      padding-left: 70px;
      padding-bottom: 5px;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
      color: #73bd4c;
    }
    .main_logo-tip span{
      display: none;
    }
    .main_logo:hover ~ .main_logo-tip span {
        display: block;
      }
    .main_logo:hover ~ .main_logo-tip .logo_text{
        display: none;
    }
.header-mini > div {
  padding: 20px 50px;
}
.header-mini__text {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}    
.header-mini__phone {
  position: absolute;
  right: 0;
  font-size: 28px;
}
.footer-mini {
  text-align: center;
  font-size: 22px;
  padding: 30px 0 !important;
}    
.footer-mini a {
  text-decoration: underline;
}  

.land__title-generic {
  font-family: 'pf_beausans_pro_light';
  font-size: 60px;
  text-align: center;
  font-weight: normal;
}  

.land__top {      
  color: white;
  overflow: hidden;
}        
.land__top-white {      
  color: black;
  overflow: hidden;
}    
.land__top-green {      
  background-color: #579337;
}
.land__gradient {
}
.land__gradient-grey {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 30%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 30%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}   
.land__title {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 87px;
  line-height: 1;
  margin-top: 70px;
  margin-bottom: 10px;
  margin-left: 0;
  display: block;    
}
.land__title-yellow {
  color: #fdca12;
}
.land__subtitle {
  font-size: 25px;
  padding-left: 3px;
}
.land__image-right {
  position: absolute;
  right: 0;
  top: 50px;
  max-height: 100%;
}
.land__image-full{
  width: 100%;
}
.land__back-centered {

}
.land__object {
  position: absolute;
  top: 0;
  right: 0;
}
.land__bubble {
  position: absolute;
  vertical-align: top;
  top: 0;
  right: 0;
  display: inline-block;
  height: 210px;
  width: 210px;
  background: url('img/bubble-dashed.png') center center no-repeat;
  background-size: contain;
}
.land__bubble-wrapper {
  padding-left: 20px;
  white-space: nowrap;
  font-size: 38px;
  line-height: 1.1;
}  
.land__bubble-wrapper .digit {
  font-size: 54px;
}  
.land__bubble-wrapper .rouble-sign{
  height: 37px;
}

.land__border-bottom {
  width: 100%;
  margin-bottom: -4px;
  position: relative;
}

.land__title-multiroom {
  font-size: 38px;
}

.land__action {
  font-size: 32px;
  margin-bottom: 50px;
}

.land__action h4 {
  font-size: 36px;
  padding-top: 30px;
}

.type__opt {
  height: 80px;
  padding: 45px 0;
  white-space: nowrap;
}
.type__opt-img {
  vertical-align: middle;
}    
.type__opt-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}    
.type__opt-text__type {
  color: #73bd4c;
  font-size: 18px;        
}
.type__opt-text__main {
  font-size: 36px;
  line-height: 1.1;       
}
.land__options {
  padding: 30px 0 0 30px;
}

.land__gadget {
  margin-top: 80px;
}
.land__clocks {
  margin-top: 50px;
  margin-left: 20px;
}
.mixer__header-button{
  font-size: 23px;
  padding: 12px 27px;
}
.asterisk {
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  color: black;
  font-style: italic;
  font-size: 19px;
}

.internet__interactive-info {
  font-size: 42px;
}
.internet__interactive-pluses__plus {
  width: 31%;
  font-size: 18px;
}

.fast_forms__form-single {
  font-size: 25px;
  padding-bottom: 100px;
}
.fast_forms__form-single .masked-phone {
  color: black;
} 
.fast_forms__form-single .fast_forms__form__wrapping {
  padding-top: 50px;
} 
.fast_forms__form-single .fast_forms__form__light-input {
  border-bottom: 3px solid #73bd4c;
}
.fast_forms__form-single .fast_forms__form__label {
  color: #73bd4c !important;
}
.fast_forms__form-single .small-checkbox {
  box-shadow: none;
  background: black;
}
.fast_forms__form-single .squaredTwo label {
  background: white;
}
.fast_forms__form-single .small-checkbox label:after {
  border-color: black;
}
.fast_forms__form-single button {
  color: white;
}
.land__form {
  padding-bottom: 100px !important;
}
.mixer__pult__option {
  padding-left: 10px;
}


.footer__call {
  cursor: pointer;
}
.footer__call:hover {
  text-decoration: underline;
}
.footer__phone {
  font-size: 30px;
  color: white;
  text-decoration: none !important;
}
.footer__phone:hover {
  color: white;
}

.mixer__pult__option .option-subtitle {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 25px 0;
  line-height: 1.1;
}

.mixer__pult__option .option-text {
  font-size: 21px;
  line-height: 1.2;
}

.mixer__pult__option {
  padding-bottom: 50px;
}

.option-icon {
  margin-left: -34px;
}


.giraffe__option {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 50px;
  padding-right: 30px;
  text-align: center;
}

.giraffe__option-img {
  margin-bottom: 15px;
}


/*Responsive*/

@media screen and (max-device-width:1200px) {
  .land__gradient {
    padding: 10px 40px;
  }
} 

@media screen and (max-device-width:1050px) {

}


@media screen and (max-device-width: 990px) {
  .land__form h1 {
    padding-left: 55px !important;
  }
  .fast_forms__form-single button {
    font-size: 24px;
  }  
}    

@media screen and (max-device-width: 768px) {
  .zt-hide-mobile {
    display: none;
  }
  .zt-show-mobile {
    display: block;
  }
  .zt-col-xs-12 {
    width: 100%;
  }


  .footer__phone {
    font-size: 55px !important;
  }      
  .footer__call {
    font-size: 50px !important;
  }

  .asterisk {
    margin: 0 auto;
    width: 68%;
    text-align: left;
    padding-top: 30px;
    color: grey;
    font-size: 23px;
  }

  .main_logo-10 {
    width: 510px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .main_logo-tip {
    display: none;
  }
  .header-mini > div {
    padding: 30px 50px 10px;
  }
  .header-mini__text {
    font-size: 40px;
    margin-top: 35px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .header-mini__phone {
    font-size: 40px;
    margin-top: 15px;
    text-align: center; 
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .land__title-generic {
    font-size: 80px;
  }

  .land__types {
    margin: 0 auto;
    width: 80%;
  }

  .land__title {
    font-size: 100px;
    margin-bottom: 50px;
  }
  .land__bubble {
    margin-top: 392px;
    margin-left: -730px;
    height: 230px;
    width: 230px;
  }
  .land__router-info > .description {
    display: none;
  }
  .land__router-info > .model {
    font-size: 25px;
  }

  .mixer__header-button {
    border-radius: 50px 50px 50px 0;
  }

  .land__clocks {
    width: 55%;
    margin: 80px auto 0 auto;
    display: block;
  }
  .mixer__header-button {
    font-size: 60px;
    padding: 20px 60px;
    margin: 80px auto 0px auto !important;
    display: block;
  }


  .land__title-multiroom {
    font-size: 65px;
    margin-top: 40px;
  }

  .land__action {
    font-size: 45px;
    line-height: 1.3;
  }

  .land__action h4 {
    font-size: 66px;
    padding-top: 30px;
  }

  .type__opt-text {
    padding-left: 25px;
  }
  .type__opt-img {
    height: 100px;
  }
  .type__opt-text__type {
    font-size: 45px;
  }
  .type__opt-text__main {
    font-size: 75px;
    line-height: 1.1;
  }
  .type__opt {
    height: 200px;
    padding: 45px 0;
    white-space: nowrap;
  }
  .land__types {
    margin: 0 auto;
    width: 80%;
  }
  .internet__interactive-info {
    display: none;
  }
  .internet__interactive-pluses__plus {
    width: 100%;
    padding: 20px 10%;
    font-size: 34px;
    font-weight: bold;
    display: block;
  }
  .internet__interactive-pluses__plus .plus__text {
    padding-top: 0;
    padding-left: 20px;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
  }
  .plus__img {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
  }
  .internet__interactive-pluses {
    padding-bottom: 50px;
  }

  .land__form h1 {
    font-size: 75px !important;
    padding-left: 55px !important;
  }

  .fast_forms__form-single {
    font-size: 40px;
  }     
  .fast_forms__form-single .error-empty-message {
    bottom: 25px;
  }
  .fast_forms__form-single .fast_forms__form__wrapping {
    padding-top: 10px;
  }
  .fast_forms__form-single .fast_forms__form__light-input {
    margin-bottom: 100px;
    width: 100%;
  }
  .fast_forms__form-single button {
    font-size: 60px;
    width: 100%;
  }  
  .fast_forms__form-single .fast_forms__form__pad-button {
    margin-top: 25 !important;
    margin-right: 0 !important;
  }
  .fast_forms__form-single .personal {
    font-size: 41px !important;
    padding: 70px 0 !important;
  }  
  .fast_forms__form-single .small-checkbox label:after {
    width: 18px;
    height: 8px;
    top: 4px;
    left: 3px;
  }  
  .fast_forms__form-single .small-checkbox label {
    width: 22px;
    height: 22px;
    left: 2px;
    top: 2px;
  }  
  .fast_forms__form-single .small-checkbox {
    width: 26px;
    height: 26px;
  }
  @keyframes labelDown {
    0% {
      top: 0px;
    }
    100% {
      top: 70px;
      font-size: 0.7em;
      color: $grey-blue;
    }
  }
  @keyframes labelUp {
    0% {
      top: 70px;
      font-size: 0.7em;
      color: $grey-blue;
    }
    100% {
      top: 0px;
    }
  }

  .footer-mini {
    text-align: center;
    font-size: 37px;
    padding: 30px 0 !important;
  }  

  .mixer__pult__option {
    padding-left: 60px;
    padding-bottom: 50px;
  }      

  .mixer__pult__option .option-icon {
    vertical-align: top;
    height: 100px;
  }

  .mixer__pult__option .option-subtitle {
    font-size: 54px;
    margin-top: 10px;
  }      
  .mixer__pult__option .option-text{
    font-size: 38px;
    line-height: 1.2;
  }

  .land__gadget {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}


