

/* Start:/local/templates/abat/components/bitrix/news.list/banner_main/style.css?17454749272486*/
.banner {
  padding-top: 17px;
}
.banner__slide {
  position: relative;
  padding: 120px 120px;
}
.banner__slide-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner__slide-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 5px;
}
.banner__title {
  color: #fff;
  letter-spacing: -1.4px;
}
.banner__text {
  padding-top: 25px;
  color: #fff;
  letter-spacing: -0.8px;
}
.banner__btn {
  margin-top: 30px;
}
.banner__slider-content {
  max-width: 500px;
}
.banner__slider-wrapper {
  position: absolute;
  bottom: 35px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.banner__slider-wrapper .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner__slider-wrapper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: solid 2px rgba(34, 34, 34, 0.2);
  width: 8px;
  height: 8px;
}
.banner__slider-wrapper .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #1d4199;
  border: solid 2px #1d4199;
}
.banner__slider-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 41px;
}
.banner__slider-arrows .swiper-button {
  position: static;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #1d4199;
  margin: 0;
}
.banner__slider-arrows .swiper-button::after {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.swiper-slide.banner__slide{
  height: auto;
  max-height: 505px;
}

@media screen and (max-width: 767px) {
  .banner {
    padding-top: 0;
  }
  .banner .container {
    padding: 0;
  }
  .banner__slide {
    padding: 20px;
    min-height: 575px;
  }
  .banner__title {
    text-align: center;
  }
  .banner__text {
    text-align: center;
    padding-top: 15px;
  }
  .banner__btn {
    margin: 0 auto;
    margin-top: 18px;
  }
  .banner__slider-content {
    margin-top: 20px;
  }
  .banner__slider-wrapper {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
    bottom: 13px;
  }
  .banner__slider-wrapper .swiper-pagination {
    gap: 4px;
  }
  .banner__slider-arrows {
    display: none;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/advantages/style.css?1745318338925*/
.advantages__list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .advantages__item {
    width: calc(25% - 15px);
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px 36px;
  }
  .advantages__item-text {
    font-size: 18px;
    line-height: 25.2px;
  }
  
  @media screen and (max-width: 1280px) {
    .advantages__item {
      width: calc(50% - 10px);
    }
  }
  @media screen and (max-width: 767px) {
    .advantages__list {
      margin-top: 30px;
      gap: 6px;
    }
    .advantages__item {
      width: 100%;
      padding: 14px 17px;
    }
    .advantages__item-icon {
      width: 32px;
    }
    .advantages__item-text {
      font-size: 16px;
      line-height: 22.4px;
    }
  }
/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.section.list/category_section-list/style.css?17497137022498*/
.category {
  padding-top: 140px;
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.category__item {
  width: calc(20% - 16px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
.category__item-img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
  max-height: 100px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.category__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.category__item:last-child {
  background-color: #1d4199;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}
.category__item-text {
  color: #fff;
  font-size: 28px;
  line-height: 38.25px;
  text-align: center;
}
.category__item-all {
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 700;
  width: 100%;
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  text-wrap: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.category__item-all:hover{
  background-color: #fff;
  color: #1d4199;
}
.category__item:hover .category__item-img {
  scale: 1.05;
}

@media screen and (max-width: 1280px) {
  .category__item {
    width: calc(25% - 16px);
  }
  .category__item:last-child {
    width: calc(100% - (25% - 16px) - 20px);
  }
}
@media screen and (max-width: 991px) {
  .category__item {
    width: calc(33.3333333333% - 14px);
  }
  .category__item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .category {
    padding-top: 95px;
  }
  .category__list {
    gap: 10px;
    margin-top: 20px;
  }
  .category__item {
    width: calc(50% - 5px);
    padding: 10px;
    gap: 10px;
  }
  .category__item-name {
    font-size: 14px;
    line-height: 19.12px;
  }
  .category__item:last-child {
    padding: 30px 30px;
  }
  .category__item-text {
    font-size: 20px;
    line-height: 27.32px;
  }
  .category__item-all {
    font-size: 16px;
    line-height: 21.86px;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/area/style.css?17459273921232*/
.area {
  padding-top: 140px;
}
.area__text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.area__btn {
  display: block;
  margin-top: 30px;
}
.area__map {
  width: 100%;
  background: none;
  position: relative;
}
.area__map-img {
  width: 100%;
}
.area__map-buttons {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 20px;
}

.area__map-buttons button {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  background-color: #1d4199;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

@media screen and (max-width: 767px) {
  .area {
    padding-top: 80px;
  }
  .area__text {
    margin-top: 20px;
    gap: 20px;
  }
  .area__btn {
    margin-top: 20px;
    padding: 13px;
  }
  .area__map {
    margin-top: 22px;
  }
  .area__map-buttons {
    gap: 8px;
    flex-direction: column;
  }
  .area__map-buttons button {
    width: 30px;
    height: 30px;
  }
  a.btn.btn_red.area__btn {
    padding: 13px 10px;
    text-wrap: nowrap;
    font-weight: 600;
    margin:  0 auto;
    margin-top: 20px;
  }
} /*# sourceMappingURL=area.css.map */

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/clients-list/style.css?17422037761123*/
.clients {
  padding-top: 130px;
}
.clients__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  justify-content: center;
}
.clients__item {
  width: 20%;
  height: 180px;
  padding: 20px;
  border: solid 1px #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients__item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.clients__item:hover .clients__item-img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

@media screen and (max-width: 1280px) {
  .clients {
    padding-top: 80px;
  }
  .clients__item {
    width: 25%;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .clients__list {
    margin-top: 20px;
  }
  .clients__item {
    width: 50%;
    height: 92px;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/form-consultation/style.css?17464374704741*/
.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: 16px 1fr;
  /* Скрываем стандартный чекбокс */
  /* Кастомный чекбокс */
  /* Добавляем галочку при checked */
  /* Изменение цвета границы при наведении */
}
.consultation__form-privacy p {
  color: #666666;
  font-size: 14px;
  line-height: 19.6px;
}
.consultation__form-privacy-checkbox {
  display: none;
}
.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 */


/* Start:/local/templates/abat/components/bitrix/news.list/projection-list/style.css?17454789522748*/
section.projection {
  margin-top: 175px;
}
.projection__content {
  max-width: 835px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.projection__list {
  column-count: 2;
  column-gap: 30px;
  margin-top: 25px;
}

.projection__item {
  break-inside: avoid;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px 30px;
  min-height: 300px;
}

.projection__item-name {
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.projection__item-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  flex-wrap: wrap;
}
.projection__item-tag {
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 6px 17px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  text-wrap: nowrap;
}

.projection__item-img {
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.projection__item:nth-child(3n) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.projection__item:nth-child(3n) .projection__item-tags {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 10px;
}
.projection__item:nth-child(3n) .projection__item-img {
  width: 100%;
  max-width: 319px;
  margin-left: auto;
  object-fit: cover;
  margin-top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.projection__order-btn {
  margin: 0 auto;
  display: block;
  margin-top: 18px;
}

@media screen and (max-width: 1200px) {
  section.projection{
    margin-top: 80px;
  }
  .projection__list {
    column-count: initial;
    column-gap: 30px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
  }
  .projection__item-wrapper {
    padding: 14px;
  }
  .projection__item:nth-child(3n) {
    display: block;
  }
  .projection__item-img {
    width: 100%;
    margin: 0;
    aspect-ratio: 330/130;
    margin-top: 3px;
  }
  .projection__item {
    padding: 0;
    min-height: auto;
    margin: 0;
  }
  .projection__item:nth-child(3n) .projection__item-img {
    aspect-ratio: 330/130;
    max-width: 100%;
  }
  .projection__item-without {
    display: none;
  }
  .projection__item-name {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 0.6px;
  }
  .projection__item-tag{
    padding: 5px 15px;
  font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/solution-list/style.css?17454799721600*/
.solution {
  margin-top: 140px;
}

.solution__wrapper {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.solution__item {
  width: calc(100% / 2 - 15px);
  position: relative;
}

.solution__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 5px;
}
.solution__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    253.74deg,
    rgba(56, 46, 46, 0) 16.37%,
    #382e2e 74.02%
  );
}
.solution__item-wrapper {
  display: flex;
  flex-direction: column;
  padding: 180px 40px 40px;
}
img.solution__item-icon {
  width: 38px;
  height: 38px;
}
.solution__item-title {
  margin-top: 25px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
}
.solution__item-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  max-width: 375px;
}
.btn.btn_red.solution__link {
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  padding: 13px 20px;
}

@media screen and (max-width: 1200px) {
  .solution{
    margin-top: 80px;
  }
  .solution__item {
    width: 100%;
  }
  .solution__item-text {
    max-width: 600px;
    font-size: 14px;
  }
  .solution__item-wrapper {
    padding: 180px 15px 15px;
  }
  .solution__wrapper{
    margin-top: 20px;
  }
  .btn.btn_red.solution__link{
    margin-top: 30px;
  }
  .solution__item-title{
    font-size: 20px;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/staff-list/style.css?17460019392002*/
.staff {
  margin-top: 130px;
}
.staff__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.staff__item {
  width: calc(100% / 3 - 14px);
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  gap: 20px;
}
.staff__info {
  display: flex;
  flex-direction: column;
}

span.staff__item-name {
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
}
span.staff__item-post {
  font-size: 14px;
  line-height: 140%;
  color: #666666;
  margin-bottom: 20px;
}
a.staff__item-link {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #e31e24;
}
img.staff__item-img {
  max-width: 156px;
  max-height: 160px;
  width: 100%;
  aspect-ratio: 156 / 160;
}

a.staff__item-whatsapp {
  background-color: #2cb742;
  width: 26px;
  height: 26px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.staff__item-icon {
  width: 18px;
  height: 18px;
}

.staff__item-link:hover{
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 1300px) {
  .staff__item {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 991px) {
  .staff{
    margin-top: 80px;
  }
  .staff__list {
    gap: 10px;
    margin-top: 20px;
  }
  .staff__item {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .staff__info {
    flex: auto;
  }
}
@media screen and (max-width: 560px) {
  span.staff__item-post{
    font-size: 12px;
  }
  .staff__item-link{
    font-size: 16px;
  }
  .staff__list {
    gap: 10px;
  }
  .staff__item {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 15px;
  }
  .staff__info {
    flex: auto;
  }
  img.staff__item-img {
    max-width: 122px;
    max-height: 125px;
    width: 100%;
    aspect-ratio: 122 / 125;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/form-before-footer/style.css?17423065364582*/
.before-footer {
  margin-top: 145px;
}
.before-footer__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;
}
.before-footer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.before-footer__text {
  font-size: 20px;
  line-height: 28px;
}
.before-footer__btn-wrapper {
  display: flex;
  flex-direction: column;
}
.before-footer__btn-wrapper span {
  color: #fff;
}
.before-footer__btn-wrapper span:nth-child(1) {
  font-size: 9px;
  line-height: 11.7px;
}
.before-footer__btn-wrapper span:nth-child(2) {
  font-size: 16px;
  line-height: 20.8px;
}
.before-footer__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.before-footer__form-item {
  width: calc(100% / 3 - 7px);
  height: 50px;
}
.before-footer__form-label {
  position: relative;
}
.before-footer__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;
}
.before-footer__form-label__placeholder span {
  color: #e31e24;
}
.before-footer__form-label__placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}
.before-footer__form-label input {
  width: 100%;
  height: 50px;
}
.before-footer__form-input {
  height: 50px;
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
}
.before-footer__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;
}
.before-footer__form-btn {
  width: 100%;
}
.before-footer__form-privacy {
  display: grid;
  gap: 10px;
  grid-template-columns: 16px 1fr;
}
.before-footer__form-privacy p {
  color: #666666;
  font-size: 14px;
  line-height: 19.6px;
}
.before-footer__form-privacy-checkbox {
  display: none;
}
.before-footer__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;
}
.before-footer__form-privacy-checkbox:checked
  + .before-footer__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;
}

li.before-footer__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.before-footer__list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

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

/* End */
/* /local/templates/abat/components/bitrix/news.list/banner_main/style.css?17454749272486 */
/* /local/templates/abat/components/bitrix/news.list/advantages/style.css?1745318338925 */
/* /local/templates/abat/components/bitrix/catalog.section.list/category_section-list/style.css?17497137022498 */
/* /local/templates/abat/components/bitrix/news.list/area/style.css?17459273921232 */
/* /local/templates/abat/components/bitrix/news.list/clients-list/style.css?17422037761123 */
/* /local/templates/abat/components/bitrix/news.list/form-consultation/style.css?17464374704741 */
/* /local/templates/abat/components/bitrix/news.list/projection-list/style.css?17454789522748 */
/* /local/templates/abat/components/bitrix/news.list/solution-list/style.css?17454799721600 */
/* /local/templates/abat/components/bitrix/news.list/staff-list/style.css?17460019392002 */
/* /local/templates/abat/components/bitrix/news.list/form-before-footer/style.css?17423065364582 */
