/* ==================== ABSTRACTS ==================== */
/* ==================== BASE ==================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html,
body {
  overflow-x: hidden;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body,
form,
input,
button {
  font-family: "Inter Tight", -apple-system, HelveticaNeue, Helvetica, Arial, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

body {
  color: #000;
  background-color: #F9F8F5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

/* ROOT */
.root {
  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: 100vh;
}

.is-scroll-section {
  scroll-margin-top: 88px;
}
.is-scroll-section.community {
  scroll-margin-top: 0;
}
@media (max-width: 1199px) {
  .is-scroll-section {
    scroll-margin-top: 40px;
  }
  .is-scroll-section.about {
    scroll-margin-top: 60px;
  }
  .is-scroll-section.community {
    scroll-margin-top: 20px;
  }
  .is-scroll-section.faq {
    scroll-margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .is-scroll-section {
    scroll-margin-top: 40px;
  }
  .is-scroll-section.about, .is-scroll-section.community {
    scroll-margin-top: 20px;
  }
  .is-scroll-section.faq {
    scroll-margin-top: 60px;
  }
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  max-width: 640px;
  max-height: 360px;
}

[class*=cl-widget-] {
  margin-left: auto;
  margin: -40px -40px -40px -55px;
}
@media (max-width: 767px) {
  [class*=cl-widget-] {
    margin-left: -40px;
  }
  [class*=cl-widget-] [cl-content-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fancybox__content {
  padding: 0 !important;
}

#myVideo video {
  height: 80vh;
  width: auto;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@font-face {
  font-family: "Conte Script reduced";
  src: url("../fonts/ConteScriptreduced.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ==================== COMMON ==================== */
.container {
  position: relative;
  max-width: 1344px;
  width: 100%;
  margin-inline: auto;
  padding: 32px;
}
@media (max-width: 767px) {
  .container {
    max-width: 1312px;
    padding-inline: 16px;
  }
}

.close {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.close::before, .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
}
.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.close:hover, .close:focus, .close:active {
  opacity: 0.8;
}

.btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  height: 51px;
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
  padding: 8px 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  border-radius: 100px;
  outline: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.btn:hover {
  background-color: #F8E367;
}
.btn:focus, .btn:active {
  background-color: #FFFA7E;
}
.btn--long {
  min-width: 333px;
}
.btn--yellow {
  background-color: #F8E367;
}
.btn--yellow:hover {
  background-color: #FFFA7E;
}
.btn--yellow:focus, .btn--yellow:active {
  background-color: #FFFFAC;
}
@media (max-width: 767px) {
  .btn {
    height: 41px;
    font-size: 14px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .btn__icon {
    max-height: 13px;
  }
}
@media (max-width: 576px) {
  .btn--long {
    min-width: 100%;
  }
}

.title {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.title__label {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: -0.015em;
}
@media (max-width: 1200px) {
  .title {
    font-size: 60px;
  }
  .title__label {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: 46px;
  }
  .title__label {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 40px;
  }
  .title__label {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 127px;
  width: 100%;
}
.control__prev, .control__next {
  width: 56px;
  height: 56px;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  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;
  border: 2px solid #000;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.control__prev:hover, .control__prev:focus, .control__prev:active, .control__next:hover, .control__next:focus, .control__next:active {
  background-color: #F8E367;
}
.control__prev.swiper-button-disabled, .control__next.swiper-button-disabled {
  background-color: transparent !important;
  opacity: 0.5;
  cursor: not-allowed;
}
.control__prev .control__icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .control {
    display: none;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 480px;
  border: 2px solid #000;
  padding: 21px 24px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__number {
  line-height: 1.1;
}
.card__pict {
  width: 118px;
  height: 171px;
}
.card__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__body {
  margin-top: auto;
  padding-right: 1.5rem;
}
.card__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
}
.card:hover, .card:focus {
  background-color: #F8E367;
}
@media (max-width: 767px) {
  .card {
    height: 259px;
    padding: 12px 14px;
  }
  .card__number {
    line-height: 1.1;
  }
  .card__pict {
    width: 56px;
    height: 81px;
  }
  .card__pict img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card__body {
    padding-right: 1.5rem;
  }
  .card__title {
    font-size: 14px;
    line-height: 1;
  }
}

.subscribe {
  max-width: 348px;
  width: 100%;
  display: none;
}
.subscribe__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.1rem;
}
.subscribe__title, .subscribe__control, .subscribe__submit {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.subscribe__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe__control, .subscribe__submit {
  height: 36px;
}
.subscribe__control {
  outline: none;
  border: 2px solid #000;
  padding: 8px 16px;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe__control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe__control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe__control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe__control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe__control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe__submit {
  height: 36px;
  min-width: 129px;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.subscribe__submit:hover, .subscribe__submit:focus, .subscribe__submit:active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .subscribe__title {
    font-size: 12px;
    margin-bottom: 0.8rem;
  }
}

/* ==================== BLOCKS ==================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 88px;
  background-color: #F9F8F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar__hamburger {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 16px;
  border: none;
  background-color: transparent;
}
.navbar__hamburger span {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.navbar__hamburger span:nth-child(2) {
  top: 10px;
  left: auto;
  right: 0;
  width: 18px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navbar__hamburger span:nth-child(3) {
  top: 16px;
  left: auto;
  right: 0;
  width: 12px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navbar__hamburger.is-active span {
  top: 14px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.navbar__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg);
          transform: translateY(50%) translateX(-50%) rotate(45deg);
}
.navbar__hamburger.is-active span:nth-child(2) {
  top: 14px;
  -webkit-transform: translateY(50%) translateX(-50%) rotate(-45deg);
          transform: translateY(50%) translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.navbar__menu, .navbar__links {
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__menu {
  /*transition: margin-left .2s ease-out;*/
  position: relative;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.navbar__links {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar__link:hover, .navbar__link:focus, .navbar__link:active {
  opacity: 0.7;
  text-decoration: none;
}
.navbar__head {
  display: none;
}
.navbar__logo {
  display: none;
  /*transform: scale(0);*/
}
.navbar__subscribe {
  margin-left: auto;
  height: 40px;
  padding: 4px 24px 4px 14px;
}
.navbar.is-scrolled {
  background-color: #F9F8F5;
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.1);
}
.navbar.is-scrolled .navbar__logo {
  display: block;
}
.navbar.is-scrolled .navbar__menu {
  /*margin-left: auto;*/
  -webkit-transform: translateX(calc(50% - 164px));
          transform: translateX(calc(50% - 164px));
}
@media (max-width: 1300px) {
  .navbar.is-scrolled .navbar__menu {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
@media (max-width: 1199px) {
  .navbar {
    min-height: 65px;
  }
  .navbar .navbar__logo {
    display: block;
  }
  .navbar .navbar__logo img {
    width: 79px;
    height: 25px;
  }
  .navbar__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar__menu {
    padding: 0 32px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*align-items: center;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    background-color: #F8E367;
    -webkit-transform: translateX(-110vw) !important;
            transform: translateX(-110vw) !important;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .navbar__menu.is-active {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .navbar__menu::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 161px;
    height: 201px;
    background: url(../img/mission/logo.svg) no-repeat 0 0;
    background-size: contain;
  }
  .navbar__head {
    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;
    position: relative;
    min-height: 65px;
    width: 100%;
  }
  .navbar__links {
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    row-gap: 32px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar__link {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .navbar__subscribe {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar__menu {
    padding-inline: 16px;
  }
}

.header {
  position: relative;
}
.header__container {
  padding-top: 152px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.header__content {
  position: relative;
  z-index: 9;
  pointer-events: none;
}
.header__title {
  font-size: 140px;
  line-height: 0.88;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 64px;
  pointer-events: none;
}
.header__title-flowers {
  width: 121px;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: 0.8rem;
  left: -0.5rem;
}
.header__title-l {
  font-family: "Conte Script reduced";
  font-weight: 400;
}
.header__lead {
  max-width: 388px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 6px;
}
.header__lead br {
  display: none;
}
.header__caption {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0;
  margin-bottom: 23px;
  letter-spacing: 0;
}
.header__picts {
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 55%;
  height: 614px;
}
.header__picts {
  display: grid;
  grid-template-columns: 0.445fr 0.545fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 35px;
  overflow: hidden;
}
.header__pict {
  position: relative;
}
.header__pict:nth-child(1) {
  margin-right: 35px;
}
.header__img, .header__video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.header__video {
  pointer-events: none;
}
.header__btn {
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .header__container {
    padding-top: 100px;
  }
  .header__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .header__title {
    font-size: 100px;
  }
  .header__title-flowers {
    width: 80px;
    left: 0;
  }
  .header__picts {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  .header__lead {
    max-width: 600px;
  }
  .header__picts {
    grid-template-columns: 0.41fr 0.59fr;
    margin-top: 64px;
  }
  .header__pict:nth-child(1) {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding-top: 84px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .header__title {
    font-size: 56px;
    margin-bottom: 16px;
  }
  .header__title-flowers {
    width: 48px;
    top: 0.25rem;
    left: -0.15rem;
  }
  .header__lead {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 8px;
    padding-right: 24px;
  }
  .header__caption {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 23px;
  }
}
@media (max-width: 576px) {
  .header__lead br {
    display: block;
  }
}

.marquee {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  height: 83px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  white-space: nowrap;
  margin-top: 76px;
  margin-bottom: 50px;
}
.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding-right: 24px;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@media (max-width: 991px) {
  .marquee {
    font-size: 20px;
    height: 55px;
    margin-top: -10px;
    margin-bottom: 18px;
  }
  .marquee__content {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    padding-right: 14px;
  }
  .marquee__icon {
    max-height: 21px;
    max-width: 21px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.inside__container {
  padding-top: 70px;
  padding-bottom: 120px;
}
.inside__head {
  margin-bottom: 64px;
}
.inside__title .is-mobile {
  display: none;
}
.inside__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.inside__card {
  height: 350px;
}
.inside__card .card__pict {
  width: 130px;
  height: 188px;
}
.inside__card .card__title {
  line-height: 1;
}
.inside__card--full-w {
  position: relative;
}
.inside__card--full-w .card__pict img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside__invest {
  display: grid;
  /*grid-template-columns: 0.493fr 0.507fr;*/
  margin-top: 24px;
  border: 2px solid #000;
}
.inside__invest-pict {
  border-right: 2px solid #000;
}
.inside__invest-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside__invest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px 48px 46px;
}
.inside__invest-logo {
  margin-bottom: 45px;
}
.inside__invest-logo img {
  width: 85px;
  height: 111px;
}
.inside__invest-desc {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .inside__invest {
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media (max-width: 1024px) {
  .inside__container {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .inside__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .inside__invest-content {
    padding: 36px 36px 30px;
  }
  .inside__invest-desc {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .inside__container {
    padding-bottom: 1px;
  }
  .inside__head {
    margin-bottom: 32px;
  }
  .inside__title .is-mobile {
    display: block;
  }
  .inside__card {
    height: 209px;
  }
  .inside__card .card__pict {
    width: 68px;
    height: 98px;
  }
  .inside__card .card__title {
    line-height: 1;
  }
  .inside__invest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
  .inside__invest-pict {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: 0;
    border-top: 2px solid #000;
    aspect-ratio: 343/306;
  }
  .inside__invest-content {
    padding: 16px 16px 14px;
  }
  .inside__invest-logo {
    margin-bottom: 16px;
  }
  .inside__invest-logo img {
    width: 40px;
    height: 53px;
  }
  .inside__invest-desc {
    font-size: 18px;
    line-height: 1.12;
    position: relative;
    top: 2px;
  }
}

.about__container {
  padding-top: 60px;
  padding-bottom: 180px;
}
.about__head {
  margin-bottom: 64px;
}
.about__title {
  max-width: 800px;
}
.about__title br.is-mobile {
  display: none;
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr 430px;
}
.about__desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.about__picts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
}
.about__pict {
  margin-right: 40px;
}
.about__img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .about__desc {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .about__container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .about__grid {
    display: block;
  }
  .about__desc {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .about__picts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__pict {
    width: 41%;
  }
  .about__pict:nth-child(2) {
    margin-right: 0;
    width: 59%;
  }
}
@media (max-width: 767px) {
  .about__container {
    padding-top: 90px;
    padding-bottom: 92px;
  }
  .about__head {
    margin-bottom: 23px;
  }
  .about__title br.is-desktop {
    display: none;
  }
  .about__title br.is-mobile {
    display: block;
  }
  .about__desc {
    font-size: 18px;
    padding-right: 24px;
  }
  .about__picts {
    row-gap: 16px;
  }
  .about__pict:nth-child(1) {
    margin-right: 16px;
  }
}

.mission {
  min-height: 788px;
  background-color: #F8E367;
  position: relative;
}
.mission__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mission__content {
  width: 50%;
  padding-left: 78px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mission__logo {
  margin-bottom: 50px;
}
.mission__description, .mission__author {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: -0.02em;
}
.mission__description {
  margin-bottom: 56px;
}
.mission__author {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mission__position {
  font-weight: 500;
  max-width: 338px;
}
.mission__pict-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .mission__content {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .mission__content {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .mission {
    /*& {
        background-color: #F6C6DD;
    }*/
  }
  .mission__content {
    padding-left: 0;
    width: 100%;
  }
  .mission__pict {
    display: none;
  }
  .mission__pict-mobile {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mission__content {
    padding-top: 6px;
    padding-bottom: 10px;
  }
  .mission__logo {
    margin-bottom: 20px;
  }
  .mission__logo img {
    width: 54px;
    height: 65px;
  }
  .mission__description, .mission__author {
    font-size: 18px;
    line-height: 1.444;
  }
  .mission__description {
    margin-bottom: 28px;
  }
  .mission__author {
    margin-bottom: 4px;
  }
  .mission__position {
    max-width: 270px;
  }
}

.community__container {
  padding-top: 182px;
  padding-bottom: 144px;
}
.community__head, .community__title {
  position: relative;
}
.community__head {
  margin-bottom: 64px;
}
.community__title {
  z-index: 2;
  max-width: 764px;
}
.community__flowers {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 186px;
  height: 241px;
}
.community__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.community__step {
  height: 314px;
  border: 2px solid #000;
  padding: 22px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.community__step-subtitle {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
}
.community__step-label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: #F6C6DD;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  margin-top: 12px;
}
.community__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.community__item {
  position: relative;
  min-height: 120px;
  border: 2px solid #000;
  padding: 22px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.community__item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 24px;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #F6C6DD;
}
.community__item-desc {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 274px;
  margin: 0;
}
.community__item--1 {
  background-color: #F8E367;
}
.community__item--1 .community__item-desc {
  font-weight: 700;
}
.community__item--2::before {
  background-color: #F8E367;
}
.community__item--2 .community__item-desc {
  max-width: 396px;
}
.community__foot {
  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;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .community__item-desc {
    max-width: 85%;
  }
  .community__item--2 .community__item-desc {
    max-width: 85%;
  }
  .community__flowers {
    width: 123px;
    height: 160px;
  }
}
@media (max-width: 1024px) {
  .community__container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .community__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .community__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .community__container {
    padding-top: 90px;
    padding-bottom: 34px;
  }
  .community__head {
    margin-bottom: 32px;
  }
  .community__title {
    max-width: 350px;
  }
  .community__step {
    height: 172px;
    padding: 10px 12px;
  }
  .community__step-num {
    font-size: 12px;
  }
  .community__step-subtitle {
    font-size: 14px;
  }
  .community__step-label {
    font-size: 10px;
    padding: 4px 8px;
    margin-top: 5px;
  }
  .community__step:nth-child(2) {
    padding-right: 0;
  }
  .community__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 16px;
  }
  .community__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 112px;
    padding: 53px 12px 10px;
  }
  .community__item::before {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
  }
  .community__item-desc {
    max-width: 90%;
    font-size: 14px;
    line-height: 22px;
  }
  .community__item--2 {
    padding-top: 43px;
  }
  .community__item--2 .community__item-desc {
    max-width: 90%;
  }
  .community__foot {
    margin-top: 24px;
  }
}

.wellbeing {
  overflow-x: hidden;
}
.wellbeing__container {
  padding-bottom: 148px;
}
.wellbeing__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
.wellbeing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 480px;
  border: 2px solid #000;
  padding: 21px 24px;
}
.wellbeing__date {
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 25px;
}
.wellbeing__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.wellbeing__name {
  margin-top: auto;
}
.wellbeing__name strong {
  display: block;
}
.wellbeing__name span {
  color: rgba(0, 0, 0, 0.6);
}
.wellbeing__card .card__pict {
  width: 144px;
  height: 208px;
}
.wellbeing__card--7 .card__body {
  padding-right: 0;
}
.wellbeing__card--last .card__pict {
  width: 92px;
  height: 121px;
}
.wellbeing__card--last .card__pict img {
  -o-object-fit: contain;
     object-fit: contain;
}
.wellbeing__swiper {
  overflow: visible !important;
}
.wellbeing__swiper .swiper-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .wellbeing__container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wellbeing__container {
    padding-top: 52px;
    padding-bottom: 38px;
  }
  .wellbeing__head {
    margin-bottom: 24px;
  }
  .wellbeing__item {
    height: 290px;
    padding: 14px 16px;
  }
  .wellbeing__date {
    margin-bottom: 26px;
  }
  .wellbeing__text {
    font-size: 18px;
  }
  .wellbeing__name {
    line-height: 1.6;
  }
  .wellbeing__card .card__pict {
    width: 70px;
    height: 101px;
  }
  .wellbeing__card .card__body {
    padding-right: 0;
  }
  .wellbeing__card--2 .card__body {
    padding-right: 1.25rem;
  }
  .wellbeing__card--3 .card__body {
    padding-right: 0.25rem;
  }
  .wellbeing__card--last .card__pict {
    width: 39px;
    height: 51px;
  }
  .wellbeing__card--last .card__body {
    padding-right: 1.5rem;
  }
  .wellbeing__swiper .swiper-scrollbar {
    display: block;
    opacity: 1 !important;
    bottom: -28px !important;
    height: 2px !important;
  }
  .wellbeing__swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
  }
}

.reviews {
  overflow-x: hidden;
}
.reviews__container {
  padding-bottom: 180px;
}
.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57px;
}
.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 329px;
  border: 2px solid #000;
  padding: 21px 24px;
}
.reviews__date {
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 25px;
}
.reviews__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.reviews__name {
  margin-top: auto;
}
.reviews__name strong {
  display: block;
}
.reviews__name span {
  color: rgba(0, 0, 0, 0.6);
}
.reviews__swiper {
  overflow: visible !important;
}
.reviews__swiper .swiper-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .reviews__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .reviews__container {
    padding-bottom: 108px;
  }
  .reviews__head {
    margin-bottom: 24px;
  }
  .reviews__item {
    height: 290px;
    padding: 14px 16px;
  }
  .reviews__date {
    margin-bottom: 26px;
  }
  .reviews__text {
    font-size: 18px;
  }
  .reviews__name {
    line-height: 1.6;
  }
  .reviews__swiper .swiper-scrollbar {
    display: block;
    opacity: 1 !important;
    bottom: -16px !important;
    height: 2px !important;
  }
  .reviews__swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
  }
}

.faq {
  background-color: #F8E367;
}
.faq__container {
  padding-top: 100px;
  padding-bottom: 97px;
}
.faq__grid {
  display: grid;
  grid-template-columns: 1fr 519px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.faq__title {
  margin-top: 20px;
}
.faq__lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.02em;
  margin-top: 18px;
  margin-bottom: 32px;
}
.faq__btn {
  width: 100%;
}
.faq__info {
  font-weight: 500;
  margin-top: 31px;
  max-width: 424px;
}
.faq__info a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
.faq__info a:hover, .faq__info a:focus, .faq__info a:active {
  color: #000;
  text-decoration: none;
}
.faq__swiper-container {
  padding-top: 24px;
  padding-bottom: 22px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.faq__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.faq__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 193/234;
}
@media (max-width: 1200px) {
  .faq__grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq__lead {
    font-size: 21px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .faq__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .faq__container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .faq__title {
    margin-top: 0;
  }
  .faq__grid {
    display: block;
  }
  .faq__lead {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .faq__info {
    line-height: 1.56;
  }
  .faq__info p + p {
    margin-top: 1rem;
  }
  .faq__swiper-container {
    padding-top: 16px;
    padding-bottom: 15px;
  }
  .faq__swiper .swiper-slide img {
    aspect-ratio: 130/155;
  }
}

.footer {
  font-size: 14px;
  line-height: 20px;
}
.footer__container {
  padding-top: 120px;
  padding-bottom: 30px;
}
.footer__head, .footer__body, .footer__foot {
  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;
}
.footer__head {
  margin-bottom: 155px;
}
.footer__socials, .footer__items, .footer__legals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.footer__socials {
  margin-top: -4px;
}
.footer__social {
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.footer__social:hover, .footer__social:focus, .footer__social:active {
  text-decoration: underline;
}
.footer__body {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
}
.footer__items {
  -webkit-column-gap: 3.55rem;
     -moz-column-gap: 3.55rem;
          column-gap: 3.55rem;
}
.footer__caption {
  color: rgba(0, 0, 0, 0.6);
}
.footer__value {
  color: black;
  font-weight: 500;
  text-decoration: none;
}
.footer__value:hover, .footer__value:focus, .footer__value:active {
  text-decoration: underline;
}
.footer__foot {
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: -0.02em;
  border-top: 2px solid #000;
  padding-top: 5.5px;
}
.footer__legals {
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}
.footer__legal, .footer__copy {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.footer__legal:hover, .footer__legal:focus, .footer__legal:active {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer__container {
    padding-top: 80px;
  }
  .footer__head {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .footer__container {
    padding-top: 56px;
  }
  .footer__body {
    display: block;
  }
  .footer__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 12px;
    line-height: 18px;
  }
  .footer__container {
    padding-top: 47px;
  }
  .footer__head {
    margin-bottom: 35px;
  }
  .footer__logo img {
    max-height: 25px;
  }
  .footer__socials {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .footer__items {
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
    row-gap: 16px;
    margin-bottom: 22px;
  }
  .footer__body {
    padding-bottom: 22px;
  }
  .footer__foot {
    font-family: "Inter Tight", -apple-system, HelveticaNeue, Helvetica, Arial, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, sans-serif;
    display: block;
    font-size: 12px;
    padding-top: 12px;
  }
  .footer__legals {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__copy {
    margin-top: 16px;
  }
}