@font-face {
  font-family: "gothampro";
  font-display: swap;
  src: url("../assets/fonts/gothampro-bold.woff2") format("woff2"), url("../assets/fonts/gothampro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gothampro";
  font-display: swap;
  src: url("../assets/fonts/gothampro-medium.woff2") format("woff2"), url("../assets/fonts/gothampro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../assets/fonts/icons.woff2") format("woff2"), url("../assets/fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TekturSemiCondensed";
  font-display: swap;
  src: url("../assets/fonts/TekturSemiCondensed-SemiBold.woff2") format("woff2"), url("../assets/fonts/TekturSemiCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "gothampro";
  font-display: swap;
  src: url("../assets/fonts/gothampro-regular.woff2") format("woff2"), url("../assets/fonts/gothampro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TekturSemiCondensed";
  font-display: swap;
  src: url("../assets/fonts/TekturSemiCondensed-Medium.woff2") format("woff2"), url("../assets/fonts/TekturSemiCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TekturSemiCondensed";
  font-display: swap;
  src: url("../assets/fonts/TekturSemiCondensed-Regular.woff2") format("woff2"), url("../assets/fonts/TekturSemiCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.play-btn::before, [class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-max:before {
  content: "\e900";
}

.icon-next:before {
  content: "\e901";
}

.icon-play:before, .play-btn:before {
  content: "\e902";
}

.icon-prev:before {
  content: "\e903";
}

.icon-right:before {
  content: "\e904";
}

.icon-rutube:before {
  content: "\e905";
}

.icon-telegram:before {
  content: "\e906";
}

.icon-vk:before {
  content: "\e907";
}

html {
  scroll-behavior: smooth;
}

:root {
  --header-height: 88px;
}

* {
  scroll-margin-top: var(--header-height);
}

body {
  font-family: "gothampro", sans-serif;
  color: #020202;
  line-height: normal;
  background: #E5E7E3;
}
body.lock, body.modal-lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

[class*=__container] {
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 1.25rem;
  max-width: 100%;
}
@media (min-width: 575.98px) {
  [class*=__container] {
    max-width: 33.75rem;
  }
}
@media (min-width: 767.98px) {
  [class*=__container] {
    max-width: 45rem;
  }
}
@media (min-width: 991.98px) {
  [class*=__container] {
    max-width: 54rem;
  }
}
@media (min-width: 1199.98px) {
  [class*=__container] {
    max-width: 67.1875rem;
  }
}
@media (min-width: 1599.98px) {
  [class*=__container] {
    max-width: 95rem;
  }
}

.title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "TekturSemiCondensed";
  line-height: normal;
  font-size: 1.75rem;
}
@media (min-width: 1199.98px) {
  .title {
    font-size: 2rem;
  }
}
@media (min-width: 1599.98px) {
  .title {
    font-size: 2.5rem;
  }
}

.title-sm {
  font-family: "TekturSemiCondensed";
  line-height: 188.889%;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 1199.98px) {
  .title-sm {
    font-size: 1.25rem;
    line-height: 134.263%;
  }
}
@media (min-width: 1599.98px) {
  .title-sm {
    line-height: 141.667%;
    font-size: 1.5rem;
  }
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0em 0em 0em 0.2333333333em;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF0D00;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 48px;
  height: 48px;
  font-size: 0.75rem;
}
@media (min-width: 767.98px) {
  .play-btn {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .play-btn {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .play-btn {
    width: 6.625rem;
    height: 6.625rem;
    font-size: 2.625rem;
  }
}
.play-btn:hover {
  background: #fff;
  color: #FF0D00;
}
.play-btn:active {
  background: #fff;
  color: #FF0D00;
}
.swiper-button-prev,
.swiper-button-next {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF0D00;
  border-radius: 50%;
  z-index: 1;
  background: #FF0D00;
  color: #fff;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
@media (min-width: 1599.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1rem;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #FF0D00;
    color: #fff;
  }
}

@media (min-width: 1599.98px) {
  .swiper-button-prev {
    left: 2.5rem;
  }
}

@media (min-width: 1599.98px) {
  .swiper-button-next {
    right: 2.5rem;
  }
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin-top: 1.5rem;
  max-width: 46.75rem;
  margin-left: auto;
  margin-right: auto;
  height: 0.0625rem;
  background: #D6D6D6;
  display: flex;
  align-items: center;
}
@media (min-width: 1199.98px) {
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.1875rem;
  }
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0.1875rem;
  height: 0.1875rem;
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
  display: block;
  background: #46822D;
}
@media (min-width: 1199.98px) {
  .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    height: 0.3125rem;
  }
}

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.0393258427%;
}
.video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__btn.active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rounded {
  border-radius: 0.375rem;
}
@media (min-width: 1199.98px) {
  .rounded {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1599.98px) {
  .rounded {
    border-radius: 0.75rem;
  }
}

.marquee {
  opacity: 0.3;
}
.marquee__items {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1199.98px) {
  .marquee__items {
    gap: 2.13rem;
  }
}
@media (min-width: 1599.98px) {
  .marquee__items {
    gap: 2.81rem;
  }
}
.marquee__item-icon {
  flex-shrink: 0;
  width: 3.23463rem;
  height: 3.23463rem;
}
@media (min-width: 1199.98px) {
  .marquee__item-icon {
    width: 3.39913rem;
    height: 3.39913rem;
  }
}
@media (min-width: 1599.98px) {
  .marquee__item-icon {
    width: 4.625rem;
    height: 4.625rem;
  }
}
.marquee__item-logo {
  font-family: "TekturSemiCondensed";
  font-weight: 600;
  flex-shrink: 0;
  font-size: 2.75rem;
}
@media (min-width: 1199.98px) {
  .marquee__item-logo {
    font-size: 3rem;
  }
}
@media (min-width: 1599.98px) {
  .marquee__item-logo {
    font-size: 4rem;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #0F5014;
  border-radius: 8px;
}
@media (any-hover: hover) {
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(6.9473684211, 37.0526315789, 9.2631578947);
  }
}

@media (max-width: 767.98px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 767.98px) {
  .only-mobile {
    display: none;
  }
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  padding: 0.6rem 1.125rem;
  line-height: 110%;
  border-radius: 0.375rem;
  gap: 0.75rem;
}
.btn::before {
  order: 1;
}
@media (min-width: 1199.98px) {
  .btn {
    padding: 0.675rem 1.25rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 1599.98px) {
  .btn {
    padding: 0.875rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
  }
}
.btn.btn-primary {
  color: #fff;
  background: #FF0D00;
}
@media (any-hover: hover) {
  .btn.btn-primary:hover {
    background: rgb(204, 10.4, 0);
  }
}
.btn.btn-green {
  color: #fff;
  background: #64A546;
}
@media (any-hover: hover) {
  .btn.btn-green:hover {
    background: rgb(78.2978723404, 129.1914893617, 54.8085106383);
  }
}
.btn.btn-green-outline {
  color: #0F5014;
  background: #fff;
  border: 0.125rem solid #0F5014;
}
@media (any-hover: hover) {
  .btn.btn-green-outline:hover {
    background: #0F5014;
    color: #fff;
  }
}
.btn:disabled, .btn[aria-disabled=true] {
  cursor: default;
  color: #fff;
  background: #dfe0e1;
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0.5rem 0;
}
@media (min-width: 767.98px) {
  .header {
    padding: 0.75rem 0;
  }
}
@media (min-width: 1199.98px) {
  .header {
    padding: 1rem 0 0.875rem;
  }
}
@media (min-width: 1599.98px) {
  .header {
    padding: 1rem 0;
  }
}
.header.active .header__body {
  position: relative;
}
.header.active .header__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #fff;
  border-radius: 0.375rem;
}
.header__body {
  padding: 0.625rem 1rem;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.06);
}
@media (min-width: 767.98px) {
  .header__body {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}
.header__logotypes {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 767.98px) {
  .header__logotypes {
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.04);
    padding: 0.375rem 1.5rem;
    gap: 1rem;
  }
}
@media (min-width: 991.98px) {
  .header__logotypes {
    gap: 1.25rem;
  }
}
@media (min-width: 1199.98px) {
  .header__logotypes {
    padding: 0.875rem 2rem;
    gap: 1.25rem;
  }
}
@media (min-width: 1599.98px) {
  .header__logotypes {
    padding: 1rem 3rem;
    gap: 2rem;
  }
}
.header__logotypes-item img {
  height: 1.25rem;
  transition: transform 0.3s ease 0s;
  width: auto;
  will-change: transform;
}
@media (min-width: 991.98px) {
  .header__logotypes-item img {
    height: 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .header__logotypes-item img {
    height: 1.625rem;
  }
}
@media (min-width: 1599.98px) {
  .header__logotypes-item img {
    height: 2rem;
  }
}
@media (any-hover: hover) {
  .header__logotypes-item:hover img {
    transform: scale(1.02);
  }
}
.menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background: url("../assets/images/menu-bg.svg") center bottom/cover no-repeat, #E5E7E3;
  color: #0F5014;
  font-size: 1.25rem;
  padding: 3.75rem 1.25rem 1rem;
  transform: translateX(100%);
  transition: transform 0.3s ease 0s;
  flex: 1 1 auto;
  font-family: "TekturSemiCondensed";
  display: flex;
  flex-direction: column;
}
.menu.active {
  transform: translateX(0);
}
@media (min-width: 767.98px) {
  .menu {
    position: static;
    overflow-y: visible;
    min-height: auto;
    height: auto;
    width: auto;
    inset: auto;
    flex: 0 1 auto;
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.04);
    text-transform: none;
    font-size: 0.75rem;
    font-weight: 400;
    font-family: "gothampro";
    line-height: 1.25;
    color: #1E1E1B;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    transform: none;
    transition: none;
    color: inherit;
    font-size: 0.75rem;
    padding: 1rem;
  }
}
@media (min-width: 991.98px) {
  .menu {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1199.98px) {
  .menu {
    padding: 1.125rem 2rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 1599.98px) {
  .menu {
    padding: 1.25rem 3rem;
    font-size: 1.125rem;
    border-radius: 0.75rem;
  }
}
.menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1.5rem 1rem;
}
@media (min-width: 767.98px) {
  .menu__list {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 991.98px) {
  .menu__list {
    gap: 2rem;
  }
}
@media (min-width: 1199.98px) {
  .menu__list {
    gap: 2.5rem;
  }
}
.menu__link {
  transition: color 0.15s linear 0s;
  line-height: normal;
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #FF0D00;
  }
}
.menu__link.menu__link_active {
  text-decoration: underline;
}
.menu__footer {
  margin-top: auto;
}
@media (min-width: 767.98px) {
  .menu__footer {
    display: none;
  }
}
.menu__image {
  min-height: 21.875rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.icon-menu {
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 12;
  transition: transform 0.3s ease 0s;
  background: none;
}
@media (min-width: 767.98px) {
  .icon-menu {
    display: none;
  }
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  position: absolute;
  transition: all 0.25s;
  height: 2px;
  left: 0;
  width: 100%;
  background: #64A546;
}
.icon-menu span {
  top: 50%;
  right: 0;
  left: auto;
  width: 60%;
  transform: translateY(-50%);
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu.active {
  transform: rotate(90deg);
}
.icon-menu.active span {
  transform: scale(0);
}
.icon-menu.active::before {
  transform: rotate(-45deg);
  top: calc(50% - 0.5px);
}
.icon-menu.active:after {
  width: 100%;
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.footer {
  padding: 0.5rem 0;
  position: relative;
  z-index: 6;
  background: #64A546;
}
@media (min-width: 767.98px) {
  .footer {
    background: transparent;
    margin-top: -7.5rem;
    padding: 1rem 0;
  }
}
@media (min-width: 1599.98px) {
  .footer {
    margin-top: -11.25rem;
    padding: 1.5rem 0;
  }
}
.footer__body {
  background: #46822D;
  color: #fff;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 767.98px) {
  .footer__body {
    flex-direction: row;
  }
}
@media (min-width: 1199.98px) {
  .footer__body {
    padding: 1.5rem 1.75rem;
  }
}
@media (min-width: 1599.98px) {
  .footer__body {
    padding: 2rem 3rem;
  }
}
.footer__logotypes {
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 1199.98px) {
  .footer__logotypes {
    gap: 1rem;
  }
}
@media (min-width: 1599.98px) {
  .footer__logotypes {
    gap: 1.25rem;
  }
}
.footer__logotypes-item img {
  transition: transform 0.3s ease 0s;
  transform: translate3d(0, 0, -1px);
  height: 1.5rem;
}
@media (min-width: 1199.98px) {
  .footer__logotypes-item img {
    height: 1.625rem;
  }
}
@media (min-width: 1599.98px) {
  .footer__logotypes-item img {
    height: 2rem;
  }
}
@media (any-hover: hover) {
  .footer__logotypes-item:hover img {
    transform: scale(1.015) translate3d(0, 0, -1px);
  }
}
.footer__policies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  gap: 1rem;
  order: 1;
}
@media (min-width: 767.98px) {
  .footer__policies {
    order: 0;
  }
}
@media (min-width: 1199.98px) {
  .footer__policies {
    gap: 2rem;
  }
}
.footer__policy {
  line-height: 175%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-size: 0.625rem;
  cursor: pointer;
}
@media (min-width: 1199.98px) {
  .footer__policy {
    font-size: 0.75rem;
  }
}
@media (min-width: 1599.98px) {
  .footer__policy {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .footer__policy:hover {
    text-decoration: none;
  }
}
.footer__socials {
  display: flex;
  gap: 1rem;
}
@media (min-width: 1599.98px) {
  .footer__socials {
    gap: 1.5rem;
  }
}
.footer__social {
  transition: color 0.3s ease;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 1599.98px) {
  .footer__social {
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .footer__social:hover {
    color: #FF0D00;
  }
}

.page {
  flex: 1 1 auto;
}

.promo {
  padding-top: var(--header-height);
  color: #fff;
}
@media (min-width: 767.98px) {
  .promo {
    border-radius: 0 0 0.5rem 0.5rem;
    min-height: 31.25rem;
    background: url("../assets/images/promo-bg.jpg") 0 0/cover no-repeat, linear-gradient(180deg, #0F5014 0%, #64A546 100%);
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1199.98px) {
  .promo {
    min-height: 43.75rem;
  }
}
@media (min-width: 1599.98px) {
  .promo {
    min-height: 58.4375rem;
  }
}
@media (min-width: 767.98px) {
  .promo__container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.promo__offer {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 21.75rem 1rem 3rem;
  text-align: center;
  background: url("../assets/images/promo-bg-mobile.jpg") 0 0/cover no-repeat, linear-gradient(180deg, #0F5014 0%, #64A546 100%);
  border-radius: 0.375rem;
}
@media (max-width: 767.98px) {
  .promo__offer {
    aspect-ratio: 0.5716723549;
    justify-content: flex-end;
  }
}
@media (min-width: 767.98px) {
  .promo__offer {
    background: transparent;
    padding: 3rem 0 1.25rem;
    border-radius: 0;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1199.98px) {
  .promo__offer {
    padding: 6.5rem 0 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .promo__offer {
    padding: 9.7rem 0 2rem;
  }
}
.promo__date {
  font-family: "TekturSemiCondensed";
  font-size: 1.25rem;
}
@media (min-width: 1199.98px) {
  .promo__date {
    font-size: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .promo__date {
    font-size: 2rem;
  }
}
.promo__title {
  margin-top: 0.75rem;
}
.promo__title picture {
  display: block;
}
@media (min-width: 767.98px) {
  .promo__title {
    max-width: 15.5rem;
  }
}
@media (min-width: 1199.98px) {
  .promo__title {
    margin-top: 1rem;
    max-width: 21.59738rem;
  }
}
@media (min-width: 1599.98px) {
  .promo__title {
    margin-top: 1.25rem;
    max-width: 29.5625rem;
  }
}
.promo__input {
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 767.98px) {
  .promo__input {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .promo__input {
    margin-top: 2.25rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1599.98px) {
  .promo__input {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.promo__btn {
  margin-top: 2.625rem;
}
@media (min-width: 767.98px) {
  .promo__btn {
    margin-top: 1.625rem;
  }
}
@media (min-width: 1199.98px) {
  .promo__btn {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1599.98px) {
  .promo__btn {
    margin-top: 3.125rem;
  }
}
.promo__age {
  margin-top: auto;
  font-family: "TekturSemiCondensed";
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .promo__age {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .promo__age {
    font-size: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .promo__age {
    font-size: 2rem;
  }
}

.about {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background: url("../assets/images/about-bg-mobile.svg") center 0/cover no-repeat;
}
@media (min-width: 767.98px) {
  .about {
    background: url("../assets/images/about-bg.svg") center 0/cover no-repeat;
  }
}
@media (min-width: 991.98px) {
  .about {
    position: relative;
    padding: 4.375rem 0 4.875rem;
  }
}
@media (min-width: 1199.98px) {
  .about {
    padding: 4.875rem 0 5.5rem 0;
  }
}
@media (min-width: 1599.98px) {
  .about {
    padding: 5.3125rem 0 5.9375rem;
  }
}
@media (max-width: 767.98px) {
  .about__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.about__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}
@media (min-width: 767.98px) {
  .about__info {
    gap: 1.5rem;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 26rem;
    height: auto;
  }
}
@media (min-width: 991.98px) {
  .about__info {
    max-width: 34.5rem;
  }
}
@media (min-width: 1199.98px) {
  .about__info {
    left: 54%;
    top: 50%;
    max-width: 40rem;
  }
}
@media (min-width: 1599.98px) {
  .about__info {
    left: 50%;
    max-width: 46rem;
  }
}
.about__info-block {
  background: linear-gradient(105deg, #0F5014 1.67%, #46822D 100%);
  color: #fff;
  grid-column: span 2;
  position: relative;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.about__info-block.about__info-block--decor {
  background: url("../assets/images/about-result-decor.svg") 0 0/cover no-repeat, #64A546;
}
@media (min-width: 767.98px) {
  .about__info-block.about__info-block--decor {
    min-height: 13.875rem;
  }
}
@media (min-width: 767.98px) {
  .about__info-block {
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .about__info-block {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1599.98px) {
  .about__info-block {
    padding: 2rem 2.5rem;
  }
}
.about__info-image-mobile {
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .about__info-image-mobile {
    display: none;
  }
}
.about__title {
  text-align: center;
}
.about__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 157.143%;
}
.about__text ul {
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
@media (min-width: 1199.98px) {
  .about__text {
    line-height: 122.222%;
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1599.98px) {
  .about__text {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}
.about__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.about__images {
  display: none;
}
@media (min-width: 767.98px) {
  .about__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 17.5rem;
  }
}
@media (min-width: 1199.98px) {
  .about__images {
    row-gap: 16rem;
  }
}
@media (min-width: 1599.98px) {
  .about__images {
    row-gap: 3.75rem;
  }
}
.about__image {
  overflow: hidden;
}
.about__image:nth-child(1) {
  order: -1;
  width: 13.0625rem;
  height: 8.5625rem;
  margin-top: 0.6875rem;
  margin-left: -0.875rem;
}
@media (min-width: 767.98px) {
  .about__image:nth-child(1) {
    width: 13.9375rem;
    height: 13rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 1199.98px) {
  .about__image:nth-child(1) {
    width: 15.5rem;
    height: 14.4375rem;
    margin-left: 2.5rem;
  }
}
@media (min-width: 1599.98px) {
  .about__image:nth-child(1) {
    width: 21.125rem;
    height: 19.6875rem;
    margin-left: 4.5rem;
  }
}
.about__image:nth-child(2) {
  justify-self: end;
  order: -1;
  width: 5.125rem;
  height: 7rem;
  margin-top: 2.5rem;
  margin-right: 1.25rem;
}
@media (min-width: 767.98px) {
  .about__image:nth-child(2) {
    margin-top: 3.375rem;
    width: 16.25rem;
    height: 10.5625rem;
    margin-right: 0;
  }
}
@media (min-width: 1199.98px) {
  .about__image:nth-child(2) {
    margin-top: 0.5rem;
    width: 18.125rem;
    height: 11.75rem;
  }
}
@media (min-width: 1599.98px) {
  .about__image:nth-child(2) {
    margin-top: 0.5rem;
    margin-right: 2rem;
    width: 24.6875rem;
    height: 15.9375rem;
  }
}
.about__image:nth-child(3) {
  width: 4.625rem;
  height: 6.375rem;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 767.98px) {
  .about__image:nth-child(3) {
    margin-top: 0;
    width: 16.25rem;
    height: 10.875rem;
    margin-left: 0;
  }
}
@media (min-width: 1199.98px) {
  .about__image:nth-child(3) {
    margin-top: 6.55rem;
    width: 18.125rem;
    height: 12.125rem;
  }
}
@media (min-width: 1599.98px) {
  .about__image:nth-child(3) {
    margin-top: 4.25rem;
    margin-left: 1rem;
    width: 24.6875rem;
    height: 16.5rem;
  }
}
.about__image:nth-child(4) {
  justify-self: end;
  width: 11.125rem;
  height: 6.9375rem;
}
@media (min-width: 767.98px) {
  .about__image:nth-child(4) {
    align-self: auto;
    width: 13.9375rem;
    height: 13rem;
  }
}
@media (min-width: 1199.98px) {
  .about__image:nth-child(4) {
    width: 15.5rem;
    height: 14.4375rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1599.98px) {
  .about__image:nth-child(4) {
    margin-right: 4.5rem;
    width: 21.125rem;
    height: 19.6875rem;
  }
}

.translation {
  background: url("../assets/images/translation-bg.png") 0 0/cover no-repeat, linear-gradient(180deg, #0F5014 0%, #64A546 100%);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem 0 2.5rem;
}
@media (min-width: 991.98px) {
  .translation {
    padding: 2rem 0 2rem;
  }
}
@media (min-width: 1199.98px) {
  .translation {
    padding: 2.5rem 0 3rem;
  }
}
@media (min-width: 1599.98px) {
  .translation {
    padding: 3.5rem 0;
  }
}
.translation__container {
  position: relative;
  z-index: 1;
}
.translation__subtitle {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 0.875;
  text-align: left;
}
@media (min-width: 767.98px) {
  .translation__subtitle {
    line-height: 0.875;
    max-width: 33rem;
  }
}
@media (min-width: 1199.98px) {
  .translation__subtitle {
    font-size: 1rem;
    line-height: 1;
    margin-top: 2rem;
    max-width: 41rem;
  }
}
@media (min-width: 1599.98px) {
  .translation__subtitle {
    margin-top: 2.5rem;
    max-width: 45.5625rem;
    font-size: 1.125rem;
    line-height: 122.222%;
  }
}
.translation__video {
  position: relative;
  height: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding-bottom: 56.25%;
  margin-top: 0.875rem;
  overflow: hidden;
}
@media (min-width: 991.98px) {
  .translation__video {
    margin-top: 1.25rem;
    padding-bottom: 0;
    height: 30.375rem;
  }
}
@media (min-width: 1199.98px) {
  .translation__video {
    margin-top: 1.5rem;
    height: 38rem;
  }
}
@media (min-width: 1599.98px) {
  .translation__video {
    margin-top: 1.5rem;
    height: 53.4375rem;
  }
}
.translation__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00A0DC;
  overflow: hidden;
}
@media (min-width: 575.98px) {
  .details {
    background: url("../assets/images/details-bg.svg") 0 0/cover no-repeat;
  }
}

.program {
  padding: 3rem 0;
}
@media (min-width: 575.98px) {
  .program {
    padding: 4.375rem 0;
  }
}
@media (min-width: 1199.98px) {
  .program {
    padding: 5.3125rem 0;
  }
}
@media (min-width: 1599.98px) {
  .program {
    padding: 7.37rem 0;
  }
}
.program__title {
  text-align: center;
  background: #0F5014;
  color: #fff;
  padding: 0.75rem;
  font-size: 1.5rem;
}
@media (min-width: 1199.98px) {
  .program__title {
    font-size: 2rem;
    padding: 0.87rem;
  }
}
@media (min-width: 1599.98px) {
  .program__title {
    font-size: 2.5rem;
    padding: 0.75rem;
  }
}
.program__cards {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 991.98px) {
  .program__cards {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .program__cards {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .program__cards {
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}
.program__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1199.98px) {
  .program__column {
    gap: 1.5rem;
  }
}
.program__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.program__card-image {
  position: relative;
  height: 0;
  padding-bottom: 66.66%;
}
@media (min-width: 767.98px) {
  .program__card-image {
    padding-bottom: 52%;
  }
}
.program__card-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.program__card-body {
  flex: 1 1 auto;
  background: #fff;
  padding: 1rem 0.9375rem 0.75rem 1rem;
}
@media (min-width: 575.98px) {
  .program__card-body {
    padding: 1rem 1.5rem 1rem;
  }
}
@media (min-width: 1199.98px) {
  .program__card-body {
    padding: 1.75rem 1.5rem 1rem;
  }
}
@media (min-width: 1599.98px) {
  .program__card-body {
    padding: 1.875rem 1.875rem 2.5rem 2.5rem;
  }
}
.program__card-caption {
  text-transform: uppercase;
  font-family: "TekturSemiCondensed";
  color: #46822D;
  font-size: 1.375rem;
}
@media (min-width: 767.98px) {
  .program__card-caption {
    font-size: 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .program__card-caption {
    font-size: 1.75rem;
  }
}
@media (min-width: 1599.98px) {
  .program__card-caption {
    font-size: 2rem;
  }
}
.program__card-desc {
  font-size: 0.875rem;
  line-height: 157.143%;
  margin-top: 1.5rem;
}
@media (min-width: 991.98px) {
  .program__card-desc {
    margin-top: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .program__card-desc {
    font-size: 1rem;
    line-height: 137.5%;
  }
}
@media (min-width: 1599.98px) {
  .program__card-desc {
    margin-top: 1rem;
    line-height: 122.222%;
    font-size: 1.125rem;
  }
}
.program__card-desc p:not(:last-child) {
  margin-bottom: 1.375rem;
}
@media (min-width: 1599.98px) {
  .program__card-desc p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.program__card-btns {
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 575.98px) {
  .program__card-btns {
    gap: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .program__card-btns {
    gap: 1.25rem;
  }
}
@media (min-width: 1599.98px) {
  .program__card-btns {
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}
.program__card-btn {
  min-height: 2.75rem;
}
.program__card-btn.btn {
  border-radius: 2.3125rem;
  padding-block: 0.75rem;
}
@media (min-width: 1199.98px) {
  .program__card-btn.btn {
    padding-block: 0.875rem;
  }
}
@media (min-width: 1599.98px) {
  .program__card-btn.btn {
    padding-block: 0.675rem;
  }
}
.program__card-footer {
  background: #00A0DC;
  color: #fff;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem 1.25rem;
  font-size: 1.125rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 575.98px) {
  .program__card-footer {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .program__card-footer {
    gap: 1.125rem;
    padding: 2rem 1.75rem;
  }
}
@media (min-width: 1599.98px) {
  .program__card-footer {
    gap: 1.5rem;
    font-size: 1.25rem;
    padding: 2.25rem 2.5rem;
  }
}

.extras {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0;
}
@media (min-width: 575.98px) {
  .extras {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1199.98px) {
  .extras {
    padding: 2rem 0;
  }
}
@media (min-width: 1599.98px) {
  .extras {
    padding: 3rem 0;
  }
}
.extras__container {
  display: grid;
  gap: 1rem;
}
@media (min-width: 991.98px) {
  .extras__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1199.98px) {
  .extras__container {
    gap: 1.625rem;
  }
}
.extras__info {
  background: #0F5014;
  color: #fff;
  padding: 1rem 1rem;
}
@media (min-width: 767.98px) {
  .extras__info {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1199.98px) {
  .extras__info {
    padding: 2rem 2.5rem;
  }
}
@media (min-width: 1599.98px) {
  .extras__info {
    padding: 2.5rem 3rem;
  }
}
.extras__text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 115%;
}
@media (min-width: 767.98px) {
  .extras__text {
    line-height: 125%;
  }
}
@media (min-width: 1199.98px) {
  .extras__text {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 150%;
  }
}
@media (min-width: 1599.98px) {
  .extras__text {
    line-height: 133.333%;
    font-size: 1.125rem;
  }
}
.extras__image {
  overflow: hidden;
  min-height: 15.3125rem;
}

.masters {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 575.98px) {
  .masters {
    padding: 1.5rem 0 4.5rem;
  }
}
@media (min-width: 1199.98px) {
  .masters {
    padding: 2rem 0 4.5rem;
  }
}
@media (min-width: 1599.98px) {
  .masters {
    padding: 3rem 0 6rem;
  }
}
.masters__wrapper {
  background: #64A546;
  color: #fff;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767.98px) {
  .masters__wrapper {
    padding: 3.5rem;
  }
}
.masters__wrapper .marquee {
  overflow: visible;
  margin-inline: -1.5rem;
  margin-top: 1.75rem;
  order: 2;
}
@media (min-width: 767.98px) {
  .masters__wrapper .marquee {
    margin-top: 2.37rem;
    margin-inline: -3.5rem;
  }
}
.masters__header {
  display: contents;
}
@media (min-width: 767.98px) {
  .masters__header {
    display: block;
    position: relative;
  }
}
.masters__title {
  text-align: center;
}
.masters__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1.5rem;
  order: 1;
  margin-top: 1rem;
}
@media (min-width: 767.98px) {
  .masters__controls {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.masters__prev {
  position: static;
  margin: 0;
  transform: none;
  inset: auto;
}
.masters__next {
  position: static;
  margin: 0;
  transform: none;
  inset: auto;
}
.masters__slider {
  margin-top: 2.5rem;
  overflow: visible;
  max-width: 100%;
  min-width: 0;
}
.masters__slide {
  width: 21.875rem;
  background: #0F5014;
  padding: 2rem 1.5rem 1.6875rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.masters__slide-thumb {
  align-self: center;
  width: 15.375rem;
  height: 15.375rem;
  border-radius: 50%;
  overflow: hidden;
}
.masters__slide-name {
  margin-top: 1.125rem;
  font-family: "TekturSemiCondensed";
  font-size: 2rem;
}
.masters__slide-desc {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 137.5%;
  color: #EEE;
}

.media {
  border-radius: 0.75rem 0.75rem 0 0;
  color: #fff;
  padding: 0.625rem 0;
  background: linear-gradient(180deg, #0F5014 0%, #3A7B2D 100%);
}
@media (min-width: 767.98px) {
  .media {
    background: linear-gradient(180deg, #0F5014 0%, #64A546 100%);
  }
}
@media (min-width: 575.98px) {
  .media {
    padding: 2rem 0 4.375rem;
  }
}
@media (min-width: 1199.98px) {
  .media {
    padding: 2.5rem 0 5.625rem;
  }
}
@media (min-width: 1599.98px) {
  .media {
    padding: 4rem 0 6.25rem;
  }
}
.media__container {
  position: relative;
}
.media__container::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 4.71019rem;
  height: 4.71019rem;
}
@media (min-width: 767.98px) {
  .media__container::after {
    top: -2rem;
    width: 8.0685rem;
    height: 8.0685rem;
    left: 10rem;
  }
}
@media (min-width: 1199.98px) {
  .media__container::after {
    left: 7rem;
    width: 10.66688rem;
    height: 10.66688rem;
  }
}
@media (min-width: 1599.98px) {
  .media__container::after {
    left: 12rem;
    top: -4.25rem;
    width: 16.25rem;
    height: 16.25rem;
  }
}
.media__container::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 767.98px) {
  .media__container::before {
    right: 10rem;
    width: 5.31694rem;
    height: 5.31694rem;
  }
}
@media (min-width: 1199.98px) {
  .media__container::before {
    top: -3.25rem;
    right: 8rem;
    width: 9.6875rem;
    height: 9.6875rem;
  }
}
@media (min-width: 1599.98px) {
  .media__container::before {
    right: 15rem;
  }
}
.media__body {
  background: #fff;
  padding: 1.25rem 0;
  margin-top: 1.25rem;
}
@media (min-width: 1199.98px) {
  .media__body {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1599.98px) {
  .media__body {
    padding: 3rem 0;
  }
}
.media__title {
  text-align: center;
}
.media__caption {
  text-align: center;
  color: #64A546;
  text-transform: uppercase;
}
.media__section:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1399.98px) {
  .media__section:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.media__header {
  position: relative;
}
.media__slider {
  position: relative;
  padding: 0 1.5rem;
}
@media (min-width: 1199.98px) {
  .media__slider {
    padding: 0 3rem;
  }
}
.media__slider-content {
  margin-top: 1rem;
}
@media (min-width: 1199.98px) {
  .media__slider-content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .media__slider-content {
    margin-top: 1.87rem;
  }
}
.media__slider-prev, .media__slider-next {
  display: none;
}
@media (min-width: 767.98px) {
  .media__slider-prev, .media__slider-next {
    display: flex;
  }
}
.photos__sliders {
  margin-top: 0.75rem;
}
@media (min-width: 1199.98px) {
  .photos__sliders {
    margin-top: 1.88rem;
  }
}
.photos__slider:not(:last-child) {
  margin: 0em 0em 0.5rem 0rem;
}
@media (min-width: 575.98px) {
  .photos__slider:not(:last-child) {
    margin: 0em 0em 0.75rem 0rem;
  }
}
.photos__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.photos__slide {
  width: auto;
  overflow: hidden;
  width: 11.375rem;
  height: 6.875rem;
  border-radius: 0.25rem;
}
@media (min-width: 575.98px) {
  .photos__slide {
    border-radius: 0.75rem;
    width: 13.125rem;
    height: 8.75rem;
  }
}
@media (min-width: 1199.98px) {
  .photos__slide {
    width: 15.375rem;
    height: 10.25rem;
  }
}
@media (min-width: 1599.98px) {
  .photos__slide {
    height: 11.75rem;
    width: 17.67375rem;
  }
}
.photos__slide img {
  border-radius: 0.25rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.photos__footer {
  text-align: center;
  margin: 0.75rem 0em 0em 0em;
}
.photos__footer .btn {
  font-size: 1rem;
  width: auto;
  padding: 0.5rem 2rem;
  min-height: 2.6875rem;
  border-radius: 500rem;
}
@media (min-width: 1599.98px) {
  .photos__footer .btn {
    width: 15.875rem;
  }
}
@media (min-width: 1199.98px) {
  .photos__footer {
    margin: 1.375rem 0em 0em 0em;
  }
}
@media (min-width: 1599.98px) {
  .photos__footer {
    margin: 1.5rem 0em 0em 0em;
  }
}

.video-slider__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.5rem;
}
.video-slider__next {
  position: static;
  margin: 0;
  transform: none;
  inset: auto;
}
.video-slider__prev {
  position: static;
  margin: 0;
  transform: none;
  inset: auto;
}

.contacts {
  padding: 2.5rem 0 0;
  position: relative;
  background: linear-gradient(180deg, #3A7B2D 0%, #64A546 100%);
}
@media (min-width: 767.98px) {
  .contacts {
    background: transparent;
    padding: 2.5rem 0 2.25rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts {
    padding: 1.25rem 0 2.25rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts {
    padding: 1.25rem 0 1.25rem;
  }
}
.contacts__container {
  display: flex;
  flex-direction: column;
}
.contacts__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (min-width: 767.98px) {
  .contacts__body {
    position: static;
    padding: 2.5rem 0 7.5rem;
    flex-direction: row;
  }
}
@media (min-width: 1199.98px) {
  .contacts__body {
    padding: 6.875rem 0 12.5rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__body {
    padding: 10rem 0 18.75rem;
  }
}
.contacts__main {
  position: relative;
  z-index: 2;
  background: #0F5014;
  color: #fff;
  padding: 0.75rem 1rem;
}
@media (min-width: 575.98px) {
  .contacts__main {
    display: flex;
    flex-direction: column;
    width: 18.675rem;
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts__main {
    width: 25.75rem;
    padding: 0.5rem 2rem 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__main {
    padding: 2rem 2.5rem;
    width: 34.375rem;
  }
}
.contacts__list {
  margin-top: 0.875rem;
}
@media (min-width: 1199.98px) {
  .contacts__list {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__list {
    margin-top: 1.88rem;
  }
}
.contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.875rem;
}
@media (min-width: 1599.98px) {
  .contacts__item {
    font-size: 1.125rem;
  }
}
.contacts__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (min-width: 1199.98px) {
  .contacts__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__item:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
.contacts__item-caption {
  font-family: "TekturSemiCondensed";
  font-size: 1rem;
}
@media (min-width: 1199.98px) {
  .contacts__item-caption {
    font-size: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__item-caption {
    font-size: 2rem;
  }
}
.contacts__item-text {
  margin-top: 0.15rem;
  line-height: normal;
  font-size: 0.875rem;
}
@media (min-width: 1199.98px) {
  .contacts__item-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__item-text {
    font-size: 1rem;
    line-height: 103.125%;
    margin-top: 0.35rem;
  }
}
.contacts__item-text[href] {
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__item-text[href]:hover {
    color: #FF0D00;
  }
}
.contacts__decor {
  order: 1;
  background: #46b27e;
  padding: 0.72rem;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 575.98px) {
  .contacts__decor {
    border-radius: 1.5rem 0rem 0rem 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts__decor {
    padding: 0.96rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__decor {
    padding: 1.37rem;
  }
}
.contacts__decor img {
  width: 7.84144rem;
}
@media (min-width: 575.98px) {
  .contacts__decor img {
    width: 10.625rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts__decor img {
    width: 13.3125rem;
  }
}
@media (min-width: 1599.98px) {
  .contacts__decor img {
    width: 18.25rem;
  }
}
@media (max-width: 767.98px) {
  .contacts__map {
    margin-top: 1rem;
    overflow: hidden;
    height: 31.25rem;
  }
}
@media (min-width: 767.98px) {
  .contacts__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.contacts__map iframe {
  width: 100%;
  min-height: 19.75rem;
  height: 100%;
}

.error {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding-top: max(10vh, 120px);
  padding-bottom: max(10vh, 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.error__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.error__title {
  font-size: 130px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 767.98px) {
  .error__title {
    font-size: 260px;
  }
}
.error__subtutle {
  margin: 1.3333333333em 0em 0em 0em;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .error__subtutle {
    font-size: 24px;
  }
}
.error__btn {
  margin: 1.875em 0em 0em 0em;
}

.docs {
  padding: calc(var(--header-height, 7.5rem) + 2.25rem) 0;
}
.docs__title {
  color: #FF0D00;
  margin-bottom: 2rem;
}
.docs p {
  margin-bottom: 1.2em;
  font-family: "gothampro";
  font-weight: 400;
}
.docs h3 {
  font-family: "gothampro";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
@media (min-width: 1399.98px) {
  .docs h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .docs h3 {
    font-size: 2rem;
  }
}
.docs a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .docs a:hover {
    text-decoration: none;
    color: #FF0D00;
  }
}

.modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.modal__block {
  color: #020202;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 64px 32px;
}
@media (min-width: 767.98px) {
  .modal__block {
    width: 60%;
    border-radius: 24px;
  }
}
.modal__title {
  text-align: left;
  font-size: 2rem;
  font-weight: 800;
}
.modal__text {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 1.5em 0em 0em 0em;
  font-family: "gothampro";
}
@media (min-width: 1199.98px) {
  .modal__text {
    font-size: 1rem;
    margin: 2.5em 0em 0em 0em;
  }
}
@media (min-width: 1599.98px) {
  .modal__text {
    font-size: 1.125rem;
    margin: 3em 0em 0em 0em;
  }
}
.modal__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.modal__text-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.modal__text-item:not(:last-child) {
  margin-bottom: 1rem;
}
.modal__text-title {
  font-weight: 600;
  width: 40%;
  flex: none;
}
.modal__close {
  background-image: url("../assets/images/icon-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (any-hover: hover) {
  .modal__close:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}

.informer {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
  color: #020202;
}
.informer__block {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 1rem;
  font-size: 0.625rem;
  font-family: "gothampro";
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 767.98px) {
  .informer__block {
    flex-direction: row;
    font-size: 0.75rem;
    padding: 16px 20px;
  }
}
.informer__button {
  line-height: 1;
  cursor: pointer;
  margin: 24px 0 0 0;
  width: 30%;
}
@media (min-width: 767.98px) {
  .informer__button {
    margin: 0 0 0 32px;
  }
}
.informer a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .informer a:hover {
    text-decoration: none;
  }
}