html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

input,
textarea {
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

address,
cite {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

.site-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #1e1e1e;
  --color-bg: #fffbf6;
  --color-primary: #dffda7;
  --color-33: #333332;
  --color-3d: #3d3d3d;
  --color-90: #909090;
  --color-5a: #5a5a5a;
  --color-bd: #bdbdbd;
  --color-43: #434343;
}

.dark-mode {
  --color-white: #1e1e1e;
  --color-dark: #fff;
  --color-33: #f8f8f8;
  --color-primary: #acd85c;
  --color-3d: #cacaca;
  --color-43: #bcbcbc;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Subrayada";
  src: url("../fonts/MontserratSubrayada-Bold.woff2") format("woff2"), url("../fonts/MontserratSubrayada-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Subrayada";
  src: url("../fonts/MontserratSubrayada-Regular.woff2") format("woff2"), url("../fonts/MontserratSubrayada-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: var(--color-white);
  background-color: var(--color-dark);
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1340px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media (max-width: 359.98px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  max-width: 1920px;
  padding: 0px 20px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 550ms ease;
       -o-transition-delay: 550ms ease;
          transition-delay: 550ms ease;
}

.section-title {
  font-size: 40px;
}
@media (max-width: 1270px) {
  .section-title {
    font-size: calc(
        24px + 16 *
          ((100vw - 360px) / 910)
      );
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  background-color: var(--color-primary);
  color: var(--color-dark);
  text-align: center;
  border-radius: 1000px;
  padding: 20px 35px;
  font-weight: 700;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  -o-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}
.btn:hover {
  background-color: var(--color-white);
}
.btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--color-90);
  font-size: 13px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 767.98px) {
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company:hover {
  opacity: 0.7;
}
.company__text {
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .company__text {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.company__img {
  width: 128px;
  height: 21px;
}

.toggle-theme {
  width: 80px;
  height: 40px;
  border-radius: 1000px;
  background-color: var(--color-33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 6px;
}
@media (max-width: 767.98px) {
  .toggle-theme {
    width: 60px;
    height: 30px;
  }
}
.toggle-theme span {
  width: 30px;
  height: 30px;
  background-color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .toggle-theme span {
    width: 23px;
    height: 23px;
  }
}
.toggle-theme span svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 767.98px) {
  .toggle-theme span svg {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 991.98px) {
  .logo-site {
    width: 122px;
    height: 33px;
  }
}

small {
  font-size: inherit;
}
@media (max-width: 767.98px) {
  small.underline {
    display: none;
  }
}
@media (max-width: 767.98px) {
  small.break-768 {
    display: block;
  }
}

html.dark-mode .decor svg g {
  opacity: 0.7;
}
html.dark-mode .decor svg g circle {
  fill: #acd85c;
}
html.dark-mode .dropmenu {
  background-color: #fff;
}
html.dark-mode .dropmenu__link:hover {
  background-color: #e4e4e4;
}
html.dark-mode .promo .decor svg g,
html.dark-mode .tasks .decor svg g,
html.dark-mode .service-faq .decor svg g,
html.dark-mode .benefits .decor svg g,
html.dark-mode .review .decor svg g {
  opacity: 0.5;
}
html.dark-mode .promo .decor svg g circle,
html.dark-mode .tasks .decor svg g circle,
html.dark-mode .service-faq .decor svg g circle,
html.dark-mode .benefits .decor svg g circle,
html.dark-mode .review .decor svg g circle {
  fill: #dffda7;
}
html.dark-mode .hero__title, html.dark-mode .hero__text {
  color: #fff;
}
html.dark-mode .btn {
  color: #1e1e1e;
}
html.dark-mode .btn:hover {
  background-color: #1e1e1e;
  color: #fff;
}
html.dark-mode .prices::after,
html.dark-mode .services::after,
html.dark-mode .footer::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
  background: -o-linear-gradient(top, #f1f1f1 0%, #fff 100%);
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
html.dark-mode .tasks::after,
html.dark-mode .how-work::after,
html.dark-mode .results::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
  background: -o-linear-gradient(top, #f1f1f1 0%, #fff 100%);
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
html.dark-mode .how-work::before,
html.dark-mode .results::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
  background: -o-linear-gradient(top, #f1f1f1 0%, #fff 100%);
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
html.dark-mode .switch {
  border: 1px solid #e4e4e4;
  background-color: transparent;
}
html.dark-mode .switch .dark-icon {
  background-color: #efefef;
}
html.dark-mode .header::after,
html.dark-mode .cases::after,
html.dark-mode .about::after,
html.dark-mode .numbers::after,
html.dark-mode .contacts::after {
  background-color: #acd85c;
  opacity: 0.7;
}
html.dark-mode .why__list::after,
html.dark-mode .work__list::after {
  background-color: #acd85c;
  opacity: 0.7;
}
html.dark-mode .faq__wrapper::after {
  background-color: #acd85c;
  opacity: 0.7;
}
html.dark-mode .header__item {
  font-weight: 700;
}
html.dark-mode .header .socials__link {
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
html.dark-mode .header .socials__link:hover {
  background-color: var(--color-primary);
  border-color: transparent;
}
html.dark-mode .create__title span {
  color: #acd85c;
}
html.dark-mode .create__arrows .swiper-button-next.swiper-button-disabled {
  color: #b5b5b5;
}
html.dark-mode .create__arrows .swiper-button-prev.swiper-button-disabled {
  color: #b5b5b5;
}
html.dark-mode .create .swiper-pagination-bullet {
  border-color: #bcbcbc;
}
html.dark-mode .create .swiper-pagination-bullet-active {
  color: #1e1e1e;
  background-color: #acd85c;
  border-color: transparent;
}
html.dark-mode .footer__link {
  color: #909090;
}
html.dark-mode .footer__name {
  color: #1e1e1e;
}
html.dark-mode .footer__email, html.dark-mode .footer__address {
  color: #1e1e1e;
}
html.dark-mode .footer__email {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
html.dark-mode .footer__email:hover {
  color: var(--color-primary);
}
html.dark-mode .footer__phone {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
html.dark-mode .footer__phone:hover {
  color: #1e1e1e;
}
html.dark-mode .footer__link:hover {
  color: var(--color-primary);
}
html.dark-mode .footer .socials__link svg rect {
  fill: #ebebeb;
}
html.dark-mode .footer .socials__link svg path {
  fill: #3a3a3a;
}
html.dark-mode .footer .socials__link:hover svg rect {
  fill: #1e1e1e;
}
html.dark-mode .footer .socials__link:hover svg path {
  fill: #fff;
}
html.dark-mode .contacts__phone {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
html.dark-mode .contacts__phone:hover {
  color: #1e1e1e;
}
html.dark-mode .contacts__email {
  font-weight: 500;
}
html.dark-mode .contacts__social svg path {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  fill: #acd85c;
}
html.dark-mode .contacts__social:hover svg path {
  fill: #fff;
}
html.dark-mode .pagination__btn.active {
  color: #1e1e1e;
}
html.dark-mode .form-submit__group {
  background-color: #e6e6e6 !important;
}
html.dark-mode .form-submit__label {
  color: #1e1e1e;
}
html.dark-mode .form-submit .radio__box {
  background-color: #1e1e1e;
}
html.dark-mode .form-submit .radio__border {
  border-color: rgba(51, 51, 51, 0.2);
}
html.dark-mode .thanks__phone:hover {
  color: #1e1e1e;
}
html.dark-mode .services .services-item:hover .services-item__btn {
  background-color: #fff;
  color: #333;
  border-color: transparent;
}
html.dark-mode .services .services-item .services-item__btn:hover {
  background-color: #333;
  color: #fff;
}

.policy {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1270px) {
  .policy {
    padding-top: calc(
        50px + 70 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .policy {
    padding-bottom: calc(
        50px + 70 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy * > .fz-18 {
  font-size: 18px;
}
@media (max-width: 1270px) {
  .policy * > .fz-18 {
    font-size: calc(
        14px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy * > .mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1270px) {
  .policy * > .mb-16 {
    margin-bottom: calc(
        12px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy * > .mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1270px) {
  .policy * > .mb-24 {
    margin-bottom: calc(
        16px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy * > .mb-40 {
  margin-bottom: 20px;
}
.policy * > .mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 1270px) {
  .policy * > .mb-64 {
    margin-bottom: calc(
        32px + 32 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy h1 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 32px;
}
@media (max-width: 1270px) {
  .policy h1 {
    font-size: calc(
        24px + 12 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .policy h1 {
    margin-bottom: calc(
        26px + 6 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy h2 {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1270px) {
  .policy h2 {
    font-size: calc(
        20px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.policy p.text-gray {
  color: #bdc2d1;
}
.policy ul.text-gray {
  color: #bdc2d1;
}
.policy ul.type-dots {
  list-style-type: disc;
  padding-left: 20px;
}

.main {
  margin-top: 75px;
}
@media (max-width: 991.98px) {
  .main {
    margin-top: 70px;
  }
}

@-webkit-keyframes opacity-visibility {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes opacity-visibility {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.breadcrumbs {
  position: absolute;
  left: max(15px, (100% - 1340px) / 2);
  top: 130px;
  z-index: 3;
  padding: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.breadcrumbs .container {
  padding: 0;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 9px;
  padding-right: 14px;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  content: "";
  content: ">";
  width: 8px;
  height: 7px;
  font-size: 10px;
  top: 0;
  right: 0;
  color: #474747;
}
.breadcrumbs__link {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  position: relative;
  color: #474747;
}
.breadcrumbs__link:hover {
  color: var(--color-white);
}
.breadcrumbs__link--active {
  color: var(--color-white);
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__box {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-right: 13px;
}
.checkbox__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.checkbox__input:checked + .checkbox__box::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url("../images/icons/check.svg") no-repeat center/contain;
          mask: url("../images/icons/check.svg") no-repeat center/contain;
  background-color: var(--color-white);
}
.checkbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #9da4a9;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 576px) {
  .checkbox__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.checkbox__text a {
  color: var(--color-accent);
}

.choices {
  font-size: 14px;
  line-height: 1.1;
  height: 55px;
  font-weight: 400;
  width: 100%;
  background-color: #242424;
  color: #686868;
  margin-bottom: 0 !important;
}
.choices__placeholder {
  opacity: 1;
}
.choices__inner {
  padding: 12px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  background-color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
}
.choices::after {
  border: none !important;
  width: 12px !important;
  height: 6px !important;
  margin-top: 0 !important;
  -webkit-mask-image: url("../images/icons/chevron.svg");
          mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #b2b2b2;
  right: 15px !important;
  top: 25px !important;
  -webkit-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  transition: 150ms ease-in;
}
.choices.is-open::after {
  margin-top: 0 !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choices__list {
  padding: 0;
  background-color: inherit;
  max-height: 130px;
  overflow-y: auto;
}
.choices__list .choices__item {
  background-color: inherit;
}
.choices__list--dropdown {
  z-index: 100;
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__list {
  max-height: 130px !important;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 12px !important;
  padding-right: 0 !important;
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__item:hover {
  background-color: var(--color-bg);
  color: var(--color-white);
}
.choices__list--dropdown .choices__item .choices__item--selectable {
  background-color: #ededed;
}
.choices__list--dropdown .choices__item.is-selected, .choices__list--dropdown .choices__item.is-highlighted {
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__item.is-selected:focus, .choices__list--dropdown .choices__item.is-highlighted:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.choices__list--dropdown .choices__item.is-selected:hover, .choices__list--dropdown .choices__item.is-highlighted:hover {
  background-color: var(--color-bg);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__container {
  width: calc(100% - 40px);
  max-width: 550px;
  background-color: var(--color-dark);
  -webkit-transition: 250ms ease-in;
  -o-transition: 250ms ease-in;
  transition: 250ms ease-in;
  position: relative;
  overflow-y: auto;
  max-height: calc(100% - 80px);
  border-radius: 20px;
  padding: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1270px) {
  .popup__container {
    padding: calc(
        15px + 25 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .popup__container {
    padding-top: calc(
        40px + 0 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .popup__container {
    padding-bottom: calc(
        30px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.popup__wrapper {
  width: 100%;
}
.popup__title {
  display: inline-block;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1270px) {
  .popup__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .popup__title {
    margin-bottom: calc(
        15px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.popup__title span {
  color: var(--color-primary);
}
.popup__text {
  margin: 0 auto;
  max-width: 440px;
  color: var(--color-90);
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .popup__text {
    font-size: 14px;
  }
}
.popup__close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 16px;
  fill: var(--color-5a);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.popup__close:hover {
  fill: var(--color-primary);
}
.popup .form-submit {
  gap: 28px;
}
@media (max-width: 767.98px) {
  .popup .form-submit {
    gap: 14px;
  }
}
.popup .form-submit__group {
  background-color: var(--color-33);
  text-align: left;
  padding-left: 28px;
  padding-right: 28px;
}
.popup .form-submit__label {
  margin-bottom: 3px;
}
.popup .form-submit__btn {
  font-size: 20px;
  height: 80px;
}
@media (max-width: 767.98px) {
  .popup .form-submit__btn {
    height: 60px;
    font-size: 18px;
  }
}
.popup .form-submit__text {
  font-size: 15px;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .popup .form-submit__text {
    font-size: 13px;
  }
}
.popup .form-submit__text a {
  color: var(--color-primary);
}

.footer {
  position: relative;
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 40px;
    padding-top: 45px;
  }
}
.footer__wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .footer__wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.footer__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  max-width: 510px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1340px) {
  .footer__left {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer__left {
    display: none;
  }
}
.footer__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  max-width: 650px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .footer__right {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer__right {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 50px;
}
.footer__item:not(:last-child) {
  margin-bottom: 10px;
}
.footer__name {
  color: var(--color-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .footer__name {
    display: none;
  }
}
.footer__link {
  display: inline-block;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 0;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.footer__link:hover {
  color: var(--color-primary);
}
.footer__phone {
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 30px;
  margin-bottom: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1270px) {
  .footer__phone {
    font-size: calc(
        25px + 5 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1340px) {
  .footer__phone {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer__phone {
    margin-bottom: 25px;
  }
}
.footer__email {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.footer__email:hover {
  color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .footer__email {
    display: none;
  }
}
.footer__address {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 270px;
}
@media (max-width: 767.98px) {
  .footer__address {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer__btn {
    display: none;
  }
}
.footer__bottom {
  border-top: 1px solid var(--color-33);
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    padding: 0;
    border: none;
  }
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__policy {
  color: var(--color-90);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .footer__policy {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.8;
  }
}
.footer__policy a {
  color: var(--color-primary);
}
.footer__policy a:hover {
  text-decoration: underline;
}
.footer::after {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: -1;
  height: 230px;
}
@media (max-width: 1270px) {
  .footer::after {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.footer .socials {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer .socials {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.footer .socials__item:not(:last-child) {
  margin-right: 15px;
}
.footer .socials__link {
  width: 37px;
  height: 37px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.footer .socials__link:hover {
  color: inherit;
  background-color: inherit;
}
.footer .socials__link:hover svg path {
  fill: var(--color-dark);
}
.footer .socials__link:hover svg rect {
  fill: var(--color-white);
}
.footer .socials__link svg {
  width: 100%;
  height: 100%;
}
.footer .socials__link svg path,
.footer .socials__link svg rect {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.header {
  padding: 15px 0;
  color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-dark);
  z-index: 10;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.header.scroll-header {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.header .decor {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 991.98px) {
  .header .decor {
    display: none;
  }
}
.header__toggle {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  margin-right: 15px;
  display: none;
}
@media (max-width: 991.98px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__toggle-line {
  background-color: var(--color-white);
  width: 100%;
  height: 2px;
}
.header__toggle-line:last-child {
  width: 50%;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  margin-right: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1340px) {
  .header__logo {
    margin-right: calc(25px + 55 * (100vw - 991px) / 339);
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    margin-right: auto;
  }
}
.header__menu {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  font-weight: 700;
  height: 41px;
}
@media (max-width: 1340px) {
  .header__item {
    margin-right: calc(15px + 15 * (100vw - 991px) / 339);
  }
}
@media (max-width: 991.98px) {
  .header__item {
    display: none;
  }
}
.header__phone {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  margin-top: 5px;
}
@media (max-width: 1340px) {
  .header__phone {
    font-size: calc(16px + 2 * (100vw - 991px) / 339);
  }
}
.header__phone:hover {
  color: var(--color-primary);
}
.header__socials {
  margin-right: 65px;
}
@media (max-width: 1340px) {
  .header__socials {
    margin-right: calc(15px + 50 * (100vw - 991px) / 339);
  }
}
@media (max-width: 991.98px) {
  .header__socials {
    margin-left: auto;
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .header__socials {
    margin-right: 5px;
  }
}
@media (max-width: 359.98px) {
  .header__socials {
    display: none;
  }
}
.header .socials__link {
  width: 37px;
  height: 37px;
}
@media (max-width: 767.98px) {
  .header .socials__link {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .header .socials__item:not(:last-child) {
    margin-right: 5px;
  }
}

.switch {
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
  background-color: var(--color-33);
  border-radius: 1000px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .switch {
    width: 60px;
    height: 30px;
  }
}
.switch .dark-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  background-color: var(--color-dark);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .switch .dark-icon {
    width: 23px;
    height: 23px;
  }
  .switch .dark-icon svg {
    width: 60%;
    height: 60%;
  }
}
.switch input:checked + .dark-icon {
  -webkit-transform: translateY(-50%) translateX(40px);
      -ms-transform: translateY(-50%) translateX(40px);
          transform: translateY(-50%) translateX(40px);
}
@media (max-width: 767.98px) {
  .switch input:checked + .dark-icon {
    -webkit-transform: translateY(-50%) translateX(26px);
        -ms-transform: translateY(-50%) translateX(26px);
            transform: translateY(-50%) translateX(26px);
  }
}
.switch input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.hero {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  .hero {
    padding-bottom: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.hero__wrapper {
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
  background-image: url("../img/hero/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 695px;
  padding-left: 75px;
  padding-bottom: 85px;
}
@media (max-width: 1270px) {
  .hero__wrapper {
    height: calc(
        325px + 370 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .hero__wrapper {
    padding-left: calc(
        25px + 50 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .hero__wrapper {
    padding-bottom: calc(
        45px + 40 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .hero__wrapper {
    background-position-x: 30%;
  }
}
@media (max-width: 767.98px) {
  .hero__wrapper {
    background-position-x: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .hero__wrapper {
    background-image: url("../img/hero/bg-small.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
  }
}
.hero__offer {
  max-width: 440px;
}
.hero__title {
  line-height: 1;
  font-weight: 700;
  font-size: 64px;
  color: var(--color-white);
  letter-spacing: -1px;
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  .hero__title {
    font-size: calc(
        26px + 38 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .hero__title {
    margin-bottom: calc(
        10px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.hero__title span {
  color: var(--color-primary);
}
.hero__text {
  margin-bottom: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  max-width: 438px;
}
@media (max-width: 1270px) {
  .hero__text {
    margin-bottom: calc(
        15px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .hero__text {
    font-size: calc(
        13px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
.hero__btn {
  font-size: 16px;
}
@media (max-width: 1270px) {
  .hero__btn {
    font-size: calc(
        12px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 767.98px) {
  .hero__btn {
    width: 157px;
    height: 46px;
    padding: 10px;
  }
}

.contacts {
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .contacts {
    padding-top: calc(
        40px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts {
    padding-bottom: calc(
        60px + 80 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts .decor {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: -200px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .contacts .decor {
    display: none;
  }
}
.contacts--page .contacts__title {
  margin-bottom: 75px;
}
@media (max-width: 1270px) {
  .contacts--page .contacts__title {
    margin-bottom: calc(
        40px + 35 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts--page .contacts__title span {
  display: inline;
}
.contacts__title {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  .contacts__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts__title {
    margin-bottom: calc(
        15px + 5 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts__title span {
  color: var(--color-primary);
  display: block;
}
.contacts__text {
  color: var(--color-90);
  font-size: 16px;
  margin-bottom: 55px;
  max-width: 600px;
}
@media (max-width: 1270px) {
  .contacts__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts__text {
    margin-bottom: calc(
        25px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 402px 1fr;
  grid-template-columns: 402px 1fr;
  gap: 35px;
}
@media (max-width: 1340px) {
  .contacts__wrapper {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .contacts__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contacts__left {
  border-radius: 20px;
  background-color: var(--color-33);
  padding: 70px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 70px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 70px;
}
@media (max-width: 1270px) {
  .contacts__left {
    padding-top: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts__left {
    padding-left: calc(
        30px + 18 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts__left {
    padding-right: calc(
        30px + 18 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts__left {
    padding-bottom: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts__phone {
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 1270px) {
  .contacts__phone {
    font-size: calc(
        25px + 5 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts__address {
  font-weight: 500;
  margin-bottom: 17px;
  font-size: 17px;
}
@media (max-width: 1270px) {
  .contacts__address {
    font-size: calc(
        14px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts__email {
  margin-bottom: 50px;
  font-size: 17px;
  margin-bottom: 50px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 1270px) {
  .contacts__email {
    font-size: calc(
        14px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .contacts__email {
    margin-bottom: calc(
        40px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.contacts__email:hover {
  color: var(--color-primary);
}
.contacts__btn {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .contacts__btn {
    width: 220px;
    height: 56px;
    padding: 10px;
  }
}
.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__social {
  border-radius: 1000px;
  border: 1px solid var(--color-43);
  background-color: var(--color-33);
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.contacts__social:not(:last-child) {
  margin-bottom: 10px;
}
.contacts__social svg {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.contacts__social:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.contacts__social:hover svg path {
  fill: var(--color-dark);
}
.contacts__map {
  height: 100%;
  width: 100%;
}
.contacts__map iframe {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .contacts__map {
    height: 552px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .contacts__map {
    height: calc(
        245px + 307 *
          ((100vw - 360px) / 910)
      );
  }
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: var(--color-dark);
  color: var(--color-white);
  z-index: 12;
  width: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  padding: 40px;
  padding-bottom: 20px;
}
@media (max-width: 1270px) {
  .mobile-menu {
    padding: calc(
        20px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__top {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mobile-menu__close {
  width: 30px;
  height: 30px;
}
.mobile-menu__close svg {
  width: 100%;
  height: 100%;
}
.mobile-menu__close svg path {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  stroke: var(--color-white);
}
.mobile-menu__list {
  margin-bottom: 32px;
  width: 100%;
}
.mobile-menu__item:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-menu__link {
  font-size: 18px;
  width: 100%;
  display: block;
  color: var(--color-white);
}
.mobile-menu__link span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.mobile-menu__phone {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-white);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mobile-menu__phone:hover {
  opacity: 0.8;
}

.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials__item:not(:last-child) {
  margin-right: 10px;
}
.socials__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: var(--color-33);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: 200ms ease;
}
@media (max-width: 767.98px) {
  .socials__link {
    width: 37px;
    height: 37px;
  }
}
.socials__link svg {
  width: 50%;
  height: 50%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.socials__link:hover {
  color: var(--color-dark);
  background-color: var(--color-white);
}

.accordion {
  padding-left: 1px;
}
.accordion-control {
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
  position: relative;
  width: 100%;
  text-align: left;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  z-index: 9;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  will-change: max-height;
}

.create {
  padding-top: 55px;
  padding-bottom: 120px;
}
@media (max-width: 1270px) {
  .create {
    padding-top: calc(
        30px + 25 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .create {
    padding-bottom: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.create__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px auto;
  grid-template-columns: 400px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  min-width: 0 !important;
}
@media (max-width: 991.98px) {
  .create__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.create__title {
  width: 400px;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 1270px) {
  .create__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
.create__title span {
  color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .create__title {
    width: 220px;
  }
}
.create__slider {
  max-width: 685px;
  width: 100%;
  background-color: var(--color-33);
  border-radius: 20px;
  overflow: hidden;
  min-height: 325px;
}
@media (max-width: 991.98px) {
  .create__slider {
    -ms-grid-column-align: start;
        justify-self: start;
    margin-right: auto;
    max-width: 100%;
    min-height: 250px;
  }
}
.create__slides {
  height: calc(100% - 60px);
}
.create__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding-left: 45px;
  padding-right: 40px;
}
@media (max-width: 1340px) {
  .create__bottom {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
.create__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 114px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .create__arrows {
    display: none;
  }
}
.create__arrows .swiper-button-prev,
.create__arrows .swiper-button-next {
  position: relative;
  color: var(--color-primary);
  height: 10px;
  width: 47px;
  opacity: 1;
  z-index: 1;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  margin: 0;
}
.create__arrows .swiper-button-prev.swiper-button-disabled,
.create__arrows .swiper-button-next.swiper-button-disabled {
  color: var(--color-dark);
}
.create__arrows .swiper-button-prev::after,
.create__arrows .swiper-button-next::after {
  display: none;
}
.create__arrows .swiper-button-prev {
  left: initial;
}
.create__arrows .swiper-button-next {
  right: initial;
}
.create .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  gap: 13px;
  position: static;
  width: auto;
}
.create .swiper-pagination-bullet {
  width: 42px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1000px;
  border: 1px solid #5a5a5a;
  background-color: transparent;
  color: var(--color-90);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  opacity: 1;
  margin: 0 !important;
}
.create .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  color: var(--color-dark);
  position: relative;
  opacity: 1;
}
.create .swiper-pagination-bullet:nth-child(1)::before {
  content: "01";
}
.create .swiper-pagination-bullet:nth-child(2)::before {
  content: "02";
}
.create .swiper-pagination-bullet:nth-child(3)::before {
  content: "03";
}
.create .swiper-pagination-bullet:nth-child(4)::before {
  content: "04";
}
.create .swiper-pagination-bullet:nth-child(5)::before {
  content: "05";
}
.create .create-item {
  padding: 44px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  background-color: var(--color-33);
}
@media (max-width: 1340px) {
  .create .create-item {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .create .create-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.create .create-item__img {
  border: 1px solid var(--color-3d);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-primary);
  margin-top: 10px;
  width: 177px;
  height: 174px;
}
@media (max-width: 1270px) {
  .create .create-item__img {
    width: calc(
        81px + 96 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .create .create-item__img {
    height: calc(
        81px + 93 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .create .create-item__img {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .create .create-item__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.create .create-item__icon {
  width: 50%;
  height: 50%;
}
.create .create-item__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
  line-height: 1.5;
}
@media (max-width: 1340px) {
  .create .create-item__title {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .create .create-item__title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .create .create-item__title {
    font-size: calc(
        20px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 767.98px) {
  .create .create-item__title {
    max-width: 280px;
  }
}
.create .create-item__text {
  color: var(--color-90);
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 1270px) {
  .create .create-item__text {
    font-size: calc(
        14px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 767.98px) {
  .create .create-item__text {
    max-width: 250px;
  }
}

.services {
  position: relative;
  padding-top: 125px;
  z-index: 1;
  padding-bottom: 55px;
}
@media (max-width: 1270px) {
  .services {
    padding-bottom: calc(
        40px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .services {
    padding-top: 115px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .services {
    padding-top: calc(
        48px + 67 *
          ((100vw - 360px) / 910)
      );
  }
}
.services--title::after {
  display: none;
}
.services__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 530px 1fr;
  grid-template-columns: 530px 1fr;
  gap: 85px;
}
@media (max-width: 1340px) {
  .services__wrapper {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .services__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.services::after {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: -1;
  height: 230px;
}
@media (max-width: 1270px) {
  .services::after {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.services__title {
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
@media (max-width: 1270px) {
  .services__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .services__title {
    margin-bottom: calc(
        15px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
.services__title span {
  color: var(--color-primary);
}
.services__text {
  color: var(--color-90);
  font-size: 16px;
  max-width: 472px;
  font-weight: 500;
}
@media (max-width: 1270px) {
  .services__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.services__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-radius: 20px;
  border: 1px dashed var(--color-primary);
  padding: 20px 44px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.services__more:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.services__more:hover {
  color: var(--color-dark);
  background-color: var(--color-primary);
}
.services__more:hover svg {
  color: var(--color-dark);
}
.services__more span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services__more svg {
  margin-left: 40px;
  width: 100%;
  color: var(--color-white);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.services__right {
  padding-top: 10px;
}
.services .services-item {
  background-color: var(--color-33);
  padding: 37px 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  min-height: 241px;
  transition: 200ms ease;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 45px;
  padding-right: 42px;
}
@media (max-width: 1270px) {
  .services .services-item {
    padding-top: calc(
        23px + 19 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .services .services-item {
    padding-bottom: calc(
        23px + 19 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .services .services-item {
    padding-left: calc(
        23px + 22 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .services .services-item {
    padding-right: calc(
        23px + 19 *
          ((100vw - 360px) / 910)
      );
  }
}
.services .services-item:not(:last-child) {
  margin-bottom: 24px;
}
.services .services-item__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1270px) {
  .services .services-item__title {
    font-size: calc(
        20px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.services .services-item__text {
  font-weight: 500;
  margin-bottom: 32px;
  max-width: 488px;
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--color-90);
}
@media (max-width: 1270px) {
  .services .services-item__text {
    font-size: calc(
        14px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .services .services-item__text {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
.services .services-item__btn {
  background-color: transparent;
  color: var(--color-90);
  border: 1px solid var(--color-5a);
}
.services .services-item:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.services .services-item:hover .services-item__btn {
  background-color: var(--color-33);
  color: var(--color-primary);
}
.services .services-item:hover .services-item__text {
  color: var(--color-dark);
}
.services .services-item:hover .services-item__title {
  color: var(--color-dark);
}

.cases {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1270px) {
  .cases {
    padding-top: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .cases {
    padding-bottom: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.cases--page {
  padding-bottom: 100px;
}
@media (max-width: 1270px) {
  .cases--page {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 360px) / 910)
      );
  }
}
.cases--page .cases__btn {
  display: none;
}
.cases--page .cases__list {
  margin-bottom: 0;
}
.cases::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 242px;
  height: 242px;
  background-color: #dffda7;
  opacity: 0.3;
  -webkit-filter: blur(146px);
          filter: blur(146px);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .cases::after {
    display: none;
  }
}
.cases__top {
  max-width: 750px;
}
.cases__title {
  font-size: 54px;
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  .cases__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
.cases__title span {
  color: var(--color-primary);
}
.cases__text {
  margin-bottom: 80px;
  color: #909090;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1270px) {
  .cases__text {
    margin-bottom: calc(
        40px + 40 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .cases__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.cases__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
  margin-bottom: 105px;
}
@media (max-width: 1270px) {
  .cases__list {
    margin-bottom: calc(
        50px + 55 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1340px) {
  .cases__list {
    gap: 60px 30px;
  }
}
@media (max-width: 991.98px) {
  .cases__list {
    gap: 50px 20px;
  }
}
@media (max-width: 576px) {
  .cases__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cases__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cases__btn {
  border-radius: 20px;
  border: 1px dashed var(--color-primary);
  font-weight: 600;
  line-height: 1;
  padding: 26px 44px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  font-size: 22px;
}
@media (max-width: 1270px) {
  .cases__btn {
    font-size: calc(
        18px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 767.98px) {
  .cases__btn {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.cases__btn:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}

.cases-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.cases-card:hover .cases-card__top img {
  opacity: 0.8;
}
.cases-card__top {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 392px;
  overflow: hidden;
  margin-bottom: 35px;
  height: 392px;
}
@media (max-width: 1270px) {
  .cases-card__top {
    margin-bottom: calc(
        16px + 19 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .cases-card__top {
    height: calc(
        200px + 192 *
          ((100vw - 360px) / 910)
      );
  }
}
.cases-card__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.cases-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cases-card__title {
  color: var(--color-white);
  font-weight: 600;
  line-height: normal;
  font-size: 22px;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1270px) {
  .cases-card__title {
    font-size: calc(
        16px + 6 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .cases-card__title {
    margin-bottom: calc(
        7px + 9 *
          ((100vw - 360px) / 910)
      );
  }
}
.cases-card__title a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: inherit;
}
.cases-card__title:hover {
  color: var(--color-primary);
}
.cases-card__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-90);
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1270px) {
  .cases-card__text {
    font-size: calc(
        12px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}

.why {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 1270px) {
  .why {
    padding-top: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .why {
    padding-bottom: calc(
        30px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
.why__wrapper {
  position: relative;
}
.why__top {
  max-width: 750px;
}
.why__title {
  font-size: 54px;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
@media (max-width: 1270px) {
  .why__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
.why__title span {
  color: var(--color-primary);
  display: block;
}
.why__text {
  color: #909090;
  font-weight: 500;
  max-width: 750px;
  font-size: 16px;
  margin-bottom: 65px;
}
@media (max-width: 1270px) {
  .why__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .why__text {
    margin-bottom: calc(
        40px + 25 *
          ((100vw - 360px) / 910)
      );
  }
}
.why .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: -100px;
  right: 0;
}
@media (max-width: 991.98px) {
  .why .decor {
    display: none;
  }
}
.why__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1340px) {
  .why__list {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .why__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .why__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.why .why-item {
  background-color: var(--color-33);
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 44px;
  padding-bottom: 30px;
}
@media (max-width: 1270px) {
  .why .why-item {
    padding-left: calc(
        30px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .why .why-item {
    padding-right: calc(
        30px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .why .why-item {
    padding-top: calc(
        40px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .why .why-item {
    padding-bottom: calc(
        20px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 576px) {
  .why .why-item:nth-child(1) .why-item__text {
    max-width: 240px;
  }
}
.why .why-item__number {
  color: var(--color-primary);
  font-weight: 900;
  line-height: 1;
  font-size: 72px;
  margin-bottom: 17px;
}
@media (max-width: 1270px) {
  .why .why-item__number {
    font-size: calc(
        62px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .why .why-item__number {
    margin-bottom: calc(
        15px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.why .why-item__text {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-90);
}
@media (max-width: 1270px) {
  .why .why-item__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}

.about {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .about {
    padding-top: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .about {
    padding-bottom: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.about .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .about .decor {
    display: none;
  }
}
.about__title {
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 70px;
  letter-spacing: -0.035em;
}
@media (max-width: 1270px) {
  .about__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .about__title {
    margin-bottom: calc(
        20px + 50 *
          ((100vw - 360px) / 910)
      );
  }
}
.about__title span {
  color: var(--color-primary);
  display: block;
}
.about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
}
@media (max-width: 1340px) {
  .about__wrapper {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .about__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.about__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-90);
  margin-bottom: 50px;
}
@media (max-width: 1270px) {
  .about__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .about__text {
    margin-bottom: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .about__text {
    margin-bottom: 0;
  }
}
.about__img {
  width: 203px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .about__img {
    display: none;
  }
}
.about__img-big {
  width: 360px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .about__img-big {
    display: none;
  }
}
.about__text {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .about__text {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.about__right {
  -ms-grid-column-align: end;
      justify-self: end;
}
@media (max-width: 991.98px) {
  .about__right {
    -ms-grid-column-align: start;
        justify-self: start;
    display: -ms-grid;
    display: grid;
  }
}
@media (max-width: 991.98px) {
  .about__middle {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about__btn {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (max-width: 767.98px) {
  .about__btn {
    width: 160px;
    height: 46px;
    margin: 0 auto;
    font-size: 12px;
    padding: 15px 20px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.numbers {
  padding-top: 85px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .numbers {
    padding-top: calc(
        40px + 45 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .numbers {
    padding-bottom: calc(
        50px + 70 *
          ((100vw - 360px) / 910)
      );
  }
}
.numbers .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -200px;
  right: 300px;
}
@media (max-width: 991.98px) {
  .numbers .decor {
    display: none;
  }
}
.numbers__title {
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
@media (max-width: 1270px) {
  .numbers__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 359.98px) {
  .numbers__title {
    font-size: 24px;
  }
}
.numbers__title span {
  color: var(--color-primary);
  display: block;
}
.numbers__text {
  margin-bottom: 70px;
  color: #909090;
  font-weight: 500;
  font-size: 16px;
  max-width: 450px;
}
@media (max-width: 1270px) {
  .numbers__text {
    margin-bottom: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .numbers__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.numbers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 360px) minmax(auto, 450px) minmax(auto, 370px);
  grid-template-columns: minmax(auto, 360px) minmax(auto, 450px) minmax(auto, 370px);
  gap: 60px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: item;
}
@media (max-width: 991.98px) {
  .numbers__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media (max-width: 576px) {
  .numbers__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.numbers .numbers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 80px;
}
.numbers .numbers-item:nth-child(2), .numbers .numbers-item:nth-child(5) {
  margin-left: 42px;
}
@media (max-width: 991.98px) {
  .numbers .numbers-item:nth-child(2), .numbers .numbers-item:nth-child(5) {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .numbers .numbers-item {
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .numbers .numbers-item {
    padding-top: 0;
    padding-left: 50px;
  }
}
.numbers .numbers-item::after {
  position: absolute;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 17px;
  line-height: 1;
  width: 53px;
  height: 53px;
  top: 4px;
  left: -1px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-bd);
  background-color: var(--color-dark);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15) inset;
}
@media (max-width: 576px) {
  .numbers .numbers-item::after {
    width: 37px;
    height: 37px;
    font-size: 11px;
  }
}
.numbers .numbers-item:nth-child(1) {
  max-width: 305px;
}
.numbers .numbers-item__number {
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: var(--color-primary);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 576px) {
  .numbers .numbers-item__number {
    font-size: 42px;
  }
}
.numbers .numbers-item__number small {
  color: var(--color-white);
  font-weight: 700;
  margin-left: 15px;
  font-size: 56px;
}
@media (max-width: 576px) {
  .numbers .numbers-item__number small {
    font-size: 32px;
  }
}
.numbers .numbers-item__text {
  color: #909090;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
@media (max-width: 576px) {
  .numbers .numbers-item__text {
    font-size: 12px;
  }
}

.prices {
  position: relative;
  padding-top: 115px;
  z-index: 1;
  padding-bottom: 115px;
}
@media (max-width: 1270px) {
  .prices {
    padding-bottom: calc(
        48px + 67 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .prices {
    padding-top: 115px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .prices {
    padding-top: calc(
        48px + 67 *
          ((100vw - 360px) / 910)
      );
  }
}
.prices::after {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: -1;
  height: 230px;
}
@media (max-width: 1270px) {
  .prices::after {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.prices__title {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
@media (max-width: 1270px) {
  .prices__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices__title {
    margin-bottom: calc(
        15px + 5 *
          ((100vw - 360px) / 910)
      );
  }
}
.prices__title span {
  color: var(--color-primary);
  display: block;
}
.prices__text {
  max-width: 700px;
  font-weight: 500;
  color: var(--color-90);
  font-size: 16px;
  margin-bottom: 65px;
}
@media (max-width: 1270px) {
  .prices__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices__text {
    margin-bottom: calc(
        25px + 40 *
          ((100vw - 360px) / 910)
      );
  }
}
.prices__accordion:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 1270px) {
  .prices__accordion:not(:last-child) {
    margin-bottom: calc(
        20px + 16 *
          ((100vw - 360px) / 910)
      );
  }
}
.prices .accordion__control {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 900;
  line-height: 1;
  color: var(--color-white);
  padding: 35px 40px;
  padding-right: 155px;
  border-radius: 20px;
  background-color: var(--color-33);
  position: relative;
  font-size: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}
@media (max-width: 1270px) {
  .prices .accordion__control {
    font-size: calc(
        14px + 21 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices .accordion__control {
    padding-top: calc(
        15px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices .accordion__control {
    padding-bottom: calc(
        15px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices .accordion__control {
    padding-left: calc(
        15px + 25 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .prices .accordion__control {
    padding-right: 100px;
  }
}
@media (max-width: 576px) {
  .prices .accordion__control {
    padding-right: 50px;
  }
}
.prices .accordion__control::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 6px;
  font-weight: 900;
  line-height: 1;
  right: 48px;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  font-size: 35px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
@media (max-width: 1270px) {
  .prices .accordion__control::after {
    font-size: calc(
        14px + 21 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .prices .accordion__control::after {
    right: 40px;
    width: 16px;
  }
}
@media (max-width: 576px) {
  .prices .accordion__control::after {
    right: 15px;
    width: 15px;
  }
}
.prices .accordion__control::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 6px;
  font-weight: 900;
  line-height: 1;
  right: 54px;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  font-size: 35px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
@media (max-width: 1270px) {
  .prices .accordion__control::before {
    font-size: calc(
        14px + 21 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .prices .accordion__control::before {
    right: 45px;
    height: 16px;
  }
}
@media (max-width: 576px) {
  .prices .accordion__control::before {
    right: 19px;
    height: 14px;
  }
}
.prices .accordion__name {
  color: var(--color-primary);
  text-align: left;
  line-height: 1.2;
}
.prices .accordion__price {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1340px) {
  .prices .accordion__price {
    margin-right: 0;
  }
}
.prices .accordion__inner {
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 120px);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 37px;
}
@media (max-width: 1270px) {
  .prices .accordion__inner {
    padding-top: calc(
        15px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices .accordion__inner {
    padding-bottom: calc(
        15px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .prices .accordion__inner {
    padding-left: calc(
        15px + 22 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .prices .accordion__inner {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .prices .accordion__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.prices .accordion__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .prices .accordion__btn {
    width: 157px;
    height: 46px;
    font-size: 12px;
    padding: 10px;
  }
}
.prices .accordion__text {
  max-width: 775px;
  color: var(--color-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  margin-right: 100px;
  font-size: 16px;
}
@media (max-width: 1270px) {
  .prices .accordion__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1340px) {
  .prices .accordion__text {
    margin-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .prices .accordion__text {
    margin-bottom: 17px;
    margin-right: 0;
    max-width: 100%;
  }
}
.prices .accordion.active .accordion__control::after {
  -webkit-transform: translateY(-50%) scaleX(1.8);
      -ms-transform: translateY(-50%) scaleX(1.8);
          transform: translateY(-50%) scaleX(1.8);
}
@media (max-width: 576px) {
  .prices .accordion.active .accordion__control::after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.prices .accordion.active .accordion__control::before {
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.work {
  padding-top: 85px;
  padding-bottom: 60px;
  z-index: 1;
}
@media (max-width: 1270px) {
  .work {
    padding-top: calc(
        40px + 45 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .work {
    padding-bottom: calc(
        40px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.work__wrapper {
  position: relative;
}
.work .decor {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -100px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work .decor {
    display: none;
  }
}
.work__title {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  .work__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .work__title {
    margin-bottom: calc(
        15px + 5 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 359.98px) {
  .work__title {
    font-size: 24px;
  }
}
.work__title span {
  color: var(--color-primary);
  display: block;
}
.work__text {
  color: var(--color-90);
  font-size: 16px;
  margin-bottom: 65px;
}
@media (max-width: 1270px) {
  .work__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .work__text {
    margin-bottom: calc(
        25px + 40 *
          ((100vw - 360px) / 910)
      );
  }
}
.work__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  counter-reset: item;
}
@media (max-width: 1340px) {
  .work__list {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .work__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .work__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.work .work-item {
  border-radius: 20px;
  background-color: var(--color-33);
  padding: 30px 25px;
  padding-top: 114px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 355px;
}
.work .work-item:nth-child(2) .work-item__text {
  max-width: 230px;
}
.work .work-item:nth-child(3) .work-item__text {
  max-width: 220px;
}
@media (max-width: 991.98px) {
  .work .work-item {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .work .work-item {
    padding: 30px;
    padding-top: 90px;
  }
}
.work .work-item::after {
  position: absolute;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 14px;
  line-height: 1;
  top: 35px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51px;
  height: 32px;
  border-radius: 1000px;
  border: 1px solid var(--color-43);
  background-color: var(--color-33);
}
@media (max-width: 767.98px) {
  .work .work-item::after {
    top: 30px;
  }
}
.work .work-item__title {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 16px;
}
.work .work-item__text {
  color: var(--color-90);
}
.work .work-item__text--break {
  max-width: 200px;
}

.faq {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  .faq {
    padding-top: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .faq {
    padding-bottom: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.faq__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 740px) auto;
  grid-template-columns: minmax(auto, 740px) auto;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .faq__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.faq .decor {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -100px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .faq .decor {
    display: none;
  }
}
.faq__title {
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
@media (max-width: 1270px) {
  .faq__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
.faq__title span {
  color: var(--color-primary);
  display: block;
}
.faq__text {
  color: var(--color-90);
  font-size: 16px;
  margin-bottom: 55px;
  max-width: 600px;
}
@media (max-width: 1270px) {
  .faq__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .faq__text {
    margin-bottom: calc(
        25px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
.faq__img {
  width: 388px;
  height: 545px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-top: 143px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .faq__img {
    display: none;
  }
}
.faq .accordion__control {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  border-bottom: 1px solid var(--color-33);
  font-size: 16px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 40px;
}
@media (max-width: 1270px) {
  .faq .accordion__control {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .faq .accordion__control {
    padding-top: calc(
        15px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .faq .accordion__control {
    padding-bottom: calc(
        15px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.faq .accordion__control:hover, .faq .accordion__control:active, .faq .accordion__control:focus {
  color: inherit;
  background-color: inherit;
}
.faq .accordion__control::after {
  position: absolute;
  content: "+";
  font-weight: 900;
  line-height: 1;
  right: 0;
  top: 50%;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
}
@media (max-width: 1270px) {
  .faq .accordion__control::after {
    font-size: calc(
        27px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.faq .accordion__content {
  border-bottom: 1px solid transparent;
}
.faq .accordion__name {
  text-align: left;
  line-height: 1.4;
}
.faq .accordion__inner {
  padding-top: 10px;
  padding-bottom: 20px;
  width: calc(100% - 30px);
}
.faq .accordion__text {
  color: var(--color-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  font-size: 16px;
}
@media (max-width: 1270px) {
  .faq .accordion__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.faq .accordion.active .accordion__control {
  border-color: transparent;
}
.faq .accordion.active .accordion__control::after {
  content: "-";
}
.faq .accordion.active .accordion__content {
  border-color: var(--color-33);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item {
  position: relative;
}
.menu__item:hover .dropmenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.menu__item:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 1340px) {
  .menu__item:not(:last-child) {
    margin-right: calc(13px + 15 * (100vw - 991px) / 339);
  }
}
.menu__link {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 1340px) {
  .menu__link {
    font-size: calc(13px + 2 * (100vw - 991px) / 339);
  }
}
@media (max-width: 991.98px) {
  .menu__link {
    font-size: 15px;
  }
}
.menu__link:hover {
  color: var(--color-primary);
}
.menu .dropmenu {
  z-index: 10;
  width: 288px;
  position: absolute;
  left: 0;
  top: 40px;
  border-radius: 10px;
  padding: 30px 25px;
  -webkit-transition: 450ms ease;
  -o-transition: 450ms ease;
  transition: 450ms ease;
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--color-33);
  padding: 10px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 100ms ease;
       -o-transition-delay: 100ms ease;
          transition-delay: 100ms ease;
}
.menu .dropmenu:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.menu .dropmenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.menu .dropmenu__link:hover {
  background-color: var(--color-dark);
}
.menu .dropmenu__link svg {
  width: 10px;
  height: 10px;
}

.discuss {
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .discuss {
    padding-bottom: calc(
        50px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss::after {
  position: absolute;
  content: "";
  width: 207px;
  height: 207px;
  background-color: #dffda7;
  opacity: 0.3;
  -webkit-filter: blur(146px);
          filter: blur(146px);
  bottom: 50px;
  right: 250px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .discuss::after {
    display: none;
  }
}
.discuss__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 402px 1fr;
  grid-template-columns: 402px 1fr;
  gap: 35px;
}
@media (max-width: 1340px) {
  .discuss__wrapper {
    gap: 25px;
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
  }
}
@media (max-width: 991.98px) {
  .discuss__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .discuss__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.discuss__left {
  border-radius: 20px;
  background-color: var(--color-33);
  padding: 70px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 70px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 70px;
}
@media (max-width: 1270px) {
  .discuss__left {
    padding-top: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss__left {
    padding-left: calc(
        30px + 18 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss__left {
    padding-right: calc(
        30px + 18 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss__left {
    padding-bottom: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .discuss__left {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .discuss__left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 359.98px) {
  .discuss__left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.discuss__phone {
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 1270px) {
  .discuss__phone {
    font-size: calc(
        25px + 5 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1340px) {
  .discuss__phone {
    font-size: 25px;
  }
}
.discuss__address {
  font-weight: 500;
  margin-bottom: 17px;
  font-size: 17px;
}
@media (max-width: 1270px) {
  .discuss__address {
    font-size: calc(
        14px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss__email {
  margin-bottom: 50px;
  font-size: 17px;
  margin-bottom: 35px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 1270px) {
  .discuss__email {
    font-size: calc(
        14px + 3 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss__email {
    margin-bottom: calc(
        25px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss__email:hover {
  color: var(--color-primary);
}
.discuss__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.discuss__social {
  border-radius: 1000px;
  border: 1px solid var(--color-43);
  background-color: var(--color-33);
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.discuss__social:not(:last-child) {
  margin-bottom: 10px;
}
.discuss__social svg {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.discuss__social:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.discuss__social:hover svg path {
  fill: var(--color-dark);
}

.discuss-right {
  background-color: var(--color-33);
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 30px;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 60px;
  padding-right: 48px;
}
@media (max-width: 1270px) {
  .discuss-right {
    padding-top: calc(
        40px + 25 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss-right {
    padding-bottom: calc(
        40px + 25 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss-right {
    padding-left: calc(
        30px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss-right {
    padding-right: calc(
        30px + 18 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1340px) {
  .discuss-right {
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .discuss-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .discuss-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 359.98px) {
  .discuss-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.discuss-right__left {
  max-width: 280px;
}
.discuss-right__title {
  font-size: 33px;
  line-height: 1.4;
  margin-bottom: 7px;
}
@media (max-width: 1270px) {
  .discuss-right__title {
    font-size: calc(
        25px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss-right__title span {
  color: var(--color-primary);
  display: block;
}
.discuss-right__text {
  color: var(--color-90);
  font-weight: 500;
  line-height: 1.625;
  font-size: 16px;
}
@media (max-width: 1270px) {
  .discuss-right__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss-right__form {
  margin-top: 10px;
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.form-submit__group {
  background-color: var(--color-dark);
  width: 100%;
  height: 72px;
  border-radius: 1000px;
  padding: 11px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-submit__label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.form-submit__input {
  color: var(--color-90);
  display: block;
}
.form-submit__input:focus {
  outline: transparent;
}
.form-submit__btn {
  height: 70px;
  width: 100%;
}

.discuss--img::after {
  display: none;
}
.discuss--img .discuss__wrapper {
  padding: 45px 50px;
  background-color: var(--color-33);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  border-radius: 20px;
}
@media (max-width: 1340px) {
  .discuss--img .discuss__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    -ms-grid-columns: 280px auto 1fr;
    grid-template-columns: 280px auto 1fr;
  }
}
@media (max-width: 991.98px) {
  .discuss--img .discuss__wrapper {
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .discuss--img .discuss__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 359.98px) {
  .discuss--img .discuss__wrapper {
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.discuss--img .discuss__img {
  max-width: 350px;
  width: 100%;
  height: 290px;
}
@media (max-width: 991.98px) {
  .discuss--img .discuss__img {
    display: none;
  }
}
.discuss--img .discuss__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.discuss--img .discuss-right__left {
  max-width: 260px;
}

.discuss--service {
  padding-top: 110px;
  padding-bottom: 90px;
}
@media (max-width: 1270px) {
  .discuss--service {
    padding-top: calc(
        50px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss--service {
    padding-bottom: calc(
        50px + 40 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss--service .discuss__title {
  font-size: 50px;
  margin-bottom: 90px;
  line-height: 1.15;
}
@media (max-width: 1270px) {
  .discuss--service .discuss__title {
    font-size: calc(
        28px + 22 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss--service .discuss__title {
    margin-bottom: calc(
        40px + 50 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss--service .discuss__title span {
  color: var(--color-primary);
  display: block;
}

.partners {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1270px) {
  .partners {
    padding-top: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .partners {
    padding-bottom: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.partners__wrapper {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
.partners__wrapper::after {
  position: absolute;
  content: "";
  width: 207px;
  height: 207px;
  background-color: #dffda7;
  opacity: 0.3;
  -webkit-filter: blur(146px);
          filter: blur(146px);
  bottom: 50px;
  right: 250px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .partners__wrapper::after {
    display: none;
  }
}
.partners__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 44px;
}
@media (max-width: 1270px) {
  .partners__title {
    font-size: calc(
        20px + 24 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 767.98px) {
  .partners__title {
    font-size: 44px;
  }
  .partners__title br {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 1270px) {
  .partners__title {
    font-size: calc(
        22px + 22 *
          ((100vw - 360px) / 910)
      );
  }
}
.partners__title span {
  color: var(--color-primary);
  display: inline;
}
@media (max-width: 767.98px) {
  .partners__title span {
    display: block;
  }
}
.partners__text {
  color: #909090;
  text-align: center;
  font-weight: 500;
  max-width: 874px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 75px;
  font-size: 18px;
}
@media (max-width: 1270px) {
  .partners__text {
    margin-bottom: calc(
        40px + 35 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .partners__text {
    font-size: calc(
        14px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.partners__text p:not(:last-child) {
  margin-bottom: 30px;
}
.partners__btn {
  width: 282px;
  height: 69px;
  margin: 0 auto;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.thanks {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1270px) {
  .thanks {
    padding-top: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .thanks {
    padding-bottom: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.thanks__wrapper {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
.thanks__wrapper::after {
  position: absolute;
  content: "";
  width: 207px;
  height: 207px;
  background-color: #dffda7;
  opacity: 0.3;
  -webkit-filter: blur(146px);
          filter: blur(146px);
  bottom: 50px;
  right: 250px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .thanks__wrapper::after {
    display: none;
  }
}
.thanks__title {
  font-weight: 700;
  line-height: 1.6;
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
}
@media (max-width: 1270px) {
  .thanks__title {
    font-size: calc(
        22px + 14 *
          ((100vw - 360px) / 910)
      );
  }
}
.thanks__title span {
  display: block;
}
.thanks__text {
  color: #909090;
  text-align: center;
  font-weight: 500;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 18px;
}
@media (max-width: 1270px) {
  .thanks__text {
    margin-bottom: calc(
        30px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .thanks__text {
    font-size: calc(
        14px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.thanks__phone {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: var(--color-primary);
  text-align: center;
}

.discuss-project {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1270px) {
  .discuss-project {
    padding-top: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss-project {
    padding-bottom: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss-project__wrapper {
  position: relative;
  z-index: 1;
}
.discuss-project__wrapper::after {
  position: absolute;
  content: "";
  width: 207px;
  height: 207px;
  background-color: #dffda7;
  opacity: 0.3;
  -webkit-filter: blur(146px);
          filter: blur(146px);
  bottom: 50px;
  right: 250px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .discuss-project__wrapper::after {
    display: none;
  }
}
.discuss-project .discuss-right {
  background-color: transparent;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 465px;
  margin: 0 auto;
  padding: 0;
}
.discuss-project .discuss-right__left {
  max-width: 100%;
}
.discuss-project .discuss-right__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 33px;
}
@media (max-width: 1270px) {
  .discuss-project .discuss-right__title {
    font-size: calc(
        26px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .discuss-project .discuss-right__title {
    margin-bottom: calc(
        16px + 17 *
          ((100vw - 360px) / 910)
      );
  }
}
.discuss-project .discuss-right__title span {
  display: inline;
}
.discuss-project .discuss-right__form {
  margin-top: 0;
}
.discuss-project .discuss-right .form-submit {
  gap: 28px;
}
.discuss-project .discuss-right .form-submit__radios {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 576px) {
  .discuss-project .discuss-right .form-submit__radios {
    gap: 10px;
  }
}
.discuss-project .discuss-right .form-submit__group {
  background-color: var(--color-33);
}

.btn-back {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .btn-back {
    position: static;
    margin-bottom: 50px;
  }
}
.btn-back svg {
  margin-right: 5px;
}
.btn-back:hover {
  color: var(--color-primary);
}
.btn-back:hover svg {
  color: var(--color-primary);
}

.radio {
  position: relative;
  width: 100%;
  height: 120px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
}
@media (max-width: 576px) {
  .radio {
    padding: 5px;
  }
}
.radio__box {
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-33);
  border-radius: 50%;
  position: relative;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.radio__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  border: 1px solid var(--color-33);
}
.radio__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.radio .radio__input:checked + .radio__box {
  border: 9px solid var(--color-primary);
}
.radio .radio__input:checked ~ .radio__border {
  border-color: var(--color-primary);
}
.radio__text {
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .radio__text {
    font-size: 12px;
  }
}
@media (max-width: 359.98px) {
  .radio__text {
    font-size: 11px;
  }
}

.blog {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1270px) {
  .blog {
    padding-top: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .blog {
    padding-bottom: calc(
        60px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.blog__title {
  font-size: 54px;
  margin-bottom: 40px;
}
@media (max-width: 1270px) {
  .blog__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 38px;
}
@media (max-width: 1340px) {
  .blog__list {
    gap: 50px 25px;
  }
}
@media (max-width: 991.98px) {
  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog__top {
  margin-bottom: 70px;
}
@media (max-width: 1270px) {
  .blog__top {
    margin-bottom: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .blog__top {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.blog__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .blog__top-list {
    min-width: 100%;
  }
}
.blog__top-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog__top-item:not(:last-child) {
  margin-right: 14px;
}
.blog__top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1000px;
  border: 1px solid var(--color-5a);
  height: 45px;
  padding: 10px 23px;
  color: var(--90);
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  padding-left: 23px;
  padding-right: 23px;
}
@media (max-width: 1270px) {
  .blog__top-btn {
    padding-left: calc(
        13px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .blog__top-btn {
    padding-right: calc(
        13px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.blog__top-btn.active, .blog__top-btn:hover {
  color: var(--color-dark);
  background-color: var(--color-primary);
  border-color: transparent;
}
.blog__content {
  display: none;
  margin-bottom: 110px;
}
.blog__content.active {
  display: block;
  -webkit-animation: opacity-visibility 700ms ease forwards;
          animation: opacity-visibility 700ms ease forwards;
}
@media (max-width: 1270px) {
  .blog__content {
    margin-bottom: calc(
        50px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}

.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-card__top {
  width: 100%;
  height: 280px;
  margin-bottom: 18px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  height: 280px;
}
@media (max-width: 1270px) {
  .blog-card__top {
    height: calc(
        200px + 80 *
          ((100vw - 360px) / 910)
      );
  }
}
.blog-card__top:hover {
  opacity: 0.7;
}
.blog-card__top img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.blog-card__date {
  color: var(--color-90);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-5a);
  padding: 6px 8px;
  height: 27px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  border-radius: 1000px;
  margin-right: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #9698ab;
}
.blog-card__tag {
  color: var(--color-90);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-5a);
  padding: 6px 8px;
  height: 27px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  border-radius: 1000px;
}
.blog-card__tag:hover {
  color: var(--color-white);
  border-color: var(--color-white);
}
.blog-card__body {
  width: 100%;
}
.blog-card__title {
  position: relative;
  width: 100%;
  font-weight: 700;
  max-width: 365px;
  font-size: 18px;
}
@media (max-width: 1270px) {
  .blog-card__title {
    font-size: calc(
        16px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.blog-card__title a {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  display: block;
  width: 100%;
}
.blog-card__title a:hover {
  color: var(--color-primary);
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item:not(:last-child) {
  margin-right: 10px;
}
.pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1;
  color: var(--color-white);
  width: 37px;
  height: 37px;
  border-radius: 10px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  font-weight: 500;
}
@media (max-width: 576px) {
  .pagination__btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 359.98px) {
  .pagination__btn {
    font-size: 14px;
  }
}
.pagination__btn--last {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination__btn:hover, .pagination__btn.active {
  background-color: var(--color-primary);
  color: var(--color-dark);
}

.promo {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .promo {
    padding-top: 30px;
  }
}
.promo__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 470px 1fr;
  grid-template-columns: 470px 1fr;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.promo__wrapper .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: -15%;
  right: 16%;
  width: 800px;
  height: 800px;
}
.promo__wrapper .decor svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1340px) {
  .promo__wrapper .decor {
    right: 5%;
  }
}
@media (max-width: 991.98px) {
  .promo__wrapper .decor {
    display: none;
  }
}
@media (max-width: 1340px) {
  .promo__wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .promo__wrapper {
    -ms-grid-columns: 420px 1fr;
    grid-template-columns: 420px 1fr;
  }
}
@media (max-width: 991.98px) {
  .promo__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.promo__left {
  padding-top: 105px;
}
@media (max-width: 991.98px) {
  .promo__left {
    padding-top: 40px;
  }
}
.promo__title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.1px;
  margin-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1270px) {
  .promo__title {
    font-size: calc(
        26px + 38 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .promo__title {
    margin-bottom: calc(
        20px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.promo__title span {
  color: var(--color-primary);
}
.promo__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 38px;
}
@media (max-width: 1270px) {
  .promo__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .promo__text {
    margin-bottom: calc(
        24px + 14 *
          ((100vw - 360px) / 910)
      );
  }
}
.promo__img {
  height: 695px;
  max-width: 735px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .promo__img {
    height: 550px;
  }
}
@media (max-width: 767.98px) and (max-width: 1270px) {
  .promo__img {
    height: calc(
        350px + 200 *
          ((100vw - 360px) / 910)
      );
  }
}
.promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.results {
  padding-top: 115px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 991.98px) {
  .results {
    padding-top: 90px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .results {
    padding-top: calc(
        48px + 42 *
          ((100vw - 360px) / 910)
      );
  }
}
.results::after {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: -1;
  height: 230px;
}
@media (max-width: 1270px) {
  .results::after {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.results::before {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 230px;
}
@media (max-width: 1270px) {
  .results::before {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.results__title {
  line-height: 1.2;
  letter-spacing: -0.1px;
  font-size: 50px;
  margin-bottom: 85px;
}
@media (max-width: 1270px) {
  .results__title {
    font-size: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .results__title {
    margin-bottom: calc(
        50px + 35 *
          ((100vw - 360px) / 910)
      );
  }
}
.results__title span {
  color: var(--color-primary);
  display: block;
}
.results__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  .results__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .results__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.results .results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.results .results-item__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1270px) {
  .results .results-item__title {
    font-size: calc(
        20px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .results .results-item__title {
    margin-bottom: calc(
        20px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.results .results-item__title span {
  display: block;
  color: var(--color-primary);
}
.results .results-item__line {
  height: 2px;
  width: 100%;
  background-color: var(--color-33);
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1270px) {
  .results .results-item__line {
    margin-bottom: calc(
        20px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.results .results-item__line::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 100%;
  background-color: var(--color-primary);
  left: 0;
  top: 0;
}
.results .results-item__text {
  color: var(--color-90);
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1270px) {
  .results .results-item__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}

.review {
  padding-top: 70px;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .review {
    padding-top: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .review {
    padding-bottom: calc(
        50px + 55 *
          ((100vw - 360px) / 910)
      );
  }
}
.review .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: -10%;
  right: 0%;
}
@media (max-width: 991.98px) {
  .review .decor {
    display: none;
  }
}
.review__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 460px;
  grid-template-columns: 1fr 460px;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1340px) {
  .review__wrapper {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .review__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.review__title {
  font-size: 50px;
  max-width: 510px;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media (max-width: 1270px) {
  .review__title {
    font-size: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .review__title {
    margin-bottom: calc(
        20px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .review__title {
    max-width: 100%;
  }
}
.review__title span {
  color: var(--color-primary);
}
.review__text {
  color: var(--color-90);
  font-size: 16px;
  max-width: 733px;
}
@media (max-width: 1270px) {
  .review__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .review__text {
    max-width: 100%;
  }
}
.review__text p:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 1270px) {
  .review__text p:not(:last-child) {
    margin-bottom: calc(
        15px + 11 *
          ((100vw - 360px) / 910)
      );
  }
}
.review__img {
  max-width: 465px;
  width: 100%;
  border-radius: 20px;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits {
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .benefits {
    padding-top: calc(
        40px + 35 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .benefits {
    padding-bottom: calc(
        40px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.benefits .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 5%;
  right: 0%;
}
@media (max-width: 991.98px) {
  .benefits .decor {
    display: none;
  }
}
.benefits__title {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 35px;
}
@media (max-width: 1270px) {
  .benefits__title {
    font-size: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.benefits__title span {
  display: block;
  color: var(--color-primary);
}
.benefits__text {
  color: #909090;
  font-weight: 500;
  max-width: 915px;
  font-size: 16px;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  .benefits__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .benefits__text {
    margin-bottom: calc(
        30px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
.benefits__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 53px;
  counter-reset: item;
}
@media (max-width: 1340px) {
  .benefits__list {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .benefits__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .benefits__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.benefits-item {
  border-radius: 20px;
  background-color: var(--color-33);
  padding: 30px 25px;
  padding-top: 100px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 315px;
}
.benefits-item:nth-child(2) .work-item__text {
  max-width: 230px;
}
.benefits-item:nth-child(3) .work-item__text {
  max-width: 220px;
}
@media (max-width: 991.98px) {
  .benefits-item {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .benefits-item {
    padding: 25px;
    padding-top: 90px;
  }
}
.benefits-item::after {
  position: absolute;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 14px;
  line-height: 1;
  top: 39px;
  left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51px;
  height: 32px;
  border-radius: 1000px;
  border: 1px solid var(--color-43);
  background-color: var(--color-33);
}
@media (max-width: 767.98px) {
  .benefits-item::after {
    top: 30px;
    left: 28px;
  }
}
.benefits-item__title {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 22px;
}
@media (max-width: 1270px) {
  .benefits-item__title {
    font-size: calc(
        18px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
.benefits-item__text {
  color: var(--color-90);
}
.benefits-item__text--break {
  max-width: 200px;
}

.how-work {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 991.98px) {
  .how-work {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .how-work {
    padding-top: calc(
        48px + 67 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .how-work {
    padding-bottom: calc(
        48px + 67 *
          ((100vw - 360px) / 910)
      );
  }
}
.how-work::after {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: -1;
  height: 230px;
}
@media (max-width: 1270px) {
  .how-work::after {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.how-work::before {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 230px;
}
@media (max-width: 1270px) {
  .how-work::before {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.how-work__title {
  font-size: 50px;
  margin-bottom: 35px;
  line-height: 1.15;
}
@media (max-width: 1270px) {
  .how-work__title {
    font-size: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .how-work__title {
    margin-bottom: calc(
        25px + 10 *
          ((100vw - 360px) / 910)
      );
  }
}
.how-work__title span {
  display: block;
  color: var(--color-primary);
}
.how-work__list {
  counter-reset: item;
}

.how-work-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 385px 1fr;
  grid-template-columns: 385px 1fr;
  gap: 15px;
  padding-left: 100px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1270px) {
  .how-work-item {
    padding-top: calc(
        30px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .how-work-item {
    padding-bottom: calc(
        30px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .how-work-item {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .how-work-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 70px;
  }
}
.how-work-item:not(:last-child) {
  border-bottom: 1px solid var(--color-43);
}
.how-work-item::after {
  position: absolute;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 14px;
  line-height: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 32px;
  border-radius: 1000px;
  border: 1px solid var(--color-43);
  top: 45px;
}
@media (max-width: 1270px) {
  .how-work-item::after {
    top: calc(
        30px + 15 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 767.98px) {
  .how-work-item::after {
    width: 46px;
    height: 28px;
  }
}
.how-work-item__title {
  color: var(--color-primary);
  max-width: 350px;
  font-size: 22px;
}
@media (max-width: 1270px) {
  .how-work-item__title {
    font-size: calc(
        18px + 4 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 359.98px) {
  .how-work-item__title {
    font-size: 17px;
  }
}
.how-work-item__text {
  color: var(--color-90);
  font-size: 16px;
}
@media (max-width: 1270px) {
  .how-work-item__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}

.tasks {
  position: relative;
  padding-top: 110px;
  padding-bottom: 70px;
  z-index: 2;
}
@media (max-width: 1270px) {
  .tasks {
    padding-bottom: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
.tasks .decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: -15%;
  right: 0%;
}
@media (max-width: 991.98px) {
  .tasks .decor {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .tasks {
    padding-top: 115px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .tasks {
    padding-top: calc(
        48px + 67 *
          ((100vw - 360px) / 910)
      );
  }
}
.tasks::after {
  position: absolute;
  content: "";
  border-radius: 1000px 1000px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333332), to(#1e1e1e));
  background: -o-linear-gradient(top, #333332 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, #333332 0%, #1e1e1e 100%);
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: -1;
  height: 230px;
}
@media (max-width: 1270px) {
  .tasks::after {
    height: calc(
        48px + 182 *
          ((100vw - 360px) / 910)
      );
  }
}
.tasks__title {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 1270px) {
  .tasks__title {
    font-size: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.tasks__text {
  font-size: 16px;
  margin-bottom: 60px;
  max-width: 915px;
  color: var(--color-90);
}
@media (max-width: 1270px) {
  .tasks__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .tasks__text {
    margin-bottom: calc(
        40px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.tasks__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 53px;
  counter-reset: item;
}
@media (max-width: 1340px) {
  .tasks__list {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .tasks__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .tasks__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.tasks-item {
  border-radius: 20px;
  background-color: var(--color-33);
  padding: 30px 25px;
  padding-top: 95px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 228px;
}
.tasks-item:nth-child(1) .tasks-item__text {
  max-width: 285px;
}
.tasks-item:nth-child(2) .tasks-item__text {
  max-width: 300px;
}
@media (max-width: 991.98px) {
  .tasks-item {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .tasks-item {
    padding: 25px;
    padding-top: 90px;
  }
}
.tasks-item::after {
  position: absolute;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 14px;
  line-height: 1;
  top: 39px;
  left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51px;
  height: 32px;
  border-radius: 1000px;
  border: 1px solid var(--color-43);
  background-color: var(--color-33);
}
@media (max-width: 767.98px) {
  .tasks-item::after {
    top: 30px;
    left: 28px;
  }
}
.tasks-item__title {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  font-size: 30px;
}
@media (max-width: 1270px) {
  .tasks-item__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.tasks-item__text {
  color: var(--color-90);
}
.tasks-item__text--break {
  max-width: 200px;
}

.service-faq {
  padding-top: 70px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1270px) {
  .service-faq {
    padding-top: calc(
        40px + 30 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .service-faq {
    padding-bottom: calc(
        50px + 60 *
          ((100vw - 360px) / 910)
      );
  }
}
.service-faq .decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 0%;
  left: 0%;
}
@media (max-width: 991.98px) {
  .service-faq .decor {
    display: none;
  }
}
.service-faq__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 480px 1fr;
  grid-template-columns: 480px 1fr;
  gap: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1340px) {
  .service-faq__wrapper {
    gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .service-faq__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.service-faq__title {
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 1270px) {
  .service-faq__title {
    font-size: calc(
        28px + 26 *
          ((100vw - 360px) / 910)
      );
  }
}
.service-faq__title span {
  color: var(--color-primary);
  display: block;
}
.service-faq__text {
  color: var(--color-90);
  font-size: 16px;
  margin-bottom: 80px;
  max-width: 480px;
}
@media (max-width: 1270px) {
  .service-faq__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .service-faq__text {
    margin-bottom: calc(
        40px + 40 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .service-faq__text {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.service-faq__img {
  max-width: 473px;
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .service-faq__img {
    display: none;
  }
}
.service-faq__accordions {
  padding-top: 125px;
}
@media (max-width: 991.98px) {
  .service-faq__accordions {
    padding-top: 0;
  }
}
.service-faq .accordion__control {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  border-bottom: 1px solid var(--color-33);
  font-size: 16px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 40px;
}
@media (max-width: 1270px) {
  .service-faq .accordion__control {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .service-faq .accordion__control {
    padding-top: calc(
        15px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .service-faq .accordion__control {
    padding-bottom: calc(
        15px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.service-faq .accordion__control:hover, .service-faq .accordion__control:active, .service-faq .accordion__control:focus {
  color: inherit;
  background-color: inherit;
}
.service-faq .accordion__control::after {
  position: absolute;
  content: "+";
  font-weight: 900;
  line-height: 1;
  right: 0;
  top: 50%;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
}
@media (max-width: 1270px) {
  .service-faq .accordion__control::after {
    font-size: calc(
        27px + 8 *
          ((100vw - 360px) / 910)
      );
  }
}
.service-faq .accordion__content {
  border-bottom: 1px solid transparent;
}
.service-faq .accordion__name {
  text-align: left;
  line-height: 1.4;
}
.service-faq .accordion__inner {
  padding-top: 10px;
  padding-bottom: 20px;
  width: calc(100% - 30px);
}
.service-faq .accordion__text {
  color: var(--color-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  font-size: 16px;
}
@media (max-width: 1270px) {
  .service-faq .accordion__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
.service-faq .accordion.active .accordion__control {
  border-color: transparent;
}
.service-faq .accordion.active .accordion__control::after {
  content: "-";
}
.service-faq .accordion.active .accordion__content {
  border-color: var(--color-33);
}

.reputation {
  padding-top: 115px;
  padding-bottom: 100px;
}
@media (max-width: 1270px) {
  .reputation {
    padding-top: calc(
        50px + 65 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 1270px) {
  .reputation {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 360px) / 910)
      );
  }
}
.reputation__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 66px;
  margin-bottom: 85px;
}
@media (max-width: 1270px) {
  .reputation__top {
    margin-bottom: calc(
        40px + 45 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .reputation__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.reputation__title {
  line-height: 1.1;
  font-size: 50px;
}
@media (max-width: 1270px) {
  .reputation__title {
    font-size: calc(
        30px + 20 *
          ((100vw - 360px) / 910)
      );
  }
}
.reputation__title span {
  color: var(--color-primary);
  display: block;
}
.reputation__text {
  margin-top: 10px;
  font-size: 16px;
  color: var(--color-90);
}
@media (max-width: 1270px) {
  .reputation__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .reputation__text {
    margin-top: 0;
  }
}
.reputation__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 170px;
  -webkit-column-gap: 170px;
     -moz-column-gap: 170px;
          column-gap: 170px;
}
@media (max-width: 1270px) {
  .reputation__list {
    -webkit-column-gap: calc(
        10px + 160 *
          ((100vw - 360px) / 910)
      );
       -moz-column-gap: calc(
        10px + 160 *
          ((100vw - 360px) / 910)
      );
            column-gap: calc(
        10px + 160 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) {
  .reputation__list {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .reputation__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}

.reputation-item__img {
  width: 101px;
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: -8px 6px 51px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: -8px 6px 51px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 50%;
  position: relative;
  background-image: -o-linear-gradient(232deg, #333332 0%, #1e1e1e 99.01%);
  background-image: linear-gradient(218deg, #333332 0%, #1e1e1e 99.01%);
  margin-bottom: 19px;
}
.reputation-item__img svg {
  width: 38%;
  height: 38%;
}
@media (max-width: 991.98px) {
  .reputation-item__img {
    width: 101px;
    height: 101px;
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .reputation-item__img {
    width: calc(
        80px + 21 *
          ((100vw - 360px) / 910)
      );
  }
}
@media (max-width: 991.98px) and (max-width: 1270px) {
  .reputation-item__img {
    height: calc(
        80px + 21 *
          ((100vw - 360px) / 910)
      );
  }
}
.reputation-item__img::after {
  position: absolute;
  content: "";
  width: calc(100% - 17px);
  height: calc(100% - 17px);
  border: 3px solid rgba(223, 253, 167, 0.05);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reputation-item__text {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1270px) {
  .reputation-item__text {
    font-size: calc(
        14px + 2 *
          ((100vw - 360px) / 910)
      );
  }
}

@media (max-width: 1340px) {
  .prices::after,
.services::after,
.footer::after,
.tasks::after {
    border-radius: 100px 100px 0px 0px;
    top: 50px;
  }
}
@media (max-width: 991.98px) {
  .prices::after,
.services::after,
.footer::after,
.tasks::after {
    border-radius: 100px 100px 0px 0px;
    top: 0;
  }
}

@media (max-width: 1600px) {
  .footer::after {
    border-radius: 50px 50px 0px 0px;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .footer::after {
    border-radius: 100px 100px 0px 0px;
    top: 0;
  }
}

@media (max-width: 1340px) {
  .results::after,
.how-work::after {
    border-radius: 100px 100px 0px 0px;
    top: 50px;
  }
  .results::before,
.how-work::before {
    border-radius: 100px 100px 0px 0px;
    bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .results::after,
.how-work::after {
    border-radius: 100px 100px 0px 0px;
    top: 0;
  }
  .results::before,
.how-work::before {
    border-radius: 100px 100px 0px 0px;
    bottom: 0;
  }
}