@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #815532;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.btn {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}

html {
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #F5F1E8;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
Стили будут применяться ко 
всем классам содержащим *__container
*/
[class*=__container] {
  max-width: 72.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

@media (min-width: 72.375em) {
  .agreement__container {
    padding-top: 4.25rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-top: clamp( 2.125rem , 1.3135441527rem  +  4.0572792363vw , 4.25rem )) {
    .agreement__container {
      padding-top: clamp( 2.125rem , 1.3135441527rem  +  4.0572792363vw , 4.25rem );
    }
  }
  @supports not (padding-top: clamp( 2.125rem , 1.3135441527rem  +  4.0572792363vw , 4.25rem )) {
    .agreement__container {
      padding-top: calc(2.125rem + 2.125 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .agreement__container {
    padding-top: 2.125rem;
  }
}
@media (min-width: 72.375em) {
  .agreement__container {
    padding-bottom: 3.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-bottom: clamp( 1.5625rem , 0.8942422434rem  +  3.3412887828vw , 3.3125rem )) {
    .agreement__container {
      padding-bottom: clamp( 1.5625rem , 0.8942422434rem  +  3.3412887828vw , 3.3125rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.5625rem , 0.8942422434rem  +  3.3412887828vw , 3.3125rem )) {
    .agreement__container {
      padding-bottom: calc(1.5625rem + 1.75 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .agreement__container {
    padding-bottom: 1.5625rem;
  }
}
.agreement__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  color: #815532;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 72.375em) {
  .agreement__link:not(:last-child) {
    margin-bottom: 5.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 0.6578162291rem  +  6.0859188544vw , 5.0625rem )) {
    .agreement__link:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 0.6578162291rem  +  6.0859188544vw , 5.0625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 0.6578162291rem  +  6.0859188544vw , 5.0625rem )) {
    .agreement__link:not(:last-child) {
      margin-bottom: calc(1.875rem + 3.1875 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .agreement__link:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.agreement__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #F4F5F6;
}
.agreement__button svg {
  fill: #815532;
}
@media (any-hover: hover) {
  .agreement__button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.agreement__title {
  font-weight: 700;
  line-height: 0.813559322;
}
@media (min-width: 72.375em) {
  .agreement__title {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 2.375rem , 2.1363365155rem  +  1.1933174224vw , 3rem )) {
    .agreement__title {
      font-size: clamp( 2.375rem , 2.1363365155rem  +  1.1933174224vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 2.375rem , 2.1363365155rem  +  1.1933174224vw , 3rem )) {
    .agreement__title {
      font-size: calc(2.375rem + 0.625 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .agreement__title {
    font-size: 2.375rem;
  }
}
.agreement__title:not(:last-child) {
  margin-bottom: 1.1875rem;
}
.agreement__item {
  line-height: 1.2;
}
@media (min-width: 72.375em) {
  .agreement__item {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem )) {
    .agreement__item {
      font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem )) {
    .agreement__item {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .agreement__item {
    font-size: 1rem;
  }
}
@media (min-width: 72.375em) {
  .agreement__item:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.6988365155rem  +  1.1933174224vw , 1.5625rem )) {
    .agreement__item:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6988365155rem  +  1.1933174224vw , 1.5625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.6988365155rem  +  1.1933174224vw , 1.5625rem )) {
    .agreement__item:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .agreement__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.header {
  background-color: #619B09;
}
.header__container {
  min-height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 72.375em) {
  .header__container {
    min-height: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (min-height: clamp( 5rem , 3.8544152745rem  +  5.7279236277vw , 8rem )) {
    .header__container {
      min-height: clamp( 5rem , 3.8544152745rem  +  5.7279236277vw , 8rem );
    }
  }
  @supports not (min-height: clamp( 5rem , 3.8544152745rem  +  5.7279236277vw , 8rem )) {
    .header__container {
      min-height: calc(5rem + 3 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .header__container {
    min-height: 5rem;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.625rem;
          flex: 0 0 8.625rem;
  height: 40px;
}
.header__logo svg {
  width: 100%;
  height: 100%;
}
.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99875em) {
  .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #619B09;
    padding: 110px 20px 20px;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    z-index: 4;
    overflow: auto;
  }
  .menu__body.active {
    right: 0;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  font-size: 1.125rem;
  -webkit-column-gap: 2.5625rem;
     -moz-column-gap: 2.5625rem;
          column-gap: 2.5625rem;
  line-height: 1.2222222222;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.75rem;
    color: #FFFFFF;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 1.25rem;
  }
}
.menu__item {
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.menu__item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 80%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu__item:hover {
    color: #FFFFFF;
  }
  .menu__item:hover:after {
    background-color: #FFFFFF;
  }
}
.icon-menu {
  display: none;
}
@media (max-width: 47.99875em) {
  .icon-menu {
    position: relative;
    z-index: 5;
    display: block;
    width: 30px;
    height: 18px;
    background-color: transparent;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 47.99875em) {
  .icon-menu::before {
    top: 0;
  }
}
@media (max-width: 47.99875em) {
  .icon-menu::after {
    bottom: 0;
  }
}
@media (max-width: 47.99875em) {
  .icon-menu span {
    top: calc(50% - 1px);
  }
}
@media (max-width: 47.99875em) {
  .icon-menu.active span {
    width: 0;
  }
  .icon-menu.active::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .icon-menu.active::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.4;
  max-width: 29.875rem;
}
@media (min-width: 72.375em) {
  .title {
    font-size: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 2.375rem , 2.0886038186rem  +  1.4319809069vw , 3.125rem )) {
    .title {
      font-size: clamp( 2.375rem , 2.0886038186rem  +  1.4319809069vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 2.375rem , 2.0886038186rem  +  1.4319809069vw , 3.125rem )) {
    .title {
      font-size: calc(2.375rem + 0.75 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 2.375rem;
  }
}

.main-screen {
  background-color: #619B09;
}
.main-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 47.99875em) {
  .main-screen__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main-screen__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  color: #FFFFFF;
}
.main-screen__title:not(:last-child) {
  margin-bottom: 0.25rem;
}
.main-screen__description {
  font-family: "Work Sans", sans-serif;
  line-height: 1.4;
  max-width: 34rem;
}
@media (min-width: 72.375em) {
  .main-screen__description {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem )) {
    .main-screen__description {
      font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem )) {
    .main-screen__description {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .main-screen__description {
    font-size: 1rem;
  }
}
.main-screen__description:not(:last-child) {
  margin-bottom: 1.9375rem;
}
.main-screen__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}
@media (min-width: 72.375em) {
  .main-screen__links {
    -webkit-column-gap: 1.3125rem;
       -moz-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports ((-moz-column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem )) or (column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem ))) {
    .main-screen__links {
      -webkit-column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem );
         -moz-column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem );
              column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem )) or (column-gap: clamp( 0.9375rem , 0.7943019093rem  +  0.7159904535vw , 1.3125rem ))) {
    .main-screen__links {
      -webkit-column-gap: calc(0.9375rem + 0.375 * (100vw - 20rem) / 52.375);
         -moz-column-gap: calc(0.9375rem + 0.375 * (100vw - 20rem) / 52.375);
              column-gap: calc(0.9375rem + 0.375 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .main-screen__links {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
.main-screen__link img {
  width: 100%;
}
.main-screen__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.main-screen__picture img {
  max-width: 100%;
}
@media (max-width: 47.99875em) {
  .main-screen__picture {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 72.375em) {
  .features__container {
    padding-top: 5.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-top: clamp( 2.6875rem , 1.7328460621rem  +  4.7732696897vw , 5.1875rem )) {
    .features__container {
      padding-top: clamp( 2.6875rem , 1.7328460621rem  +  4.7732696897vw , 5.1875rem );
    }
  }
  @supports not (padding-top: clamp( 2.6875rem , 1.7328460621rem  +  4.7732696897vw , 5.1875rem )) {
    .features__container {
      padding-top: calc(2.6875rem + 2.5 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .features__container {
    padding-top: 2.6875rem;
  }
}
@media (min-width: 72.375em) {
  .features__container {
    padding-bottom: 5.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-bottom: clamp( 1.4375rem , 0.0055190931rem  +  7.1599045346vw , 5.1875rem )) {
    .features__container {
      padding-bottom: clamp( 1.4375rem , 0.0055190931rem  +  7.1599045346vw , 5.1875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.4375rem , 0.0055190931rem  +  7.1599045346vw , 5.1875rem )) {
    .features__container {
      padding-bottom: calc(1.4375rem + 3.75 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .features__container {
    padding-bottom: 1.4375rem;
  }
}
@media (max-width: 47.99875em) {
  .features__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
}
.features__picture img {
  max-width: 100%;
}
@media (max-width: 47.99875em) {
  .features__picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.features__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}
@media (max-width: 47.99875em) {
  .features__text-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 72.375em) {
  .features__title:not(:last-child) {
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 1.5625rem , 0.7987768496rem  +  3.8186157518vw , 3.5625rem )) {
    .features__title:not(:last-child) {
      margin-bottom: clamp( 1.5625rem , 0.7987768496rem  +  3.8186157518vw , 3.5625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5625rem , 0.7987768496rem  +  3.8186157518vw , 3.5625rem )) {
    .features__title:not(:last-child) {
      margin-bottom: calc(1.5625rem + 2 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .features__title:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.item-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 72.375em) {
  .item-features {
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports ((-moz-column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem )) or (column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem ))) {
    .item-features {
      -webkit-column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem );
         -moz-column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem );
              column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem )) or (column-gap: clamp( 0.625rem , 0.2192720764rem  +  2.0286396181vw , 1.6875rem ))) {
    .item-features {
      -webkit-column-gap: calc(0.625rem + 1.0625 * (100vw - 20rem) / 52.375);
         -moz-column-gap: calc(0.625rem + 1.0625 * (100vw - 20rem) / 52.375);
              column-gap: calc(0.625rem + 1.0625 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .item-features {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (min-width: 72.375em) {
  .item-features:not(:last-child) {
    margin-bottom: 2.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.7488066826rem  +  2.5059665871vw , 2.5625rem )) {
    .item-features:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.7488066826rem  +  2.5059665871vw , 2.5625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.7488066826rem  +  2.5059665871vw , 2.5625rem )) {
    .item-features:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.3125 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .item-features:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.item-features__heading {
  font-weight: 700;
  line-height: 1.4090909091;
}
@media (min-width: 72.375em) {
  .item-features__heading {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 1.125rem , 1.0295346062rem  +  0.477326969vw , 1.375rem )) {
    .item-features__heading {
      font-size: clamp( 1.125rem , 1.0295346062rem  +  0.477326969vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0295346062rem  +  0.477326969vw , 1.375rem )) {
    .item-features__heading {
      font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .item-features__heading {
    font-size: 1.125rem;
  }
}
@media (min-width: 72.375em) {
  .item-features__heading:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.5295346062rem  +  0.477326969vw , 0.875rem )) {
    .item-features__heading:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5295346062rem  +  0.477326969vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.5295346062rem  +  0.477326969vw , 0.875rem )) {
    .item-features__heading:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.25 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .item-features__heading:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.item-features__description {
  line-height: 1.4;
}
@media (min-width: 72.375em) {
  .item-features__description {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem )) {
    .item-features__description {
      font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9045346062rem  +  0.477326969vw , 1.25rem )) {
    .item-features__description {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .item-features__description {
    font-size: 1rem;
  }
}

@media (min-width: 72.375em) {
  .testemonials__container {
    padding-top: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-top: clamp( 1.6875rem , 0.6135143198rem  +  5.369928401vw , 4.5rem )) {
    .testemonials__container {
      padding-top: clamp( 1.6875rem , 0.6135143198rem  +  5.369928401vw , 4.5rem );
    }
  }
  @supports not (padding-top: clamp( 1.6875rem , 0.6135143198rem  +  5.369928401vw , 4.5rem )) {
    .testemonials__container {
      padding-top: calc(1.6875rem + 2.8125 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .testemonials__container {
    padding-top: 1.6875rem;
  }
}
@media (min-width: 72.375em) {
  .testemonials__container {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-bottom: clamp( 2.3125rem , 1.4771778043rem  +  4.1766109785vw , 4.5rem )) {
    .testemonials__container {
      padding-bottom: clamp( 2.3125rem , 1.4771778043rem  +  4.1766109785vw , 4.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.3125rem , 1.4771778043rem  +  4.1766109785vw , 4.5rem )) {
    .testemonials__container {
      padding-bottom: calc(2.3125rem + 2.1875 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .testemonials__container {
    padding-bottom: 2.3125rem;
  }
}
.testemonials__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 72.375em) {
  .testemonials__header:not(:last-child) {
    margin-bottom: 3.375rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 1.5625rem , 0.870375895rem  +  3.4606205251vw , 3.375rem )) {
    .testemonials__header:not(:last-child) {
      margin-bottom: clamp( 1.5625rem , 0.870375895rem  +  3.4606205251vw , 3.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5625rem , 0.870375895rem  +  3.4606205251vw , 3.375rem )) {
    .testemonials__header:not(:last-child) {
      margin-bottom: calc(1.5625rem + 1.8125 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .testemonials__header:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 47.99875em) {
  .testemonials__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.25rem;
  }
}
.testemonials__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.testemonials__navigation svg {
  width: 1.375rem;
  height: 0.75rem;
}
.testemonials__button-prev, .testemonials__button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #619B09;
  border-radius: 100px;
  height: 3rem;
  width: 4.5rem;
}
.testemonials__button-prev svg, .testemonials__button-next svg {
  fill: #FFFFFF;
}
.testemonials__button-prev.swiper-button-disabled, .testemonials__button-next.swiper-button-disabled {
  background-color: rgba(18, 17, 39, 0.04);
}
.testemonials__button-prev.swiper-button-disabled svg, .testemonials__button-next.swiper-button-disabled svg {
  fill: #815532;
}
.testemonials__button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testemonials__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 16.375rem;
}
@media (min-width: 72.375em) {
  .testemonials__body {
    row-gap: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (row-gap: clamp( 1.0625rem , 0.7045047733rem  +  1.7899761337vw , 2rem )) {
    .testemonials__body {
      row-gap: clamp( 1.0625rem , 0.7045047733rem  +  1.7899761337vw , 2rem );
    }
  }
  @supports not (row-gap: clamp( 1.0625rem , 0.7045047733rem  +  1.7899761337vw , 2rem )) {
    .testemonials__body {
      row-gap: calc(1.0625rem + 0.9375 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .testemonials__body {
    row-gap: 1.0625rem;
  }
}
.testemonials__heading {
  font-weight: 700;
  line-height: 1.4166666667;
}
@media (min-width: 72.375em) {
  .testemonials__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 1.25rem , 1.1545346062rem  +  0.477326969vw , 1.5rem )) {
    .testemonials__heading {
      font-size: clamp( 1.25rem , 1.1545346062rem  +  0.477326969vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.1545346062rem  +  0.477326969vw , 1.5rem )) {
    .testemonials__heading {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .testemonials__heading {
    font-size: 1.25rem;
  }
}
.testemonials__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1rem;
  line-height: 1.8125;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.user__avatar {
  width: 48px;
  height: 48px;
  border-radius: 28px;
  overflow: hidden;
}
.user__avatar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
}
.user__author {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
.user__about {
  font-size: 0.75rem;
  line-height: 1.8333333333;
}

.header-contact {
  background-color: #619B09;
}
.header-contact__container {
  position: relative;
  z-index: 3;
  padding-bottom: 5.125rem;
  color: #FFFFFF;
}
@media (min-width: 72.375em) {
  .header-contact__container {
    padding-top: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-top: clamp( 2.8125rem , 1.5953162291rem  +  6.0859188544vw , 6rem )) {
    .header-contact__container {
      padding-top: clamp( 2.8125rem , 1.5953162291rem  +  6.0859188544vw , 6rem );
    }
  }
  @supports not (padding-top: clamp( 2.8125rem , 1.5953162291rem  +  6.0859188544vw , 6rem )) {
    .header-contact__container {
      padding-top: calc(2.8125rem + 3.1875 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .header-contact__container {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 72.375em) {
  .header-contact__title {
    padding-left: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-left: clamp( 0.0000000625rem , -1.1455846392rem  +  5.7279235084vw , 3rem )) {
    .header-contact__title {
      padding-left: clamp( 0.0000000625rem , -1.1455846392rem  +  5.7279235084vw , 3rem );
    }
  }
  @supports not (padding-left: clamp( 0.0000000625rem , -1.1455846392rem  +  5.7279235084vw , 3rem )) {
    .header-contact__title {
      padding-left: calc(0.0000000625rem + 2.9999999375 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .header-contact__title {
    padding-left: 0.0000000625rem;
  }
}
@media (min-width: 72.375em) {
  .header-contact__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.3863365155rem  +  1.1933174224vw , 1.25rem )) {
    .header-contact__title:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3863365155rem  +  1.1933174224vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.3863365155rem  +  1.1933174224vw , 1.25rem )) {
    .header-contact__title:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .header-contact__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.header-contact__subtitle {
  line-height: 1.7777777778;
  max-width: 39.25rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 72.375em) {
  .header-contact__subtitle {
    padding-left: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-left: clamp( 0.0000000625rem , -1.1455846392rem  +  5.7279235084vw , 3rem )) {
    .header-contact__subtitle {
      padding-left: clamp( 0.0000000625rem , -1.1455846392rem  +  5.7279235084vw , 3rem );
    }
  }
  @supports not (padding-left: clamp( 0.0000000625rem , -1.1455846392rem  +  5.7279235084vw , 3rem )) {
    .header-contact__subtitle {
      padding-left: calc(0.0000000625rem + 2.9999999375 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .header-contact__subtitle {
    padding-left: 0.0000000625rem;
  }
}
@media (min-width: 72.375em) {
  .header-contact__subtitle {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (font-size: clamp( 1rem , 0.9522673031rem  +  0.2386634845vw , 1.125rem )) {
    .header-contact__subtitle {
      font-size: clamp( 1rem , 0.9522673031rem  +  0.2386634845vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9522673031rem  +  0.2386634845vw , 1.125rem )) {
    .header-contact__subtitle {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .header-contact__subtitle {
    font-size: 1rem;
  }
}

.body-contact__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 72.375em) {
  .body-contact__container {
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-bottom: clamp( 2.1875rem , 1.2328460621rem  +  4.7732696897vw , 4.6875rem )) {
    .body-contact__container {
      padding-bottom: clamp( 2.1875rem , 1.2328460621rem  +  4.7732696897vw , 4.6875rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.1875rem , 1.2328460621rem  +  4.7732696897vw , 4.6875rem )) {
    .body-contact__container {
      padding-bottom: calc(2.1875rem + 2.5 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .body-contact__container {
    padding-bottom: 2.1875rem;
  }
}
.body-contact__form {
  position: relative;
  margin-top: -5.125rem;
  z-index: 2;
}
.body-contact__picture {
  position: absolute;
  right: 0;
  margin-top: -11.5rem;
  z-index: 1;
}
@media (max-width: 47.99875em) {
  .body-contact__picture {
    display: none;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 744px;
          flex: 0 1 744px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
          box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
  border-radius: 1rem;
  background-color: #FFFFFF;
}
@media (min-width: 72.375em) {
  .form {
    row-gap: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (row-gap: clamp( 1.25rem , 0.9636038186rem  +  1.4319809069vw , 2rem )) {
    .form {
      row-gap: clamp( 1.25rem , 0.9636038186rem  +  1.4319809069vw , 2rem );
    }
  }
  @supports not (row-gap: clamp( 1.25rem , 0.9636038186rem  +  1.4319809069vw , 2rem )) {
    .form {
      row-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .form {
    row-gap: 1.25rem;
  }
}
@media (min-width: 72.375em) {
  .form {
    padding-top: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-top: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem )) {
    .form {
      padding-top: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem );
    }
  }
  @supports not (padding-top: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem )) {
    .form {
      padding-top: calc(1.5rem + 1.5 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .form {
    padding-top: 1.5rem;
  }
}
@media (min-width: 72.375em) {
  .form {
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-bottom: clamp( 1.625rem , 1.0044749403rem  +  3.1026252983vw , 3.25rem )) {
    .form {
      padding-bottom: clamp( 1.625rem , 1.0044749403rem  +  3.1026252983vw , 3.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.625rem , 1.0044749403rem  +  3.1026252983vw , 3.25rem )) {
    .form {
      padding-bottom: calc(1.625rem + 1.625 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .form {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 72.375em) {
  .form {
    padding-right: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-right: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem )) {
    .form {
      padding-right: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem );
    }
  }
  @supports not (padding-right: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem )) {
    .form {
      padding-right: calc(1.5rem + 1.5 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .form {
    padding-right: 1.5rem;
  }
}
@media (min-width: 72.375em) {
  .form {
    padding-left: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (padding-left: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem )) {
    .form {
      padding-left: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem );
    }
  }
  @supports not (padding-left: clamp( 1.5rem , 0.9272076372rem  +  2.8639618138vw , 3rem )) {
    .form {
      padding-left: calc(1.5rem + 1.5 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .form {
    padding-left: 1.5rem;
  }
}
.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.form__input label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
.form__input input {
  height: 3.25rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid rgba(18, 17, 39, 0.12);
  border-radius: 0.5rem;
  color: #815532;
}
.form__input input::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #815532;
}
.form__input input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #815532;
}
.form__input input:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #815532;
}
.form__input input::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #815532;
}
.form__input input::placeholder {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #815532;
}
.form__select {
  font-weight: 600;
}
.form__title {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
.form__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.form__topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 36.25rem;
}
.form__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  padding: 0.4375rem 1.125rem;
  min-height: 40px;
  border: 1px solid rgba(18, 17, 39, 0.12);
  border-radius: 6.25rem;
}
.form__topic.active {
  border: 2px solid rgba(97, 155, 9, 0.3);
  color: #619B09;
  background: rgba(97, 155, 9, 0.1);
}
.form__button {
  background: #619B09;
  border-radius: 8px;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 500;
  line-height: 1.25;
  color: #FFFFFF;
  padding: 0.875rem 2rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .form__button:hover {
    background-color: #598f09;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@media (max-width: 47.99875em) {
  .form__button {
    width: 100%;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 72.375em) {
  .footer__container {
    min-height: 3.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports (min-height: clamp( 3.8125rem , 3.8125rem  +  0vw , 3.8125rem )) {
    .footer__container {
      min-height: clamp( 3.8125rem , 3.8125rem  +  0vw , 3.8125rem );
    }
  }
  @supports not (min-height: clamp( 3.8125rem , 3.8125rem  +  0vw , 3.8125rem )) {
    .footer__container {
      min-height: calc(3.8125rem + 0 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__container {
    min-height: 3.8125rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer__item:not(:last-child)::after {
  content: "";
  height: 1.2857142857em;
  width: 1px;
  background-color: #815532;
}
@media (max-width: 451.98px) {
  .footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__item::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .footer__link {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
  .footer__link:hover {
    color: #619B09;
  }
}
.contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 72.375em) {
  .contacts-footer {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 72.375em) {
  @supports ((-moz-column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem )) or (column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem ))) {
    .contacts-footer {
      -webkit-column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem );
         -moz-column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem );
              column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem )) or (column-gap: clamp( 0.625rem , 0.0999403341rem  +  2.6252983294vw , 2rem ))) {
    .contacts-footer {
      -webkit-column-gap: calc(0.625rem + 1.375 * (100vw - 20rem) / 52.375);
         -moz-column-gap: calc(0.625rem + 1.375 * (100vw - 20rem) / 52.375);
              column-gap: calc(0.625rem + 1.375 * (100vw - 20rem) / 52.375);
    }
  }
}
@media (max-width: 20em) {
  .contacts-footer {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.contacts-footer__item svg {
  fill: #815532;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts-footer__item:hover svg {
    fill: #619B09;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}