/* All */
body.single-bath section {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  scroll-margin-top: 100px;
}
body.single-bath section:first-child {
  padding-top: 0 !important;
}
.dis_none {
  display: none;
}
.mob-ver {
  display: none;
}
a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .comp-ver {
    display: none !important;
  }
  .mob-ver {
    display: block;
  }
  body.single-bath section:first-child {
    margin-top: 50px !important;
  }
  body.single-bath section .title h2 {
    font-size: 28px;
  }
  body.single-bath section .bath_icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* 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);
}
body.single-bath section .swiper-pagination_blcks:has(.swiper-pagination-lock) {
  display: none;
}

@media (max-width: 991px) {
  body.single-bath section .swiper-pagination {
    display: none ;
  }
}
/* 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;
}
body.single-bath header.header_alt {
  position: relative;
  width: 100%;
  transition: background-color 0.5s ease;
  z-index: 100;
}
header.header_alt .container {
  display: flex;
  flex-direction: column;
}
header.header_alt .top .container,
header.header_alt .bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
header.header_alt .top {
  padding-bottom: 25px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 25px;
  background-color: #F7F7F8;
  z-index: 10;
}
header.header_alt .bottom {
  padding-top: 20px;
  max-height: 100px;
  border-top: 1px solid #1318260F;
  margin-top: 100px;
}
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: 15px 25px;
  color: #fff;
  border-radius: 60px;
  max-height: 58px;
}

@media (max-width: 991px) {
  header.header_alt .mob-ver .navbar {
    padding: 10px 15px;
    background-color: #F7F7F8;
  }
  header.header_alt .mob-ver .navbar-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.header_alt .mob-ver .navbar-top .navbar-brand {
    margin: 0;
  }
  header.header_alt .mob-ver .navbar-top .navbar-menu_top {
    display: flex;
    align-items: center;
  }
  header.header_alt .mob-ver .navbar-top .all_bath {
    border-color: transparent;
    border-radius: 15px;
    padding: 10px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    color: #131826;
    margin-right: 25px;
  }
  header.header_alt .mob-ver .navbar-top .svg {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  header.header_alt .mob-ver .offcanvas {
    width: 100%;
    background-color: #F7F7F8;
  }
  header.header_alt .mob-ver .offcanvas-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
  }
  header.header_alt .mob-ver .offcanvas-header_right {
    display: flex;
    align-items: center;
  }
  header.header_alt .top .light_on_off {
    margin-right: 20px;
  }
  header.header_alt .mob-ver .offcanvas-body .all_bath {
    border-color: transparent;
    border-radius: 25px;
    padding: 15px 20px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    color: #131826;
    justify-content: space-between;
  }
  header.header_alt .mob-ver .offcanvas-body .svg {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  header.header_alt .mob-ver .offcanvas-body .bottom_info {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
  }
  header.header_alt .top .client_info,
  header.header_alt .top .message,
  header.header_alt .top .favorites {
    width: 100%;
    justify-content: center;
  }
  header.header_alt .mob-ver .offcanvas-body_menu {
    margin-top: 20px;
  }
  header.header_alt .mob-ver .offcanvas-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  header.header_alt .mob-ver .offcanvas-top .top-right {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #00000030;
    backdrop-filter: blur(104.4px);
  }
  header.header_alt .mob-ver .offcanvas-top .top-right img {
    max-width: 45px;
  }
  header.header_alt .mob-ver .offcanvas-top .top-left a {
    color: #131826;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
  }
  header.header_alt .mob-ver .offcanvas-top .top-left svg path {
    stroke: #131826;
  }
  header.header_alt .mob-ver .offcanvas-middle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  header.header_alt .mob-ver .offcanvas-middle ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 65px;
  }
  header.header_alt .mob-ver .offcanvas-middle ul li {
    list-style-type: none;
  }
  header.header_alt .mob-ver .offcanvas-middle a {
    color: #131826;
  }
  header.header_alt .mob-ver .offcanvas-bottom button {
    background: #415E44;
    border-color: transparent;
    padding: 15px 25px;
    color: #fff;
    border-radius: 60px;
    max-height: 58px;
  }
}
/* 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);
  max-width: 210px;
}
.section_logo .inform .bottom {
  display: flex;
  align-items: center;
}
.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;
}

@media (max-width: 991px) {
  .section_logo .inform {
    padding: 30px 15px;
  }
  .section_logo .inform .title {
    font-size: 28px;
    width: 100%;
    margin-bottom: 25px;
  }
  .section_logo .inform .top {
    flex-direction: column;
  }
  .section_logo .inform .logo {
    max-width: 42%;
    padding: 10px;
  }
  .section_logo .inform .bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .section_logo .inform .bottom .txt {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section_logo .inform .bottom .btns_blck {
    display: flex;
    justify-content: space-between;
  }
  .section_logo .inform .bottom button {
    font-size: 12px;
    padding: 15px 25px;
  }
  .section_logo .inform .bottom .mob-ver {
    background: #415E44;
    border-color: transparent;
    color: #fff;
  }
}
/* 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;
  width: fit-content;
}
.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;
}

@media (max-width: 991px) {
  .section_bath .title {
    position: relative;
    margin-bottom: 90px;
  }
  .section_bath .title .custom-nav {
    display: none;
  }
  .section_bath .title .tab-blcks {
    width: auto;
  }
  .section_bath .title .tab-blcks .bath-swiper {
    margin: 0;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
  }
  .section_bath .tab-blcks .swiper-slide {
    padding: 15px;
    font-size: 12px;
  }
  .section_bath .bath_slider_blcks .swiper {
    background: #fff;
    border-radius: 10px;
  }
  .section_bath .bath_slider_blcks .swiper-slide .img_background {
    left: 15px;
    right: 15px;
    top: 170px;
    bottom: 65px;
  }
  .section_bath .bath_slider_blcks .swiper-slide .inform {
    padding: 20px 25px;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-top: 30px;
    padding-bottom: 85px;
  }
  .section_bath .bath_slider_blcks .inform .left .btn_blcks button {
    padding: 20px 35px;
    font-size: 15px;
  }
  .section_bath .bath_slider_blcks .inform .left {
    width: 100%;
    height: auto;
    justify-content: flex-end;
  }
  .section_bath .bath_slider_blcks .inform .left .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section_bath .bath_slider_blcks .inform .left .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .section_bath .bath_slider_blcks .inform .left .title,
  .section_bath .bath_slider_blcks .inform .left .txt,
  .section_bath .bath_slider_blcks .inform .right {
    color: #131826;
  }
  .section_bath .bath_slider_blcks .inform .left .btn_blcks {
    position: absolute;
    bottom: 80px;
  }
  .section_bath .bath_slider_blcks .inform .right .price {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .section_bath .bath_slider_blcks .inform .price .time {
    color: #131826;
    font-size: 18px;
    margin-bottom: 0;
  }
  .section_bath .bath_slider_blcks .inform .price .people {
    font-size: 12px;
    color: #1318268A;
  }
  .section_bath .bath_slider_blcks .swiper-pagination {
    width: 100%;
    right: 0;
    left: 0;
    height: 40px;
    bottom: 10px;
  }
  .section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev,
  .section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next {
    height: 40px;
    width: 40px;
    background: #9DA0A730;
  }
  .section_bath .bath_slider_blcks .swiper-pagination .swiper-button-prev {
    left: 15px;
  }
  .section_bath .bath_slider_blcks .swiper-pagination .swiper-button-next {
    right: 15px;
  }
}
/* 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;
}
.gallery_blcks a {
  width: 100%;
}
.gallery_blcks picture {
  display: block;
  height: 100%;
}
/* 1-я строка: img 1 и 2 — по 3 фракции */
.gallery_blcks a:nth-child(1) {
  grid-column: 1 / span 3; /* столбцы 1,2,3 */
  grid-row: 1;
}
.gallery_blcks a:nth-child(2) {
  grid-column: 4 / span 3; /* столбцы 4,5,6 */
  grid-row: 1;
}
/* 2-я строка */
/* img 3 – в левой части */
.gallery_blcks a:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
}
/* колонка 3-4: img4 и img5 одна над другой */
.gallery_blcks a:nth-child(4) {
  grid-column: 3 / span 2;
  grid-row: 2;
  align-self: end;
}
.gallery_blcks a:nth-child(5) {
  grid-column: 3 / span 2;
  grid-row: 2;
  align-self: start;
}
/* img 6 – правая часть */
.gallery_blcks a:nth-child(6) {
  grid-column: 5 / span 2;
  grid-row: 2;
}
/* 3-я строка: img7 и img8 по 3 фракции */
.gallery_blcks a:nth-child(7) {
  grid-column: 1 / span 3;
  grid-row: 3;
}
.gallery_blcks a:nth-child(8) {
  grid-column: 4 / span 3;
  grid-row: 3;
}
/* Общие стили для картинок */
.gallery_blcks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.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;
}

@media (max-width: 991px) {
  .gallery_section .gallery_blcks_mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .gallery_blcks_mob img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
  }
  .gallery_blcks_mob a:nth-child(1) {
    grid-column: 1 / -1;
  }
  .gallery_blcks_mob a:nth-child(2) {
    grid-column: 1 / -1;
  }
  .gallery_blcks_mob a:nth-child(3) {
    grid-row: span 2;
  }
  .gallery_section .gallery_more a {
    justify-content: space-between;
    padding: 20px 10px;
  }
}
/* 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;
  width: fit-content;
}
.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;
}

@media (max-width: 991px) {
  .services_section .title {
    position: relative;
    margin-bottom: 90px;
  }
  .services_section .tab-blcks .custom-nav {
    display: none;
  }
  .services_section .title .tab-blcks {
    width: auto;
  }
  .services_section .title .tab-blcks .services-swiper {
    margin: 0;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
  }
  .services_section .tab-blcks .swiper-slide {
    padding: 15px;
    font-size: 12px;
  }
  .services_section .serv_blcks .serv_blck {
    padding: 20px 30px 25px 10px;
  }
  .services_section .serv_blcks .serv_blck .info .time {
    font-size: 12px;
  }
  .services_section .serv_blcks .serv_blck .info .price {
    font-size: 16px;
  }
}
/* 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;
}

@media (max-width: 991px) {
  .section_menu .title .txt {
    width: 100%;
  }
}
/* 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;
  border: 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;
}

@media (max-width: 991px) {
  .section_sertificates .title {
    margin-bottom: 30px;
  }
  .sert-swiper .sert_blcks {
    padding: 30px 15px;
  }
  .sert-swiper .sert_blck .title {
    margin-bottom: 20px;
  }
}
/* 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%;
}

@media (max-width: 991px) {
  .section_info_blck .container {
    height: auto;
  }
  .section_info_blck .mob-ver .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
  }
  .section_info_blck .mob-ver .title h2 {
    margin-bottom: 0;
    line-height: 93%;
    font-weight: 400;
    color: #131826;
  }
  .section_info_blck .txt_blcks {
    padding: 0;
    flex-direction: column;
    gap: 15px;
    color: #131826;
  }
  .section_info_blck .txt_blcks p {
    margin: 0;
  }
}
/* END Инфоблок */

/* Блок "Отзывы" */
.section_reviews .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.section_reviews .title h2 {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 93%;
  font-weight: 400;
  color: #131826;
}
.section_reviews .title .info {
  display: flex;
  gap: 55px;
}
.section_reviews .title .rating,
.section_reviews .title .reviews_all {
  display: flex;
  gap: 20px;
  align-items: center;
}
.section_reviews .title .info .txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #131826;
}
.section_reviews .title .info .number {
  color: #415E44;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 900;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
}
.reviews-swiper.swiper-backface-hidden {
  background-color: #F7F7F8;
}
.reviews-swiper .swiper-wrapper {
  height: 450px;
}
.reviews-swiper .sert_blcks {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 40px 35px 20px;
  position: relative;
}
.reviews-swiper .sert_blck {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.reviews-swiper .sert_blck .title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  width: 65%;
  text-align: left;
  color: #131826;
}
.section_reviews .reviews-swiper .sert_blck .title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.section_reviews .sert_blck .title .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section_reviews .sert_blck .title .info .name {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #131826;
}
.section_reviews .sert_blck .title .info .date {
  color: #13182654;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}
.section_reviews .reviews-swiper .sert_blck .icon {
  width: 56px;
  height: 56px;
}
.reviews-swiper .sert_blck .txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #13182680;
  text-align: left;
}
.section_reviews .reviews-swiper .sert_blck .txt {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: #131826;
}
.reviews-swiper .sert_blck .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.reviews-swiper .sert_blck .bottom .left {
  color: #415E44;
  line-height: 100%;
  font-size: 22px;
}
.reviews-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;
}
.reviews-swiper .sert_blcks .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.reviews-swiper .sert_blcks .img_background .overlay-dark {
  border-radius: 10px;
}
.reviews-swiper .sert_blcks .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.reviews-swiper .sert_blcks .img_background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.reviews-swiper .sert_blcks:has(.img_background) .sert_blck .title,
.reviews-swiper .sert_blcks:has(.img_background) .sert_blck .txt,
.reviews-swiper .sert_blcks:has(.img_background) .sert_blck .bottom .left {
  color: #fff;
}
.reviews-swiper .sert_blcks:has(.img_background) .sert_blck .bottom .right {
  color: #415E44;
  background: #fff;
}
.reviews-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;
}
.reviews-swiper .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.reviews-swiper .swiper-button-next::after,
.reviews-swiper .swiper-button-prev::after {
  display: none;
}
.reviews-swiper .swiper-button-next,
.reviews-swiper .swiper-button-prev {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
  width: auto;
  margin-top: 0;
}
.reviews-swiper .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  border: 1px solid #51502985;
  backdrop-filter: blur(104.4px);
  -webkit-backdrop-filter: blur(104.4px);
}
.reviews-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #415E44;
}
.reviews-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;
}
.reviews-swiper .sert_blcks:has(.img_background) .sert_blck .promo_icon_top {
  background: #fff;
}
.reviews-swiper .sert_blck .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reviews-swiper .sert_blck .bottom .stars {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.reviews-swiper .sert_blck .bottom .star.not_active path {
  fill: #415E4438;
}
.reviews-swiper .sert_blck .bottom .href {
  text-decoration: none;
  font-size: 14px;
}
.reviews-swiper .sert_blck .bottom .href .txt {
  margin-left: -10px;
}

@media (max-width: 991px) {
  .section_reviews .title {
    position: relative;
    margin-bottom: 75px;
    flex-direction: row;
  }
  .section_reviews .title .info {
    position: absolute;
    bottom: -65px;
    gap: 40px;
  }
  .section_reviews .title .info .txt {
    font-size: 10px;
  }
  .section_reviews .title .info .number {
    flex-shrink: 0;
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
  .section_reviews .reviews-swiper .sert_blck .title {
    flex-direction: row;
    justify-content: flex-start;
  }
  .section_reviews .sert_blck .title .info {
    position: relative;
    bottom: auto;
  }
}
/* 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;
  border: 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;
}

@media (max-width: 991px) {
  .promo-swiper .sert_blcks .sert_blck .top {
    display: flex;
    flex-wrap: wrap;
  }
  .promo-swiper .sert_blcks .sert_blck .promo_icon_top {
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .promo-swiper .sert_blcks .sert_blck .title {
    width: 78%;
    margin-bottom: 20px;
  }
}
/* 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;
}
.section_contacts .map_blck {
  height: 575px;
  position: relative;
  margin-top: 55px;
}
.section_contacts .map_blck .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.section_contacts .map_blck .map img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_contacts .map_blck .info {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  bottom: 15px;
  width: 380px;
  padding: 45px 30px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 64, 0.2);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 64, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 64, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: space-between;
}
.section_contacts .map_blck .info .tel,
.section_contacts .map_blck .info .mail,
.section_contacts .map_blck .info .add,
.section_contacts .map_blck .info .soc {
  /*margin-bottom: 35px;*/
}
.section_contacts .map_blck .info .top {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 15px;
  color: #131826;
}
.section_contacts .map_blck .info .bottom a {
  font-size: 20px;
  text-decoration: none;
  color: #131826;
  line-height: 100%;
  font-weight: 400;
}
.section_contacts .map_blck .info .add .bottom {
  font-size: 20px;
  color: #131826;
  line-height: 100%;
}
.section_contacts .map_blck .info .soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_contacts .map_blck .info .soc a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #9DA0A729;
  border-radius: 50%;
}
.section_contacts .map_blck .info .road {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.section_contacts .map_blck .info .road a {
  text-decoration: none;
  background: #415E44;
  padding: 20px;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 100%;
  gap: 10px;
}

@media (max-width: 991px) {
  .section_contacts .title {
    margin-bottom: 20px;
    align-items: flex-end;
  }
  .section_contacts .contacts_blcks .puncts {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    border: none;
  }
  .section_contacts .contacts_blcks .puncts .metro {
    padding-bottom: 15px;
    border-bottom: 1px solid #5150291A;
  }
  .section_contacts .contacts_blcks .puncts .metro:first-child {
    padding-top: 15px;
    border-top: 1px solid #5150291A;
  }
  .section_contacts .map_blck {
    margin-top: 20px;
    height: auto;
  }
  .section_contacts .map_blck .info {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 15px;
  }
  .section_contacts .map_blck .map {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 470px;
  }
  .section_contacts .map_blck .map .mob-ver {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 15px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }
  .section_contacts .map_blck .map .mob-ver button {
    background: #415E44;
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    border: none;
  }
  .section_contacts .map_blck .map .mob-ver .logo {
    padding: 10px;
    border-radius: 12px;
    background: #00000030;
    backdrop-filter: blur(104.4px);
    max-width: 130px;
  }
}
/* END Блок "Контакты" */

/* Footer */
.footer_alt {
  background-color: #F7F7F8 !important;
}
.footer_alt .top,
.footer_alt .bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer_alt .top {
  border-bottom: 1px solid #51502924;
  padding-bottom: 30px;
}
.footer_alt .top .top_single-logo {
  max-width: 110px;
}
.footer_alt .top_middle {
  display: flex;
  align-items: center;
}
.footer_alt .anchor {
  text-decoration: none;
  color: #131826;
  font-weight: 700;
  margin-right: 130px;
}
.footer_alt .footer_menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  gap: 35px;
}
.footer_alt .footer_menu a {
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  color: #131826;
}
.footer_alt .footer_menu a:hover {

}
.footer_alt .top_right button {
  background: #415E44;
  border-color: transparent;
  padding: 15px 30px;
  color: #fff;
  border-radius: 60px;
  font-size: 11px;
}
.footer_alt .bottom {
  padding-top: 25px;
  padding-bottom: 50px;
}
.footer_alt .bottom_left {
  display: flex;
  align-items: center;
  gap: 100px;
}
.footer_alt .bottom_left a {
  display: flex;
  align-items: center;
}
.footer_alt .bottom_left button {
  border: 1px solid #515029;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #FFFFFF;
}
.footer_alt .bottom_right {
  display: flex;
  gap: 90px;
  align-items: center;
}
.footer_alt .bottom_right a {
  color: #131826;
  font-size: 14px;
  line-height: 100%;
}

@media (max-width: 991px) {
  .footer_alt .top {
    flex-direction: column;
  }
  .footer_alt .top .top_single-logo {
    display: none;
  }
  .footer_alt .top_middle {
    flex-direction: column;
  }
  .footer_alt .anchor {
    margin-right: 0;
  }
  .footer_alt .footer_menu {
    text-align: center;
    flex-direction: column;
    margin-top: 15px;
    gap: 15px;
  }
  .footer_alt .top_right {
    display: none;
  }
  .footer_alt .bottom {
    flex-direction: column;
  }
  .footer_alt .bottom_left {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 20px;
  }
  .footer_alt .bottom_right {
    flex-direction: column;
    gap: 20px;
  }
}
/* END Footer */

/* Модальные окна */
.info_bath.modal p {
  margin-bottom: 0;
}
.modal .modal-dialog {
  max-width: 550px;
}
.modal-backdrop.fade.show {
  opacity: 1;
  background: #00000030;
  backdrop-filter: blur(104.4px);
}
.modal .modal-content {
  position: relative;
  background: #F7F7F8;
}
.info_bath.modal .modal-content {
  max-height: 92vh;
  border: none;
}
.modal .modal-content .btn-close {
  position: absolute;
  right: -40px;
  padding: 0;
  width: 25px;
  height: 25px;
  z-index: 2;
  opacity: 1;
}
.modal .modal-content .modal-body {
  overflow-y: overlay;
}
.info_bath.modal .modal-body {
  border-radius: 10px;
  padding: 0;
  margin-right: -10px;
  margin-bottom: 30px;
}
.info_bath.modal .modal-body::-webkit-scrollbar {
  width: 5px; /* Ширина всего элемента навигации */
  border-radius: 10px;
}
.info_bath.modal .modal-body::-webkit-scrollbar-track {
  background: #F7F7F8; /* Цвет дорожки */
  border-radius: 10px;
}
.info_bath.modal .modal-body::-webkit-scrollbar-thumb {
  background-color: #415e44; /* Цвет бегунка */
  border-radius: 10px; /* Округление бегунка */
  border: none;
}
.info_bath.modal .modal_slider {
  border-radius: 10px;
  height: 250px;
  max-width: 550px;
}
.info_bath.modal .modal_slider .swiper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.info_bath.modal .modal_slider .swiper-slide {
  background: transparent;
}
.info_bath.modal .modal_slider .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.info_bath.modal .modal_slider .img_background picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.info_bath.modal .swiper-pagination_blcks {
  position: absolute;
  bottom: 30px;
  height: 50px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.info_bath.modal .swiper-button-next:after,
.info_bath.modal .swiper-button-prev:after {
  display: none;
}
.info_bath.modal .swiper-button-next,
.info_bath.modal .swiper-button-prev {
  padding: 16px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 0;
  height: 100%;
  width: auto;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_bath.modal .swiper-button-next svg,
.info_bath.modal .swiper-button-prev svg {
  width: 15px;
  height: 15px;
}
.info_bath.modal .modal_title {
  margin: 15px 25px;
}
.info_bath.modal .modal_title h2 {
  color: #415E44;
  margin: 0;
  font-size: 27px;
  line-height: 110%;
  font-weight: 700;
}
.info_bath.modal .modal_brief_info {
  margin: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 75px;
}
.info_bath.modal .modal_brief_info .left {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40%;
  width: 100%;
}
.info_bath.modal .modal_brief_info .left span {
  color: #415E44;
  font-size: 14px;
  font-weight: 700;
}
.info_bath.modal .modal_brief_info .left span.bold {
  font-size: 18px;
}
.info_bath.modal .modal_brief_info .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 70%;
  width: 100%;
}
.info_bath.modal .modal_brief_info .guess,
.info_bath.modal .modal_brief_info .time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 20px;
  height: 100%;
}
.info_bath.modal .modal_brief_info .guess span,
.info_bath.modal .modal_brief_info .time span {
  color: #415E44;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.info_bath.modal .modal_brief_info .video {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info_bath.modal .modal_brief_info .video a {
  background: #415E44;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  border-radius: 35px;
}
.info_bath.modal .modal_days {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.info_bath.modal .modal_days,
.info_bath.modal .modal_txt_inform,
.info_bath.modal .modal_inform_puncts,
.info_bath.modal .modal_comforts,
.info_bath.modal .modal_rules,
.info_bath.modal .modal_ohter_txt,
.info_bath.modal .modal_ohter_list {
  margin-top: 15px;
  margin-right: 25px;
  margin-left: 25px;
}
.info_bath.modal .modal_txt_inform {
  font-size: 14px;
}
.info_bath.modal .modal_days .day_blck {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info_bath.modal .modal_days .day_txt {
  color: #131826;
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
}
.info_bath.modal .modal_days .day_hour {
  display: block;
  width: max-content;
  color: #415E44;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
}
.info_bath.modal .modal_inform_puncts .title_txt,
.info_bath.modal .modal_comforts .title_txt,
.info_bath.modal .modal_rules .title_txt {
  color: #415E44;
  font-size: 17px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 15px;
}
.info_bath.modal .modal_inform_puncts .puncts_blcks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.info_bath.modal .modal_inform_puncts .punct {
  max-width: 48%;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-direction: row;
}
.info_bath.modal .modal_inform_puncts .punct .left {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  flex-shrink: 0;
}
.info_bath.modal .modal_inform_puncts .punct .right {
  max-width: 195px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info_bath.modal .modal_inform_puncts .punct .right .top_txt {
  color: #415E44;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.info_bath.modal .modal_inform_puncts .punct .right .bottom_txt {
  color: #131826;
  font-size: 14px;
  line-height: 140%;
}
.info_bath.modal .modal_comforts .comforts_blcks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.info_bath.modal .modal_comforts .comfort {
  padding: 10px 15px;
  border: 1px solid #00000012;
  border-radius: 50px;
}
.info_bath.modal .modal_comforts .comfort span {
  color: #1318267A;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.info_bath.modal .modal_rules .txt {
  color: #131826;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.info_bath.modal .modal-footer {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  background: #fff;
}
.info_bath.modal .modal-footer button,
.reserv_bath.modal .modal_reserv_form button.btn_blck {
  background: #415E44;
  border: none;
  color: #fff;
  border-radius: 10px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.info_bath.modal .modal_ohter_txt {
  color: #131826;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.info_bath.modal .modal_ohter_list li {
  color: #415E44;
  list-style-type: none;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 234%;
}
.info_bath.modal .modal_ohter_list li::before {
  content: '✔';
  position: absolute;
  top: 0;
  left: -20px;
  color: #415E44;
}

.reserv_bath.modal .bold {
  font-weight: 700;
}
.reserv_bath.modal .modal-body {
  padding: 30px 20px;
}
.reserv_bath.modal .modal_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reserv_bath.modal .modal_title h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  color: #415E44;
  margin-bottom: 0;
}
.reserv_bath.modal .modal_title .info {
  color: #415E44;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.reserv_bath.modal .modal_inform {
  background: #EFEFEF;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.reserv_bath.modal .modal_inform .left {
  width: 50%;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.reserv_bath.modal .modal_inform .right {
  color: #415E44;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}
.reserv_bath.modal .modal_inform .hight {
  font-size: 30px;
}
.reserv_bath.modal .modal_reserv_form .form_blck {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input {
  max-width: 48%;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input label.inp_place  {
  position: absolute;
  left: 20px;
  top: 30px;
  background: #F7F7F8;
  width: 85%;
  transition: 0.2s;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input label.inp_place:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
  height: 50px;
  background: transparent;
  transition: 0.2s;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input label.inp_place.active {
  width: fit-content;
  top: -12px;
  left: 10px;
  padding: 0 10px;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input label.inp_place.active:before {
  height: 100%;
  background: #F7F7F8;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input input {
  padding: 30px 20px;
  width: 100%;
  background: #F7F7F8;
  border: 1px solid #00000030;
  border-radius: 10px;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input .txt {
  position: relative;
  z-index: 2;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input .open-button {
  position: absolute;
  right: 20px;
  top: 33px;
  background: #fff;
  pointer-events: none;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input .open-button button {
  border: none;
  background: #F7F7F8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.reserv_bath.modal .modal_reserv_form .form_blck .blck_input.promo_c_blck {
  max-width: 100%;
}
.reserv_bath.modal .modal_reserv_form .form_blck .promo_c_blck .promo_c_info {
  position: absolute;
  right: 20px;
  top: 30px;
}
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck {
  position: relative;
}
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck input {
  text-align: center;
}
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck input::-webkit-inner-spin-button,
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck input::-webkit-outer-spin-button {
  -webkit-appearance: none;
	margin: 0;
}
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck button {
  position: absolute;
  top: 30px;
  border: none;
  background: transparent;
  color: #8B8E95;
}
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck .qty-minus {
  left: 20px;
}
.reserv_bath.modal .modal_reserv_form .form_blck .number-blck .qty-plus {
  right: 20px;
}
.reserv_bath.modal .modal_reserv_form button.btn_blck {
  margin-bottom: 20px;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check .custom_checkbox {
  display: flex;
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  position: relative;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check a {
  text-decoration: none;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check span {
  cursor: pointer;
  display: block;
  position: relative;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check .custom_checkbox .checkmark {
  height: 24px;
  width: 24px;
  background-color: #f1f1f1;
  border: 2px solid #2e5b3f;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check .custom_checkbox input:checked ~ .checkmark {
  background-color: #2e5b3f;
  border-color: #2e5b3f;
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check .custom_checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.reserv_bath.modal .modal_reserv_form .desk_caller_check .custom_checkbox input:checked ~ .checkmark::after {
  display: block;
}
.notification_modal h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
  color: #415E44;
}
.notification_modal .success_txt {
  font-size: 14px;
  text-align: center;
  color: #131826;
  font-weight: 400;
}
.sectif_bath .modal_inform_img {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
}
.sectif_bath .modal_inform_img .img_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
}
.sectif_bath .overlay-dark {
  border-radius: 10px;
}
.sectif_bath .modal_inform_img picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
  z-index: 1;
}
.sectif_bath .modal_inform_img picture img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sectif_bath .modal_inform_img .txt {
  position: relative;
  z-index: 3;
  padding: 25px 40px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 93%;
}
.sectif_bath .comment_txt {
  padding: 30px 20px;
  width: 100%;
  background: #F7F7F8;
  border: 1px solid #00000030;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .info_bath.modal .modal-content {
    max-height: 95vh;
  }
  .modal .modal-content .btn-close {
    right: 10px;
    top: 10px;
  }
  .info_bath.modal .modal_slider {
    height: 210px;
  }
  .modal .modal-content .btn-close path {
    fill: #415E44;
  }
  .info_bath.modal .modal_brief_info {
    height: auto;
    flex-direction: column;
  }
  .info_bath.modal .modal_brief_info .left {
    max-width: 100%;
    justify-content: flex-start;
  }
  .info_bath.modal .modal_brief_info .right {
    max-width: 100%;
  }
  .info_bath.modal .modal_brief_info .guess,
  .info_bath.modal .modal_brief_info .time {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .info_bath.modal .modal_days {
    flex-wrap: wrap;
    gap: 15px;
  }
  .info_bath.modal .modal_inform_puncts .punct,
  .info_bath.modal .modal_inform_puncts .punct .right {
    max-width: 100%;
  }
  .reserv_bath.modal .modal_reserv_form .form_blck {
    flex-direction: column;
  }
  .reserv_bath.modal .modal_reserv_form .form_blck .blck_input {
    max-width: 100%;
  }
  .reserv_bath.modal .modal_reserv_form .desk_caller_check .custom_checkbox {
    font-size: 12px;
  }
  .reserv_bath.modal .modal_title {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .reserv_bath.modal .modal_title h2 {
    font-size: 20px;
  }
  .reserv_bath.modal .modal_inform {
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .reserv_bath.modal .modal_inform .left {
    width: 100%;
  }
  .reserv_bath.modal .modal_inform .right {
    font-size: 15px;
  }
  .reserv_bath.modal .modal_inform .hight {
    font-size: 20px;
  }
  .reserv_bath.modal .modal_reserv_form .form_blck .blck_input label.inp_place {
    top: 30px;
    width: 90%;
  }
  .notification_modal h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sectif_bath .modal_inform_img .txt {
    padding: 20px 15px;
    font-size: 20px;
  }
  .notification_modal .success_txt br {
    display: none;
  }
}
/* END Модальные окна */

/* Cookie */
.cookie {
  display: flex;
  position: fixed;
  bottom: 65px;
  right: 65px;
  z-index: 11;
  width: 415px;
  height: 290px;
  flex-direction: column;
  padding: 30px 85px 30px 40px;
  background: #FFFFFF;
  border-radius: 10px;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
}
.cookie .top h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
  color: #131826;
}
.cookie .top span {
  font-size: 14px;
  line-height: 100%;
}
.cookie .bottom {
  font-size: 17px;
}
.cookie .bottom .cookie_yes {
  background: #415E44;
  border-color: transparent;
  padding: 15px 25px;
  color: #fff;
  border-radius: 60px;
  max-height: 58px;
}
.cookie .bottom .cookie_no {
  background: #fff;
  border-color: transparent;
  padding: 15px 25px;
  color: #131826;
  border-radius: 60px;
  max-height: 58px;
}

@media (max-width: 991px) {
  .cookie {
    right: 30px;
    left: 30px;
    max-width: 415px;
    width: auto;
    padding: 30px;
  }
  .cookie .bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
/* END Cookie */

/* Канал Дена */
.channel_video {
}
.channel_video .channel_blck {
  background-color: #0000008A;
  backdrop-filter: blur(104.4px);
  display: flex;
  border-radius: 12px;
  padding-top: 40px !important;
  padding-bottom: 40px;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}
.channel_video .left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.channel_video .left h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0;
}
.channel_video .left span {
  font-size: 18px;
  color: #fff;
  line-height: 100%;
}
.channel_video .right {
  margin-right: 370px;
}
.channel_video .right a {
  color: #515029;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 20px 40px;
  font-weight: 700;
}
.channel_video .channel_logo {
  position: absolute;
  right: -110px;
  top: -45px;
}

@media (max-width: 991px) {
  .channel_video {
    margin-top: 20px;
  }
  .channel_video .channel_blck {
    display: flex;
    flex-direction: column;
    padding: 15px !important;
    align-items: flex-start;
    width: 100%;
  }
  .channel_video .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 40px;
  }
  .channel_video .left h4 {
    font-size: 16px;
  }
  .channel_video .left span {
    font-size: 12px;
  }
  .channel_video .right {
    margin: 0;
    padding: 10px 15px 10px 0;
  }
  .channel_video .right a {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .channel_video .channel_logo {
    right: -170px;
  }
}
/* END Канал Дена */
