@charset "UTF-8";
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-display: swap;
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-family: "SF Pro Display", Arial, sans-serif;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-display: swap;
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-family: "SF Pro Display", Arial, sans-serif;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background: #eee;
  scroll-behavior: smooth;
}

body {
  font-family: "SF Pro Display", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}
section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  width: 190px;
  background: none;
  display: flex;
  border: none;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
  color: #000000;
  min-width: 190px;
  padding-bottom: 18.5px;
}
.bttn svg {
  transition: all 0.3s linear;
}
.bttn:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.bttn:hover svg {
  transform: rotate(-30deg);
}
.bttn:hover svg path {
  fill: #535353;
}
.bttn__text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.bttn-apply {
  font-family: Manrope;
  cursor: pointer;
  text-transform: none !important;
  background-color: #E20404;
  border-radius: 10rem;
  max-width: 38.6rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

.bttn-apply-small {
  max-width: 14rem;
  padding: 1.3rem 3rem !important;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

body {
  background: #eee;
}

.header {
  width: 100%;
  padding: 30.5px 0;
  z-index: 12;
  transition: 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    opacity: 1;
    transition: all 0.3s linear;
  }
}
.header__logo {
  display: none;
}
@media only screen and (max-width: 750px) {
  .header__logo {
    display: block;
  }
  .header__logo svg {
    height: 40px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .header__wrapper {
    height: 41px;
    border-radius: 20px;
  }
}
.header__links {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media only screen and (max-width: 1097px) {
  .header__links {
    display: none;
  }
}
.header__link {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.03em;
  text-align: left;
}
.header__burger {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 6px 16px;
  border-radius: 100px;
  align-items: center;
  background: #FFF;
  color: #DB4E9F;
  margin-left: auto;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  z-index: 13;
  transition: all 0.3s linear;
}
.header__burger-element {
  display: flex;
  width: 18px;
  z-index: 11;
  flex-direction: column;
  gap: 4px;
}
.header__burger-element span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #DB4E9F;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.header__burger-element span:first-child {
  position: absolute;
  top: -5px;
}
.header__burger-element span:last-child {
  position: absolute;
  top: 5px;
}
.header .header__burger.active {
  background: #DB4E9F;
  color: #fff;
}
.header .header__burger.active span {
  background: #fff;
}
.header .header__burger.active span:first-child {
  position: absolute;
  top: 50%;
  rotate: 45deg;
  transform-origin: center;
}
.header .header__burger.active span:nth-child(2) {
  width: 0;
}
.header .header__burger.active span:last-child {
  position: absolute;
  top: 50%;
  rotate: -45deg;
  transform-origin: center;
}

.burger__wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  backdrop-filter: blur(3px);
  display: none;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: auto;
}
.burger__wrapper::-webkit-scrollbar {
  width: 6px;
}
.burger__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.burger__wrapper::-webkit-scrollbar-thumb {
  background-color: #DB4E9F;
  border-radius: 10px;
  background-clip: content-box;
}
.burger__wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.burger__main {
  display: flex;
  color: #E5DBC6;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
}
.burger__first-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 700px) {
  .burger__first-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding-left: 20px;
  }
}
.burger__btn {
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  border-radius: 8px;
  background: #DB4E9F;
  padding: 17px 38px;
  display: flex;
  height: 57px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.burger__menu-links {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -0.78px;
  transition: color 0.3s linear;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  transition: color 0.3s linear;
}
.burger__menu-links:hover, .burger__menu-links.active {
  color: #DB4E9F;
}
.burger__menu-links span {
  color: #DB4E9F;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .burger__menu-links {
    color: #262626;
    text-align: left;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.54px;
    gap: 16px;
  }
  .burger__menu-links span {
    color: #DB4E9F;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
  .burger__menu-links:hover {
    color: #DB4E9F;
  }
  .burger__menu-links.active {
    color: #DB4E9F;
  }
}
.burger__menu-links__second-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.burger__menu-links__second-links a:hover svg path {
  fill: #8E7662;
}
.burger__menu-links__second-links svg path {
  transition: all 0.3s linear;
}
.burger__right-text {
  position: absolute;
  display: flex;
  bottom: 74px;
  right: 100px;
  flex-direction: row;
  gap: 24px;
  color: #fff;
  align-items: flex-end;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  .burger__right-text {
    position: relative;
    align-items: center;
    bottom: initial;
    right: initial;
  }
}

.banner {
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  .banner {
    margin: 0;
  }
}
.banner__container {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .banner__container {
    padding: 0;
  }
}
.banner__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .banner__content {
    flex-direction: column;
    gap: 32px;
  }
}
.banner__left {
  max-width: 610px;
}
@media only screen and (max-width: 992px) {
  .banner__left {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .banner__left {
    width: 100%;
    padding: 0 16px;
  }
}
.banner__right {
  margin-right: -100px;
  width: 64%;
  max-width: 710px;
}
.banner__right .banner__img {
  transform: translate(0, 0) !important;
}
.banner__right .banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .banner__right {
    margin-right: -10px;
    width: 50%;
  }
  .banner__right .banner__img {
    height: 700px;
  }
  .banner__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 750px) {
  .banner__right {
    width: 100%;
    margin-right: 0;
  }
  .banner__right .banner__img {
    height: auto;
  }
}
.banner__right-gerb {
  position: absolute;
  top: 54px;
  left: 60px;
  display: flex;
  flex-direction: row;
  gap: 13px;
}
@media only screen and (max-width: 750px) {
  .banner__right-gerb {
    top: 16px;
    left: 16px;
  }
  .banner__right-gerb svg {
    height: 26px;
  }
}
.banner__top {
  position: absolute;
  top: 54px;
  display: flex;
  gap: 57px;
  flex-direction: row;
}
@media only screen and (max-width: 830px) {
  .banner__top {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .banner__top {
    position: relative;
    top: initial;
    gap: 0;
    margin-top: 73px;
    width: 100%;
    padding: 0 16px;
  }
  .banner__top svg {
    display: none;
  }
}
.banner__top-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.banner__top-left h2 {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -0.78px;
}
@media only screen and (max-width: 750px) {
  .banner__top-left h2 {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.6px;
  }
}
.banner__top-text {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.banner__top-text p {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 750px) {
  .banner__top-text p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.banner__top-text span {
  background: #262626;
  width: 1px;
  height: 20px;
}
.banner__header {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 77.4px */
  letter-spacing: -3.44px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .banner__header {
    font-size: 63px;
    font-weight: 500;
    line-height: 90%;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 750px) {
  .banner__header {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 41.4px */
    letter-spacing: -1.84px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 550px) {
  .banner__header {
    display: none;
  }
}
.banner__second {
  color: #DB4E9F;
  font-family: "SF Pro Display";
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 77.4px */
  letter-spacing: -3.44px;
  position: relative;
  width: fit-content;
  margin-bottom: 32px;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .banner__second {
    font-size: 63px;
    font-weight: 500;
    line-height: 90%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .banner__second {
    color: #DB4E9F;
    font-family: "SF Pro Display";
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 41.4px */
    letter-spacing: -1.84px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 550px) {
  .banner__second {
    font-size: 10vw;
    margin: 0 auto;
  }
  .banner__second br {
    display: none;
  }
  .banner__second:first-letter {
    text-transform: uppercase;
  }
}
.banner__third {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 26px */
  letter-spacing: -0.78px;
}
@media only screen and (max-width: 750px) {
  .banner__third {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.6px;
  }
}
@media only screen and (max-width: 550px) {
  .banner__third {
    display: none;
  }
}
.banner__right-text {
  position: absolute;
  display: flex;
  bottom: 74px;
  right: 100px;
  flex-direction: row;
  gap: 24px;
  color: #fff;
  align-items: flex-end;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  .banner__right-text {
    right: 16px;
    bottom: initial;
    top: 16px;
    gap: 24px;
  }
}
.banner__want {
  position: absolute;
  bottom: 66px;
  transform: translateX(-50%);
  left: 0;
  display: flex;
  padding: 17px 38px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #DB4E9F;
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 750px) {
  .banner__want {
    bottom: 24px;
    left: 50%;
    color: #EEE;
    text-align: right;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
    padding: 16px 32px;
  }
}

.second {
  background: #eee;
}
@media only screen and (max-width: 700px) {
  .second {
    margin: 0;
  }
}
.second__container {
  display: flex;
  flex-direction: row;
  gap: 125px;
}
@media only screen and (max-width: 1200px) {
  .second__container {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 700px) {
  .second__container {
    flex-direction: column-reverse;
    padding: 0;
    gap: 60px;
  }
}
.second .section.active {
  background-image: url("../img/general/Frame 122.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.second__line {
  width: 100%;
  border-radius: 10px;
  background: #C8C8C8;
  max-width: 1240px;
  margin: 0 auto 29px;
  --height-of-loader: 4px;
  --loader-color: #DB4E9F;
  height: var(--height-of-loader);
}
@media only screen and (max-width: 1260px) {
  .second__line {
    max-width: calc(100% - 20px);
    margin: 0 10px 29px;
  }
}
.second__line span {
  position: absolute;
  width: 0;
  top: 0;
  height: 3px;
  border-radius: 10px;
  background: var(--loader-color);
  animation: moving 3s ease-in-out infinite;
}
@keyframes moving {
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
.second__numbers {
  display: flex;
  flex-direction: row;
  max-width: 1240px;
  margin: 0 auto 127px;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .second__numbers {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 700px) {
  .second__numbers {
    margin: 0 auto 60px;
  }
}
.second__number {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 401px;
  width: 100%;
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .second__number {
    width: initial;
    gap: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .second__number {
    flex-direction: column;
    gap: 20px;
  }
}
.second__number span {
  color: #DB4E9F;
  font-family: "SF Pro Display";
  font-size: 86px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  /* 77.4px */
  letter-spacing: -3.44px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .second__number span {
    color: #DB4E9F;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    /* 28.8px */
    letter-spacing: -1.28px;
  }
}
.second__number p {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .second__number p {
    color: #262626;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 13.2px */
    letter-spacing: -0.36px;
  }
}
.second__left {
  width: 100%;
  max-width: 505px;
}
.second__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .second__left {
    margin-left: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 700px) {
  .second__left {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .second__right {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .second__right {
    width: 100%;
    padding: 0 10px;
  }
}
.second__header {
  font-family: "SF Pro Display";
  font-size: 38px;
  font-weight: 500;
  line-height: 49.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .second__header {
    font-size: 26px;
    line-height: 33.8px;
  }
}
@media only screen and (max-width: 700px) {
  .second__header {
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
  }
}
.second__content {
  display: flex;
  flex-direction: column;
  max-width: 567px;
}
@media only screen and (max-width: 700px) {
  .second__content {
    max-width: 100%;
  }
}
.second__text {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 700px) {
  .second__text {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
.second__subheader {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 32px;
}
.second__subheader span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .second__subheader {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
  }
}
.second__stats {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.second__stat {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-left: 24px;
}
.second__stat::after {
  content: "";
  position: absolute;
  background: repeating-linear-gradient(to bottom, #DB4E9F 0px, #DB4E9F 4px, transparent 4px, transparent 8px);
  top: 0;
  left: 0;
  width: 2px;
  height: calc(100% + 32px);
}
.second__stat:first-child::after {
  top: 8px;
  height: calc(100% + 24px);
}
.second__stat:last-child::after {
  height: 70%;
}
.second__stat:last-child::after {
  height: 70%;
}
.second__stat::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .second__stat {
    gap: 16px;
  }
}
.second__stat-number {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  cursor: pointer;
  transition: color 0.3s linear;
}
@media only screen and (max-width: 700px) {
  .second__stat-number {
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
.second__stat-number.active {
  color: #DB4E9F;
}
.second__stat-number:hover {
  color: #DB4E9F;
}
.second__stat-text {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  max-width: 451px;
  display: none;
}
.second__stat-text.active {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .second__stat-text {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
.second__bottom {
  margin-top: 60px;
}
.second__bottom-header {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 32px;
}
.second__bottom-header span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .second__bottom-header {
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
}
.second__bottom-text {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .second__bottom-text {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
    margin-bottom: 16px;
  }
}
.second__bottom-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 121px;
}
@media only screen and (max-width: 700px) {
  .second__bottom-list {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.second__bottom-list li {
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid #E9BFD7;
  background: #EEE;
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .second__bottom-list li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.second__bottom-list li:last-child {
  border: none;
  color: #ABA8A8;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  max-width: 409px;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 700px) {
  .second__bottom-list li:last-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.second__bottom-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 16px;
}
.second__bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how__subheader {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 46px;
}
.how__subheader span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .how__subheader {
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    margin-bottom: 24px;
  }
}
.how__if {
  display: flex;
  flex-direction: row;
  gap: 125px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 917px) {
  .how__if {
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .how__if {
    flex-direction: column;
  }
}
.how__if-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  flex: 1;
}
.how__if-head {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
}
@media only screen and (max-width: 768px) {
  .how__if-head {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.how__if-text {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 768px) {
  .how__if-text {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
.how__connect-head {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .how__connect-head {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
}
.how__connect-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media only screen and (max-width: 700px) {
  .how__connect-list {
    gap: 8px;
    margin-bottom: 32px;
  }
}
.how__connect-list li {
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid #E9BFD7;
  background: #EEE;
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .how__connect-list li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.how__bottom {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  .how__bottom {
    flex-direction: column;
  }
}
.how__left {
  max-width: 607px;
}
@media only screen and (max-width: 1200px) {
  .how__left {
    flex: 1;
  }
}
.how__bottom-subheader {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
.how__bottom-subheader span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .how__bottom-subheader {
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.how__bottom-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 46px;
}
.how__bottom-text p {
  color: #ABA8A8;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 700px) {
  .how__bottom-text p {
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.how__bottom-btn {
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  border-radius: 8px;
  background: #DB4E9F;
  padding: 17px 38px;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .how__bottom-btn {
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.how__right {
  left: 100px;
  height: 607px;
  width: 710px;
}
@media only screen and (max-width: 1200px) {
  .how__right {
    left: 0;
    width: 100%;
    flex: 1;
  }
}
.how__right img {
  scale: 1.2;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .how__right img {
    scale: 1.04;
  }
}

@media only screen and (max-width: 650px) {
  .response__container {
    padding: 0;
  }
}
.response__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 900px) {
  .response__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.response__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 480px;
}
@media only screen and (max-width: 900px) {
  .response__left {
    max-width: 100%;
  }
}
.response__item:last-child {
  grid-column: 1/-1;
}
.response__item:last-child .response__item-wrapper {
  min-height: 413px;
}
@media only screen and (max-width: 900px) {
  .response__item:last-child .response__item-wrapper {
    min-height: 541px;
  }
}
@media only screen and (max-width: 650px) {
  .response__item:last-child .response__item-wrapper {
    min-height: initial;
  }
}
.response__item:last-child .response__item-wrapper .response__left {
  width: 100%;
  max-width: 100%;
}
.response__item-wrapper {
  display: flex;
  background: #FFF;
  flex-direction: row;
  min-height: 541px;
  height: 100%;
}
@media only screen and (max-width: 650px) {
  .response__item-wrapper {
    min-height: initial;
    height: fit-content;
  }
}
.response__top {
  padding: 31px 32px;
}
@media only screen and (max-width: 650px) {
  .response__top {
    padding: 24px 16px;
  }
}
.response__bottom {
  padding: 18px 32px;
  background: #FFF2FA;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.response__bottom.mobile {
  display: none;
}
@media only screen and (max-width: 650px) {
  .response__bottom {
    display: none;
    padding: 16px 24px;
    gap: 8px;
  }
  .response__bottom.mobile {
    display: flex;
  }
}
.response__bottom-img {
  min-width: 42px;
  height: 42px;
}
.response__bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.response__bottom-text {
  color: #868686;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 650px) {
  .response__bottom-text {
    color: #868686;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.response__right {
  min-width: 130px;
  width: 130px;
}
.response__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 650px) {
  .response__right {
    min-width: 96px;
    width: 96px;
  }
}
@media only screen and (max-width: 700px) {
  .response {
    width: 100%;
  }
}
.response__header {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 700px) {
  .response__header {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    /* 28.8px */
  }
}
.response__subheader {
  color: #DB4E9F;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 700px) {
  .response__subheader {
    color: #DB4E9F;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
    margin-bottom: 32px;
  }
}
.response__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.response__list:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #D9D9D9 0px, #D9D9D9 7px, transparent 7px, transparent 14px);
  top: -24px;
  left: 0;
}
@media only screen and (max-width: 650px) {
  .response__list:before {
    top: -16px;
  }
}
.response__list li {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 650px) {
  .response__list li {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.response__content {
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #808080;
  max-width: 505px;
}
.response__content strong {
  font-weight: 500;
  color: #262626;
}
@media only screen and (max-width: 700px) {
  .response__content {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
  }
}
.response__down {
  margin-top: 60px;
}
@media only screen and (max-width: 650px) {
  .response__down {
    margin-top: 32px;
    padding: 0 10px;
  }
}
.response__down h3 {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .response__down h3 {
    margin-bottom: 16px;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
}
.response__down h3 span {
  color: #DB4E9F;
}
.response__down ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .response__down ul {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.response__down li {
  color: #EEE;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
  padding: 10px;
  background: #262626;
}
@media only screen and (max-width: 700px) {
  .response__down li {
    color: #EEE;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: -0.54px;
  }
  .response__down li:first-child {
    order: -1;
  }
  .response__down li:last-child {
    order: -1;
  }
}
.response__down p {
  color: #868686;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 700px) {
  .response__down p {
    color: #868686;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}

.button-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: none;
  border: none;
  overflow: visible;
}
.button-main p {
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
}
.button-main svg {
  margin-left: -16px;
  overflow: visible;
}
.button-main svg path {
  transition: all 0.3s linear;
}
.button-main:hover svg path:last-child {
  transform: translateX(10px);
}

section {
  padding: 0;
}

.section {
  display: none;
  flex-direction: column;
}

.section-name {
  padding: 25px 0 25px;
  border-top: 1px solid #C8C8C8;
}
@media only screen and (max-width: 1261px) {
  .section-name {
    padding: 16px 16px 16px;
  }
}
.section-name::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #EEE 68.27%);
  height: 41%;
  bottom: 0;
  width: 100%;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 600px) {
  .section-name::after {
    height: 20px;
  }
}
.section-name.active::after {
  height: 0;
}
.section-name p {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(38, 38, 38, 0.5);
  font-family: "SF Pro Display";
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 77.4px */
  letter-spacing: -3.44px;
  white-space: nowrap;
  /* Забороняє перенос рядка */
  overflow: hidden;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1000px) {
  .section-name p {
    color: rgba(38, 38, 38, 0.5);
    font-family: "SF Pro Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 28.8px */
    letter-spacing: -1.28px;
  }
}
@media only screen and (max-width: 600px) {
  .section-name p {
    white-space: initial;
    overflow: initial;
    font-size: 19px;
  }
}
.section-name p span {
  color: #DB4E9F;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 1000px) {
  .section-name p span {
    color: #DB4E9F;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
    margin-bottom: 9px;
  }
}
.section-name.active {
  border-top: none;
}
@media only screen and (max-width: 1261px) {
  .section-name.active {
    padding-bottom: 32px;
  }
}
.section-name.active p {
  white-space: normal;
  overflow: hidden;
  color: #262626;
}

.why__header {
  font-family: "SF Pro Display";
  font-size: 38px;
  font-weight: 500;
  line-height: 49.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  .why__header {
    font-family: "SF Pro Display";
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    margin-bottom: 32px;
  }
}
.why__wrapper {
  display: flex;
  flex-direction: row;
  gap: 125px;
}
@media only screen and (max-width: 1200px) {
  .why__wrapper {
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 700px) {
  .why__wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .why__left {
    width: 40%;
  }
  .why__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 700px) {
  .why__left {
    width: 100%;
  }
}
.why__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.why__item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.why__item:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 2px solid #E2D6E1;
}
.why__number {
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  width: 85px;
}
@media only screen and (max-width: 1200px) {
  .why__number {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .why__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
  }
}
.why__content {
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  max-width: 400px;
}
.why__content strong {
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  .why__content {
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
  }
}

.reviews__swiper {
  width: 100%;
  overflow: visible !important;
}
.reviews__slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  padding: 24px;
  background: #FFF;
  height: 368px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .reviews__slide {
    height: 302px;
  }
}
.reviews__img {
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 700px) {
  .reviews__img {
    top: 0;
    transform: translateY(0);
  }
}
.reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__top {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 700px) {
  .reviews__top {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.reviews__bottom {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .reviews__bottom {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
.reviews__button {
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  padding: 17px 38px;
  border-radius: 8px;
  background: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .reviews__button {
    color: #EEE;
    text-align: right;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
    padding: 16px 32px;
  }
}

.with .section.active {
  background-image: url("../img/general/Frame 122.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0;
  max-width: 100%;
}
.with__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
}
.with__label {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  display: flex;
  flex-direction: row;
  padding: 2px;
  border-radius: 100px;
  background: #FFF;
  gap: 8px;
  width: 165px;
  align-items: center;
}
.with__label img {
  width: 37px;
  height: 37px;
}
.with__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
}
@media only screen and (max-width: 700px) {
  .with__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.with__header {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  max-width: 505px;
}
.with__header span {
  color: #DB4E9F;
  max-width: 505px;
}
@media only screen and (max-width: 700px) {
  .with__header {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.with__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 505px;
}
@media only screen and (max-width: 700px) {
  .with__right {
    gap: 16px;
  }
}
.with__right p {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .with__right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
.with__text {
  font-family: "SF Pro Display";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  text-transform: uppercase;
  opacity: 0.9;
}
@media only screen and (max-width: 700px) {
  .with__text {
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
.with__bottom {
  margin-top: 112px;
}
@media only screen and (max-width: 750px) {
  .with__bottom {
    margin-top: 78px;
  }
}
.with__bottom ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.with__bottom ul li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .with__bottom ul li {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    color: #262626;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
@media only screen and (max-width: 500px) {
  .with__bottom ul li {
    max-width: 290px;
  }
}
.with__bottom h4 {
  margin: 60px 0 0;
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
}
.with__bottom h4 span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .with__bottom h4 {
    margin: 30px 0 0;
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.with__bottom-subheader {
  color: #262626;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  max-width: 626px;
  margin: 0 auto 32px;
}
.with__bottom-subheader span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .with__bottom-subheader {
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    margin: 0 auto 24px;
  }
}

.chem .section.active {
  background-image: url("../img/general/Frame 122.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0;
  max-width: 100%;
}
.chem__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
}
.chem__header {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 46px;
}
.chem__header span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .chem__header {
    font-family: "SF Pro Display";
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    margin-bottom: 32px;
  }
}
.chem__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 71px;
  row-gap: 52px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 800px) {
  .chem__wrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .chem__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.chem__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  max-width: 610px;
}
.chem__bottom-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 16px;
}
.chem__bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcf7-form {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-form input {
  background: none;
  border-radius: initial;
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #E2D6E1;
  width: 610px;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
}
@media only screen and (max-width: 1200px) {
  .wpcf7-form input {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .wpcf7-form input {
    width: 100%;
    gap: 24px;
  }
}
.wpcf7-form input::placeholder {
  color: #808080;
}
.wpcf7-form input:hover, .wpcf7-form input:focus-within {
  border-bottom: 1px solid #262626;
}

.screen-reader-response {
  display: none;
}

.works {
  padding-bottom: 0;
  --column-gap: 71px;
}
@media only screen and (max-width: 700px) {
  .works {
    --column-gap: 46px;
  }
}
.works__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--column-gap);
  row-gap: 30px;
}
@media only screen and (max-width: 970px) {
  .works__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .works__wrapper {
    gap: var(--column-gap);
  }
}
@media only screen and (max-width: 550px) {
  .works__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--column-gap);
  }
}
.works__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 550px) {
  .works__item {
    flex-direction: row;
    gap: 13px;
  }
}
.works__top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  .works__top {
    align-items: initial;
    justify-content: center;
  }
}
.works__top span {
  position: absolute;
  width: calc(100% + var(--column-gap));
  background: repeating-linear-gradient(to right, #DB4E9F 0px, #DB4E9F 6px, transparent 6px, transparent 12px);
  height: 1px;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .works__top span {
    width: 1px;
    height: calc(100% + var(--column-gap));
    background: repeating-linear-gradient(to bottom, #DB4E9F 0px, #DB4E9F 6px, transparent 6px, transparent 12px);
  }
}
.works__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.works__number {
  background: #DB4E9F;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.works__number::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works__title {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
  max-width: 367px;
}
.works__text {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  max-width: 367px;
}
.works__subheader {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin: 53px 0 0;
}
.works__subheader span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .works__subheader {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
    margin: 46px 0 0;
  }
}

.beliver__container {
  flex-direction: row;
  gap: 64px;
}
@media only screen and (max-width: 700px) {
  .beliver__container {
    flex-direction: column-reverse;
    gap: 46px;
  }
}
.beliver__left {
  max-width: 505px;
  width: 100%;
}
.beliver__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 505px) {
  .beliver__left {
    width: calc(100% + 20px);
    left: -10px;
  }
}
.beliver__right {
  max-width: 567px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 700px) {
  .beliver__right {
    gap: 24px;
  }
}
.beliver__subheader {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
}
.beliver__subheader span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .beliver__subheader {
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.beliver__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 700px) {
  .beliver__text {
    gap: 24px;
    margin-bottom: 0;
  }
}
.beliver__text p {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 700px) {
  .beliver__text p {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
  }
}
.beliver__btn {
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  border-radius: 8px;
  background: #DB4E9F;
  padding: 17px 38px;
  width: fit-content;
}

.price__wrapper {
  display: flex;
  flex-direction: row;
  min-height: 362px;
}
@media only screen and (max-width: 700px) {
  .price__wrapper {
    flex-direction: column;
    left: -10px;
    width: calc(100% + 20px);
  }
}
.price__left {
  background: #FFF;
  padding: 32px;
  max-width: 569px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .price__left {
    max-width: 100%;
    padding: 24px 16px 46px;
  }
}
.price__left-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: solid 1px #C8C8C8;
  margin-bottom: 24px;
}
.price__left-top p {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
}
.price__left-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.price__left-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.price__left-item p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
}
.price__left-item p span {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
}
.price__left-item-price {
  color: #DB4E9F;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
}
.price__right {
  padding: 32px 46px 32px 61px;
  background: #E3E3E3;
  max-width: 671px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .price__right {
    padding: 32px 16px 34px;
  }
}
.price__right ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: disc;
  padding-left: 20px;
}
.price__right ul li {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
}
@media only screen and (max-width: 700px) {
  .price__right ul li {
    font-size: 26px;
  }
}
.price__right ul li span {
  color: #DB4E9F;
}
.price__btn {
  border-radius: 8px;
  background: #DB4E9F;
  display: flex;
  padding: 17px 38px;
  justify-content: center;
  align-items: center;
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  margin-bottom: 32px;
}
.price__bottom-text {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.48px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 700px) {
  .price__bottom-text {
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.42px;
  }
}
.price__bottom-text a {
  color: #DB4E9F;
}
.price__bottom-subheader {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
  margin-bottom: 32px;
}
.price__bottom-requisites {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 610px;
}
.price__bottom-requisites-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.price__bottom-requisites-item p:first-child {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 700px) {
  .price__bottom-requisites-item p:first-child {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
    max-width: 127px;
  }
}
.price__bottom-requisites-item p:nth-child(2) {
  color: #545454;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 700px) {
  .price__bottom-requisites-item p:nth-child(2) {
    overflow-wrap: anywhere;
    max-width: 168px;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.price__bottom-requisites-item p:nth-child(2).copy-html {
  cursor: pointer;
  right: -20px;
  padding-right: 20px;
}
.price__bottom-requisites-item p:nth-child(2).copy-html svg {
  position: absolute;
  right: -24px;
}
.price__bottom-requisites-item p:nth-child(2).copy-html svg path {
  transition: all 0.3s ease-in-out;
}
.price__bottom-requisites-item p:nth-child(2).copy-html:hover, .price__bottom-requisites-item p:nth-child(2).copy-html.copying {
  color: #DB4E9F;
}
.price__bottom-requisites-item p:nth-child(2).copy-html:hover svg path, .price__bottom-requisites-item p:nth-child(2).copy-html.copying svg path {
  fill: #333232;
}
.price__bottom-requisites-item p:nth-child(2).copy-html.copying {
  color: rgba(51, 50, 50, 0.5176470588);
}
.price__bottom-requisites-item p:nth-child(2).copy-html.copying svg path {
  fill: rgba(51, 50, 50, 0.5137254902);
}
.price__additional {
  color: #545454;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  margin-top: 32px;
  max-width: 654px;
}
@media only screen and (max-width: 700px) {
  .price__additional {
    color: #545454;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.48px;
    margin-top: 24px;
  }
}

.usefule__swiper {
  width: 100%;
  overflow: visible !important;
}
.usefule .swiper-slide {
  max-width: 295px !important;
  width: 295px !important;
}
.usefule__slide {
  padding: 24px;
  height: 368px;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  max-width: 295px !important;
}
.usefule__slide a:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.usefule .swiper-slide:nth-child(1) .usefule__slide {
  background-image: url("../img/general/useful-1.png");
  max-width: 295px !important;
}
.usefule .swiper-slide:nth-child(2) .usefule__slide {
  background-image: url("../img/general/useful-2.png");
  max-width: 295px !important;
}
.usefule .swiper-slide:nth-child(3) .usefule__slide {
  background-image: url("../img/general/useful-3.png");
  max-width: 295px !important;
}
.usefule .swiper-slide:nth-child(4) .usefule__slide {
  background-image: url("../img/general/useful-4.png");
  max-width: 295px !important;
}
.usefule .swiper-slide:nth-child(8) {
  width: 610px !important;
  max-width: 610px !important;
}
.usefule .swiper-slide:nth-child(8) .usefule__slide {
  background-image: url("../img/general/useful-5.jpg");
  display: flex;
  flex-direction: row;
  width: 610px !important;
  max-width: 610px !important;
}
.usefule .swiper-slide:nth-child(8) .usefule__slide img {
  opacity: 0.8;
}
/* new */
.usefule .swiper-slide:nth-child(5) .usefule__slide {
  background-image: url("../img/general/useful-6.webp");
  max-width: 295px !important;
}
.usefule .swiper-slide:nth-child(6) .usefule__slide {
  background-image: url("../img/general/useful-7.webp");
  max-width: 295px !important;
}
.usefule .swiper-slide:nth-child(7) .usefule__slide {
  background-image: url("../img/general/useful-8.webp");
  max-width: 295px !important;
}
.usefule__bottom {
  color: #262626;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .usefule__bottom {
    color: #262626;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.72px;
  }
}

.popup-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 13;
  overflow: auto;
}

.popup__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(10px);
}

.popup {
  align-items: center;
  justify-content: center;
  display: none;
}
.popup.show {
  display: flex;
}
.popup__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  gap: 30px;
}
@media only screen and (max-width: 1000px) {
  .popup__wrapper {
    flex-direction: column-reverse;
  }
}
.popup__close {
  position: absolute;
  top: 60px;
  right: 100px;
  background: none;
}
@media only screen and (max-width: 1000px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
}
.popup__img {
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .popup__img {
    width: 100%;
    height: 406px;
  }
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__content {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .popup__content {
    width: 100%;
    padding: 0 16px;
  }
}
.popup__title {
  font-family: "SF Pro Display";
  font-size: 38px;
  font-weight: 500;
  line-height: 49.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  margin-bottom: 32px;
  max-width: 505px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .popup__title {
    margin-top: 200px;
    font-family: "SF Pro Display";
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    letter-spacing: -0.02em;
  }
}
.popup__deskr {
  font-family: "SF Pro Display";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #808080;
  margin-bottom: 60px;
  max-width: 505px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .popup__deskr {
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.02em;
  }
}

.copied-msg::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: -26%;
  background: #DB4E9F;
  z-index: -1;
}

.video-popup-wrapper {
  width: 90%;
}
@media only screen and (max-width: 891px) {
  .video-popup-wrapper {
    width: 100%;
  }
}
.video-popup-wrapper .popup__close {
  right: 0;
  top: -5%;
  cursor: pointer;
}
@media only screen and (max-width: 891px) {
  .video-popup-wrapper .popup__close {
    top: -48px;
    position: absolute;
    left: initial;
    right: 5px;
  }
}
.main__btn {
  color: #EEE;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -0.54px;
  border-radius: 8px;
  background: #DB4E9F;
  padding: 17px 38px;
  display: flex;
  width: fit-content;
}
.main__btn svg {
  width: 23px;
  height: 23px;
  margin-left: 20px;
}
@media only screen and (max-width: 700px) {
  .main__btn {
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  .main__btn svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}
.main__btn.left {
  margin: 20px auto 140px;
}
@media only screen and (max-width: 700px) {
  .main__btn.left {
    margin: 20px auto 80px;
  }
}
.main__btn.bottom {
  margin: 20px auto 140px;
}
@media only screen and (max-width: 700px) {
  .main__btn.bottom {
    margin: 20px auto 60px;
  }
}

.buttons__block {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  gap: 20px;
  flex-wrap: wrap;
}
.buttons__block.bottom {
  margin: 20px auto 140px;
}
@media only screen and (max-width: 700px) {
  .buttons__block.bottom {
    margin: 20px auto 60px;
  }
}

.chem__bottom-p {
  margin-bottom: 20px;
  --bg-color: #fff;
}
@media only screen and (max-width: 700px) {
  .chem__bottom-p {
    /* 28.8px */
    letter-spacing: -0.72px;
    margin-bottom: 20px;
  }
}
.chem__bottom-p span {
  color: #DB4E9F;
  display: block;
}
.chem__bottom-p .words-1::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
}
.chem__bottom-p .word-1 {
  display: block;
  height: 100%;
  padding-left: 6px;
  color: #956afa;
  color: #262626;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
}
.chem__bottom-p .word-1 span {
  color: #DB4E9F;
}
@media only screen and (max-width: 700px) {
  .chem__bottom-p .word-1 {
    color: #262626;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.72px;
  }
  .chem__bottom-p .word-1 span {
    display: block;
    color: #DB4E9F;
  }
}

footer {
  background-color: #262626;
}

.footer {
  color: #AC998A;
  display: flex;
  gap: 105px;
  padding: 33px 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    max-width: 300px;
  }
}
.footer__left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 150px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .footer__left {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .footer__left {
    flex-direction: column;
    gap: 46px;
    justify-content: space-around;
    align-items: center;
  }
}
.footer__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .footer__right {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .footer__right {
    flex-direction: column;
    gap: 24px;
    justify-content: space-around;
  }
}
.footer__social {
  font-family: Aeonik Pro TRIAL;
  font-size: 32px;
  font-weight: 400;
  line-height: 36.48px;
  text-align: left;
  color: #AC998A;
  text-transform: uppercase;
}
.footer__time {
  display: flex;
  gap: 150px;
  flex-direction: row;
}
.footer__time a,
.footer__time p {
  color: #EEE;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.54px;
  transition: all 0.3s linear;
}
.footer__time a:hover,
.footer__time p:hover {
  color: #535353;
}
@media only screen and (max-width: 992px) {
  .footer__time {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
.footer__place {
  display: flex;
  gap: 46px;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .footer__place {
    margin-top: 10px;
  }
}