

/* Start:/local/templates/mos/css/async.css?1773323382186298*/
@charset "UTF-8";
.who-button {
  display: flex;
}
.who-button .button {
  width: 17rem;
  margin-right: 0.75rem;
}
@media (max-width: 1300px) {
  .who-button .button {
    width: calc(50% - 0.375rem);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .who-button .button {
    width: 100%;
  }
  .who-button .button:nth-child(1) {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .who-button {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .who-button {
    flex-direction: column;
  }
}

.who-container {
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 1300px) {
  .who-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .who-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.who-content {
  max-width: 45rem;
}
@media (max-width: 1300px) {
  .who-content {
    width: calc(50% - 0.6875rem);
  }
}
@media (max-width: 991px) {
  .who-content {
    width: 100%;
  }
}

.who-offer *:last-child {
  margin-bottom: 0;
}
.who-offer h3 {
  margin-bottom: 1.5rem;
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1301px) {
  .who-offer {
    h2 {
      max-width: 650px;
    }
    h2 + p {
      max-width: 650px;
    }
    ul {
      li:first-child {
        max-width: 650px;
      }
      li:nth-child(2) {
        max-width: 650px;
      }
    }
  }
}
@media (max-width: 991px) {
  .who-offer h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.who-offer p {
  margin-bottom: 1rem;
}
.who-offer ul {
  margin-bottom: 1rem;
}
.who-offer li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.who-offer li:before {
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  background: url("/local/templates/mos/css/../images/trangle.svg");
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
@media (max-width: 1300px) {
  .who-offer br {
    display: none;
  }
}

@media (min-width: 1301px) {
  .who-offer h2.size-36.fw-600.mb-20 {
    margin-bottom: 0.9375rem;
  }
}
.who-swiper.swiper-container {
  position: absolute;
  width: 36.75rem;
  height: 23.1875rem;
  top: 4.375rem;
  right: 0;
}
.who-swiper.swiper-container img {
  border-radius: 1.25rem;
}
@media (max-width: 1300px) {
  .who-swiper.swiper-container {
    position: relative;
    width: calc(50% - 0.6875rem);
    top: auto;
    height: auto;
    right: auto;
  }
  .who-swiper.swiper-container img {
    max-height: 16.375rem;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .who-swiper.swiper-container {
    width: 100%;
  }
  .who-swiper.swiper-container img {
    max-height: inherit;
  }
}

.swiper-arrow-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1.75rem;
  z-index: 2;
  right: 1.75rem;
}
.swiper-arrow-container .swiper-arrow {
  margin-left: 0.25rem;
}
@media (max-width: 991px) {
  .swiper-arrow-container {
    top: 1rem;
    right: 1rem;
  }
}

.swiper-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--white);
  transition: all 0.25s linear;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-in-out;
}
.swiper-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-arrow .icon {
  width: 1rem;
  height: 1rem;
}
.swiper-arrow svg {
  fill: var(--black);
  transition: all 0.25s linear;
}
.swiper-arrow:hover {
  background: var(--orange);
}
.swiper-arrow:hover svg {
  fill: var(--white);
}
@media (max-width: 991px) {
  .swiper-arrow {
    width: 2rem;
    height: 2rem;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-head .button {
    display: none;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.75rem 1.75rem;
  border-radius: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  height: 100%;
}
.news-item:focus, .news-item:focus-visible {
  outline: none;
}
.news-item:focus-visible .news-item__date, .news-item:hover .news-item__date {
  color: var(--white);
  background: var(--green);
}
@media (min-width: 991px) {
  .news-item:hover {
    background: var(--gray-100);
  }
}
@media (max-width: 991px) {
  .news-item {
    padding: 0;
  }
}

.news-item__pic {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 67.6%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.news-item__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__date {
  position: absolute;
  background: var(--gray-100);
  padding: 0 1rem;
  top: 1rem;
  left: 1rem;
  height: 2rem;
  display: flex;
  align-items: center;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .news-item__date {
    font-size: 0.8125rem;
    padding: 0 0.5rem;
    height: 1.75rem;
  }
}

.swiper-arrow {
  z-index: 3;
}

.swiper-full-news {
  position: relative;
}
.swiper-full-news .swiper-arrow {
  position: absolute;
  top: calc(50% - 3.4375rem);
  background: var(--orange);
}
.swiper-full-news .swiper-arrow svg {
  fill: var(--white);
}
.swiper-full-news .swiper-arrow:hover {
  background: var(--orange-hover);
}
@media (max-width: 1300px) {
  .swiper-full-news .swiper-arrow {
    display: none;
  }
}
.swiper-full-news .swiper-arrow-prev {
  right: calc(100% + 0.625rem);
}
@media (max-width: 1500px) {
  .swiper-full-news .swiper-arrow-prev {
    right: auto;
    left: 0;
  }
}
.swiper-full-news .swiper-arrow-next {
  left: calc(100% + 0.625rem);
}
@media (max-width: 1500px) {
  .swiper-full-news .swiper-arrow-next {
    left: auto;
    right: 0;
  }
}
.swiper-full-news .swiper-button-disabled {
  display: none !important;
}

.page-news-swiper.swiper-container .swiper-slide {
  height: initial;
}
@media (max-width: 1300px) {
  .page-news-swiper.swiper-container {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .page-news-swiper.swiper-container {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}

.news-swiper.swiper-container .swiper-slide {
  height: initial;
}
@media (max-width: 1300px) {
  .news-swiper.swiper-container {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .news-swiper.swiper-container {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}

.area-items {
  display: flex;
  flex-flow: row wrap;
  margin-top: -1.25rem;
  margin-right: -1.25rem;
}
@media (max-width: 991px) {
  .area-items {
    margin-right: -1rem;
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  .area-items {
    margin-right: 0;
    margin-top: -0.75rem;
  }
}

.area-item {
  margin-right: 1.25rem;
  width: calc(33.3% - 1.25rem);
  margin-top: 1.25rem;
  min-height: 10.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 2rem;
  background: var(--gray-100);
}
@media (min-width: 991px) {
  .area-item:hover {
    color: var(--white);
  }
  .area-item:hover .area-item__icon svg {
    fill: var(--white);
  }
  .area-item:hover .area-item__pic {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .area-item {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .area-item {
    margin-right: 0;
    margin-top: 0.75rem;
    width: 100%;
  }
}

.area-item_50 {
  width: calc(50% - 1.25rem);
}
@media (max-width: 991px) {
  .area-item_50 {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .area-item_50 {
    width: 100%;
  }
}

.area-item__icon.icon {
  position: relative;
  z-index: 1;
  margin-bottom: 1.75rem;
  display: flex;
  width: 3rem;
  height: 3rem;
}
.area-item__icon.icon svg {
  fill: var(--orange);
  transition: all 0.25s linear;
}

.area-item__housing .icon svg {
  fill: transparent;
  stroke: var(--orange);
}
.area-item__housing:hover .area-item__icon svg {
  fill: transparent;
  stroke: var(--white);
}

.area-item__title {
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .area-item__title {
    font-size: 1.25rem;
  }
}

.area-item__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
  opacity: 0;
}
.area-item__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-full-partner {
  position: relative;
}
@media (min-width: 1301px) {
  .swiper-full-partner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.swiper-full-partner:before {
  content: "";
  background: linear-gradient(to left, white, transparent);
  height: 100%;
  width: 6.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .swiper-full-partner:before {
    width: 1.875rem;
  }
}
.swiper-full-partner:after {
  content: "";
  background: linear-gradient(to right, white, transparent);
  height: 100%;
  width: 6.25rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .swiper-full-partner:after {
    width: 1.875rem;
  }
}
.swiper-full-partner .swiper-arrow {
  position: absolute;
  top: calc(50% - 0.625rem);
  background: var(--orange);
}
.swiper-full-partner .swiper-arrow svg {
  fill: var(--white);
}
.swiper-full-partner .swiper-arrow:hover {
  background: var(--orange-hover);
}
.swiper-full-partner .swiper-arrow-prev {
  right: calc(100% + 0.625rem);
}
@media (max-width: 1500px) {
  .swiper-full-partner .swiper-arrow-prev {
    right: auto;
    left: 0;
  }
}
.swiper-full-partner .swiper-arrow-next {
  left: calc(100% + 0.625rem);
}
@media (max-width: 1500px) {
  .swiper-full-partner .swiper-arrow-next {
    right: 0;
    left: auto;
  }
}
.swiper-full-partner .swiper-button-disabled {
  display: none !important;
}
.swiper-full-partner .swiper-slide-rosatom {
  width: 13.25rem;
}
.swiper-full-partner .swiper-slide-rosgidro {
  width: 12.6875rem;
}
.swiper-full-partner .swiper-slide-transneft {
  width: 12.5rem;
}
.swiper-full-partner .swiper-slide-inter {
  width: 13.375rem;
}
.swiper-full-partner .swiper-slide-slavneft {
  width: 13.5rem;
}
.swiper-full-partner .swiper-slide-nlmk {
  width: 9.0625rem;
}
.swiper-full-partner .swiper-slide {
  width: auto;
}
.swiper-full-partner img {
  height: 7.375rem;
  object-fit: cover;
}
@media (min-width: 1301px) {
  .swiper-full-partner .swiper-slide {
    padding: 0 1.375rem;
  }
}

.geography {
  display: none;
}
@media (max-width: 991px) {
  .geography {
    display: block;
  }
}

.map-desktop {
  position: relative;
}
.map-desktop [stroke-width] {
  pointer-events: all;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
.map-desktop [stroke-width]:hover {
  cursor: pointer;
  animation: bounce2 0.6s ease;
}

@keyframes bounce2 {
  0% {
    transform: scale(1) translateY(0);
  }
  30% {
    transform: scale(1.05) translateY(-0.25rem);
  }
  50% {
    transform: scale(1) translateY(0);
  }
  70% {
    transform: scale(1.03) translateY(-0.125rem);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.active {
  stroke: #8d8b8b;
  stroke-width: 1;
  position: relative;
}
.active[stroke-width] {
  stroke-width: 0;
}
#popover {
  position: absolute;
  width: 14rem;
  background: white;
  z-index: 3;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
#popover:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: white;
  left: calc(50% - 0.3125rem);
  bottom: -0.3125rem;
  transform: rotate(45deg);
  position: absolute;
}

#close-popover {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
#close-popover svg {
  transform: rotate(45deg);
  stroke: var(--gray-400);
}
#close-popover:hover svg {
  stroke: var(--orange);
}

#popover-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#popover-description {
  font-size: 0.875rem;
  line-height: 1.1;
  color: var(--gray-400);
}

.hidden {
  display: none;
}

#country-details {
  position: absolute;
  top: 3.25rem;
  left: 2.75rem;
}

#country-details .item {
  display: flex;
  background: var(--orange);
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  align-items: center;
  color: var(--white);
  font-size: 1.125rem;
  border-radius: 1rem;
  width: 16.25rem;
}
#country-details .item p {
  margin: 0;
}

.item-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  padding: 0.5rem;
}

#world-map {
  max-width: 100%;
  height: auto;
}

.swiper-arrow-btn {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.875rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.swiper-arrow-btn:focus, .swiper-arrow-btn:focus-visible {
  outline: none;
}
.swiper-arrow-btn:focus-visible, .swiper-arrow-btn:hover {
  background-color: var(--gray-200);
}
.swiper-arrow-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-arrow-btn .icon {
  width: 1rem;
  height: 1rem;
}

.card-photo-gallery-f img {
  width: 100%;
  border-radius: 1rem;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
}

.accordion__item {
  background: #F5F5F5;
  border-radius: 1.25rem;
  margin-bottom: 0.5rem;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.open .accordion__head .icon {
  transform: rotate(45deg);
}

.accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  width: 100%;
}
.accordion__head .icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.25s linear;
  flex-shrink: 0;
  margin-left: 0.625rem;
}
.accordion__head .icon svg {
  stroke: var(--gray-400);
}

.accordion__head-country {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}

.accordion__head-country-flag {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8125rem;
  background: var(--white);
  border-radius: 50%;
}

.geography-content {
  padding: 1.25rem;
  background: var(--white);
  color: var(--gray-400);
  border-radius: 1rem;
  margin-bottom: 0.75rem;
}

.geography-element {
  margin-top: 0.75rem;
  padding: 1rem;
  border: 0.0625rem solid var(--gray-100);
  color: var(--black);
  border-radius: 1rem;
}

.geography-element-icon {
  margin-bottom: 0.75rem;
}
.geography-element-icon .icon {
  width: 2rem;
  height: 2rem;
}
.geography-element-icon .icon svg {
  fill: var(--orange);
}

.footer {
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 2.5rem 0;
  background: var(--black);
  color: var(--white);
  margin-top: 7.5rem;
}
@media (max-width: 991px) {
  .footer {
    margin-top: 4rem;
  }
}

.footer-main {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column-reverse;
    margin-top: 1.75rem;
  }
}

.footer-menu {
  width: 100%;
  display: block;
  column-count: 3;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .footer-menu {
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
  }
}

.footer-menu__items {
  margin-bottom: 2.25rem;
  break-inside: avoid;
}
.footer-menu__items:nth-child(3), .footer-menu__items:nth-child(4) {
  padding-left: 6.25rem;
}
@media (max-width: 1300px) {
  .footer-menu__items:nth-child(3), .footer-menu__items:nth-child(4) {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .footer-menu__items {
    margin-bottom: 0;
  }
}

.footer-main__item {
  margin-bottom: 1.25rem;
}
@media (max-width: 1300px) {
  .footer-main__item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .footer-main__item:not(.footer-main__item_head) {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    margin-bottom: 0;
  }
  .footer-main__item.active {
    height: auto;
    opacity: 1;
    padding-top: initial;
    padding-bottom: initial;
    margin-bottom: 1rem;
  }
}

.footer-main__item_head {
  font-weight: 500;
  color: var(--orange);
}
@media (max-width: 991px) {
  .footer-main__item_head {
    display: flex;
    align-items: center;
  }
  .footer-main__item_head:after {
    content: "";
    background-image: url("/local/templates/mos/css/../images/triangle-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 0.375rem;
    width: 0.5rem;
    height: 0.25rem;
    transition: all 0.25s linear;
  }
  .footer-main__item_head.active:after {
    transform: rotate(180deg);
  }
}

.footer-main__link {
  color: var(--white);
}
.footer-main__link:hover {
  color: var(--orange);
}

.footer-contact {
  width: 23.9375rem;
  flex-shrink: 0;
  margin-left: 11.6875rem;
  font-style: normal;
}
@media (min-width: 1301px) {
  .footer-contact {
    margin-top: -1.375rem;
  }
}
@media (max-width: 1300px) {
  .footer-contact {
    margin-left: 3.125rem;
  }
}
@media (max-width: 991px) {
  .footer-contact {
    margin-left: 0;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    width: 100%;
  }
}

.footer-contact__item {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .footer-contact__item {
    margin-bottom: 1rem;
  }
}

.footer-contact__label {
  font-size: 1rem;
  color: var(--gray-400);
  margin-bottom: 0.25rem;
}

.footer-contact__link {
  color: var(--white);
}
.footer-contact__link:hover {
  color: var(--orange);
}

.footer-corruption {
  padding: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
  border-radius: 1rem;
  border: 0.0625rem solid var(--orange);
}
.footer-corruption img {
  flex-shrink: 0;
  margin-left: 1.25rem;
}
@media (max-width: 991px) {
  .footer-corruption {
    margin-top: 1.75rem;
  }
}
@media (max-width: 767px) {
  .footer-corruption {
    padding: 1rem;
  }
}

.footer-end {
  padding-top: 1.875rem;
  margin-top: 4.25rem;
  border-top: 0.0625rem solid var(--gray-400);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-end {
    flex-direction: column-reverse;
    padding-top: 2.25rem;
    margin-top: 1.25rem;
    align-items: flex-start;
  }
}

.footer-developer:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .footer-developer {
    margin-bottom: 1.875rem;
  }
}

.footer-end-main {
  font-size: 0.875rem;
  color: var(--gray-400);
  display: flex;
  align-items: center;
}

.footer-error {
  color: var(--gray-400);
  margin-left: 0.75rem;
  text-decoration: underline;
}
.footer-error:hover {
  color: var(--orange);
}

.fab-menu {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 4;
  transition: bottom 0.3s ease;
}
@media (max-width: 991px) {
  .fab-menu {
    right: 1rem;
  }
}

.fab-menu__button {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: var(--orange);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fab-menu__button .icon {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 991px) {
  .fab-menu__button .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.fab-menu__button svg {
  fill: var(--white) !important;
}
.fab-menu__button:hover {
  background: var(--orange-hover);
}
@media (max-width: 991px) {
  .fab-menu__button {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.fab-menu__button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.icon-burger-fab {
  opacity: 1;
}

.icon-close-fab {
  opacity: 0;
}

.fab-menu.menu-open .icon-burger-fab {
  opacity: 0;
}

.fab-menu.menu-open .icon-close-fab {
  opacity: 1;
}
.fab-menu.menu-open .icon-close-fab svg {
  transform: rotate(45deg);
  stroke: white;
}

/* Элементы меню */
.fab-menu__item.icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
}
.fab-menu__item.icon svg {
  width: 2rem;
  height: 2rem;
  fill: transparent;
  stroke: var(--white);
}
@media (max-width: 991px) {
  .fab-menu__item.icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.fab-menu__item.icon:hover {
  background: var(--orange-hover);
}
@media (max-width: 991px) {
  .fab-menu__item.icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.fab-menu.menu-open .item-1 {
  transform: translateY(-4.625rem);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .fab-menu.menu-open .item-1 {
    transform: translateY(-2.875rem);
  }
}

.fab-menu.menu-open .item-2 {
  transform: translateY(-9.25rem);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .fab-menu.menu-open .item-2 {
    transform: translateY(-5.75rem);
  }
}

.scroll-to-top.icon {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  width: 4.25rem;
  height: 4.25rem;
  border: none;
  cursor: pointer;
}
.scroll-to-top.icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: transparent;
  fill: var(--white);
}
@media (max-width: 991px) {
  .scroll-to-top.icon svg {
    width: 1rem;
    height: 1rem;
  }
}
.scroll-to-top.icon:hover {
  background: var(--orange-hover);
}
@media (max-width: 991px) {
  .scroll-to-top.icon {
    width: 2.5rem;
    height: 2.5rem;
    right: 1rem;
  }
}

.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

:root {
  --f-spinner-width: 2.25rem;
  --f-spinner-height: 2.25rem;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75 ;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 1rem, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 1rem, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-4.6875rem);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(4.6875rem);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-4.6875rem);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(4.6875rem);
    opacity: 0;
  }
}
:root {
  --f-button-width: 2.5rem;
  --f-button-height: 2.5rem;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 1.25rem;
  --f-button-svg-height: 1.25rem;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65 ;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 0.625rem;
  --f-spinner-width: 3.125rem;
  --f-spinner-height: 3.125rem;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 0.25rem;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 2.5rem;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 0.0625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 0.875rem 0 0.25rem 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 0.5rem;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 2.125rem;
  --f-button-height: 2.125rem;
  --f-button-border-radius: 0.25rem;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 1.375rem;
  --f-button-svg-height: 1.375rem;
  position: absolute;
  top: -2.375rem;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 1.5rem;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 0.75rem;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 1.125rem;
  --f-button-svg-height: 1.125rem;
  --f-button-svg-filter: none;
  top: 0.3125rem;
  right: 0.3125rem;
}

.fancybox__nav {
  --f-button-width: 3.125rem;
  --f-button-height: 3.125rem;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 1.625rem;
  --f-button-svg-height: 1.625rem;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -1.875rem;
  right: -1.25rem;
  left: -1.25rem;
  bottom: -1.875rem;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 0.0625rem;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 7.5rem);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 60rem;
  height: 33.75rem;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 6rem;
  --f-thumb-height: 4.5rem;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 0.125rem;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0 ;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 0.5rem;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1 ;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 0.25rem;
  --f-thumb-extra-gap: 1rem;
  --f-thumb-clip-width: 2.875rem ;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 62.5rem;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 0.0625rem + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -0.0625rem), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-0.0625rem 0px 0px var(--f-thumb-outline-color)) drop-shadow(0.125rem 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -0.0625rem 0px var(--f-thumb-outline-color)) drop-shadow(0px 0.125rem 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 0.5rem 0 0.75rem 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 0.5rem;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 6rem;
  --f-thumb-height: 4.5rem;
  --f-thumb-border-radius: 0.125rem;
  --f-thumb-outline: 0.125rem;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 0.5rem;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 0.25rem;
  --f-thumb-extra-gap: 1rem;
  --f-thumb-clip-width: 2.875rem;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 4rem;
  --f-thumb-clip-width: 2rem;
  --f-thumb-height: 3rem;
  --f-thumb-extra-gap: 0.625rem ;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 2.875rem;
  --f-button-height: 2.875rem;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 1.5rem;
  --f-button-svg-height: 1.5rem;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 0.3125rem;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 1.0625rem;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 0.3125rem;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: $themeColor;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper, .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 75rem;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 75rem;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 0.0625rem;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 0.0625rem;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.3125rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 0.625rem);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -0.4375rem;
  left: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -0.4375rem;
  left: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: initial;
  right: -0.4375rem;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -0.4375rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 1rem;
  height: 1rem;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 0.3125rem 0.5625rem;
  z-index: 1;
}

.section-404__content {
  padding-top: 16.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-404__right {
  height: 100%;
  max-width: 20.3125rem;
  margin-left: 24px;
}
.section-404__right p {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 129.167%;
}
.section-404 .button-orange {
  height: 3.25rem;
  min-width: 14.875rem;
}

@media (max-width: 1300px) {
  .section-404__content {
    padding-top: 18.0625rem;
  }
  .section-404__right p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 130%;
  }
}
@media (max-width: 991px) {
  .section-404__content {
    padding-top: 11.125rem;
    padding-bottom: 1.75rem;
    flex-direction: column;
    gap: 1rem;
  }
  .section-404__right {
    max-width: 20.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
	margin-left: 0;
  }
  .section-404__right p {
    margin: 0;
    text-align: center;
    font-size: 1.125rem;
    line-height: 130%;
  }
  .section-404 .button-orange {
    max-width: 14.875rem;
  }
}
.path {
  padding-top: 12.5rem;
  padding-bottom: 2rem;
}
.path__list {
  display: flex;
  gap: 0.5625rem;
}
.path__item {
  display: flex;
  gap: 0.5625rem;
  align-items: center;
}
.path__item:last-child::after {
  display: none;
}
.path__item::after {
  content: "";
  width: 0.75rem;
  height: 0.0625rem;
  background-color: var(--orange, #EC5F2C);
}
.path__link {
  color: var(--gray, #908F8F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.path__link:focus, .path__link:focus-visible {
  outline: none;
}
.path__link:focus-visible, .path__link:hover, .path__link:active {
  color: var(--orange-hover);
}
.path__last-point {
  color: var(--black, #141414);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.path__box-btn-back {
  display: none;
}

@media (max-width: 1300px) {
  .path {
    padding-top: 11.3125rem;
  }
}
@media (max-width: 991px) {
  .path {
    padding-top: 9.3125rem;
    padding-bottom: 1.5rem;
  }
  .path__list {
    display: none;
  }
  .path__box-btn-back {
    display: flex;
  }
  .path__btn-back {
    padding-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black, #141414);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background-image: url("/local/templates/mos/css/../images/arrow-btn-back.svg");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .path__btn-back:focus, .path__btn-back:focus-visible {
    outline: none;
  }
}
.box-title-page__text {
  color: var(--black, #141414);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box-title-page__text-count {
  margin-left: 0.875rem;
}

@media (max-width: 1300px) {
  .box-title-page__text {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .box-title-page__text {
    font-size: 1.75rem;
    line-height: 125%;
  }
}
.switcher {
  position: relative;
  width: 19.75rem;
  flex-shrink: 0;
  height: 3rem;
}
.switcher__label {
  cursor: pointer;
  display: flex;
}
.switcher__input {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.switcher__input:checked + .switcher__status {
  background-position: center right 0.375rem;
}
.switcher__input:checked + .switcher__status i:first-child {
  color: var(--black, #141414);
}
.switcher__input:checked + .switcher__status i:last-child {
  color: var(--white);
}
.switcher__status {
  position: absolute;
  inset: 0;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-100, #F5F5F5);
  background-image: url(/local/templates/mos/css/../images/switc-btn.svg);
  background-repeat: no-repeat;
  background-position: center left 0.375rem;
  transition: background-position 0.3s ease-in-out;
}
.switcher__status i {
  user-select: none;
  width: 9.5rem;
  flex-shrink: 0;
  text-align: center;
  color: var(--black, #141414);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  transition: color 0.4s ease-in-out;
}
.switcher__status i:first-child {
  color: var(--white);
}

@media (max-width: 1300px) {
  .switcher {
    width: 18.4375rem;
  }
  .switcher__status {
    background-image: url(/local/templates/mos/css/../images/switc-btn1300.svg);
  }
  .switcher__status i {
    width: 8.84375rem;
    font-size: 0.8125rem;
    line-height: 153.846%;
  }
}
@media (max-width: 991px) {
  .switcher {
    width: 100%;
  }
  .switcher__label {
    height: 100%;
  }
  .switcher__input:checked + .switcher__status::before {
    inset: 0.375rem 0.375rem 0.375rem auto;
  }
  .switcher__status {
    height: 100%;
    width: 100%;
    position: relative;
    background-image: none;
  }
  .switcher__status::before {
    border-radius: 0.875rem;
    content: "";
    inset: 0.375rem auto 0.375rem 0.375rem;
    position: absolute;
    width: calc(50% - 0.375rem);
    background-color: var(--orange);
    height: 2.25rem;
    transition: inset 0.4s ease-in-out;
  }
  .switcher__status i {
    position: relative;
    width: calc(50% - 0.375rem);
  }
}
.page-contacts {
  position: relative;
}
.page-contacts .switcher {
  position: absolute;
}
.page-contacts__box-info {
  display: flex;
  gap: 2.3391812865%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-contacts__box-info:not(.is-hidden) {
  opacity: 1;
  pointer-events: auto;
}
.page-contacts__box-info.is-hidden {
  display: none;
}
.page-contacts__box-info.is-loading .contacts__loader {
  display: flex;
}
.page-contacts__box-info.representative .tab-contacts__info {
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
}
.page-contacts .spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1875rem solid #ccc;
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.page-contacts .contacts__loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 5;
}
.page-contacts__left {
  width: 19.75rem;
  flex-shrink: 0;
}
.page-contacts__right {
  flex: 1;
}
.page-contacts__map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 39.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tippy-box[data-theme~=light-border] {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  max-width: none;
  width: auto;
}

.tippy-box[data-theme~=light-border] .tippy-content {
  padding: 0;
  width: 100%;
}

.tippy-arrow {
  color: var(--white) !important;
}

@media (max-width: 1300px) {
  .page-contacts__box-info {
    gap: 2.0491803279%;
  }
  .page-contacts__box-info.representative .tab-contacts__info {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .page-contacts__left {
    width: 18.4375rem;
  }
  .page-contacts__map {
    min-height: 36.1875rem;
  }
}
@media (max-width: 991px) {
  .page-contacts__box-info {
    flex-direction: column;
    gap: 1rem;
  }
  .page-contacts__left {
    width: 100%;
  }
  .page-contacts__map {
    min-height: 24.5rem;
  }
}
.tab-contacts {
  padding-top: 4rem;
}
.tab-contacts__box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tab-contacts__info {
  padding-bottom: 1.125rem;
  border-bottom: 0.0625rem solid rgba(144, 143, 143, 0.2);
  margin-bottom: 1.125rem;
}
.tab-contacts__info:last-of-type.tab-contacts__info {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.tab-contacts__info.bottom {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.tab-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tab-contacts__box-btn {
  padding-top: 1.5rem;
}

@media (max-width: 1300px) {
  .tab-contacts__info {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .tab-contacts__list {
    gap: 0.75rem;
  }
}
.card-address {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--black, #141414);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135.294%;
}
.card-address h4 {
  color: var(--orange, #00CB62);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-address a:focus, .card-address a:focus-visible {
  outline: none;
}
.card-address a:focus-visible, .card-address a:hover, .card-address a:active {
  color: var(--orange-hover);
}
.card-address__list {
  display: flex;
  flex-direction: column;
  color: var(--black, #141414);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

@media (max-width: 1300px) {
  .card-address {
    font-size: 1rem;
    line-height: 130%;
  }
  .card-address__list {
    font-size: 0.875rem;
    line-height: 130%;
  }
}
.custom-marker-btn {
  position: absolute;
  transform: translate(-50%, -100%);
  border-radius: 100%;
  padding-bottom: 0.25rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange);
  z-index: 3;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.custom-marker-btn:focus, .custom-marker-btn:focus-visible {
  outline: none;
}
.custom-marker-tooltip-content {
  display: none;
}

.tippy-box .custom-marker-tooltip-content {
  position: relative;
  display: flex !important;
  padding: 1rem;
  border-radius: 0.75rem;
  flex-direction: column;
  background-color: var(--white);
  max-width: 16.125rem;
  width: 100%;
  min-height: 6.25rem;
}
.tippy-box .custom-marker-tooltip-content__close {
  position: absolute;
  top: 0.875rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tippy-box .custom-marker-tooltip-content__close .text {
  display: none;
}
.tippy-box .custom-marker-tooltip-content__close:focus, .tippy-box .custom-marker-tooltip-content__close:focus-visible {
  outline: none;
}
.tippy-box .custom-marker-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--black, #141414);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tippy-box .custom-marker-content p {
  margin: 0;
}
.tippy-box .custom-marker-content .line-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.tippy-box .custom-marker-content .line-title h3 {
  font-size: 1rem;
  font-weight: 500;
}
.tippy-box .custom-marker-content .line-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.tippy-box .custom-marker-content .line-info span {
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-weight: 400;
}
.tippy-box .custom-marker-content .line-info a:focus, .tippy-box .custom-marker-content .line-info a:focus-visible {
  outline: none;
}
.tippy-box .custom-marker-content .line-info a:focus-visible, .tippy-box .custom-marker-content .line-info a:hover {
  color: var(--orange-hover);
}

@media (max-width: 991px) {
  .custom-marker-tooltip-content {
    position: fixed;
    padding: 4.5rem 1rem;
    inset: 0;
    z-index: 10;
    background-color: var(--white);
  }
  .custom-marker-tooltip-content.is-active {
    display: flex;
  }
  .custom-marker-tooltip-content__close {
    padding: 0.125rem 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: auto 1rem 1.875rem 1rem;
    height: 3.25rem;
    background-color: var(--gray-100);
    border-radius: 0.875rem;
  }
  .custom-marker-tooltip-content__close svg {
    display: none;
  }
  .custom-marker-tooltip-content__close .text {
    display: flex;
    color: var(--black, #141414);
    font-family: "GolosText", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
  }
  .custom-marker-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .custom-marker-content p {
    margin: 0;
  }
  .custom-marker-content .line-title {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: var(--black, #141414);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .custom-marker-content .line-title h3 {
    color: var(--black, #141414);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .custom-marker-content .line-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    color: var(--black, #141414);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .custom-marker-content .line-info span {
    color: var(--gray-400, #908F8F);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.swiper-filter-line::before {
  opacity: 1;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto auto;
  width: 4.4375rem;
  height: 2.75rem;
  transition: opacity 0.4s ease-in-out;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-filter-line::after {
  opacity: 1;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto auto 0;
  width: 4.4375rem;
  height: 2.75rem;
  transition: opacity 0.4s ease-in-out;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-filter-line:has(.btn-swiper-type-1.--next.swiper-button-disabled)::before {
  opacity: 0;
}
.swiper-filter-line:has(.btn-swiper-type-1.--prev.swiper-button-disabled)::after {
  opacity: 0;
}
.swiper-filter-line .swiper-slide {
  width: auto;
  height: auto;
}
.swiper-filter-line__group-btn {
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.card-filter {
  display: flex;
}
.card-filter__link {
  height: 2.75rem;
  padding: 0.3125rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #141414);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  border-radius: 0.875rem;
  border: 0.075rem solid var(--gray-100, #F5F5F5);
}
.card-filter__link.--active {
  color: var(--white);
  background-color: var(--orange);
  border-color: transparent;
}
.card-filter__link:focus, .card-filter__link:focus-visible {
  outline: none;
}
.card-filter__link:focus-visible, .card-filter__link:hover {
  color: var(--white);
  background-color: var(--orange);
  border-color: transparent;
}

.page-projects__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.page-projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.375rem;
  row-gap: 1.25rem;
}

@media (max-width: 1300px) {
  .page-projects__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .page-projects__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.card-project {
  display: flex;
  position: relative;
  padding: 2rem;
  min-height: 18.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: var(--gray-100, #F5F5F5);
}
.card-project__link {
  position: absolute;
  inset: 0;
}
.card-project__link:focus, .card-project__link:focus-visible {
  outline: none;
}
.card-project__link:focus-visible::before, .card-project__link:hover::before, .card-project__link:active::before {
  opacity: 1;
}
.card-project__link:focus-visible img, .card-project__link:hover img, .card-project__link:active img {
  opacity: 1 !important;
}
.card-project__link:focus-visible + .card-project__info .tag, .card-project__link:hover + .card-project__info .tag, .card-project__link:active + .card-project__info .tag {
  color: var(--white);
  background-color: var(--orange);
}
.card-project__link:focus-visible + .card-project__info .tag img, .card-project__link:hover + .card-project__info .tag img, .card-project__link:active + .card-project__info .tag img {
  filter: brightness(0) invert(1);
}
.card-project__link:focus-visible + .card-project__info .card-project__title, .card-project__link:hover + .card-project__info .card-project__title, .card-project__link:active + .card-project__info .card-project__title {
  color: var(--white);
}
.card-project__link:focus-visible + .card-project__info .card-project__bottom, .card-project__link:hover + .card-project__info .card-project__bottom, .card-project__link:active + .card-project__info .card-project__bottom {
  color: var(--white);
}
.card-project__link::before {
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 1.25rem;
  transition: opacity 0.4s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
}
.card-project__link img {
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}
.card-project__info {
  pointer-events: none;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}
.card-project__top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.card-project__top .tag {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 2.25rem;
  padding: 0.125rem 0.75rem;
  border-radius: 0.875rem;
  color: var(--black, #141414);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  background-color: var(--gray-200, #E7E7E7);
}
.card-project__top .tag img {
  transition: filter 0.4s ease-in-out;
}
.card-project__top .tag .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-project__title {
  color: var(--black, #141414);
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  line-height: 1.2em;
  transition: color 0.4s ease-in-out;
}
.card-project__bottom {
  color: var(--gray-400, #908F8F);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.8em;
  line-height: 1.2em;
  transition: color 0.4s ease-in-out;
}
.card-project__bottom p {
  margin: 0;
}

@media (max-width: 1300px) {
  .card-project {
    min-height: 16.5rem;
  }
  .card-project__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .card-project {
    padding: 1.25rem 0.9375rem;
    min-height: 16.75rem;
  }
  .card-project__title {
    font-size: 1.125rem;
  }
  .card-project__bottom {
    font-size: 0.875rem;
    -webkit-line-clamp: 6;
    max-height: 7.2em;
  }
}
.line-tag__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.line-tag .tag {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 1rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  border-radius: 0.875rem;
  color: var(--black, #141414);
  background-color: var(--gray-100, #F5F5F5);
}

@media (max-width: 991px) {
  .line-tag__list {
    flex-direction: column;
    align-items: start;
    gap: 0.25rem;
  }
  .line-tag .tag {
    padding: 0.3125rem 0.75rem;
    font-size: 0.875rem;
  }
}
.detail-project__content {
  display: grid;
  grid-template-columns: 48.7573099415% 48.7573099415%;
  column-gap: 2.3391812865%;
  row-gap: 3.25rem;
}
.detail-project__top {
  grid-area: 1/1/2/2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.detail-project__top h3 {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.detail-project__top p {
  margin: 0;
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.detail-project__middle {
  grid-area: 2/1/3/3;
}
.detail-project__bottom {
  grid-area: 1/2/3/3;
}
.detail-project__example {
  grid-area: 3/1/4/3;
}

@media (max-width: 1300px) {
  .detail-project__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .detail-project__top {
    gap: 1.25rem;
  }
  .detail-project__top h3 {
    font-size: 1.5rem;
  }
  .detail-project__top p {
    font-size: 1.125rem;
  }
  .detail-project__bottom {
    padding-top: 0.5rem;
  }
  .detail-project__example {
    padding-top: 1.75rem;
  }
}
@media (max-width: 991px) {
  .detail-project__top {
    gap: 1.25rem;
  }
  .detail-project__top h3 {
    font-size: 1.25rem;
  }
  .detail-project__top p {
    font-size: 1rem;
  }
  .detail-project__bottom {
    padding-top: 0.75rem;
  }
  .detail-project__example {
    padding-top: 1.5rem;
  }
}
.swiper-detail-project .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.swiper-detail-project__gruop-btn {
  position: absolute;
  top: 1.75rem;
  left: 1.75rem;
  z-index: 2;
  display: flex;
  gap: 0.25rem;
}
.swiper-detail-project .swiper-arrow {
  width: 2.75rem;
  height: 2.75rem;
}

@media (max-width: 1300px) {
  .swiper-detail-project__gruop-btn {
    left: auto;
    right: 1.75rem;
  }
}
@media (max-width: 991px) {
  .swiper-detail-project__gruop-btn {
    top: 1rem;
    right: 1rem;
  }
  .swiper-detail-project .swiper-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.card-detail-project {
  display: flex;
  border-radius: 1.25rem;
  overflow: hidden;
}
.card-detail-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .card-detail-project img {
    max-height: 29rem;
  }
}
@media (max-width: 991px) {
  .card-detail-project img {
    min-height: 18.25rem;
  }
}
.card-advantages {
  padding: 1.75rem;
  border-radius: 1.25rem;
  background-color: var(--gray-50, #FAFAFA);
  background-image: url("/local/templates/mos/css/../images/card-advantages/bg.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.card-advantages__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2.75rem;
  background-image: url("/local/templates/mos/css/../images/card-advantages/warning2.svg");
  background-position: top 0.0625rem left 0.125rem;
  background-repeat: no-repeat;
}
.card-advantages__info h3 {
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
.card-advantages__info p {
  margin: 0;
  color: var(--black, #141414);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 131.25%;
}

@media (max-width: 991px) {
  .card-advantages {
    padding: 1.25rem;
    background-image: none;
  }
  .card-advantages__info {
    padding-top: 3.25rem;
    padding-left: 0;
    background-image: url("/local/templates/mos/css/../images/card-advantages/warning2-991.svg");
    background-position: top left;
  }
  .card-advantages__info p {
    font-size: 0.9375rem;
  }
}
.example__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.example__title {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.example__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1300px) {
  .example__list-wrapper {
    gap: 1.5rem;
  }
  .example__title {
    font-size: 1.75rem;
  }
  .example__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .example__title {
    font-size: 1.5rem;
  }
  .example__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.card-example {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.75rem 1rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
}
.card-example__marker {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  width: fit-content;
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.125rem 0.5rem 0.125rem 2.75rem;
  border-radius: 0.75rem;
  color: var(--black, #141414);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  background-color: var(--white);
  background-image: url("/local/templates/mos/css/../images/card-example/1.svg");
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
}
.card-example__box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 20.1875rem;
  background-repeat: no-repeat;
  background-position: bottom 2.25rem center;
}
.card-example__box-info {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.card-example__title {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card-example__link {
  padding: 0.3125rem 2.75rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--gray-200, #E7E7E7);
}
.card-example__link:focus, .card-example__link:focus-visible {
  outline: none;
}
.card-example__link:focus-visible, .card-example__link:hover, .card-example__link:active {
  color: var(--white);
  background-color: var(--gray-400);
}

@media (max-width: 1300px) {
  .card-example {
    padding: 1.75rem 0.5rem;
  }
  .card-example__box-img {
    min-height: 17.5rem;
    background-position: bottom center;
    background-size: contain;
  }
  .card-example__box-img img {
    max-height: 17.5rem;
  }
  .card-example__box-info {
    padding: 0 1.875rem;
  }
  .card-example__title {
    font-size: 1.125rem;
  }
  .card-example__link {
    height: 3.25rem;
    font-size: 1.0625rem;
  }
}
@media (max-width: 991px) {
  .card-example {
    padding: 1.5rem 1.5rem;
  }
  .card-example__box-info {
    padding: 0;
  }
}
.swiper-similar-projects .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.swiper-similar-projects__group-btn {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.swiper-similar-projects .swiper-arrow {
  width: 3.25rem;
  height: 3.25rem;
  background: var(--gray-100, #F5F5F5);
}
.swiper-similar-projects .swiper-arrow:hover {
  background: var(--orange);
}

@media (max-width: 991px) {
  .swiper-similar-projects__group-btn {
    padding-top: 1rem;
  }
  .swiper-similar-projects .swiper-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.about {
  display: grid;
  grid-template-columns: 1fr 74.5614035088%;
  column-gap: 2.3391812865%;
  row-gap: 7.75rem;
}
.about__left {
  grid-area: 1/1/3/2;
}
.about__right {
  grid-area: 1/2/2/3;
}
.about__right:has(.history) {
  grid-area: 1/2/3/3;
}
.about__form {
  grid-area: 2/2/3/3;
}
.about__left .menu-about__link:hover {
	color: var(--black, #141414);
	background-color: transparent;
}

@media (max-width: 1300px) {
  .about {
    grid-template-columns: 1fr 73.6680327869%;
    column-gap: 2.4590163934%;
    row-gap: 6rem;
  }
  .about:has(.history) .about__left {
    grid-area: 1/1/3/2;
  }
  .about__left {
    grid-area: 1/1/2/2;
  }
  .about__form {
    grid-area: 2/1/3/3;
  }
}
@media (max-width: 991px) {
  .about {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .about__left {
    width: 100%;
  }
}
.menu-about {
  position: sticky;
  top: 10.9375rem;
}
.menu-about__btn {
  display: none;
}
.menu-about__close {
  display: none;
}
.menu-about__box {
  padding: 1.125rem 1.25rem 2rem;
  border-radius: 1.25rem;
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  background-color: var(--gray-100, #F5F5F5);
}
.menu-about__list {
  display: flex;
  flex-direction: column;
}
.menu-about__link {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0.3125rem 0.75rem;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  border-radius: 0.75rem;
  background-color: transparent;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.menu-about__link:focus, .menu-about__link:focus-visible {
  outline: none;
}
.menu-about__link.active {
  color: var(--orange);
  background-color: var(--gray-200, #E7E7E7);
}
.menu-about__link:focus-visible, .menu-about__link:hover {
  color: var(--orange);
  background-color: var(--gray-200, #E7E7E7);
}
.menu-about__box-link {
  padding: 0 0.75rem;
}
.menu-about__bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.3125rem 1.875rem;
  height: 3.25rem;
  color: var(--white, #FFF);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.875rem;
  background-color: var(--green, #00CB62);
}
.menu-about__bottom-link .mobile-text {
  display: none;
}
.menu-about__bottom-link .svg {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--white);
  flex-shrink: 0;
}
.menu-about__bottom-link:focus, .menu-about__bottom-link:focus-visible {
  outline: none;
}
.menu-about__bottom-link:focus-visible, .menu-about__bottom-link:hover {
  background-color: var(--orange-hover);
}

@media (max-width: 1300px) {
  .menu-about__box {
    padding: 0.5rem 0.5rem 1.25rem;
    gap: 0.5rem;
  }
  .menu-about__link {
    height: 2.75rem;
    font-size: 1rem;
    line-height: 125%;
    border-radius: 0.875rem;
  }
  .menu-about__bottom-link {
    height: 3rem;
    padding: 0.3125rem 1.25rem;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .menu-about {
    position: static;
  }
  .menu-about__btn {
    width: 100%;
    height: 3.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.3125rem 1.875rem;
    color: var(--black, #141414);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 1rem;
    background-color: var(--gray-100, #F5F5F5);
  }
  .menu-about__btn .svg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-about__btn:focus, .menu-about__btn:focus-visible {
    outline: none;
  }
  .menu-about__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-about__close:focus, .menu-about__close:focus-visible {
    outline: none;
  }
  .menu-about__box {
    position: fixed;
    inset: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 5.875rem 0.5rem 1.5rem;
    justify-content: space-between;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  }
  .menu-about__box.active {
    position: fixed;
    opacity: 1;
    visibility: visible;
  }
  .menu-about__link {
    height: 3.5rem;
    padding: 0.3125rem 0.5rem;
    font-size: 1.125rem;
  }
  .menu-about__bottom-link {
    height: 3.5rem;
    font-size: 1rem;
  }
  .menu-about__bottom-link .text {
    display: none;
  }
  .menu-about__bottom-link .mobile-text {
    display: inline;
  }
}
.quality__line-title {
  margin-bottom: 2rem;
}
.quality__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.quality__info p {
  margin-bottom: 0;
}
.quality .who-offer strong {
  font-weight: 500;
}
.quality-documents ul {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.quality-documents ul li {
  height: auto;
  flex: 1 1 calc(33.333% - 1rem);
}

@media (max-width: 1300px) {
  .quality__line-title {
    margin-bottom: 1.75rem;
  }
  .quality__info {
    font-size: 1.125rem;
    line-height: 130%;
  }
  .quality .who-offer p {
    font-size: 1.125rem;
  }
  .quality-documents ul {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
  .quality-documents ul li {
    flex: 1 1 calc(50% - 0.625rem);
  }
}
@media (max-width: 991px) {
  .quality__line-title {
    margin-bottom: 1.5rem;
  }
  .quality__info {
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 130%;
  }
  .quality-documents ul {
    flex-direction: column;
    margin-top: 1rem;
    gap: 0.75rem;
  }
}
.card-quality {
  margin: 2.5rem 0;
  padding: 1.75rem 3.9375rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: var(--gray-100, #F5F5F5);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.card-quality__desc {
  margin: 0;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.card-quality__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  padding: 0.3125rem 3rem;
  border-radius: 1rem;
  background-color: var(--orange, #00CB62);
}
.card-quality__link:focus, .card-quality__link:focus-visible {
  outline: none;
}
.card-quality__link:focus-visible, .card-quality__link:hover {
  background-color: var(--orange-hover);
}

@media (max-width: 1300px) {
  .card-quality {
    padding: 1.625rem 2.25rem;
  }
  .card-quality__desc {
    font-size: 1.125rem;
    line-height: 133.333%;
  }
}
@media (max-width: 991px) {
  .card-quality {
    margin: 2.5rem auto;
    padding: 1.5rem;
    max-width: 28.125rem;
    flex-direction: column;
    gap: 1.25rem;
  }
  .card-quality__desc {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .card-quality__link {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    line-height: 150%;
  }
}
.card-document {
  padding: 1.75rem;
  height: 100%;
  min-height: 13.5625rem;
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
}
.card-document__top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-document__top .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.125rem 0.75rem;
  height: 1.75rem;
  border-radius: 3.125rem;
  color: var(--organe, #00CB62);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--gray-200, #E7E7E7);
}
.card-document__title {
  color: var(--black, #141414);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135.294%;
}
.card-document__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.card-document__bottom .info {
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-document__link {
  padding-left: 2rem;
  color: var(--organe, #00CB62);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%;
  text-decoration: underline;
  background-image: url("/local/templates/mos/css/../images/card-document/1.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.card-document__link:focus, .card-document__link:focus-visible {
  outline: none;
}
.card-document__link:focus-visible, .card-document__link:hover {
  color: var(--orange-hover);
}

@media (max-width: 1300px) {
  .card-document {
    padding: 1.5rem;
    min-height: 13.0625rem;
  }
  .card-document__title {
    font-size: 1.125rem;
    line-height: 130%;
  }
  .card-document__bottom .info {
    font-size: 0.75rem;
  }
  .card-document__link {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  .card-document {
    padding: 1.25rem;
    min-height: 12.5625rem;
  }
  .card-document__title {
    font-size: 1.0625rem;
  }
  .card-document__link {
    padding-left: 1.875rem;
    font-size: 0.9375rem;
    line-height: 160%;
    background-size: 1.5rem 1.5rem;
  }
}
.form-type {
  padding: 2.5rem 2.5rem 2.25rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  gap: 4.6808510638%;
}
.form-type__left {
  width: 47.6595744681%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-type__desc {
  margin: 0;
  color: var(--gray-400, #908F8F);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.form-type__right {
  flex: 1;
}
.form-type__main {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.form-type__main-desc {
  margin: 0;
  color: var(--gray-400, #908F8F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.form-type__label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.form-type__label.is-error .error-message {
  position: absolute;
  top: 0.125rem;
  right: 1rem;
  font-size: 0.625rem;
  color: #ea4141;
}
.form-type__label.is-error .form-type__input {
  background-color: rgba(238, 68, 68, 0.19);
}
.form-type__label .error-message {
  display: none;
  color: #F21F1F;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.form-type__input {
  padding: 0.3125rem 1rem;
  width: 100%;
  height: 3.5rem;
  border-radius: 1rem;
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  border: 0.0625rem solid transparent;
  background-color: var(--white, #FFF);
  transition: background-color 0.4 ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.form-type__input:focus, .form-type__input:focus-visible {
  outline: none;
}
.form-type__input.error {
  border-color: #F21F1F;
}
.form-type__input.error::placeholder {
  color: rgba(242, 31, 31, 0.4);
}
.form-type__input.error + .error-message {
  display: inline-block;
}
.form-type__submit {
  padding: 0 2.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: #FFF;
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--organe, #00CB62);
  transition: background-color 0.4s ease-in-out;
}
.form-type__submit:focus, .form-type__submit:focus-visible {
  outline: none;
}
.form-type__submit:focus-visible, .form-type__submit:hover {
  background-color: var(--orange-hover);
}
.form-type__box-desc {
  color: #979797;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-type__box-desc p {
  margin: 0;
}
.form-type__box-desc a {
  color: var(--organe, #00CB62);
  text-decoration: underline;
}
.form-type__box-desc a:focus, .form-type__box-desc a:focus-visible {
  outline: none;
}
.form-type__box-desc a:focus-visible, .form-type__box-desc a:hover {
  color: var(--orange-hover);
}
.form-type__message {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-type__message-title {
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form-type__textarea {
  resize: none;
  padding: 1rem 1rem;
  width: 100%;
  height: 8rem;
  border-radius: 1rem;
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--white, #FFF);
  transition: background-color 0.4 ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.form-type__textarea::-webkit-scrollbar {
  display: none;
}
.form-type__textarea:focus, .form-type__textarea:focus-visible {
  outline: none;
}

@media (max-width: 1300px) {
  .form-type {
    padding: 2.25rem;
    gap: 2.2123893805%;
  }
  .form-type__left {
    width: 49.5575221239%;
  }
  .form-type .box-title-page__text {
    font-size: 1.75rem;
  }
  .form-type__desc {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .form-type__input {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .form-type__textarea {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .form-type__submit {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .form-type__message {
    gap: 0.5rem;
  }
  .form-type__message-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .form-type {
    padding: 1.5rem;
    margin-top: 4.5rem;
    flex-direction: column;
    gap: 1.25rem;
    background-size: contain;
  }
  .form-type__left {
    width: 100%;
    gap: 0.5rem;
  }
  .form-type .box-title-page__text {
    font-size: 1.375rem;
  }
  .form-type__desc {
    font-size: 0.875rem;
    line-height: 130%;
  }
  .form-type__main {
    gap: 0.6875rem;
  }
  .form-type__main-desc {
    display: none;
  }
  .form-type__input {
    height: 3.3125rem;
    font-size: 1rem;
    line-height: 130%;
  }
  .form-type__textarea {
    font-size: 1rem;
    line-height: 130%;
  }
  .form-type__submit {
    margin-top: 0.8125rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .form-type__box-desc {
    margin-top: -0.1875rem;
  }
  .form-type__message-title {
    font-size: 1.375rem;
  }
}
.drop-down-form {
  position: relative;
  display: flex;
  width: 100%;
}
.drop-down-form:has(.error) .drop-down-form__btn {
  color: #F21F1F;
  border-color: #F21F1F;
}
.drop-down-form__label {
  position: relative;
  display: flex;
  width: 100%;
  opacity: 0;
}
.drop-down-form__label.is-error + .drop-down-form__btn {
  background-color: rgba(238, 68, 68, 0.19);
}
.drop-down-form__label.is-error .error-message {
  position: absolute;
  top: 0.125rem;
  right: 1rem;
  font-size: 0.625rem;
  color: #ea4141;
}
.drop-down-form__label.is-error .drop-down-form__input {
  background-color: rgba(238, 68, 68, 0.19);
}
.drop-down-form__input {
  padding: 0.3125rem 1rem;
  width: 100%;
  height: 3.5rem;
  border-radius: 1rem;
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  border: 0.0625rem solid transparent;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--white, #FFF);
  transition: background-color 0.4 ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.drop-down-form__input::placeholder {
  color: var(--black, #141414);
}
.drop-down-form__input:focus, .drop-down-form__input:focus-visible {
  outline: none;
}
.drop-down-form__input.error {
  border-color: #F21F1F;
}
.drop-down-form__input.error::placeholder {
  color: #F21F1F;
}
.drop-down-form__btn {
  position: absolute !important;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 1.5rem;
  border-radius: 1rem;
  border: 0.0625rem solid transparent;
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--white, #FFF);
  transition: background-color 0.4 ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.drop-down-form__btn svg {
  transition: transform 0.4s ease-in-out;
}
.drop-down-form__btn.active + .drop-down-form__box {
  opacity: 1;
  visibility: visible;
}
.drop-down-form__btn.active svg {
  transform: rotate(180deg);
}
.drop-down-form__btn:focus, .drop-down-form__btn:focus-visible {
  outline: none;
}
.drop-down-form__btn svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-down-form__box {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute !important;
  top: calc(100% + 0.3125rem);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.drop-down-form__box.active {
  opacity: 1;
  visibility: visible;
}
.drop-down-form__list {
	padding: 0.5rem;
	border-radius: 1.25rem;
	background: var(--white);
	border: 0.0625rem solid var(--gray-100);
	/* max-height: 9.375rem; */
	overflow: auto;

	scrollbar-width: thin;
	scrollbar-color: var(--gray-100) transparent;
}

/* WebKit стили */
.drop-down-form__list::-webkit-scrollbar {
	width: 6px;
}

.drop-down-form__list::-webkit-scrollbar-track {
	background: transparent;
	margin: 4px 0;
}

.drop-down-form__list::-webkit-scrollbar-thumb {
	background-color: var(--gray-100);
	border-radius: 3px;
}

.drop-down-form__list::-webkit-scrollbar-thumb:hover {
	background-color: var(--gray-200);
}
.drop-down-form__item {
  cursor: pointer;
  width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  display: flex;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.drop-down-form__item:hover {
  color: var(--organe, #00CB62);
  background-color: var(--gray-200, #E7E7E7);
}
.drop-down-form__item.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: var(--gray-200, #E7E7E7);
}

@media (max-width: 1300px) {
  .drop-down-form__input {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .drop-down-form__item {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
  .drop-down-form__btn {
    font-size: 1.0625rem;
    line-height: 141.176%;
  }
}
@media (max-width: 991px) {
  .drop-down-form__input {
    height: 3.3125rem;
    font-size: 1rem;
    line-height: 130%;
  }
  .drop-down-form__item {
    font-size: 1rem;
    line-height: 130%;
  }
  .drop-down-form__btn {
    font-size: 1rem;
    line-height: 130%;
  }
}
.swiper-line-btn {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-line-btn__group {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

@media (max-width: 991px) {
  .swiper-line-btn .swiper-arrow-btn {
    width: 3rem;
    height: 3rem;
  }
  .swiper-line-btn .btn-all {
    padding: 0.3125rem 2.25rem;
    height: 3rem;
    font-size: 1rem;
  }
}
.corporat-style {
  padding: 2.5rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.corporat-style__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.corporat-style__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 1300px) {
  .corporat-style {
    padding: 2rem;
  }
  .corporat-style__wrapper {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .corporat-style__list {
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .corporat-style {
    padding: 1rem;
    background-image: none;
  }
  .corporat-style__wrapper {
    gap: 1rem;
  }
  .corporat-style__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.card-corporat-style-1 {
  padding: 1.75rem;
  border-radius: 1.25rem;
  min-height: 15.4375rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  background-color: var(--white, #FFF);
}
.card-corporat-style-1__top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-corporat-style-1__title {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card-corporat-style-1__desc {
  margin: 0;
  color: var(--gray-400, #908F8F);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 119.444%;
}
.card-corporat-style-1__bottom {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.card-corporat-style-1__bottom .info {
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-corporat-style-1__link {
  padding: 0 0 0 2rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
  color: var(--green);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-decoration: underline;
  background-image: url("/local/templates/mos/css/../images/card-corporat-style-1/link.svg");
  background-repeat: no-repeat;
  background-position: left center;
  transition: color 0.4s ease-in-out;
}
.card-corporat-style-1__link:focus, .card-corporat-style-1__link:focus-visible {
  outline: none;
}
.card-corporat-style-1__link:focus-visible, .card-corporat-style-1__link:hover, .card-corporat-style-1__link:active {
  color: var(--orange-hover);
}

@media (max-width: 1300px) {
  .card-corporat-style-1 {
    min-height: 13.4375rem;
  }
  .card-corporat-style-1__desc {
    font-size: 1.0625rem;
    line-height: 130%;
  }
}
@media (max-width: 991px) {
  .card-corporat-style-1 {
    padding: 1rem;
    gap: 1.25rem;
  }
  .card-corporat-style-1__top {
    gap: 0.75rem;
  }
  .card-corporat-style-1__title {
    font-size: 1.125rem;
  }
  .card-corporat-style-1__desc {
    font-size: 0.9375rem;
    line-height: 120%;
  }
  .card-corporat-style-1__bottom {
    position: relative;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: #FDE8DB;
  }
  .card-corporat-style-1__link {
    font-size: 1.125rem;
    line-height: 141.176%;
  }
  .card-corporat-style-1__link .text {
    display: none;
  }
  .card-corporat-style-1__link::before {
    content: "";
    z-index: 0;
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
}
.card-corporat-style-2 {
  height: 100%;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 1.25rem;
  background-color: var(--gray-200, #E7E7E7);
}
.card-corporat-style-2__title {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card-corporat-style-2__line-link {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.card-corporat-style-2__line-link img {
  width: fit-content;
}
.card-corporat-style-2__group-link {
  display: flex;
  gap: 0.375rem;
  align-items: end;
}
.card-corporat-style-2__group-link .info {
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-corporat-style-2__link {
  color: var(--green);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: underline;
  transition: color 0.4s ease-in-out;
}
.card-corporat-style-2__link:focus, .card-corporat-style-2__link:focus-visible {
  outline: none;
}
.card-corporat-style-2__link:focus-visible, .card-corporat-style-2__link:hover {
  color: var(--orange-hover);
}

@media (max-width: 991px) {
  .card-corporat-style-2 {
    padding: 1.25rem 1rem;
    gap: 0.75rem;
  }
  .card-corporat-style-2__title {
    font-size: 1.125rem;
    line-height: 130%;
  }
  .card-corporat-style-2__line-link {
    gap: 0.5rem;
  }
  .card-corporat-style-2__line-link:last-child {
    padding-top: 0.5rem;
  }
}
.photo-gallery-swiper .swiper-slide {
  height: auto;
}

@media (max-width: 991px) {
  .photo-gallery-swiper {
    margin: 0 -1rem !important;
    padding: 0 1rem !important;
  }
}
.card-photo-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.card-photo-gallery:focus, .card-photo-gallery:focus-visible {
  outline: none;
}
.card-photo-gallery__pic {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.card-photo-gallery__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-photo-gallery__quantity {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.5rem 1rem;
  color: var(--white, #FFF);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 114.286%;
  border-radius: 3.125rem;
  background-color: var(--green, #00CB62);
}
.card-photo-gallery__content {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1300px) {
  .card-photo-gallery__quantity {
    top: 1rem;
    left: 1rem;
  }
  .card-photo-gallery__content {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
.video-materials-swiper .swiper-slide {
  height: initial;
}

.card-video {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-video-container {
  min-height: 13.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.card-video-container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-video-container:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  position: absolute;
  inset: 0;
}
.card-video-container video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.card-video-container:hover .card-video-play {
  transform: scale(1.1);
}
.card-video-play {
  position: absolute;
  transition: transform 0.4s ease-in-out;
}
.card-video-title {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991px) {
  .card-video-container picture {
    min-height: 13.5rem;
  }
  .card-video-container picture img {
    min-height: 13.5rem;
  }
  .card-video-play {
    width: 3rem;
    height: 3rem;
  }
  .card-video-title {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.media-contacts {
  display: flex;
}
.media-contacts__left {
  width: 37.3538011696%;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  border-right: 0.0625rem solid #E7E7E7;
}
.media-contacts__right {
  flex: 1;
  padding-left: 11.125rem;
}
.media-contacts__desc {
  margin: 0;
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.media-contacts__group-link {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}
.media-contacts__group-link a {
  color: var(--green, #00CB62);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.4s ease-in-out;
}
.media-contacts__group-link a:focus, .media-contacts__group-link a:focus-visible {
  outline: none;
}
.media-contacts__group-link a:focus-visible, .media-contacts__group-link a:hover {
  color: var(--orange-hover);
}

@media (max-width: 1300px) {
  .media-contacts__left {
    width: 35.2459016393%;
    gap: 1.75rem;
  }
  .media-contacts__right {
    padding-left: calc(2.75rem + 134 * (100vw - 64rem) / 344);
  }
  .media-contacts__desc {
    font-size: 1.125rem;
    line-height: 130%;
  }
  .media-contacts__group-link a {
    font-size: 1.25rem;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .media-contacts {
    flex-direction: column;
  }
  .media-contacts__left {
    width: 100%;
    gap: 1.5rem;
    border-right: none;
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #E7E7E7;
  }
  .media-contacts__right {
    padding-top: 2rem;
    padding-left: 0;
  }
  .media-contacts__desc {
    font-size: 1.0625rem;
    line-height: 130%;
  }
  .media-contacts__group-link a {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.capacities__line-title {
  margin-bottom: 2rem;
}
.capacities__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.capacities__info p {
  margin: 0;
}
.capacities__info strong {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.capacities__info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  min-height: 18.25rem;
}
.capacities__equipment {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.capacities__equipment-desc {
  margin: 0;
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.capacities__equipment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 1300px) {
  .capacities__line-title {
    margin-bottom: 1.75rem;
  }
  .capacities__info {
    gap: 1.25rem;
    font-size: 1.125rem;
    line-height: 130%;
  }
  .capacities__info strong {
    font-size: 1.375rem;
    line-height: 130%;
  }
  .capacities__equipment {
    gap: 1.25rem;
  }
  .capacities__equipment-desc {
    font-size: 1.375rem;
  }
  .capacities__equipment-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .capacities__line-title {
    margin-bottom: 1.5rem;
  }
  .capacities__equipment-desc {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.capacities-swiper .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.capacities-swiper__group-btn {
  position: absolute;
  top: 2.75rem;
  right: 2.75rem;
  z-index: 2;
  display: flex;
  gap: 0.25rem;
}
.capacities-swiper .swiper-arrow {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.75rem);
}
.capacities-swiper .swiper-arrow svg {
  fill: var(--white);
}

@media (max-width: 1300px) {
  .capacities-swiper__group-btn {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 991px) {
  .capacities-swiper__group-btn {
    top: auto;
    right: auto;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
.card-capacities {
  position: relative;
  min-height: 28rem;
  padding: 2.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  justify-content: space-between;
}
.card-capacities::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
}
.card-capacities picture {
  position: absolute;
  inset: 0;
}
.card-capacities img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-capacities__top {
  max-width: 23.8125rem;
  position: relative;
  z-index: 2;
}
.card-capacities__title {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.card-capacities__bottom {
  position: relative;
  z-index: 2;
}
.card-capacities__desc {
  margin: 0;
  max-width: 28.375rem;
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127.778%;
}

@media (max-width: 1300px) {
  .card-capacities {
    padding: 2rem 2rem 2.75rem 2rem;
    min-height: 26rem;
  }
  .card-capacities__desc {
    max-width: 100%;
    font-size: 1.0625rem;
    line-height: 130%;
  }
}
@media (max-width: 991px) {
  .card-capacities {
    padding: 1.5rem;
    min-height: 20.5rem;
  }
  .card-capacities__top {
    max-width: 100%;
  }
  .card-capacities__title {
    font-size: 1.375rem;
    line-height: 130%;
  }
  .card-capacities__bottom {
    display: none;
  }
}
.card-equipment {
  position: relative;
  padding: 2rem;
  display: flex;
  align-items: end;
  justify-content: end;
  min-height: 14rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
  background-repeat: no-repeat;
  background-position: center right 2.3125rem;
}
.card-equipment__title {
  max-width: 16.25rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.card-equipment picture {
  width: auto;
}

@media (max-width: 991px) {
  .card-equipment {
    padding: 1rem;
    min-height: 10rem;
    background-position: center right 1rem;
  }
  .card-equipment__title {
    max-width: calc(100% - 9.375rem);
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.125rem;
    line-height: 130%;
  }
  .card-equipment picture {
    width: 9.5rem;
  }
}
.static-number-list {
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  counter-reset: custom-counter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.static-number-list li {
  counter-increment: custom-counter;
  display: flex;
  gap: 0.75rem;
  color: var(--black);
}
.static-number-list li::before {
  content: counter(custom-counter);
  padding-top: 0.4375rem;
  width: 3.6875rem;
  height: 3.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 108.333%;
  color: var(--green, #00CB62);
  background-repeat: no-repeat;
  background-position: center center;
}
.static-h3-p-ol-ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1300px) {
  .static-h3-p-ol-ul {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
@media (max-width: 991px) {
  .static-h3-p-ol-ul {
    font-size: 1rem;
    gap: 1.25rem;
  }
}
.static-h3-p-ol-ul h3 {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .static-h3-p-ol-ul h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .static-h3-p-ol-ul h3 {
    font-size: 1.25rem;
  }
}
.static-h3-p-ol-ul p {
  margin: 0;
}
.static-h3-p-ol-ul p a {
  transition: color 0.4s ease-in-out;
  color: var(--green, #00CB62);
  text-decoration: underline;
}
.static-h3-p-ol-ul p a:focus, .static-h3-p-ol-ul p a:focus-visible {
  outline: none;
}
.static-h3-p-ol-ul p a:focus-visible, .static-h3-p-ol-ul p a:hover {
  color: var(--black, #141414);
}
.static-h3-p-ol-ul ol {
  counter-reset: list-counter;
  display: flex;
  flex-direction: column;
}
.static-h3-p-ol-ul ol li {
  counter-increment: list-counter;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.static-h3-p-ol-ul ol li::before {
  content: counter(list-counter) ".";
}
.static-h3-p-ol-ul ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.static-h3-p-ol-ul ul li {
  display: flex;
  align-items: start;
  gap: 0.75rem;
}
.static-h3-p-ol-ul ul li::before {
  content: "";
  margin: 0 0.125rem;
  margin-top: 0.8125rem;
  width: 1.75rem;
  height: 0.125rem;
  flex-shrink: 0;
  background-color: var(--organe, #00CB62);
}

@media (max-width: 1300px) {
  .static-number-list {
    padding: 0;
    column-gap: 1.25rem;
    row-gap: 1.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .static-number-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.strategy .capacities__info {
  font-size: 1rem;
  line-height: 130%;
}
.strategy .capacities__info strong {
  font-size: 1.125rem;
  line-height: normal;
}

.page-catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 991px) {
  .page-catalog__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.card-catalog {
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .card-catalog:focus-visible .card-catalog__link, .card-catalog:hover .card-catalog__link {
    background-color: var(--gray-200, #E7E7E7);
  }
}
.card-catalog__link {
  width: 100%;
  min-height: 18rem;
  display: flex;
  justify-content: end;
  padding: 2rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  transition: background-color 0.4s ease-in-out, background-image 0.4s ease-in-out;
}
.card-catalog__link:focus, .card-catalog__link:focus-visible {
  outline: none;
}
@media (min-width: 992px) {
  .card-catalog__link:focus-visible, .card-catalog__link:hover {
    background-color: var(--organe, #00CB62);
  }
}
.card-catalog__box-title {
  max-width: calc(100% - 2rem - 10.625rem);
  position: absolute;
  top: 2rem;
  left: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-catalog__box-title .title {
  /*pointer-events: none;*/
  color: var(--black, #141414);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.4s ease-in-out;
}
.card-catalog__list {
  /* height: 100%; */
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
}
.card-catalog__list::-webkit-scrollbar {
  display: none;
}
.card-catalog__list a {
  display: flex;
  align-items: center;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  transition: color 0.4s ease-in-out;
}
.card-catalog__list a.sub-section {
	color: #908F8F;
}
.card-catalog__list a:focus, .card-catalog__list a:focus-visible {
  outline: none;
}
.card-catalog__list a:hover {
	color: #141414 !important;
}
@media (min-width: 992px) {
  .card-catalog__list a:focus-visible::before, .card-catalog__list a:hover::before, .card-catalog__list a:active::before {
    width: 2rem;
    margin-right: 1rem;
  }
}
.card-catalog__list a::before {
  content: "";
  display: flex;
  height: 0.0625rem;
  background-color: var(--green);
  width: 0;
  margin-right: 0;
  transition: width 0.4s ease-in-out, margin 0.4s ease-in-out;
}

@media (max-width: 1300px) {
  .card-catalog__box-title .title {
    font-size: 1.25rem;
  }
  .card-catalog__list a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .card-catalog__link {
    min-height: 4.75rem;
    padding: 0.25rem 1.5rem;
    background-size: 4.75rem 4.25rem;
    background-position: center right 0.4375rem;
  }
  .card-catalog__box-img img {
    max-height: 4.25rem;
  }
  .card-catalog__box-title {
    pointer-events: none;
    max-width: calc(100% - 1.5rem - 3.8125rem);
    inset: 0.25rem auto 0.25rem 1.5rem;
    justify-content: center;
  }
  .card-catalog__box-title .title {
    font-size: 1.0625rem;
    line-height: 125%;
  }
  .card-catalog__list {
    display: none;
  }
}
.box-related__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.box-related__list li {
	display: block;
}
@media (max-width: 1300px) {
  .box-related__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .box-related__list {
    grid-template-columns: 1fr;
  }
}

.card-related {
  position: relative;
  width: 100%;
  min-height: 9.75rem;
  overflow: hidden;
  display: flex;
  /* align-items: center; */
  /* justify-content: end; */
  padding: 24px;
  height: 100%;
  border-radius: 1.25rem;
  background-color: #F5F5F5;
}
.card-related:hover {
	background-color: var(--orange);
	color: var(--white, #FFF);
}
.card-related:hover .card-related__link {
	color: var(--white, #FFF);
}
@media (max-width: 991px) {
  .card-related {
    padding: 16px 24px;
    min-height: 76px;
  }
}
.card-related__link {
  /* position: absolute; */
  /* inset: 0; */
  /* padding: 1.75rem 1.5rem; */
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* background-color: var(--gray-100, #F5F5F5); */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  transition: background-color 0.2s ease,
  background-image 0.4s ease-in-out,
  color 0.2s ease;
}
@media (min-width: 992px) {
  .card-related__link:focus, .card-related__link:focus-visible {
    outline: none;
  }
  /* .card-related__link:focus-visible, .card-related__link:hover {
    background-color: var(--orange);
    color: var(--white, #FFF);
  } */
}
@media (max-width: 991px) {
  .card-related__link {
    display: flex;
    align-items: center;
    /* padding: 0.25rem 1.5rem; */
    font-size: 1.0625rem;
    line-height: 125%;
    /* background-image: url(/local/templates/mos/css/../images/card-related/bg-991.svg);
    background-position: center right 0.5rem;
    background-size: auto; */
  }
}
.card-related__name {
  max-width: calc(100% - 6.25rem);
  display: flex;
  flex-direction: column;
}
.card-related__box-img {
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 6.0625rem;
  /* height: 100%; */
}
@media (max-width: 991px) {
  .card-related__box-img {
    max-width: 2.8125rem;
  }
   .card-related__box-img::before {
	content: "";
	background-image: url(/local/templates/mos/css/../images/card-related/bg-991.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 76px;
	height: 68px;
	pointer-events: none;
	z-index: -1;
   }
}
.card-related__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-category {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1300px) {
  .detail-category {
    gap: 3.25rem;
  }
}
@media (max-width: 991px) {
  .detail-category {
    gap: 2.5rem;
  }
}

.box-category-info {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 74.5614035088%;
  gap: 2rem;
  row-gap: 7.75rem;
  grid-template-rows: min-content min-content;
}
@media (max-width: 1300px) {
  .box-category-info {
    grid-template-columns: 1fr 72.643442623%;
    row-gap: 6rem;
  }
}
@media (max-width: 991px) {
  .box-category-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.box-category-info__left {
  grid-area: 1/1/3/2;
}
@media (max-width: 1300px) {
  .box-category-info__left {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 991px) {
  .box-category-info__left {
    width: 100%;
  }
}
.box-category-info__right {
  grid-area: 1/2/2/3;
}
.box-category-info__form {
  /* grid-area: 2/2/3/3; */
}
@media (max-width: 1300px) {
  .box-category-info__form {
    grid-area: 2/1/3/3;
  }
}
.box-category-info__boxs {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
@media (max-width: 1300px) {
  .box-category-info__boxs {
    gap: 2.75rem;
  }
}

.card-category-info {
  position: sticky;
  top: 10.9375rem;
  padding: 2rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
  background-color: var(--gray-100, #F5F5F5);
}
@media (max-width: 1300px) {
  .card-category-info {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .card-category-info {
    position: static;
    padding: 1.5rem;
  }
}
.card-category-info__title {
  color: var(--green, #00CB62);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .card-category-info__title {
    font-size: 1.125rem;
  }
}
.card-category-info__desc {
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127.778%;
}
@media (max-width: 1300px) {
  .card-category-info__desc {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .card-category-info__desc {
    font-size: 1rem;
  }
}
.card-category-info__desc a {
  color: var(--orange);
  text-decoration: underline;
}
.card-category-info__link {
  width: 100%;
  margin-top: 0.75rem;
  height: 3.25rem;
  padding: 0.25rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  color: var(--white, #FFF);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--orange);
  transition: background-color 0.4s ease-in-out;
}
.card-category-info__link:focus, .card-category-info__link:focus-visible {
  outline: none;
}
.card-category-info__link:focus-visible, .card-category-info__link:hover {
  background-color: var(--orange-hover);
}
@media (max-width: 991px) {
  .card-category-info__link {
    margin-top: 0.5rem;
    height: 3rem;
    font-size: 1rem;
  }
}

.box-desc {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
@media (max-width: 1300px) {
  .box-desc {
    gap: 2.75rem;
  }
}
@media (max-width: 991px) {
  .box-desc {
    gap: 1.5rem;
  }
}

.box-group-img {
  margin-top: -1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .box-group-img {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}
.box-group-img img {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .box-group-img img {
    max-height: 16rem;
  }
}

.box-table-detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1300px) {
  .box-table-detail {
    gap: 1.25rem;
  }
}
.box-table-detail h3 {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .box-table-detail h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .box-table-detail h3 {
    font-size: 1.25rem;
  }
}
.box-table-detail ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.box-table-detail ul li {
  color: var(--gray-400, #908F8F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
}

.table-detail {
  min-width: 63.75rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .table-detail {
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .table-detail {
    margin: 0 1rem;
  }
}
.table-detail.table-detail-card {
  min-width: 100%;
}
@media (max-width: 991px) {
  .table-detail.table-detail-card {
    min-width: 56.5rem;
    margin: 0 1rem;
  }
}
.table-detail.table-detail-card .table-detail__line {
  min-width: 100%;
  grid-template-columns: 63.0530973451% 36.9469026549%;
}
@media (max-width: 991px) {
  .table-detail.table-detail-card .table-detail__line {
    min-width: 56.5rem;
  }
}
.table-detail__scroll {
  position: relative;
}
.table-detail__scroll:has(.table-detail__wrapper.scroll-start.scroll-end)::before, .table-detail__scroll:has(.table-detail__wrapper.scroll-start.scroll-end)::after {
  display: none;
}
.table-detail__scroll::before, .table-detail__scroll::after {
  content: "";
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8.25rem;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .table-detail__scroll::before, .table-detail__scroll::after {
    width: 5.0625rem;
  }
}
.table-detail__scroll::after {
  left: auto;
  right: 0;
  width: 8.25rem;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .table-detail__scroll::after {
    width: 5.0625rem;
    left: auto;
  }
}
.table-detail__scroll:has(.table-detail__wrapper.scroll-start)::after {
  opacity: 1;
  visibility: visible;
}
.table-detail__scroll:has(.table-detail__wrapper.scroll-end)::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1300px) {
  .table-detail__scroll {
    margin-right: -1.5rem;
    /*
    &::before,
    &::after {
      content: '';
      pointer-events: none;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      bottom: 0;
      width: 132px;
      transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
      background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);

      @media (max-width: 991px) {
        width: 81px;
        //left: -16px;
      }
    }

    &::after {
      left: auto;
      right: 0;
      width: 132px;
      background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);

      @media (max-width: 991px) {
        width: 81px;
        left: auto;
        //right: -16px;
      }
    }

    &:has(.table-detail__wrapper.scroll-start) {
      &::after {
        opacity: 1;
        visibility: visible;
      }
    }

    &:has(.table-detail__wrapper.scroll-end) {
      &::before {
        opacity: 1;
        visibility: visible;
      }
    }*/
  }
  .table-detail__scroll.table-detail-card__scroll {
    margin-right: 0;
  }
  .table-detail__scroll.table-detail-card__scroll:has(.table-detail-card__wrapper.scroll-start.scroll-end)::before, .table-detail__scroll.table-detail-card__scroll:has(.table-detail-card__wrapper.scroll-start.scroll-end)::after {
    display: none;
  }
}
@media (max-width: 1300px) and (max-width: 991px) {
  .table-detail__scroll.table-detail-card__scroll {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .table-detail__scroll {
    margin: 0 -1rem;
  }
}
.table-detail__wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* Для Firefox */
  -ms-overflow-style: none;
  /* Для IE и Edge */
}
@media (max-width: 1300px) {
  .table-detail__wrapper.table-detail-card__wrapper {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .table-detail__wrapper {
    margin: 0;
  }
}
.table-detail__wrapper::-webkit-scrollbar {
  display: none;
  /* Для Chrome, Safari и Opera */
}
.table-detail__line {
  display: grid;
  grid-template-columns: repeat(6, 10.625rem);
  border-bottom: 0.0625rem solid var(--gray-200, #E7E7E7);
  transition: border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.table-detail__line:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .table-detail__line:has(+ .table-detail__line:hover) {
    border-color: #fff;
  }
  .table-detail__line:hover {
    border-radius: 1.25rem;
    background-color: var(--gray-100, #F5F5F5);
    border-color: #fff;
  }
  .table-detail__line:hover .table-detail__column {
    color: var(--orange);
  }
}
.table-detail__line.head {
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--gray-100, #F5F5F5);
  border-bottom: none;
}
.table-detail__line.head .table-detail__column {
  padding: 1rem 1.5rem;
  color: var(--black, #141414);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.table-detail__column {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem;
  color: var(--black, #141414);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: color 0.4s ease-in-out;
}

.detail-card {
  display: grid;
  grid-template-columns: 1fr 27rem;
  column-gap: 2rem;
  row-gap: 7.75rem;
}
@media (max-width: 1300px) {
  .detail-card {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 7rem;
  }
  .detail-card__right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
  }
}
@media (max-width: 991px) {
  .detail-card {
    row-gap: 2rem;
  }
  .detail-card__right {
    position: static;
    order: 1;
  }
  .detail-card__left {
    order: 2;
  }
  .detail-card__form {
    order: 3;
  }
}
.detail-card__top-box-info {
  position: relative;
  width: 100%;
}
@media (max-width: 1300px) {
  .detail-card__top-box-info .static-h3-p-ol-ul {
    display: block;
  }
  .detail-card__top-box-info .static-h3-p-ol-ul > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .detail-card__top-box-info .static-h3-p-ol-ul {
    display: flex;
  }
  .detail-card__top-box-info .static-h3-p-ol-ul > *:not(:last-child) {
    margin-bottom: 0;
  }
}
.detail-card__top-box-info .floating-block {
  display: none;
}
@media (max-width: 1300px) {
  .detail-card__top-box-info .floating-block {
    display: block;
    float: right;
    width: 20.375rem;
    height: 34.8125rem;
    margin: 0 0 1.375rem 1.375rem;
    shape-outside: margin-box;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .detail-card__top-box-info .floating-block {
    display: none;
  }
}

.box-img-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.box-img-desc img {
  max-height: 24.875rem;
}
.box-img-desc p {
  margin: 0;
  color: var(--gray-400, #908F8F);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
}

.box-detail-card {
  position: sticky;
  top: 10.9375rem;
  z-index: 5;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
}
@media (max-width: 1300px) {
  .box-detail-card {
    position: static;
    padding: 2rem 1.75rem;
    align-items: center;
    gap: 1.625rem;
  }
}
.box-detail-card__top {
  position: relative;
  width: 22rem;
  /* height: 26.25rem; */
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1300px) {
  .box-detail-card__top {
    width: 16.875rem;
    height: 18.4375rem;
  }
}
.box-detail-card__top .card-example__marker {
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1300px) {
  .box-detail-card__top .card-example__marker {
    top: -1.25rem;
    left: -0.8125rem;
  }
}
.box-detail-card__swiper {
  max-height: 26.25rem;
}
@media (max-width: 1300px) {
  .box-detail-card__swiper {
    max-height: 17.3125rem;
  }
}
.box-detail-card__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.box-detail-card__link {
  width: 100%;
  padding: 0.625rem 2.75rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.875rem;
  background-color: var(--green, #00CB62);
  transition: background-color 0.4s ease-in-out;
}
.box-detail-card__link:focus, .box-detail-card__link:focus-visible {
  outline: none;
}
.box-detail-card__link:hover {
  background-color: var(--orange-hover);
}
@media (max-width: 1300px) {
  .box-detail-card__link {
    height: 3.25rem;
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
}

@media (max-width: 1300px) {
  .swiper-detail-card {
    padding-bottom: 1.125rem;
  }
}
.swiper-detail-card .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.swiper-detail-card-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 0.625rem;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
.swiper-detail-card-pagination .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 3.125rem;
  background-color: var(--gray-300, #CAC8C8);
  transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.swiper-detail-card-pagination .swiper-pagination-bullet::after {
  content: "";
  border-radius: 6.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: var(--green, #00CB62);
  transition: width 8s linear, opacity 0.3s ease;
}
.swiper-detail-card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3rem;
}
.swiper-detail-card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  opacity: 1;
  animation: expandWidth 8s linear forwards;
  transition: width 8s linear, opacity 0.3s ease;
}

@keyframes expandWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.card-img-detail-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-img-detail-card__link {
  width: 100%;
  height: 100%;
  max-height: 26.25rem;
}
@media (max-width: 1300px) {
  .card-img-detail-card__link {
    max-height: 17.3125rem;
  }
}
.card-img-detail-card img {
  width: 100%;
  height: 100%;
  max-height: 26.25rem;
  object-fit: contain;
}
@media (max-width: 1300px) {
  .card-img-detail-card img {
    max-height: 17.3125rem;
  }
}

.box-technical-document {
  width: 100%;
  display: flex;
}
.box-technical-document__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0.625rem 2.75rem;
  border-radius: 0.875rem;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--gray-200, #E7E7E7);
  transition: background-color 0.4s ease-in-out;
}
.box-technical-document__btn:focus, .box-technical-document__btn:focus-visible {
  outline: none;
}
.box-technical-document__btn:hover {
  background-color: #b9b6b6;
}
@media (max-width: 1300px) {
  .box-technical-document__btn {
    font-size: 1rem;
    height: 3.25rem;
    padding: 0.625rem 0.9375rem;
  }
}
.box-technical-document__body {
  position: fixed;
  inset: 0;
  z-index: 10;
  background-color: rgba(20, 20, 20, 0.4784313725);
  display: none;
  justify-content: end;
}
.box-technical-document__body.active {
  display: flex;
}
.box-technical-document__body.active .box-technical-document__window {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (max-width: 991px) {
  .box-technical-document__body {
    background-color: #FFF;
    justify-content: center;
  }
}
.box-technical-document__window {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-120%);
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 3.25rem;
  width: 36.5rem;
  border-radius: 1.25rem 0 0 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.04), -0.5rem 0 1rem 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.box-technical-document__window::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1300px) {
  .box-technical-document__window {
    width: 32rem;
  }
}
@media (max-width: 991px) {
  .box-technical-document__window {
    padding: 3.5rem 1rem;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.box-technical-document__close {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  background-color: #FFF;
  transition: color 0.4s ease-in-out;
}
.box-technical-document__close:focus, .box-technical-document__close:focus-visible {
  outline: none;
}
.box-technical-document__close:hover {
  color: var(--organe, #00CB62);
}
@media (max-width: 991px) {
  .box-technical-document__close {
    top: 1rem;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.box-technical-document__title {
  margin-bottom: 1.75rem;
  max-width: 23.125rem;
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 123.077%;
}
@media (max-width: 1300px) {
  .box-technical-document__title {
    font-size: 1.5rem;
    line-height: 133.333%;
  }
}
@media (max-width: 991px) {
  .box-technical-document__title {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 130%;
  }
}
.box-technical-document__gruop-drop {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .box-technical-document__gruop-drop {
    margin-bottom: 2rem;
  }
}
.box-technical-document__gruop-tabs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .box-technical-document__gruop-tabs {
    gap: 1rem;
  }
}
.box-technical-document__gruop-tabs .title {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 991px) {
  .box-technical-document__gruop-tabs .title {
    font-size: 1.125rem;
    line-height: 138.889%;
  }
}

.distributor-link {
  width: 100%;
  height: 3.5rem;
  padding: 0.625rem 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  border-radius: 0.875rem;
  border: 0.1rem solid var(--gray-200, #E7E7E7);
}
.distributor-link .svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.distributor-link:focus, .distributor-link:focus-visible {
  outline: none;
}
.distributor-link:hover {
  background-color: var(--gray-200, #E7E7E7);
}
@media (max-width: 1300px) {
  .distributor-link {
    font-size: 1rem;
    height: 3.25rem;
    padding: 0.625rem 0.9375rem;
  }
}

.drop-down-type1 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.drop-down-type1__btn {
  height: 3.75rem;
  gap: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  background-color: var(--gray-100, #F5F5F5);
  padding: 0.3125rem 1.25rem;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transition: background-color 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .drop-down-type1__btn {
    height: 3.25rem;
    font-size: 1rem;
    line-height: 130%;
  }
}
.drop-down-type1__btn .svg {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-down-type1__btn svg {
  transition: transform 0.4s ease-in-out;
}
.drop-down-type1__btn:focus, .drop-down-type1__btn:focus-visible {
  outline: none;
}
.drop-down-type1__btn:focus-visible, .drop-down-type1__btn:hover {
  background-color: var(--gray-200, #E7E7E7);
}
.drop-down-type1__btn.active svg {
  transform: rotate(180deg);
}
.drop-down-type1__box {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute !important;
  z-index: 2;
  top: calc(100% + 0.3125rem);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.drop-down-type1__box.active {
  opacity: 1;
  visibility: visible;
}
.drop-down-type1__list {
  padding: 0.5rem;
  border-radius: 1.25rem;
  background: var(--gray-100, #F5F5F5);
  border: 0.0625rem solid var(--gray-100);
  max-height: 9.375rem;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.drop-down-type1__item {
  width: 100%;
}
.drop-down-type1__link {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  display: flex;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.drop-down-type1__link:focus, .drop-down-type1__link:focus-visible {
  outline: none;
}
.drop-down-type1__link:focus-visible, .drop-down-type1__link:hover {
  color: var(--organe, #00CB62);
  background-color: var(--gray-200, #E7E7E7);
}
@media (max-width: 991px) {
  .drop-down-type1__link {
    font-size: 1rem;
    line-height: 130%;
  }
}

.tabs-type1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tabs-type1 .tab-type1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
  border: 0.1rem solid var(--gray-100, #F5F5F5);
}
.tabs-type1 .tab-type1__btn {
  padding: 0.375rem 1.25rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 991px) {
  .tabs-type1 .tab-type1__btn {
    font-size: 1rem;
    line-height: 150%;
  }
}
.tabs-type1 .tab-type1__btn .svg {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--organe, #00CB62);
}
.tabs-type1 .tab-type1__btn svg {
  transition: transform 0.4s ease-in-out;
}
.tabs-type1 .tab-type1__btn.active svg {
  transform: rotate(45deg);
}
.tabs-type1 .tab-type1__btn:focus, .tabs-type1 .tab-type1__btn:focus-visible {
  outline: none;
}
@media (max-width: 1300px) {
  .tabs-type1 .tab-type1__btn {
    font-size: 1rem;
    line-height: 150%;
  }
}
.tabs-type1 .tab-type1__list {
  padding: 0.25rem 1.25rem 1.25rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
}
.tabs-type1 .tab-type1__list .format {
  margin-left: 0.3125rem;
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabs-type1 .tab-type1__list.active {
  display: flex;
}
.tabs-type1 .tab-type1__link {
  color: var(--organe, #00CB62);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.history__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .history__list {
    gap: 2.25rem;
  }
}
.history__item {
  position: relative;
  padding-bottom: 9.5rem;
}
@media (max-width: 1300px) {
  .history__item {
    padding-bottom: 3.3125rem;
  }
}
@media (max-width: 991px) {
  .history__item {
    padding-bottom: 0;
  }
  .history__item .history-line {
    display: none;
  }
}
.history__item:last-child {
  padding-bottom: 0;
}
.history__item:last-child .history-line {
  display: none;
}
.history-line {
  position: absolute;
  z-index: 3;
  left: 2.5rem;
  bottom: -0.625rem;
  height: 10.75rem;
  width: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--green, #00CB62);
}
@media (max-width: 1300px) {
  .history-line {
    left: 1.625rem;
    top: 10.625rem;
    height: auto;
  }
}
.history-line .circle {
  display: inline-block;
  outline: 0.375rem solid var(--white);
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--green);
}

.card-history {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1300px) {
  .card-history {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .card-history {
    gap: 1rem;
  }
}
.card-history__box-img {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 48.8235294118%;
}
@media (max-width: 1300px) {
  .card-history__box-img {
    width: 100%;
  }
}
.card-history__box-img img {
  width: 100%;
  height: 100%;
  min-height: 17rem;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .card-history__box-img img {
    min-height: 100%;
    max-height: 11.25rem;
  }
}
@media (max-width: 991px) {
  .card-history__box-img img {
    max-height: 8rem;
  }
}
.card-history__box-img::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(111deg, rgba(0, 203, 98, 0.32) 0%, rgba(0, 203, 98, 0) 54.34%);
}
.card-history__box-img::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  top: 0;
  left: 0;
  background-image: url("/local/templates/mos/css/../images/card-history/bg.svg");
}
@media (max-width: 991px) {
  .card-history__box-img::after {
    width: 10.625rem;
    height: 10.625rem;
    background-image: url("/local/templates/mos/css/../images/card-history/bg-991.svg");
  }
}
.card-history__box-img .time {
  position: absolute;
  z-index: 1;
  max-width: calc(100% - 4rem);
  top: 2rem;
  left: 2rem;
  color: var(--white, #FFF);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .card-history__box-img .time {
    top: 1.75rem;
    left: 1.75rem;
    font-size: 2rem;
    max-width: calc(100% - 3.5rem);
  }
}
@media (max-width: 991px) {
  .card-history__box-img .time {
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.5rem;
    max-width: calc(100% - 3rem);
  }
}
.card-history__box-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 1300px) {
  .card-history__box-info {
    padding-left: 4rem;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .card-history__box-info {
    padding: 0;
  }
}
.card-history__title {
  color: var(--black, #141414);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 1300px) {
  .card-history__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .card-history__title {
    font-size: 1.125rem;
  }
}
.card-history__desc {
  margin: 0;
  color: var(--gray-400, #908F8F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1300px) {
  .card-history__desc {
    font-size: 0.875rem;
  }
}

/* Стили для модалки */
.modal {
  display: none;
  /* Скрыта по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* Прозрачный фон */
  z-index: 9999;
  justify-content: center;
  overflow: auto;
  padding: 3.75rem 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__body {
  position: relative;
  max-width: 100%;
  margin: auto 0;
}

/* Анимация для появления модалки */
.modal.show {
  display: flex;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-search__close {
  position: fixed;
  top: 2.25rem;
  right: 2.25rem;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 0.875rem;
  color: var(--black);
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.modal-search__close:focus, .modal-search__close:focus-visible {
  outline: none;
}
@media (min-width: 992px) {
  .modal-search__close:focus-visible, .modal-search__close:hover {
    color: var(--white);
    background-color: var(--green);
  }
}
@media (max-width: 991px) {
  .modal-search__close {
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.modal-search__wrapper {
  width: 88.75rem;
  max-width: 100%;
  padding: 0 1.5rem;
}
@media (max-width: 1300px) {
  .modal-search__wrapper {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .modal-search__wrapper {
    padding: 0;
    background-color: var(--white);
    border-radius: 0.875rem;
    overflow: hidden;
  }
}
.modal-search__box-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (max-width: 991px) {
  .modal-search__box-form {
    gap: 0;
  }
}
.modal-search__label {
  cursor: pointer;
  flex: 1;
  position: relative;
  display: flex;
  background-color: var(--white);
  border-radius: 0.875rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal-search__label {
    background-color: transparent;
  }
}
.modal-search__label .svg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1.25rem;
  top: 50%;
  color: var(--gray-300, #CAC8C8);
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .modal-search__label .svg {
    display: none;
  }
}
.modal-search__input {
  width: 100%;
  padding: 1.375rem 1.375rem 1.375rem 4rem;
  background-color: transparent;
  color: var(--black);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
}
.modal-search__input::placeholder {
  color: var(--gray-300, #CAC8C8);
}
.modal-search__input:focus, .modal-search__input:focus-visible {
  outline: none;
}
@media (max-width: 1300px) {
  .modal-search__input {
    padding: 1.125rem 1.125rem 1.125rem 3.75rem;
  }
}
@media (max-width: 991px) {
  .modal-search__input {
    padding: 0.875rem 1.25rem;
  }
}
.modal-search__submit {
  height: 4rem;
  width: 11rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 1.25rem;
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  border-radius: 0.875rem;
  background-color: var(--green, #00CB62);
  transition: background-color 0.4s ease-in-out;
}
.modal-search__submit .svg {
  display: none;
}
@media (max-width: 991px) {
  .modal-search__submit .svg {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
  }
}
.modal-search__submit:focus, .modal-search__submit:focus-visible {
  outline: none;
}
@media (min-width: 992px) {
  .modal-search__submit:focus-visible, .modal-search__submit:hover {
    background-color: var(--orange-hover);
  }
}
@media (max-width: 1300px) {
  .modal-search__submit {
    height: 3.5rem;
  }
}
@media (max-width: 991px) {
  .modal-search__submit {
    padding: 0.875rem 1.25rem 0.875rem 0.625rem;
    height: 100%;
    width: auto;
    flex-shrink: 0;
    background-color: transparent;
  }
  .modal-search__submit .text {
    display: none;
  }
}

.result-search {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.result-search .modal-search__wrapper {
  padding: 0;
  width: 55.4375rem;
}
@media (max-width: 1300px) {
  .result-search .modal-search__wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .result-search .modal-search__wrapper {
    border-radius: 0.875rem;
    border: 0.0625rem solid var(--gray-200, #E7E7E7);
  }
}
.result-search .modal-search__label {
  border: 0.0625rem solid var(--main-gray_250, #E9EDF0);
}
.result-search .modal-search__label .svg {
  display: none;
}
@media (max-width: 991px) {
  .result-search .modal-search__label {
    border: none;
  }
}
.result-search .modal-search__input {
  padding: 1.125rem 1.5rem;
}
.result-search .modal-search__submit {
  height: 3.5rem;
  width: 12.9375rem;
}
@media (max-width: 991px) {
  .result-search .modal-search__submit {
    width: auto;
  }
}
.result-search__wrapper {
  display: flex;
  flex-direction: column;
}
.result-search__line-info {
  padding-top: 0.75rem;
}
.result-search__line-info p {
  margin: 0;
  color: var(--gray-400, #908F8F);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.result-search__line-info p span {
  color: var(--green, #00CB62);
}
@media (max-width: 991px) {
  .result-search__line-info p {
    font-size: 0.875rem;
  }
}
.result-search__list {
  padding-top: 1rem;
  counter-reset: list-counter;
  display: flex;
  flex-direction: column;
}
.result-search__item {
  padding: 1.5rem 0;
  counter-increment: list-counter;
  display: flex;
  gap: 0.75rem;
  border-bottom: 0.0625rem solid #ECEFF2;
}
@media (max-width: 991px) {
  .result-search__item {
    padding: 1rem 0;
  }
}
.result-search__item:last-child {
  border-bottom: none;
}
.result-search__item::before {
  content: counter(list-counter) ")";
  color: var(--gray-400, #908F8F);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.result-search-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.result-search-card p {
  margin: 0;
}
.result-search-card div {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.result-search-card a {
  display: flex;
  padding: 0.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  color: var(--main-text_black, #0A1117);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  border-radius: 0.5rem;
  background-color: var(--gray-100, #F5F5F5);
}
@media (max-width: 991px) {
  .result-search-card {
    font-size: 1.0625rem;
  }
}

.about-page__line-title {
  display: flex;
  align-items: center;
}

.box-img {
  margin-top: 2rem;
  margin-bottom: 1.5625rem;
  display: flex;
  border-radius: 1.5rem;
  overflow: hidden;
}
.box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
@media (max-width: 1300px) {
  .box-img {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1300px) {
  .box-img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .box-img img {
    min-height: 18.25rem;
  }
}

.list-we-work {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
@media (max-width: 1300px) {
  .list-we-work {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .list-we-work {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.list-we-work__title {
  margin-bottom: 1.5rem;
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .list-we-work__title {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .list-we-work__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.list-we-work__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1300px) {
  .list-we-work__items {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .list-we-work__items {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.card-we-work {
  height: 100%;
  padding: 2rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: var(--gray-100, #F5F5F5);
}
@media (max-width: 991px) {
  .card-we-work {
    padding: 1.5rem;
    flex-direction: row;
    gap: 1rem;
  }
}
.card-we-work__img {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .card-we-work__img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.card-we-work__desc {
  margin-bottom: 0;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 991px) {
  .card-we-work__desc {
    max-width: 13.9375rem;
    font-size: 1.0625rem;
    line-height: 125%;
  }
}

.link-we-work {
  width: 100%;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  height: 100%;
  border-radius: 1.25rem;
  background-color: var(--green, #00CB62);
  transition: background-color 0.4s ease-in-out;
  background-image: url("/local/templates/mos/css/../images/link-we-work/bg.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (max-width: 991px) {
  .link-we-work {
    padding: 1.5rem;
    flex-direction: row-reverse;
    background-image: url("/local/templates/mos/css/../images/link-we-work/bg-991.svg");
  }
}
.link-we-work .svg {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 100%;
  color: var(--black, #141414);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
@media (max-width: 991px) {
  .link-we-work .svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.link-we-work .text {
  text-align: start;
  width: 100%;
  color: var(--white, #FFF);
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
@media (max-width: 991px) {
  .link-we-work .text {
    font-size: 1.0625rem;
    line-height: 125%;
  }
}
.link-we-work:focus, .link-we-work:focus-visible {
  outline: none;
}
.link-we-work:focus-visible, .link-we-work:hover {
  background-color: var(--orange-hover);
}

.box-img-map {
  padding: 1.5rem 0;
}
.box-img-map picture {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-img-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.career-hero-mobile {
  display: none;
}
@media (max-width: 991px) {
  .career-hero-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .career-hero-desktop {
    display: none;
  }
}
.career-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%);
}
.career-hero picture {
  position: absolute;
  inset: 0;
}
.career-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-hero__title {
  min-height: 32.75rem;
  position: relative;
  z-index: 1;
  padding: 11.25rem 5.25rem 5.25rem;
  color: var(--main-white, #FFF);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .career-hero__title {
    min-height: 30rem;
    padding: 10.5rem 3.5rem 3.5rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .career-hero__title {
    min-height: 24.5rem;
    padding: 9.0625rem 1.5rem 1.5rem;
    font-size: 1.75rem;
  }
}

.box-welcome {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .box-welcome {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.box-welcome-section {
  position: relative;
}
.box-welcome-section::before {
  position: absolute;
  z-index: -1;
  top: -2.25rem;
  left: 0;
  content: "";
  width: 26.5625rem;
  height: 53.125rem;
  background-image: url("/local/templates/mos/css/../images/box-welcome/bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1300px) {
  .box-welcome-section::before {
    top: -1.375rem;
    width: 15.3125rem;
    height: 33.4375rem;
    background-image: url("/local/templates/mos/css/../images/box-welcome/bg-1300.svg");
  }
}
@media (max-width: 991px) {
  .box-welcome-section::before {
    top: -6.25rem;
    width: 6.25rem;
    height: 19.9375rem;
    background-image: url("/local/templates/mos/css/../images/box-welcome/bg-991.svg");
  }
}
.box-welcome__title {
  color: var(--black, #141414);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .box-welcome__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .box-welcome__title {
    font-size: 1.75rem;
  }
}
.box-welcome__right {
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 1300px) {
  .box-welcome__right {
    max-width: 48.9754098361%;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .box-welcome__right {
    max-width: 100%;
  }
}
.box-welcome__right p {
  margin: 0;
  color: var(--black, #141414);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .box-welcome__right p {
    font-size: 1.25rem;
    line-height: 120%;
  }
}
@media (max-width: 1300px) {
  .box-welcome__right p {
    font-size: 1.125rem;
  }
}

.box-we-offer__line-title {
  display: flex;
  align-items: center;
  margin-bottom: 2.25rem;
}
@media (max-width: 1300px) {
  .box-we-offer__line-title {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 991px) {
  .box-we-offer__line-title {
    margin-bottom: 1.5rem;
  }
}
.box-we-offer__title {
  color: var(--black, #141414);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .box-we-offer__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .box-we-offer__title {
    font-size: 1.75rem;
  }
}
.box-we-offer__list {
  column-count: 2;
  column-gap: 1.5rem;
  column-fill: balance;
}
@media (max-width: 1300px) {
  .box-we-offer__list {
    column-gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .box-we-offer__list {
    column-count: 1;
    column-gap: 0;
  }
}
.box-we-offer__list li {
  margin-bottom: 1.75rem;
  min-height: 1.75rem;
  align-items: start;
  padding-left: 2.5rem;
  color: var(--Black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  background-image: url("/local/templates/mos/css/../images/box-we-offer/bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.box-we-offer__list li:last-child {
  margin: 0;
}
@media (max-width: 1300px) {
  .box-we-offer__list li {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .box-we-offer__list li {
    margin-bottom: 1.5rem;
    background-size: 1.5rem 1.5rem;
    padding-left: 2.25rem;
    font-size: 1.0625rem;
  }
}

.number-employees {
  position: absolute;
  inset: 0 0 0 47%;
}
@media (max-width: 1300px) {
  .number-employees {
    inset: 0 0 0 45%;
  }
}
@media (max-width: 991px) {
  .number-employees {
    inset: auto 0 0 0;
    height: 18.125rem;
  }
}
.number-employees picture {
  border-radius: 1.25rem 0 0 1.25rem;
}
.number-employees img {
  border-radius: 1.25rem 0 0 1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.number-employees-section {
  position: relative;
}
.number-employees__left {
  padding: 2.5rem 2.5rem 2.5rem 0;
  width: 47%;
  min-height: 35.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .number-employees__left {
    min-height: 28.9375rem;
    padding: 1.25rem 3.5rem 1.25rem 0;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .number-employees__left {
    padding: 0 0 19.875rem 0;
    width: 100%;
    gap: 1.5rem;
  }
}
.number-employees__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .number-employees__group {
    gap: 0;
  }
}

.box-employees {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 1300px) {
  .box-employees {
    gap: 0.5rem;
  }
}
.box-employees .quantity {
  color: var(--green, #00CB62);
  font-size: 8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1300px) {
  .box-employees .quantity {
    font-size: 6.25rem;
  }
}
@media (max-width: 991px) {
  .box-employees .quantity {
    font-size: 4.75rem;
  }
}
.box-employees .text {
  color: var(--black, #141414);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1300px) {
  .box-employees .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .box-employees .text {
    font-size: 1rem;
  }
}
.box-employees-min {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.box-employees-min .quantity {
  color: var(--green, #00CB62);
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.box-employees-min .quantity i {
  font-style: normal;
}
@media (max-width: 1300px) {
  .box-employees-min .quantity {
    font-size: 4.25rem;
  }
}
@media (max-width: 991px) {
  .box-employees-min .quantity {
    font-size: 3.25rem;
  }
}
.box-employees-min .text {
  color: var(--black, #141414);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .box-employees-min .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .box-employees-min .text {
    font-size: 1rem;
  }
}

@media (max-width: 1300px) {
  .point-card-info {
    margin: 0 auto;
    max-width: 28.125rem;
  }
}
.point-card-info-desktop__line-title {
  margin-bottom: 2.25rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .point-card-info-desktop__line-title {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 991px) {
  .point-card-info-desktop__line-title {
    margin-bottom: 1.5rem;
  }
}
.point-card-info-desktop__title {
  color: var(--black, #141414);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .point-card-info-desktop__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .point-card-info-desktop__title {
    font-size: 1.75rem;
  }
}
.point-card-info-desktop__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.75rem;
  row-gap: 2.25rem;
}
@media (max-width: 1300px) {
  .point-card-info-desktop__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.point-card-info-desktop .link-we-work .text {
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  .point-card-info-desktop .link-we-work .text {
    font-size: 1.375rem;
  }
}
.point-card-info__box-link {
  padding-top: 5.25rem;
}

.card-info-career {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1300px) {
  .card-info-career {
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .card-info-career {
    gap: 1rem;
  }
}
.card-info-career__box-img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-info-career__box-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1300px) {
  .card-info-career__box-info {
    gap: 0.75rem;
  }
}
.card-info-career__title {
  color: var(--black, #141414);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .card-info-career__title {
    font-size: 1.25rem;
  }
}
.card-info-career__desc {
  margin: 0;
  color: var(--black, #141414);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1300px) {
  .card-info-career__desc {
    font-size: 1.0625rem;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

.swiper-point-card-info {
  padding-bottom: 3.75rem;
}
.swiper-point-card-info .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.swiper-point-card-info-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.125rem;
  top: auto;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
.swiper-point-card-info .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid var(--white);
  background-color: var(--gray-200, #E7E7E7);
  border-radius: 100%;
}
.swiper-point-card-info .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--green);
  outline: 0.0625rem solid var(--green);
}

.requisites__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.requisites__close:focus, .requisites__close:focus-visible {
  outline: none;
}
@media (max-width: 991px) {
  .requisites__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.requisites__wrapper {
  max-width: 100%;
  width: 29.25rem;
  padding: 2rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .requisites__wrapper {
    padding: 1.5rem;
    width: 20.5rem;
  }
}
.requisites__title {
  color: var(--black, #141414);
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .requisites__title {
    font-size: 1.5rem;
  }
}
.requisites__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.requisites__info {
  display: flex;
  flex-direction: column;
}
.requisites__info .name {
  color: var(--gray-400, #908F8F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .requisites__info .name {
    font-size: 0.9375rem;
  }
}
.requisites__info .info {
  color: var(--black, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 991px) {
  .requisites__info .info {
    font-size: 1.0625rem;
  }
}
.requisites__box-btn {
  padding: 0.5rem 0 0 0;
}
@media (max-width: 991px) {
  .requisites__box-btn {
    padding: 0;
  }
}
.requisites__copy-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 3.5rem;
  padding: 0.625rem;
  background-color: var(--orange);
  border-radius: 1rem;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transition: background-color 0.4s ease-in-out;
}
.requisites__copy-btn:focus, .requisites__copy-btn:focus-visible {
  outline: none;
}
@media (min-width: 1001px) {
  .requisites__copy-btn:focus-visible, .requisites__copy-btn:hover {
    background-color: var(--orange-hover);
  }
}
.requisites__copy-btn .svg {
  display: flex;
}
@media (max-width: 991px) {
  .requisites__copy-btn {
    height: 3.25rem;
    font-size: 1rem;
  }
}

.order-submit__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-submit__close:focus, .order-submit__close:focus-visible {
  outline: none;
}
@media (max-width: 991px) {
  .order-submit__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.order-submit__wrapper {
  padding: 2rem;
  max-width: 100%;
  width: 29.25rem;
  border-radius: 1.25rem;
  background-color: var(--gray-100, #F5F5F5);
}
@media (max-width: 991px) {
  .order-submit__wrapper {
    padding: 1.5rem;
    width: 20.5rem;
  }
}
.order-submit__title {
  margin-bottom: 2rem;
  color: var(--black, #141414);
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .order-submit__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.form-type-2__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form-type-2__group-input {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
.form-type-2__group-submit {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.form-type-2__submit {
  height: 3.5rem;
  padding: 0.625rem;
  width: 100%;
  color: #FFF;
  font-family: "GolosText", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: var(--green, #00CB62);
}
.form-type-2__submit:focus, .form-type-2__submit:focus-visible {
  outline: none;
}
@media (min-width: 992px) {
  .form-type-2__submit:focus-visible, .form-type-2__submit:hover {
    outline: none;
  }
}
@media (max-width: 991px) {
  .form-type-2__submit {
    font-size: 1rem;
    height: 3.25rem;
  }
}
.form-type-2__form-success {
  display: none;
  margin-top: 0.9375rem;
  padding: 1.5rem;
  font-size: 1rem;
  border-radius: 1rem;
  border: 0.0625rem solid var(--green, #00CB62);
}
@media (max-width: 991px) {
  .form-type-2__form-success {
    padding: 1rem;
    font-size: 0.8125rem;
  }
}
.form-type-2__form-success p {
  margin: 0;
}

.input-type-checkbox {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
}
.input-type-checkbox__input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: -1;
}
.input-type-checkbox__input:checked + .castom svg {
  opacity: 1;
}
.input-type-checkbox__input.error + .castom {
  border-color: #F21F1F;
}
.input-type-checkbox .castom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--green, #00CB62);
  transition: border-color 0.4s ease-in-out;
}
.input-type-checkbox .castom svg {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.input-type-checkbox__desc {
  margin: 0;
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .input-type-checkbox__desc {
    font-size: 0.75rem;
  }
}
.input-type-checkbox a {
  color: var(--green, #00CB62);
  font-family: "GolosText", sans-serif;
  text-decoration: underline;
}

/* .card-catalog__list .submenu {
	display: block !important;
} */
 
.card-catalog__list .submenu {
	margin-top: 1rem;
	display: none !important;
}
.card-catalog__list .submenu .element-item {
	margin-top: 1rem;
}

/* End */


/* Start:/local/templates/mos/css/critical.css?177425095128181*/
@charset "UTF-8";
/* Сброс базовых стилей */
/* Обнуляем отступы и поля у всех элементов */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Убираем стандартные стили у ссылок */
a {
  text-decoration: none;
  color: inherit;
}

/* Убираем стили у списка */
ul, ol {
  list-style: none;
}

/* Убираем стили у таблиц */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Убираем обводку у элементов форм */
input,
textarea,
button,
select {
  border: none;
  outline: none;
}

/* Убираем стандартный стиль у кнопок */
button {
  background: transparent;
  cursor: pointer;
}

/* Убираем фон и стили у форм */
form {
  display: block;
}

/* Обнуляем отступы у элементов в инпуте */
fieldset {
  margin: 0;
  padding: 0;
}

/* Убираем стрелки у числовых инпутов */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/* Сброс стилизации для всех изображений */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Убираем стандартные стили у блоков */
body {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Убираем фон у body */
body {
  background: none;
}

/* Убираем стили для iframe */
iframe {
  border: none;
}

/* Сброс маркеров у ссылок */
a:focus,
a:hover {
  outline: none;
}

@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/../fonts/GolosText-Medium.woff2") format("woff2"), url("/local/templates/mos/css/../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/../fonts/GolosText-Regular.woff2") format("woff2"), url("/local/templates/mos/css/../fonts/GolosText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/../fonts/GolosText-Bold.woff2") format("woff2"), url("/local/templates/mos/css/../fonts/GolosText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/../fonts/GolosText-SemiBold.woff2") format("woff2"), url("/local/templates/mos/css/../fonts/GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: white;
  --black: #141414;
  --orange: #00CB62;
  --orange-hover: #009e4c;
  --orange-50: rgba(255, 222, 202, 0.5);
  --orange-50-hover: rgba(255, 222, 202, 0.7);
  --gray-100: #F5F5F5;
  --gray-200: #E7E7E7;
  --gray-400: #908F8F;
  --green: #00CB62;
}

/* Основные стили */
/** {
  outline: 2px solid red;
}*/
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: "GolosText", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--black);
  background-color: var(--white);
}
@media (max-width: 1300px) {
  body {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991px) {
  body.menu-show {
    overflow: hidden;
  }
  body.menu-show .header {
    z-index: 5;
  }
  body.menu-show .header-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}

main {
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

/* Параграфы */
p {
  margin-bottom: 1em;
}

/* Ссылки */
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s linear;
}

/* Выделение текста */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-112 {
  margin-top: 7rem;
}
@media (max-width: 1300px) {
  .mt-112 {
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .mt-112 {
    margin-top: 4rem;
  }
}

.mt-92 {
  margin-top: 5.75rem;
}
@media (max-width: 1300px) {
  .mt-92 {
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .mt-92 {
    margin-top: 3.5rem;
  }
}

.mt-52 {
  margin-top: 3.25rem;
}
@media (max-width: 991px) {
  .mt-52 {
    margin-top: 2.5rem;
  }
}

.mt-40 {
  margin-top: 2.5rem;
}
@media (max-width: 1300px) {
  .mt-40 {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 1.5rem;
  }
}

.mt-56 {
  margin-top: 3.5rem;
}
@media (max-width: 1300px) {
  .mt-56 {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .mt-56 {
    margin-top: 2.25rem;
  }
}

.mt-60 {
  margin-top: 3.75rem;
}
@media (max-width: 1300px) {
  .mt-60 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 2.25rem;
  }
}

.mt-32 {
  margin-top: 2rem;
}
@media (max-width: 1300px) {
  .mt-32 {
    margin-top: 1.75rem;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 1.5rem;
  }
}

.mt-28 {
  margin-top: 1.75rem;
}
@media (max-width: 991px) {
  .mt-28 {
    margin-top: 1.5rem;
  }
}

.mt-24 {
  margin-top: 1.5rem;
}
@media (max-width: 1300px) {
  .mt-24 {
    margin-top: 1.25rem;
  }
}

.mt-16 {
  margin-top: 1rem;
}
@media (max-width: 1300px) {
  .mt-16 {
    margin-top: 0.75rem;
  }
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-16 {
  margin-bottom: 1rem;
}
@media (max-width: 1300px) {
  .mb-16 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-top: 1.25rem;
  }
}

.min-title {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .min-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .min-title {
    font-size: 1.25rem;
  }
}

/* Стили для контейнеров и сеток */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 88.75rem;
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

/* Выравнивание элементов */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.mt-116 {
  margin-top: 7.25rem;
}
@media (max-width: 1300px) {
  .mt-116 {
    margin-top: 5.75rem;
  }
}
@media (max-width: 991px) {
  .mt-116 {
    margin-top: 5.25rem;
  }
}

.mb-28 {
  margin-bottom: 1.75rem;
}
@media (max-width: 1300px) {
  .mb-28 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 1.25rem;
  }
}

.mb-24 {
  margin-bottom: 1.5rem;
}
@media (max-width: 1300px) {
  .mb-24 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 1rem;
  }
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.h-60 {
  height: 3.75rem;
}
@media (max-width: 991px) {
  .h-60 {
    height: 3.25rem;
  }
}

.h-44 {
  height: 2.75rem;
}

.h-36 {
  height: 2.25rem;
}

.line-h-1-2 {
  line-height: 1.2;
}

.hidden-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: flex !important;
  }
}

.size-56 {
  font-size: 3.5rem;
}
@media (max-width: 1300px) {
  .size-56 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .size-56 {
    font-size: 1.5rem;
  }
}

.size-44 {
  font-size: 2.75rem;
}
@media (max-width: 1300px) {
  .size-44 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .size-44 {
    font-size: 1.5rem;
  }
}

.size-36 {
  font-size: 2.25rem;
}
@media (max-width: 1300px) {
  .size-36 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .size-36 {
    font-size: 1.75rem;
  }
}

.size-18 {
  font-size: 1.125rem;
}
@media (max-width: 1300px) {
  .size-18 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991px) {
  .size-18 {
    font-size: 0.8125rem;
  }
}

.size-17 {
  font-size: 1.0625rem;
}
@media (max-width: 1300px) {
  .size-17 {
    font-size: 1rem;
  }
}

.size-15 {
  font-size: 0.9375rem;
}

/* Стили для кнопок */
.button {
  transition: all 0.25s linear;
  outline: none;
  border: 0.0625rem solid transparent;
  cursor: pointer;
  font-family: inherit;
  border-radius: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.25rem;
}
.button img {
  margin-left: 0.375rem;
  flex-shrink: 0;
}

.button-orange {
  background: var(--orange);
  color: var(--white);
}
.button-orange:hover {
  background: var(--orange-hover);
}

.button-orange-light {
  background: var(--gray-100);
  color: var(--orange);
  border: 0.0625rem solid var(--orange);
}
.button-orange-light:hover {
  background: var(--gray-200);
}

.button-light {
  border: 0.0625rem solid transparent;
  border-radius: 3.125rem;
}
@media (max-width: 991px) {
  .button-light {
    border-radius: 1rem;
  }
}

.geography-btn {
  width: 100%;
  margin-top: 0.5rem;
}

.button-gray-100 {
  width: 100%;
  height: 3.5rem;
  padding: 0 2rem;
  color: var(--black, #141414);
  font-family: inherit;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.button-gray-100:focus, .button-gray-100:focus-visible {
  outline: none;
}
.button-gray-100:focus-visible, .button-gray-100:hover, .button-gray-100:active {
  background-color: var(--gray-200);
}

.btn-swiper-type-1 {
  width: 2.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.btn-swiper-type-1.swiper-button-disabled {
  pointer-events: none;
}
.btn-swiper-type-1 .icon {
  width: 1rem;
  height: 1rem;
}
.btn-swiper-type-1:focus, .btn-swiper-type-1:focus-visible {
  outline: none;
}
.btn-swiper-type-1:focus-visible, .btn-swiper-type-1:hover {
  color: var(--white);
  background-color: var(--orange);
}

.line-btn-still {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-show-more {
  width: fit-content;
  padding: 0.3125rem 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.875rem;
  color: var(--black, #141414);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.btn-show-more .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-show-more:focus, .btn-show-more:focus-visible {
  outline: none;
}
.btn-show-more:focus-visible, .btn-show-more:hover, .btn-show-more:active {
  background-color: var(--gray-200);
}

.group-btn-more {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.btn-more {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.875rem;
  transition: background-color 0.4s ease-in-out;
  background-color: var(--gray-100, #F5F5F5);
}
.btn-more .icon {
  width: 1rem;
  height: 1rem;
}
.btn-more .text {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.btn-more:focus, .btn-more:focus-visible {
  outline: none;
}
.btn-more:focus-visible, .btn-more:hover, .btn-more:active, .btn-more.active {
  background-color: var(--gray-200);
}

.btn-all {
  height: 3.25rem;
  padding: 0.125rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.875rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.btn-all:focus, .btn-all:focus-visible {
  outline: none;
}
.btn-all:focus-visible, .btn-all:hover, .btn-all:active {
  background-color: var(--gray-200);
}

@media (max-width: 991px) {
  .line-btn-still {
    flex-direction: column;
    gap: 0.75rem;
  }
  .btn-show-more {
    width: 100%;
  }
  .group-btn-more {
    width: 100%;
    max-width: 31.25rem;
  }
  .btn-more {
    min-width: 3.25rem;
    width: auto;
    flex: 1;
  }
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

.section-start {
  background-size: cover;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  padding-bottom: 4rem;
  padding-top: 16rem;
  position: relative;
}
.section-start:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
}
.section-start .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .section-start {
    padding-top: 10.625rem;
    padding-bottom: 3.375rem;
  }
}
@media (max-width: 991px) {
  .section-start {
    min-height: 22.5rem;
    padding-top: 10.625rem;
    padding-bottom: 1.375rem;
  }
}

.pic-start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .pic-start {
    display: none;
  }
}

.pic-start__mobile {
  display: none;
}
@media (max-width: 767px) {
  .pic-start__mobile {
    display: block;
  }
}

.section-start-title {
  max-width: 44.875rem;
}
@media (max-width: 1300px) {
  .section-start-title {
    max-width: 36.75rem;
  }
}

.start-number {
  display: flex;
  justify-content: space-between;
  margin-top: 12.1875rem;
}
@media (max-width: 991px) {
  .start-number {
    margin-top: 3.75rem;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-right: -0.75rem;
  }
}

.start-number__item {
  display: flex;
  flex-direction: column;
  width: calc(20% - 0.625rem);
}
@media (max-width: 991px) {
  .start-number__item {
    width: calc(33.3% - 0.75rem);
    margin-right: 0.75rem;
    margin-top: 0.75rem;
  }
}

.start-number__item-numeral {
  margin-bottom: 1.625rem;
  position: relative;
  min-width: 11.75rem;
}
.start-number__item-numeral:before {
  content: "";
  background: var(--orange);
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  top: calc(100% + 0.75rem);
}
@media (max-width: 991px) {
  .start-number__item-numeral:before {
    top: calc(100% + 0.5rem);
  }
}
@media (max-width: 991px) {
  .start-number__item-numeral {
    margin-bottom: 1.125rem;
    min-width: auto;
  }
}

.tag-main {
  background: var(--gray-100);
  padding: 0.625rem 1rem;
  display: inline-flex;
  border-radius: 1.25rem;
}

.content img {
  border-radius: 1.25rem;
}

.news-flex {
  display: flex;
  align-items: flex-start;
}
.news-flex .news-pic {
  flex-shrink: 0;
  width: 36.25rem;
  margin-left: 2.0625rem;
}
@media (max-width: 991px) {
  .news-flex .news-pic {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .news-flex {
    flex-direction: column-reverse;
  }
}

blockquote {
  padding: 2.75rem;
  background: var(--gray-100);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  position: relative;
  margin: 2rem 0;
}
blockquote p {
  margin: 0 !important;
  position: relative;
}
blockquote footer {
  position: relative;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  color: #828282;
  font-size: 0.875rem;
}
blockquote footer strong {
  font-size: 1.125rem;
  color: var(--green);
  font-weight: 400;
}
@media (max-width: 1240px) {
  blockquote footer strong {
    font-size: 1.0625rem;
  }
}
blockquote footer:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  background: var(--gray-200);
  height: 0.0625rem;
  width: 100%;
}
@media (max-width: 1240px) {
  blockquote footer {
    font-size: 0.8125rem;
  }
}
blockquote:before {
  content: "";
  background: url("/local/templates/mos/css/../images/bxs.svg");
  pointer-events: none;
  width: 9rem;
  height: 6.6875rem;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1240px) {
  blockquote {
    padding: 2rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem;
    font-size: 1rem;
  }
}

.news-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.25rem;
}
@media (max-width: 1240px) {
  .news-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .news-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 600px) {
  .news-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album-detail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.album-detail img {
  border-radius: 1rem;
}
@media (max-width: 600px) {
  .album-detail img {
    height: 13.75rem;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .album-detail {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 600px) {
  .album-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.video-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .video-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .album-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .album-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.back {
  display: inline-flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 3.25rem;
  margin-bottom: 2.75rem;
  border: 0.0625rem solid #232323;
  border-radius: 3.125rem;
}
.back .icon {
  margin-right: 0.5rem;
  transition: all 0.25s linear;
}
.back:hover {
  background: #232323;
  color: white;
}
.back:hover .icon {
  fill: white;
}

.header {
  position: fixed;
  top: 1.5rem;
  left: 0;
  width: 100%;
  z-index: 4;
}
@media (max-width: 991px) {
  .header {
    top: 1rem;
  }
}

.header-container {
  padding: 1.75rem 0.875rem 0.875rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.12917rem);
  border-radius: 1.25rem;
  width: 100%;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .header-container {
    padding: 1rem;
  }
}

.header-white .header-container {
  background: rgba(255, 255, 255, 0.18);
}
.header-white .header-logo img.img-white {
  display: flex;
}
.header-white .header-logo img.img-black {
  display: none;
}

.header-logo img.img-white {
  display: none;
}
@media (max-width: 1300px) {
  .header-logo {
    width: 14.3125rem;
  }
}
@media (max-width: 991px) {
  .header-logo {
    max-width: 9.125rem;
    width: 100%;
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-event {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-event {
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
  }
}

.header-event-mobile {
  display: none;
}
@media (max-width: 1300px) {
  .header-event-mobile {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 0.75rem;
  }
  .header-event-mobile svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: var(--white);
    fill: transparent;
  }
  .header-event-mobile:hover {
    background: var(--orange-hover);
  }
}
@media (max-width: 991px) {
  .header-event-mobile {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.header-event__item {
  margin-right: 3rem;
}
@media (max-width: 1300px) {
  .header-event__item {
    margin-right: 0.375rem;
  }
}

.header-event__label {
  color: var(--orange);
  font-size: 0.8125rem;
}
@media (max-width: 1300px) {
  .header-event__label {
    display: none;
  }
}

.header-white .header-event__link {
  color: var(--black, #141414);
}

.header-event__link {
  color: var(--white);
  font-size: 1rem;
}
.header-event__link:hover {
  color: var(--orange);
}
@media (max-width: 1300px) {
  .header-event__link {
    display: none;
  }
}

.button-search {
  padding: 0 1.75rem;
}
.button-search .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.button-search .icon svg {
  stroke: white;
  fill: transparent;
}
@media (max-width: 991px) {
  .button-search {
    display: none;
  }
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-top: 0.875rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .header-bottom {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background: var(--white);
    height: 100dvh;
    display: flex;
    overflow: auto;
    flex-direction: column;
    margin: -1rem;
    width: calc(100% + 2rem);
    padding: 4.5rem 1rem 1rem;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s linear;
    justify-content: flex-start;
  }
}

.header-main {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-main {
    width: 100%;
    flex-direction: column;
  }
}

.header-white .header-main__link {
  color: var(--black, #141414);
}

.header-main__link {
  color: var(--white);
  font-size: 0.9375rem;
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
}
.header-main__link img {
  flex-shrink: 0;
  margin-left: 0.375rem;
}
.header-main__link:hover {
  color: var(--orange);
}
@media (max-width: 1300px) {
  .header-main__link {
    font-size: 0.875rem;
    margin-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header-main__link {
    margin-top: 0.5rem;
    margin-left: 0;
    color: var(--black);
    width: 100%;
    border: 0.0625rem solid var(--gray-100);
    font-size: 1rem;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header-menu {
    width: 100%;
    flex: 1 0 auto;
  }
}

.header-menu__items {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
@media (max-width: 1300px) {
  .header-menu__items {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .header-menu__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-menu__item {
  margin-right: 2.5rem;
}
.menu-about__box .header-menu__item{
	margin-right: 0;
}
.header-menu__item:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .header-menu__item {
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header-menu__item {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}

.header-white .header-menu__link {
  color: var(--black, #141414);
}

.header-menu__link {
  color: var(--white);
  display: flex;
  align-items: center;
}
.header-menu__link:hover {
  color: var(--orange);
}
@media (max-width: 991px) {
  .header-menu__link {
    font-size: 1.125rem;
    color: var(--black);
  }
}

.header-menu__item_dropdown {
  position: relative;
}
.header-menu__item_dropdown .header-menu__link {
  display: flex;
  align-items: center;
}
.header-menu__item_dropdown .header-menu__link:after {
  content: "";
  background-image: url("/local/templates/mos/css/../images/triangle-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 0.375rem;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.25rem;
  transition: all 0.25s linear;
}
@media (min-width: 991px) {
  .header-menu__item_dropdown:hover .header-dop-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-dop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.9375rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .header-dop-menu {
    display: block;
    top: auto;
    left: auto;
    pointer-events: auto;
    padding-top: 0;
    position: relative;
    opacity: 1;
    height: 0;
    overflow: hidden;
  }
}

.header-dop {
  padding: 0.5rem;
  border-radius: 1.25rem;
  background: var(--gray-100);
}
@media (max-width: 991px) {
  .header-dop {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.header-dop__link {
  width: 18.9375rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  display: flex;
}
.header-dop__link.active {
  background: var(--gray-200);
  color: var(--orange);
}
@media (min-width: 991px) {
  .header-dop__link:hover {
    color: var(--orange);
    background: var(--gray-200);
  }
}
@media (max-width: 991px) {
  .header-dop__link {
    padding: 0;
    margin-top: 0.75rem;
    font-size: 1.125rem;
    width: 100%;
  }
}

.header-dop__item {
  position: relative;
}
@media (min-width: 991px) {
  .header-dop__item:hover > .header-dop__link {
    color: var(--orange);
    background: var(--gray-200);
  }
  .header-dop__item:hover .header-three-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-three-menu {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s linear;
  left: 100%;
  padding-left: 1rem;
  background: transparent;
}
.header-three-menu .header-dop {
  background: white;
}
.header-three-menu .header-dop__link:hover, .header-three-menu .header-dop__link.active {
  color: var(--orange);
  background: var(--gray-100);
}
@media (max-width: 991px) {
  .header-three-menu {
    display: none;
  }
}

.button-mobile {
  display: none !important;
  height: 2.25rem;
}
@media (max-width: 991px) {
  .button-mobile {
    display: flex !important;
    margin-right: auto;
  }
}
.button-mobile .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.button-mobile .icon svg {
  fill: transparent;
  stroke: var(--white);
}

.header-close {
  display: none;
}
@media (max-width: 991px) {
  .header-close {
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    position: absolute;
  }
  .header-close svg {
    fill: transparent;
    stroke: var(--gray-400);
  }
}

.search-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  .search-mobile {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1.75rem;
  }
}
.search-mobile .icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.75rem;
}
.search-mobile .icon svg {
  fill: transparent;
  stroke: var(--orange);
}

.search-mobile__input {
  background: var(--gray-100);
  color: var(--black);
  outline: none;
  border: none;
  font-family: inherit;
  width: 100%;
  font-size: 1.0625rem;
  padding: 0 0.75rem 0 2.75rem;
  border-radius: 0.75rem;
  height: 3.25rem;
}
.search-mobile__input::placeholder {
  color: var(--gray-400);
}
.lazy-img {
  position: relative;
  /*opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;*/
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.lazy-img:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
}

.lazy-img:after {
  content: '';
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: 3px solid var(--gray-100);
  border-top-color: #00cb62;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* End */


/* Start:/local/templates/mos/components/bitrix/breadcrumb/head/style.min.css?1764572729467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/mos/components/bitrix/search.title/header/style.min.css?17667487051827*/
div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:205}table.title-search-result{border-collapse:collapse;border:none;width:10%}table.title-search-result th{background-color:#f7f7f7;border-right:1px solid #e8e8e8;color:#949494;font-weight:400;padding:2px 12px 2px 14px;text-align:right;vertical-align:top;white-space:nowrap;width:1%}table.title-search-result td{background-color:#fff;color:#000;font-weight:400;padding-top:2px;padding-bottom:2px;text-align:left;white-space:nowrap}table.title-search-result td.title-search-item{padding-left:8px;padding-right:15px}table.title-search-result td.title-search-item a{padding-left:4px;padding-right:15px;text-decoration:none;color:#000;vertical-align:top;display:block}table.title-search-result td.title-search-item img{vertical-align:top}table.title-search-result td.title-search-item b{color:#cf0000;font-weight:400}table.title-search-result tr.title-search-selected a,table.title-search-result tr.title-search-selected td,table.title-search-result tr.title-search-selected td.title-search-more a{background-color:#fff2be}table.title-search-result td.title-search-more{font-size:11px;font-weight:400;padding-right:15px;padding-left:24px;padding-top:0}table.title-search-result td.title-search-more a{padding-left:12px;padding-right:15px;text-decoration:none;color:#999}table.title-search-result td.title-search-all{padding-left:24px;padding-right:15px}table.title-search-result td.title-search-all a{padding-left:4px;text-decoration:none;color:grey}table.title-search-result td.title-search-separator,table.title-search-result th.title-search-separator{padding-top:0;padding-bottom:0;font-size:4px}div.title-search-fader{display:none;background-image:url(/local/templates/mos/components/bitrix/search.title/header/images/fader.png);background-position:100% 0;background-repeat:repeat-y;position:absolute}
/* End */


/* Start:/local/templates/mos/styles.css?177148886610203*/
.page-contacts .switcher__status{
    background: transparent;
    background-color: var(--gray-100, #F5F5F5);
}

.page-contacts .switcher__status i{
    padding: 8px;
    border-radius: 14px;
    cursor: pointer;
    transition: none;
    color: var(--black, #141414);
}

.page-contacts .switcher__status i.active{
    background: #00CB62;
    color: #fff;
}

.custom-marker {
    background: #FF0000;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    cursor: pointer;
}

@media (max-width: 991px) {
    .switcher__status::before {
        display: none !important;
    }
}

/*.ymaps-2-1-79-places-pane{
    z-index: 2600 !important;
    cursor: pointer;
}

.ymaps-2-1-79-balloon-overlay{
    z-index: 2700 !important;
}*/

.ymaps-2-1-79-balloon__layout{
    position: relative;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--white);
    max-width: 16.125rem;
    width: 100%;
    min-height: 6.25rem;
    z-index: 10;
}

.ymaps-2-1-79-balloon__content ymaps{
    width: 100% !important;
    height: auto !important;
}

.ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__tail{
    box-shadow: none !important;
    background: transparent !important;
}

.ymaps-2-1-79-balloon__close-button{
    opacity: .5 !important;
}

.ymaps-2-1-79-balloon__close-button:hover {
    opacity: 1 !important;
}


.custom-marker-tooltip-content {
    position: relative;
    display: flex !important;
    padding: 1rem;
    border-radius: 0.75rem;
    flex-direction: column;
    background-color: var(--white);
    max-width: 16.125rem;
    width: 100%;
    min-height: 6.25rem;
    font-family: "GolosText", sans-serif;
}
.custom-marker-tooltip-content__close {
  position: absolute;
  top: 0.875rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-marker-tooltip-content__close .text {
  display: none;
}
.custom-marker-tooltip-content__close:focus, .custom-marker-tooltip-content__close:focus-visible {
  outline: none;
}
.custom-marker-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--black, #141414);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
font-family: "GolosText", sans-serif;
}
.custom-marker-content p {
  margin: 0;
}
.custom-marker-content .line-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.custom-marker-content .line-title h3 {
  font-size: 1rem;
  font-weight: 500;
}
.custom-marker-content .line-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.custom-marker-content .line-info span {
  color: var(--gray-400, #908F8F);
  font-size: 0.8125rem;
  font-weight: 400;
}
.custom-marker-content .line-info a:focus, .custom-marker-content .line-info a:focus-visible {
  outline: none;
}
.custom-marker-content .line-info a:focus-visible, .custom-marker-content .line-info a:hover {
  color: var(--orange-hover);
}

@media (max-width: 991px) {
  .custom-marker-tooltip-content {
    position: fixed;
    padding: 4.5rem 1rem;
    inset: 0;
    z-index: 10;
    background-color: var(--white);
  }
  .custom-marker-tooltip-content.is-active {
    display: flex;
  }
  .custom-marker-tooltip-content__close {
    padding: 0.125rem 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: auto 1rem 1.875rem 1rem;
    height: 3.25rem;
    background-color: var(--gray-100);
    border-radius: 0.875rem;
  }
  .custom-marker-tooltip-content__close svg {
    display: none;
  }
  .custom-marker-tooltip-content__close .text {
    display: flex;
    color: var(--black, #141414);
    font-family: "GolosText", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
  }
  .custom-marker-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .custom-marker-content p {
    margin: 0;
  }
  .custom-marker-content .line-title {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: var(--black, #141414);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .custom-marker-content .line-title h3 {
    color: var(--black, #141414);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .custom-marker-content .line-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    color: var(--black, #141414);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .custom-marker-content .line-info span {
    color: var(--gray-400, #908F8F);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.table-detail__column p {
  margin: 0px;
}

.form-type__submit{
  cursor: pointer;
}

div[id^="wait_comp_"] {
    display: none !important;
}

.button-orange-light {
    background: var(--gray-100, #F5F5F5);
    color: var(--orange);
    border: 0px;
}
.button-orange-light:hover {
    background-color: var(--orange);
    color: var(--white, #FFF);
}

.politic-page__wrapper{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.politic-page__wrapper table, .politic-page__wrapper th, .politic-page__wrapper td {
    border: 1px solid #cdcdcd;;
}

.politic-page__wrapper th {
    border-width: 0 1px 1px 0;
}

.politic-page__wrapper th, .politic-page__wrapper td {
    padding: 10px;
    font-weight: 400;
    text-align: left;
}

.politic-page__wrapper th{

}

.politic-page__wrapper table ul{
    list-style: disc;
    padding-left: 20px;
}
.politic-page__wrapper table tr:hover td {
	background-color: transparent;
	color: #141414;
	border: 1px solid #cdcdcd;
}
.politic-page__wrapper table tr:hover + tr td {
    border-color: #cdcdcd;
}

.footer-error{
  margin-left: 0px;
}

.card-img-detail-card{
  height: 100%;
}

table {
	width: 100%;
}
table th {
	padding: 16px 24px;
	background-color: #F5F5F5;
	color: #141414;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 500;
	text-align: left;
}
table td {
	padding: 20px 24px;
	border-top: 1px solid #E7E7E7;
	/* border-bottom: 1px solid #E7E7E7; */
	color: #141414;
	font-size: 15px;
	line-height: 18px;
}
table tr:hover td {
	background-color: #F5F5F5;
	color: #00CB62;
	border-color: transparent;
}
table tr:hover + tr td {
	border-color: transparent;
}
/* table tr:hover ~ tr td {
	border-color: transparent;
} */
table th:first-child,
table td:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
table th:last-child,
table td:last-child {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
table tr:last-child td {
	border-bottom: 0;
}
table tr:nth-child(2) td{
	border-top: 0;
}

.form-modal-succes {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.form-modal-succes__box {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	transform: translate(-50%,-50%);
	border-radius: 20px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 32px);
}
.form-modal-succes__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, 0.48);
}
.form-modal-succes__box .d_title {
	text-align: center;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
	color: #141414;
}
.form-modal-succes__box .d_text {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 21px;
	color: #141414;
}
.form-modal-succes__box .btn {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00CB62;
	border-radius: 14px;
	color: #fff;
	font-size: 17px;
}
@media (min-width: 1024px) {
	.form-modal-succes__box {
		padding: 36px;
		width: 536px;
	}
	.form-modal-succes__box .d_title {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 24px;
	}
	.form-modal-succes__box .d_text {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 36px;
	}
	.form-modal-succes__box .btn {
		max-width: 376px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width:1440px) {
	.form-modal-succes__box {
		width: 604px;
	}
}
.map-desktop [stroke-width]:hover {
	position: relative;
	stroke-width: 1px;
	stroke: #fff;
}
.map-desktop .active::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQ0I2MiIgZD0iTTQyLjg4LjY1YzEuMDIuOSAxLjk0IDEuODkgMi42NyAyLjk2YTkgOSAwIDAgMSAxLjYxIDMuOThjLjI0IDIuMTEtLjcgMy45Ni0yLjIgNS40My0yLjE1IDIuMTMtNS4xOCAzLjUtOC4zIDQuNDNhNDIgNDIgMCAwIDEtMTIuNCAxLjU2IDQwIDQwIDAgMCAxLTEyLjExLTJjLTIuOTItMS4wMi01LjczLTIuNS03LjU3LTQuNjRBNi4xIDYuMSAwIDAgMSAzLjEgNi45NGExMCAxMCAwIDAgMSAyLjItNC4xN1E2LjU4IDEuMjcgOC4yIDAgNi4yNy43MyA0LjUyIDEuOTNBMTEgMTEgMCAwIDAgLjgyIDYuMWMtMS4zMiAyLjUzLS45NyA2IC41MyA4LjQ1IDIuMDggMy41NSA1LjQgNS43OSA4Ljc4IDcuMzhhMzUgMzUgMCAwIDAgMTQuMiAzLjA4YzQuOC4wNyA5LjYtLjcgMTQuMTItMi41MyAzLjU3LTEuNDcgNy4xLTMuNiA5LjUxLTcuMDMgMS42OC0yLjMyIDIuNTItNS42OCAxLjQ2LTguNDJhMTAgMTAgMCAwIDAtMy4wMy00LjJBMTUgMTUgMCAwIDAgNDIuODguNjYiLz48L3N2Zz4=");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 47px;
	height: 22px;
}
#world-map path:not([data-id]) {
	fill: #F5F5F5;
}
#world-map path[data-id][fill="#e7e7e7"] {
	fill: #e7e7e7;
}
/* End */
/* /local/templates/mos/css/async.css?1773323382186298 */
/* /local/templates/mos/css/critical.css?177425095128181 */
/* /local/templates/mos/components/bitrix/breadcrumb/head/style.min.css?1764572729467 */
/* /local/templates/mos/components/bitrix/search.title/header/style.min.css?17667487051827 */
/* /local/templates/mos/styles.css?177148886610203 */
