:root {
  --black: #505450;
  --black50:rgba(80, 84, 80, 0.5);
  --green:#9aea88;
  --green-hover:#d1f8c9;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.section-title {
  font-weight: 400;
  font-size: 3.4375rem;
  line-height: 109%;
}

.section-title span {
  color: var(--black50);
  font-size: 3.4375rem;
  line-height: 109%;
}

.section-title__sub {
  color: var(--black50);
  font-size: 3.4375rem;
  line-height: 109%;
}

.slider-arrows__wrap {
  display: flex;
}

.slider-arrow {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1f8c9;
  transition: all ease .3s;
}

.slider-arrow.slick-disabled {
  pointer-events: none;
}

.slider-arrow.slick-disabled svg {
  opacity: .5;
}

.slider-arrow:first-child {
  border-radius: 50px 0 0 50px;
}

.slider-arrow:last-child {
  border-radius: 0 50px 50px 0;
}

.slider-arrow:hover {
  transition: all ease .3s;
  background: #9aea88;
}

.text-hover {
  position: relative;
}

.text-hover svg {
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

.text-hover::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.text-hover:hover:after {
  width: 100%;
  transition: all ease .3s;
}

.btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.625rem;
  justify-content: center;
  background: var(--green);
  border-radius: 0.875rem;
  transition: all ease .3s;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--black);
}

.btn:hover {
  transition: all ease .3s;
  background: var(--green-hover);
  border-radius: 3.5rem;
}

.title-section {
  font-size: 3.4375rem;
  line-height: 109%;
  font-weight: 400;
}

.title-section span {
  color: var(--black50);
  font-size: 3.4375rem;
  line-height: 109%;
}

.title-section__sub {
  font-weight: 400;
  font-size: 3.4375rem;
  line-height: 109%;
  color: var(--black50);
}

.js-close-menu {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
  display: none;
}

.burger {
  margin-left: 0.625rem;
  margin-right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  height: 3.125rem;
  background: #dddfdd;
  border-radius: 14px;
}

.burger.open .burger-open {
  display: none;
}

.burger.open .burger-close {
  display: flex;
}

.burger-close {
  display: none;
}

.js-close-menu {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.875rem;
}

.page-top {
  margin-top: 4.375rem;
}

.page-top__row {
  display: flex;
}

.page-top__col {
  width: calc(100% - 19.375rem);
}

.breadcrumbs {
  width: 19.375rem;
  margin-right: 0.8rem;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs ul li {
  margin-right: 0.9375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 192%;
  color: rgba(80, 84, 80, 0.5);
}

.breadcrumbs ul li a {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 192%;
  color: rgba(80, 84, 80, 0.5);
}

.breadcrumbs ul li:last-child {
  margin-right: 0;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 192%;
  color: #505450;
}

.breadcrumbs ul li:last-child a {
  font-size: 0.75rem;
  line-height: 192%;
  color: #505450;
}

.page-title {
  font-weight: 400;
  font-size: 4.6875rem;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: #505450;
}

.page-title span {
  color: var(--black50);
  font-size: 4.6875rem;
  line-height: 95%;
}

.page-title__sub {
  margin-top: 3.125rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 136%;
}

.page-top__col-footer {
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-top__col-footer .text-hover {
  font-size: 0.75rem;
  color: rgba(80, 84, 80, 0.7);
}

.page-top__col-footer .text-hover::after {
  background: rgba(80, 84, 80, 0.7);
}

.page-top__col-footer .text-hover svg {
  right: -1.25rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(80, 84, 80, 0.5);
}

.modal-body {
  max-width: 780px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f4f2ee;
  border-radius: 20px;
  padding: 5rem 4.375rem;
}

.modal-body__close {
  cursor: pointer;
  top: 2.25rem;
  right: 2.25rem;
  position: absolute;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 164%;
}

.modal-body__close svg {
  margin-left: 0.5rem;
}

.modal-body__title {
  font-size: 2.1875rem;
  line-height: 114%;
  text-align: center;
}

.modal-body__thank {
  display: none;
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.modal-body__thank-title {
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 114%;
  text-align: center;
}

.modal-body__thank-text {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 137%;
  text-align: center;
}

.modal-body__thank-footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.modal .contact-form {
  margin-top: 4.375rem;
  padding: 0;
}

.modal .contact-form .input-rows {
  margin-bottom: 2.5rem;
}

.modal .contact-form .input-col {
  width: calc(50% - 0.625rem);
}

.modal .wpcf7-response-output {
  display: none;
}

.mob-show {
  display: none;
}

.mob-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  z-index: 1;
  padding-top: 126px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

@media (max-width: 80rem) {
  .burger {
    display: flex;
  }
  .title-section {
    font-size: 2.7rem;
  }
  .title-section span {
    font-size: 2.7rem;
    line-height: 114%;
  }
  .title-section__sub {
    font-size: 2.7rem;
  }
  .mob-show.btn {
    display: inline-flex;
    white-space: nowrap;
  }
  .mob-show.btn.active {
    display: none;
  }
  .mob-menu__catalog a {
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 120%;
    color: rgba(80, 84, 80, 0.5);
  }
  .mob-menu__catalog.active a {
    color: #505450;
  }
  .mob-menu__catalog.active ul li a {
    color: #505450;
  }
  .mob-menu__catalog.active .open-catalog span::after {
    display: none;
  }
  .mob-menu__catalog ul {
    margin-top: 0.625rem;
    display: none;
  }
  .mob-menu__catalog ul li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(80, 84, 80, 0.1);
  }
  .mob-menu__catalog ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #505450;
  }
  .mob-menu__primary li {
    margin-top: 2.1875rem;
  }
  .mob-menu__primary li a {
    margin-top: 2.1875rem;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: rgba(80, 84, 80, 0.5);
  }
  .mob-menu .header-btn {
    display: flex;
    width: calc(100% - 2.25rem);
    display: flex;
    height: 3.125rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    margin-left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
  }
  .open-catalog {
    position: relative;
  }
  .open-catalog span {
    position: absolute;
    top: 13px;
    right: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .open-catalog span::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #505450;
  }
  .open-catalog span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #505450;
  }
  .header-lang {
    height: auto !important;
    width: auto !important;
  }
  .header-lang.active {
    display: flex !important;
  }
  .header-lang__current {
    padding: 0 !important;
    border: none !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    line-height: 164%;
    color: rgba(80, 84, 80, 0.5) !important;
    width: auto !important;
  }
  .header-lang__select ul li {
    margin-bottom: 0 !important;
    margin-left: 15px !important;
  }
  .header-lang__current svg {
    display: none !important;
  }
  .header-lang__select {
    padding: 0 !important;
    display: flex !important;
    position: static !important;
  }
  .header-lang__select ul {
    display: flex;
  }
}

@media (max-width: 62rem) {
  .burger {
    top: 58%;
  }
  .page-top__row {
    flex-wrap: wrap;
  }
  .page-title {
    margin-top: 2.5rem;
    width: 100%;
    font-size: 3.4375rem;
  }
  .page-title span {
    font-size: 3.4375rem;
  }
  .modal {
    overflow-y: auto;
    padding-top: 7.5rem;
  }
  .modal-body {
    margin-top: 5rem;
    top: 0;
    transform: translate(-50%, 0);
    padding: 5rem 1.875rem;
    padding-bottom: 2.5rem;
  }
  .modal .contact-form {
    margin-top: 3.125rem;
  }
  .modal-body__title {
    font-size: 1.625rem;
  }
}

@media (max-width: 46rem) {
  .page-top {
    margin-top: 3.75rem;
  }
  .burger {
    top: 42%;
    right: 0.625rem;
  }
  .page-title {
    font-size: 2.3125rem;
    line-height: 105%;
    letter-spacing: -0.02em;
  }
  .page-title span {
    font-size: 2.3125rem;
    line-height: 105%;
    letter-spacing: -0.02em;
  }
  .modal .contact-form .input-col {
    width: 100%;
  }
  .modal-body__title {
    font-size: 1.5625rem;
    line-height: 160%;
  }
  .modal-body {
    width: 21.25rem;
    padding: 5rem 1.875rem 3.75rem 1.875rem;
  }
  .modal-body__close {
    top: 1.875rem;
    right: 1.875rem;
  }
  .modal-body__close span {
    display: none;
  }
}

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

@media (max-width: 46rem) {
  .title-section {
    font-size: 30px;
    line-height: 114%;
  }
  .title-section span {
    font-size: 30px;
    line-height: 114%;
  }
  .title-section__sub {
    font-size: 30px;
    line-height: 114%;
  }
  .modal-body__thank-title {
    font-size: 1.5625rem;
    line-height: 132%;
  }
  .modal-body__thank-text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 137%;
  }
  .modal-body__thank-text br {
    display: none;
  }
  .modal-body__thank {
    margin-top: 0;
    margin-bottom: 0;
  }
  .modal-body__thank-bnt {
    display: flex;
    width: 100%;
  }
  .page-title__sub {
    margin-top: 2.5rem;
  }
  .page-title__sub br {
    display: none;
  }
  .page-top__col {
    width: 100%;
  }
  .page-top__col-footer {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
    padding-right: 1.25rem;
  }
  .btn {
    height: 3.125rem;
  }
}

.header {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
  width: calc(100% - 1.875rem);
  height: 4.375rem;
  top: 0.9375rem;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #f4f2ee;
}

.header-row {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-col {
  margin-left: 16.875rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-catalog {
  position: relative;
  height: 130%;
  display: flex;
}

.header-catalog:hover .header-catalog__menu {
  display: block;
}

.header-catalog:hover .header-catalog__btn-vector::before {
  transform: rotate(45deg);
  transition: transform ease .3s;
  top: 0;
}

.header-catalog:hover .header-catalog__btn-vector::after {
  transform: rotate(-45deg);
  transition: transform ease .3s;
  bottom: -1px;
}

.header-catalog__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.header-catalog__btn-vector {
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
  display: flex;
  align-items: center;
}

.header-catalog__btn-vector::before {
  content: "";
  position: absolute;
  top: -4px;
  display: block;
  width: 0.625rem;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.header-catalog__btn-vector::after {
  content: "";
  position: absolute;
  bottom: -4px;
  display: block;
  width: 0.625rem;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.header-catalog__menu {
  display: none;
  position: absolute;
  left: -0.75rem;
  top: 5.5rem;
  background: #f4f2ee;
  border-radius: 10px;
  padding: 1.875rem;
  width: 17.5rem;
}

.header-catalog__menu ul li {
  margin-bottom: 1.875rem;
}

.header-catalog__menu ul li a {
  position: relative;
  font-size: 0.875rem;
}

.header-catalog__menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.header-catalog__menu ul li a:hover:after {
  width: 100%;
  transition: all ease .3s;
}

.header-catalog__menu ul li:last-child {
  margin-bottom: 0;
}

.header-catalog__menu a {
  display: block;
  width: max-content;
}

.header-action {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-menu {
  margin-right: 3.125rem;
}

.header-menu ul {
  display: flex;
}

.header-menu ul li {
  margin-right: 1.875rem;
}

.header-menu ul li a {
  position: relative;
  font-size: 0.875rem;
}

.header-menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.header-menu ul li a:hover:after {
  width: 100%;
  transition: all ease .3s;
}

.header-menu ul li:last-child {
  margin-right: 0;
}

.header-lang {
  margin-right: 3.125rem;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
}

.header-lang:hover .header-lang__current svg {
  transform: scale(-1);
  transition: all ease .3s;
}

.header-lang:hover .header-lang__select {
  display: block;
}

.header-lang__current {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #505450;
  border-radius: 40px;
  padding: 0.75rem 17px;
  width: 5.5rem;
  height: 2.75rem;
  font-size: 0.875rem;
}

.header-lang__current svg {
  transition: all ease .3s;
  display: block;
  margin-left: 1rem;
}

.header-lang__select {
  display: none;
  position: absolute;
  top: 88px;
  border-radius: 20px;
  padding: 1.25rem 17px;
  width: 5.5rem;
  background: #f4f2ee;
}

.header-lang__select ul li {
  margin-bottom: 1.25rem;
}

.header-lang__select ul li a {
  display: block;
  width: max-content;
  font-size: 0.875rem;
}

.header-lang__select ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 80rem) {
  .header-catalog, .header-menu, .header-lang {
    display: none;
  }
  .header-action {
    margin-left: 0;
  }
  .header-row {
    justify-content: space-between;
  }
  .header-col {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }
  .header-btn {
    display: none;
    height: 3.125rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

@media (max-width: 46rem) {
  .header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: calc(100% - 2.25rem);
  }
}

.main {
  display: flex;
  align-items: flex-end;
  width: calc(100% - 1.875rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  border-radius: 30px;
  height: 41.875rem;
  overflow: hidden;
}

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.main-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title {
  font-weight: 400;
  font-size: 4.6875rem;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: #fff;
}

.main-title__sub {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  color: #fff;
}

.main-btn {
  margin-top: 2.5rem;
}

.main-footer {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 192%;
  color: rgba(255, 255, 255, 0.7);
}

.main-footer a {
  align-items: center;
}

.main-footer a svg {
  margin-left: 0.875rem;
}

.main-footer a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transition: all ease .3s;
}

@media (max-width: 62rem) {
  .main {
    padding-left: 16.5rem;
  }
  .main-title {
    font-weight: 400;
    font-size: 3.688rem;
  }
}

@media (max-width: 46rem) {
  .main {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 7.875rem;
    width: calc(100% - 2.25rem);
  }
  .main-title {
    font-size: 2.3125rem;
    line-height: 105%;
    letter-spacing: -0.02em;
  }
  .main-title br {
    display: none;
  }
  .main-title__sub {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 137%;
  }
  .main-title__sub br {
    display: none;
  }
  .main-btn {
    margin-top: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .main-footer {
    bottom: 3.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.about {
  padding-top: 12.5rem;
}

.about-row {
  display: flex;
  border-bottom: 1px solid rgba(80, 84, 80, 0.3);
  padding-bottom: 9.875rem;
}

.about-video {
  max-width: 19.625rem;
  min-width: 20rem;
  width: 100%;
}

.about-video a {
  position: relative;
  display: block;
  width: 100%;
  height: 13.75rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.about-video a img {
  width: 100%;
  height: 100%;
}

.about-video a svg {
  width: 4.375rem;
  height: 4.375rem;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
}

.about-video__text {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
}

.about-text {
  margin-left: 6.875rem;
}

.about-text p {
  font-size: 3.4375rem;
  line-height: 109%;
}

.about-text p b {
  font-weight: 400;
  color: var(--black50);
}

.about-text a {
  position: relative;
  display: block;
  width: max-content;
  align-items: center;
  margin-top: 3.625rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
}

.about-text a svg {
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

.about-page__video {
  border-radius: 30px;
  position: relative;
  width: calc(100% - 1.875rem);
  height: 39.875rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-page__video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page__video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page__video a {
  display: flex;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-left: 1.75rem;
  position: absolute;
  z-index: 1;
  left: 2.5rem;
  bottom: 2.5rem;
  border-radius: 18px;
  width: 4.375rem;
  height: 4.375rem;
  backdrop-filter: blur(28.0px);
  background: rgba(60, 64, 61, 0.6);
  transition: all ease .3s;
}

.about-page__video a svg {
  display: block;
  min-width: 1.0625rem;
  margin-right: 1.625rem;
}

.about-page__video a span {
  opacity: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 168%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #d1f8c9;
}

.about-page__video a:hover {
  width: 16.875rem;
  transition: all ease .3s;
}

.about-page__video a:hover span {
  opacity: 1;
  transition: all ease .5s;
}

.about-page__text {
  padding-top: 12.5rem;
}

.about-page__text .container {
  position: relative;
}

.about-page__text-row {
  display: flex;
}

.about-page__text-col {
  width: 20.175rem;
}

.about-page__text-tag {
  padding: 0 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  height: 37px;
  background: #f0f1f1;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 230%;
	opacity:0;
  text-transform: uppercase;
}

.about-page__text-content {
  width: calc(100% - 20.175rem);
  font-size: 3.4375rem;
  line-height: 109%;
}

.about-page__text-footer {
  position: absolute;
  left: 4.375rem;
  bottom: 0;
}

.about-page__text-footer b {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: normal;
}

.about-page__text-footer p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}

.about-page__running {
  margin-top: 12.5rem;
  overflow: hidden;
}

.about-page__running-row {
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  transition: transform 0.1s linear;
}

.about-page__running-item {
  border-radius: 15px;
  min-width: 26.25rem;
  height: 15.375rem;
  overflow: hidden;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.about-page__running-item img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media (max-width: 80rem) {
  .about-text p {
    font-size: 2.5rem;
  }
  .about-text p br {
    display: none;
  }
  .about {
    padding-top: 7.5rem;
  }
  .about-row {
    padding-bottom: 7.5rem;
  }
}

@media (max-width: 62rem) {
  .about-row {
    flex-wrap: wrap;
  }
  .about-text {
    order: 1;
    margin-left: 0;
  }
  .about-video {
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    max-width: 24.625rem;
  }
  .about-page__text {
    padding-top: 7.5rem;
  }
  .about-page__text-row {
    flex-wrap: wrap;
  }
  .about-page__text-content {
    margin-top: 2.5rem;
    width: 100%;
  }
  .about-page__text-content {
    font-size: 1.8125rem;
    line-height: 114%;
  }
  .about-page__text-footer {
    position: static;
    margin-top: 2.5rem;
  }
  .about-page__running {
    margin-top: 7.5rem;
  }
  .about-page__running-item {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    border-radius: 7px;
    width: 12.3125rem;
    min-width: 12.3125rem;
    height: 9.8125rem;
  }
  .about-page__running-item img {
    border-radius: 7px;
    object-fit: cover;
  }
}

@media (max-width: 46rem) {
  .about {
    padding-top: 5rem;
  }
  .about-row {
    padding-bottom: 5rem;
  }
  .about-text {
    order: 1;
    margin-left: 0;
  }
  .about-text p {
    font-size: 29px;
    line-height: 114%;
  }
  .about-text a {
    margin-top: 2.875rem;
    font-size: 1rem;
    line-height: 144%;
  }
  .about-video {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .about-video a svg {
    bottom: 0.625rem;
  }
  .about-video__text {
    font-size: 1rem;
    line-height: 137%;
  }
  .about-page__video {
    border-radius: 15px;
    height: 13.75rem;
  }
  .about-page__video a {
    left: 1.25rem;
    bottom: 0.625rem;
  }
  .about-page__text {
    padding-top: 4.375rem;
  }
  .about-page__running {
    margin-top: 5rem;
  }
}

.type {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.type-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.type-slider {
  margin-top: 0.625rem;
}

.type-slider .card-item {
  height: 27.8125rem;
}

.type-slider .card-item__img {
  height: 13.5625rem;
}

.type-slider .card-item__img img {
  height: 100%;
}

.type-slider .slick-list {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
}

.type-slider .slick-track {
  display: flex;
}

@media (max-width: 80rem) {
  .type {
    padding-top: 7.5rem;
  }
}

@media (max-width: 46rem) {
  .type {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .type-slider {
    margin-top: 2.5rem;
  }
  .type .card-item {
    margin-top: 0;
  }
  .type-slider__arrows {
    position: absolute;
    left: 1.125rem;
    bottom: 5rem;
  }
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-item {
  margin-top: 3.75rem;
  padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  display: block;
  width: calc(33.33% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-radius: 15px;
  background: #f4f2ee;
  overflow: hidden;
}

.card-item:hover .card-item__title:after {
  width: 100%;
  transition: all ease .3s;
}

.card-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: #ECEBE7;
}

.card-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.card-item__content {
  margin-top: 2.8125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.card-item__title {
  position: relative;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 120%;
  width: max-content;
}

.card-item__title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.card-item__text {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
}

.card-main {
  margin-top: 3.125rem;
}

.card-main__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  background: #dde0df;
  border-radius: 30px;
}

.card-img {
  max-width: 38.75rem;
  width: 100%;
}

.card-img img {
  width: 100%;
}

.card-content {
  max-width: 31.875rem;
  width: 100%;
  border-radius: 20px;
  padding: 3.125rem;
  background: #fbfbfb;
}

.card-title {
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 114%;
}

.card-title__sub {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 136%;
  color: rgba(80, 84, 80, 0.8);
}

.card-list {
  margin-top: 1.875rem;
}

.card-list__item {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  height: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  margin-bottom: 0.3125rem;
}

.card-list__item:last-child {
  margin-bottom: 0;
}

.card-list__item-col {
  display: flex;
  align-items: center;
}

.card-list__item-icon {
  margin-right: 0.625rem;
}

.card-list__item-text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 192%;
  text-transform: uppercase;
}

.card-list__item-val {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 157%;
}

.card-btn {
  cursor: pointer;
  margin-top: 1.875rem;
  display: flex;
  width: 100%;
}

.card-faq {
  padding-top: 12.5rem;
}

.goods {
  padding-top: 12.5rem;
}

.goods-wrap {
  margin-top: 3.75rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.goods-top {
  padding-right: 2.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goods-slider {
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.goods-slider__arrows {
  display: none;
}

.goods-slider .slick-track {
  display: flex;
}

@media (max-width: 62rem) {
  .card-item {
    margin-top: 1.875rem;
    width: calc(50% - 1.25rem);
  }
  .card-main__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .goods-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .goods-top {
    padding-right: 2.5rem;
  }
  .goods-slider .card-item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (max-width: 46rem) {
  .card-row {
    margin-left: 0;
    margin-right: 0;
  }
  .card-item {
    padding-bottom: 2.5rem;
    margin-top: 1.125rem;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .card-item__img {
    height: auto;
  }
  .card-item__img img {
    height: auto;
  }
  .card-item__content {
    margin-top: 2.1875rem;
  }
  .card-item__title {
    font-size: 1.25rem;
    line-height: 150%;
    width: auto;
  }
  .card-item__text {
    margin-top: 1.25rem;
  }
  .card-main {
    margin-top: 2.5rem;
  }
  .card-main__row {
    border-radius: 15px;
  }
  .card-content {
    margin-top: 0.625rem;
    padding: 1.875rem 1.5625rem;
  }
  .card-title {
    font-size: 1.5625rem;
    line-height: 120%;
  }
  .card-title__sub {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 136%;
  }
  .card-list__item {
    height: auto;
    padding: 1.5625rem;
    flex-wrap: wrap;
  }
  .card-list__item-col {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .goods-slider__arrows {
    display: flex;
  }
  .goods {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }
  .goods-wrap {
    margin-top: 2.5rem;
  }
  .goods-slider .card-item {
    margin-top: 0;
  }
  .goods-action {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.business {
  padding-right: 4.375rem;
  width: calc(100% - 1.875rem);
  margin-left: auto;
  margin-right: auto;
  height: 46.5625rem;
  background: #3c403d;
  border-radius: 20px;
  overflow: hidden;
}

.business-wrap {
  display: flex;
  justify-content: space-between;
}

.business-content {
  width: 25.625rem;
  margin-top: 7.5rem;
  margin-left: 7.5rem;
}

.business .title-section {
  line-height: 109%;
  color: #d1f8c9;
}

.business-text {
  margin-top: 3.125rem;
  font-size: 1rem;
  line-height: 137%;
  color: #d1f8c9;
}

.business-btn {
  margin-top: 3.125rem;
}

.business-img {
  display: flex;
}

.business-img img {
  display: block;
  margin-bottom: 2.375rem;
  border-radius: 10px;
}

.business-img__left {
  margin-right: 2.375rem;
  transform: translateY(6.25rem);
}

.business-img__right {
  margin-right: 2.375rem;
  transform: translateY(-6.25rem);
}

@media (max-width: 82.5rem) {
  .business {
    padding-right: 0;
  }
  .business-content {
    margin-left: 2.5rem;
  }
  .business-img img {
    width: 12.5rem;
    height: auto;
  }
}

@media (max-width: 62rem) {
  .business {
    height: auto;
  }
  .business-wrap {
    flex-wrap: wrap;
  }
  .business-content {
    margin-top: 5rem;
    width: 100%;
  }
  .business-text {
    margin-top: 2.5rem;
  }
  .business-img {
    margin-top: 3.75rem;
    overflow: hidden;
    width: 100%;
    height: 35rem;
    justify-content: center;
  }
  .business-img img {
    margin-bottom: 1.25rem;
  }
  .business-img__right {
    margin-right: 0;
  }
}

@media (max-width: 46rem) {
  .business {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .business-content {
    margin-left: 0;
  }
  .business-text {
    font-size: 1rem;
    line-height: 137%;
  }
  .business-btn {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .business-img img {
    width: 136px;
    margin-bottom: 1.125rem;
  }
  .business-img__left {
    margin-right: 1.125rem;
  }
  .business-img {
    height: 19.25rem;
  }
}

.advantages {
  padding-top: 12.5rem;
}

.advantages-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantages-top__tag {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  background: #f0f1f1;
  border-radius: 40px;
  font-size: 0.625rem;
  line-height: 230%;
  text-transform: uppercase;
}

.advantages .title-section {
  margin-top: 1.25rem;
  text-align: center;
}

.advantages-row {
  margin-top: 6.25rem;
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 15px;
  padding: 1.5625rem 1.5625rem 2.5rem 1.5625rem;
  width: calc(25% - 1.25rem);
  height: 19.375rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background: #d1f8c9;
  transition: transform 1s ease;
}

.advantages-item:nth-child(4) {
  justify-content: space-between;
  align-items: flex-start;
  background: #d1f8c9 !important;
}

.advantages-item:nth-child(4) .advantages-item__text {
  display: block !important;
  font-size: 2.1875rem;
  line-height: 114%;
}

.advantages-item:nth-child(4) .btn {
  background: #3c403d;
  color: #d1f8c9;
}

.advantages-item:nth-child(4) .btn:hover {
  background: rgba(60, 64, 61, 0.8);
}

.advantages-item__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  border-radius: 15px;
  width: 3.75rem;
  height: 3.75rem;
  background: #e3fbdf;
}

.advantages-item__plus::before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.125rem;
  background: #505450;
}

.advantages-item__plus::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 0.875rem;
  background: #505450;
}

.advantages-item__text {
  font-size: 1.5625rem;
  line-height: 120%;
}

.advantages-item__hide {
  opacity: 0;
  display: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 144%;
  color: #d1f8c9;
  transform: translateY(3.125rem);
}

.advantages-item.active {
  background: #3c403d;
  transition: all ease .3s;
}

.advantages-item.active .advantages-item__text {
  display: none;
}

.advantages-item.active .advantages-item__hide {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: transform ease .3s;
}

.advantages-item.active .advantages-item__plus:after {
  display: none;
}

.advantages-slider {
  width: 26.25rem;
}

.advantages-slider__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
}

.advantages-slider__text-item {
  display: none;
}

.advantages-slider__text-item.active {
  display: block;
}

.advantages-slider__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 26.25rem;
  height: 26.25rem;
  background: #d1f8c9;
}

.advantages-slider__item img {
  max-width: 100%;
  height: auto;
}

.advantages-slider__arrows {
  margin-top: 2.5rem;
}

@media (max-width: 80rem) {
  .advantages-row {
    flex-wrap: wrap;
  }
  .advantages-item {
    margin-top: 1.875rem;
    transform: translateY(0) !important;
    width: calc(50% - 1.25rem);
  }
}

@media (max-width: 62rem) {
  .advantages-slider {
    margin-top: 2.5rem;
  }
}

@media (max-width: 46rem) {
  .advantages {
    padding-top: 5rem;
  }
  .advantages-row {
    margin-top: 2.125rem;
    margin-left: 0;
    margin-right: 0;
  }
  .advantages-item {
    padding: 2.5rem 1.5625rem 1.5625rem 1.5625rem;
    margin-top: 1.25rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 18.75rem;
  }
  .advantages-item__text {
    font-size: 1.25rem;
    line-height: 150%;
  }
  .advantages-item__plus {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 12px;
  }
  .advantages-item:nth-child(4) {
    height: auto;
  }
  .advantages-item:nth-child(4) .advantages-item__text {
    font-size: 1.5625rem;
    line-height: 120%;
  }
  .advantages-item:nth-child(4) .advantages-item__text br {
    display: none;
  }
  .advantages-item:nth-child(4) .btn {
    margin-top: 2.1875rem;
  }
  .advantages-slider {
    width: 100%;
  }
  .advantages-slider__item {
    width: 340px;
    height: 340px;
  }
  .advantages-slider__item img {
    width: 4rem;
  }
}

.partners {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.partners-top {
  display: flex;
}

.partners-col {
  width: calc(25% - 1rem);
}

.partners-title {
  margin-left: 1.25rem;
  width: 75%;
}

.partners-title__footer {
  padding-right: 0.625rem;
  margin-top: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.partners-text {
  max-width: 31.625rem;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
}

.partners-wrap {
  margin-top: 3.75rem;
}

.partners-wrap .container {
  display: flex;
  padding-right: 0;
  overflow: hidden;
}

.partners-wrap__col {
  min-width: calc(25% - 1rem);
}

.partners-slider {
  width: calc(75% + 1.875rem);
}

.partners-slider .slick-track {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.partners-item {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.partners-item__img {
  height: 18.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f1f1;
  border-radius: 1.25rem;
}

.partners-item__img img {
  max-width: 100%;
}

.partners-item__name {
  margin-top: 1.5625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
}

.partners-tag {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  background: #f0f1f1;
  border-radius: 40px;
  font-size: 0.625rem;
  line-height: 230%;
  text-transform: uppercase;
}

@media (max-width: 62rem) {
  .partners {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .partners-wrap__col {
    display: none;
  }
  .partners-slider {
    width: 100%;
  }
  .partners-item__img {
    height: 15.625rem;
  }
}

@media (max-width: 46rem) {
  .partners {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .partners-top {
    flex-wrap: wrap;
  }
  .partners-col {
    width: 100%;
  }
  .partners-title {
    margin-top: 1.25rem;
    width: 100%;
    margin-left: 0;
  }
  .partners-text {
    max-width: 100%;
  }
  .partners-wrap {
    margin-top: 2.5rem;
  }
  .partners-item__img {
    height: 12.8125rem;
    border-radius: 0.875rem;
  }
  .partners-slider__arrows {
    position: absolute;
    left: 1.125rem;
    bottom: 5rem;
  }
}

.faq-wrap {
  margin-top: 3.75rem;
}

.faq-item {
  cursor: pointer;
  padding: 2.1875rem 4.375rem;
  margin-bottom: 0.625rem;
  display: flex;
  border-radius: 20px;
  background: #f4f2ee;
}

.faq-item:hover {
  background: #d1f8c9;
  transition: all ease .3s;
}

.faq-item.open:hover {
  background: #f4f2ee;
  transition: all ease .3s;
}

.faq-item.open .faq-item__plus span::after {
  display: none;
}

.faq-item__row {
  display: flex;
  width: 100%;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__plus {
  padding-top: 1rem;
  padding-left: 1.5625rem;
  min-width: calc(25% - 2rem);
  display: flex;
  align-items: flex-start;
}

.faq-item__plus span {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item__plus span::before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  min-height: 0.125rem;
  background: #505450;
}

.faq-item__plus span::after {
  content: "";
  position: absolute;
  min-width: 0.125rem;
  height: 1.5625rem;
  background: #505450;
}

.faq-item__title {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5625rem;
}

.faq-item__block {
  width: 75%;
}

.faq-item__content {
  padding-top: 2.1875rem;
  display: none;
}

.faq-item__content-wrap {
  display: flex;
  justify-content: space-between;
}

.faq-item__content-col {
  max-width: 29rem;
  width: 100%;
}

.faq-item__content p {
  font-size: 1rem;
  line-height: 137%;
}

.faq-item__link {
  margin-top: 2.625rem;
  position: relative;
  display: block;
  width: max-content;
  align-items: center;
  margin-top: 3.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
}

.faq-item__link svg {
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

.faq-item__img {
  width: 20.3125rem;
  border-radius: 15px;
  overflow: hidden;
}

.faq-item__img img {
  width: 100%;
}

@media (max-width: 62rem) {
  .faq-item {
    padding: 1.5625rem;
  }
  .faq-item__title {
    font-size: 1.25rem;
  }
  .faq-item__link {
    margin-top: 2.375rem;
  }
  .faq-item__plus {
    padding-top: 0.625rem;
  }
}

@media (max-width: 46rem) {
  .faq-item__title {
    padding-left: 4.375rem;
    line-height: normal;
  }
  .faq-item__block {
    width: 100%;
  }
  .faq-item__row {
    position: relative;
  }
  .faq-item__plus {
    position: absolute;
  }
  .faq-item__content-wrap {
    flex-wrap: wrap;
  }
  .faq-item__img {
    margin-top: 1.875rem;
    width: 100%;
  }
}

.contact-form {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  margin-top: 12.5rem;
  background: #f4f2ee;
}

.contact-form__row {
  display: flex;
  justify-content: space-between;
}

.contact-form__col {
  position: relative;
  max-width: 33.125rem;
  width: 100%;
}

.contact-form__col:last-child {
  max-width: 40rem;
  width: 100%;
}

.contact-form__col a {
  padding-left: 1.375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  align-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  width: max-content;
}

.contact-form__col a svg {
  position: absolute;
  left: -1.375rem;
  display: block;
}

.contact-form__text {
  margin-top: 3.4375rem;
  font-size: 1rem;
  line-height: 137%;
}

.contact-form .input-row {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.contact-form .input-col {
  width: calc(50% - 1.25rem);
}

.contact-form label {
  font-size: 0.875rem;
  line-height: 164%;
  color: #a2a39f;
}

.contact-form label.error {
  color: #fe1104;
}

.contact-form .input-wrap {
  margin-top: -0.6875rem;
  position: relative;
  height: 3.25rem;
}

.contact-form .input-wrap:after {
  content: "";
  display: block;
  width: 100%;
}

.contact-form .input-wrap input {
  padding-left: 1rem;
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 1rem;
  line-height: 144%;
  color: #505450;
}

.contact-form .input-wrap__vector svg {
  width: 100%;
  height: auto;
}

.contact-form .input-wrap__vector svg.mob-show {
  display: none;
}

.contact-form .input-wrap__vector.top {
  opacity: 0;
  transform: translateY(0.9375rem);
}

.contact-form .input-wrap__vector.bottom {
  transform: translateY(-0.9375rem);
}

.contact-form .form-btn {
  height: 3.625rem;
  margin-top: 3.4375rem;
  border-radius: 14px;
  overflow: hidden;
}

.contact-form .form-btn input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: transparent;
  background: #9aea88;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 164%;
  border: none;
  color: #505450;
}

.contact-form .form-btn p {
  height: 100%;
}

.contact-form .wpcf7-not-valid-tip {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: 192%;
  text-align: right;
  color: #fe1104;
  position: absolute;
  right: 0;
  bottom: -40px;
}

@media (max-width: 64rem) {
  .contact-form__row {
    flex-wrap: wrap;
  }
  .contact-form__col:first-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .contact-form__col a {
    padding-left: 2rem;
    margin-top: 4rem;
    position: relative;
  }
  .contact-form__col a svg {
    left: 0;
  }
  .contact-form__col:last-child {
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 46rem) {
  .contact-form {
    margin-top: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .contact-form__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 137%;
  }
  .contact-form__text br {
    display: none;
  }
  .contact-form__col a {
    font-size: 1.125rem;
  }
  .contact-form .input-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contact-form .input-col {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .contact-form .form-btn {
    margin-top: 2.8125rem;
  }
  .contact-form .input-wrap__vector svg.mob-show {
    display: block;
  }
  .contact-form .input-wrap__vector svg.mob-hide {
    display: none;
  }
  .contact-form .wpcf7-not-valid-tip {
    bottom: -2.8125rem;
  }
  .input-rows .input-wrap__vector.top {
    transform: translateY(0);
  }
  .input-rows .input-wrap__vector.bottom {
    transform: translateY(-2.625rem);
  }
  .input-rows input {
    transform: translateY(-0.875rem);
  }
}

.catalog-row {
  padding-bottom: 9.375rem;
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  border-bottom: 1px solid rgba(80, 84, 80, 0.3);
}

.catalog-row.w33 .catalog-card {
  width: calc(33.33% - 1.25rem);
}

.catalog-card {
  margin-top: 3.125rem;
  border-radius: 15px;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background: #f4f2ee;
}

.catalog-card:hover .catalog-card__name:after {
  width: 100%;
  transition: all ease .3s;
}

.catalog-card:hover .catalog-card__btn {
  border-radius: 50%;
  transition: all ease .3s;
}

.catalog-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  height: 17.8125rem;
  overflow: hidden;
  background: #ECEBE7;
}

.catalog-card__img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-card__footer {
  margin-top: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  height: 3.75rem;
  justify-content: space-between;
  align-items: center;
}

.catalog-card__name {
  margin-right: 1.25rem;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 120%;
  width: max-content;
}

.catalog-card__name::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: all ease .3s;
}

.catalog-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  min-width: 3.75rem;
  height: 3.75rem;
  background: #d1f8c9;
  transition: all ease .3s;
}

.catalog-advantages {
  padding-top: 9.375rem;
}

.catalog-advantages__row {
  display: flex;
  justify-content: space-between;
}

.catalog-advantages__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog-advantages__footer {
  max-width: 23.75rem;
  width: 100%;
}

@media (max-width: 80rem) {
  .catalog-row.w33 .catalog-card {
    width: calc(50% - 1.25rem);
  }
}

@media (max-width: 62rem) {
  .catalog-card {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
  .catalog-card__img {
    height: 12.813rem;
  }
  .catalog-row {
    padding-bottom: 6.25rem;
  }
  .catalog-advantages {
    padding-top: 6.25rem;
  }
  .catalog-card__name {
    font-size: 1.25rem;
  }
  .catalog-card__btn {
    width: 3.125rem;
    height: 3.125rem;
  }
  .catalog-card__footer {
    margin-top: 1.5625rem;
    height: 3.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .catalog-advantages__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog-advantages__col {
    width: 100%;
    display: block;
  }
  .advantages-slider__text {
    margin-top: 2.5rem;
  }
}

@media (max-width: 46rem) {
  .catalog-row {
    padding-bottom: 0;
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
  .catalog-card {
    margin-top: 1.25rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-row.w33 .catalog-card {
    width: 100%;
  }
  .catalog-advantages {
    padding-top: 5rem;
  }
}

.why {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.why-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 2.375rem;
  border-radius: 40px;
  background: #f0f1f1;
}

.why .title-section {
  margin-top: 1.25rem;
}

.why-row {
  display: flex;
}

.why-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 34.375rem;
  min-width: 34.375rem;
  width: 100%;
}

.why-col__foter {
  margin-bottom: 0.625rem;
  max-width: 22.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 137%;
}

.why-slider {
  margin-left: 6.875rem;
  width: 100%;
}

.why-slider__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.why-slider__text {
  display: none;
  max-width: 22.5rem;
  width: 100%;
}

.why-slider__text p {
  display: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
}

.why-slider__item {
  margin-bottom: 0.625rem;
  width: calc(33.33% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.why-slider__item:hover .why-slider__item-top {
  background: #9aea88;
  border-radius: 2.5rem;
  transition: all ease .3s;
}

.why-slider__item-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 1.875rem 1.5625rem;
  height: 10.625rem;
  background: #f4f2ee;
  transition: all ease .3s;
}

.why-slider__item-title {
  width: 8.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 156%;
}

.why-slider__item-text {
  display: none;
  margin-top: 1.125rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
}

.why-slider__arrows {
  display: none;
}

@media (max-width: 80rem) {
  .why {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .why-row {
    flex-wrap: wrap;
  }
  .why-slider {
    width: 100%;
    margin-top: 3.75rem;
    margin-left: 0;
  }
  .why-slider .slick-current .why-slider__item-top {
    background: #9aea88;
    border-radius: 2.5rem;
    transition: all ease .3s;
  }
  .why-slider__item-text {
    display: block;
  }
  .why-col {
    display: block;
    width: 100%;
    min-width: unset;
  }
  .why-col__footer {
    display: none;
  }
  .why-slider__row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .why-slider__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .why-slider__arrows {
    margin-top: 2.5rem;
    display: flex;
  }
}

@media (max-width: 46rem) {
  .why {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .why-slider {
    margin-top: 2.5rem;
  }
  .why-slider__item-top {
    height: 14.75rem;
  }
}

.gallery {
  padding-top: 12.5rem;
}

.gallery-wrap {
  margin-top: 4.375rem;
}

.gallery-action {
  display: flex;
  justify-content: flex-end;
}

.gallery-slider {
  margin-top: 2.5rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 0;
}

.gallery-slider .slick-dots {
  height: 0.625rem;
  position: absolute;
  top: -4.0625rem;
  left: 0.3125rem;
  display: flex;
  justify-content: flex-start;
}

.gallery-slider .slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: rgba(80, 84, 80, 0.2);
}

.gallery-slider .slick-dots li button::before {
  display: none;
}

.gallery-slider .slick-dots li.slick-active button {
  background: #505450;
}

.gallery-slider__arrows {
  position: relative;
  z-index: 2;
}

.gallery-item {
  position: relative;
  display: block;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: calc(50% - 1.25rem);
  height: 21.25rem;
  border-radius: 15px;
  overflow: hidden;
}

.gallery-item:hover .gallery-item__icon {
  border-radius: 50%;
  transition: all ease .3s;
}

.gallery-item__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.gallery-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  border-radius: 13px;
  width: 3.75rem;
  height: 3.75rem;
  background: #f4f2ee;
  transition: all ease .3s;
}

@media (max-width: 62rem) {
  .gallery {
    padding-top: 7.5rem;
  }
  .gallery-item {
    height: 17.5rem;
  }
}

@media (max-width: 46rem) {
  .gallery {
    padding-top: 5rem;
  }
  .gallery-item {
    height: 15.625rem;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-wrap {
    margin-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-slider {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-action {
    margin-top: 2.5rem;
    width: 100%;
    order: 2;
  }
  .gallery-slider .slick-dots {
    top: unset;
    bottom: -4.0625rem;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.contact-email {
  margin-top: 3.125rem;
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  width: max-content;
}

.contact-row {
  margin-top: 3.125rem;
  display: flex;
}

.contact-col {
  margin-right: 4.625rem;
}

.contact-col:last-child {
  margin-right: 0;
}

.contact-col__title {
  margin-bottom: 1.5625rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(80, 84, 80, 0.4);
}

.contact-col a {
  white-space: nowrap;
  margin-top: 0.1875rem;
  display: block;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  font-size: 1rem;
  color: #505450;
}

.contact-col a:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-col p {
  font-size: 1rem;
  line-height: 156%;
  color: #505450;
}

.contact-map {
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 1.875rem);
  height: 39.875rem;
  border-radius: 30px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 80rem) {
  .contact-row {
    flex-wrap: wrap;
  }
  .contact-map {
    margin-top: 5rem;
    height: 31.25rem;
  }
}

@media (max-width: 46rem) {
  .contact-email {
    margin-top: 2.5rem;
    font-size: 1.875rem;
  }
  .contact-row {
    margin-top: 0.3125rem;
    justify-content: space-between;
  }
  .contact-col {
    margin-top: 2.1875rem;
    width: calc(50% - 1.125rem);
    margin-right: 0;
  }
  .contact-col:last-child {
    width: 100%;
  }
  .contact-map {
    margin-top: 3.75rem;
    height: 13.75rem;
    width: calc(100% - 2.25rem);
    border-radius: 15px;
  }
}

.footer {
  background: #f4f2ee;
  padding-bottom: 0.9375rem;
}

.footer-wrap {
  padding-bottom: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-left: auto;
  margin-right: auto;
  background: #3c403d;
  border-radius: 20px;
}

.footer .container {
  padding: 4.375rem 3.4375rem 0.9375rem 3.4375rem;
  padding-bottom: 0;
}

.footer-top {
  display: flex;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-top__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-top__col:first-child {
  min-width: 25%;
}

.footer-top__col:last-child {
  min-width: 75%;
}

.footer .title-section {
  max-width: 40rem;
  width: 100%;
  color: #fff;
}

.footer .title-section span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-btn {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.footer-social {
  margin-top: 3.125rem;
  display: flex;
}

.footer-social a {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0.1);
  transition: all ease .3s;
}

.footer-social a svg path {
  transition: all ease .3s;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  background: #d1f8c9;
  border-radius: 50%;
  transition: all ease .3s;
}

.footer-social a:hover svg path {
  fill: #3c403d;
  transition: all ease .3s;
}

.footer-bottom {
  padding-top: 3.75rem;
  display: flex;
}

.footer-bottom a {
  display: block;
  width: max-content;
  color: #fff;
}

.footer-bottom a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all ease .3s;
}

.footer-bottom__col:first-child {
  min-width: 25%;
}

.footer-bottom__col:nth-child(2) {
  width: 28.125rem;
}

.footer-bottom__col:last-child {
  margin-left: auto;
  margin-right: 8.75rem;
}

.footer-bottom__col:last-child .footer-bottom__col-title {
  margin-bottom: 2rem;
}

.footer-bottom__col:last-child a {
  display: block;
  margin-bottom: 1.625rem;
}

.footer-bottom__col:last-child a:last-child {
  margin-bottom: 0;
}

.footer-bottom__col-title {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-menu {
  margin-top: 2rem;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 8.3rem;
}

.footer-menu ul li {
  margin-bottom: 1rem;
}

.footer-menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all ease .3s;
}

.footer-menu ul li a:hover:after {
  width: 100%;
  transition: all ease .3s;
}

.footer-copy {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-top: 2.375rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: calc(100% - 1.875rem);
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d1f8c9;
}

.footer-copy p {
  display: flex;
  align-items: center;
}

.footer-copy p a {
  display: flex;
  align-items: center;
}

.footer-copy p svg {
  width: 5.9375rem;
  height: auto;
  margin-left: 0.9375rem;
}

.footer-nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all ease .3s;
}

.footer-nav a:hover:after {
  width: 100%;
  transition: all ease .3s;
}

@media (max-width: 80rem) {
  .footer-bottom__col:last-child {
    margin-right: 0;
  }
}

@media (max-width: 62rem) {
  .footer-wrap {
    margin-bottom: 0;
    padding-bottom: 1.5625rem;
  }
  .footer .container {
    padding-top: 3.75rem;
    padding-left: 1.5625rem;
    padding-right: 1.625rem;
  }
  .footer-top__col:first-child {
    display: none;
  }
  .footer-btn {
    white-space: nowrap;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom__col:nth-child(1) {
    order: 1;
  }
  .footer-bottom__col:nth-child(2) {
    order: 3;
    margin-top: 0.875rem;
  }
  .footer-bottom__col:nth-child(3) {
    order: 2;
    margin-left: 3.125rem;
  }
  .footer-menu ul li {
    margin-bottom: 1.25rem;
  }
  .footer-bottom__col:last-child a {
    margin-bottom: 1.25rem;
  }
  .footer-top {
    padding-bottom: 2.5rem;
  }
  .footer-bottom {
    padding-top: 2.5rem;
  }
}

@media (max-width: 46rem) {
  .footer-top__row {
    flex-wrap: wrap;
  }
  .footer .title-section {
    width: 100%;
  }
  .footer .title-section br {
    display: none;
  }
  .footer-btn {
    margin-top: 2.125rem;
    height: 3.125rem;
  }
  .footer-social {
    margin-top: 2.5rem;
  }
  .footer-menu {
    margin-top: 1.5625rem;
  }
  .footer-bottom__col:last-child .footer-bottom__col-title {
    margin-bottom: 1.5625rem;
  }
  .footer-menu ul {
    display: block;
    height: auto;
  }
  .footer-bottom__col:nth-child(1) {
    width: 40%;
    min-width: unset;
  }
  .footer-bottom__col:nth-child(3) {
    width: 60%;
    margin-left: 0;
  }
  .footer-copy {
    margin-top: 1.25rem;
    padding: 0.9375rem 2.5rem;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }
  .footer-copy p {
    font-size: 0.75rem;
  }
  .footer-copy p:first-child {
    margin-bottom: 0.9375rem;
  }
}

input,
textarea,
button,
select {
  font-family: "Helvetica", sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: "Helvetica", sans-serif;
}

html {
  font-size: 1.1rem;
}

@media (max-width: 1460px) {
  html {
    font-size: 1rem;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding-top: 5.625rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  min-width: 320px;
  background: #fbfbfb;
  color: var(--black);
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
}

a {
  outline: none !important;
}
/*# sourceMappingURL=main.css.map */