

/* Start:/local/templates/abat/components/bitrix/catalog/catalog/style.min.css?1743665198959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.element/detail_page/style.css?175629324614404*/
.product_page {
  margin-top: 20px;
}
.product__wrapper-sliders {
  max-width: 514px;
  width: 100%;
}
.product__wrapper {
  display: flex;
  gap: 30px;
}
.product__block-mobile.mobile {
  display: none;
}
.product__block-info-detail {
  display: flex;
  gap: 30px;
}

.product__wrapper-info {
  max-width: 650px;
  width: 100%;
}

.product__wrapper-slider__main img {
  width: 100%;
  border-radius: 5px;
  object-fit: contain;
  max-height: 514px;
  aspect-ratio: 1/1;
}
.product__wrapper-slider__thumbnail img {
  width: 100%;
  border-radius: 5px;
  object-fit: contain;
  height: 66px;
}
.product__offer-info {
  margin-top: 30px;
  padding: 20px 0 0;
  background-color: #fff;
  border-radius: 5px;
  max-width: 378px;
  width: 100%;
}

.product__wrapper-slider__thumbnail .swiper-slide img {
  opacity: 0.5;
}
.product__wrapper-slider__thumbnail
  .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active
  img {
  opacity: 1;
}
p {
  margin: 0;
}
label {
  margin: 0;
  max-width: initial;
  font-weight: initial;
}
.product__wrapper-info__artnumber {
  color: #9b9b9b;
  font-size: 14px;
  margin: 0;
  line-height: 100%;
}
h1.product__wrapper-info__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #1d4199;
  margin: 0;
  margin-top: 17px;
}

p.product__wrapper-info__description {
  font-size: 16px;
  line-height: 150%;
  margin-top: 15px;
}
span.product__wrapper-technical__name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 32px;
  display: block;
}
.product__wrapper-technical__wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.product__wrapper-technical__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.product__wrapper-technical__item:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 1px;
  z-index: -1;
  border-bottom: solid 1px #e0e0e0;
}

span.product__wrapper-technical__item-name {
  font-size: 14px;
  color: #666666;
  background-color: #f7f7f7;
}
.product__wrapper-technical__item-value {
  font-size: 14px;
  background-color: #f7f7f7;
}

a.product__wrapper-technical__anchor {
  display: block;
  margin-top: 15px;
  color: #1d4199;
  text-decoration: underline;
}

span.product__offer-info__favorite-name,
span.product__offer-info__compare-name {
  font-size: 14px;
  color: #666666;
  line-height: 100%;
}
.product__offer-info__favorite,
.product__offer-info__compare {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.product__offer-info__top {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
}

.product__block {
  width: 100%;
}
span.product__offer-info__price-span {
  font-size: 14px;
  line-height: 100%;
  margin-top: 35px;
  display: block;
  padding: 0 20px;
}
span.product__offer-info__price-value {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
p.product__offer-info__price-alert {
  font-size: 14px;
  line-height: 100%;
  color: #1d4199;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

p.product__offer-info__price-alert img {
  position: relative;
  top: -7px;
}

.product__offer-info__price-alert__info {
  display: none;
  position: absolute;
  right: 0;
  transform: translateX(48%);
  top: -68px;
  box-shadow: 0 4px 14px 0 #00000026;
  z-index: 10;
  background-color: #fff;
  width: 280px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px;
}
.product__offer-info__price-alert__info__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product__offer-info__price-alert__info:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  bottom: -11px;
  left: 50%;
  z-index: -5;
  background: #ffffff;
  transform: translate(-50%) rotate(45deg);
}

.product__offer-info__price-alert__info.active {
  display: block;
}

.product__add-to-basket__block-background {
  display: none;
}
.product__add-to-basket__block-background.active {
  position: fixed;
  width: calc(100vw - 15px);
  height: 100vh;
  background-color: #00000087;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 45px;
}
.product__add-to-basket__block {
  background-color: #fff;
  display: flex;
  max-width: 1056px;
  width: 100%;
  padding: 30px;
  border-radius: 5px 0px 5px 5px;
  gap: 20px;
  position: relative;
}

.product__add-to-basket__block-close {
  position: absolute;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  width: 45px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -45px;
  cursor: pointer;
}

.product__add-to-basket__block-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

p.product__add-to-basket__block__success {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.product__add-to-basket__block-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 170px;
  height: 170px;
  border-radius: 5px;
}

.product__add-to-basket__block-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-width: 350px; */
}

span.product__add-to-basket__block-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.product__add-to-basket__block__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

p.product__add-to-basket__block-right-top {
  font-size: 14px;
  line-height: 100%;
}
p.product__add-to-basket__block-right-top span {
  font-weight: 600;
}

.btn.product__add-to-basket__block-btn {
  width: 100%;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .product__offer-info__price-alert__info {
    transform: translateX(15%);
  }
}

.product__offer-info__price-wrapper {
  display: flex;
  margin-top: 14px;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
}

.product__offer-info__price-services-text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  padding: 0 20px;
}

.product__offer-info__price-services {
  margin-top: 25px;
}

.product__offer-info__price-services__input {
  display: none;
}

.product__offer-info__price-services__label__checker {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  background-color: white;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.product__offer-info__price-services__label__checker::before {
  content: "";
}

.product__offer-info__price-services__input:checked
  + .product__offer-info__price-services__label
  .product__offer-info__price-services__label__checker {
  background-image: url("/local/templates/abat/public/icons/checkbox-detail.svg");
  border: none;
}

.product__offer-info__price-services__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.product__offer-info__price-services__subtext {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

label.product__offer-info__price-services__label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 12px;
  padding: 0 20px;
}
.product__total-wrapper {
  margin-top: 22px;
  padding: 20px;
  border-top: solid 1px #ededed;
}

span.product__total-text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  display: block;
}
span.product__total-price {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  margin-top: 15px;
}

.product__total-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 25px;
}
button.btn.btn_red.product__total-btn-order-one-click,
button.btn.btn_red_white.product__total-btn-to-card,
a.btn.btn_red_white.product__total-btn-to-card-in-basket {
  width: 100%;
  padding: 8px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

button.btn.btn_red_white.product__total-btn-to-card:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.product__offer-info__favorite.active .product__offer-info__favorite-icon path,
.product__offer-info__compare.active .product__offer-info__compare-icon path {
  stroke: #e31e24;
  fill: #e31e24;
  stroke-width: 0.2px;
}

.product__block-info__advantages {
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: solid 1px #e4e5e7;
}

.product__block-info__advantages-item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 14px;
  gap: 10px;
  width: calc(100% / 3 - 7px);
}

span.product__block-info__advantages-text {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}

.detail__tabs-anchors {
  display: flex;
  margin-top: 70px;
  align-items: center;
  gap: 12px;
}

.detail__tabs-anchors-btn {
  padding: 12px 20px;
  border-radius: 5px;
  border: solid 1px #fff;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.3s;
}
.detail__tabs-anchors-btn:hover {
  border: solid 1px #1d4199;
  color: #333;
}
.detail__tabs-anchors-btn.active {
  background-color: #1d4199;
  color: #fff;
  border: solid 1px #1d4199;
}
.detail__pane-wrapper {
  margin-top: 45px;
  max-width: 1194px;
}
.detail__pane-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}
.detail__pane-advantages {
  background-color: #fff;
  margin-top: 22px;
  padding: 17px 30px;
  display: flex;
  flex-direction: column;
}
.detail__pane-advantages-item {
  padding: 10px 0;
  border-bottom: solid 1px #e1e1e1;
}
.detail__pane-advantages-item {
  display: flex;
  gap: 10px;
  padding: 17px 0;
  border-bottom: solid 1px #e1e1e1;
}
.detail__pane-advantages-item:last-child {
  border-bottom: none;
}
span.detail__pane-advantages-name {
  width: 100%;
  max-width: 430px;
  font-size: 16px;
  color: #666666;
  line-height: 100%;
}
span.detail__pane-advantages-value {
  font-size: 16px;
  line-height: 100%;
}

.detail__pane-description {
  font-size: 16px;
  line-height: 150%;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-top: 25px;
  letter-spacing: -0.5px;
}
.detail__pane-materials {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
a.detail__pane-materials-item {
  background-color: #fff;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.detail__pane-materials-info-wrapper {
  display: flex;
  flex-direction: column;
}
span.detail__pane-materials-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #333333;
}
span.detail__pane-materials-info {
  font-size: 14px;
  line-height: 150%;
  color: #999999;
}
img.detail__pane-materials-info-download {
  margin-left: auto;
}
p.detail__pane-questions-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.detail__pane-questions-info {
  display: none;
  font-size: 16px;
  line-height: 140%;
}
.detail__pane-questions-item {
  background-color: #fff;
  padding: 23px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.detail__pane-questions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  h1.product__wrapper-info__title.desktop {
    display: none;
  }
  .product__block-mobile.mobile {
    display: block;
  }
  .product__wrapper-info__title {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    color: #1d4199;
  }
  .product__wrapper {
    flex-direction: column;
  }

  .product__wrapper-sliders {
    max-width: 100%;
  }
  .product__offer-info {
    max-width: 100%;
  }
  .product__wrapper-info {
    max-width: 100%;
  }
  .product__block-info-detail {
    flex-direction: column;
  }
  .product__block-info__advantages-item {
    width: calc(100% / 2 - 5px);
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .product__add-to-basket__block-background.active {
    padding: 15px;
  }
  .product__wrapper {
    margin-top: 10px;
  }
  p.product__wrapper-info__description.desktop {
    display: none;
  }
  .detail__pane-questions-info {
    font-size: 14px;
  }
  p.detail__pane-questions-name {
    font-size: 16px;
  }
  span.detail__pane-advantages-name,
  span.detail__pane-advantages-value {
    font-size: 15px;
  }
  span.product__offer-info__price-span {
    margin-top: 20px;
  }
  .product__block-info-detail {
    gap: 10px;
  }
  .product__wrapper-technical {
    display: none;
  }
  .product__offer-info {
    margin-top: 0;
  }
  .product_page {
    margin-top: 0;
  }
  .product__add-to-basket__block {
    flex-direction: column;
    border-radius: 5px;
  }
  .product__add-to-basket__block-right {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .product__add-to-basket__block-right-top {
    text-align: center;
  }
  .product__add-to-basket__block-close {
    right: 0;
    top: -38px;
    background: none;
    width: 20px;
  }
  .product__add-to-basket__block-close svg path {
    stroke: #fff;
  }
  .product__add-to-basket__block-wrapper {
    flex-direction: column;
  }
  span.product__add-to-basket__block-name {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  span.detail__pane-advantages-name,
  span.detail__pane-advantages-value {
    width: calc(100% / 2 - 5px);
  }
  .detail__tabs-anchors::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .detail__tabs-anchors-btn {
    padding: 8px 16px;
    text-wrap: nowrap;
  }
  .detail__pane-advantages {
    padding: 10px;
  }
  .detail__pane-description {
    padding: 15px;
  }
}

.product_page .consultation .container {
  padding: 0;
}

.product__wrapper-slider__main.swiper,
.product__wrapper-slider__thumbnail.swiper {
  z-index: 0;
}

.overlay__background-not-tov.active {
  display: flex;
}
.overlay__background-not-tov {
  padding: 10px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #00000075;
  z-index: 10001;
}

.popup__modal-close-not-tov {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.products.viewed/catalog-viewed/style.css?17531927952176*/
.detail__pane-dop .swiper-slide {
  height: auto;
}
a.detail__pane-dop-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
}
.detail__pane-dop {
  margin-top: 25px;
  position: relative;
}
img.detail__pane-dop-card-img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

span.detail__pane-dop-card-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

span.detail__pane-dop-card-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: block;
  margin-top: auto;
  padding-top: 5px;
}

.detail__pane-dop .swiper-button-next,
.detail__pane-dop .swiper-button-prev {
  width: 41px;
  height: 41px;
  background-color: #eef0f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.detail__pane-dop .swiper-button-next {
  right: -63px;
}
.detail__pane-dop .swiper-button-prev {
  left: -63px;
}

.detail__pane-dop .swiper-button-next::after,
.detail__pane-dop .swiper-button-prev::after {
  font-size: 14px;
  color: #1d4199;
  font-weight: 600;
}

.detail__pane-dop .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.detail__pane-dop .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.detail__pane-dop .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #1d4199;
}

.detail__pane-title a {
  color: #1d4199;
}

.detail__pane-dop .swiper-button-prev,
.detail__pane-dop .swiper-button-next {
  display: none;
}

.catalog__card-info {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.catalog__card-btns {
  display: none;
}

.catalog__card-btn__favorite.active path {
  stroke: #e31e24;
  fill: #e31e24;
  stroke-width: 0.2px;
}
.catalog__card-btn__compare.active path {
  stroke: #e31e24;
}

@media screen and (max-width: 767px) {
  .catalog__card-btns {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.products.viewed/catalog-viewed/themes/blue/style.min.css?1744113311714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/form-consultation/style.css?17564502224743*/
.consultation {
  margin-top: 140px;
}
.consultation__wrapper {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: grid;
  grid-template-columns: 762fr 710fr;
  gap: 30px;
  padding: 50px 50px 50px 45px;
  border-left: solid 6px #1d4199;
}
.consultation__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.consultation__text {
  font-size: 20px;
  line-height: 28px;
}
.consultation__btn-wrapper {
  display: flex;
  flex-direction: column;
}
.consultation__btn-wrapper span {
  color: #fff;
}
.consultation__btn-wrapper span:nth-child(1) {
  font-size: 9px;
  line-height: 11.7px;
}
.consultation__btn-wrapper span:nth-child(2) {
  font-size: 16px;
  line-height: 20.8px;
}
.consultation__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.consultation__form-item {
  width: calc(50% - 5px);
}
.consultation__form-label {
  position: relative;
}
.consultation__form-label__placeholder {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.consultation__form-label__placeholder span {
  color: #e31e24;
}
.consultation__form-label__placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}
.consultation__form-label input {
  width: 100%;
}
.consultation__form-input {
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  height: 49px;
  background-color: #fff;
  /* appearance: none;
  -webkit-appearance: none; */
}

.consultation__form-input::placeholder{
  color: #707070;
}
.consultation__form-textarea::placeholder{
  color: #707070;
}
.consultation__form-textarea {
  resize: vertical;
  height: 70px;
  width: 100%;
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.consultation__form-btn {
  width: 100%;
}
.consultation__form-privacy {
  display: grid;
  gap: 10px;
   grid-template-columns: 1px 16px 1fr;
  /* Скрываем стандартный чекбокс */
  /* Кастомный чекбокс */
  /* Добавляем галочку при checked */
  /* Изменение цвета границы при наведении */
}
.consultation__form-privacy p {
  color: #666666;
  font-size: 14px;
  line-height: 19.6px;
}
.consultation__form-privacy-checkbox {
  opacity: 0;
}
.consultation__form-privacy-label {
  display: inline-block;
  width: 16px; /* Размер чекбокса */
  height: 16px; /* Размер чекбокса */
  border: solid 1.5px #b1b1b1; /* Граница */
  border-radius: 1.5px; /* Закругление углов */
  background-color: #ffffff; /* Фон */
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.consultation__form-privacy-checkbox:checked
  + .consultation__form-privacy-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/local/templates/abat/public/icons/checkbox.svg");
  width: 9.3px;
  height: 6.32px;
  background-repeat: no-repeat;
}
button.btn.btn_blue.consultation__form-btn {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .consultation__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .consultation {
    margin-top: 80px;
  }
  .consultation .second-title {
    text-align: center;
  }
  .consultation__content {
    gap: 20px;
    align-items: center;
  }
  .consultation__wrapper {
    padding: 20px 15px 20px 12px;
    border-left: solid 3px #1d4199;
  }
  .consultation__text {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
  .consultation__form {
    gap: 5px;
  }
  .consultation__form-item {
    width: 100%;
  }
  .consultation__form-textarea {
    height: 80px;
    padding: 13px;
    font-size: 14px;
  }
  .consultation__form-input {
    padding: 13px;
    font-size: 14px;
  }
  .consultation__form-privacy {
    margin-top: 5px;
  }
  .consultation__form-privacy p {
    font-size: 12px;
    line-height: 140%;
  }
  .consultation__form-label__placeholder {
    font-size: 14px;
    left: 14px;
  }
}

/* End */
/* /local/templates/abat/components/bitrix/catalog/catalog/style.min.css?1743665198959 */
/* /local/templates/abat/components/bitrix/catalog.element/detail_page/style.css?175629324614404 */
/* /local/templates/abat/components/bitrix/catalog.products.viewed/catalog-viewed/style.css?17531927952176 */
/* /local/templates/abat/components/bitrix/catalog.products.viewed/catalog-viewed/themes/blue/style.min.css?1744113311714 */
/* /local/templates/abat/components/bitrix/news.list/form-consultation/style.css?17564502224743 */
