@font-face {
  font-family: Inter_18pt;
  font-display: swap;
  src: url("../fonts/Inter_18pt-Medium.woff2") format("woff2"), url("../fonts/Inter_18pt-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: Inter_18pt;
  font-display: swap;
  src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2"), url("../fonts/Inter_18pt-Regular.woff") format("woff");
  font-style: normal;
}
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input, textarea, a, button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  background: #fff;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter_18pt", sans-serif;
  color: #000;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

li {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-family: "Inter_18pt", sans-serif;
}

textarea {
  font-family: "Inter_18pt", sans-serif;
  font-size: 14px;
  resize: none;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}
a:hover {
  color: #651FD8;
  transition: all 0.2s ease-out;
}

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

input:active, input:focus, button:active, button:focus, span:active, span:focus, span, div:active, div:focus, div, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

textarea, input {
  font-family: "Inter_18pt", sans-serif;
  letter-spacing: 0;
}

button {
  font-family: "Inter_18pt", sans-serif;
  background: none;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

h1, h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter_18pt", sans-serif;
}

h3 {
  font-size: 30px;
  font-family: "Inter_18pt", sans-serif;
  margin-top: 0;
  font-weight: 600;
}

section {
  margin-bottom: 100px;
}

.swiper-wrapper {
  height: auto !important;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
}

.row-center {
  justify-content: center;
}

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

.row-space {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.overflow-body {
  overflow-y: hidden;
}

.btn {
  height: 48px;
  padding: 10px 16px 10px 24px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.18px;
}
.btn:hover {
  color: #fff;
  background: #651FD8;
  transition: all 0.2s ease-out;
}
.btn:hover svg path {
  stroke: #fff;
}

.card__btn {
  background: #821BF0;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 5px 15px rgba(130, 27, 240, 0.25);
}
.card__btn:hover {
  background: #9336F8;
  transition: all 0.2s ease-out;
}

.in-cart {
  background: #4F28EA;
  padding: 17px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-cart:hover {
  background: #7250FA;
  transition: all 0.2s ease-out;
}

.btn-line {
  background: transparent;
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7250FA;
  border: 1px solid #7250FA;
}
.btn-line:hover {
  background: #7250FA;
  transition: all 0.2s ease-out;
}

.hidden-body {
  overflow: hidden;
}

.bread {
  flex-wrap: wrap;
}
.bread li {
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #651FD8;
}

::-webkit-scrollbar-track {
  background: #d1d1d1;
}

@media screen and (max-width: 979px) {
  .mobile-col {
    flex-direction: column;
  }

  .mobile-col-rev {
    flex-direction: column-reverse;
  }

  .mobile__none {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .container {
    width: 980px;
  }
}
.header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  min-height: 100vh;
  position: relative;
}
.header::after {
  content: "";
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.65) 50.48%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.header__wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.header-vid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  pointer-events: none;
}
.header__title {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -2.56px;
}
.header__descr {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 32px;
  max-width: 573px;
}
.header .btn:hover {
  background: #fff;
  color: #000;
}
.header .btn:hover svg path {
  stroke: #000;
}

.menu {
  padding: 24px;
}
.menu .container {
  display: flex;
  align-items: center;
}
.menu__list {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.menu__list a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.menu__list a:hover {
  opacity: 0.8;
}
.menu__basket {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  display: flex;
  padding: 0px 16px 0px 20px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}
.menu__basket .number {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-radius: 99px;
  background: #E05F38;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__basket:hover {
  background: #fff;
  color: #000;
}
.menu__basket:hover .number {
  color: #fff;
}

.craft {
  margin-bottom: 80px;
}
.craft h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  color: #000;
  max-width: 610px;
  letter-spacing: -1.6px;
}
.craft__descr {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px 32px;
  border-left: 1px solid var(--Black, #000);
}
.craft__right {
  margin-left: auto;
  max-width: 610px;
}
.craft__right p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 34px;
  letter-spacing: -0.27px;
}
.craft__right p:last-child {
  margin: 0;
}

.craft__plates {
  margin-top: 80px;
}

.craft__plate {
  border-radius: 12px;
  background: var(--Accent-Violet, #651FD8);
  color: #fff;
  height: 248px;
  padding: 24px;
  margin-bottom: 12px;
}
.craft__plate svg {
  margin-bottom: 57px;
}
.craft__plate:nth-child(2) {
  background: #4C1B9B;
}
.craft__plate:nth-child(3) {
  background: #3B1873;
}

.craft__cards {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.craft__cards__item {
  padding: 32px;
  border-radius: 16px;
  background: #651FD8;
  color: #fff;
}
.craft__cards__item:nth-child(2) {
  background: #4C1B9B;
}
.craft__cards__item:nth-child(3) {
  background: #3B1873;
}
.craft__cards__item:nth-child(4) {
  background: #301761;
}
.craft__cards__item:nth-child(5) {
  background: #281351;
}
.craft__cards__item:nth-child(6) {
  background: #200F40;
}
.craft__cards__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 16px 0;
}
.craft__cards__text {
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.27px;
}

.craft__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.craft__bottom p {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.08px;
  max-width: 350px;
}

.craft-btn {
  height: 48px;
  padding: 0px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1.5px solid var(--White, #FFF);
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.craft-btn:hover {
  color: #000;
  background: #fff;
}

.boost .container {
  border-top: 2px solid var(--Background-Beige-1, #EFEEEA);
  padding-top: 80px;
  display: flex;
}
.boost__left {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.boost__left p {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.96px;
}
.boost .btn {
  background: #000;
  margin-top: auto;
  color: #fff;
}
.boost__right {
  width: 100%;
  margin-left: auto;
  max-width: 610px;
  display: flex;
  gap: 12px;
}
.boost__card {
  height: 341px;
  border-radius: 12px;
  width: 50%;
  overflow: hidden;
  background: #651FD8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.boost__card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boost__card svg {
  margin-bottom: 24px;
}
.boost__card__title {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
}
.boost__card__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 20px;
  opacity: 0.8;
  max-width: 220px;
  letter-spacing: -0.21px;
}
.boost__card__btn {
  font-weight: 500;
  line-height: 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  background: #fff;
  border-radius: 100px;
  letter-spacing: -0.16px;
}

.about {
  background: var(--Base-Black, #11100F);
  color: #fff;
  padding: 80px 0;
  margin-bottom: 80px;
}
.about .container {
  display: flex;
  gap: 20px;
  overflow: visible;
}
.about__right {
  width: 100%;
  margin-left: auto;
  max-width: 610px;
  position: relative;
  height: 610px;
}
.about__right::after {
  content: "";
  position: absolute;
  width: 562px;
  height: 562px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #585757;
  bottom: -12px;
}
.about__right::before {
  content: "";
  position: absolute;
  width: 514px;
  height: 514px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #2E2D2C;
  bottom: -24px;
}
.about__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
}
.about__right .current {
  z-index: 3;
}
.about__left {
  width: 100%;
  max-width: 610px;
  display: flex;
  flex-direction: column;
}
.about .swiper-slide {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  margin-bottom: 42px;
  letter-spacing: -1.6px;
  opacity: 0.6;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.about .swiper-slide:hover {
  opacity: 1;
}
.about .swiper-slide.current {
  opacity: 1;
  border-bottom: 2px solid #E8FF01;
}
.about__text {
  margin-top: auto;
  font-size: 24px;
  font-style: normal;
  max-width: 570px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
  display: none;
}
.about__text p:not(:last-child) {
  margin-bottom: 35px;
}
.about__text.active {
  display: block;
}

.services {
  color: #000;
  margin-bottom: 80px;
}
.services h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.6px;
  margin-bottom: 24px;
}
.services__descr {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -0.3px;
}
.services__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.services__card {
  padding: 40px 24px 64px 24px;
  border-radius: 12px;
  background: var(--Background-Beige_2, #F6F5F4);
  text-align: center;
}
.services__card svg {
  margin-bottom: 24px;
}
.services__title {
  font-size: 32px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.96px;
}
.services__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
  max-width: 450px;
  margin: 0 auto;
  letter-spacing: -0.27px;
}

.footer {
  background: var(--Base-Black, #11100F);
  padding-top: 80px;
  color: #fff;
}
.footer__plate {
  border-radius: 12px;
  align-items: center;
  margin-bottom: 80px;
  gap: 8px;
  background: var(--Accent-Violet, #651FD8);
  padding: 20px 24px 24px 24px;
  display: flex;
}
.footer__plate__left {
  max-width: 505px;
  font-size: 24px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.72px;
}
.footer__plate__center {
  max-width: 422px;
  width: 100%;
}
.footer__plate__link {
  margin-left: auto;
}
.footer__wrapper {
  display: grid;
  gap: 80px;
  grid-template-columns: 470px 470px 150px;
}
.footer__col p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
  letter-spacing: -0.3px;
}
.footer__col a {
  color: #fff;
}
.footer__col a:hover {
  opacity: 0.8;
}
.footer__links {
  display: flex;
  gap: 8px;
}
.footer__links a {
  border-radius: 999px;
  background: var(--Base-Gray-1, #1D1C1B);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer__links a:hover {
  opacity: 0.8;
}
.footer__list a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
}
.footer__list a:hover {
  opacity: 0.8;
}
.footer__list li {
  margin-bottom: 30px;
}
.footer__bottom {
  margin-top: 80px;
  display: grid;
  gap: 80px;
  margin-bottom: 24px;
  grid-template-columns: 470px 470px 150px;
}
.footer__bottom p, .footer__bottom a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.4;
}
.footer__bottom a:hover {
  opacity: 1;
}

.menu-trigger {
  display: none;
}

.mobile-menu {
  display: none;
}

.mobile-menu.active {
  display: flex;
}

.craft .container {
  overflow: visible;
}

.craft__plates {
  position: relative;
  height: 768px;
}

.craft__plate {
  position: sticky;
  width: 100%;
  height: 248px;
  top: 0;
  transition: transform 0.3s ease;
}

.craft__plate {
  z-index: 2;
  top: 12px;
}

.craft__plates--second {
  top: 273px;
  margin-top: -241px;
  z-index: 1;
}

.craft__plates--third {
  top: 36px;
  z-index: 0;
  top: 546px;
  margin-top: -242px;
}

.menu__list {
  margin-left: auto;
  margin-right: 0;
}
.menu__list li.active {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  display: flex;
  padding: 0px 16px 0px 20px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}

.services2 {
  padding: 80px 0;
  background: var(--Background-Beige-2, #F6F5F4);
}
.services2 .services__card {
  background: #fff;
}
.services2 .services__card:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.logos {
  overflow: hidden;
}
.logos h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 60px;
  letter-spacing: -1.6px;
}
.logos .swiper-slide {
  border-radius: 12px;
  border: 1px solid var(--Background-Beige-1, #EFEEEA);
  padding: 24px 32px;
  width: 240px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos .container {
  overflow: visible;
}

.services__descr {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.services .services__card:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.craft__descr {
  margin-bottom: 0;
}
.craft__descr strong {
  color: #651FD8;
  margin-top: 10px;
  display: block;
  font-weight: 600;
}

.craft__cards {
  margin-top: 60px;
}

.services__descr p {
  display: block;
}
.services__descr p:not(:last-child) {
  margin-bottom: 20px;
}

.header__descr p:not(:last-child) {
  margin-bottom: 20px;
}

.craft2 {
  background: var(--Background-Beige-2, #F6F5F4);
  padding: 80px 0;
}
.craft2 .craft__cards__item {
  background: #fff;
  color: #000;
}
.craft2 .craft__cards__text {
  color: #000;
}

@media screen and (max-width: 980px) {
  .menu {
    padding: 12px 0px;
  }
  .menu .menu__list {
    display: none;
  }
  .menu .menu__basket {
    display: none;
  }

  .container {
    padding: 0 16px;
  }

  .header__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 24px;
    letter-spacing: -1.6px;
  }

  .header__descr {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.27px;
  }

  .header {
    margin-bottom: 60px;
    min-height: 100vh;
  }
  .header .btn {
    font-size: 18px;
    width: 100%;
    max-width: 400px;
  }
  .header .btn svg {
    transform: rotate(45deg);
  }

  .header__wrapper {
    padding: 20px 0;
  }

  .craft__row {
    flex-direction: column;
  }
  .craft__row h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.28px;
  }
  .craft__row h2 br {
    display: none;
  }

  .craft__right {
    margin-left: 0;
  }
  .craft__right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: -0.24px;
  }

  .craft__plates {
    margin-top: 60px;
    height: 1029px;
  }

  .craft__plate {
    height: 343px;
  }

  .craft__bottom {
    margin-top: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .craft__bottom p {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
    letter-spacing: -0.32px;
  }

  .craft {
    margin-bottom: 60px;
  }

  section {
    margin-bottom: 60px;
  }

  .boost .container {
    flex-direction: column;
    padding-top: 60px;
  }

  .boost__left {
    margin-bottom: 32px;
  }
  .boost__left p {
    margin-bottom: 32px;
  }
  .boost__left .btn {
    width: 100%;
  }

  .boost__right {
    margin-left: 0;
    flex-direction: column;
  }

  .boost__card {
    height: 358px;
    width: 100%;
  }

  .about {
    padding-top: 60px;
  }
  .about .container {
    flex-direction: column;
  }

  .about .swiper-slide {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
  }

  .about__text {
    margin-top: 32px;
  }
  .about__text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .about__right {
    min-height: 358px;
    height: 60vw;
    margin-left: 0;
  }

  .about__right::before {
    width: 80%;
    height: 358px;
  }

  .about__right::after {
    width: 90%;
    height: 358px;
  }

  .about {
    margin-bottom: 60px;
  }

  .services {
    margin-bottom: 60px;
  }
  .services h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
  }

  .services__descr {
    font-size: 18px;
    font-style: normal;
    max-width: 450px;
    margin: 0 auto 60px;
    font-weight: 400;
    line-height: 140%;
  }
  .services__descr br {
    display: none;
  }

  .services__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .services__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .services__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer__plate {
    flex-wrap: wrap;
    padding: 16px;
    margin-bottom: 60px;
  }

  .footer__plate__link {
    order: 2;
  }

  .footer__plate__center {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.27px;
    order: 3;
  }

  .footer__plate__left {
    width: calc(100% - 32px);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.72px;
  }

  .footer__plate {
    gap: 16px 0;
    align-items: flex-start;
  }

  .footer__wrapper {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  .footer__wrapper .footer__col:nth-child(1) {
    order: 2;
  }
  .footer__wrapper .footer__col:nth-child(1) p, .footer__wrapper .footer__col:nth-child(1) a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    letter-spacing: -0.27px;
  }
  .footer__wrapper .footer__col:nth-child(2) {
    order: 1;
  }
  .footer__wrapper .footer__col:nth-child(3) {
    order: 3;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__list a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
  }

  .footer__bottom {
    display: block;
  }
  .footer__bottom .footer__col {
    margin-bottom: 8px;
  }
  .footer__bottom .footer__col p, .footer__bottom .footer__col a {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .menu-trigger {
    display: flex;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 11;
    height: 100vh;
    display: none;
    flex-direction: column;
    padding: 12px 16px;
  }
  .mobile-menu .close {
    border-radius: 999px;
    background: var(--Background-Beige-2, #F6F5F4);
    backdrop-filter: blur(8px);
    height: 40px;
    width: 40px;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu__top {
    display: flex;
    align-items: center;
  }
  .mobile-menu__list li {
    padding: 16px 0;
    border-bottom: 1px solid #EFEEEA;
  }
  .mobile-menu__list li:last-child {
    border: none;
  }
  .mobile-menu__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.3px;
  }
  .mobile-menu__bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu__bottom p {
    margin-bottom: 24px;
  }
  .mobile-menu__bottom p, .mobile-menu__bottom a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .craft__row {
    margin-bottom: 36px;
  }

  .craft__plate {
    top: 0;
  }

  .craft__plates--second {
    top: 349px;
    margin-top: -356px;
    z-index: 1;
  }

  .craft__plates--third {
    top: 36px;
    z-index: 0;
    top: 699px;
    margin-top: -322px;
  }

  .about {
    overflow: hidden;
  }

  .craft__plates {
    margin-top: 0;
    position: relative;
    height: 1053px;
  }

  .craft__descr {
    padding-right: 0;
    margin: 24px 0;
    padding-left: 20px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .craft__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .craft__cards__text {
    font-size: 16px;
  }

  .craft__descr {
    font-size: 16px;
  }

  .services__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .services2 .services__card:last-child {
    grid-column-end: 2;
  }

  .services .services__card:nth-child(5) {
    grid-column-end: 2;
  }

  .logos .swiper-slide {
    height: 80px;
    width: 200px;
  }
  .logos h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: -1.28px;
  }
}
@media screen and (min-width: 981px) {
  .swiper-container-about .swiper-wrapper {
    display: block;
  }

  .btn svg {
    transition: all 0.2s ease-out;
  }
  .btn:hover svg {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }

  .menu__list {
    gap: 10px;
  }

  .menu .logo svg {
    width: 200px;
  }

  .craft__right {
    max-width: 550px;
  }

  .boost__left {
    max-width: 450px;
  }

  .about__right {
    height: 500px;
  }

  .about__right::before {
    height: 500px;
    width: 80%;
  }

  .about__right::after {
    height: 500px;
    width: 90%;
  }
}