@charset "UTF-8";
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SF-UI-Display-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
:root {
  --font-family: "SF UI Display", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Work Sans", sans-serif;
  --font3: "Arsenica Italic Variable Trial", sans-serif;
}

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

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

.content-wrap {
  background-image: url("../img/main-back.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 178px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .content-wrap {
    padding-bottom: 98px;
  }
}

.content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 100%;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .content {
    padding-left: calc(5% - 15px);
    padding-right: calc(5% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.top-wrapper {
  margin-top: 0 !important;
}
.top-wrapper .top-row {
  padding-top: 30px;
  max-width: 1548px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top-wrapper .top-row .logo {
  width: 47px;
  height: 37px;
}
.top-wrapper .top-row .lang {
  position: relative;
}
.top-wrapper .top-row .lang .top {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.top-wrapper .top-row .lang .top .left {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.top-wrapper .top-row .lang .top .right {
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  transform: rotate(180deg);
  transition: all 0.01s;
}
.top-wrapper .top-row .lang .select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
}
.top-wrapper .top-row .lang .select .select__item {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  width: 100px;
}
.top-wrapper .top-row .lang .select .select__item.active {
  display: none;
}
.top-wrapper .top-row .lang .select .select__item:hover {
  color: #b5b5b5;
}
.top-wrapper .top-row .expanded .right {
  transform: rotate(0deg) !important;
}
.top-wrapper .top-row .expanded .select {
  max-height: 200px;
}
.top-wrapper .main-banner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 180px;
}
.top-wrapper .main-banner .left {
  padding-top: 110px;
}
.top-wrapper .main-banner .left .main-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .main-banner .left .main-title {
    font-size: 21px;
  }
}
.top-wrapper .main-banner .left .main-subtitle {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  margin-bottom: 46px;
  max-width: 410px;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .main-banner .left .main-subtitle {
    font-size: 14px;
  }
}
.top-wrapper .main-banner .left .beware {
  margin-top: 34px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ec3616;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .main-banner .left {
    padding-top: 0;
  }
}
.top-wrapper .main-banner .right {
  width: 541px;
  height: auto;
  flex-shrink: 0;
  border-radius: 50px;
  overflow: hidden;
}
.top-wrapper .main-banner .right .main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .top-wrapper .main-banner .right {
    width: unset;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .main-banner {
    flex-direction: column-reverse;
    gap: 46px;
    margin-bottom: 97px;
  }
}
.top-wrapper .important-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.top-wrapper .important-block .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 31px;
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .important-block .title {
    margin-bottom: 38px;
    font-size: 21px;
  }
}
.top-wrapper .important-block .tiles-grid {
  display: grid;
  grid: auto/1fr 1fr;
  gap: 32px;
  max-width: 1000px;
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item {
  border: 1px solid #e0caec;
  border-radius: 15px;
  width: 484px;
  height: 128px;
  background: rgba(217, 217, 217, 0.1);
  padding: 42px 45px 42px 38px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item .icon {
  flex-shrink: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item .text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item .icon-one {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(236, 54, 22) 0%, rgb(251, 251, 251) 100%);
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item .icon-two {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(44, 57, 202) 0%, rgb(251, 251, 251) 100%);
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item .icon-three {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(29, 168, 61) 0%, rgb(251, 251, 251) 100%);
}
.top-wrapper .important-block .tiles-grid .tiles-grid__item .icon-four {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(248, 107, 20) 0%, rgb(251, 251, 251) 100%);
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .important-block .tiles-grid .tiles-grid__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .important-block .tiles-grid {
    grid: auto/1fr;
    gap: 22px;
  }
}
.top-wrapper .important-block .solution {
  max-width: 1000px;
  width: 100%;
  margin-top: 32px;
  padding: 45px 51px;
  border: 4px solid #f98e7c;
  border-radius: 15px;
  background: linear-gradient(to right, #ffffff, #fad4d4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-wrapper .important-block .solution .left {
  max-width: 557px;
}
.top-wrapper .important-block .solution .left .bold {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .important-block .solution .left .bold {
    font-size: 16px;
    text-align: center;
  }
}
.top-wrapper .important-block .solution .left .soft {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .important-block .solution .left .soft {
    font-size: 16px;
    text-align: center;
  }
}
.top-wrapper .important-block .solution .right {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 114px;
  height: 114px;
  box-shadow: 0 25px 50px 0 rgba(236, 54, 22, 0.15);
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1279px) {
  .top-wrapper .important-block .solution {
    flex-direction: column;
    gap: 28px;
    padding: 39px 12px;
  }
}

.content-block {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-block .title {
  margin-bottom: 72px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 31px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .content-block .title {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .content-block {
    margin-top: 98px;
    margin-bottom: 32px;
  }
}

.services .services-grid {
  display: grid;
  grid: auto/repeat(3, minmax(auto, 341px));
  row-gap: 29px;
  column-gap: 22px;
}
.services .services-grid .services-grid__item {
  border-radius: 25px;
  width: 351px;
  height: 558px;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.services .services-grid .services-grid__item .top-wrap {
  padding: 22px 23px 33px 30px;
  border-bottom: 1px solid #ededed;
}
.services .services-grid .services-grid__item .top-wrap .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  margin-bottom: 0;
  text-align: left;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title-one {
  color: #ec3616;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title-two {
  color: #2c39ca;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title-three {
  color: #1da83d;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title-four {
  color: #f86b14;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title-five {
  color: #9622cb;
}
.services .services-grid .services-grid__item .top-wrap .top-row .title-six {
  color: #f81436;
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-one {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(236, 54, 22) 0%, rgb(251, 251, 251) 100%);
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-two {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(44, 57, 202) 0%, rgb(251, 251, 251) 100%);
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-three {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(29, 168, 61) 0%, rgb(251, 251, 251) 100%);
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-four {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(248, 107, 20) 0%, rgb(251, 251, 251) 100%);
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-five {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(150, 34, 203) 0%, rgb(251, 251, 251) 100%);
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-six {
  background: radial-gradient(67.66% 67.66% at 65.79% 34.21%, rgb(248, 20, 54) 0%, rgb(251, 251, 251) 100%);
}
.services .services-grid .services-grid__item .top-wrap .desc {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 15px;
  color: #616161;
  max-width: 276px;
}
.services .services-grid .services-grid__item .list-block {
  padding: 30px 11px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.services .services-grid .services-grid__item .list-block .list-item {
  display: flex;
  gap: 10px;
  align-items: start;
}
.services .services-grid .services-grid__item .list-block .list-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.services .services-grid .services-grid__item .list-block .list-item .text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
.services .services-grid .services-grid__item .card-bottom {
  padding: 2px 30px 42px 30px;
}
.services .services-grid .services-grid__item .card-bottom .price {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 24px;
}
.services .services-grid .services-grid__item .card-bottom .price-one {
  color: #ec3616;
}
.services .services-grid .services-grid__item .card-bottom .price-two {
  color: #2c39ca;
}
.services .services-grid .services-grid__item .card-bottom .price-three {
  color: #1da83d;
}
.services .services-grid .services-grid__item .card-bottom .price-four {
  color: #f86b14;
}
.services .services-grid .services-grid__item .card-bottom .price-five {
  color: #9622cb;
}
.services .services-grid .services-grid__item .card-bottom .price-six {
  color: #f81436;
}
.services .services-grid .services-grid__item .card-bottom .btn-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn {
  border-radius: 35px;
  padding: 15px 20px;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn-one {
  background: #ec3616;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn-two {
  background: #2c39ca;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn-three {
  background: #1da83d;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn-four {
  background: #f86b14;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn-five {
  background: #9622cb;
}
.services .services-grid .services-grid__item .card-bottom .btn-row .card-btn-six {
  background: #f81436;
}
.services .services-grid .services-grid__item .card-bottom-one {
  background: linear-gradient(0deg, rgba(255, 140, 69, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.services .services-grid .services-grid__item .card-bottom-two {
  background: linear-gradient(0deg, rgba(44, 57, 202, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.services .services-grid .services-grid__item .card-bottom-three {
  background: linear-gradient(0deg, rgba(29, 168, 61, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.services .services-grid .services-grid__item .card-bottom-four {
  background: linear-gradient(0deg, rgba(248, 107, 20, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.services .services-grid .services-grid__item .card-bottom-five {
  background: linear-gradient(0deg, rgba(150, 34, 203, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.services .services-grid .services-grid__item .card-bottom-six {
  background: linear-gradient(0deg, rgba(248, 20, 54, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
@media only screen and (max-width: 1279px) {
  .services .services-grid {
    grid: auto/repeat(auto-fill, minmax(336px, 1fr));
    gap: 22px;
    width: 100%;
    justify-items: center;
  }
}

.advantages .advantages-grid {
  display: grid;
  grid: auto/repeat(2, minmax(auto, 459px));
  column-gap: 67px;
  row-gap: 74px;
}
.advantages .advantages-grid .advantages-grid__item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.advantages .advantages-grid .advantages-grid__item .icon {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.advantages .advantages-grid .advantages-grid__item .icon .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #2c39ca;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.advantages .advantages-grid .advantages-grid__item .one {
  background-color: rgba(44, 57, 202, 0.1);
}
.advantages .advantages-grid .advantages-grid__item .two {
  background-color: rgba(236, 54, 22, 0.1);
}
.advantages .advantages-grid .advantages-grid__item .three {
  background-color: rgba(29, 168, 61, 0.1);
}
.advantages .advantages-grid .advantages-grid__item .four {
  background-color: rgba(248, 107, 20, 0.1);
}
.advantages .advantages-grid .advantages-grid__item .text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .advantages .advantages-grid .advantages-grid__item {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
  .advantages .advantages-grid {
    grid: auto/repeat(auto-fill, minmax(336px, 1fr));
    gap: 22px;
    width: 100%;
  }
}

.case {
  display: block;
}
.case .case-wrapper .case-swiper {
  position: relative;
  overflow-x: hidden;
}
.case .case-wrapper .case-swiper .swiper-wrapper {
  height: 270px;
}
.case .case-wrapper .case-swiper .swiper-wrapper .case-slide {
  border: 2px solid rgba(44, 57, 202, 0.2);
  border-radius: 25px;
  width: 484px;
  height: 198px;
  padding: 44px 40px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}
.case .case-wrapper .case-swiper .swiper-wrapper .case-slide .play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.case .case-wrapper .case-swiper .swiper-wrapper .case-slide .play svg {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1279px) {
  .case .case-wrapper .case-swiper .swiper-wrapper .case-slide .play svg {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 1279px) {
  .case .case-wrapper .case-swiper .swiper-wrapper .case-slide .play {
    top: 10px;
    right: 10px;
  }
}
.case .case-wrapper .case-swiper .swiper-wrapper .case-slide .top {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 58px;
  margin-bottom: 14px;
}
.case .case-wrapper .case-swiper .swiper-wrapper .case-slide .bottom {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .case .case-wrapper .case-swiper .swiper-wrapper .case-slide .bottom {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
  }
}
@media only screen and (max-width: 1279px) {
  .case .case-wrapper .case-swiper .swiper-wrapper .case-slide {
    width: 314px;
    height: 114px;
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .case .case-wrapper .case-swiper .swiper-wrapper {
    height: 200px;
  }
}
.case .case-wrapper .case-swiper .swiper-button-next,
.case .case-wrapper .case-swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  top: 40%;
}
.case .case-wrapper .case-swiper .swiper-button-next:after,
.case .case-wrapper .case-swiper .swiper-button-prev:after {
  font-size: 16px;
}
.case .case-wrapper .case-swiper .swiper-pagination-bullet {
  border-radius: 27px;
  width: 44px;
  height: 4px;
  background: #bdbdbd;
  opacity: 0.5;
}
.case .case-wrapper .case-swiper .swiper-pagination-bullet-active {
  background: #bdbdbd;
  opacity: 1;
}
.case .case-wrapper .case-swiper .swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 833px) {
  .case .case-wrapper .case-swiper .case-prev,
  .case .case-wrapper .case-swiper .case-next {
    display: none;
  }
}
.last-block .title {
  margin-bottom: 30px;
}
.last-block .sub-title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000;
  max-width: 575px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1279px) {
  .last-block .sub-title {
    font-size: 14px;
  }
}
.last-block .flex-cards {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
.last-block .flex-cards .flex-card-item {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 30px 27px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  width: 327px;
  height: 104px;
  background: #fff;
}
.last-block .flex-cards .flex-card-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-block .flex-cards .flex-card-item .text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .last-block .flex-cards {
    flex-direction: column;
  }
}

.black-btn {
  border-radius: 35px;
  padding: 15px 20px;
  background: #000;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  max-height: 51px;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 1279px) {
  .black-btn {
    font-size: 13px;
  }
}

.black-btn:hover {
  background: #1e1d1d;
}

.black-btn:disabled {
  opacity: 0.5;
}

.footer .footer-top-wrap {
  display: grid;
  grid: auto/1fr 1fr;
  justify-items: center;
}
@media only screen and (max-width: 1279px) {
  .footer .footer-top-wrap {
    grid: auto/1fr;
    width: 100%;
    justify-items: center;
  }
}
.footer .footer-top .title-form {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 31px;
  margin-bottom: 28px;
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .footer .footer-top .title-form {
    font-size: 21px;
  }
}
.footer .footer-top .left {
  padding-bottom: 79px;
  padding-right: 245px;
  background: #161616;
  padding-top: 98px;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.footer .footer-top .left .left-wrap .form .inputs-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .footer-top .left .left-wrap .form .white-btn {
  margin-top: 49px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1279px) {
  .footer .footer-top .left {
    padding: 76px 16px;
    justify-content: center;
  }
}
.footer .footer-top .right {
  padding-top: 98px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  background: #1b1b1b;
  padding-left: 63px;
}
.footer .footer-top .right .btn-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer .footer-top .right .colored {
  border-radius: 9px;
  width: 285px;
  height: 52px;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 11px 12px;
  gap: 15px;
}
.footer .footer-top .right .tel {
  background: url("../img/back-tel1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-top .right .insta {
  background: url("../img/back-insta.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-top .right .text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .footer .footer-top .right {
    padding: 76px 16px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1279px) {
  .footer .footer-top {
    height: unset;
  }
}
.footer .footer-bottom {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  background: #0f0f0f;
  height: 112px;
  padding: 45px 0;
  display: flex;
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    font-size: 14px;
  }
}

.white-btn {
  border-radius: 35px;
  padding: 15px 20px;
  width: 364px;
  height: 51px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #000;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .white-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .white-btn {
    font-size: 13px;
  }
}

.check-wrap {
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.check-wrap .label {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  max-width: 360px;
}
.check-wrap .label span {
  display: flex;
  align-items: center;
}
.check-wrap .label .policy-link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--accent-blue);
  cursor: pointer;
}
.check-wrap .solo-check {
  border-radius: 8px;
  width: 20px;
  height: 21px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check-wrap .solo-check + .label {
  display: inline-flex;
  user-select: none;
  align-items: center;
}
.check-wrap .solo-check + .label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: #2f2f2f;
}
.check-wrap .solo-check:checked + .label::before {
  background: #2f2f2f;
  background-image: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.6667 0.791626L4.25001 7.20829L1.33334 4.29163" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}

.input-wrap {
  display: flex;
  flex-direction: column;
}
.input-wrap label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 6px;
}
.input-wrap .solo-input {
  border-radius: 8px;
  width: 364px;
  height: 51px;
  background: #1c1c1c;
  border: none;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .input-wrap .solo-input {
    width: 100%;
  }
}
.input-wrap .solo-input::placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .input-wrap .solo-input::placeholder {
    font-size: 14px;
  }
}

.modal-block {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.modal-block .modal-body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 25px;
  padding: 40px;
}
.modal-block .modal-body .cross {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 1279px) {
  .modal-block .modal-body {
    width: 95%;
    padding: 40px 16px;
  }
}

.modal-body-wrap .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 49px;
}
@media only screen and (max-width: 1279px) {
  .modal-body-wrap .title {
    margin-bottom: 20px;
    text-align: left;
  }
}
.modal-body-wrap .grid-wrapper {
  max-height: 500px;
  overflow-y: auto;
}
.modal-body-wrap .grid {
  display: grid;
  grid: 180px/repeat(4, minmax(270px, 1fr));
  gap: 40px;
  justify-items: center;
}
.modal-body-wrap .grid .grid-item {
  padding: 0 40px 0 0;
}
.modal-body-wrap .grid .grid-item .top {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  margin-bottom: 24px;
  width: 100%;
  flex-shrink: 0;
}
.modal-body-wrap .grid .grid-item .bottom {
  display: flex;
  gap: 8px;
}
.modal-body-wrap .grid .grid-item .bottom .bot-item {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body-wrap .grid .grid-item .bottom .wrap {
  border: 1px solid #cfcfcf;
  border-radius: 0 25px 25px 25px;
  width: 256px;
  height: 76px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding: 18px 30px;
}
.modal-body-wrap .grid .grid-item .link-insta {
  font-weight: 500;
  color: #f86b14;
}
.modal-body-wrap .grid .grid-item .link-to-img {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .modal-body-wrap .grid .grid-item {
    padding: 0 0 20px 0;
  }
}
.modal-body-wrap .grid .grid-item:not(:last-child) {
  border-right: 1px solid #cfcfcf;
}
@media only screen and (max-width: 1279px) {
  .modal-body-wrap .grid .grid-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
  }
}
@media only screen and (max-width: 1279px) {
  .modal-body-wrap .grid {
    grid: auto/1fr;
    justify-items: start;
    gap: 20px;
  }
}
.modal-body-wrap .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media only screen and (max-width: 1279px) {
  .modal-body-wrap .btn-wrap .orange-btn {
    width: 100%;
  }
}

.modal-body-wrap-two {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-body-wrap-two .title {
  margin-bottom: 18px;
}
.modal-body-wrap-two .sub-title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin-bottom: 28px;
  max-width: 496px;
  text-align: center;
}
.modal-body-wrap-two .third-block {
  border: 1px dashed #e0caec;
  border-radius: 15px;
  padding: 24px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000;
  text-align: center;
  max-width: 432px;
  margin-bottom: 34px;
}

.modal-body-three {
  border-radius: 0 25px 25px 0 !important;
  padding-right: 60px !important;
}
.modal-body-three .img-wrap {
  position: absolute;
  left: -411px;
  height: 450px;
  top: -50px;
}
.modal-body-three .img-wrap .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1279px) {
  .modal-body-three .img-wrap {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .modal-body-three {
    border-radius: 25px !important;
  }
}

.modal-body-wrap-three .title {
  margin-bottom: 18px;
  text-align: left;
}
.modal-body-wrap-three .sub-title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  margin-bottom: 30px;
  text-align: left;
  max-width: 394px;
}
.modal-body-wrap-three .red-btn {
  margin-bottom: 30px;
}
.modal-body-wrap-three .bottom-block {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #ec3616;
}

.policy-wrapper {
  padding-bottom: 205px;
  background: url("../img/policy-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.policy-wrapper .policy-content .policy {
  margin-top: 0;
}
.policy-wrapper .policy-content .policy .title {
  max-width: 591px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 61px;
}
.policy-wrapper .policy-content .policy .big-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
.policy-wrapper .policy-content .policy .big-text .outer-link {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #5785b6;
}

.cookies {
  background: #fbc4ab;
  padding: 30px 90px;
  font-size: 0.9em;
  font-family: var(--font-family);
  font-weight: 300;
  line-height: 120%;
  color: #000;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
}
.cookies .content-cookies {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.cookies .content-cookies .left {
  max-width: 973px;
}
.cookies .content-cookies .bolder {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.cookies .content-cookies .black-btn {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .cookies .content-cookies .black-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .cookies {
    padding: 16px 0;
  }
}

.red-btn {
  border-radius: 35px;
  padding: 15px 20px;
  background: #ec3616;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  .red-btn {
    font-size: 13px;
  }
}

.orange-btn {
  background: #f86b14 !important;
}

.steps-block {
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (max-width: 1279px) {
  .steps-block {
    flex-direction: column;
    align-items: center;
  }
}

.quiz {
  flex-grow: 1;
}
.quiz .title {
  text-align: left;
  margin-bottom: 12px;
}
.quiz .sub {
  margin-bottom: 33px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .quiz .sub {
    font-size: 18px;
  }
}
.quiz .check-list {
  display: grid;
  grid: auto/1fr;
  gap: 20px;
}
.quiz .check-list .check-list__item {
  padding: 20px 25px;
  border-radius: 15px;
  user-select: none;
  max-height: 82px;
  height: 100%;
  background: #fff;
  box-shadow: 5px 25px 50px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  /* Скрываем стандартный чекбокс */
  /* Стиль label (контейнер чекбокса) */
  /* Кастомный чекбокс (неотмеченный) */
  /* Когда чекбокс активен (отмечен) */
}
.quiz .check-list .check-list__item .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz .check-list .check-list__item .item-top .left-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}
.quiz .check-list .check-list__item .item-top .chevron-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.quiz .check-list .check-list__item .item-top .chevron-wrap .icon-serv {
  width: 43px;
  height: 43px;
}
.quiz .check-list .check-list__item .item-top .chevron-wrap .icon-serv .serv-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quiz .check-list .check-list__item .item-top .chevron-wrap .chevron-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.quiz .check-list .check-list__item .title-service {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.quiz .check-list .check-list__item .item-bottom {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #fff;
  margin-top: 32px;
  box-shadow: 5px 25px 50px 5px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  visibility: hidden;
  opacity: 0;
  border-radius: 15px;
  left: 0;
  transition: all 0.3s;
}
.quiz .check-list .check-list__item .item-bottom .item-bottom-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.quiz .check-list .check-list__item .service-checkbox-label {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #000;
}
.quiz .check-list .check-list__item .service-checkbox-input {
  display: none;
}
.quiz .check-list .check-list__item .service-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 10px;
  position: relative;
}
.quiz .check-list .check-list__item .service-checkbox-label::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #cfcfcf;
  display: inline-block;
  flex-shrink: 0;
}
.quiz .check-list .check-list__item .checked::before {
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1279px) {
  .quiz .check-list {
    grid: auto/repeat(auto-fill, minmax(350px, 1fr));
  }
}
.quiz .check-list__item.expanded .chevron-icon {
  transform: rotate(180deg) !important;
}
.quiz .check-list__item.expanded .item-bottom {
  max-height: 1000px;
  padding: 20px 25px;
  visibility: visible;
  opacity: 1;
}

[x-cloak] {
  display: none !important;
}

.form-block {
  flex-grow: 1;
}
.form-block .title {
  text-align: left;
}
.form-block .form-wrap {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  box-shadow: 5px 25px 50px 5px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
}
.form-block .form-wrap .step-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.form-block .form-wrap .step-2 .input-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-block .form-wrap .step-2 .input-form-wrap label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: #000;
}
.form-block .form-wrap .step-2 .input-form-wrap .step-input {
  border-radius: 8px;
  padding: 15px 18px;
  background: #f4f4f4;
  border: none;
}
.form-block .form-wrap .step-2 .input-form-wrap .step-input::placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #707070;
}
.form-block .form-wrap .step-2 .input-form-wrap .text-messsaage {
  border-radius: 8px;
  padding: 15px 18px;
  height: 136px;
  background: #f4f4f4;
  border: none;
  resize: none;
}
.form-block .form-wrap .step-2 .policy-bottom {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #666;
}
.form-block .form-wrap .step-2 .policy-bottom a {
  font-weight: 700;
  text-decoration: none;
}





body{
  top: unset !important;
}
.services .services-grid .services-grid__item .top-wrap .top-row .icon-__ img {
  width: 100%;
}

a{
  text-decoration: unset;
}

@media (max-width: 767px){
  .top-wrapper .top-row {
    padding-top: 20px;
  }
  .top-wrapper-s .main-banner {
    margin-bottom: 0px;
  }
  .content-wrap-s {
    padding-bottom: 0;
  }
}

.cookies .black-btn{
  font-size: 0.9em;
}
* {
  -webkit-tap-highlight-color: transparent; /* Отключает синий фон при клике */
}


@media only screen and (max-width: 1279px) {
  .top-wrapper .top-row {
    padding-top: 30px;
  }
}