.section-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  aspect-ratio: 1920/596;
  width: 100%;
}
.section-banner::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}
.section-banner__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
}
.section-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-banner__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-banner__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.section-banner .section-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.section-banner .section-top .section__title {
  max-width: 22ch;
  color: var(--light-color);
  font-weight: 900;
  font-size: clamp(1.563rem, 0.739rem + 3.52vw, 3.375rem); /* 25 - 54 */
}
.section-banner .section-top .section__title span {
  color: inherit;
  font-size: clamp(4.875rem, 2.091rem + 11.88vw, 11rem); /* 78 -176 */
  text-wrap: nowrap;
}

.section-about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.25rem, -0.17rem + 6.06vw, 4.375rem); /* 20 - 70 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-about__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.section-about__video .video__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px;
  aspect-ratio: 123/60;
  height: 100%;
  overflow: hidden;
}
.section-about__video .video__wrapper::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}
.section-about__video .video__wrapper.play::before {
  content: none;
}
.section-about__video .video__wrapper.play .btn__play {
  bottom: 15px;
  left: 15px;
}
.section-about__video .video__wrapper.play .btn__play .icon-play {
  display: none;
}
.section-about__video .video__wrapper.play .btn__play .icon-pause {
  display: block;
}
.section-about__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-about__video .btn__play {
  --size-btn-play: clamp(
    1.375rem,
    0.58rem + 3.39vw,
    3.125rem
  ); /* 22 - 50 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: var(--size-btn-play);
  background-color: var(--light-color);
  padding: clamp(0.25rem, 0.08rem + 0.73vw, 0.625rem); /* 4 - 10 */
  width: var(--size-btn-play);
  height: var(--size-btn-play);
}
.section-about__video .btn__play .icon-play, .section-about__video .btn__play .icon-pause {
  width: calc(var(--size-btn-play) * 2);
  height: calc(var(--size-btn-play) * 2);
}
.section-about__video .btn__play .icon-play svg, .section-about__video .btn__play .icon-pause svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-about__video .btn__play .icon-play {
  display: block;
}
.section-about__video .btn__play .icon-pause {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-about .text-block {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.section-about__image {
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 30/23;
  width: clamp(18.125rem, 9.318rem + 44.03vw, 37.5rem); /* 290 - 600 */
}
@media screen and (min-width: 1024px) {
  .section-about__image {
    width: clamp(30rem, -13.636rem + 68.18vw, 37.5rem); /* 480 - 600 */
  }
}
.section-about__image picture {
  height: 100%;
}
.section-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-mask-image: url(../img/about/mask.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.section-about__image::before {
  position: absolute;
  bottom: -9px;
  left: -9px;
  background-image: url(../img/about/mask.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.section-about__image:first-of-type {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-about__image:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-about__image:last-of-type {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .section-about__image:last-of-type {
    float: right;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

.section-office {
  background-color: #f0f0f0;
}
.section-office .section-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-office__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-office__image {
  border: 1px solid #dddddd;
  border-radius: 10px;
  background-color: var(--bg-color);
  aspect-ratio: 1/1;
  width: clamp(15.625rem, 11.648rem + 16.97vw, 24.375rem); /* 250 - 390 */
  overflow: hidden;
}
.section-office__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-office .office-slider {
  width: 100%;
  max-width: 100vw;
}
.section-office .office-slider .swiper-slide {
  height: auto;
}
.section-office .office-button-prev,
.section-office .office-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-office .office-button-prev,
  .section-office .office-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background-color: var(--light-color);
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.section-office .office-button-prev {
  left: 10px;
}
.section-office .office-button-next {
  right: 10px;
}
.section-office .office-button-prev.swiper-button-disabled,
.section-office .office-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.requisites .section-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.requisites__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: clamp(1.25rem, -0.17rem + 6.06vw, 4.375rem); /* 20 -70 */
}
.requisites__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.requisites__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 368px) minmax(150px, 1fr);
  grid-template-columns: minmax(auto, 368px) minmax(150px, 1fr);
}
@media screen and (min-width: 375px) {
  .requisites__item {
    -ms-grid-columns: minmax(auto, 368px) minmax(clamp(10.313rem, 8.75rem + 6.67vw, 13.75rem), 1fr);
    grid-template-columns: minmax(auto, 368px) minmax(clamp(10.313rem, 8.75rem + 6.67vw, 13.75rem), 1fr);
  }
}
.requisites__item:nth-child(even) {
  background-color: #f1f1f1;
}
.requisites__item dt {
  padding: 10px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  .requisites__item dt {
    font-size: clamp(0.75rem, 0.665rem + 0.36vw, 0.938rem); /* 12 - 15 */
  }
}
.requisites__item dd {
  margin: 0;
  border-left: 1px solid #dddddd;
  padding: 11px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  .requisites__item dd {
    font-size: clamp(0.75rem, 0.665rem + 0.36vw, 0.938rem); /* 12 - 15 */
  }
}
.requisites__item dd a {
  color: inherit;
  text-wrap: nowrap;
}
.requisites__item dd a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.section-maps__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-maps .maps-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.938rem, -0.729rem + 3.47vw, 1.875rem); /* 15 - 30 */
}
.section-maps .maps-tabs .tab-content-item[hidden] {
  display: none;
}
.section-maps .maps-tabs .tab-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem); /* 10 - 20 */
  height: 100%;
}
.section-maps .maps-tabs [role=tab][aria-selected=true] {
  color: var(--accent-color);
}
.section-maps .maps-tabs [role=tab][aria-selected=true]:hover {
  color: var(--accent-color);
}
.section-maps .maps-contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: clamp(0.938rem, -0.729rem + 3.47vw, 1.875rem); /* 15 - 30 */
}
@media screen and (min-width: 768px) {
  .section-maps .maps-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.section-maps .maps-tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10px;
  border-bottom: 3px solid #f0f0f0;
}
@media screen and (min-width: 425px) {
  .section-maps .maps-tab-buttons {
    gap: 15px;
  }
}
.section-maps .maps-tab-buttons::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  translate: var(--_left, 0) 0;
  scale: var(--_width, 0.333) 1;
  -webkit-transition: scale 200ms, translate 200ms;
  transition: scale 200ms, translate 200ms;
  border-radius: 4px;
  background: var(--accent-color);
  height: 4px;
  content: "";
}
.section-maps .maps-tab-buttons .tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: clamp(0.188rem, -0.295rem + 2.06vw, 1.25rem); /* 3 - 20 */
  font-weight: 700;
  font-size: 10px;
}
@media screen and (min-width: 375px) {
  .section-maps .maps-tab-buttons .tab-button {
    font-size: clamp(0.42rem, 0.28rem + 1.45vw, 1.5rem); /* 12 - 24 */
  }
}
@media (any-hover: hover) {
  .section-maps .maps-tab-buttons .tab-button:hover {
    color: var(--accent-2-color);
  }
}
.section-maps .contacts-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: clamp(0.5rem, -0.119rem + 2.64vw, 0.938rem);
  -moz-column-gap: clamp(0.5rem, -0.119rem + 2.64vw, 0.938rem);
  column-gap: clamp(0.5rem, -0.119rem + 2.64vw, 0.938rem); /* 8 - 15 */
  row-gap: 6px;
  -ms-flex-line-pack: center;
  align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .section-maps .contacts-item {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .section-maps .contacts-item {
    -ms-grid-rows: 18px 17px;
    grid-template-rows: 18px 17px;
  }
}
.section-maps .contacts-item__wrapper {
  -ms-grid-column: 2;
  grid-column: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .section-maps .contacts-item__wrapper:not(:last-child) {
    border-right: 1px solid #dddddd;
  }
}
.section-maps .contacts-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 567px) {
  .section-maps .contacts-item__icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .section-maps .contacts-item__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
.section-maps .contacts-item__icon img, .section-maps .contacts-item__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.section-maps .contacts-item__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--font-family);
}
.section-maps .contacts-item__title a {
  color: inherit;
}
.section-maps .contacts-item__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 14px;
  font-family: var(--font-panton);
}
.section-maps .maps__map {
  --height-maps: clamp(
    9.125rem,
    -0.357rem + 42.14vw,
    31.25rem
  ); /* 146 - 500 */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 var(--height-maps);
  flex: 1 0 var(--height-maps);
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}
.section-maps .maps__map > ymaps {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: var(--height-maps);
}

.ymaps-2-1-79-balloon {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

ymaps:has(> .customMapClose) {
  display: -ms-grid;
  display: grid;
  background-color: var(--bg-color);
  padding: 3px;
  max-height: 100% !important;
}
@media screen and (min-width: 642px) {
  ymaps:has(> .customMapClose) {
    border: 1px solid var(--accent-color);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 10px;
  }
}
ymaps:has(> .customMapClose)::before {
  content: none;
}
@media screen and (min-width: 642px) {
  ymaps:has(> .customMapClose)::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: var(--accent-color);
    width: 20px;
    height: 20px;
    content: "";
  }
}
ymaps:has(> .customMapClose) h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
ymaps:has(> .customMapClose) p:not(:last-of-type) {
  margin-bottom: 5px;
}
ymaps:has(> .customMapClose) p:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 567px) {
  ymaps:has(> .customMapClose) p:nth-of-type(2) {
    display: inline;
  }
}
ymaps:has(> .customMapClose) .customMapClose {
  display: none;
}
@media screen and (min-width: 642px) {
  ymaps:has(> .customMapClose) .customMapClose {
    display: block;
    position: absolute;
    top: -7px;
    right: -5px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-weight: 500;
    font-size: 26px;
    line-height: 0.8;
  }
  ymaps:has(> .customMapClose) .customMapClose:hover {
    color: var(--accent-color);
  }
}/*# sourceMappingURL=page-about.css.map */
