

/* Start:/local/components/bitrix/news.detail-promo/templates/promo/style.css?16847432116438*/
.wrap_offer-detail {
  width: 100%;
  font-family: "Lato";
  letter-spacing: normal;
}
.wrap_offer-detail .offer-btn {
  width: 141px;
  height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--main-bg-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  font-weight: normal;
}
.wrap_offer-detail .offer-btn:hover, .wrap_offer-detail .offer-btn:focus {
  background-color: var(--main-bg-color);
  opacity: 0.8;
}
.wrap_offer-detail .offer-banner {
  position: relative;
  min-height: 450px;
  height: 48vh;
  margin-bottom: 80px;
  background: #F5F5F5;
}
.wrap_offer-detail .offer-banner .offer-banner-procent {
  position: absolute;
  right: 0;
  top: 20px;
  width: 215px;
  height: 54px;
  background: var(--main-bg-color);
  z-index: 1;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.wrap_offer-detail .offer-banner .offer-banner-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.wrap_offer-detail .offer-banner .offer-banner-info .offer-date {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #858585;
  margin-bottom: 20px;
}
.wrap_offer-detail .offer-banner .offer-banner-info .offer-title {
  margin: 0;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 60px;
  font-style: normal;
  text-transform: uppercase;
}
.wrap_offer-detail .offer-banner .offer-banner_img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 54.53%;
  height: 100%;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wrap_offer-detail .offer-detail-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.wrap_offer-detail .offer-detail-text h2 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  font-weight: 600;
}
.wrap_offer-detail .offer-advantage {
  margin-top: 80px;
  margin-bottom: 50px;
}
.wrap_offer-detail .offer-advantage h2.subtitle {
  margin: 0;
  margin-bottom: 40px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.wrap_offer-detail .offer-advantage .advantage__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap_offer-detail .offer-advantage .advantage__list .advantage__item {
  height: 335px;
  background: #F5F5F5;
  margin-bottom: 20px;
  padding: 20px;
}
.wrap_offer-detail .offer-advantage .advantage__list .advantage__item .wrap_advantage__icon {
  width: 100px;
}
.wrap_offer-detail .offer-advantage .advantage__list .advantage__item .wrap_advantage__icon .advantage__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.wrap_offer-detail .offer-advantage .advantage__list .advantage__item .wrap_advantage__icon .advantage__line {
  width: 100%;
  height: 2px;
  background-color: var(--main-bg-color);
}
.wrap_offer-detail .offer-advantage .advantage__list .advantage__item .advantage__title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.wrap_offer-detail .offer-advantage .advantage__list .advantage__item .advantage__text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .wrap_offer-detail .offer-banner {
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .wrap_offer-detail .offer-banner .container {
    width: 100%;
  }
  .wrap_offer-detail .offer-banner .offer-banner-procent {
    width: 98px;
    padding-left: 15px;
    height: 36px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .wrap_offer-detail .offer-banner .offer-banner_img {
    height: 280px;
    width: 100%;
    position: static;
  }
  .wrap_offer-detail .offer-banner .offer-banner-info {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wrap_offer-detail .offer-banner .offer-banner-info .offer-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .wrap_offer-detail .offer-banner .offer-banner-info .offer-title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .wrap_offer-detail .offer-banner .offer-banner-info .offer-btn {
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .wrap_offer-detail .offer-detail-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
  .wrap_offer-detail .offer-detail-text h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .wrap_offer-detail .offer-advantage {
    margin-top: 50px;
  }
  .wrap_offer-detail .offer-advantage h2.subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .col-lg-4:last-child .advantage__item {
    margin-bottom: 0;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .advantage__item {
    height: 247px;
    padding: 15px;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .advantage__item .wrap_advantage__icon {
    width: 70px;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .advantage__item .wrap_advantage__icon .advantage__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .advantage__item .wrap_advantage__icon .advantage__icon img {
    width: 100%;
    height: auto;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .advantage__item .advantage__title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .wrap_offer-detail .offer-advantage .advantage__list .advantage__item .advantage__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/new_estelab_2023/components/bitrix/form.result.new/procedures_online_entry_sale/style.css?16844818664304*/
.wrap_offer-form {
  margin-top: 130px;
  margin-bottom: 20px;
  background: rgba(42, 99, 148, 0.2);
  letter-spacing: normal;
}
.wrap_offer-form .offer-btn {
  width: 141px;
  height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--main-bg-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  font-weight: normal;
  outline: none;
}
.wrap_offer-form .offer-btn:hover, .wrap_offer-form .offer-btn:focus {
  background-color: var(--main-bg-color);
  opacity: 0.8;
}
.wrap_offer-form .offer-form {
  padding: 60px 0;
  position: relative;
}
.wrap_offer-form .offer-form .offer-form__access-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.wrap_offer-form .offer-form .offer-form__access-text p {
  margin: 0;
}
.wrap_offer-form .offer-form .offer-form__access-text p:first-child {
  margin-bottom: 10px;
}
.wrap_offer-form .offer-form .offer-from-bg {
  background-image: url(/local/templates/new_estelab_2023/components/bitrix/form.result.new/procedures_online_entry_sale/./offer-form-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 291px;
  height: 409px;
  background-size: cover;
}
.wrap_offer-form .offer-form .offer-form__title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 30px;
}
.wrap_offer-form .offer-form .offer-form__block {
  margin-bottom: 40px;
}
.wrap_offer-form .offer-form .offer-form__block input.error {
  border: 1px solid #FF2727;
}
.wrap_offer-form .offer-form .offer-form__block:last-child {
  margin-bottom: 0;
}
.wrap_offer-form .offer-form .offer-form__block input[type=text] {
  width: 390px;
  height: 37px;
  padding: 10px 20px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.wrap_offer-form .offer-form .offer-form__block input[type=text]:first-child {
  margin-right: 30px;
}
.wrap_offer-form .offer-form .offer-form__block-bottom {
  display: flex;
  align-items: center;
}
.wrap_offer-form .offer-form .offer-form__block-bottom .offer-form__desc {
  font-family: "Lato";
  margin-left: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.wrap_offer-form .offer-form .offer-form__block-bottom .offer-form__desc a {
  font-family: "Lato";
  color: #000000;
}

@media (max-width: 992px) {
  .wrap_offer-form .offer-form .offer-from-bg {
    display: none;
  }
  .wrap_offer-form .offer-form .offer-form__block {
    display: flex;
  }
  .wrap_offer-form .offer-form .offer-form__block input.offer-form__input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrap_offer-form {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .wrap_offer-form .offer-form {
    padding: 20px 0;
  }
  .wrap_offer-form .offer-form .offer-form__access-text {
    padding: 20px 0;
  }
  .wrap_offer-form .offer-form .offer-form__access-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
  .wrap_offer-form .offer-form .offer-form__access-text p:first-child {
    font-weight: 600;
  }
  .wrap_offer-form .offer-form .offer-from-bg {
    display: none;
  }
  .wrap_offer-form .offer-form .offer-form__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  .wrap_offer-form .offer-form .offer-form__block {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .wrap_offer-form .offer-form .offer-form__block input.offer-form__input {
    width: 100%;
  }
  .wrap_offer-form .offer-form .offer-form__block input.offer-form__input:first-child {
    margin-bottom: 20px;
  }
  .wrap_offer-form .offer-form .offer-form__block-bottom {
    display: flex;
    flex-direction: column;
  }
  .wrap_offer-form .offer-form .offer-form__block-bottom .offer-btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .wrap_offer-form .offer-form .offer-form__block-bottom .offer-form__desc {
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/bitrix/news.detail-promo/templates/promo/style.css?16847432116438 */
/* /local/templates/new_estelab_2023/components/bitrix/form.result.new/procedures_online_entry_sale/style.css?16844818664304 */
