html, body {min-width: initial; width: initial;}
#forms-bottom, #footer, #navigation {
  
  font-weight:normal;
}
h1 {
  font-weight:normal;
}
.max-1200 {
  position: relative;
}

.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 { 
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;
}
.button-green {
  color: white;
  padding: 10px 30px;
}

.catch__top {
  background: transparent;
  color: white;
  overflow: hidden;
}
.catch__gradient {
  background: #73ba4b;
}
.catch__gradient-grey {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 81%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 81%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 81%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}  
.catch__title {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 87px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 40px;
  margin-left: 0;
  display: inline-block;    
}
.catch__border-bottom {
  width: 100%;
  margin-bottom: -4px;
}

.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;       
}

.taste__cake {
  max-width: 39%;
}
.taste__right {
  max-width: 49%;
}

.catch__options {
  padding: 30px 0 0 30px;
}

.catch__gadget {
  margin-top: 80px;
}
.catch__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;
}

.catch__form {
  padding-bottom: 100px !important;
}

.mixer__pult__option {
  padding-left: 10px;
}

.zt-show-mobile {
  display: none;
}
@media screen and (max-device-width: 990px) {
  .catch__form h1 {
    padding-left: 55px !important;
  }
  .fast_forms__form-single button {
    font-size: 24px;
  }  
}    

@media screen and (max-device-width:1200px) {
  .catch__gradient {
    padding: 10px 40px;
  }
}    

@media screen and (max-device-width: 768px) {

  .border__perks {
    margin-top: 50px;
  }
  .main-page .mixer__header-button {
    font-size: 4.5vw;
  }
  .footer__phone {
    font-size: 55px !important;
  }      
  .footer__call {
    font-size: 50px !important;
  }

  .zt-hide-mobile {
    display: none;
  }
  .zt-show-mobile {
    display: block;
  }
  .zt-col-xs-12 {
    width: 100%;
  }
  .asterisk {
    margin: 0 auto;
    width: 87%;
    text-align: left;
    padding-top: 30px;
    color: grey;
    font-size: 37px;
  }
  .drama__title-multiroom {
    font-size: 60px;
    margin-top: 40px;
  }
  .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;
}

.catch__title {
  font-size: 100px;
  margin-bottom: 50px;
}
.mixer__header-button {
  border-radius: 50px 50px 50px 0;
}
.mixer__header-button {
  font-size: 60px;
  padding: 20px 60px;
  margin: 80px auto 0px auto !important;
  display: block;
}
.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;
}
.catch__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;
}

.catch__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;
}  

.drama__option-wrapper {
  display: inline-block;
  padding-left: 50px;
}

.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;
}

.catch__gadget {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.drama__control-title {
  font-size: 90px;
  line-height: 1;
}

}

.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;
}

.option-icon {
  margin-left: -34px;
}
.no-button .mixer__header-button {
  display: none;
}
.no-button .main__link {
  border-bottom: none !important;
  cursor: text !important;
}
.no-button .main__link:hover {
  color: black !important;
}
.no-button .perk__bottom_more {
  display: none;
}

.mixer__choose {
  background: white;
}
.mixer__choose-type .highlite-white, .internet__choose-type .highlite-white  {
  border: 2px solid gainsboro;
}
.zefir-router {
  top: 10px;
  position: relative;
  width: 100%;
  font-size: 25px;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 13px;
  background: #fcc83c;
  display: inline;
}
.yellowblock {
  background-color: #fac741;
  border-radius: 30px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  max-width: 950px;
  padding: 30px 60px;
  margin: 40px auto;
}
.mixer__choose {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-device-width: 768px) {
  .mixer .mixer__choose .type__opt-img, .mixer .mixer__prembox .type__opt-img {
    width: initial;
  }
  .mixer .mixer__choose .type__opt, .mixer .mixer__prembox .type__opt {
    width: 100%;
  }
  .mixer .mixer__choose .type__price, .mixer .mixer__prembox .type__price {

    padding-top: 35px;
    padding-left: 40px;
  }
  .zefir-router {
    font-size: 6vw;
    left: 40px;
  }
  .choose__unique .zefir-router {
    bottom: -125px !important;
    z-index: 10 !important;
    right: 40px !important;
    top: initial !important;
    left: initial !important;
    width: initial;
    display: block;
    position: absolute;
  }
}
