@charset "UTF-8";
/*
 * Basic Utils
 */
/* Gradients */
/**
 * mq() is a Sass mixin that helps you compose media queries in an elegant way.
 */
/*
 * Basic Mixins
 */
/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../assets/fonts/montserrat-v14-latin_cyrillic-regular.woff2") format("woff2"), url("../assets/fonts/montserrat-v14-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../assets/fonts/montserrat-v14-latin_cyrillic-600.woff2") format("woff2"), url("../assets/fonts/montserrat-v14-latin_cyrillic-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../assets/fonts/montserrat-v14-latin_cyrillic-700.woff2") format("woff2"), url("../assets/fonts/montserrat-v14-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../assets/fonts/montserrat-v14-latin_cyrillic-800.woff2") format("woff2"), url("../assets/fonts/montserrat-v14-latin_cyrillic-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
 * Basic Utils
 */
/* Gradients */
/**
 * mq() is a Sass mixin that helps you compose media queries in an elegant way.
 */
/*
 * Basic Mixins
 */
.row {
  display: flex;
  align-items: center;
}
.row.top {
  align-items: flex-start;
}
.row.bottom {
  align-items: flex-end;
}
.row.wrap {
  flex-wrap: wrap;
}

section {
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1488px;
  width: 80%;
}
.container .swiper-container {
  max-width: 80vw;
}
@media (min-width: 80em) {
  .container:not(.no-padding) {
    padding-top: 216px;
  }
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .container:not(.no-padding) {
    padding-top: 128px;
  }
}
@media (min-width: 26.5625em) and (max-width: 47.99em) {
  .container:not(.no-padding) {
    padding-top: 102px;
  }
}
@media (min-width: 26.5625em) and (max-width: 34.375em) {
  .container:not(.no-padding) {
    padding-top: 56px;
  }
}
@media (max-width: 26.5525em) {
  .container:not(.no-padding) {
    padding-top: 36px;
  }
}
@media (min-width: 80em) {
  .container:not(.no-padding) {
    padding-bottom: 216px;
  }
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .container:not(.no-padding) {
    padding-bottom: 128px;
  }
}
@media (min-width: 26.5625em) and (max-width: 47.99em) {
  .container:not(.no-padding) {
    padding-bottom: 102px;
  }
}
@media (min-width: 26.5625em) and (max-width: 34.375em) {
  .container:not(.no-padding) {
    padding-bottom: 56px;
  }
}
@media (max-width: 26.5525em) {
  .container:not(.no-padding) {
    padding-bottom: 36px;
  }
}
@media (max-width: 79.99em) {
  .container {
    width: 76%;
  }
  .container .swiper-container {
    max-width: 76vw;
  }
}
@media (max-width: 26.5525em) {
  .container {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }
  .container .swiper-container {
    max-width: calc(100vw - 44px * 2);
  }
}
@media (max-width: 20.0525em) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .container .swiper-container {
    max-width: calc(100vw - 22px * 2);
  }
}

button,
.button {
  /* Container */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #006533;
  box-shadow: none;
  opacity: 1 !important;
  transition: all 300ms;
  /* Text */
  color: #006533;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
button:hover,
.button:hover {
  background-color: #006533;
  color: white;
}
button:hover img,
.button:hover img {
  filter: brightness(0) invert(1);
}
button:active,
.button:active {
  transform: scale(0.9) !important;
}
button.icon,
.button.icon {
  height: 48px;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
}
@media (max-width: 26.5525em) {
  button.icon,
.button.icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
button.lighter,
.button.lighter {
  border-color: #95C11F;
  color: #95C11F;
}
button.lighter:hover,
.button.lighter:hover {
  background-color: #95C11F;
  border-color: #95C11F;
  color: white;
}
button.light,
.button.light {
  border-color: #D3D8D3;
}
button.light:hover,
.button.light:hover {
  background-color: #006533;
  border-color: #006533;
}
button.alt,
.button.alt {
  border-color: #F9B233;
  color: #F9B233;
}
button.alt:hover,
.button.alt:hover {
  background-color: #F9B233;
  border-color: #F9B233;
  color: white;
}
@media (max-width: 26.5525em) {
  button,
.button {
    min-height: 40px;
    font-size: 0.8125rem;
  }
}

input {
  min-height: 48px;
  background-color: transparent;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(218, 218, 217, 0.12);
  box-shadow: none;
  font-size: 13px;
  color: white;
}
input:-moz-placeholder {
  color: #DADAD9;
}
input::-moz-placeholder {
  color: #DADAD9;
}
input:-ms-input-placeholder {
  color: #DADAD9;
}
input::-webkit-input-placeholder {
  color: #DADAD9;
}
@media (max-width: 79.99em) {
  input {
    font-size: 0.75rem;
  }
}
@media (max-width: 26.5525em) {
  input {
    min-height: 40px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 24px;
  background-color: white;
  transition: all 300ms;
  overflow: hidden;
  cursor: pointer;
}
.card:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(36.78deg, rgba(36, 36, 36, 0.64) 0%, rgba(36, 36, 36, 0) 100%);
  opacity: 0;
  transition: opacity 300ms;
}
.card:after {
  content: "подробнее";
  display: block;
  position: absolute;
  bottom: 24px;
  z-index: 5;
  opacity: 0;
  transition: opacity 300ms;
  color: white;
  font-size: 0.8125rem;
}
.card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: opacity 300ms;
  opacity: 0.06;
}
.card > *:not(.card__image) {
  z-index: 5;
}
.card__title {
  margin-top: auto;
  position: relative;
  transition: all 300ms !important;
}
.card:hover {
  box-shadow: 64px 64px 128px rgba(36, 36, 36, 0.48);
  transform: scale(1.2) !important;
  z-index: 10;
  opacity: 1 !important;
}
.card:hover:before, .card:hover:after {
  opacity: 1;
}
.card:hover > * {
  color: white;
}
.card:hover .card__image {
  opacity: 1;
}
.card:hover .card__title {
  margin-bottom: 40px;
}
@media (max-width: 47.99em) {
  .card:hover {
    transform: scale(1.1) !important;
  }
}

/*
 * Basic Utils
 */
/**
 * mq() is a Sass mixin that helps you compose media queries in an elegant way.
 */
/* Generating text classes */
.text-xs {
  font-size: 0.6875rem;
  line-height: 1.5em;
  transition: color 300ms;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .text-xs {
    font-size: 0.6325rem;
  }
}

.text-sm {
  font-size: 0.8125rem;
  line-height: 1.62em;
  transition: color 300ms;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .text-sm {
    font-size: 0.7475rem;
  }
}

.text-md {
  font-size: 1rem;
  line-height: 1.75em;
  transition: color 300ms;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .text-md {
    font-size: 0.92rem;
  }
}

.caption-sm {
  font-size: 1.375rem;
  line-height: 1.45em;
  transition: color 300ms;
  font-weight: 700;
}
@media (max-width: 47.99em) {
  .caption-sm {
    font-size: 1.265rem;
  }
}

.caption-md {
  font-size: 2.25rem;
  line-height: 1.12em;
  transition: color 300ms;
  font-weight: 800;
}
@media (max-width: 47.99em) {
  .caption-md {
    font-size: 2.07rem;
  }
}

.caption-lg {
  font-size: 3.125rem;
  line-height: 1.12em;
  transition: color 300ms;
  font-weight: 800;
}
@media (max-width: 47.99em) {
  .caption-lg {
    font-size: 2.875rem;
  }
}

/* Media Queries */
@media (max-width: 79.99em) {
  .text-xs {
    font-size: 0.75rem;
    line-height: 1.67em;
  }
  .text-sm {
    font-size: 0.75rem;
    line-height: 1.67em;
  }
  .text-md {
    font-size: 0.9375rem;
    line-height: 1.73em;
  }
}
@media (max-width: 26.5525em) {
  .text-md {
    font-size: 0.875rem;
    line-height: 1.57em;
  }
}

@media (max-width: 79.99em) {
  .caption-lg {
    font-size: 2.3125rem;
    line-height: 1.3em;
  }
  .caption-sm {
    font-size: 1.1875rem;
    line-height: 1.47em;
  }
}
@media (max-width: 34.375em) {
  .caption-lg {
    font-size: 2.125rem;
  }
}
@media (max-width: 26.5525em) {
  .caption-lg {
    font-size: 1.875rem;
    line-height: 1.2em;
  }
  .caption-sm {
    font-size: 1.0625rem;
    line-height: 1.41em;
  }
}

/*
 * Basic Utils
 */
/* Gradients */
/**
 * mq() is a Sass mixin that helps you compose media queries in an elegant way.
 */
/*
 * Basic Mixins
 */
.row {
  display: flex;
  align-items: center;
}

.row.top {
  align-items: flex-start;
}

.row.bottom {
  align-items: flex-end;
}

.row.wrap {
  flex-wrap: wrap;
}

section {
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1488px;
  width: 80%;
}

.container .swiper-container {
  max-width: 80vw;
}

@media (min-width: 80em) {
  .container:not(.no-padding) {
    padding-top: 216px;
  }
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .container:not(.no-padding) {
    padding-top: 128px;
  }
}
@media (min-width: 26.5625em) and (max-width: 47.99em) {
  .container:not(.no-padding) {
    padding-top: 102px;
  }
}
@media (min-width: 26.5625em) and (max-width: 34.375em) {
  .container:not(.no-padding) {
    padding-top: 56px;
  }
}
@media (max-width: 26.5525em) {
  .container:not(.no-padding) {
    padding-top: 36px;
  }
}
@media (min-width: 80em) {
  .container:not(.no-padding) {
    padding-bottom: 216px;
  }
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .container:not(.no-padding) {
    padding-bottom: 128px;
  }
}
@media (min-width: 26.5625em) and (max-width: 47.99em) {
  .container:not(.no-padding) {
    padding-bottom: 102px;
  }
}
@media (min-width: 26.5625em) and (max-width: 34.375em) {
  .container:not(.no-padding) {
    padding-bottom: 56px;
  }
}
@media (max-width: 26.5525em) {
  .container:not(.no-padding) {
    padding-bottom: 36px;
  }
}
@media (max-width: 79.99em) {
  .container {
    width: 76%;
  }

  .container .swiper-container {
    max-width: 76vw;
  }
}
@media (max-width: 26.5525em) {
  .container {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .container .swiper-container {
    max-width: calc(100vw - 44px * 2);
  }
}
@media (max-width: 20.0525em) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container .swiper-container {
    max-width: calc(100vw - 22px * 2);
  }
}
button,
.button {
  /* Container */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #006533;
  box-shadow: none;
  opacity: 1 !important;
  transition: all 300ms;
  /* Text */
  color: #006533;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover,
.button:hover {
  background-color: #006533;
  color: white;
}

button:hover img,
.button:hover img {
  filter: brightness(0) invert(1);
}

button:active,
.button:active {
  transform: scale(0.9) !important;
}

button.icon,
.button.icon {
  height: 48px;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
}

@media (max-width: 26.5525em) {
  button.icon,
.button.icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
button.lighter,
.button.lighter {
  border-color: #95C11F;
  color: #95C11F;
}

button.lighter:hover,
.button.lighter:hover {
  background-color: #95C11F;
  border-color: #95C11F;
  color: white;
}

button.light,
.button.light {
  border-color: #D3D8D3;
}

button.light:hover,
.button.light:hover {
  background-color: #006533;
  border-color: #006533;
}

button.alt,
.button.alt {
  border-color: #F9B233;
  color: #F9B233;
}

button.alt:hover,
.button.alt:hover {
  background-color: #F9B233;
  border-color: #F9B233;
  color: white;
}

@media (max-width: 26.5525em) {
  button,
.button {
    min-height: 40px;
    font-size: 0.8125rem;
  }
}
input {
  min-height: 48px;
  background-color: transparent;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(218, 218, 217, 0.12);
  box-shadow: none;
  font-size: 13px;
  color: white;
}

input:-moz-placeholder {
  color: #DADAD9;
}

input::-moz-placeholder {
  color: #DADAD9;
}

input:-ms-input-placeholder {
  color: #DADAD9;
}

input::-webkit-input-placeholder {
  color: #DADAD9;
}

@media (max-width: 79.99em) {
  input {
    font-size: 0.75rem;
  }
}
@media (max-width: 26.5525em) {
  input {
    min-height: 40px;
  }
}
.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 24px;
  background-color: white;
  transition: all 300ms;
  overflow: hidden;
  cursor: pointer;
}

.card:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(36.78deg, rgba(36, 36, 36, 0.64) 0%, rgba(36, 36, 36, 0) 100%);
  opacity: 0;
  transition: opacity 300ms;
}

.card:after {
  content: "подробнее";
  display: block;
  position: absolute;
  bottom: 24px;
  z-index: 5;
  opacity: 0;
  transition: opacity 300ms;
  color: white;
  font-size: 0.8125rem;
}

.card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: opacity 300ms;
  opacity: 0.06;
}

.card > *:not(.card__image) {
  z-index: 5;
}

.card__title {
  margin-top: auto;
  position: relative;
  transition: all 300ms !important;
}

.card:hover {
  box-shadow: 64px 64px 128px rgba(36, 36, 36, 0.48);
  transform: scale(1.2) !important;
  z-index: 10;
  opacity: 1 !important;
}

.card:hover:before, .card:hover:after {
  opacity: 1;
}

.card:hover > * {
  color: white;
}

.card:hover .card__image {
  opacity: 1;
}

.card:hover .card__title {
  margin-bottom: 40px;
}

@media (max-width: 47.99em) {
  .card:hover {
    transform: scale(1.1) !important;
  }
}
/* ============== *
 * HEADER         *
 * ============== */
header {
  display: flex;
  align-items: center;
  padding-top: 64px;
  transition: background-color 1000ms;
  background-color: #F8F8F8;
  z-index: 100;
  pointer-events: none;
}
header .logo {
  display: none;
  margin-right: auto;
  pointer-events: visible;
}
header #menu_toggle {
  height: 24px;
  width: 24px;
  min-width: 24px;
  display: none;
  pointer-events: visible;
}
header .content .menu {
  z-index: 2;
  position: relative;
  flex: 1;
  justify-content: space-between;
  pointer-events: visible;
}
header .content .menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  color: #4C5B5C;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color 300ms;
}
header .content .menu__item:hover {
  color: #006533;
  opacity: 1 !important;
}
header .content .menu__item--alt {
  color: #F9B233;
}
header #mobile_menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
}
header #mobile_menu.open {
  pointer-events: auto;
  opacity: 1;
}
header #mobile_menu.open #mobile_menu__drawer {
  transform: translateX(0);
}
header #mobile_menu__drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 300ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 360px;
  max-width: 100%;
  background-color: #006533;
  padding: 102px;
}
@media (max-width: 31.25em) {
  header #mobile_menu__drawer {
    padding: 44px 46px;
  }
}
@media (max-width: 25em) {
  header #mobile_menu__drawer {
    width: 100%;
  }
}
header #mobile_menu__closer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 57px;
  right: 57px;
  color: white;
}
header #mobile_menu__closer img {
  max-width: 16px;
}
@media (max-width: 31.25em) {
  header #mobile_menu__closer {
    position: absolute;
    top: 35px;
    right: 35px;
  }
}
header .mobile_menu__item {
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 700;
  color: white;
}
header .mobile_menu__item--alt {
  color: #F9B233;
}
@media (max-width: 96.875em) {
  header .menu__item {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 80em) and (max-width: 100em) {
  header {
    padding-top: 48px;
  }
  header .content {
    width: 97%;
  }
}
@media (min-width: 80em) {
  header #mobile_menu {
    display: none;
  }
}
@media (max-width: 79.99em) {
  header {
    position: absolute;
    top: 52px;
    right: 52px;
    left: 52px;
    background: none;
    padding-top: 0;
  }
  header .content {
    display: none;
  }
  header #menu_toggle {
    display: flex !important;
    margin-left: auto;
  }
}
@media (max-width: 26.5525em) {
  header {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
  }
}

/* ============== *
 * MAIN           *
 * ============== */
main {
  z-index: 50;
}

/* ============== *
 * FOOTER         *
 * ============== */
.footer {
  background-color: #262322;
  overflow: hidden;
}
.footer {
  color: white;
}
.footer .heading {
  margin-bottom: 64px !important;
}
@media (max-width: 47.99em) {
  .footer .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .footer .heading {
    margin-bottom: 24px !important;
  }
}
.footer__form {
  flex: 1;
  margin-bottom: 64px;
}
.footer__form .input-name {
  width: 335px;
  margin-right: 48px;
}
.footer__form .input-question {
  flex: 1;
  margin-right: 48px;
}
.footer__form button {
  min-width: 208px;
}
.footer__blocks {
  color: #E1E6E1;
}
.footer__block-row {
  display: flex;
}
.footer__block-row:not(:last-child) {
  margin-right: 48px;
}
.footer__block:not(:last-child) {
  margin-right: 48px;
}
.footer__block a {
  display: block;
}
.footer__block__heading {
  margin-bottom: 24px;
}
.footer__block__label {
  color: #E1E6E1;
}
.footer__block__phone {
  color: white;
}
.footer__block__mark {
  color: #E1E6E1;
}
.footer__block__email {
  margin-top: 16px;
  color: #95C11F;
}
.footer__block__email:hover {
  color: #F9B233;
}
.footer__block-info__texts {
  width: 256px;
}
.footer__block-info__logo {
  margin-right: 24px;
  width: 56px;
}
.footer__block-info__address {
  margin-top: 8px;
  color: #DADAD9;
}
.footer__block-support {
  margin-left: auto;
}
.footer__block__logo {
  max-width: 208px;
}
.footer__buttons {
  margin-top: 80px;
  margin-left: 80px;
}
.footer__buttons .social {
  flex: 1;
  margin-right: 16px;
}
.footer__buttons .social .button {
  border-color: rgba(211, 216, 211, 0.12);
}
.footer__buttons .social .button:not(:last-child) {
  border-right: none;
}
.footer__buttons .app {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  filter: brightness(0) invert(1);
}
.footer__buttons .app__link {
  display: inline-block;
  max-height: 32px;
}
.footer__buttons .app__link:not(:last-child) {
  margin-right: 12px;
}
.footer__buttons .app__link__image {
  max-height: 32px;
}
@media (max-width: 105.625em) {
  .footer__block-row {
    flex-direction: column;
    flex: 1;
  }
}
@media (max-width: 93.75em) {
  .footer__form .input-name {
    width: 222px;
  }
  .footer__block-info {
    flex-direction: column;
  }
  .footer__block-info__logo {
    margin-bottom: 24px;
  }
  .footer__block-info__texts {
    width: 222px;
  }
  .footer__buttons {
    margin-left: 0;
  }
}
@media (max-width: 87.5em) {
  .footer__block:not(:last-child), .footer__block-row:not(:last-child), .footer__form .input-name {
    margin-right: 24px;
  }
}
@media (max-width: 74.375em) {
  .footer__section:not(:last-child) {
    border-bottom: 1px solid #3D3A39;
    padding-bottom: 102px;
    margin-bottom: 0;
  }
  .footer__section:not(:first-child) {
    padding-top: 102px;
    margin-top: 0;
  }
  .footer__form {
    padding-top: 0 !important;
  }
  .footer__blocks {
    flex-direction: column;
  }
  .footer__block {
    display: flex;
    flex-direction: row;
    margin-right: 0 !important;
  }
  .footer__block:not(:last-child), .footer__block-row:not(:last-child) {
    margin-bottom: 48px;
  }
  .footer__block-row {
    flex-direction: row;
    width: 100%;
    margin-right: 0 !important;
  }
  .footer__block-info {
    flex-direction: row;
  }
  .footer__block-info__logo {
    width: 121px;
    margin-right: calc(156px + 48px - 121px);
  }
  .footer__block-info__texts {
    width: auto;
  }
  .footer__block__heading {
    min-width: 156px;
    margin-right: 48px;
  }
  .footer__block-support {
    margin-left: 0;
  }
  .footer__block--empty-heading {
    margin-left: 24px;
  }
  .footer__block--empty-heading .footer__block__heading {
    display: none;
  }
  .footer__block--empty-label .footer__block__label {
    display: none;
  }
  .footer__block__logo {
    max-width: 256px;
  }
}
@media (max-width: 48em) {
  .footer__form {
    flex-direction: column;
    align-items: stretch;
  }
  .footer__form input {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 24px;
  }
  .footer__form button {
    align-self: flex-end;
    margin-top: 24px;
  }
  .footer .footer__block {
    margin-left: 0;
  }
  .footer .footer__block-row {
    flex-direction: column;
  }
  .footer .footer__block__heading {
    display: flex;
  }
}
@media (max-width: 35.125em) {
  .footer__form button {
    width: 100%;
    margin-top: 12px;
  }
  .footer__block__heading {
    min-width: 0;
    width: 84px;
    margin-right: 12px;
  }
  .footer__block-info__logo {
    width: 72px;
    margin-right: calc(84px + 12px - 72px);
  }
  .footer__block__logo {
    max-width: 180px;
  }
  .footer__buttons {
    flex-direction: column-reverse;
  }
  .footer__buttons .app__link, .footer__buttons .app__link__image {
    max-height: 40px;
  }
  .footer__buttons .social {
    margin-top: 24px;
  }
}
@media (max-width: 26.5525em) {
  .footer__block:not(:last-child), .footer__block-row:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer__section:not(:last-child) {
    padding-bottom: 36px;
  }
  .footer__section:not(:first-child) {
    padding-top: 36px;
  }
}

/*
 * Basic Utils
 */
/* Gradients */
/**
 * mq() is a Sass mixin that helps you compose media queries in an elegant way.
 */
/*
 * Basic Mixins
 */
/* ============== *
 * START          *
 * ============== */
.start {
  overflow: hidden;
  padding-top: 120px;
  background-color: #F8F8F8;
}
.start .container {
  position: relative !important;
}
.start .logo-sport {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.start .logo-sport img {
  width: 100%;
}
.start__back-text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -100px;
}
.start__back-text__value {
  font-weight: 800;
  font-size: 240px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: white;
  z-index: 0;
}
@media (max-width: 93.75em) {
  .start__back-text__value {
    font-size: 180px;
  }
}
@media (max-width: 87.5em) {
  .start__back-text__value {
    font-size: 133px;
  }
}
@media (max-width: 79.99em) {
  .start__back-text {
    display: none;
  }
}
.start__texts {
  flex: 1;
  margin-right: 64px;
  padding-top: 15px;
  padding-bottom: 64px;
  z-index: 2;
  position: relative;
}
.start__texts .logo {
  height: 208px;
  width: 208px;
  margin-bottom: 48px;
}
.start__texts .heading {
  margin-bottom: 48px;
}
.start__texts .description {
  max-width: 256px;
  margin-bottom: 96px;
  color: #4C5B5C;
}
.start__texts .description .mark {
  color: #95C11F;
}
.start__texts .app {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.start__texts .app__link {
  display: inline-block;
  max-height: 48px;
}
.start__texts .app__link:not(:last-child) {
  margin-right: 12px;
}
.start__texts .app__link__image {
  height: 100%;
}
@media (max-width: 47.99em) {
  .start__texts .app {
    flex-direction: column;
    align-items: flex-start;
  }
  .start__texts .app__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.start__image {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 1;
  flex: 2;
  display: flex;
  align-items: flex-end;
  height: 758px;
}
.start__image img {
  max-height: 100%;
}
@media (max-width: 96.875em) {
  .start__image {
    right: -15%;
  }
/* .start__image[data-index="2"] {
  transform: scale(-1, 1) !important;
} */

}
@media (max-width: 79.99em) {
  .start {
    padding-top: 80px;
  }
  .start__image {
    height: 505px;
  }
  .start__texts {
    padding-top: 0;
  }
  .start__texts .logo {
    height: 90px;
    width: 90px;
    margin-bottom: 40px;
  }
  .start__texts .heading {
    margin-bottom: 24px;
  }
  .start__texts .description {
    margin-bottom: 40px;
  }
  .start .logo-sport {
    position: absolute;
    top: 10px;
    right: auto;
    left: 140px;
    width: 98px;
  }
}
@media (max-width: 62.5em) {
  .start__image {
    right: -30%;
  }
}
@media (max-width: 53.125em) {
  .start__image {
    right: -50%;
  }
}
@media (max-width: 47.99em) {
  .start {
    padding-top: 48px;
  }
  .start__texts .description {
    margin-bottom: 120px;
    max-width: 200px;
  }
  .start__texts .logo {
    height: 65px;
    width: 65px;
  }
  .start__image {
    right: -60%;
    height: 637px;
  }
  .start .logo-sport {
    position: absolute;
    top: 10px;
    left: 100px;
    width: 65px;
  }
}
@media (max-width: 42.5em) {
  .start__image {
    right: -80%;
    height: 600px;
  }
}
@media (max-width: 36.25em) {
  .start__image {
    right: -65%;
    height: 480px;
  }
}
@media (max-width: 30em) {
  .start__image {
    right: -55%;
    height: 350px;
  }
}
@media (max-width: 26.5525em) {
  .start {
    padding-top: 22px;
  }
  .start__texts {
    padding-bottom: 34px;
  }
  .start__texts .logo {
    height: 40px;
    width: 40px;
  }
  .start__texts .description {
    margin-bottom: 24px;
    width: 180px;
  }
  .start__texts .description span, .start__texts .description br {
    display: none;
  }
  .start__texts .app__link:not(:last-child) {
    margin-bottom: 6px;
  }
  .start__texts .app__link, .start__texts .app__link__image {
    max-height: 40px;
  }
  .start__texts:after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #F8F8F8;
    background: -webkit-linear-gradient(0deg, #F8F8F8 30%, rgba(248, 248, 248, 0) 100%);
    background: linear-gradient(90deg, #F8F8F8 30%, rgba(248, 248, 248, 0) 100%);
    right: -150px;
  }
  .start__image {
    right: -60%;
    height: 328px;
  }
  .start .logo-sport {
    position: absolute;
    top: 5px;
    left: 100px;
    width: 42px;
  }
}
@media (max-width: 20.0525em) {
  .start .logo-sport {
    position: absolute;
    top: 5px;
    left: 80px;
  }
}

/* ============== *
 * ABOUT          *
 * ============== */
.about {
  position: relative;
  overflow: hidden;
  background-color: #006533;
  color: white;
}

/* фон на весь блок с прозрачностью */
.about::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../assets/images/newd/b01p.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1; /* прозрачность фоновой картинки */
  z-index: 0;    /* под всеми слоями */
}

/* контейнер и контент поверх всего */
.about .container {
  position: relative;
  z-index: 2;
}


/* адаптивные размеры для маленькой картинки */
@media (max-width: 48em) { /* планшеты */
  .about::after {
    height: 50%;
  }
}

@media (max-width: 30em) { /* мобильные */
  .about::after {
    height: 40%;
  }
}


.about__info .description {
  margin-top: 36px;
  width: 464px;
}
@media (max-width: 79.99em) {
  .about__info .description {
    width: 320px;
  }
}
.about__info button {
  width: 208px;
  margin-top: 60px;
}
.about__stats {
  max-width: calc(100% - 464px - 10%);
  margin-left: 10%;
  padding-top: 16px;
}
.about__stats__back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  left: calc(464px + 5%);
  opacity: 0.12;
}
@media (max-width: 79.99em) {
  .about__stats {
    max-width: calc(100% - 320px - 5%);
    margin-left: 5%;
  }
  .about__stats__back {
    left: calc(320px + 2.5%);
    opacity: 0.12;
  }
}
.about__stats__items {
  position: relative;
  z-index: 1;
  margin-bottom: -36px;
  margin-right: -48px;
}
.about__stats__item {
  margin-right: 48px;
  padding-bottom: 36px;
}
.about__stats__item__heading {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about__stats__item__heading:after {
  content: "";
  display: block;
  position: static;
  height: 4px;
  width: 25%;
  margin-left: auto;
  background-color: rgba(201, 237, 220, 0.36);
}
@media (max-width: 96.875em) {
  .about__stats__item__heading:after {
    max-width: 42px;
  }
}
.about__stats__item__value {
  font-size: 148px;
  line-height: 1.35;
}
@media (max-width: 106.25em) {
  .about__stats__item__value {
    font-size: 7.5rem;
  }
}
@media (max-width: 96.875em) {
  .about__stats__item__value {
    font-size: 5.625rem;
    margin-top: 70px;
  }
}
@media (max-width: 87.5em) {
  .about__stats__item__value {
    font-size: 3.75rem;
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
@media (max-width: 61.25em) {
  .about__stats__item__value {
    font-size: 5.75rem;
    line-height: 1;
    margin-top: 72px;
    margin-bottom: 24px;
  }
}
@media (max-width: 47.99em) {
  .about__stats__item__value {
    font-size: 4.375rem;
  }
}
@media (max-width: 26.5525em) {
  .about__stats__item__value {
    font-size: 3.375rem;
  }
}
@media (max-width: 61.25em) {
  .about .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__info .description {
    width: 100%;
  }
  .about__stats {
    margin-top: 102px;
    margin-left: 0;
    max-width: 100%;
    position: relative;
  }
  .about__stats__back {
    display: none;
  }
  .about__stats__item__heading:after {
    max-width: 102px;
  }
}
@media (max-width: 47.99em) {
  .about__stats__item__heading:after {
    max-width: 48px;
  }
}
@media (max-width: 26.5525em) {
  .about__info .description {
    margin-top: 24px;
  }
  .about__info button {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .about__stats {
    margin-top: 36px;
    padding-top: 0;
  }
  .about__stats__item__value {
    margin: 0;
  }
}

/* ============== *
 * GEOGRAPHY      *
 * ============== */
.geography {
  overflow: hidden;
  background-color: rgba(201, 237, 220, 0.36);
}
.geography .content {
  width: 100%;
}
.geography__map-container {
  flex: 1;
  width: 100%;
}
.geography__map-container svg {
  width: 100%;
}
.geography__map-container {
  min-height: 470px;
  height: 470px;
}
.geography__texts {
  flex: 1;
  max-width: 464px;
  margin-left: 176px;
}
.geography__texts .description {
  margin-top: 36px;
  color: #4C5B5C;
}
.geography__texts__stats {
  margin-top: 64px;
}
.geography__texts__stat {
  flex: 1;
}
.geography__texts__stat:not(:last-child) {
  margin-right: 48px;
}
.geography__texts__stat__value {
  margin-bottom: 12px;
}
.geography__texts__stat__label {
  color: #4C5B5C;
}
@media (min-width: 80em) {
  .geography__texts__stat__label {
    max-width: 100px;
  }
}
@media (max-width: 100em) {
  .geography__texts {
    max-width: 402px;
    margin-left: 80px;
  }
}
@media (max-width: 87.5em) {
  .geography__map-container {
    min-height: 370px;
    height: 370px;
  }
  .geography__texts {
    margin-left: 48px;
  }
}
@media (max-width: 79.99em) {
  .geography__map-container {
    min-height: 330px;
    height: 330px;
  }
  .geography__texts {
    max-width: 350px;
  }
  .geography__stats {
    margin-top: 48px;
  }
}
@media (max-width: 68.75em) {
  .geography .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .geography__texts {
    max-width: 100%;
    margin-top: 70px;
    margin-left: 0;
  }
  .geography__texts__stats {
    margin-top: 24px;
    margin-top: 36px;
  }
  .geography__map-container {
    min-height: 50vw;
    height: 50vw;
  }
}
@media (max-width: 47.99em) {
  .geography__map-container {
    width: 110%;
    margin-left: -5%;
  }
  .geography__map-container {
    min-height: 300px;
    height: 300px;
  }
}
@media (max-width: 26.5525em) {
  .geography__texts {
    margin-top: 36px;
  }
  .geography__stats {
    margin-top: 24px;
  }
  .geography__map-container {
    min-height: 200px;
    height: 200px;
  }
}

/* ============== *
 * COMPETITIONS   *
 * ============== */
.competitions {
  overflow: hidden;
  background-color: #ecf9f2;
  position: relative; /* нужно для псевдоэлемента */
}

.competitions::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../assets/images/newd/b06.png');
  background-size: 100% auto;   /* масштабирование по ширине */
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 0; /* под контентом */
}

/* Добавляем поверх псевдоэлемента */
.competitions > * {
  position: relative;
  z-index: 1;
}

.competitions .container {
  padding-bottom: 108px;
}
.competitions .heading {
  min-width: 336px;
  max-width: 464px;
  margin-right: 48px;
}
.competitions .swiper-container-outer {
  padding-top: 48px !important;
  margin-top: -48px !important;
}
.competitions .card {
  background-color: rgba(201, 237, 220, 0.36);
  height: 312px;
}
.competitions .card:hover {
  box-shadow: 22px 22px 30px rgba(36, 36, 36, 0.24);
}
.competitions .card__title {
  font-weight: 600;
}
@media (max-width: 79.99em) {
  .competitions .heading {
    max-width: 312px;
  }
}
@media (max-width: 75em) {
  .competitions .card:hover {
    transform: scale(1.1) !important;
  }
  .competitions .container {
    padding-bottom: 0;
    flex-direction: column;
  }
  .competitions .heading {
    max-width: 100%;
    margin-right: 0;
  }
  .competitions .swiper-container-outer {
    padding: 0 1000px !important;
    margin: 0 -1000px !important;
    padding-top: 64px !important;
  }
}
@media (max-width: 75em) and (max-width: 47.99em) {
  .competitions .swiper-container-outer {
    padding-top: 48px !important;
  }
}
@media (max-width: 75em) and (max-width: 26.5525em) {
  .competitions .swiper-container-outer {
    padding-top: 24px !important;
  }
}

/* ============== *
 * NEWS       *
 * ============== */
.news {
  position: relative;      /* обязательно для псевдоэлемента */
  overflow: hidden;
}

.news::before {
  content: "";
  display: block;          /* чтобы элемент отображался */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;            /* растягиваем по высоте блока */
  width: 100%;            /* фиксированная ширина, можно менять */
  background-image: url('../assets/images/newd/b02p.png');
  background-size: contain;     /* сохраняем пропорции */
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.7;               /* прозрачность */
  z-index: 0;                  /* под контентом */
}

/* контейнер поверх фоновой картинки */
.news .container {
  position: relative;
  z-index: 1;
  padding-top: 108px;
  padding-bottom: 0;
}

@media (max-width: 26.5525em) {
  .news .container {
    padding-top: 36px;
  }
  .news::before {
    width: 150px;   /* уменьшаем для мобильных */
  }
}
.news .heading {
  margin-bottom: 64px !important;
}
@media (max-width: 47.99em) {
  .news .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .news .heading {
    margin-bottom: 24px !important;
  }
}
.news__item__title {
  margin-bottom: 36px;
}
.news__item__date {
  margin-bottom: 36px;
}
.news__item__date b {
  color: #95C11F;
}
.news__item__date span {
  color: #C9EDDC;
}
.news__item__text {
  color: #4C5B5C;
}

/* ============== *
 * CALENDAR       *
 * ============== */
.calendar {
  overflow: hidden;
  background: url('../assets/images/newd/b04p.png') no-repeat top center;
  background-size: 100% auto;
}
.calendar .container {
  padding-top: 108px;
  padding-bottom: 0;
}
@media (max-width: 26.5525em) {
  .calendar .container {
    padding-top: 36px;
  }
}
.calendar .heading {
  margin-bottom: 64px !important;
}
@media (max-width: 47.99em) {
  .calendar .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .calendar .heading {
    margin-bottom: 24px !important;
  }
}
.calendar__item__title {
  margin-bottom: 36px;
}
.calendar__item__date {
  margin-bottom: 36px;
}
.calendar__item__date b {
  color: #95C11F;
}
.calendar__item__date span {
  color: #C9EDDC;
}
.calendar__item__text {
  color: #4C5B5C;
}

/* ============== *
 * INFOS          *
 * ============== */

.infos {
  position: relative;           /* для псевдоэлемента */
  background-color: #006533;
  color: white;
  overflow: hidden;             /* чтобы фон не выходил за блок */
}

.infos::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../assets/images/newd/b03.png');
  background-size: cover;       /* сохраняем пропорции, масштабируем на весь блок */
  background-position: center;  /* центрируем картинку */
  background-repeat: no-repeat;
  opacity: 0.5;                 /* прозрачность */
  z-index: 0;                   /* под контентом */
}

/* контейнер и контент поверх фонового изображения */
.infos .container {
  position: relative;
  z-index: 1;
}

/* остальные стили остаются без изменений */
@media (max-width: 26.5525em) {
  .infos .container {
    padding-top: 36px;
  }
}
.infos__block {
  flex: 1;
}
.infos__block:not(:last-child) {
  margin-right: 48px;
}
.infos .heading {
  flex: 1;
  margin-bottom: 64px !important;
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 47.99em) {
  .infos .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .infos .heading {
    margin-bottom: 24px !important;
  }
}
.infos__item {
  display: flex;
  align-items: center;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.06);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  color: #ccffe5;
}
.infos__item:first-child {
  border-top-width: 1px;
}
.infos__item__icon {
  margin-right: 24px;
}
.infos__item:hover {
  background-color: rgba(201, 237, 220, 0.36);  
  color: #ffffff;
}
@media (max-width: 54.375em) {
  .infos .container {
    flex-direction: column;
  }
  .infos .heading br {
    display: none;
  }
  .infos__block {
    flex: 1;
  }
  .infos__block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 102px;
  }
}
@media (max-width: 26.5525em) {
  .infos {
    margin-bottom: 22px;
  }
  .infos__block:not(:last-child) {
    margin-bottom: 36px;
  }
  .infos__item {
    padding: 12px;
    padding-left: 24px;
    min-height: 72px;
  }
}


/* ============== *
 * VIDEOGAL       *
 * ============== */
.videogal {
  overflow: hidden;
  background: url('../assets/images/newd/b05.png') no-repeat top center;
  background-size: 100% auto;
}
.videogal .container {
  padding-top: 108px;
  padding-bottom: 0;
}
@media (max-width: 26.5525em) {
  .videogal .container {
    padding-top: 36px;
  }
}
.videogal .heading {
  margin-bottom: 64px !important;
}
@media (max-width: 47.99em) {
  .videogal .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .videogal .heading {
    margin-bottom: 24px !important;
  }
}
.videogal__item__title {
  margin-bottom: 36px;
}
.videogal__item__date {
  margin-bottom: 36px;
}
.videogal__item__date b {
  color: #95C11F;
}
.videogal__item__date span {
  color: #C9EDDC;
}
.videogal__item__text {
  color: #4C5B5C;
}

/* ============== *
 * PHOTO          *
 * ============== */
.photo {
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  min-height: 500px;
}
.photo, .photo a {
  color: white;
}
.photo .swiper-container {
  height: 100%;
}
.photo .swiper-container:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(90deg, rgba(38, 35, 34, 0.6) 0%, rgba(38, 35, 34, 0) 50%);
}
.photo .swiper-slide {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center;
}
.photo .slider-pagination {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 10;
}
.photo .slider-pagination .swiper-pagination-fraction {
  color: white;
}
.photo .slider-pagination button img {
  filter: brightness(0) invert(1);
}
.photo .heading {
  position: absolute;
  top: 128px;
  left: 10%;
  z-index: 10;
  color: #E1E6E1;
}
@media (max-width: 59.375em) {
  .photo .heading {
    top: 80px;
  }
  .photo .heading,
.photo .slider-pagination {
    left: 80px;
  }
}
@media (max-width: 47.99em) {
  .photo .heading {
    top: 36px;
  }
  .photo .heading,
.photo .slider-pagination {
    left: 22px;
  }
}

/* ============== *
 * ARCHIVE        *
 * ============== */
.archive {
  position: relative;      /* нужно для псевдоэлемента */
  overflow: hidden;
}

.archive::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../assets/images/newd/b04.png');
  background-size: 100% auto;   /* вписать по ширине */
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;                   /* под контентом */
}

/* контейнер поверх фонового изображения */
.archive .container {
  position: relative;
  z-index: 1;
  padding-bottom: 0 !important;
}

.archive .cards {
  align-items: stretch;
}
.archive .card {
  height: auto;
  margin-right: 0 !important;
  justify-content: flex-start;
  padding: 96px 88px;
}
.archive .card:before, .archive .card:after {
  display: none;
}
.archive .card__image {
  opacity: 0.12;
}
.archive .card__date {
  color: #95C11F;
}
.archive .card__title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 28px !important;
}
.archive .card:hover {
  background-color: #F9B233;
  box-shadow: 22px 22px 30px rgba(36, 36, 36, 0.24);
}
@media (max-width: 47.99em) {
  .archive .card:hover {
    box-shadow: 10px 10px 15px rgba(36, 36, 36, 0.24);
  }
}
.archive .card:hover .card__title, .archive .card:hover .card__text, .archive .card:hover .card__date {
  color: #262322;
}
.archive .card:hover .card__image {
  opacity: 0.04 !important;
}
.archive .swiper-container-outer {
  padding-top: 64px !important;
}
@media (max-width: 47.99em) {
  .archive .swiper-container-outer {
    padding-top: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .archive .swiper-container-outer {
    padding-top: 24px !important;
  }
}
@media (min-width: 48em) {
  .archive .swiper-container-outer {
    padding: 0 2000px;
    margin: 0 -2000px;
  }
}
@media (max-width: 47.99em) {
  .archive .swiper-container-outer {
    padding: 0 1000px;
    margin: 0 -1000px;
  }
}
@media (min-width: 80em) {
  .archive .swiper-container-outer {
    padding-bottom: 216px;
  }
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .archive .swiper-container-outer {
    padding-bottom: 128px;
  }
}
@media (min-width: 26.5625em) and (max-width: 47.99em) {
  .archive .swiper-container-outer {
    padding-bottom: 102px;
  }
}
@media (min-width: 26.5625em) and (max-width: 34.375em) {
  .archive .swiper-container-outer {
    padding-bottom: 56px;
  }
}
@media (max-width: 26.5525em) {
  .archive .swiper-container-outer {
    padding-bottom: 36px;
  }
}
@media (max-width: 47.99em) {
  .archive .card {
    padding: 48px;
  }
}
@media (max-width: 26.5525em) {
  .archive .card {
    padding: 36px;
  }
}

/* ============== *
 * TEAM           *
 * ============== */
.team {
  position: relative;      /* обязательно для псевдоэлемента */
  overflow: hidden;
}

.team::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../assets/images/newd/b05p.png');
  background-size: cover;       /* масштабирование с сохранением пропорций */
  background-position: center;  /* центрируем картинку */
  background-repeat: no-repeat;
  z-index: 0;                   /* под контентом */
  opacity: 0.8;                   /* можно менять при необходимости */
}

/* контейнер поверх фонового изображения */
.team .container {
  position: relative;
  z-index: 1;
  padding-top: 56px;
}
@media (max-width: 79.99em) {
  .team .container {
    padding-top: 32px;
  }
}
@media (max-width: 47.99em) {
  .team .container {
    padding-top: 18px;
  }
}
@media (max-width: 26.5525em) {
  .team .container {
    padding-top: 0;
  }
}
.team .heading {
  margin-bottom: 64px !important;
}
@media (max-width: 47.99em) {
  .team .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .team .heading {
    margin-bottom: 24px !important;
  }
}
.team .card {
  cursor: default;
}
.team__items {
  display: flex;
  align-items: stretch;
}
.team__items__column {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.team__items__column--primary {
  min-width: 35%;
}
.team__items__column--primary .team__item {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.team__items__column--primary .team__item__avatar {
  height: 172px;
  width: 172px;
  min-width: 172px;
  border-radius: 86px;
  margin-right: 30px;
}
.team__items__column--alt .team__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 300ms;
  transition-delay: 0s !important;
}
.team__items__column--alt .team__item__avatar {
  margin-bottom: 8px;
}
.team__items__column--alt .team__item__name {
  margin-top: auto;
}
.team__items__column--alt .team__item .card__image {
  opacity: 0;
  transition: all 300ms;
}
.team__items__column--alt .team__item__position {
  display: none;
}
.team__items__column--alt .team__item:before, .team__items__column--alt .team__item:after {
  display: none;
}
.team__items__column--alt .team__item:hover {
  background-color: #006533;
  border-color: #006533;
}
.team__items__column--alt .team__item:hover .card__image {
  opacity: 0.12;
  transform: scale(1.3);
}
.team__items__column--alt .team__item:hover .team__item {
  overflow: hidden;
}
.team__items__column--alt .team__item:hover .team__item__avatar {
  display: none;
}
.team__items__column--alt .team__item:hover .team__item__position {
  display: flex;
}
.team__items__row {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.team__item {
  flex: 1;
  position: relative;
  padding: 30px;
  margin: 0 0 -1px -1px;
  border: 1px solid #E5E5E5;
  transition: all 300ms;
}
.team__item__avatar {
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 40px;
  overflow: hidden;
  transition: all 300ms;
}
.team__item__name {
  position: relative;
  z-index: 5;
}
.team__item__position {
  margin-top: 8px;
  position: relative;
  z-index: 5;
}
@media (max-width: 91.25em) {
  .team__items {
    flex-direction: column;
  }
  .team__items__column--primary {
    flex-direction: row;
  }
  .team__items__column--primary .team__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team__items__column--alt .team__item {
    min-height: 262px;
  }
}
@media (max-width: 68.75em) {
  .team__items {
    flex-direction: column;
  }
  .team__items__column--primary {
    flex-direction: row;
  }
  .team__items__column--primary .team__item {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .team__items__column--primary .team__item__avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .team__items__column--alt .team__items__row {
    flex-wrap: wrap;
  }
  .team__items__column--alt .team__item {
    min-width: 50%;
  }
}
@media (max-width: 38.4375em) {
  .team__items__column--primary {
    flex-direction: column;
  }
  .team__items__column--primary .team__item {
    flex-direction: row;
    padding: 24px;
  }
  .team__items__column--primary .team__item__avatar {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 40px;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .team__items__column--alt .team__item {
    flex-direction: row;
    align-items: center;
    min-height: 0;
    min-width: 100%;
    padding: 24px;
    justify-content: flex-start;
  }
  .team__items__column--alt .team__item__avatar {
    margin-right: 24px;
  }
  .team__items__column--alt .team__item__name {
    margin-top: 0;
  }
}

/* ============== *
 * PARTNERS       *
 * ============== */
.partners {
  position: relative;
  overflow: hidden;
  background-color: rgba(201, 237, 220, 0.36);
}

/* фон поверх цвета, но под контентом */
.partners::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../assets/images/newd/b07p.png');
  background-size: 100% auto;   /* масштабирование по ширине */
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 1;                 /* прозрачность фоновой картинки */
  z-index: -1;                  /* под контентом */
}
}
.partners .container {
  padding-bottom: 120px;
  display: flex; /* Добавлено для управления макетом */
  flex-wrap: wrap; /* Обеспечивает перенос элементов */
  justify-content: center; /* Центрирование баннеров */
  gap: 16px; /* Расстояние между баннерами */
}
@media (max-width: 79.99em) {
  .partners .container {
    padding-bottom: 102px;
  }
}
@media (max-width: 47.99em) {
  .partners .container {
    padding-bottom: 102px;
    flex-direction: column; /* Для мобильных устройств */
    gap: 12px;
  }
}
@media (max-width: 26.5525em) {
  .partners .container {
    padding-bottom: 102px;
  }
}
.partners .heading {
  margin-top: 10px;
  margin-right: 48px;
  margin-bottom: 64px !important;
}
@media (max-width: 47.99em) {
  .partners .heading {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 26.5525em) {
  .partners .heading {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 79.99em) {
  .partners .heading {
    min-width: 222px;
  }
}
.partners__item {
  cursor: pointer;
  flex: 1 1 30%; /* Ширина элементов по умолчанию */
  max-width: 30%; /* Гарантия размера */
  margin: 0; /* Удаление лишних отступов */
}
@media (max-width: 47.99em) {
  .partners__item {
    flex: 1 1 45%; /* Ширина для планшетов */
    max-width: 45%;
  }
}
@media (max-width: 26.5525em) {
  .partners__item {
    flex: 1 1 100%; /* Каждый баннер занимает всю ширину */
    max-width: 100%;
  }
}
.partners__item img {
  opacity: 0.88; /* Прозрачность банера */
  transition: opacity 300ms;
  max-width: 100%; /* Масштабируемость изображений */
  height: auto; /* Сохранение пропорций */
  display: block; /* Убедитесь, что баннеры остаются видимыми */
}
.partners__item img:hover {
  opacity: 1;
}


/**
 * mq() is a Sass mixin that helps you compose media queries in an elegant way.
 */
/*
 * Basic Utils
 */
/*
 * Basic Mixins
 */
.second-page header {
  background: none;
}
.second-page header .logo {
  position: absolute;
  top: 42px;
  left: 42px;
  display: block;
}
@media (min-width: 80em) and (max-width: 100em) {
  .second-page header .content {
    padding-left: 76px;
  }
  .second-page header .logo {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 35px;
    left: 35px;
  }
}
@media (max-width: 79.99em) {
  .second-page header .logo {
    position: static;
    top: 0;
    left: 0;
  }
}
@media (max-width: 47.99em) {
  .second-page header .logo {
    height: 40px;
    width: 40px;
  }
}
.second-page main {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1232px;
  padding-top: 190px;
  padding-bottom: 216px;
}
.second-page main #illustration {
  position: absolute;
  top: 150px;
  right: 10%;
  z-index: 0;
  width: 25%;
}
.second-page main p,
.second-page main h2,
.second-page main ul,
.second-page main strong,
.second-page main blockquote {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
}
@media (max-width: 47.99em) {
  .second-page main p,
.second-page main h2,
.second-page main ul,
.second-page main strong,
.second-page main blockquote {
    width: 100%;
  }
}
.second-page main h1 {
  margin-bottom: 130px;
  color: color-neutral("850");
}
.second-page main h2 {
  margin-bottom: 36px;
}
@media (max-width: 47.99em) {
  .second-page main h2 {
    margin-bottom: 24px;
  }
}
.second-page main p {
  font-size: 1rem;
  line-height: 1.75;
}
.second-page main p:not(:last-child) {
  margin-bottom: 16px;
}
.second-page main strong {
  font-size: 1.375rem;
  line-height: 1.45;
}
.second-page main strong:not(:last-child) {
  margin-bottom: 16px;
}
.second-page main blockquote {
  color: color-neutral("850");
  display: flex;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.47;
  margin-top: 0;
}
.second-page main blockquote:not(:last-child):not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 47.99em) {
  .second-page main blockquote:not(:last-child):not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (max-width: 47.99em) {
  .second-page main blockquote:not(:last-child):not(:last-child) {
    margin-bottom: 30px;
  }
}
.second-page main blockquote:before {
  content: "";
  display: block;
  position: static;
  height: 60px;
  width: 60px;
  min-width: 60px;
  margin-right: 48px;
  background: url("../assets/images/quotes.svg") no-repeat;
  background-size: contain !important;
}
.second-page main ul {
  padding-left: 60px;
}
.second-page main ul:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 47.99em) {
  .second-page main ul:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (max-width: 47.99em) {
  .second-page main ul:not(:last-child) {
    margin-bottom: 30px;
  }
}
.second-page main ul li {
  display: flex;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.73;
  font-weight: 600;
}
.second-page main ul li:not(:last-child) {
  margin-bottom: 24px;
}
.second-page main ul li:before {
  content: "";
  display: block;
  position: static;
  height: 14px;
  width: 14px;
  min-width: 14px;
  margin-right: 48px;
  margin-top: 5px;
  background: url("../assets/icons/plus.svg") no-repeat;
  background-size: contain !important;
}
@media (max-width: 26.5525em) {
  .second-page main ul li:before {
    margin-right: 24px;
  }
}
.second-page main section:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 47.99em) {
  .second-page main section:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (max-width: 47.99em) {
  .second-page main section:not(:last-child) {
    margin-bottom: 30px;
  }
}
.second-page main img:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 47.99em) {
  .second-page main img:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (max-width: 47.99em) {
  .second-page main img:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 79.99em) {
  .second-page main {
    width: 76%;
    padding: 190px 0 128px 0;
  }
  .second-page main #illustration {
    position: absolute;
    top: 112px;
    right: 12%;
  }
  .second-page main h1 {
    margin-bottom: 80px;
  }
  .second-page main p {
    font-size: 0.9375rem;
  }
  .second-page main strong {
    font-size: 1.1875rem;
  }
  .second-page main blockquote {
    font-size: 1.1875rem;
  }
}
@media (max-width: 47.99em) {
  .second-page main {
    padding: 150px 0 102px 0;
  }
  .second-page main #illustration {
    position: absolute;
    top: 110px;
    right: 12%;
    width: 33%;
  }
  .second-page main h1 {
    margin-bottom: 48px;
  }
  .second-page main ul {
    padding-left: 0;
  }
  .second-page main blockquote:before {
    margin-right: 32px;
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 26.5525em) {
  .second-page main {
    padding: 98px 0 36px 0;
  }
  .second-page main #illustration {
    position: absolute;
    top: 62px;
    right: 6%;
    width: 33%;
  }
  .second-page main blockquote {
    flex-direction: column;
    font-size: 1.0625rem;
  }
  .second-page main blockquote:before {
    margin-bottom: 8px;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  .second-page main p {
    font-size: 0.875rem;
  }
  .second-page main strong {
    font-size: 1.0625rem;
  }
  .second-page main ul li {
    font-size: 0.875rem;
    line-height: 1.57;
  }
  .second-page main h1 {
    margin-bottom: 36px;
  }
}
@media (max-width: 20.0525em) {
  .second-page main {
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
  }
}

html {
  font-size: 16px;
  color: #262322;
  background-color: white;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
}
body.modal-open {
  overflow-y: hidden;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  color: #262322;
  text-decoration: none;
  transition: opacity 300ms;
}
a:hover {
  opacity: 0.8;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.hidden {
  display: none;
}

/* Popup */
#popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(38, 35, 34, 0.7);
  transition: opacity 500ms;
  opacity: 1;
}
#popup.hidden {
  display: none;
  opacity: 0;
}
#popup__closer {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 20px;
  width: 20px;
}
#popup__content {
  padding: 110px 128px;
  background: #006533;
  color: white;
  box-shadow: 64px 64px 128px rgba(36, 36, 36, 0.48);
  position: relative;
  width: 90%;
  max-width: 1488px;
  max-height: 80%;
  overflow-y: scroll;
}
#popup__content .heading {
  margin-bottom: 36px;
  font-size: 2.25rem;
  line-height: 1.33;
  font-weight: bold;
}
@media (max-width: 79.99em) {
  #popup__content .heading {
    font-size: 1.8125rem;
  }
}
@media (max-width: 47.99em) {
  #popup__content .heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 26.5525em) {
  #popup__content .heading {
    font-size: 1.5625rem;
  }
}
#popup__content p {
  font-size: 1rem;
  line-height: 1.75;
}
#popup__content p:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 79.99em) {
  #popup__content p {
    line-height: 1.7;
  }
}
@media (max-width: 26.5525em) {
  #popup__content p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
#popup__content .columns {
  display: flex;
}
#popup__content .columns > div {
  flex: 1;
}
#popup__content .columns > div:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 59.375em) {
  #popup__content .columns {
    flex-direction: column;
  }
  #popup__content .columns > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 79.99em) {
  #popup__content {
    width: calc(100% - 34px * 2);
    padding: 90px;
  }
}
@media (max-width: 47.99em) {
  #popup__content {
    width: calc(100% - 54px * 2);
    padding: 48px;
  }
}
@media (max-width: 26.5525em) {
  #popup__content {
    width: calc(100% - 10px * 2);
    padding: 36px 24px;
  }
}

/* Swiper */
.swiper-pagination-bullet {
  opacity: 1;
}
.swiper-container-outer {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 48em) {
  .swiper-container-outer.to-right {
    padding: 0 2000px 0 30px;
    margin: 0 -2000px 0 -30px;
  }
}
@media (max-width: 47.99em) {
  .swiper-container-outer.to-right {
    padding: 0 1000px;
    margin: 0 -1000px;
  }
}
.swiper-container {
  cursor: grab;
  overflow: visible !important;
  flex-direction: column;
  align-items: flex-end;
}
.swiper-lazy:before {
  content: "";
  display: block;
  position: absolute;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: -1;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #006533;
  border-radius: 50%;
  border-top-color: transparent;
}

.slider-pagination {
  align-items: stretch;
  justify-content: flex-end;
  margin-top: 64px;
  z-index: 0;
  position: relative;
}
@media (max-width: 47.99em) {
  .slider-pagination {
    margin-top: 48px;
  }
}
@media (max-width: 26.5525em) {
  .slider-pagination {
    margin-top: 24px;
  }
}
.slider-pagination > * {
  margin-right: -1px;
}
.slider-pagination.bullets {
  left: 0;
}
.slider-pagination.bullets .swiper-pagination {
  flex: 1;
  display: flex;
  position: static;
  align-items: center;
  justify-content: flex-start;
}
.slider-pagination .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  border: 1px solid #D3D8D3;
  padding: 0 15px;
  color: #4C5B5C;
  font-size: 0.9375rem;
  font-weight: 600;
  width: auto;
}
.slider-pagination .swiper-pagination-current {
  margin-right: 5px;
}
.slider-pagination .swiper-pagination-total {
  margin-left: 5px;
}
.slider-pagination .swiper-pagination-bullet {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 24px;
  background: none;
  transition: color 300ms, font-weight 300ms;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: white;
  opacity: 1 !important;
  position: relative;
}
.slider-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: white;
  transition: all 300ms;
}
.slider-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
.slider-pagination .swiper-pagination-bullet:hover {
  color: #F9B233;
}
.slider-pagination .swiper-pagination-bullet:hover:after {
  background-color: #F9B233;
}
.slider-pagination .swiper-pagination-bullet-active {
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: bold;
  align-items: flex-start;
}
.slider-pagination .swiper-pagination-bullet-active:after {
  background-color: #F9B233;
}
@media (max-width: 26.5525em) {
  .slider-pagination .swiper-pagination-bullet {
    font-size: 0.75rem;
    height: 38px;
  }
  .slider-pagination .swiper-pagination-bullet-active {
    font-size: 1.0625rem;
  }
}

/* Map */
body .jvectormap-container {
  background: none !important;
}
body .jvectormap-zoomout, body .jvectormap-zoomin {
  border-radius: 0 !important;
  background-color: #006533;
}
body .jvectormap-tip {
  padding: 0;
  border: none;
  background-color: #006533;
  color: white;
  border-radius: 0;
  box-shadow: 64px 64px 128px rgba(36, 36, 36, 0.48);
  font-family: "Montserrat", sans-serif;
  max-width: 510px;
  z-index: 999;
}
body .jvectormap-tip__content {
  margin: 28px;
}
body .jvectormap-tip__content .towns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
body .jvectormap-tip__content .towns .town {
  margin: 12px 36px 12px 0;
}
body .jvectormap-tip__content .towns .town img {
  margin-right: 5px;
}
@media (max-width: 47.99em) {
  body .jvectormap-tip__content .towns {
    margin-top: 8px;
  }
  body .jvectormap-tip__content .towns .town {
    margin: 8px 12px 8px 0;
  }
}
@media (max-width: 79.99em) {
  body .jvectormap-tip {
    max-width: 328px;
  }
}
@media (max-width: 25em) {
  body .jvectormap-tip {
    max-width: 276px;
    left: 20px !important;
    right: 20px;
  }
}
body .jvectormap-marker {
  pointer-events: none;
  transform: translateY(-18px);
}

/*# sourceMappingURL=index.css.map */
