.catalog__popup-wrapper,
.subs__popup-wrapper{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000d9;
  z-index: 99;
  display: none;
}
.catalog__popup-close{
  width: 40px;
  height: 40px;
  color: #f0f8ff;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  background-image: url('/img/svg/cross.svg');
}
.catalog__popup{
  width: 100%;
  height: 100%;
}
.catalog__popup form{
  width: 400px;
  position: absolute;
  padding: 40px;
  left: 50%;
  top: 50%;
  background-color: #f0f8ff;
  transform: translate(-50%, -50%);
}
.catalog__popup form h3{
  text-align: center;
  margin-bottom: 40px;
}
.catalog__popup form input{
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  height: 40px;
  background: #fff;
  font-size: 19px;
  width: 100%;
}
.catalog__popup form button{
  width: 180px;
  height: 40px;
  margin-top: 40px;
  color: #FFF;
  text-transform: uppercase;
  background: red;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}
.catalog__popup .btn_wrapper{
  text-align: center;
}
.input__wrapper{
  position: relative !important;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}


.success_text,
.error_text{
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
  bottom: -20px;
  font-size: 13px;
}
.success_text{
  color: forestgreen;
  font-size: 14px;
  font-weight: 600;
}
.error_text{
  color: #d44b38;
}

a.dnlLink{
  cursor: pointer;
}
#error_text_subs_long{
  position: relative;
  margin-top: -10px;
}
#check_price_new textarea{
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  min-height: 200px;
}
.recaptcha-wrapper{
  position: relative;
  left: 9px;
}


/* main page 16.11 s */
.index-top-banner{
  position: relative;
}
.index-top-slider-wrap{
  vertical-align: top;
}
.feed-wrap .feed{
  margin-top: 20px;
}
/* main page 16.11 f */