/* All */
body.single-bath section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
/* END All */

/* Swiper slider */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
/* END Swiper slider */

/* Header */
body.single-bath,
body.single-bath header.header_alt,
body.single-bath header.header_alt.navbar-sticky.is-stuck.navbar {
  background-color: #F7F7F8;
  box-shadow: none;
}
header.header_alt .container {
  display: flex;
  flex-direction: column;
}
header.header_alt .top,
header.header_alt .bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
header.header_alt .top {
  border-bottom: 1px solid #1318260F;
  padding-bottom: 25px;
}
header.header_alt .bottom {
  padding-top: 20px;
}
header.header_alt .top .left_top,
header.header_alt .top .right_top {
  display: flex;
  align-items: center;
  flex-direction: row;
}
header.header_alt .top .left_top button {
  margin-left: 70px;
  border-color: transparent;
  border-radius: 60px;
  padding: 15px 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
header.header_alt .top .left_top button .svg {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
header.header_alt .top .right_top {
  gap: 5px;
}
header.header_alt .top .light_on_off {
  margin-right: 25px;
}
header.header_alt .top .client_info,
header.header_alt .top .message,
header.header_alt .top .favorites {
  border-radius: 60px;
  padding: 15px 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
header.header_alt .top .client_info svg,
header.header_alt .top .message .info,
header.header_alt .top .favorites .info {
  margin-right: 16px;
  position: relative;
}
header.header_alt .top .message .info .quantity,
header.header_alt .top .favorites .info .quantity {
  position: absolute;
  font-size: 9px;
  color: #fff;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -3px;
  right: -6px;
}
header.header_alt .top .message .info .quantity {
  background: #D85151;
}
header.header_alt .top .favorites .info .quantity {
  background: #000000;
}
header.header_alt .bottom .bottom_left {
  display: flex;
  align-items: center;
}
header.header_alt .bottom .bottom_left .anchor {
  text-decoration: none;
  color: #131826;
  font-weight: 700;
  margin-right: 115px;
}
header.header_alt .bottom .bottom_right button {
  background: #415E44;
  border-color: transparent;
  padding: 20px 25px;
  color: #fff;
  border-radius: 60px;
}
/* END Header */

/* Первый блок */
.section_logo .container {
  position: relative;
  height: 675px;
}
.section_logo .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
}
.img_background .overlay-dark {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}
.section_logo .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
  z-index: 1;
}
.section_logo .img_background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.section_logo .inform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 55px 55px 100px 70px;
}
.section_logo .inform .top {
  display: flex;
  justify-content: space-between;
}
.section_logo .inform .title {
  width: 60%;
  display: block;
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 93%;
  margin-bottom: 0;
}
.section_logo .inform .logo {
  padding: 40px 35px;
  border-radius: 12px;
  background: #00000030;
  backdrop-filter: blur(104.4px);
  -webkit-backdrop-filter: blur(104.4px);
}
.section_logo .inform .bottom button {
  background: #FFFFFF;
  padding: 25px 40px;
  border-radius: 35px;
  border-color: transparent;
  font-weight: 700;
  font-size: 17px;
}
.section_logo .inform .bottom .txt {
  color: #FFFFFF;
  font-size: 24px;
  margin-left: 25px;
}
/* END Первый блок */

/* Блок "Наши бани" */
.section_bath .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section_bath .title h2 {
  font-size: 64px;
  font-weight: 400;
  color: #131826;
  margin-bottom: 0;
}
.section_bath .title .tab-blcks {
  width: 65%;
  display: flex;
  align-items: center;
}
.section_bath .title .tab-blcks .bath-swiper {
  margin-right: 30px;
  margin-left: 30px;
}
.section_bath .tab-blcks .swiper-slide {
  color: #1318267A;
  border-radius: 47px;
  border: 1px solid #00000012;
  font-size: 20px;
  padding: 20px;
  background: transparent;
  cursor: pointer;
}
.section_bath .tab-blcks .swiper-slide.swiper-slide-thumb-active {
  color: #131826;
  border-color: transparent;
  background: #fff;
  font-weight: 700;
}
.section_bath .tab-blcks .swiper-button-disabled {
  display: none;
}
.section_bath .tab-blcks .bath_icon {
  margin-left: 70px;
}
.section_bath .bath_slider_blcks {
  height: 676px;
}
.section_bath .bath_slider_blcks .swiper-slide {
  background: transparent;
}
.section_bath .bath_slider_blcks .swiper-slide .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section_bath .bath_slider_blcks .swiper-slide .overlay-dark {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.section_bath .bath_slider_blcks .swiper-slide .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.section_bath .bath_slider_blcks .swiper-slide .img_background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.section_bath .bath_slider_blcks .swiper-slide .inform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 60px 65px 0 70px;
  width: 100%;
}
.section_bath .bath_slider_blcks .inform .left {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section_bath .bath_slider_blcks .inform .left .title {
  font-weight: 700;
  color: #fff;
  font-size: 38px;
  line-height: 93%;
  text-align: left;
  margin-bottom: 40px;
}
.section_bath .bath_slider_blcks .inform .left .txt {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 40px;
}
.section_bath .bath_slider_blcks .inform .left .btn_blcks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section_bath .bath_slider_blcks .inform .left .btn_blcks button {
  padding: 25px 45px;
  border-radius: 35px;
  border-color: transparent;
  font-size: 17px;
}
.section_bath .bath_slider_blcks .inform .left .btn_blcks button.white {
  background-color: #fff;
  color: #131826;
  font-weight: 700;
}
.section_bath .bath_slider_blcks .inform .left .btn_blcks button.black {
  backdrop-filter: blur(104.4px);
  -webkit-backdrop-filter: blur(104.4px);
  color: #fff;
  font-weight: 400;
}
.section_bath .bath_slider_blcks .inform .right .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.section_bath .bath_slider_blcks .inform .price .time {
  font-size: 40px;
  line-height: 93%;
  margin-bottom: 15px;
}
.section_bath .bath_slider_blcks .inform .price .people {
  line-height: 100%;
  font-size: 20px;
}
.section_bath .bath_slider_blcks .swiper-pagination {
  bottom: 25px;
  right: 30px;
  width: 175px;
  height: 80px;
  display: flex  ;
  align-items: center;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev,
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  top: 22px;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev {
  left: 0;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next {
  right: 0;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev::after,
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next::after {
  display: none;
}
.section_bath .bath_slider_blcks .swiper-pagination svg {
  width: 16px;
  height: 10px;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev:hover,
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next:hover {
  background: #415E44;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev svg path,
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next svg path {
  fill: #000;
}
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev:hover svg path,
.section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next:hover svg path {
  fill: #fff;
}
/* END Блок "Наши бани" */

/* Блок "Галерея" */
.gallery_section .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.gallery_section .title h2 {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 93%;
  font-weight: 400;
  color: #131826;
}
.gallery_blcks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 40px;
  row-gap: 40px;
  justify-items: center;
}
/* 1-я строка: img 1 и 2 — по 3 фракции */
.gallery_blcks picture:nth-child(1) {
  grid-column: 1 / span 3; /* столбцы 1,2,3 */
  grid-row: 1;
}
.gallery_blcks picture:nth-child(2) {
  grid-column: 4 / span 3; /* столбцы 4,5,6 */
  grid-row: 1;
}
/* 2-я строка */
/* img 3 – в левой части */
.gallery_blcks picture:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
}
/* колонка 3-4: img4 и img5 одна над другой */
.gallery_blcks picture:nth-child(4) {
  grid-column: 3 / span 2;
  grid-row: 2;
  align-self: end;
}
.gallery_blcks picture:nth-child(5) {
  grid-column: 3 / span 2;
  grid-row: 2;
  align-self: start;
}
/* img 6 – правая часть */
.gallery_blcks picture:nth-child(6) {
  grid-column: 5 / span 2;
  grid-row: 2;
}
/* 3-я строка: img7 и img8 по 3 фракции */
.gallery_blcks picture:nth-child(7) {
  grid-column: 1 / span 3;
  grid-row: 3;
}
.gallery_blcks picture:nth-child(8) {
  grid-column: 4 / span 3;
  grid-row: 3;
}
/* Общие стили для картинок */
.gallery_blcks img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.gallery_section .gallery_more {
  margin-top: 50px;
}
.gallery_section .gallery_more a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #5150291A;
  border-bottom: 1px solid #5150291A;
  text-decoration: none;
}
.gallery_section .gallery_more svg {
  margin-left: 20px;
}
/* END Блок "Галерея" */

/* Блок "Услуги" */
.services_section .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.services_section .title h2 {
  font-size: 64px;
  font-weight: 400;
  color: #131826;
  margin-bottom: 0;
}
.services_section .tabs_blck {
  width: 65%;
  display: flex;
  align-items: center;
}
.services_section .title .tab-blcks {
  width: 65%;
  display: flex;
  align-items: center;
}
.services_section .title .tab-blcks .services-swiper {
  margin-right: 30px;
  margin-left: 30px;
}
.services_section .tab-blcks .swiper-slide {
  color: #1318267A;
  border-radius: 47px;
  border: 1px solid #00000012;
  font-size: 20px;
  padding: 20px;
  background: transparent;
  cursor: pointer;
}
.services_section .tab-blcks .swiper-slide.swiper-slide-thumb-active {
  color: #131826;
  border-color: transparent;
  background: #fff;
  font-weight: 700;
}
.services_section .tab-blcks .swiper-button-disabled {
  display: none;
}
.services_section .tab-blcks .bath_icon {
  margin-left: 70px;
}
.services_section .serv_blcks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  background-color: #F7F7F8;
}
.services_section .serv_blcks .serv_blck {
  background-color: #fff;
  padding: 35px 75px 35px 35px;
  border-radius: 9px;
}
.services_section .serv_blcks .serv_blck .title {
  margin-bottom: 25px;
  font-size: 22px;
  color: #131826;
}
.services_section .serv_blcks .serv_blck .title h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}
.services_section .serv_blcks .serv_blck .txt {
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  color: #131826;
  margin-bottom: 50px;
}
.services_section .serv_blcks .serv_blck .info {
  display: flex;
  justify-content: space-between;
}
.services_section .serv_blcks .serv_blck .info .left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.services_section .serv_blcks .serv_blck .info .time {
  font-size: 16px;
  line-height: 100%;
  display: block;
  padding: 5px 10px;
  border: 1px solid #9DA0A7;
  border-radius: 30px;
  color: #9DA0A7;
}
.services_section .serv_blcks .serv_blck .info .price {
  color: #415E44;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}
.services_section .serv_blcks .serv_blck .info .right a {
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  font-size: 16px;
}
.services_slider_blcks .swiper.swiper-backface-hidden {
  background-color: #F7F7F8;
}
.services_slider_blcks .swiper-pagination_blcks {
  display: flex;
  position: relative;
  margin-top: 20px;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F7F8;
  border-top: 1px solid #5150291A;
  border-bottom: 1px solid #5150291A;
}
.services_slider_blcks .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.services_slider_blcks .swiper-button-next::after,
.services_slider_blcks .swiper-button-prev::after {
  display: none;
}
.services_slider_blcks .swiper-button-next,
.services_slider_blcks .swiper-button-prev {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
  width: auto;
  margin-top: 0;
}
.services_slider_blcks .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  border: 1px solid #51502985;
  backdrop-filter: blur(104.4px);
  -webkit-backdrop-filter: blur(104.4px);
}
.services_slider_blcks .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #415E44;
}
/* END Блок "Услуги" */

/* Блок "Меню кухни" */
.section_menu .container {
  position: relative;
  padding-top: 0 !important;
  height: 295px;
}
.section_menu .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
}
.section_menu .overlay-dark {
  border-radius: 10px;
}
.section_menu .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
  z-index: 1;
}
.section_menu .img_background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.section_menu .title {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_menu .title .top {
  color: #FFFFFF;
}
.section_menu .title h2 {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 400;
  line-height: 93%;
  margin-bottom: 15px;
}
.section_menu .title .txt {
  font-size: 14px;
  line-height: 100%;
  width: 40%;
}
.section_menu .title a {
  text-decoration: none;
  color: #131826;
  font-size: 14px;
  line-height: 100%;
  padding: 20px 25px;
  background: #fff;
  width: fit-content;
  border-radius: 30px;
}
/* END Блок "Меню кухни" */

/* Блок "Сертификаты" */
.section_sertificates .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.section_sertificates .title h2 {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 93%;
  font-weight: 400;
  color: #131826;
}
.sert-swiper.swiper-backface-hidden {
  background-color: #F7F7F8;
}
.sert-swiper .swiper-wrapper {
  height: 450px;
}
.sert-swiper .sert_blcks {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 45px 45px 45px 30px;
  position: relative;
}
.sert-swiper .sert_blck {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.sert-swiper .sert_blck .title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  width: 65%;
  text-align: left;
  color: #131826;
}
.sert-swiper .sert_blck .txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #13182680;
  text-align: left;
}
.sert-swiper .sert_blck .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sert-swiper .sert_blck .bottom .left {
  color: #415E44;
  line-height: 100%;
  font-size: 22px;
}
.sert-swiper .sert_blck .bottom .right {
  color: #fff;
  background: #415E44;
  font-size: 11px;
  line-height: 100%;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
}
.sert-swiper .sert_blcks .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sert-swiper .sert_blcks .img_background .overlay-dark {
  border-radius: 10px;
}
.sert-swiper .sert_blcks .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.sert-swiper .sert_blcks .img_background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.sert-swiper .sert_blcks:has(.img_background) .sert_blck .title,
.sert-swiper .sert_blcks:has(.img_background) .sert_blck .txt,
.sert-swiper .sert_blcks:has(.img_background) .sert_blck .bottom .left {
  color: #fff;
}
.sert-swiper .sert_blcks:has(.img_background) .sert_blck .bottom .right {
  color: #415E44;
  background: #fff;
}
.sert-swiper .swiper-pagination_blcks {
  display: flex;
  position: relative;
  margin-top: 20px;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F7F8;
  border-top: 1px solid #5150291A;
  border-bottom: 1px solid #5150291A;
}
.sert-swiper .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.sert-swiper .swiper-button-next::after,
.sert-swiper .swiper-button-prev::after {
  display: none;
}
.sert-swiper .swiper-button-next,
.sert-swiper .swiper-button-prev {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
  width: auto;
  margin-top: 0;
}
.sert-swiper .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  border: 1px solid #51502985;
  backdrop-filter: blur(104.4px);
  -webkit-backdrop-filter: blur(104.4px);
}
.sert-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #415E44;
}
/* END Блок "Сертификаты" */

/* Инфоблок */
.section_info_blck .container {
  position: relative;
  padding-top: 0 !important;
  height: 676px;
}
.section_info_blck .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
}
.section_info_blck .overlay-dark {
  border-radius: 10px;
}
.section_info_blck .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
  z-index: 1;
}
.section_info_blck .img_background img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section_info_blck .txt_blcks {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  z-index: 2;
  padding: 100px 85px 170px 70px;
  height: 100%;
  color: #fff;
}
.section_info_blck .txt_blcks .left,
.section_info_blck .txt_blcks .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 42%;
}
.section_info_blck .txt_blcks .left h2 {
  font-size: 38px;
  color: #fff;
  line-height: 93%;
  font-weight: 700;
  width: 60%;
}
/* END Инфоблок */

/* Блок "Акции" */
.section_promo .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.section_promo .title h2 {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 93%;
  font-weight: 400;
  color: #131826;
}
.promo-swiper.swiper-backface-hidden {
  background-color: #F7F7F8;
}
.promo-swiper .swiper-wrapper {
  height: 450px;
}
.promo-swiper .sert_blcks {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 45px 45px 45px 30px;
  position: relative;
}
.promo-swiper .sert_blck {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.promo-swiper .sert_blck .title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  width: 65%;
  text-align: left;
  color: #131826;
}
.promo-swiper .sert_blck .txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #13182680;
  text-align: left;
}
.promo-swiper .sert_blck .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.promo-swiper .sert_blck .bottom .left {
  color: #415E44;
  line-height: 100%;
  font-size: 22px;
}
.promo-swiper .sert_blck .bottom .right {
  color: #fff;
  background: #415E44;
  font-size: 11px;
  line-height: 100%;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
}
.promo-swiper .sert_blcks .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.promo-swiper .sert_blcks .img_background .overlay-dark {
  border-radius: 10px;
}
.promo-swiper .sert_blcks .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.promo-swiper .sert_blcks .img_background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.promo-swiper .sert_blcks:has(.img_background) .sert_blck .title,
.promo-swiper .sert_blcks:has(.img_background) .sert_blck .txt,
.promo-swiper .sert_blcks:has(.img_background) .sert_blck .bottom .left {
  color: #fff;
}
.promo-swiper .sert_blcks:has(.img_background) .sert_blck .bottom .right {
  color: #415E44;
  background: #fff;
}
.promo-swiper .swiper-pagination_blcks {
  display: flex;
  position: relative;
  margin-top: 20px;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F7F8;
  border-top: 1px solid #5150291A;
  border-bottom: 1px solid #5150291A;
}
.promo-swiper .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.promo-swiper .swiper-button-next::after,
.promo-swiper .swiper-button-prev::after {
  display: none;
}
.promo-swiper .swiper-button-next,
.promo-swiper .swiper-button-prev {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
  width: auto;
  margin-top: 0;
}
.promo-swiper .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  border: 1px solid #51502985;
  backdrop-filter: blur(104.4px);
  -webkit-backdrop-filter: blur(104.4px);
}
.promo-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #415E44;
}
.promo-swiper .sert_blcks .sert_blck .promo_icon_top {
  padding: 15px;
  background: #F6F7F8;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 35px;
}
.promo-swiper .sert_blcks:has(.img_background) .sert_blck .promo_icon_top {
  background: #fff;
}
/* END Блок "Акции" */

/* Блок "Контакты" */
.section_contacts .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.section_contacts .title h2 {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 93%;
  font-weight: 400;
  color: #131826;
}
.section_contacts .contacts_blcks .puncts {
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #5150291A;
  border-bottom: 1px solid #5150291A;
  gap: 140px;
  color: #131826;
}
.section_contacts .puncts .metro .txt {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 15px;
}
.section_contacts .puncts .metro .info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}
/* END Блок "Контакты" */
