@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  /*font-family: Шрифт; font-size: Размер шрифта; font-weight: Жирность шрифта; line-height: Межстрочный интервал; color: Цвет шрифта*/
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #11172c;
  background: #fafcff;
}

body.lock {
  overflow: hidden;
}

/*Классы для заголовков*/
.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
  margin: 0;
  /* Далее стили для общих заголовков (если есть) */
}

.h1 {
  font-size: 78.005px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px; /* 107.686% */
  letter-spacing: -1.56px;
}

.h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 110.714% */
  letter-spacing: -1.12px;
}

.h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 116% */
  letter-spacing: 0.5px;
}

.h4 {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 126.087% */
  letter-spacing: 0.46px;
}

p {
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  transition: 0.3s;
}

input,
textarea {
  border: none;
  outline: none;
  font-family: inherit;
  margin: 0;
}

textarea {
  resize: none;
}

/* Класс основной кнопки */
.btn {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.2px;
  display: inline-flex;
  padding: 15px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(247deg, #698aff 10.73%, #197ae4 34.85%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.3s;
}
.btn:hover {
  background-position: 100% 0%;
}

.btn_second {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: inline-flex;
  padding: 12px 18px 13px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #11172c;
}
.btn_second:hover {
  color: #fff;
  background: #11172c;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: calc(100 * var(--vh));
}

html {
  scrollbar-gutter: stable;
}

.page {
  flex-grow: 1; /* Это делается для того, чтобы блок между шапкой и подвалом растягивался и .main был на всю высоту экрана, иначе при маленьком контенте под футером останется пространство */
}

.container {
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
}

.p1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}

.p2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.2px;
}

.p3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}

.p4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}

.p5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14px;
}

.p6 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
}

.header {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 5;
}

.header__content {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  background: #fff;
  box-shadow: 0 15px 37.5px 0 rgba(0, 0, 0, 0.02);
  padding: 13px 25px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 21;
}

.header__logo {
  width: 115.671px;
  height: auto;
  margin-right: 109px;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav__list a {
  opacity: 0.4;
}

.nav__list a:hover {
  color: #197ae4;
  opacity: 1;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-left: auto;
}

.header__links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__link-wrap {
  display: flex;
  align-items: center;
}
.header__link-wrap:hover .header__link-text-wrap {
  max-width: 300px;
}

.header__link {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__link:hover svg rect {
  fill: #197ae4;
  stroke: #197ae4;
}
.header__link:hover svg path {
  fill: #fff;
}

.header__link svg {
  width: 46px;
  height: auto;
}
.header__link svg * {
  transition: 0.3s;
}

.header__link-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 10px;
}
.header__link-text_mail {
  text-decoration: underline;
}
.header__link-text-wrap {
  max-width: 0;
  transition: 0.5s;
}

.hero {
  padding: 222px 0 334px;
  border-radius: 0 0 60px 60px;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
}
.hero__content {
  position: relative;
}
.hero__top {
  display: flex;
  align-items: start;
  gap: 200px;
}
.hero__main {
  max-width: 833px;
}
.hero__title {
  margin-bottom: 32px;
}
.hero__title br {
  display: none;
}
.hero__adv {
  display: flex;
  gap: 5px;
}
.hero__adv-item {
  display: flex;
  padding: 12px 18px 13px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
}
.hero__adv-item svg {
  width: 22px;
  height: 22px;
}
.hero__adv-item:nth-child(1) {
  background: #edf6ff;
}
.hero__adv-item:nth-child(2) {
  background: #eff2ff;
}
.hero__adv-item:nth-child(3) {
  background: #fff9eb;
}
.hero__details {
  margin-top: 13px;
}
.hero__details-accent {
  border-radius: 1000px;
  border: 1px solid var(--, rgba(17, 23, 44, 0.08));
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  padding: 10px 27px 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}
.hero__details-img {
  width: 50px;
  height: 50px;
}
.hero__details-descr {
  opacity: 0.5;
}
.hero__details-text {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.hero__details-spec {
  max-width: 458px;
  margin-bottom: 24px;
  opacity: 0.6;
}
.hero__img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 145px);
}
.hero__img img {
  width: 100%;
  height: auto;
}

.hero__quantity {
  margin-top: 70px;
  display: flex;
  gap: 45px;
}
.hero__quantity-value {
  font-size: 78.005px;
  font-style: normal;
  font-weight: 600;
  line-height: 84.329px; /* 108.108% */
  letter-spacing: -1.56px;
}
.hero__quantity-label {
  margin-top: 7px;
  opacity: 0.7;
}

.img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.adv {
  padding: 397px 0 0;
}
.adv__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adv__title {
  margin-bottom: 26px;
  text-align: center;
}
.adv__subtitle {
  max-width: 578px;
  opacity: 0.6;
  text-align: center;
}
.adv__list {
  margin-top: 60px;
  display: flex;
  gap: 16px;
}
.adv__item {
  width: calc((100% - 32px) / 3);
  aspect-ratio: 1;
  border-radius: 30px;
  background: #f7faff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: url(../img/adv_bg_deafault.jpg) center center/100% 100% no-repeat;
}
.adv__item:hover .adv__item-title {
  color: #fff;
}
.adv__item:hover .adv__item-text {
  color: #fff;
}
.adv__item:hover .adv__bg-hover {
  opacity: 1;
}
.adv__item:first-child:hover svg path {
  stroke: #fff;
}
.adv__item:nth-child(3):hover svg path {
  stroke: #fff;
}
.adv__item:nth-child(2):hover svg path {
  fill: #fff;
}
.adv__bg-hover {
  z-index: 1;
}
.adv__item-content {
  padding: 35px;
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.adv__icon {
  width: 54px;
  aspect-ratio: 1;
}
.adv__icon svg {
  width: 100%;
  height: 100%;
}
.adv__icon svg path {
  transition: 0.3s;
}
.adv__item-title {
  margin-bottom: 20px;
  transition: 0.3s;
  margin-top: auto;
}
.adv__item-text {
  max-width: 347px;
  transition: 0.3s;
  opacity: 0.7;
}
.adv__bg-hover {
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.services {
  padding: 160px 0;
}
.services__title {
  margin-bottom: 26px;
}
.services__subtitle {
  opacity: 0.6;
  max-width: 530px;
}
.services__list {
  margin-top: 60px;
  display: flex;
  align-items: start;
  gap: 16px;
}
.services__list-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.services__item {
  border-radius: 20px;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  overflow: hidden;
}
.services__head {
  padding: 30px 29px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: url("../img/service_bg.jpg") center center/100% 100% no-repeat;
  transition: 0.3s;
  cursor: pointer;
}
.services__head.active {
  background: #fafcff;
}
.services__head.active .services__arrow {
  transform: rotate(180deg);
}
.services__head.active .services__arrow path {
  fill: #197ae4;
}
.services__head:hover .services__arrow path {
  fill: #197ae4;
}
.services__head-text {
  display: flex;
  align-items: center;
  gap: 24px;
}
.services__head-text svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.services__arrow {
  width: 32px;
  height: 32px;
  transition: 0.3s;
  flex-shrink: 0;
}
.services__arrow path {
  transition: 0.3s;
}
.services__content-inner {
  padding: 0 30px 42px;
}
.services__content-list {
  display: flex;
  gap: 12px;
  flex-direction: column;
  padding-top: 32px;
  border-top: 1px solid rgba(17, 23, 44, 0.12);
}
.services__content-list li {
  color: rgba(17, 23, 44, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  position: relative;
  padding-left: 20px;
}
.services__content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #197ae4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dropdown {
  transition: 0.3s;
  overflow: hidden;
  max-height: 0;
}

.calculator {
  position: relative;
  padding: 130px 0;
}
.calculator__bg {
  z-index: -1;
}
.calculator__top {
  display: flex;
  align-items: center;
  gap: 250px;
  margin-bottom: 60px;
}
.calculator__title {
  max-width: 560px;
  color: #fff;
}
.calculator__subtitle {
  color: #fff;
  max-width: 450px;
  opacity: 0.6;
}
.calculator__wrap {
  display: flex;
  gap: 16px;
  width: 100%;
}
.calculator__content {
  border-radius: 30px;
  background: url("../img/calculator_content.jpg") center center/100% 100% no-repeat;
  width: 64.2%;
  padding: 61px 58px 61px 80px;
  display: flex;
  justify-content: space-between;
  gap: 67px;
}
.calculator__parameters {
  width: 41.5%;
}
.calculator__select-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.calculator__label {
  display: block;
}
.calculator__select {
  margin-top: 7px;
  width: 100%;
}
.calculator__range-wrap {
  margin-top: 63px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.noUi-target {
  background: rgba(25, 122, 228, 0.1);
  border: none;
  height: 8px;
  border-radius: 4px;
  box-shadow: none;
}

.noUi-connect {
  background: #197ae4;
}

.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  top: -11px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px inset rgba(17, 23, 44, 0.08);
  box-shadow: none;
}
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle:after {
  display: none;
}

.calculation__top {
  margin-bottom: 20px;
}
.calculation__value {
  color: #197ae4;
}
.calculation__range-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calculation__values {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculation__values-item {
  opacity: 0.43;
}

.calculator__result {
  border-radius: 20px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  background: #fff;
  height: 100%;
  display: flex;
  padding: 57px 48px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.calculator__result-title {
  margin-bottom: 12px;
  text-align: center;
}
.calculator__result-subtitle {
  opacity: 0.7;
  text-align: center;
}
.calculator__totals {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.calculator__total {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calculator__total-label {
  margin-bottom: 10px;
}
.calculator__total-value {
  color: #197ae4;
}
.calculator__note {
  margin-top: auto;
  text-align: center;
  max-width: 340px;
  opacity: 0.5;
}

/* ===== ОБЩИЙ БЛОК ===== */
.nice-select {
  width: 100%;
  border-radius: 7px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  padding: 12px;
  background: #fff;
  height: auto;
}
.nice-select.open {
  border-left: 1px solid #197ae4;
  border-top: 1px solid #197ae4;
  border-right: 1px solid #197ae4;
  border-radius: 7px 7px 0 0;
}

.nice-select .current {
  color: #B8BAC0;
}

.nice-select:after {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M11.2941 14.7158L6.29409 9.7158C6.20085 9.62256 6.12689 9.51187 6.07643 9.39005C6.02597 9.26823 6 9.13766 6 9.0058C6 8.7395 6.10579 8.4841 6.29409 8.2958C6.38733 8.20256 6.49802 8.1286 6.61984 8.07814C6.74167 8.02768 6.87223 8.00171 7.00409 8.00171C7.27039 8.00171 7.52579 8.10749 7.71409 8.2958L12.0041 12.5958L16.2941 8.2958C16.3871 8.20207 16.4977 8.12768 16.6195 8.07691C16.7414 8.02614 16.8721 8 17.0041 8C17.1361 8 17.2668 8.02614 17.3887 8.07691C17.5105 8.12768 17.6211 8.20207 17.7141 8.2958C17.8078 8.38876 17.8822 8.49936 17.933 8.62122C17.9838 8.74308 18.0099 8.87379 18.0099 9.0058C18.0099 9.13781 17.9838 9.26852 17.933 9.39038C17.8822 9.51223 17.8078 9.62284 17.7141 9.7158L12.7141 14.7158C12.6211 14.8095 12.5105 14.8839 12.3887 14.9347C12.2668 14.9855 12.1361 15.0116 12.0041 15.0116C11.8721 15.0116 11.7414 14.9855 11.6195 14.9347C11.4977 14.8839 11.3871 14.8095 11.2941 14.7158Z' fill='%2311172C'/%3e%3c/svg%3e") center center/100% 100% no-repeat;
  transform-origin: 50% 50%;
  margin-top: 0;
}

.nice-select.open:after {
  transform: rotate(-180deg) translateY(50%);
}

.nice-select .list {
  border-radius: 0 0 7px 7px;
  width: calc(100% + 2px);
  box-shadow: none;
  border-left: 1px solid #197ae4;
  border-bottom: 1px solid #197ae4;
  border-right: 1px solid #197ae4;
  margin-top: 0;
  padding: 14px 12px 20px;
  left: -1px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nice-select .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(17, 23, 44, 0.12);
}

.nice-select .option {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  opacity: 0.9;
  padding: 0;
  min-height: 0;
}

.nice-select .option:hover {
  background: transparent;
  color: #197ae4;
}

.nice-select .option.disabled {
  display: none;
}

.banner {
  background: #f2f7ff;
  padding: 160px 0;
}
.banner__content {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner__title {
  text-align: center;
  margin-bottom: 26px;
}
.banner__title span {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #bcc1cc !important;
  color: #bcc1cc;
  filter: none;
  text-shadow: none;
  mix-blend-mode: darken;
}
.banner__subtitle {
  text-align: center;
  margin-bottom: 40px;
  max-width: 768px;
  opacity: 0.6;
}
.banner__icon {
  position: absolute;
  width: 273px;
  height: 273px;
  will-change: transform;
}
.banner__icon_1 {
  top: -91px;
  left: -236px;
}
.banner__icon_2 {
  bottom: -86px;
  right: -73px;
}

.cases {
  padding: 160px 0;
  overflow: hidden;
}
.cases__top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cases__slider .slick-list {
  overflow: visible;
  margin: 0 -21px;
}

.slider__controls {
  display: flex;
  gap: 8px;
}

.case {
  height: 635px;
  display: flex !important;
  gap: 16px;
  width: 100%;
  margin: 0 21px;
}
.case__img-wrap {
  width: 657px;
  height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  overflow: hidden;
}
.case__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 298px 321px;
  gap: 15px 16px;
  flex-grow: 1;
}
.case__details {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  display: flex;
  padding: 22px;
  flex-direction: column;
  align-items: start;
}
.case__details-icon {
  width: 36px;
  height: 36px;
}
.case__details-title {
  margin-top: auto;
  margin-bottom: 10px;
}
.case__details-text {
  max-width: 200px;
  opacity: 0.7;
  min-height: 44px;
}
.case__results {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 59px 40px 40px;
  display: flex;
  align-items: start;
  flex-direction: column;
  grid-column: span 3;
  background: url(../img/adv_bg_deafault.jpg) center center/100% 100% no-repeat;
}
.case__results-time {
  position: absolute;
  border-radius: 100px;
  border: 1px solid #197ae4;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  display: inline-flex;
  padding: 12px 18px 13px;
  align-items: center;
  gap: 10px;
  top: 40px;
  right: 40px;
}
.case__time-icon {
  width: 22px;
  height: 22px;
}
.case__results-title {
  margin-bottom: 18px;
}
.case__results-descr {
  opacity: 0.7;
  max-width: 643px;
}
.case__results-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 3px;
}
.case__results-tag {
  border-radius: 100px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  display: flex;
  padding: 12px 18px 13px 18px;
  align-items: center;
  gap: 10px;
}

.arrow {
  border-radius: 1000px;
  border: 1px solid #11172c;
  display: inline-flex;
  height: 47px;
  width: 65px;
  align-items: center;
  justify-content: center;
}
.arrow svg {
  width: 45px;
  height: 45px;
}
.arrow svg path {
  transition: 0.3s;
}
.arrow:hover {
  background: #11172c;
}
.arrow:hover svg path {
  fill: #fff;
}

.session {
  position: relative;
  padding: 65px 0;
}
.session__form {
  min-height: 632px;
  width: 35%;
  position: relative;
}
.session__form .form__subtitle {
  max-width: 350px;
}
.session__form-icon {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0 15px 25px rgba(44, 67, 113, 0.1));
  position: absolute;
  top: -37px;
  right: -27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.session__form-icon img {
  width: 76%;
  height: 76%;
}
.session__content {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-36px);
}
.session__text {
  border-radius: 30px 0 0 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 52px 5px 52px 83px;
  width: 680px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 1px 0 1px 0.5px inset rgba(255, 255, 255, 0.3960784314);
}
.session__title {
  color: #fff;
  margin-bottom: 14px;
}
.session__subtitle {
  max-width: 372px;
  color: #fff;
  margin-bottom: 30px;
}
.session__adv {
  display: flex;
  gap: 5px;
  margin-bottom: 40px;
}
.session__adv-item {
  border-radius: 100px;
  border: 1px solid #197ae4;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  display: flex;
  padding: 12px 18px 13px 18px;
  align-items: center;
  gap: 10px;
}
.session__adv-icon {
  width: 22px;
  height: 22px;
}
.session__comp {
  color: #fff;
}
.session__comp-label {
  opacity: 0.78;
  margin-bottom: 20px;
}
.session__comp-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.session__comp-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.session__comp-img {
  width: 22px;
  height: 22px;
}
.session__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.principles {
  padding-top: 160px;
}
.principles__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principles__title {
  margin-bottom: 26px;
}
.principles__subtitle {
  max-width: 580px;
  opacity: 0.6;
  text-align: center;
}
.principles__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 388px);
  gap: 16px;
}

.principle {
  border-radius: 20px;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  overflow: hidden;
  background: #fff;
}
.principle__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.principle__content {
  padding: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
}
.principle__icon {
  width: 54px;
  height: 54px;
}
.principle__title {
  margin-top: auto;
}
.principle__text {
  opacity: 0.7;
  margin-top: 10px;
}
.principle:last-child {
  grid-column: span 2;
}

.steps {
  padding: 160px 0;
  overflow: hidden;
}
.steps__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
.steps__title {
  max-width: 726px;
}
.steps__list {
  margin-top: 60px;
}
.steps__list .slick-list {
  overflow: visible;
  margin: 0 -8px;
  height: 100%;
}
.steps__list .slick-track {
  height: 100%;
  display: flex !important;
  align-items: stretch;
}

.step {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  overflow: hidden;
  display: flex !important;
  min-height: 268px;
  align-items: stretch;
  margin: 0 8px;
  outline: 1px solid rgba(17, 23, 44, 0.04);
  height: auto !important;
}
.step__content {
  padding: 38px;
  border-right: 1px solid rgba(17, 23, 44, 0.08);
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
}
.step__number {
  display: flex;
  padding: 12px 18px 13px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #197ae4;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  margin-bottom: 20px;
}
.step__number svg {
  width: 22px;
  height: 22px;
}
.step__title {
  margin-top: auto;
  margin-bottom: 10px;
}
.step__descr {
  opacity: 0.7;
  max-width: 383px;
}
.step__img-wrap {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.step__img {
  width: 100%;
  height: 100%;
  display: block;
}
.step__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.step:first-child .step__img-wrap {
  background: #f8fafc;
}

.request-call__content {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  padding: 42px;
}
.request-call__text {
  max-width: 800px;
  width: 63%;
}
.request-call__inner {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 47px 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 1px 1px inset rgba(255, 255, 255, 0.3960784314);
  display: flex;
  gap: 50px;
}
.request-call__title {
  color: #fff;
}
.request-call__descr {
  color: #fff;
  margin-top: 14px;
  max-width: 356px;
}
.request-call__form {
  width: 42%;
}
.request-call__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.request-call__row {
  display: flex;
  gap: 12px;
  align-items: end;
}

.calculator__form {
  flex-grow: 1;
}

.form__block {
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.form__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.form__title {
  text-align: center;
}
.form__subtitle {
  text-align: center;
  opacity: 0.7;
  max-width: 300px;
}
.form__content {
  max-width: 370px;
}

.form__field {
  margin-bottom: 15px;
  position: relative;
}

.form__label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.3;
}

.form__input {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  outline: none;
  transition: 0.3s;
}

.form__input:focus {
  border-color: #197ae4;
}

.form__input::placeholder {
  color: #11172c;
  opacity: 0.3;
}

.form__field_error .form__input {
  border-color: #d94268;
  color: #d94268;
}

.form__field_error .form__checkbox::before {
  border-color: #D94268;
}

.form__field_error .form__error {
  display: block;
}

.form__agreement.form__field_error .form__error {
  position: absolute;
  top: 100%;
  margin-top: 4px;
  margin-left: 36px;
}

.form__error {
  color: #d94268;
  display: none;
  margin-top: 4px;
}

.form__submit {
  width: 100%;
  font-family: "Manrope";
  margin-bottom: 24px;
}

.form__agreement {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  position: relative;
}
.form__agreement span {
  opacity: 0.5;
}
.form__agreement span a {
  text-decoration: underline;
}
.form__agreement a:hover {
  color: #197AE4;
}

.form__checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.form__checkbox::before {
  content: "";
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(17, 23, 44, 0.08);
  background: #fff;
  display: block;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.form__checkbox:checked::before {
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.36695 10.1L12.0169 4.45C12.1503 4.31667 12.3058 4.25 12.4836 4.25C12.6614 4.25 12.8169 4.31667 12.9503 4.45C13.0836 4.58333 13.1503 4.74178 13.1503 4.92533C13.1503 5.10889 13.0836 5.26711 12.9503 5.4L6.83362 11.5333C6.70028 11.6667 6.54473 11.7333 6.36695 11.7333C6.18917 11.7333 6.03362 11.6667 5.90028 11.5333L3.03362 8.66667C2.90028 8.53333 2.83628 8.37511 2.84162 8.192C2.84695 8.00889 2.9165 7.85044 3.05028 7.71667C3.18406 7.58289 3.34251 7.51622 3.52562 7.51667C3.70873 7.51711 3.86695 7.58378 4.00028 7.71667L6.36695 10.1Z" fill="%23197AE4"/></svg>') center center/16px 16px no-repeat;
}

.team {
  padding-top: 160px;
  overflow: hidden;
}
.team__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.team__title {
  margin-bottom: 26px;
}
.team__subtitle {
  opacity: 0.6;
  max-width: 636px;
}
.team__list {
  margin-top: 142px;
}
.team__list .slick-list {
  margin: 0 -9px;
  overflow: visible;
}
.team__list .slick-track {
  display: flex;
  align-items: flex-end; /* Выравнивание по нижнему краю */
  transition: all 0.3s ease;
}

.team-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  width: 205px;
  height: 552px;
  transition: 0.2s;
  margin: 0 9px;
  transform-origin: bottom center;
}
.team-item:hover {
  width: 353px;
  height: 634px !important;
  margin-top: -82px;
}
.team-item:hover .team-item__job {
  display: block;
}
.team-item:hover .team-item__exp {
  height: auto;
  width: auto;
}
.team-item:hover .team-item__name {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 126.087% */
  letter-spacing: 0.46px;
  color: #197ae4;
}
.team-item:hover .team-item__info {
  padding: 24px;
  border-radius: 20px;
}
.team-item__inner {
  padding: 18px;
  display: flex;
  align-items: end;
  height: 100%;
}
.team-item__info {
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 12px;
  max-height: 157px;
  overflow: hidden;
}
.team-item__name {
  opacity: 0.6;
  text-align: center;
  transition: 0.3s;
}
.team-item__job {
  margin-top: 3px;
  opacity: 0.5;
  text-align: center;
  display: none;
  margin-bottom: 14px;
}
.team-item__exp {
  text-align: center;
  height: 0;
  width: 0;
  overflow: hidden;
}

.contacts {
  padding-top: 160px;
}
.contacts__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.contacts__col a:hover {
  color: #197ae4;
}
.contacts__title {
  opacity: 0.35;
  margin-bottom: 34px;
}
.contacts__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.contacts__label {
  opacity: 0.6;
  margin-bottom: 14px;
}
.contacts__value-mail {
  text-decoration: underline;
  color: #197ae4;
}
.contacts__addr {
  max-width: 424px;
}
.contacts__addr-value {
  margin-bottom: 16px;
}
.contacts__addr-note {
  opacity: 0.6;
}

.map {
  height: 690px;
  width: 100%;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}

.footer {
  position: relative;
}
.footer * {
  color: #fff;
}
.footer__content {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 90px 0 69px;
  gap: 130px;
}
.footer__logo {
  width: 99px;
  height: auto;
}
.footer__note {
  opacity: 0.6;
  margin-top: 12px;
  max-width: 291px;
}
.footer__socials {
  margin-top: 33px;
  display: flex;
  gap: 12px;
}
.footer__social svg {
  width: 48px;
  height: auto;
  display: block;
}
.footer__social svg path {
  transition: 0.3s;
}
.footer__social svg rect {
  transition: 0.3s;
}
.footer__social:hover svg path {
  fill: #fff;
}
.footer__social:hover svg rect {
  fill: #197ae4;
  stroke: #197ae4;
}
.footer__menu {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 33.4%;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__menu ul a:hover {
  color: #197ae4;
}
.footer__contacts {
  padding-right: 68px;
  margin-left: auto;
}
.footer__addr {
  max-width: 322px;
}
.footer__addr-value {
  margin-bottom: 12px;
}
.footer__addr-schedule {
  opacity: 0.7;
}
.footer__links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__link {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__link svg {
  width: 22px;
  height: 22px;
}
.footer__link svg path {
  transition: 0.3s;
}
.footer__link:hover {
  color: #197ae4;
}
.footer__link:hover svg path {
  fill: #197ae4;
}
.footer__link-mail {
  text-decoration: underline;
}
.footer__bottom {
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__req {
  opacity: 0.6;
  display: flex;
}
.footer__req-item:first-child:after {
  content: "/";
  margin: 0 11px;
}
.btn-up {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #fff;
  transition: 0.3s;
}
.btn-up svg {
  height: 45px;
  width: auto;
}
.btn-up svg path {
  transition: 0.3s;
}
.btn-up:hover {
  border-color: #197AE4;
}
.btn-up:hover svg path {
  fill: #197AE4;
}

.gradient_text {
  background: linear-gradient(90deg, #11172c 0%, #11172c 40%, #197ae4 50%, #11172c 60%, #11172c 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 4s linear infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.gradient_text_white {
  background: linear-gradient(90deg, #fff 0%, #fff 40%, #197ae4 50%, #fff 60%, #fff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 4s linear infinite;
}

.services__list-more {
  display: none;
}

.request-call__form .form__label {
  color: #fff;
  opacity: 1;
}
.request-call__form .form__field {
  margin-bottom: 0;
  flex-grow: 1;
}
.request-call__form .form__agreement-text {
  color: #fff;
}
.request-call__form .form__agreement {
  margin-top: 13px;
  max-width: 370px;
}
.request-call__form .form__agreement span {
  opacity: 1;
}

.request-call_form__submit {
  color: #fff;
  background: #11172c;
}

.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #f4f4f4;
}
.hamburger span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: #197ae4;
  transition: 0.3s;
  z-index: 100;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(2px) rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-2px) rotate(45deg);
  z-index: 10;
}

.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-pop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
}

.header-pop__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100vw;
  height: calc(100 * var(--vh));
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 23, 44, 0.2);
}
.modal.show {
  visibility: visible;
  opacity: 1;
}

.form__modal {
  padding: 67px 20px;
  width: calc(100% - 32px);
  max-width: 557px;
  position: relative;
}

.form__success {
  display: none;
  flex-direction: column;
  align-items: center;
}
.form__block_success .form__success {
  display: flex;
}
.form__success-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}
.form__success-title {
  margin-bottom: 20px;
  text-align: center;
}
.form__success-subtitle {
  text-align: center;
  opacity: 0.7;
}

.form__block_success .form__content {
  display: none;
}
.form__block_success .session__form-icon {
  display: none;
}

.modal__close {
  opacity: 0.25;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__close:hover {
  opacity: 1;
}

.form__modal.form__block_success {
  padding: 56px 20px 60px;
  max-width: 430px;
}

.request-call_success {
  justify-content: center;
}
.request-call_success .request-call__text {
  opacity: 0;
}
.request-call_success .request-call__form {
  opacity: 0;
}

.request-call__form-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 22px;
}
.request-call__form-success-icon {
  width: 38.5px;
  height: 38.5px;
}
.request-call__form-success-title {
  color: #fff;
}

.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}

@media (max-width: 1895px) {
  .hero__top {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 1600px) {
  .btn-up {
    position: absolute;
    bottom: 83px;
  }
  .calculator__top {
    justify-content: space-between;
    gap: 30px;
  }
  .hero__img {
    top: 85%;
  }
  .adv {
    padding-top: 24vw;
  }
}
@media (max-width: 1560px) {
  .header__link-wrap:hover .header__link-text-wrap {
    max-width: 0;
  }
}
@media (max-width: 1450px) {
  .h1 {
    font-size: 66.005px;
    line-height: 71px;
  }
  .h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .header__logo {
    width: 100px;
    margin-right: 30px;
  }
  .nav__list {
    gap: 15px;
  }
  .header__contacts {
    gap: 7px;
    margin-left: 0;
  }
  .header__content {
    justify-content: space-between;
  }
  .header__links {
    gap: 7px;
  }
  .header__link svg {
    width: 38px;
  }
  .hero__top {
    flex-direction: column;
  }
  .calculator__content {
    padding: 20px;
  }
  .calculator__result {
    padding: 30px 20px;
  }
  .calculator__content {
    gap: 26px;
  }
  .calculator__parameters {
    width: 55%;
  }
  .case__img-wrap {
    width: 30%;
  }
  .session__text {
    padding-left: 50px;
    width: 573px;
  }
  .contacts__content {
    flex-direction: column;
    gap: 26px;
  }
  .contacts__items {
    gap: 10px;
  }
  .contacts__title {
    margin-bottom: 10px;
  }
  .footer__menu {
    width: 57%;
  }
  .request-call__text {
    width: 44%;
  }
  .request-call__form {
    width: 48%;
  }
  .session__form {
    width: 43%;
  }
  .hero__img {
    top: 94%;
  }
}
@media (max-width: 1150px) {
  .h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%; /* 37.76px */
    letter-spacing: -0.64px;
  }
  .h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 117%;
    letter-spacing: -0.56px;
  }
  .h3 {
    font-size: 20px;
    line-height: 29px; /* 145% */
    letter-spacing: 0.4px;
  }
  .h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 129%; /* 23.22px */
    letter-spacing: 0.36px;
  }
  .btn {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    padding: 13px 14px;
    border-radius: 8px;
    background-position: 100% 0%;
  }
  .btn_second {
    font-size: 13px;
    letter-spacing: 0.13px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #fff;
    background: #11172c;
  }
  .container {
    padding: 0 16px;
  }
  .p1 {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.16px;
  }
  .p2 {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16px;
  }
  .p3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
  }
  .p4 {
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.13px;
  }
  .p5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;
  }
  .p6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
  .header {
    top: 16px;
  }
  .header__content {
    border-radius: 8px;
    padding: 9px 12px;
  }
  .header__logo {
    width: 76px;
    margin-right: 0;
  }
  .nav__list {
    display: none;
  }
  .header__links {
    display: none;
  }
  .header__contacts {
    gap: 14px;
  }
  .hero {
    padding: 110px 0 108px;
    border-radius: 0 0 20px 20px;
  }
  .hero__top {
    flex-direction: row;
    gap: 20vw;
    justify-content: start;
    margin-bottom: 20px;
  }
  .hero__main {
    max-width: 100%;
  }
  .hero__title {
    margin-bottom: 18px;
  }
  .hero__title br {
    display: block;
  }
  .hero__adv {
    flex-direction: column;
    gap: 6px;
    align-items: start;
  }
  .hero__adv-item {
    padding: 7px 13px 8px 9px;
    gap: 8px;
  }
  .hero__adv-item svg {
    width: 16px;
    height: 16px;
  }
  .hero__details-accent {
    padding: 10px 23px 10px 10px;
    gap: 14px;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .hero__details-img {
    width: 38px;
    height: 38px;
  }
  .hero__details-text {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .hero__details {
    flex-direction: column;
    display: flex;
    align-items: start;
    margin-top: 0;
  }
  .hero__details-spec {
    max-width: 310px;
    margin-bottom: 16px;
  }
  .hero__img {
    top: calc(100% - 78px);
  }
  .hero__quantity {
    margin-top: 0;
    gap: 30px 24px;
    flex-wrap: wrap;
  }
  .hero__quantity-value {
    font-size: 47px;
    line-height: 108%;
    letter-spacing: -0.94px;
  }
  .hero__quantity-label {
    margin-top: 5px;
  }
  .adv {
    padding: 33vw 0 0;
    overflow: hidden;
  }
  .adv__title {
    margin-bottom: 22px;
  }
  .adv__subtitle {
    max-width: 310px;
  }
  .adv__list {
    margin-top: 35px;
    display: block;
  }
  .adv__list .slick-list {
    margin: 0 -6px;
    overflow: visible;
  }
  .adv__item {
    width: auto;
    aspect-ratio: auto;
    height: 298px;
    border-radius: 19px;
    box-shadow: 0 9.407px 15.679px 0 rgba(17, 23, 44, 0.04);
    background: url(../img/adv_bg_deafault.jpg) center center/100% 100% no-repeat;
    margin: 0 6px;
  }
  .adv__item-content {
    padding: 16px;
  }
  .adv__icon {
    width: 30px;
  }
  .adv__item-title {
    margin-bottom: 5px;
  }
  .adv__item-text {
    max-width: 258px;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 16px auto 0 auto;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 1px inset #197ae4;
    transition: 0.3s;
    font-size: 0;
    line-height: 0;
    display: block;
  }
  .slick-dots .slick-active button {
    background: #197ae4;
  }
  .services {
    padding: 75px 0;
  }
  .services__title {
    margin-bottom: 22px;
  }
  .services__subtitle {
    max-width: 300px;
  }
  .services__list {
    margin-top: 35px;
    flex-direction: column;
    gap: 12px;
  }
  .services__list-col {
    gap: 12px;
    width: 100%;
  }
  .services__list-col:nth-child(2) {
    display: none;
  }
  .services__list-col:nth-child(1) .services__item:last-child {
    display: none;
  }
  .services__list.show-all .services__list-col:nth-child(2) {
    display: block;
  }
  .services__list.show-all .services__list-col:nth-child(1) .services__item:last-child {
    display: block;
  }
  .services__list.show-all .services__list-more {
    display: none;
  }
  .services__item {
    border-radius: 15px;
  }
  .services__head {
    padding: 17px 12px;
    min-height: 80px;
  }
  .services__head-text {
    gap: 16px;
  }
  .services__head-text svg {
    width: 30px;
    height: 30px;
  }
  .services__arrow {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .services__content-inner {
    padding: 0 12px 25px;
  }
  .services__content-list {
    gap: 10px;
    padding-top: 25px;
  }
  .services__content-list li {
    font-size: 13px;
    letter-spacing: 0.13px;
    padding-left: 20px;
  }
  .services__content-list li::before {
    top: 5px;
  }
  .services__list-more {
    width: 100%;
    margin-top: 4px;
    display: block;
  }
  .calculator {
    padding: 75px 0;
  }
  .calculator__top {
    flex-direction: column;
    align-items: start;
    gap: 22px;
    margin-bottom: 35px;
  }
  .calculator__title {
    max-width: 290px;
  }
  .calculator__subtitle {
    max-width: 310px;
  }
  .calculator__wrap {
    flex-direction: column;
  }
  .calculator__content {
    border-radius: 15px;
    background: url("../img/calculator_content.jpg") center center/100% 100% no-repeat;
    width: 100%;
    padding: 30px 12px 36px;
    gap: 40px;
    flex-direction: column;
  }
  .calculator__parameters {
    width: 100%;
  }
  .calculator__select {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
  }
  .calculator__range-wrap {
    margin-top: 34px;
    gap: 20px;
  }
  .nice-select .list {
    width: calc(100% + 1px);
    left: -0.5px;
  }
  .nice-select {
    padding: 8.5px 12px;
  }
  .noUi-connects {
    border-radius: 5px;
  }
  .noUi-target {
    height: 10px;
    border-radius: 5px;
  }
  .noUi-horizontal .noUi-handle {
    width: 27px;
    height: 27px;
    top: -11px;
  }
  .calculation__range-top {
    margin-bottom: 19px;
  }
  .calculation__values {
    margin-top: 13px;
  }
  .calculator__result {
    padding: 30px 13px;
  }
  .calculator__result-title {
    margin-bottom: 4px;
  }
  .calculator__totals {
    margin-top: 25px;
    gap: 20px;
  }
  .calculator__total-label {
    margin-bottom: 3px;
  }
  .calculator__note {
    margin-top: 25px;
    max-width: 240px;
  }
  .calculator__form .form__subtitle {
    max-width: 260px;
  }
  .calculator__form .form__agreement {
    max-width: 280px;
  }
  .banner {
    padding: 75px 0;
  }
  .banner__content {
    padding: 0 10px;
  }
  .banner__title {
    margin-bottom: 22px;
  }
  .banner__subtitle {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .banner__icon {
    width: 128px;
    height: 128px;
  }
  .banner__icon_1 {
    top: -90px;
    left: -16px;
  }
  .banner__icon_2 {
    bottom: -66px;
    right: -11px;
  }
  .cases {
    padding: 75px 0;
  }
  .cases__top {
    margin-bottom: 35px;
  }
  .cases__controls {
    display: none;
  }
  .cases__slider .slick-list {
    margin: 0 -5px;
  }
  .slider__controls {
    display: none;
  }
  .case {
    height: auto;
    flex-direction: column;
    gap: 12px;
    margin: 0 5px;
  }
  .case__img-wrap {
    width: 100%;
    height: 317px;
    border-radius: 15px;
    border: 0.5px solid rgba(17, 23, 44, 0.08);
    box-shadow: 0 7.489px 12.481px 0 rgba(17, 23, 44, 0.04);
  }
  .case__info {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 12px;
    width: 100%;
  }
  .case__details-text {
    min-height: 1px;
  }
  .case__details {
    border-radius: 15px;
    padding: 12px;
  }
  .case__details:nth-child(3) {
    grid-column: span 2;
  }
  .case__details:nth-child(1) .case__details-text, .case__details:nth-child(2) .case__details-text {
    min-height: 36px;
  }
  .case__details-icon {
    width: 24px;
    height: 24px;
    align-self: end;
    margin-bottom: 18px;
  }
  .case__results {
    border-radius: 15px;
    padding: 77px 12px 20px;
    grid-column: span 2;
  }
  .case__results-time {
    padding: 7px 13px 8px 9px;
    gap: 8px;
    top: 20px;
    right: 12px;
  }
  .case__time-icon {
    width: 16px;
    height: 16px;
  }
  .case__results-title {
    margin-bottom: 14px;
  }
  .case__results-descr {
    margin-bottom: 24px;
  }
  .case__results-tags {
    gap: 3px;
  }
  .case__results-tag {
    padding: 7px 9px 8px 9px;
  }
  .session {
    padding: 75px 0;
  }
  .session__form {
    width: 100%;
    min-height: 558px;
  }
  .session__form-icon {
    width: 71px;
    height: 71px;
    filter: drop-shadow(0 8.638px 14.397px rgba(44, 67, 113, 0.1));
    top: -43px;
    right: 18px;
  }
  .session__content {
    flex-direction: column;
    gap: 16px;
    transform: none;
  }
  .session__text {
    border-radius: 15px;
    padding: 30px 12px;
    width: 100%;
  }
  .session__title {
    margin-bottom: 6px;
  }
  .session__subtitle {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .session__adv {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 20px;
    align-items: start;
  }
  .session__adv-item {
    padding: 7px 13px 8px 9px;
    gap: 8px;
  }
  .session__adv-icon {
    width: 16px;
    height: 16px;
  }
  .session__comp-label {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
  }
  .session__comp-list {
    gap: 8px;
  }
  .session__comp-item {
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
  }
  .session__comp-img {
    width: 18px;
    height: 18px;
  }
  .principles {
    padding-top: 75px;
    overflow: hidden;
  }
  .principles__title {
    margin-bottom: 22px;
    text-align: center;
  }
  .principles__subtitle {
    padding: 0 22px;
  }
  .principles__list {
    margin-top: 35px;
    display: block;
  }
  .principles__list .slick-list {
    margin: 0 -6px;
    overflow: visible;
  }
  .principle {
    border-radius: 15px;
    box-shadow: 0 9.407px 15.679px 0 rgba(17, 23, 44, 0.04);
    height: 212px;
    margin: 0 6px;
  }
  .principle__content {
    padding: 16px;
  }
  .principle__icon {
    width: 30px;
    height: 30px;
  }
  .principle__text {
    margin-top: 5px;
  }
  .principle__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 145% */
    letter-spacing: 0.4px;
  }
  .steps {
    padding: 75px 0;
  }
  .steps__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .steps__title {
    max-width: 100%;
    padding-right: 20px;
  }
  .steps__list {
    margin-top: 25px;
  }
  .steps__list .slick-list {
    margin: 0 -6px;
  }
  .step {
    border-radius: 15px;
    margin: 0 6px;
    flex-direction: column-reverse;
  }
  .step__content {
    padding: 16px;
    border-right: none;
    border-top: 1px solid rgba(17, 23, 44, 0.08);
    min-height: 202px;
  }
  .step__number {
    padding: 7px 13px 8px 9px;
    gap: 8px;
    box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
  }
  .step__number svg {
    width: 16px;
    height: 16px;
  }
  .step__descr {
    max-width: 282px;
  }
  .step__img-wrap {
    height: 196px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .step__img {
    -o-object-position: top center;
       object-position: top center;
  }
  .step:first-of-type .step__descr {
    max-width: 200px;
  }
  .request-call__content {
    border-radius: 0;
    box-shadow: 0 4.154px 6.923px 0 rgba(17, 23, 44, 0.04);
    padding: 75px 16px;
    margin: 0 -16px;
  }
  .request-call__text {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
  }
  .request-call__inner {
    border-radius: 15px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 30px 12px;
  }
  .request-call__descr {
    margin-top: 6px;
    max-width: 400px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
  }
  .request-call__form {
    width: 100%;
  }
  .request-call__row {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  .request-call_form__submit {
    width: 100%;
  }
  .form__block {
    border-radius: 15px;
    padding: 30px 12px;
  }
  .form__top {
    gap: 4px;
    margin-bottom: 25px;
  }
  .form__subtitle {
    text-align: center;
    opacity: 0.7;
    max-width: 100%;
  }
  .form__content {
    max-width: 369px;
    width: 100%;
  }
  .form__field {
    margin-bottom: 17px;
  }
  .form__submit {
    margin-bottom: 18px;
  }
  .team {
    padding-top: 75px;
  }
  .team__title {
    margin-bottom: 22px;
  }
  .team__subtitle {
    padding-right: 10px;
  }
  .team__list {
    margin-top: 35px;
  }
  .team__list .slick-list {
    margin: 0 -6px;
  }
  .team-item {
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 0 6px;
  }
  .team-item:hover {
    width: auto;
    height: auto !important;
    margin-top: 0;
  }
  .team-item:hover .team-item__name {
    font-size: 18px;
    line-height: 129%; /* 126.087% */
    letter-spacing: 0.36px;
  }
  .team-item:hover .team-item__info {
    padding: 14.5px;
  }
  .team-item__img {
    position: static;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 227/298;
  }
  .team-item__inner {
    padding: 0;
  }
  .team-item__info {
    margin-top: 8px;
    border-radius: 15px;
    padding: 14px 12px;
    min-height: 118px;
    max-height: 100%;
    box-shadow: 0 15px 25px 0 rgba(17, 23, 44, 0.04);
    border: 1px solid rgba(17, 23, 44, 0.08);
    background: #fff;
  }
  .team-item__name {
    opacity: 1;
    color: #197ae4;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 129%; /* 23.22px */
    letter-spacing: 0.36px;
  }
  .team-item__job {
    margin-top: 2px;
    display: block;
    margin-bottom: 8.5px;
  }
  .team-item__exp {
    margin-top: 0;
    display: block;
    height: auto;
    width: auto;
  }
  .contacts {
    padding-top: 75px;
  }
  .contacts__content {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 25px;
  }
  .contacts__col {
    width: 100%;
  }
  .contacts__col:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(17, 23, 44, 0.12);
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__items {
    gap: 20px;
  }
  .contacts__label {
    margin-bottom: 10px;
  }
  .contacts__addr {
    max-width: 296px;
  }
  .contacts__addr-value {
    margin-bottom: 10px;
  }
  .map {
    height: 463px;
    border-radius: 0;
  }
  .footer__content {
    flex-direction: column;
    padding: 50px 0 28px;
    gap: 28px;
  }
  .footer__info {
    padding-bottom: 20px;
    width: 100%;
  }
  .footer__logo {
    width: 76px;
  }
  .footer__note {
    margin-top: 5px;
    max-width: 240px;
  }
  .footer__socials {
    margin-top: 20px;
    gap: 10px;
  }
  .footer__social svg {
    width: 32px;
  }
  .footer__social svg path {
    fill: #fff;
  }
  .footer__social svg rect {
    fill: #197ae4;
    stroke: #197ae4;
  }
  .footer__menu {
    flex-direction: row;
    justify-content: start;
    width: 100%;
    gap: 46px;
    padding-bottom: 28px;
  }
  .footer__menu ul {
    gap: 8px;
  }
  .footer__info, .footer__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer__addr {
    max-width: 300px;
  }
  .footer__addr-value {
    margin-bottom: 12px;
  }
  .footer__links {
    margin-top: 20px;
    gap: 9px;
  }
  .footer__link {
    gap: 12px;
  }
  .footer__link svg {
    width: 18px;
    height: 18px;
  }
  .footer__link-mail {
    color: #197ae4;
  }
  .footer__link-mail svg path {
    fill: #197ae4;
  }
  .footer__bottom {
    padding-top: 28px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .footer__req {
    flex-direction: column;
    gap: 4px;
  }
  .footer__req-item:first-child:after {
    display: none;
  }
  .footer__contacts {
    margin: 0;
  }
  .btn-up {
    bottom: 23px;
    right: 15px;
    width: 32px;
    height: 32px;
  }
  .btn-up svg {
    height: 30px;
  }
  .request-call__form .form__field {
    margin-bottom: 0;
    width: 100%;
  }
  .request-call__form .form__agreement {
    margin-top: 14px;
    max-width: 100%;
    padding-right: 30px;
  }
  .hamburger {
    display: flex;
  }
  .form__input {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    padding: 11px;
  }
  .form__agreement {
    max-width: 280px;
  }
  .form__checkbox::before {
    border-radius: 3px;
  }
  .header-pop__overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(17, 23, 44, 0.2);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 19;
  }
  .header-pop {
    border-radius: 8px;
    border: 1px solid rgba(17, 23, 44, 0.08);
    background: #fff;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    padding: 24px 12px;
    z-index: 20;
    width: calc(100% - 32px);
    opacity: 0;
    visibility: hidden;
  }
  .header-pop__top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(17, 23, 44, 0.12);
  }
  .header-pop__top-item:first-child {
    margin-bottom: 14px;
  }
  .header-pop__top-label {
    opacity: 0.6;
    margin-bottom: 7px;
  }
  .header-pop__menu {
    margin: 20px 0;
  }
  .header-pop__menu ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .header-pop__menu ul a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
  }
  .header-pop__bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(17, 23, 44, 0.12);
  }
  .header-pop__req {
    opacity: 0.6;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .header-pop__cop {
    margin-top: 14px;
  }
  .form__modal {
    padding: 45px 12px;
  }
  .form__success-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }
  .form__success-title {
    margin-bottom: 5px;
  }
  .form__block_success {
    padding-top: 22px;
    padding-bottom: 25px;
  }
  .modal__close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .form__modal.form__block_success {
    padding: 22px 20px 25px;
    max-width: 430px;
  }
  .request-call_success {
    justify-content: center;
    align-items: center;
  }
  .request-call__form-success {
    flex-direction: column;
    gap: 17px;
  }
  .request-call__form-success-icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 910px) {
  .hero__img {
    top: calc(100% - 2px);
  }
}
@media (max-width: 800px) {
  .hero__top {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .adv {
    padding: 34vw 0 0;
  }
  .request-call__descr {
    max-width: 200px;
  }
  .hero__top {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .hero__details-accent {
    order: 1;
  }
  .footer__menu {
    flex-direction: column;
    gap: 26px;
  }
}
@media (max-width: 460px) {
  .hero__img {
    top: calc(100% - 39px);
  }
  .adv {
    padding: 115px 0 0;
  }
}

.request-call__inner:not(.request-call_success) .request-call__form-success {
  display: none;
}

.request-call .form__error.p6 {
  display: none;
}

.noUi-handle {
  cursor: pointer;
}

@media screen and (min-width: 1151px) {
    .header__links {
      height: 46px;
      overflow: hidden;
      width: 450px;
      justify-content: flex-end;      
    }
}