@charset "UTF-8";
:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 1180px;
  --container-offset: 32px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --gray-100: #f9fafb;
  --gray-200: #f3f4f6;
  --gray-300: #afafaf;
  --gray-400: #272a30;
  --gray-500: #191b1f;
  --blue-100: #f5f8fe;
  --blue-200: #e2ebfd;
  --blue-300: #c5d7fc;
  --blue-400: #9ebdfa;
  --blue-500: #4d58ff;
  --blue-600: #3b44c7;
  --orange: #ffaf52;
}

/* stylelint-disable */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish.woff2") format("woff2");
  font-display: swap;
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable value-keyword-case */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}

.page-body {
  position: relative;
  display: block;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f7fb;
}

.is-main-layout {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.main {
  padding: 0 0 55px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
}

h1 {
  font-size: 70px;
  line-height: 77px;
  font-weight: 700;
}
h1.state-a {
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
p.state-a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

p + p {
  margin-top: 10px;
}

img {
  border-radius: 16px;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.is-link-black {
  color: var(--gray-600);
}
a.is-link-white {
  color: white;
}
a:hover {
  color: var(--blue-500);
}

.is-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.is-link span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-link svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-link:hover {
  color: var(--blue-color);
}
.is-link:hover span {
  color: var(--blue-color);
}
.is-link:hover svg path {
  fill: var(--blue-color);
}

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

.btn {
  border-radius: 8px;
  white-space: nowrap;
  text-align: center;
  color: white;
  background-color: var(--blue-600);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 13px;
  font-weight: 600;
}
.btn:hover {
  background-color: var(--blue-500);
}
.btn:active {
  background-color: var(--blue-600);
}
.btn--white {
  color: var(--blue-500);
  background-color: white;
}
.btn--white:hover {
  color: var(--blue-400);
  background-color: white;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

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

input,
textarea {
  outline: none;
  border: none;
}

.is-hidden {
  display: none;
}

.c-blue {
  color: var(--blue-600);
}

.c-black {
  color: var(--gray-500);
}

.c-white {
  color: white;
}

.fw-700 {
  font-weight: 700;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  width: 100%;
  min-width: 320px;
  max-width: var(--container-width);
}

.box-full {
  position: relative;
  margin-top: 40px;
  padding-right: 32px;
  padding-left: clamp(32px, (100vw - 1200px) / 2, 200px);
  min-width: 320px;
}
.box-full--right {
  position: relative;
  margin-top: 0;
  width: 136%;
}

.section {
  position: relative;
  margin: 0 auto;
  padding: 105px 0;
  max-width: 1580px;
}
.section.section--over-top {
  padding-top: 312px;
}
.section.section--bottom-non {
  padding-bottom: 0;
}
.section.section--bottom-non .content-block {
  margin-top: 105px;
}
.section.section--main {
  padding-top: 145px;
}
.section.section--breadcrumb {
  padding: 145px 0 40px;
}
.section.section--gray::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  margin-left: -5000px;
  width: 10000px;
  height: 100%;
  background-color: #f4f7fb;
}
.section.section--gray:last-child {
  padding-bottom: 0;
}
.section.section--gray + .section--gray {
  padding-top: 0;
}
.section.section--black::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  margin-left: -5000px;
  width: 10000px;
  height: 100%;
  background-color: var(--gray-500);
}
.section.section--blue::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  margin-left: -5000px;
  width: 10000px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #4654ed), color-stop(66%, #7f86e7));
  background-image: linear-gradient(to right, #4654ed 50%, #7f86e7 66%);
  background-position: left top;
  background-repeat: no-repeat;
}
.section.section--blue-a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  margin-left: -5000px;
  width: 10000px;
  height: 100%;
  background-color: #3d48d2;
}

.centered {
  text-align: center;
}

.weight-600 {
  font-weight: 600;
}

.color-white {
  color: white;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.br-none {
  border-radius: 0%;
}

@media (max-width: 1250px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
  }
  h1.state-a {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }
  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  p.state-a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .section.section--main {
    padding-top: 130px;
  }
  .btn {
    font-size: 18px;
    line-height: 13px;
    font-weight: 600;
  }
}
@media (max-width: 950px) {
  .box-full--right {
    width: 100%;
  }
  section.section {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }
  h1.state-a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  p.state-a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .section.section--over-top {
    padding-top: 262px;
  }
  .section.section--main {
    padding-top: 90px;
  }
  .section.section--breadcrumb {
    padding: 90px 0 20px;
  }
  .container {
    padding: 0 20px;
  }
  .box-full {
    position: relative;
    margin-top: 35px;
    padding: 0 10px;
  }
  .btn {
    font-size: 16px;
    line-height: 13px;
    font-weight: 600;
  }
}
.border-orange-text {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.border-orange-text::after {
  content: "";
  position: absolute;
  bottom: 7px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 7px;
  background: var(--orange);
}
.border-orange-text.state-a::after {
  bottom: 4px;
  height: 5px;
}

.header-layout.state-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-layout.state-button h2 {
  max-width: 680px;
}
.header-layout.state-button .btn {
  padding: 28px 92px;
}
.header-layout.state-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-layout.width-a {
  max-width: 890px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item.active a {
  color: #787878;
}
.breadcrumb__item.active::before {
  color: #787878;
}
.breadcrumb .breadcrumb__item + .breadcrumb__item::before {
  content: "/";
  margin: 0 4px 0 8px;
}

.middle-box {
  margin-top: 72px;
  margin-bottom: -198px;
}

.is-box-analysis {
  position: relative;
  border-radius: 24px;
  padding: 65px 40px;
  background: white;
}
.is-box-analysis .ba-content {
  max-width: 75%;
}
.is-box-analysis .ba-content__title {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}
.is-box-analysis .ba-content__preview {
  margin-top: 42px;
}
.is-box-analysis .ba-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.is-box-analysis .ba-img img {
  width: auto;
  height: 100%;
}
.is-box-analysis.state-black {
  color: white;
  background-color: var(--gray-500);
}

.is-card-staircase {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 82px 20px;
}
.is-card-staircase h2 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  max-width: 694px;
}
.is-card-staircase .cs-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 22px;
  padding: 30px 30px 25px 23px;
  min-height: 423px;
  background: white;
  gap: 20px;
}
.is-card-staircase .cs-card:nth-child(3) {
  margin: -45px 0 45px;
}
.is-card-staircase .cs-card:nth-child(4) {
  margin: -90px 0 90px;
}
.is-card-staircase .cs-card__preview {
  margin-top: 17px;
}
.is-card-staircase .cs-card--black {
  color: white;
  background-color: var(--gray-500);
}
.is-card-staircase .cs-card--black svg path {
  fill: white;
}
.is-card-staircase .cs-card--blue {
  color: white;
  background-color: var(--blue-600);
}
.is-card-staircase .cs-card--blue svg path {
  fill: white;
}

.is-box-complex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 20px;
}
.is-box-complex p + p {
  margin-top: 0;
}
.is-box-complex h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  max-width: 580px;
}
.is-box-complex .cb-date__num {
  color: var(--blue-600);
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}
.is-box-complex .cb-date__line {
  margin-top: 10px;
  width: 260px;
  height: 1px;
  background-color: #c8c8c8;
}
.is-box-complex .cb-date__preview {
  color: var(--gray-300);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 17px;
}
.is-box-complex .cb__text {
  margin-bottom: -10px;
}
.is-box-complex .cb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.is-box-complex .cb__list svg,
.is-box-complex .cb__list span {
  display: block;
}
.is-box-complex .cb__list-item span {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.is-box-complex .cb__img.state-a {
  margin-left: auto;
}

.is-box-order {
  position: relative;
  border-radius: 16px;
  padding: 40px;
  background-color: white;
}
.is-box-order .bo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 128px;
}
.is-box-order .bo-name__title {
  max-width: 660px;
}
.is-box-order .bo-name__subtitle {
  margin-top: 24px;
  max-width: 450px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.is-box-order .bo-btn {
  padding: 26px 102px;
}
.is-box-order .bo-img {
  position: absolute;
  right: 0;
  bottom: -3px;
}
.is-box-order.state-a .bo-info {
  margin-left: auto;
  max-width: 440px;
}
.is-box-order.state-a .bo-img {
  left: 0;
  right: auto;
}

.is-box-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 50px;
  gap: 20px;
}
.is-box-cases .bc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(33% - 10px);
  height: 100%;
}
.is-box-cases .bc-item--big {
  width: calc(66% - 10px);
}
.is-box-cases .bc-item__img {
  width: 100%;
}
.is-box-cases .bc-item__img img {
  width: 100%;
}
.is-box-cases .bc-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.is-box-cases .bc-item__link {
  width: 100%;
}
.is-box-cases .bc-item__title {
  margin-top: 25px;
}
.is-box-cases .bc-item__description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 14px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.is-box-cases .bc-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 15px;
}
.is-box-cases .bc-item__footer .link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 6px;
  padding: 8px 23px;
  background-color: #eaeaea;
}
.is-box-cases--black {
  color: white;
  background-color: var(--gray-500);
}
.is-box-cases--black .bc-item__footer .link {
  background-color: rgba(234, 234, 234, 0.1019607843);
}

.is-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.is-social-links .socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
  background-color: var(--blue-600);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-social-links .socials__item:hover {
  background-color: var(--blue-500);
}

.is-main-banner {
  position: relative;
  border-radius: 20px;
  padding: 100px 40px 55px;
  color: white;
  background-image: url("../img/blur-2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #3b44c7;
}
.is-main-banner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 620px;
  gap: 160px;
}
.is-main-banner .info-header__subtitle {
  margin-top: 25px;
}
.is-main-banner .btn {
  padding: 28px 35px;
}
.is-main-banner .img-background {
  position: absolute;
  right: 0;
  bottom: 0;
}
.is-main-banner.state-solution-detail {
  border-radius: 0;
  padding: 0;
  color: var(--gray-500);
  background-image: none;
  background-color: transparent;
}
.is-main-banner.state-solution-detail .info {
  max-width: 559px;
  gap: 50px;
}
.is-main-banner.state-solution-detail .img-background {
  position: absolute;
  right: -60px;
  bottom: -200px;
}
.is-main-banner.state-license .info {
  margin-left: auto;
  max-width: 575px;
}
.is-main-banner.state-license .img-background {
  left: 75px;
  right: auto;
}

.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.questions .name {
  max-width: 480px;
}
.questions .name__subtitle {
  margin-top: 22px;
  font-weight: 500;
}
.questions .accordion {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}
.questions .accordion__item {
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  background: white;
  cursor: pointer;
}
.questions .accordion__item.accordion__item--active .accordion__icon {
  background-color: var(--blue-600);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.questions .accordion__item.accordion__item--active .accordion__icon svg path {
  stroke: white;
}
.questions .accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.questions .accordion__text {
  max-width: 440px;
  font-weight: 600;
}
.questions .accordion__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--blue-600);
  border-radius: 50%;
  padding: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.questions .accordion__icon svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.questions .accordion__content {
  display: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 14px;
}

.list-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  margin-top: 40px;
}
.list-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  padding: 24px;
  background-color: white;
  gap: 47px;
}
.list-cards .card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.list-cards .card__img {
  width: 100%;
  padding-top: 30px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f7fb;
}
.list-cards .card__link {
  margin-top: auto;
}

@media (max-width: 1250px) {
  .border-orange-text::after {
    content: "";
    bottom: 4px;
    height: 5px;
  }
  .header-layout.state-button h2 {
    max-width: 460px;
  }
  .header-layout.state-button .btn {
    padding: 26px 56px;
  }
  .is-box-analysis {
    padding: 40px 35px;
  }
  .is-box-analysis .ba-content__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .is-box-analysis .ba-content__preview {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 32px;
  }
  .is-card-staircase h2 {
    max-width: 460px;
  }
  .is-card-staircase .cs-card {
    padding: 25px 30px 20px 20px;
    min-height: 342px;
  }
  .is-card-staircase .cs-card__preview {
    margin-top: 15px;
  }
  .is-box-complex h2 {
    max-width: 400px;
  }
  .is-box-complex .cb-date__num {
    color: var(--blue-600);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
  .is-box-complex .cb-date__preview {
    color: var(--gray-300);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
  }
  .is-box-complex .cb__text {
    margin-bottom: -10px;
  }
  .is-box-complex .cb__list {
    gap: 30px;
  }
  .is-box-complex .cb__list-item span {
    margin-top: 7px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .is-box-order {
    padding: 40px 35px;
  }
  .is-box-order .bo-info {
    gap: 108px;
  }
  .is-box-order .bo-name__title {
    max-width: 440px;
  }
  .is-box-order .bo-name__subtitle {
    max-width: 414px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .is-box-order .bo-btn {
    padding: 26px 60px;
  }
  .is-box-order .bo-img {
    max-width: 589px;
  }
  .is-box-order.state-a .bo-info {
    max-width: 330px;
    gap: 60px;
  }
  .is-box-order.state-a .bo-img {
    width: 530px;
  }
  .is-box-cases {
    gap: 30px 15px;
  }
  .is-box-cases .bc-item__description {
    margin-top: 10px;
  }
  .is-box-cases .bc-item__footer .link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 6px 12px;
  }
  .is-main-banner {
    padding: 55px 35px;
  }
  .is-main-banner .info {
    max-width: 50%;
    gap: 60px;
  }
  .is-main-banner .info-header__subtitle {
    margin-top: 20px;
  }
  .is-main-banner .btn {
    padding: 26px 34px;
  }
  .is-main-banner .img-background {
    max-width: 456px;
  }
  .is-main-banner.state-license .info {
    max-width: 50%;
  }
  .is-main-banner.state-license .img-background {
    max-width: 350px;
  }
  .questions {
    gap: 54px;
  }
  .questions .name {
    max-width: 366px;
  }
  .questions .accordion {
    gap: 15px;
  }
  .questions .accordion__item {
    padding: 20px;
  }
  .questions .accordion__header {
    gap: 20px;
  }
  .questions .accordion__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .questions .accordion__icon {
    padding: 11px;
  }
  .list-cards .card {
    gap: 30px;
  }
  .list-cards .card__info {
    gap: 24px;
  }
}
@media (max-width: 950px) {
  .header-layout {
    gap: 20px;
  }
  .header-layout.state-button .btn {
    padding: 26px 49px;
  }
  .is-box-analysis {
    padding: 30px 25px;
  }
  .is-box-analysis .ba-content__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .is-box-analysis .ba-content__preview {
    margin-top: 25px;
  }
  .is-box-analysis .ba-img {
    height: 240px;
  }
  .is-card-staircase {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
  .is-card-staircase h2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    max-width: 460px;
  }
  .is-card-staircase .cs-card {
    padding: 25px 30px 20px 20px;
    min-height: 342px;
  }
  .is-card-staircase .cs-card:nth-child(3) {
    margin: -50% 0 50%;
  }
  .is-card-staircase .cs-card:nth-child(4) {
    margin: 0;
  }
  .is-card-staircase .cs-card__preview {
    margin-top: 15px;
  }
  .is-box-complex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
  .is-box-complex h2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    max-width: 400px;
  }
  .is-box-complex .cb-date {
    margin-left: auto;
    max-width: 200px;
  }
  .is-box-complex .cb-date__line {
    width: 200px;
  }
  .is-box-complex .cb__text {
    margin-bottom: -10px;
  }
  .is-box-complex .cb__text.state-c {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .is-box-complex .cb__img.state-a {
    display: none;
  }
  .is-box-order {
    clip-path: inset(-40px 0 0 0);
  }
  .is-box-order .bo-info {
    gap: 90px;
  }
  .is-box-order .bo-img {
    right: -80px;
    max-width: 480px;
  }
  .is-box-order.state-a .bo-info {
    position: relative;
    z-index: 10;
    max-width: 300px;
  }
  .is-box-order.state-a .bo-img {
    width: 450px;
  }
  .is-box-cases {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .is-box-cases .bc-item {
    width: calc(50% - 10px);
  }
  .is-box-cases .bc-item--big {
    width: calc(50% - 10px);
  }
  .is-main-banner {
    padding: 35px;
  }
  .is-main-banner .info {
    max-width: 100%;
    gap: 30px;
  }
  .is-main-banner .info-header__subtitle {
    margin-top: 15px;
  }
  .is-main-banner .img-background {
    display: none;
  }
  .is-main-banner.state-license .info {
    max-width: 100%;
  }
  .questions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
  .questions .name {
    max-width: 100%;
  }
  .questions .accordion__content {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .border-orange-text::after {
    content: "";
    bottom: 4px;
    height: 3px;
  }
  .border-orange-text.state-a::after {
    bottom: 0;
  }
  .header-layout.state-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-layout.state-button .btn {
    padding: 18px 50px;
    width: 100%;
  }
  .middle-box {
    margin-top: 20px;
  }
  .is-box-analysis {
    padding: 25px 15px;
  }
  .is-box-analysis .ba-content {
    padding-right: 0;
    padding-bottom: 130px;
    max-width: 100%;
  }
  .is-box-analysis .ba-content__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .is-box-analysis .ba-content__preview {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    margin-top: 15px;
    max-width: 100%;
  }
  .is-box-analysis .ba-img {
    height: 180px;
  }
  .is-card-staircase {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 17px 0px;
  }
  .is-card-staircase .cs-card {
    padding: 20px 27px 15px 15px;
    min-height: 244px;
  }
  .is-card-staircase .cs-card:nth-child(3) {
    margin: 0;
  }
  .is-card-staircase .cs-card__preview {
    margin-top: 15px;
  }
  .is-box-complex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0px;
  }
  .is-box-complex h2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    max-width: 400px;
  }
  .is-box-complex .cb-date {
    margin-left: 0;
    max-width: 200px;
  }
  .is-box-complex .cb-date__num {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .is-box-complex .cb-date__line {
    width: 200px;
  }
  .is-box-complex .cb__text {
    margin-bottom: -10px;
  }
  .is-box-complex .cb__text.state-c {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .is-box-complex .cb__img.state-b {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .is-box-complex .cb__img.state-a {
    display: block;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    margin-left: 0;
  }
  .is-box-order {
    clip-path: inset(0 0 0 0);
    padding: 25px 15px;
  }
  .is-box-order .bo-info {
    gap: 15px;
  }
  .is-box-order .bo-btn {
    padding: 18px 50px;
  }
  .is-box-order .bo-img {
    position: relative;
    right: auto;
    bottom: -25px;
    width: 100%;
    max-width: 100%;
  }
  .is-box-order .bo-img img {
    width: 100%;
  }
  .is-box-order.state-a .bo-info {
    margin-left: 0;
    max-width: 300px;
    gap: 15px;
  }
  .is-box-order.state-a .bo-img {
    width: auto;
  }
  .is-box-cases .bc-item__title {
    margin-top: 15px;
  }
  .is-box-cases .bc-item__footer {
    margin-top: 20px;
  }
  .list-cards .card {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .is-box-cases .bc-item {
    width: 100%;
  }
  .is-box-cases .bc-item--big {
    width: 100%;
  }
  .is-main-banner {
    padding: 20px 10px;
  }
  .is-main-banner .info {
    gap: 20px;
  }
  .is-main-banner .btn {
    padding: 18px;
    width: 100%;
  }
  .list-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0px;
  }
  .list-cards .card {
    padding: 10px;
    gap: 15px;
  }
  .list-cards .card__info {
    gap: 15px;
  }
}
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #f4f7fb;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 15px 0;
  gap: 90px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.header__menu .logo {
  width: 151px;
}
.header__menu .menu {
  border-radius: 6px;
  padding: 14px;
  background-color: var(--blue-200);
}
.header__menu .menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px;
}
.header .nav__item:hover .nav__link {
  color: var(--blue-600);
}
.header .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  color: var(--gray-500);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 6px;
}
.header .nav__link svg {
  position: relative;
  top: 2px;
}
.header .btn {
  font-size: 16px;
  line-height: 13px;
  font-weight: 600;
  padding: 16px 38px;
  white-space: nowrap;
}
.header--blue {
  background-color: var(--blue-600);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--blue .down-img {
  display: none;
}
.header--blue.scrolled {
  background-color: #f4f7fb;
}
.header--blue.scrolled .nav__link {
  color: var(--gray-500);
}
.header--blue.scrolled .btn {
  color: white;
  background-color: var(--blue-600);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.header--blue.scrolled .btn:hover {
  color: white;
  background-color: var(--blue-500);
}
.header--blue.scrolled .down-img {
  display: block;
}
.header--blue.scrolled .top-img {
  display: none;
}
.header--blue.scrolled .dropdown {
  color: white;
  background-color: var(--blue-600);
}
.header--blue.scrolled .dropdown::after {
  border-bottom: 10px solid var(--blue-600);
}
.header--blue.scrolled .dropdown__item:not(:first-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header--blue.scrolled .dropdown__item .di-list__link {
  color: white;
}
.header--blue.scrolled .dropdown__item .di-list__link:hover {
  color: var(--blue-400);
}
.header--blue.scrolled .dropdown__item .di-social__item {
  background-color: white;
}
.header--blue.scrolled .dropdown__item .di-social__item svg path {
  fill: var(--blue-600);
}
.header--blue .nav__item:hover .nav__link {
  color: var(--blue-400);
}
.header--blue .nav__link {
  color: white;
}
.header--blue .btn {
  color: var(--gray-500);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.header--blue .btn:hover {
  color: var(--blue-600);
}
.header--blue .dropdown {
  color: var(--gray-500);
  background-color: #f4f7fb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--blue .dropdown::after {
  border-bottom: 10px solid #f4f7fb;
}
.header--blue .dropdown__item:not(:first-of-type) {
  border-left: 1px solid rgba(25, 27, 31, 0.1);
}
.header--blue .dropdown__item .di-list__link {
  color: var(--gray-500);
}
.header--blue .dropdown__item .di-list__link:hover {
  color: var(--blue-400);
}
.header--blue .dropdown__item .di-social__item {
  background-color: var(--blue-600);
}

@media (min-width: 1250px) {
  .header__menu .menu:hover .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1250px) {
  .header .nav {
    display: none;
  }
  .header__inner {
    gap: 20px;
  }
  .header .header__menu {
    width: 100%;
  }
  .header .header__menu .menu {
    padding: 23px;
  }
  .header .header__menu .menu svg {
    width: 15px;
    height: 15px;
  }
  .header .btn {
    padding: 24px 34px;
    min-height: 64px;
  }
  .header .dropdown {
    left: auto;
    right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    gap: 20px;
  }
  .header .dropdown::after {
    content: "";
    left: auto;
    right: 260px;
    top: -10px;
  }
  .header .dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(50% - 10px);
    min-width: auto;
  }
  .header .dropdown__item:nth-of-type(2) {
    min-width: auto;
  }
  .header .dropdown__item:not(:last-of-type) {
    padding-right: 0;
  }
  .header .dropdown__item:not(:first-of-type) {
    border: none;
    padding-left: 0;
  }
  .header .dropdown__item--columns {
    width: 100%;
  }
  .header .dropdown__item--columns .di-list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .header .header__menu {
    gap: 20px;
  }
  .header .header__menu .menu {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px;
  }
  .header .btn {
    display: none;
  }
  .header .dropdown {
    width: 100%;
    gap: 20px;
  }
  .header .dropdown::after {
    right: 30px;
  }
  .header .dropdown__item .di-list {
    gap: 5px;
  }
  .header .dropdown__item--columns {
    width: 100%;
  }
  .header .dropdown__item--columns .di-list__item {
    width: calc(50% - 10px);
  }
  .header .dropdown__item--contacts {
    width: 100%;
  }
}
.dropdown {
  position: absolute;
  left: 190px;
  top: 100%;
  display: none;
  border-radius: 22px;
  padding: 35px;
  width: 84%;
  text-align: left;
  color: white;
  background-color: var(--blue-600);
  cursor: default;
}
.dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  width: 100%;
  height: 30px;
}
.dropdown::after {
  content: "";
  position: absolute;
  left: 50px;
  top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--blue-600);
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
}
.dropdown.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 200px;
}
.dropdown__item:nth-of-type(2) {
  min-width: 240px;
}
.dropdown__item:not(:last-of-type) {
  padding-right: 30px;
}
.dropdown__item:not(:first-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}
.dropdown__item .di-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.dropdown__item .di-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.dropdown__item .di-list__item {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.dropdown__item .di-list__link {
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown__item .di-list__link:hover {
  color: var(--blue-400);
}
.dropdown__item .di-list__phone {
  font-weight: 600;
}
.dropdown__item .di-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 15px;
}
.dropdown__item .di-social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  padding: 7px;
  width: 35px;
  height: 35px;
  background-color: white;
}
.dropdown__item--columns {
  min-width: 310px;
}
.dropdown__item--columns .di-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.dropdown__item--columns .di-list__item {
  width: calc(50% - 20px);
}
.dropdown__item--contacts {
  min-width: 170px;
}
.dropdown.modal-template {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
}
.dropdown.modal-template::before {
  display: none;
}
.dropdown.modal-template::after {
  display: none;
}

@media (max-width: 1250px) {
  .dropdown {
    left: auto;
    right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }
  .dropdown__item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    width: calc(50% - 10px);
    min-width: auto;
  }
  .dropdown__item:nth-of-type(2) {
    min-width: auto;
  }
  .dropdown__item:not(:last-of-type) {
    padding-right: 0;
  }
  .dropdown__item:not(:first-of-type) {
    border: none;
    padding-left: 0;
  }
  .dropdown__item--columns {
    width: 100%;
  }
  .dropdown__item--columns .di-list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .dropdown {
    padding: 40px 20px;
    width: 100%;
  }
  .dropdown__item .di-list {
    gap: 5px;
  }
  .dropdown__item--columns {
    width: 100%;
  }
  .dropdown__item--columns .di-list__item {
    width: calc(50% - 10px);
  }
  .dropdown__item--contacts {
    width: 100%;
  }
}
.footer {
  padding: 55px 0;
  color: white;
  background-color: var(--gray-500);
}
.footer .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 20px;
}
.footer .cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 20px;
  min-height: 273px;
  background-color: var(--gray-400);
}
.footer .cards__preview {
  margin-top: 6px;
  font-weight: 300;
  line-height: 24px;
}
.footer .cards__contacts-item--phone {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
}
.footer .cards__contacts-item--email {
  margin-top: 8px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.footer .cards__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.footer .cards__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  background-color: var(--blue-600);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .cards__social-item:hover {
  background-color: var(--blue-500);
}
.footer .cards__place {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.footer .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 20px;
  margin-top: 100px;
}
.footer .info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 196px;
}
.footer .info__item--docs.m-block {
  display: none;
}
.footer .info__logo {
  height: 68px;
}
.footer .info__logo svg {
  width: 100%;
  height: 100%;
}
.footer .info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer .info__prop {
  display: block;
  color: #aaaaab;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.footer .info .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
  row-gap: 11px;
}
.footer .info .footer-nav__item {
  width: 50%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.footer .info__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 11px;
}
.footer .info__legal-link {
  display: block;
}

@media (max-width: 1250px) {
  .footer .cards__preview {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .footer .cards__contacts-item--phone {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  .footer .cards__contacts-item--email {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .footer .cards__place {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  .footer .info {
    margin-top: 60px;
  }
  .footer .info__item--docs.m-block {
    display: none;
  }
  .footer .info__details {
    margin-top: 30px;
  }
  .footer .info .footer-nav__item {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
}
@media (max-width: 950px) {
  .footer .cards__contacts-item--phone {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }
  .footer .cards__place {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }
  .footer .info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .footer .info__item {
    min-height: auto;
  }
  .footer .info__item--docs {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .footer .info__item--docs h3 {
    margin-bottom: 12px;
  }
  .footer .info__item--docs.m-block {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .footer .info__item--docs.m-block .info__legal {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  .footer .info__legal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 200px;
  }
  .footer .info__legal .t-hidden {
    display: none;
  }
  .footer .info .footer-nav__item {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .footer .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0px;
  }
  .footer .cards__item {
    min-height: 179px;
  }
  .footer .cards__contacts {
    margin-top: 25px;
  }
  .footer .info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0px;
  }
  .footer .info__item--docs {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .footer .info__item--docs.m-block {
    display: none;
  }
  .footer .info__legal .t-hidden {
    display: block;
  }
}
/* Скрыт по умолчанию */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.modal.show {
  display: block;
}

.modal-parent {
  overflow-y: auto;
  height: 100%;
}

.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1001;
  margin: 5% auto;
  width: 90%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeIn 0.3s ease forwards;
  animation: fadeIn 0.3s ease forwards;
}
.modal-content:has(.dropdown) {
  border-radius: 16px;
  width: 70%;
  background-color: var(--blue-600);
}
.modal-content:has(.dropdown) .modal-close {
  color: white;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 10;
  font-weight: 700;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}
.modal-close:has(.dropdown) {
  color: white;
}

.modal-license {
  padding: 55px;
  background-color: white;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1200px;
}
.modal-license .ml-left {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}
.modal-license .ml-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f7fb;
  border-radius: 12px;
  padding: 20px 20px 0 20px;
  height: 100%;
}
.modal-license .ml-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: auto;
}
.modal-license .ml-tabs__item {
  cursor: pointer;
  border: 1px solid #000000;
  height: 128px;
  width: 33%;
  border-radius: 12px;
}
.modal-license .ml-tabs__item.active {
  border-color: var(--blue-600);
}
.modal-license .ml-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}
.modal-license .ml-title + .ml-text {
  margin-top: 14px;
}
.modal-license .ml-subtitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 20px;
}
.modal-license .ml-text {
  font-size: 20px;
  line-height: 32px;
}
.modal-license .ml-list {
  margin-top: 20px;
}
.modal-license .ml-list .ml-text + .ml-text {
  margin-top: 16px;
}
.modal-license .ml-list + .ml-text {
  margin-top: 20px;
}
.modal-license .btn {
  margin-top: 25px;
  padding: 28px 67px;
}

@media (max-width: 1250px) {
  .modal-license {
    padding: 35px;
  }
  .modal-license .ml-left {
    gap: 14px;
  }
  .modal-license .ml-tabs {
    margin-top: 0;
  }
  .modal-license .ml-tabs__item {
    height: 100px;
  }
  .modal-license .ml-image {
    max-height: 400px;
  }
  .modal-license .ml-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
  }
  .modal-license .ml-subtitle {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  .modal-license .ml-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 950px) {
  .modal-license {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .modal-license .ml-left {
    gap: 14px;
  }
  .modal-license .ml-tabs {
    margin-top: 0;
  }
  .modal-license .ml-tabs__item {
    height: 100px;
  }
  .modal-license .ml-image {
    max-height: 400px;
  }
  .modal-license .ml-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
  }
  .modal-license .ml-subtitle {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  .modal-license .ml-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .modal:has(.dropdown) .modal-overlay {
    background-color: var(--blue-600);
  }
  .modal:has(.dropdown) .modal-content {
    border-radius: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--blue-600);
  }
  .modal:has(.dropdown) .modal-close {
    color: white;
  }
  .modal-overlay {
    background-color: white;
  }
  .modal-content {
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
  }
  .modal-license .ml-left {
    gap: 14px;
  }
  .modal-license .ml-tabs {
    margin-top: 0;
  }
  .modal-license .ml-tabs__item {
    height: 50px;
  }
  .modal-license .ml-title {
    font-size: 24px;
    line-height: 36px;
  }
  .modal-license .ml-subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .modal-license .ml-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.is-box-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  padding: 40px;
  background: white;
}
.is-box-form .bf__footer {
  margin-top: auto;
}
.is-box-form .bf__preview {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.is-box-form .bf-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 595px;
}
.is-box-form .bf-right {
  max-width: 338px;
}
.is-box-form .bf-right .bf__title {
  display: none;
}
.is-box-form .bf-right .bf__footer {
  display: none;
}
.is-box-form .bf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.is-box-form .is-form-field {
  width: 100%;
}
.is-box-form .is-form-field .ff-input {
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  background: #f5f8fe;
}
.is-box-form .is-form-field .ff-input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.is-box-form .is-form-field .ff-input::-moz-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.is-box-form .is-form-field .ff-input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.is-box-form .is-form-field .ff-input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.is-box-form .is-form-field .ff-input::placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.is-box-form .bf-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 25px;
}
.is-box-form .is-form-field--agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.is-box-form .is-form-field--agreement .ff-label {
  position: relative;
}
.is-box-form .is-form-field--agreement input {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.is-box-form .is-form-field--agreement input:checked + .checkbox-icon svg {
  opacity: 1;
}
.is-box-form .is-form-field--agreement .checkbox-icon {
  position: relative;
  border: 1px solid var(--gray-500);
  border-radius: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.is-box-form .is-form-field--agreement .checkbox-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 10px;
  height: 7px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.is-box-form .is-form-field--agreement .checkbox-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.is-box-form .bf-button {
  margin-top: 25px;
  padding: 26px 0;
  width: 100%;
}
.is-box-form .is-social-links {
  margin-top: 24px;
}
.is-box-form.modal-template {
  padding: 0;
  background-color: transparent;
}
.is-box-form.modal-template .bf-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 16px 0 0 16px;
  padding: 50px 40px;
  max-width: 550px;
  color: white;
  background-color: var(--blue-600);
}
.is-box-form.modal-template .bf-left__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}
.is-box-form.modal-template .bf-left__preview {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.is-box-form.modal-template .bf-left__img {
  position: absolute;
  bottom: 0;
}
.is-box-form.modal-template .bf-right {
  border-radius: 0 16px 16px 0;
  padding: 50px 40px;
  max-width: 500px;
  background-color: white;
}
.is-box-form.modal-template .bf-right__title {
  display: none;
}
.is-box-form.modal-template .bf-right__preview {
  display: none;
}

@media (max-width: 1250px) {
  .is-box-form {
    gap: 56px;
  }
  .is-box-form .bf__preview {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .is-box-form .is-form-field--agreement .checkbox-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .is-box-form .bf-agreement {
    margin-top: 10px;
  }
  .is-box-form .bf-button {
    margin-top: 10px;
  }
  .is-box-form.modal-template .bf-left {
    display: none;
  }
  .is-box-form.modal-template .bf-right {
    border-radius: 16px;
  }
  .is-box-form.modal-template .bf-right__title {
    display: block;
  }
  .is-box-form.modal-template .bf-right__preview {
    display: block;
    margin-top: 10px;
  }
  .is-box-form.modal-template .bf-form {
    margin-top: 20px;
  }
}
@media (max-width: 950px) {
  .is-box-form {
    padding: 30px;
    gap: 30px;
  }
  .is-box-form .bf__title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }
  .is-box-form .bf-right {
    max-width: 285px;
  }
  .is-box-form .is-form-field .ff-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .is-box-form .is-form-field .ff-input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .is-box-form .is-form-field .ff-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .is-box-form .is-form-field .ff-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .is-box-form .is-form-field .ff-input::placeholder {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .is-box-form .is-form-field--agreement .checkbox-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .is-box-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px;
  }
  .is-box-form .bf-form {
    margin-top: 20px;
  }
  .is-box-form .bf-left {
    display: none;
  }
  .is-box-form .bf-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .is-box-form .bf-right .bf__title {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }
  .is-box-form .bf-right .bf__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
  .is-box-form .is-social-links {
    margin-top: 15px;
  }
  .is-box-form.modal-template {
    border-radius: 0;
    width: 100%;
  }
  .is-box-form.modal-template .bf-right {
    border-radius: 0;
    width: 100%;
  }
}
.about-page .ap-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 37px;
}
.about-page .ap-intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}
.about-page .ap-intro__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 500px;
  gap: 37px;
}
.about-page .ap-intro__title {
  max-width: 560px;
}
.about-page .ap-intro__subtitle--bold {
  font-weight: 700;
}
.about-page .ap-intro .btn {
  padding: 28px;
}
.about-page .num-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin-left: auto;
  width: 100%;
  color: white;
}
.about-page .num-cards__title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  max-width: 680px;
}
.about-page .num-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 23px 30px 30px;
  min-height: 185px;
}
.about-page .num-cards__item:nth-of-type(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.about-page .num-cards__item:nth-of-type(5) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.about-page .num-cards__num {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}
.about-page .num-cards__description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  max-width: 206px;
  opacity: 0.7;
}
.about-page .certificate .ss-item {
  height: 100%;
}
.about-page .certificate .ss-item img {
  height: 100%;
}
.about-page .certificate .swiper-slide {
  width: 300px;
}
.about-page .command .swiper-slide {
  width: 380px;
}
.about-page .command-item {
  border-radius: 16px;
  padding: 20px 20px 28px;
  background-color: white;
}
.about-page .command-item__name {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 18px;
}
.about-page .command-item__thing {
  margin-top: 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.about-page .command-item__response {
  margin-top: 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 1250px) {
  .about-page .ap-intro__title {
    max-width: 378px;
  }
  .about-page .ap-intro__column {
    max-width: 400px;
  }
  .about-page .ap-intro__column .btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 26px 34px;
  }
  .about-page .num-cards__title {
    max-width: 504px;
  }
  .about-page .num-cards__item {
    min-height: 160px;
  }
  .about-page .num-cards__num {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .about-page .num-cards__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .about-page .certificate .swiper-slide {
    width: auto;
    height: 395px;
  }
}
@media (max-width: 950px) {
  .about-page .ap-intro__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-page .ap-intro__title {
    max-width: 100%;
  }
  .about-page .ap-intro__column {
    max-width: 100%;
  }
  .about-page .ap-intro__column .btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 26px 34px;
  }
  .about-page .num-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
  }
  .about-page .num-cards__title {
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 100%;
  }
  .about-page .num-cards__item:nth-of-type(4) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .about-page .num-cards__item:nth-of-type(5) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .about-page .num-cards__num {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .about-page .num-cards__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .about-page .certificate .swiper-slide {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .about-page .ap-intro {
    gap: 15px;
  }
  .about-page .ap-intro__info {
    gap: 15px;
  }
  .about-page .ap-intro__column {
    gap: 15px;
  }
  .about-page .ap-intro__column .btn {
    padding: 18px 32px;
  }
  .about-page .num-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 4px;
  }
  .about-page .num-cards__title {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .about-page .num-cards__item {
    padding: 23px 10px;
    min-height: 126px;
  }
  .about-page .num-cards__item:nth-of-type(4) {
    left: 50%;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .about-page .num-cards__item:nth-of-type(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .about-page .certificate .swiper-slide {
    height: 260px;
  }
  .about-page .command-item {
    padding: 20px 6px;
  }
  .about-page .command-item__img img {
    width: 100%;
  }
  .about-page .command-item__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .about-page .command-item__thing, .about-page .command-item__response {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
.portfolio-page .pp-filter {
  margin-top: 32px;
}
.portfolio-page .pp-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.portfolio-page .pp-tabs__item {
  font-size: 20px;
  line-height: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 28px 35px;
  background-color: #eaeaea;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-page .pp-tabs__item:hover {
  color: var(--blue-600);
}
.portfolio-page .pp-tabs__item.active {
  color: white;
  background-color: var(--blue-600);
  pointer-events: none;
}

@media (max-width: 1250px) {
  .portfolio-page .pp-filter {
    margin-top: 25px;
  }
  .portfolio-page .pp-tabs__item {
    font-size: 16px;
    line-height: 13px;
    font-weight: 600;
    padding: 20px 25px;
  }
}
@media (max-width: 576px) {
  .portfolio-page .pp-tabs {
    gap: 10px;
  }
  .portfolio-page .pp-tabs__item {
    padding: 10px 15px;
  }
}
.portfolio-detail .section.section--main {
  padding-bottom: 55px;
}
.portfolio-detail .section.section--gray + .section--gray {
  padding-bottom: 40px;
}
.portfolio-detail .section.section--gray:last-child {
  padding-bottom: 0;
}
.portfolio-detail .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  gap: 28px;
}
.portfolio-detail .intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 53%;
}
.portfolio-detail .intro__description {
  margin-top: 22px;
}
.portfolio-detail .intro__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  gap: 15px;
}
.portfolio-detail .intro .tags {
  margin-top: 65px;
}
.portfolio-detail .intro .tags__link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 6px;
  padding: 8px 23px;
  background-color: #eaeaea;
}
.portfolio-detail .intro__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.portfolio-detail .intro__img img {
  border-radius: 22px;
}
.portfolio-detail .client {
  position: relative;
  border-radius: 24px;
  padding: 50px 150px 50px 40px;
  background-color: white;
}
.portfolio-detail .client__description {
  margin-top: 30px;
}
.portfolio-detail .client__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-color: var(--blue-600);
}
.portfolio-detail .problem {
  border-radius: 24px;
  padding: 50px 40px;
  color: white;
  background-color: var(--gray-500);
}
.portfolio-detail .problem--blue {
  background-color: var(--blue-600);
}
.portfolio-detail .problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  gap: 25px;
}
.portfolio-detail .problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.portfolio-detail .problem__icon {
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.portfolio-detail .problem__icon svg {
  width: 100%;
  height: 100%;
}
.portfolio-detail .problem__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.portfolio-detail .result {
  position: relative;
  border-radius: 24px;
  padding: 50px 40px;
  background-color: white;
}
.portfolio-detail .result__preview {
  margin-top: 30px;
}
.portfolio-detail .result__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 15px;
  margin-top: 40px;
  color: white;
}
.portfolio-detail .result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  padding: 25px;
  background-color: var(--blue-600);
}
.portfolio-detail .result__item-num {
  color: rgba(255, 255, 255, 0.5);
}
.portfolio-detail .result__item-description {
  margin-top: 25px;
}
.portfolio-detail .result__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 470px;
}

@media (max-width: 1250px) {
  .portfolio-detail .intro .tags {
    margin-top: 40px;
  }
  .portfolio-detail .intro .tags__link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 6px 12px;
  }
  .portfolio-detail .result__img {
    max-width: 400px;
  }
}
@media (max-width: 950px) {
  .portfolio-detail .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .portfolio-detail .intro__info {
    width: 100%;
  }
  .portfolio-detail .intro__img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .portfolio-detail .client {
    padding: 40px 100px 40px 30px;
  }
  .portfolio-detail .client__icon {
    width: 40px;
    height: 40px;
  }
  .portfolio-detail .client__icon img {
    width: 20px;
    height: 20px;
  }
  .portfolio-detail .problem {
    padding: 40px 30px;
  }
  .portfolio-detail .problem__list {
    margin-top: 30px;
    gap: 20px;
  }
  .portfolio-detail .result {
    padding: 40px 30px;
  }
  .portfolio-detail .result__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
  }
  .portfolio-detail .result__item {
    padding: 20px;
  }
  .portfolio-detail .result__item-description {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .portfolio-detail .section.section--main {
    padding-bottom: 30px;
  }
  .portfolio-detail .section.section--gray + .section--gray {
    padding-bottom: 20px;
  }
  .portfolio-detail .client {
    padding: 20px;
  }
  .portfolio-detail .client__icon {
    right: 20px;
    top: 20px;
  }
  .portfolio-detail .problem {
    padding: 20px;
  }
  .portfolio-detail .problem__list {
    margin-top: 30px;
    gap: 20px;
  }
  .portfolio-detail .problem__item {
    gap: 15px;
  }
  .portfolio-detail .result {
    padding: 20px;
  }
  .portfolio-detail .result__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
  }
  .portfolio-detail .result__img {
    display: none;
  }
}
.articles-page .news-last {
  margin-top: 37px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 20px;
}
.articles-page .news-last .nl-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  min-height: 540px;
}
.articles-page .news-last .nl-item.type-a, .articles-page .news-last .nl-item.type-c {
  padding: 25px 20px;
}
.articles-page .news-last .nl-item-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.articles-page .news-last .nl-item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.articles-page .news-last .nl-item__img {
  max-height: 230px;
}
.articles-page .news-last .nl-item.type-a {
  background-color: var(--blue-600);
}
.articles-page .news-last .nl-item.type-a .nl-item__title {
  color: white;
}
.articles-page .news-last .nl-item.type-a .link {
  color: white;
}
.articles-page .news-last .nl-item.type-b {
  padding-bottom: 25px;
}
.articles-page .news-last .nl-item.type-b .nl-list-tags {
  margin-top: 24px;
  gap: 20px;
}
.articles-page .news-last .nl-item.type-b .nl-list-tags .link {
  border-radius: 6px;
  padding: 4px 12px;
  background-color: rgba(218, 218, 218, 0.5019607843);
}
.articles-page .news-last .nl-item.type-b .nl-item__title {
  margin-top: 19px;
}
.articles-page .news-last .nl-item.type-b .nl-item__description {
  margin-top: 15px;
}
.articles-page .news-last .nl-item.type-c {
  background-color: white;
}
.articles-page .news-last .nl-item__date {
  color: #afafaf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.articles-page .news-last .nl-list-tags {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.articles-page .news-last .nl-list-tags .link:hover {
  color: var(--blue-600);
}

.contacts-page .is-contacts-map .cm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.contacts-page .is-contacts-map .cm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 350px;
}
.contacts-page .is-contacts-map .cm-title__preview {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 24px;
}
.contacts-page .is-contacts-map .cm-title .btn {
  margin-top: auto;
  padding: 26px 92px;
}
.contacts-page .is-contacts-map .cm-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
.contacts-page .is-contacts-map .cm-cards .contacts-item__phone,
.contacts-page .is-contacts-map .cm-cards .office-text,
.contacts-page .is-contacts-map .cm-cards .graphic-text {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.contacts-page .is-contacts-map .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 20px;
  min-height: 150px;
  background-color: #272a30;
  gap: 12px;
}
.contacts-page .is-contacts-map .cm-item--white {
  background-color: white;
}
.contacts-page .is-contacts-map .cm-item__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.contacts-page .is-contacts-map .cm-item__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contacts-page .is-contacts-map .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  background-color: var(--blue-600);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contacts-page .is-contacts-map .social-item:hover {
  background-color: var(--blue-500);
}
.contacts-page .is-contacts-map .map {
  margin-top: 40px;
  width: 100%;
  height: 861px;
}
.contacts-page .is-contacts-map .map ymaps {
  border-radius: 16px;
}
.contacts-page .is-contacts-map .map .custom-marker {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, calc(-50% - 24px));
  -ms-transform: translate(-50%, calc(-50% - 24px));
  transform: translate(-50%, calc(-50% - 24px));
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}
.contacts-page .details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 87px;
}
.contacts-page .details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 29px;
}
.contacts-page .details-item__prop {
  margin-top: 0;
}
.contacts-page .details-item__prop:first-of-type {
  margin-top: -10px;
}
.contacts-page .details-item:last-of-type {
  margin-top: -100px;
}

@media (max-width: 1250px) {
  .is-contacts-map .cm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .is-contacts-map .cm-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 280px;
  }
  .is-contacts-map .cm-title__preview {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 15px;
  }
  .is-contacts-map .cm-title .btn {
    font-size: 16px;
    line-height: 13px;
    font-weight: 600;
    padding: 26px 74px;
  }
  .is-contacts-map .cm-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
  .is-contacts-map .cm-cards .office-text,
  .is-contacts-map .cm-cards .graphic-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .is-contacts-map .cm-item__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .is-contacts-map .cm-item__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .is-contacts-map .social-item {
    padding: 8px;
    width: 40px;
    height: 40px;
  }
  .is-contacts-map .map {
    margin-top: 30px;
  }
}
@media (max-width: 950px) {
  .contacts-page .details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
  .contacts-page .details-item {
    gap: 25px;
  }
  .contacts-page .details-item:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .contacts-page .details-item:nth-of-type(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .contacts-page .details-item:last-of-type {
    margin-top: 0;
  }
  .contacts-page .is-contacts-map .cm-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .contacts-page .is-contacts-map .cm-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
  .contacts-page .is-contacts-map .cm-title__header {
    max-width: 280px;
  }
  .contacts-page .is-contacts-map .map {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contacts-page .details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0px;
  }
  .contacts-page .details-item {
    gap: 15px;
  }
  .contacts-page .details-item:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .contacts-page .details-item:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .contacts-page .is-contacts-map .cm-content {
    gap: 25px;
  }
  .contacts-page .is-contacts-map .cm-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .contacts-page .is-contacts-map .cm-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0px;
  }
  .contacts-page .is-contacts-map .cm-cards .contacts-item:first-child {
    margin-top: 20px;
  }
  .contacts-page .is-contacts-map .cm-cards .contacts-item__phone {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .contacts-page .is-contacts-map .cm-cards .contacts-item__email {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 30px;
  }
}
.solutions-page .steps-scheme {
  margin-top: 40px;
}
.solutions-page .steps-scheme .ss-accordion-box {
  display: none;
}
.solutions-page .steps-scheme .ss-tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions-page .steps-scheme .ss-tabs {
  position: relative;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 22px;
  padding: 45px;
  width: 780px;
  color: white;
  background-color: var(--gray-500);
}
.solutions-page .steps-scheme .ss-tabs::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--gray-500);
  width: 0;
  height: 0;
}
.solutions-page .steps-scheme .ss-tabs__button {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 52px;
  padding: 19px 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.solutions-page .steps-scheme .ss-tabs__button:hover {
  border-color: var(--blue-500);
}
.solutions-page .steps-scheme .ss-tabs__button.state-active {
  border: 1px solid transparent;
  background-color: var(--blue-600);
}
.solutions-page .steps-scheme .ss-tabs__button[data-tab="0"] {
  left: 4px;
  top: -25px;
}
.solutions-page .steps-scheme .ss-tabs__button[data-tab="1"] {
  left: 397px;
  top: -25px;
}
.solutions-page .steps-scheme .ss-tabs__button[data-tab="2"] {
  left: 263px;
  top: 70px;
  padding: 19px 44px;
}
.solutions-page .steps-scheme .ss-tabs__button[data-tab="3"] {
  left: 80px;
  top: 164px;
  padding: 19px 93px;
}
.solutions-page .steps-scheme .ss-tabs__button[data-tab="4"] {
  left: 263px;
  top: 259px;
  padding: 19px 36px;
}
.solutions-page .steps-scheme .ss-tabs__scheme {
  position: relative;
  margin-top: 75px;
}
.solutions-page .steps-scheme .ss-tabs__lines svg {
  width: 100%;
}
.solutions-page .steps-scheme .ss-content {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 22px;
  padding: 30px;
  background-color: #fff;
}
.solutions-page .steps-scheme .ss-content__img {
  width: 100%;
}
.solutions-page .steps-scheme .ss-content__title {
  margin-top: 25px;
}
.solutions-page .steps-scheme .ss-content__description {
  margin-top: 10px;
}
.solutions-page .steps-scheme .ss-content.state-active {
  display: block;
}

@media (max-width: 1250px) {
  .solutions-page .steps-scheme {
    margin-top: 35px;
  }
  .solutions-page .steps-scheme .ss-tabs {
    padding: 35px;
    width: 633px;
  }
  .solutions-page .steps-scheme .ss-tabs__button {
    border-radius: 42px;
    padding: 14px 27px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .solutions-page .steps-scheme .ss-tabs__button[data-tab="0"] {
    left: 0;
    top: 7px;
  }
  .solutions-page .steps-scheme .ss-tabs__button[data-tab="1"] {
    left: 323px;
    top: 7px;
  }
  .solutions-page .steps-scheme .ss-tabs__button[data-tab="2"] {
    left: 214px;
    top: 83px;
    padding: 14px 33px;
  }
  .solutions-page .steps-scheme .ss-tabs__button[data-tab="3"] {
    left: 67px;
    top: 161px;
    padding: 14px 73px;
  }
  .solutions-page .steps-scheme .ss-tabs__button[data-tab="4"] {
    left: 213px;
    top: 237px;
    padding: 14px 28px;
  }
  .solutions-page .steps-scheme .ss-tabs__scheme {
    margin-top: 65px;
  }
  .solutions-page .steps-scheme .ss-content {
    padding: 25px;
  }
  .solutions-page .steps-scheme .ss-content__title {
    margin-top: 25px;
  }
  .solutions-page .steps-scheme .ss-content__description {
    margin-top: 10px;
  }
  .solutions-page .steps-scheme .ss-content.state-active {
    display: block;
  }
}
@media (max-width: 950px) {
  .solutions-page .steps-scheme .ss-tabs-box {
    display: none;
  }
  .solutions-page .steps-scheme .ss-accordion-box {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
  .solutions-page .steps-scheme .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .solutions-page .steps-scheme .accordion__item--active .accordion__header {
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--blue-600);
  }
  .solutions-page .steps-scheme .accordion__item--active .acc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .solutions-page .steps-scheme .accordion__header {
    border: 1px solid var(--gray-500);
    border-radius: 40px;
    padding: 18px 25px;
    width: 100%;
    text-align: center;
    color: var(--gray-500);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .solutions-page .steps-scheme .accordion__header:hover {
    border-color: var(--blue-500);
  }
  .solutions-page .steps-scheme .accordion__content {
    display: none;
  }
  .solutions-page .steps-scheme .accordion .acc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    border-radius: 22px;
    padding: 30px;
    background-color: #fff;
    gap: 50px;
  }
  .solutions-page .steps-scheme .accordion .acc-content__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solutions-page .steps-scheme .accordion .acc-content__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .solutions-page .steps-scheme .accordion .acc-content__description {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 20px;
  }
  .solutions-page .steps-scheme .accordion .acc-content__img {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .solutions-page .steps-scheme .accordion .acc-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 15px;
    padding: 15px;
    gap: 20px;
  }
  .solutions-page .steps-scheme .accordion .acc-content__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .solutions-page .steps-scheme .accordion .acc-content__description {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
  }
  .solutions-page .steps-scheme .accordion .acc-content__img {
    max-width: 100%;
  }
}
.home-page .section--main {
  padding-bottom: 92px;
  background-image: url("../img/home-main-blur.png");
  background-position: 50% 50%;
  background-size: cover;
}
.home-page .hp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 70px;
}
.home-page .hp-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 605px;
}
.home-page .hp-header__title {
  color: white;
}
.home-page .hp-header__title span {
  color: white;
}
.home-page .hp-header__preview {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
}
.home-page .hp-header .btn {
  margin-top: 40px;
  padding: 26px 35px;
}
.home-page .hp-header .awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  gap: 15px;
}
.home-page .hp-header .awards__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  width: 25px;
  height: 64px;
  background-color: #7b83ec;
}
.home-page .hp-header .awards__count span {
  display: block;
  color: white;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home-page .hp-header__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-page .hp-header__img img {
  border-radius: 16px;
}
.home-page .solutions .ss-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  background-color: white;
  gap: 32px;
}
.home-page .solutions .ss-item__img {
  width: 100%;
}
.home-page .solutions .ss-item__img img {
  border-radius: 12px;
  width: 100%;
}
.home-page .solutions .ss-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
}
.home-page .solutions .ss-item__link {
  margin-top: 32px;
}
.home-page .solutions .swiper-slide {
  width: 575px;
  height: auto;
}
.home-page .reviews .ss-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  padding: 30px;
  min-height: 393px;
  background-color: white;
  gap: 30px;
}
.home-page .reviews .ss-item__text {
  max-width: 483px;
}
.home-page .reviews .ss-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-page .reviews .ss-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.home-page .reviews .ss-person__name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.home-page .reviews .ss-person__date {
  color: var(--gray-300);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.home-page .reviews .swiper-slide {
  width: auto;
}

@media (max-width: 1250px) {
  .home-page .hp-header__content {
    max-width: 384px;
  }
  .home-page .hp-header__preview {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 25px;
  }
  .home-page .hp-header__img {
    height: 490px;
  }
  .home-page .hp-header__img img {
    width: auto;
    height: 100%;
  }
  .home-page .hp-header .btn {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .home-page .hp-header .awards {
    margin-top: 50px;
  }
  .home-page .hp-header .awards__img:last-of-type {
    display: none;
  }
}
@media (max-width: 950px) {
  .home-page .hp-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-page .hp-header__img {
    width: 100%;
  }
  .home-page .hp-header .awards__img:last-of-type {
    display: block;
  }
  .home-page .solutions .ss-item {
    gap: 24px;
  }
  .home-page .solutions .ss-item__info {
    gap: 24px;
  }
  .home-page .solutions .ss-item__link {
    margin-top: 24px;
  }
  .home-page .solutions .ss-item__preview {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .home-page .solutions .swiper-slide {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .home-page .solutions .ss-item {
    border-radius: 12px;
    padding: 10px;
    gap: 15px;
  }
  .home-page .solutions .ss-item__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .home-page .solutions .ss-item__info {
    gap: 15px;
  }
  .home-page .solutions .ss-item__link {
    margin-top: 20px;
  }
  .home-page .reviews .ss-person__img {
    width: 50px;
    height: 50px;
  }
  .home-page .reviews .ss-person__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .home-page .reviews .ss-person__date {
    color: var(--gray-300);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 8px;
  }
}/*# sourceMappingURL=main.css.map */
