*, *:before, *:after {
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body, input, button, textarea, select {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: #232323;
}

a {
  color: #232323;
}

picture {
  overflow: hidden;
}
picture img {
  width: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.input-1 {
  position: relative;
}
.input-1 input, .input-1 textarea {
  width: 100%;
  font: 16px/1 "DM Mono";
  color: #FFF;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #FFF;
  vertical-align: middle;
}
.input-1 input::placeholder, .input-1 textarea::placeholder {
  color: #B0B0B0;
}
.input-1 input:focus::placeholder, .input-1 textarea:focus::placeholder {
  color: transparent;
}
.input-1 input {
  height: 45px;
  padding: 14px 6px;
}
.input-1 textarea {
  height: 106px;
  padding: 14px 6px;
  resize: none;
}

.button-1, .button-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 49px;
  height: 49px;
  padding: 0 30px;
  font: 24px/1 "DM Mono";
  color: #FFF;
  text-decoration: none !important;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 25px;
  cursor: pointer;
  background: none;
}
.button-1 i, .button-2 i {
  margin-right: 8px;
}
.button-1:hover, .button-2:hover {
  background: #FFF;
  color: #232323;
}

.button-2 {
  height: 45px;
  min-width: 45px;
  padding: 0 31px;
  font-weight: 300;
  border-width: 1px;
}

.button-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 18px;
  font: 18px/1 "DM Mono";
  color: #FFF;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  background: #232323;
}

.icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  z-index: 1;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon.icon_24x24 {
  width: 24px;
  height: 24px;
}
.icon svg, .icon img, .icon picture {
  vertical-align: middle;
}
.icon.icon_block {
  display: block;
}
.icon.icon_bgauto {
  background-size: auto;
}
.icon.icon_bgcover {
  background-size: cover;
}
.icon.icon_white-whatsapp-1 {
  background-image: url("../images/icon-white-24x24-whatsapp-1.svg");
}
.icon.icon_white-telegram-1 {
  background-image: url("../images/icon-white-24x24-telegram-1.svg");
}
.icon.icon_white-email-1 {
  background-image: url("../images/icon-white-24x24-email-1.svg");
}

body.state_locked::after,
a, button, input, textarea, label, .menu,
.icon, .icon path {
  transition: all 0.3s ease-out;
}

.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ALL PAGES */
body {
  background: #EEE;
}

.page {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.homescreen {
  position: relative;
  height: 451px;
}
.homescreen video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homescreen__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0 30px;
}

.homescreen__logo {
  height: 65px;
}

.homescreen__menu {
  display: flex;
  align-items: center;
}
.homescreen__menu ul {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: normal;
  list-style: none;
}
.homescreen__menu ul li {
  flex-shrink: 0;
  margin-left: 24px;
}
.homescreen__menu ul li:first-child {
  margin: 0;
}
.homescreen__menu ul a {
  color: #FFF;
  text-decoration: none;
}
.homescreen__menu ul a:hover {
  text-decoration: underline;
}

.homescreen__button {
  flex-shrink: 0;
  margin-left: 24px;
}

.section-title {
  font: 120px/0.85 "Bebas Neue";
}

/* ----- */
.nextwave {
  margin-top: 116px;
}

.nextwave__content {
  display: flex;
  align-items: flex-end;
}
.nextwave__content .section-title {
  flex-shrink: 0;
  width: 284px;
}

.nextwave__text {
  max-width: 406px;
  margin: 0 0 7px 24px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

/* ----- */
.community {
  margin-top: 81px;
}

.community__content {
  position: relative;
  display: flex;
}

.community__left {
  flex-grow: 1;
  max-width: 698px;
}

.community__left-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
  list-style: none;
}
.community__left-images li {
  width: 104px;
  height: 104px;
  margin: 24px 24px 0 0;
}
.community__left-images li:nth-child(3), .community__left-images li:nth-child(5), .community__left-images li:nth-child(7), .community__left-images li:nth-child(8), .community__left-images li:nth-child(9) {
  margin-right: 152px;
}
.community__left-images li:nth-child(11) {
  display: none;
}
.community__left-images img, .community__left-images video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 326px;
  margin: -5px auto 0;
}

.community__right-images {
  position: relative;
  margin-top: 18px;
  list-style: none;
}
.community__right-images li {
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.community__right-images li:nth-child(1) {
  position: absolute;
  top: -410px;
  right: -16px;
}
.community__right-images li:nth-child(2) {
  position: absolute;
  top: -128px;
  right: -16px;
}
.community__right-images img, .community__right-images video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community__text {
  flex-shrink: 0;
  max-width: 210px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  text-align: right;
}

/* ----- */
.who {
  min-height: 505px;
  margin-top: 88px;
}

.who__content {
  position: relative;
  margin-left: 600px;
}
.who__content .section-title {
  position: absolute;
  left: -422px;
  top: 5px;
  width: 290px;
}

.who__text {
  max-width: 480px;
  margin-left: 25px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.who__items {
  position: absolute;
  left: -240px;
  top: 199px;
  max-width: 140px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  text-align: right;
  list-style: none;
}
.who__items li {
  padding: 25px 0 10px;
  border-bottom: 1px solid #232323;
}
.who__items strong {
  display: block;
  font-size: 36px;
  font-weight: bold;
}

.who__images {
  margin-top: 40px;
  list-style: none;
}
.who__images li:nth-child(1) {
  max-width: 241px;
}
.who__images li:nth-child(2) {
  max-width: 203px;
  margin: -25px 0 0 94px;
}
.who__images li:nth-child(3) {
  max-width: 203px;
  margin: -10px 0 0;
}
.who__images img {
  width: 100%;
  border-radius: 3px;
}

/* ----- */
.partners {
  margin-top: 128px;
}

.partners__content {
  position: relative;
}
.partners__content .section-title {
  position: absolute;
  right: 0;
  top: -252px;
  line-height: 0.8;
}

.partners__images {
  display: flex;
  border: 2px solid #232323;
  border-left-width: 1px;
  border-right-width: 1px;
  list-style: none;
}
.partners__images li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 112px;
  padding: 22px 31px;
  border-left: 1px solid #232323;
  border-right: 1px solid #232323;
}

/* ----- */
.best {
  min-height: 614px;
  margin-top: 24px;
  padding-top: 87px;
  background: url("../images/best-bg-1.svg") center top/contain no-repeat;
}

.best__content {
  display: flex;
  align-items: flex-end;
}
.best__content .section-title {
  flex-shrink: 0;
  width: 453px;
  margin-left: 153px;
  line-height: 0.8;
}

.best__items {
  flex-grow: 1;
  position: relative;
  max-width: 455px;
  margin: 0 0 4px 60px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
}
.best__items > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 0 15px;
}
.best__items > li::after {
  display: block;
  content: "";
  position: absolute;
  left: 26px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #232323;
}
.best__items > li:nth-child(even) ul li:nth-child(1) {
  z-index: 1;
}
.best__items ul {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  height: 108px;
  margin-right: 13px;
  list-style: none;
}
.best__items ul li {
  position: absolute;
  width: 80px;
  height: 72px;
}
.best__items ul li:nth-child(1) {
  right: 0;
  top: 0;
}
.best__items ul li:nth-child(2) {
  left: 0;
  bottom: 0;
}
.best__items ul img, .best__items ul video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}

/* ----- */
.stories {
  margin-top: 48px;
}

.stories__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.stories__content .section-title {
  margin-left: 16px;
  line-height: 0.8;
}

.stories__slider {
  flex-grow: 1;
  margin-bottom: 13px;
}

.stories__slider-item img {
  width: 100%;
  border-radius: 4px;
}

.stories__slider-bullets {
  position: absolute;
  right: -36px;
  top: 30px;
}

.stories__slider-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 12px;
  background: #717171;
  border: none;
  outline: none;
  border-radius: 50%;
  box-shadow: inset 0 4px 2.5px -1px rgba(0, 0, 0, 0.43);
  cursor: pointer;
}
.stories__slider-bullet.glide__bullet--active {
  border: 1px solid #FF0F0F;
}
.stories__slider-bullet:first-child {
  margin-top: 0;
}

.stories__right {
  flex-shrink: 0;
  position: relative;
  width: 352px;
  margin-left: 56px;
}

.stories__images {
  margin-bottom: 22px;
  list-style: none;
}
.stories__images li:nth-child(1) {
  margin-left: 27px;
}
.stories__images li:nth-child(2) {
  margin: -12px 40px 0 0;
}
.stories__images li:nth-child(3) {
  margin: -23px -6px 0 46px;
}
.stories__images li:nth-child(4) {
  margin: -10px 35px 0 5px;
}
.stories__images li:nth-child(n+5) {
  display: none;
}
.stories__images img {
  width: 100%;
}

/* ----- */
.last {
  margin-top: 200px;
  color: #FFF;
  background: url("../images/last-bg-1.webp") center/cover no-repeat;
}
.last a {
  color: #FFF;
}

.last__content {
  padding: 32px 0 40px;
}

.cta {
  position: relative;
  margin: 0 -70px;
  padding: 80px 70px 96px 67px;
  border-radius: 5px;
  background: #232323;
}
.cta::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0.5;
  background: url("../images/cta-bg-1.svg") center/cover no-repeat;
}

.cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 -13px;
}

.cta__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 7px 13px 0;
}

.cta__title {
  max-width: 455px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.cta__links {
  display: flex;
  align-items: center;
  margin-left: 2px;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
}
.cta__links li {
  flex-shrink: 0;
  margin: 10px 0 0 34px;
}
.cta__links li:first-child {
  margin-left: 0;
}
.cta__links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  vertical-align: middle;
}
.cta__links .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.cta__form {
  width: 50%;
  padding: 0 13px 2px;
}

.cta__form-input {
  margin-top: 8px;
}
.cta__form-input:first-child {
  margin-top: 0;
}

.cta__form-button {
  margin: 42px 0 0 auto;
}

.cta__button {
  position: fixed;
  z-index: 10;
  right: 16px;
  bottom: 22px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
}

.wow.animated .cta__button {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 33px;
}
.footer::after {
  display: block;
  content: "";
  position: absolute;
  left: 170px;
  right: 147px;
  bottom: 4px;
  height: 1px;
  background: #FFF;
}

.footer__logo-desktop {
  height: 134px;
  margin-bottom: 3px;
}

.footer__logo-mobile {
  display: none;
}
.footer__logo-mobile img {
  width: 100%;
}

.footer__copyright {
  font: 16px/1.2 "DM Mono";
  color: #B0B0B0;
}

.wow {
  visibility: visible !important;
}

.split-text {
  overflow: hidden;
  opacity: 0;
}
.split-text.state_ready {
  opacity: 1;
}
.split-text span {
  display: block;
}
.split-text span:nth-child(2) {
  transition-delay: 0.3s !important;
}
.split-text span:nth-child(3) {
  transition-delay: 0.6s !important;
}
.split-text span:nth-child(4) {
  transition-delay: 0.9s !important;
}
.split-text span:nth-child(5) {
  transition-delay: 1.2s !important;
}
.split-text span:nth-child(6) {
  transition-delay: 1.5s !important;
}
.split-text span:nth-child(7) {
  transition-delay: 1.8s !important;
}
.split-text span:nth-child(8) {
  transition-delay: 2.1s !important;
}
.split-text span:nth-child(9) {
  transition-delay: 2.4s !important;
}
.split-text span:nth-child(10) {
  transition-delay: 2.7s !important;
}
.split-text.animateTextLeftToRight span, .split-text.animateTextRightToLeft span {
  transition: all 1s ease-out;
  filter: blur(2px);
  opacity: 0;
}
.split-text.animateTextLeftToRight span {
  transform: translateX(-100%);
}
.split-text.animateTextRightToLeft span {
  transform: translateX(100%);
}
.split-text.scaleLeftToRight span, .split-text.scaleRightToLeft span {
  transition: all 0.5s ease-out;
  transform: scaleX(0);
  filter: blur(2px);
  opacity: 0;
}
.split-text.scaleLeftToRight span {
  transform-origin: left;
}
.split-text.scaleRightToLeft span {
  transform-origin: right;
}
.split-text.scaleIn span {
  transition: all 0.5s ease-out;
  transform: scale(0);
  opacity: 0;
}

.animated .split-text.animateTextLeftToRight span, .animated .split-text.animateTextRightToLeft span {
  filter: blur(0);
  transform: translateX(0);
  opacity: 1;
}
.animated .split-text.scaleLeftToRight span, .animated .split-text.scaleRightToLeft span {
  transform: scaleX(1);
  filter: blur(0);
  opacity: 1;
}
.animated .split-text.scaleIn span {
  transform: scale(1);
  opacity: 1;
}

.community .community__left-images li,
.community .community__right-images li {
  transition: transform 1s linear;
}
.community .community__left-images li:nth-child(even),
.community .community__right-images li:nth-child(even) {
  transform: translateY(16px);
}
.community .community__left-images li:nth-child(odd),
.community .community__right-images li:nth-child(odd) {
  transform: translateY(-16px);
}
.community.animated .community__left-images li:nth-child(even),
.community.animated .community__right-images li:nth-child(even) {
  transform: translateY(0);
}
.community.animated .community__left-images li:nth-child(odd),
.community.animated .community__right-images li:nth-child(odd) {
  transform: translateY(0);
}

.who .who__images li {
  transition: all 0.5s linear;
  opacity: 0;
}
.who .who__images li:nth-child(even) {
  transform: rotate(10deg);
  transform-origin: left top;
}
.who .who__images li:nth-child(odd) {
  transform: rotate(-10deg);
  transform-origin: right top;
}
.who .who__images li:nth-child(2) {
  transition-delay: 0.3s !important;
}
.who .who__images li:nth-child(3) {
  transition-delay: 0.6s !important;
}
.who .who__items li {
  position: relative;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.who .who__items li:nth-child(1) {
  transition-delay: 1s !important;
}
.who .who__items li:nth-child(1)::after {
  transition-delay: 1s !important;
}
.who .who__items li:nth-child(2) {
  transition-delay: 2s !important;
}
.who .who__items li:nth-child(2)::after {
  transition-delay: 2s !important;
}
.who .who__items li:nth-child(3) {
  transition-delay: 3s !important;
}
.who .who__items li:nth-child(3)::after {
  transition-delay: 3s !important;
}
.who .who__items li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EEE;
  transition: all 1s linear;
}
.who.animated .who__images li {
  opacity: 1;
}
.who.animated .who__images li:nth-child(even) {
  transform: rotate(0);
}
.who.animated .who__images li:nth-child(odd) {
  transform: rotate(0);
}
.who.animated .who__items li {
  opacity: 1;
}
.who.animated .who__items li::after {
  height: 0;
}

.partners .partners__images {
  opacity: 0;
  transform: rotate(5deg);
  transform-origin: left top;
  transition: all 0.5s linear;
}
.partners.animated .partners__images {
  opacity: 1;
  transform: rotate(0);
}

.best {
  background-position: center 100px;
  transition: background-position 1s ease-out;
}
.best .best__items > li::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
}
.best .best__items > li:nth-child(1) .split-text span:nth-child(1) {
  transition-delay: 0.3s !important;
}
.best .best__items > li:nth-child(1) .split-text span:nth-child(2) {
  transition-delay: 0.6s !important;
}
.best .best__items > li:nth-child(1) .split-text span:nth-child(3) {
  transition-delay: 0.9s !important;
}
.best .best__items > li:nth-child(1) ul li:nth-child(1) {
  transition-delay: 1.3s !important;
}
.best .best__items > li:nth-child(1) ul li:nth-child(2) {
  transition-delay: 1.8s !important;
}
.best .best__items > li:nth-child(2)::after {
  transition-delay: 2s !important;
}
.best .best__items > li:nth-child(2) .split-text span:nth-child(1) {
  transition-delay: 2.3s !important;
}
.best .best__items > li:nth-child(2) .split-text span:nth-child(2) {
  transition-delay: 2.6s !important;
}
.best .best__items > li:nth-child(2) .split-text span:nth-child(3) {
  transition-delay: 2.9s !important;
}
.best .best__items > li:nth-child(2) ul li:nth-child(1) {
  transition-delay: 3.3s !important;
}
.best .best__items > li:nth-child(2) ul li:nth-child(2) {
  transition-delay: 3.8s !important;
}
.best .best__items > li:nth-child(3)::after {
  transition-delay: 4s !important;
}
.best .best__items > li:nth-child(3) .split-text span:nth-child(1) {
  transition-delay: 4.3s !important;
}
.best .best__items > li:nth-child(3) .split-text span:nth-child(2) {
  transition-delay: 4.6s !important;
}
.best .best__items > li:nth-child(3) .split-text span:nth-child(3) {
  transition-delay: 4.9s !important;
}
.best .best__items > li:nth-child(3) ul li:nth-child(1) {
  transition-delay: 5.3s !important;
}
.best .best__items > li:nth-child(3) ul li:nth-child(2) {
  transition-delay: 5.8s !important;
}
.best .best__items ul li {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.best .best__items ul li:nth-child(1) {
  transform: rotate(10deg);
  transform-origin: left top;
}
.best .best__items ul li:nth-child(2) {
  transform: rotate(-10deg);
  transform-origin: right top;
}
.best.animated {
  background-position: center 0;
}
.best.animated .best__items li::after {
  transform: scaleX(1);
}
.best.animated .best__items ul li {
  opacity: 1;
}
.best.animated .best__items ul li:nth-child(1), .best.animated .best__items ul li:nth-child(2) {
  transform: rotate(0);
}

.stories__slider {
  opacity: 0;
  transform: rotate(8deg);
  transform-origin: left top;
  transition: all 0.5s ease-out;
}
.stories__slider.animated {
  opacity: 1;
  transform: rotate(0);
}

.stories__right .stories__images li {
  opacity: 0;
  transform: translateX(50%);
  transition: all 0.5s ease-out;
}
.stories__right .stories__images li:nth-child(3) {
  transition-delay: 0.3s !important;
}
.stories__right .stories__images li:nth-child(2) {
  transition-delay: 0.6s !important;
}
.stories__right .stories__images li:nth-child(1) {
  transition-delay: 0.9s !important;
}
.stories__right.animated .stories__images li {
  opacity: 1;
  transform: translateX(0);
}

.cta {
  opacity: 0;
  transform: rotate(8deg);
  transform-origin: left top;
  transition: all 0.5s ease-out;
}
.cta.animated {
  opacity: 1;
  transform: rotate(0);
}

@media (max-width: 1399px) {
  .cta {
    margin: 0;
    padding: 64px;
  }
}
@media (max-width: 1231px) {
  .who__content {
    margin-left: 487px;
  }
}
@media (max-width: 1199px) {
  .nextwave,
  .community,
  .who,
  .stories,
  .last {
    margin-top: 72px;
  }
  .community__left {
    max-width: 640px;
  }
  .partners {
    margin-top: 0;
  }
  .partners__content .section-title {
    position: static;
    right: auto;
    top: auto;
    text-align: right;
  }
  .partners__images {
    margin-top: 24px;
  }
  .who {
    min-height: auto;
  }
  .best {
    min-height: auto;
    margin-top: 54px;
    padding-top: 18px;
  }
  .best__content .section-title {
    margin-left: 0;
  }
  .cta__left {
    flex-grow: 1;
    width: auto;
  }
  .cta__form {
    flex-shrink: 0;
    width: 326px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 100px;
  }
  .nextwave__content .section-title {
    width: 232px;
  }
  .nextwave__text {
    margin-left: 0;
  }
  .community__left {
    max-width: 384px;
  }
  .community__left-images li:nth-child(3), .community__left-images li:nth-child(5), .community__left-images li:nth-child(7), .community__left-images li:nth-child(8), .community__left-images li:nth-child(9) {
    margin-right: 24px;
  }
  .community__left-images li:nth-child(7) {
    order: 0;
  }
  .community__left-images li:nth-child(11) {
    order: 1;
  }
  .community__left-images li:nth-child(5) {
    order: 2;
  }
  .community__left-images li:nth-child(1) {
    order: 3;
    margin-left: 128px;
  }
  .community__left-images li:nth-child(8) {
    order: 4;
  }
  .community__left-images li:nth-child(2), .community__left-images li:nth-child(3), .community__left-images li:nth-child(4), .community__left-images li:nth-child(6), .community__left-images li:nth-child(9), .community__left-images li:nth-child(10) {
    display: none;
  }
  .community__left-images li:nth-child(11) {
    display: block;
  }
  .community__right-images li:nth-child(1) {
    position: static;
    top: auto;
    right: auto;
  }
  .community__right-images li:nth-child(3) {
    display: none;
  }
  .who__content {
    margin-left: 335px;
  }
  .who__content .section-title {
    left: -300px;
  }
  .who__items {
    left: -200px;
  }
  .best__items {
    margin: 0 0 0 24px;
    font-size: 24px;
  }
  .best__items ul {
    width: 80px;
    height: 80px;
  }
  .best__items ul li {
    width: 64px;
    height: 64px;
  }
  .stories__content {
    display: block;
  }
  .stories__content .section-title {
    margin: 0 150px 0 0;
  }
  .stories__right {
    width: auto;
    margin-left: 0;
  }
  .stories__images {
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 161px;
    height: 75px;
    margin-bottom: 0;
  }
  .stories__images li:nth-child(-n+4) {
    display: none;
  }
  .stories__images li:nth-child(n+5) {
    display: block;
    position: absolute;
    width: 93px;
    height: 55px;
  }
  .stories__images li:nth-child(5) {
    right: 0;
    top: 0;
  }
  .stories__images li:nth-child(6) {
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .stories__slider {
    width: auto;
    max-width: 500px;
    margin: 32px auto 0;
  }
  .stories__slider-bullets {
    position: static;
    right: auto;
    top: auto;
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .stories__slider-bullet {
    margin: 0 6px;
  }
  .cta {
    padding: 32px 24px 40px;
  }
  .cta__title {
    max-width: 250px;
    font-size: 24px;
  }
  .cta__links {
    display: block;
    margin: 24px 0 0;
  }
  .cta__links li {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .homescreen {
    height: auto;
    background-position: 39% top;
  }
  .homescreen__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 458px;
    padding-top: 26px;
  }
  .homescreen__menu {
    align-self: stretch;
  }
  .homescreen__button {
    margin-left: auto;
  }
  .community__content {
    display: block;
  }
  .community__left {
    max-width: none;
  }
  .community__left-images li:nth-child(1) {
    margin-left: 0;
  }
  .community__left-images li:nth-child(5) {
    margin-left: 128px;
  }
  .community__left-images li:nth-child(11) {
    margin-right: 280px;
  }
  .community__right {
    max-width: 232px;
    margin: 24px 0 0 256px;
  }
  .community__right-images {
    margin-top: 0;
  }
  .community__right-images li:nth-child(1) {
    position: absolute;
    right: -128px;
    top: -115px;
  }
  .community__right-images li:nth-child(2) {
    display: none;
  }
  .who__content {
    margin-left: 0;
  }
  .who__content .section-title {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    text-align: right;
  }
  .who__text {
    max-width: none;
    margin: 24px 0 0;
  }
  .who__items {
    position: static;
    left: auto;
    top: auto;
    display: flex;
    justify-content: space-between;
    max-width: none;
    margin-top: 32px;
    text-align: left;
  }
  .who__items li {
    padding-top: 0;
  }
  .who__images {
    position: absolute;
    left: 0;
    right: 160px;
    top: 0;
    margin-top: 0;
  }
  .who__images li:nth-child(1) {
    max-width: none;
  }
  .who__images li:nth-child(n+2) {
    display: none;
  }
  .who__images img {
    height: 77px;
    object-fit: cover;
  }
  .partners {
    margin-top: 72px;
  }
  .partners__content .section-title {
    text-align: left;
  }
  .partners__images li {
    height: 80px;
    padding: 17px 20px;
  }
  .best__content {
    display: block;
  }
  .best__content .section-title {
    width: auto;
    text-align: center;
  }
  .best__items {
    max-width: none;
    margin: 19px 0 0;
    text-align: center;
  }
  .best__items > li {
    display: block;
  }
  .best__items > li::after {
    left: 0;
  }
  .best__items > li:nth-child(odd) ul li:nth-child(1) {
    display: none;
  }
  .best__items > li:nth-child(odd) ul li:nth-child(2) {
    left: 21px;
    top: -20px;
  }
  .best__items > li:nth-child(even) ul li:nth-child(1) {
    right: 21px;
    top: -32px;
  }
  .best__items > li:nth-child(even) ul li:nth-child(2) {
    display: none;
  }
  .best__items > li:last-child ul li:nth-child(2) {
    top: auto;
    bottom: -32px;
    left: 32px;
  }
  .best__items > li:last-child::after {
    display: none;
  }
  .best__items ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .button-1, .button-2 {
    height: 29px;
    padding: 0 15px;
    font-size: 18px;
    border-width: 1px;
    border-radius: 15px;
  }
  .button-2 {
    height: 32px;
    font-size: 20px;
    border-radius: 16px;
  }
  .section-title {
    font-size: 80px;
  }
  .homescreen__menu {
    width: 100%;
  }
  .homescreen__menu ul {
    font-size: 18px;
  }
  .homescreen__menu ul li {
    margin-left: 22px;
  }
  .nextwave__content {
    align-items: flex-start;
  }
  .nextwave__content .section-title {
    width: 152px;
  }
  .nextwave__text {
    margin: 0;
    font-size: 16px;
  }
  .community {
    margin-top: 24px;
  }
  .community__left {
    max-width: 320px;
  }
  .community__left-images {
    margin-top: -16px;
  }
  .community__left-images li {
    width: 64px;
    height: 64px;
    margin: 16px 16px 0 0;
  }
  .community__left-images li:nth-child(1) {
    margin-right: 16px;
  }
  .community__left-images li:nth-child(5) {
    margin-left: 80px;
    margin-right: 16px;
  }
  .community__left-images li:nth-child(7) {
    margin-right: 16px;
  }
  .community__left-images li:nth-child(8) {
    margin-right: 16px;
  }
  .community__left-images li:nth-child(11) {
    margin-right: 160px;
  }
  .community__right {
    margin: 16px 0 0 160px;
  }
  .community__text {
    max-width: 165px;
    font-size: 20px;
  }
  .community__right-images li {
    width: 64px;
    height: 64px;
  }
  .community__right-images li:nth-child(1) {
    position: static;
    right: auto;
    top: auto;
    margin: -10px 0 0 -80px;
  }
  .who__text {
    font-size: 16px;
  }
  .who__items {
    font-size: 18px;
  }
  .who__items li {
    padding-bottom: 4px;
  }
  .who__items strong {
    font-size: 24px;
  }
  .who__images {
    right: 122px;
  }
  .who__images img {
    height: 62px;
  }
  .partners__images {
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
  .partners__images li {
    width: 50%;
  }
  .partners__images li:nth-child(n+3) {
    border-top: 2px solid #232323;
  }
  .last__content {
    padding: 14px 0 19px;
  }
  .cta__content {
    display: block;
    margin: 0;
  }
  .cta__left {
    flex-direction: row;
    padding: 0;
  }
  .cta__links {
    flex-shrink: 0;
    margin: 0 0 0 12px;
    font-size: 16px;
  }
  .cta__links li:first-child {
    margin: 0;
  }
  .cta__links .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .cta__form {
    width: auto;
    margin-top: 24px;
    padding: 0;
  }
  .cta__form-button {
    margin-top: 32px;
  }
  .footer {
    display: block;
  }
  .footer::after {
    display: none;
  }
  .footer__logo-desktop {
    display: none;
  }
  .footer__logo-mobile {
    display: block;
  }
  .footer__copyright {
    margin-top: 8px;
    text-align: center;
  }
  .footer__copyright br {
    display: none;
  }
}
@media (max-width: 400px) {
  .homescreen__menu {
    display: block;
  }
  .homescreen__menu ul {
    display: block;
  }
  .homescreen__menu ul li {
    margin: 22px 0 0;
  }
  .homescreen__button {
    margin: 22px 0 0;
  }
  .community__left-images li:nth-child(5) {
    margin-left: 0;
  }
  .community__left-images li:nth-child(11) {
    margin-right: 96px;
  }
  .community__right {
    margin-left: 80px;
  }
  .community__text {
    max-width: none;
  }
  .best__items ul {
    display: none;
  }
  .cta__left {
    display: block;
  }
  .cta__title {
    max-width: none;
  }
  .cta__links {
    margin: 24px 0 0;
  }
}