@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  padding: 0;
  margin: 0;
}

p {
  line-height: 150%;
}

a,
span {
  display: inline-block;
}

a {
  text-decoration: none;
}

button {
  border: none;
  padding: 0;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #0f172a;
  line-height: 150%;
  font-size: 16px;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}
.header__bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;              /* убираем отступ сверху, чтобы не было дырки */
  border-radius: 0;           /* чтобы не было скругления, висящего в воздухе */
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  z-index: 9999;
  padding-top: 10px;       /* 👈 Добавляем мягкие отступы */
  padding-bottom: 10px;    /* 👈 чтобы меню стало «воздушным» */
}

.blue-btn {
  padding: 13px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background-color: #1a89f9;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blue-btn:hover {
  background: #369bff;
}

.swiper-btns {
  display: flex;
  gap: 12px;
}
.swiper-btns button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #1a89f9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-btns button.prev-swiper-btn img {
  transform: rotate(180deg);
}

.checkbox-container input {
  display: none;
}
.checkbox-container input:checked + label::before {
  background-color: #1a89f9;
  border-color: transparent;
}
.checkbox-container input:checked + label::after {
  display: block;
}
.checkbox-container label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #0f172a;
  vertical-align: middle;
  padding-left: 24px;
  position: relative;
}
.checkbox-container label a {
  color: #1a89f9;
}
.checkbox-container label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background-color: #f8fafc;
}
.checkbox-container label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  background: url(../images/icons/check.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-position: center;
  display: none;
}

.radio__group-input {
  display: none;
}
.radio__group-input:checked + .radio {
  background-color: #1a89f9;
}
.radio__group-input:checked + .radio .radio__checked {
  margin-left: auto;
}
.radio__group .radio {
  width: 40px;
  height: 20px;
  display: block;
  border-radius: 31px;
  background-color: #cbd5e1;
  padding: 2px;
  transition: all 0.2s linear;
}
.radio__group .radio__checked {
  width: 16px;
  height: 16px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}

.title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: -3%;
  margin-bottom: 40px;
}

.title-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-box .title {
  margin-bottom: 0;
}

.header {
  margin: 16px 0 40px 0;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .media-block-el {
  display: none;
}
.header__left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header__left-info {
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #f2f7fd;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -3%;
  color: #829ec5;
}
.header__left-info span {
  color: #1a89f9;
}
.header__right {
  display: flex;
  gap: 10px;
}
.header__right-phone {
  padding: 4px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.header__right-phone span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -3%;
  color: #0f172a;
  padding-right: 16px;
}
.header__right-phone .img-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: #f2f7fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right-tg,
.header__right .menu-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}
.header .menu-btn {
  display: none;
}
.header__bottom {
  display: flex;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  margin-top: 16px;
}
.header__bottom-item {
  flex: 1 1 auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 120%;
  color: #334155;
  transition: all 0.2s linear;
  border-radius: 16px;
}
.header__bottom-item:hover {
  color: #fff;
  background-color: #1a89f9;
}
.header__bottom-item:hover .chevron-down {
  transform: rotate(180deg);
}
.header__bottom-item:hover .chevron-down path {
  stroke: #fff;
}
.header__bottom .dropdown {
  position: relative;
  cursor: pointer;
}
.header__bottom .dropdown__head {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__bottom .dropdown__head .chevron-down {
  transition: transform 0.2s linear;
}
.header__bottom .dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 284px;
  background-color: #fff;
  padding: 8px;
  border: 2px solid #ffffff;
  z-index: 2;
  box-shadow: 0px 40px 80px 0px rgba(27, 59, 112, 0.0588235294);
  border-radius: 16px;
  /* 🔽 animatsiya uchun */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
.header__bottom .dropdown__options-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  padding: 16px 8px;
  border-radius: 12px;
  color: #334155;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.header__bottom .dropdown__options-item:hover {
  background-color: #f2f7fd;
  color: #1a89f9;
}
.header__bottom .dropdown:hover .dropdown__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__bottom .dropdown:hover .chevron-down {
  transform: rotate(180deg);
}

.hero {
  padding: 0;
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 66px;
  justify-content: space-between;
}
.hero__content {
  width: 510px;
}
.hero__content-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
}
.hero__content-title span {
  color: #1a89f9;
  display: inline;
}
.hero__content-title-media {
  display: none;
}
.hero__content-tariff {
  display: flex;
  justify-content: space-between;
}
.hero__content-info {
  margin: 32px 0 40px 0;
  color: #64748b;
}
.hero__content .tariff__box {
  max-width: 235px;
}
.hero__content .tariff__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  margin: 20px 0 8px 0;
}
.hero__content .tariff__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #64748b;
}
.hero__content .enter__phone {
  border: 2px solid #1a89f9;
  border-radius: 16px;
  padding: 4px;
  display: flex;
  gap: 8px;
  height: 68px;
  margin-top: 40px;
}
.hero__content .enter__phone input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.hero__content .enter__phone input::placeholder {
  color: #64748b;
}
.hero .blue-btn {
  white-space: nowrap;
}
.hero__img {
  max-width: 724px;
  position: relative;
}
.hero__img .quote-box {
  position: absolute;
  left: 84px;
  bottom: 128px;
  background-color: #fff;
  padding: 28px;
  border-radius: 16px;
  width: 199px;
  box-shadow: 0px 40px 80px 0px rgba(27, 59, 112, 0.0588235294);
}
.hero__img .quote-box img {
  position: absolute;
  top: -9px;
  left: 28px;
  width: 20px;
  height: 17px;
}
.hero__img .quote-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  margin-bottom: 16px;
  color: #64748b;
}
.hero__img .quote-box b {
  font-weight: 600;
  color: #1a89f9;
}
.hero__img .quote-box span {
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -3%;
  color: #64748b;
}
.hero__img .quote-box h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  margin-top: 4px;
}
.hero__img img {
  width: 100%;
  height: 100%;
}

.trust-us__boxes {
  display: flex;
  justify-content: space-between;
}
.trust-us .media-none-content {
  display: none;
}
.trust-us__box .user-img {
  width: 200px;
  height: 200px;
  border-radius: 16px;
}
.trust-us__box-content {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.trust-us__box {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.trust-us__box .review-box {
  display: flex;
  gap: 10px;
  align-items: stretch;
  padding-right: 24px;
}
.trust-us__box .review-box p {
  padding: 6px 0;
  max-width: 328px;
}
.trust-us__box .review-box .quote-box:last-child {
  display: flex;
  align-items: end;
}
.trust-us__box .review-box .quote-box:last-child img {
  transform: rotate(180deg);
}
.trust-us__box .user-name {
  padding-left: 24px;
  font-size: 15px;
}

.promotions__container {
  background-color: #f2f7fd;
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
.promotions .blue-btn-media-block {
  display: none;
}
.promotions__info {
  width: 400px;
}
.promotions__info-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
}
.promotions__info-title span {
  color: #1a89f9;
}
.promotions__info-desc {
  color: #64748b;
  padding: 32px 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.promotions__info .blue-btn {
  width: 100%;
  height: 70px;
  justify-content: center;
}
.promotions__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 782px;
}
.promotions__list-item {
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  display: flex;
  align-items: center;
  gap: 16px;
}
.promotions__list-item.hidden {
  display: none;
}
.promotions__list-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #1a89f9;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
}
.promotions__list-item span {
  line-height: 120%;
}
.promotions .show__all-list {
  grid-column: span 3;
  height: 60px;
  border: 1px solid #1a89f9;
  border-radius: 16px;
  background-color: transparent;
  padding: 18px;
  font-weight: 600;
  margin-top: -2px;
  color: #1a89f9;
}

.promotion__services-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.promotion__services-card {
  padding: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0px 46px 60px -20px rgba(26, 137, 249, 0.1607843137);
}
.promotion__services-card.left {
  background: radial-gradient(100% 100% at 50% 0%, rgba(26, 137, 249, 0.6) 0%, #1a89f9 100%);
}
.promotion__services-card.left li {
  color: #fff;
}
.promotion__services-card.left h3 {
  color: #ffffff;
}
.promotion__services-card.left h3 span {
  color: rgba(255, 255, 255, 0.6980392157);
}
.promotion__services-card.right {
  background: radial-gradient(100% 100% at 50% 0%, #f1f8ff 0%, #e8f3fe 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
.promotion__services-card.right h3 {
  color: #1a89f9;
}
.promotion__services-card.right h3 span {
  color: #0f172a;
}
.promotion__services-card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.promotion__services-card ul li {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 18px;
  line-height: 150%;
}
.promotion__services-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.promotion__services-card-head h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
}
.promotion__services-card-head .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.promotion__services-card .white-btn {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #1a89f9;
}
.promotion__services-card .blue-btn {
  height: 70px;
  font-size: 18px;
  justify-content: center;
}

.free-test {
  margin: 0 20px;
  padding: 60px 0;
  
  border-radius: 40px;
	
}
.free-test .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.free-test__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #fff;
  max-width: 651px;
}
.free-test .white-btn {
  width: 335px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #1a89f9;
  box-shadow: 0px 20px 40px -20px rgba(0, 78, 206, 0.4);
  background-color: #fff;
  border-radius: 16px;
}

.successful__cases-container {
  background-color: #f2f7fd;
  border-radius: 32px;
  padding: 40px;
  max-width: 1360px;
  margin: 0 auto;
}
.successful__cases-container .swiper-pagination {
  display: none;
}
.successful__cases-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.successful__cases-top-left {
  flex: 1;
  min-width: 0;
}
.successful__cases-top-img {
  width: 434px;
  height: 281px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  object-fit: cover;
}
.successful__cases-top .company-logo {
  width: 136px;
  height: 136px;
  padding-inline: 8px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.successful__cases-top .company-info {
  display: flex;
  gap: 24px;
  align-items: center;
}
.successful__cases-top .company-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
}
.successful__cases-top .company-status {
  line-height: 125%;
  color: #64748b;
  margin: 12px 0 20px 0;
}
.successful__cases-top .company-location {
  display: flex;
  gap: 12px;
}
.successful__cases-top .company-location__box {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border-radius: 16px;
  background-color: #fff;
}
.successful__cases-top .company-location__box span {
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
}
.successful__cases-top .company-location__box b {
  color: #1a89f9;
  margin-left: -4px;
}
.successful__cases .company-statistics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.successful__cases .company-statistics__box {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
}
.successful__cases .company-statistics__box h3 {
  color: #1a89f9;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
.successful__cases .company-statistics__box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  color: #64748b;
}
.successful__cases .company-statistics__box span b {
  font-weight: 600;
}
.successful__cases-bottom {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.successful__cases-bottom .bottom-box {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  height: 440px;
}
.successful__cases-bottom .bottom-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta {

  margin: 0 20px;
  padding: 80px 0 64px 0;
  border-radius: 40px;
}

  

.cta-two .cta__content-form {
  margin-top: 60px;
}
.cta-two .cta__img .quote-box {
  width: 232px;
  bottom: 89px;
  top: unset;
}
.cta-two .cta__img {
  top: -152px;
}
.cta .container {
  position: relative;
}
.cta__content {
  max-width: 620px;
  position: relative;
  z-index: 10;
  color: #fff;
}
.cta__content-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
}
.cta__content-desc {
  margin: 32px 0 16px 0;
}
.cta__content b {
  font-weight: 600;
}
.cta__content-schedule {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.cta__content-form {
  background-color: #fff;
  box-shadow: 0px 20px 60px 0px rgba(27, 59, 112, 0.1215686275);
  border-radius: 32px;
  padding: 32px;
  width: 100%;
  margin-top: 40px;
}
.cta__content-form-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  color: #0f172a;
}
.cta__content-form-info {
  color: #64748b;
  font-size: 15px;
  line-height: 125%;
  margin-top: 12px;
}
.cta__content .input-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.cta__content .form-control {
  border: 1px solid #e2e8f0;
  width: 100%;
  height: 60px;
  padding: 16px;
  border-radius: 16px;
}
.cta__content .form-control::placeholder {
  color: #64748b;
}
.cta__content .form-actions {
  display: flex;
  gap: 16px;
}
.cta__content .form-actions .blue-btn {
  height: 70px;
  width: 100%;
  justify-content: center;
}
.cta__content .form-actions label {
  padding-left: 33px;
  width: 270px;
  display: block;
}
.cta__img {
  position: absolute;
  top: -118px;
  right: 0;
}
.cta__img .quote-box {
  position: absolute;
  top: 390px;
  right: 0;
  border: 2px solid #ffffff;
  box-shadow: 0px 40px 80px 0px rgba(27, 59, 112, 0.0588235294);
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  width: 215px;
}
.cta__img .quote-box p {
  font-size: 15px;
  line-height: 125%;
  color: #64748b;
  margin-bottom: 16px;
}
.cta__img .quote-box p b {
  color: #1a89f9;
}
.cta__img .quote-box span {
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
  margin-top: 4px;
}
.cta__img .quote-box h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
}
.cta__img .quote-box img {
  position: absolute;
  top: -12px;
  left: 28px;
}

.reviews .container {
  display: flex;
  gap: 40px;
}
.reviews .media-swiper {
  display: none;
}
.reviews__yandex {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  gap: 20px;
}
.reviews__yandex-head {
  padding: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.reviews__yandex-head .rating-count {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
}
.reviews__yandex-head .ya {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews__yandex-head .ya span {
  line-height: 16px;
}
.reviews__yandex-head .star-box img {
  width: 30px;
  height: 30px;
}
.reviews__yandex-head .show__all-reviews {
  margin-top: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  gap: 6px;
  display: flex;
  align-items: center;
  color: #64748b;
  margin-bottom: 10px;
  margin-left: auto;
}
.reviews__yandex-box {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #f1f5f9;
}
.reviews__yandex .user-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews__yandex .user-box .user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}
.reviews__yandex .user-box .user-status {
  font-size: 14px;
  line-height: 125%;
  color: #878787;
}
.reviews__yandex .user-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews__yandex .stars {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}
.reviews__yandex .star-box {
  display: flex;
  gap: 1px;
}
.reviews__yandex .date {
  font-size: 14px;
  line-height: 16px;
  color: #878787;
}
.reviews__yandex .reviews__desc {
  line-height: 20px;
  margin-top: 8px;
}
.reviews__certificate {
  max-width: 620px;
}
.reviews__certificate .swiper {
  margin-top: -40px;
  padding: 40px 0;
}
.reviews__certificate .swiper-slide {
  width: 100%;
  height: 442px;
}
.reviews__certificate .swiper-slide img {
  width: 100%;
  height: 100%;
}
.reviews__certificate-bottom {
  display: flex;
  gap: 20px;
}
.reviews__certificate p {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #64748b;
}
.reviews__certificate p b {
  font-weight: 600;
  color: #0f172a;
}

.reviews > .title {
    max-width: var(--container-width, 1240px);
    margin: 0 auto 40px;
    padding-left: var(--container-padding, 20px);
    padding-right: var(--container-padding, 20px);
}

.prices {
  padding: 80px 0;
  margin: 0 20px;
  border-radius: 40px;
  background-color: #f2f7fd;
}
.prices .price-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.prices .price-card {
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0px 20px 60px -20px rgba(26, 137, 249, 0.0588235294);
  background-color: #fff;
}
.prices .price-card.one .tariff-list__head.rounded {
  grid-column: span 2;
}
.prices .price-card.active {
  border: 5px solid #1a89f9;
}
.prices .price-card .media-block {
  display: none;
}
.prices .price-card .content .tariff-price {
  display: none;
}
.prices .price-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 40px;
}
.prices .price-card__head .tariff {
  display: flex;
  gap: 24px;
  align-items: center;
}
.prices .price-card__head .tariff-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
}
.prices .price-card__head .tariff-info {
  color: #64748b;
  margin-top: 12px;
}
.prices .price-card__head .tariff-status {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  border-radius: 20px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(26, 137, 249, 0.6) 0%, #1a89f9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.prices .price-card__head .tariff-status > div {
  display: flex;
  align-items: end;
  gap: 10px;
}
.prices .price-card__head .tariff-status .line {
  width: 16px;
  transform: rotate(15deg);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.prices .price-card__head .tariff-status .line.active {
  background-color: #fff;
}
.prices .price-card__head .tariff-status .line:first-child {
  height: 30px;
}
.prices .price-card__head .tariff-status .line:nth-child(2) {
  height: 46px;
}
.prices .price-card__head .tariff-status .line:last-child {
  height: 60px;
}
.prices .price-card__head .tariff-price {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #1a89f9;
  background-color: rgba(26, 137, 249, 0.1019607843);
  white-space: nowrap;
  padding: 12px 20px;
  border-radius: 16px;
}
.prices .price-card .tariff-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.prices .price-card .tariff-lists.one .tariff-list__head.rounded {
  grid-column: span 2;
}
.prices .tariff-list {
  border: 2px solid #f2f7fd;
  border-radius: 20px;
  overflow: hidden;
}
.prices .tariff-list__head {
  background: radial-gradient(50% 119.57% at 50% 0%, rgba(26, 137, 249, 0.04) 0%, rgba(26, 137, 249, 0.1) 100%), linear-gradient(0deg, #ffffff, #ffffff);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.prices .tariff-list__head svg {
  height: 11px;
  position: absolute;
  right: 13px;
  display: none;
}
.prices .tariff-list__head.rounded {
  border-radius: 20px;
}
.prices .tariff-list__head .icon-box {
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a89f9;
  border-radius: 12px;
}
.prices .tariff-list__head h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
}
.prices .tariff-list ul {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px 0 26px;
}
.prices .tariff-list ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
}
.prices .tariff-list ul svg {
  min-width: 20px;
}
.prices .space-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prices .blue-btn {
  height: 70px;
  justify-content: center;
}
.prices .tariff-list__head.rounded {
  padding: 11px 16px;
}

.system-approach .swiper .swiper-pagination {
  display: none;
}
.system-approach .swiper .swiper-wrapper {
  align-items: stretch !important;
}
.system-approach .swiper .swiper-slide {
  height: unset !important;
}
.system-approach__card {
  height: 100%;
  border: 2px solid #f2f7fd;
  border-radius: 32px;
}
.system-approach__card-head {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(50% 119.57% at 50% 0%, rgba(26, 137, 249, 0.6) 0%, #1a89f9 100%), linear-gradient(0deg, #f2f7fd, #f2f7fd);
  border-radius: 32px;
  padding: 32px;
}
.system-approach__card-head .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.system-approach__card-head .badge {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 10px;
  width: fit-content;
}
.system-approach__card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  vertical-align: bottom;
  color: #fff;
}
.system-approach__card-list {
  padding: 32px 32px 32px 20px;
  list-style: none;
}
.system-approach__card-list .list-count {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.system-approach__card-list .count-box {
  min-width: 32px;
  max-width: 32px;
  border-radius: 50%;
  min-height: 32px;
  max-height: 32px;
  background: radial-gradient(78.13% 78.13% at 31.25% 21.88%, rgba(26, 137, 249, 0.02) 0%, rgba(26, 137, 249, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #1a89f9;
  line-height: 125%;
  text-align: center;
  vertical-align: middle;
}
.system-approach__card-list .count-box.checked {
  background-color: #1a89f9;
}
.system-approach__card-list .count-box.checked img {
  width: 14px;
}
.system-approach__card-list .line {
  width: 2px;
  background-color: #f2f7fd;
  min-height: 30px;
  height: 100%;
}
.system-approach__card-list .info {
  padding: 6px 0 20px 0;
}
.system-approach__card-list .info .status-box {
  padding: 7px 10px;
  border-radius: 8px;
  background: linear-gradient(92.05deg, #f5fbff 0%, #e9f4ff 100%);
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #1a89f9;
  margin-bottom: 6px;
  margin-top: 16px;
}
.system-approach__card-list .info .status-box:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.system-approach__card-list li {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.system-approach__card-list h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}
.system-approach__card-list p {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
  margin-top: 12px;
}

.additional__services {
  padding-top: 0;
}
.additional__services .title {
  font-size: 36px;
}
.additional__services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}
.additional__services-card {
  border: 2px solid #f2f7fd;
  border-radius: 20px;
  overflow: hidden;
}
.additional__services-card-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  padding: 24px 32px;
  background: radial-gradient(50% 119.57% at 50% 0%, rgba(26, 137, 249, 0.04) 0%, rgba(26, 137, 249, 0.1) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
.additional__services-card a {
  background-color: #f2f7fd;
  padding: 8px 8px 8px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #1a89f9;
}
.additional__services-card a div {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
}
.additional__services-card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-team {
  background: radial-gradient(50% 122.4% at 0% 100%, rgba(26, 137, 249, 0.2) 0%, rgba(26, 137, 249, 0) 100%), radial-gradient(50% 122.4% at 100% 100%, rgba(26, 137, 249, 0.2) 0%, rgba(26, 137, 249, 0) 100%), linear-gradient(0deg, #f2f7fd, #f2f7fd);
  margin: 0 20px;
  border-radius: 40px;
  padding: 80px 0;
}
.our-team .swiper-pagination {
  display: none;
}
.our-team-swiper .swiper-slide {
  position: relative;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.our-team-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.our-team-swiper .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(26, 137, 249, 0) 0%, rgba(26, 137, 249, 0.6) 100%);
  padding: 60px 32px 32px 32px;
}
.our-team-swiper .team-info span {
  padding-top: 8px;
  line-height: 125%;
}
.our-team-swiper .team-info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}

.faq .container {
  display: flex;
  gap: 40px;
}
.faq .title {
  width: 510px;
}
.faq .accordions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .accordion {
  border-radius: 20px;
  border: 2px solid #f2f7fd;
  padding: 24px;
  transition: background-color 0.2s linear;
}
.faq .accordion.active {
  background-color: #f2f7fd;
}
.faq .accordion.active .accordion-arrow {
  transform: rotate(90deg);
}
.faq .accordion.active .accordion-content {
  display: flex;
  margin-top: 16px;
}
.faq .accordion-header {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq .accordion-header .accordion-arrow {
  transition: transform 0.2s linear;
}
.faq .accordion-header__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.faq .accordion-content {
  display: flex;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  flex-direction: column;
  gap: 20px;
}
.faq .accordion-content__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #475569;
  padding-left: 31px;
}

.info-sec .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.info-sec .container h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}	
.info-sec .container h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
}
.info-sec .container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #64748b;
}
.info-sec .container .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-sec .hide-info {
  display: none;
}
.info-sec .hide-info.show {
  display: block;
	
}
.info-sec__box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 32px;
}
.info-sec .btn-outline {
  padding: 13px 32px;
  border-radius: 16px;
  color: #1a89f9;
  font-weight: 600;
  border: 1px solid #1a89f9;
  width: fit-content;
  background-color: #fff;
}

.footer {
  background: #f8fafc;
  padding: 80px 0 40px 0;
}
.footer__top {
  display: grid;
  grid-template-columns: 400px 180px 290px 1fr;
  gap: 40px;
}
.footer__top .logo-box h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-top: 32px;
}
.footer__top .logo-box h4 span {
  color: #1a89f9;
}
.footer__top .social {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__top .social a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
}
.footer__top .social .phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #0f172a;
}
.footer__top .social .btn-outline {
  border: 1px solid #1a89f9;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a89f9;
  font-weight: 600;
  font-size: 14px;
  border-radius: 16px;
}
.footer__top ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.footer__top ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #64748b;
}
.footer__top .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer__top .head h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.footer__top .head svg {
  display: none;
}
.footer__bottom {
  border-top: 1px solid #e2e8f0;
  padding-top: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom .links {
  display: flex;
  gap: 40px;
}
.footer__bottom span,
.footer__bottom a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #64748b;
}

.swiper-pagination-bullet {
  margin: 0 2px;
  width: 6px;
  height: 6px;
  background-color: #cbd5e1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #1a89f9;
  width: 16px;
  border-radius: 99px;
}

@media (max-width: 1300px) {
  .container {
    max-width: 100%;
    padding-inline: 16px;
  }
  .hero .container {
    gap: 20px;
  }
  .trust-us__box .review-box {
    padding-right: 0;
  }
  .trust-us__boxes,
  .trust-us__box {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .footer__top {
    grid-template-columns: auto auto auto auto;
    gap: 20px;
  }
}
@media (max-width: 1140px) {
  .successful__cases-top {
    flex-direction: column;
  }
  .successful__cases-top-img {
    width: 100%;
  }
  .faq .title {
    width: 400px;
  }
  .faq .container {
    gap: 20px;
  }
}
@media (max-width: 1110px) {
  .promotions__list {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .promotions .show__all-list {
    grid-column: span 2;
  }
  .reviews .container {
    flex-direction: column;
  }
  .reviews__yandex,
  .reviews__certificate {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .hero .container {
    flex-direction: column-reverse;
  }
  .hero__img {
    max-width: 500px;
  }
  .hero__content-title {
    display: none;
  }
  .hero__content-title-media {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    padding-left: 16px;
    margin-bottom: 40px;
  }
  .hero__content-title-media span {
    color: #1a89f9;
  }
  .hero__content-info {
    margin-top: 0;
  }
  .hero__content {
    width: 100%;
  }
  .hero__content-tariff {
    gap: 30px;
    justify-content: start;
  }
  .header .menu-btn {
    display: flex;
  }
  .header .header__right-tg,
  .header .blue-btn,
  .header .header__left-info {
    display: none;
  }
  .header .media-block-el {
    display: grid;
    grid-template-columns: 1fr 50px;
    width: 100%;
    padding: 16px;
    gap: 12px;
    position: absolute;
    top: 78%;
    left: 0;
    z-index: 10000;
  }
  .header .media-block-el > * {
    display: flex !important;
  }
  .header .media-block-el .blue-btn {
    grid-column: span 2;
    justify-content: center;
  }
  .header .media-block-el .header__right-phone {
    height: 50px;
    padding: 4px;
    gap: 16px;
  }
  .header .media-block-el .header__right-phone span {
    font-size: 16px;
  }
  .header .media-block-el .header__right-phone .img-box {
    width: 42px;
    height: 42px;
    background-color: #f2f7fd;
  }
  .trust-us__box {
    flex-direction: column-reverse;
  }
  .trust-us__box-content {
    padding-top: 0;
  }
  .trust-us__box .user-img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }
  .trust-us__box .review-box {
    margin-bottom: 16px;
  }
  .trust-us__box .user-name {
    display: none;
  }
  .trust-us .img-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 22px;
    width: 100%;
  }
  .trust-us .img-box h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
  }
  .trust-us .img-box span {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin-top: 3px;
  }
  .trust-us .media-none-content {
    display: block;
  }
  .promotions__container {
    flex-direction: column;
    gap: 32px;
  }
  .promotions__info {
    width: 100%;
  }
  .promotions__list {
    max-width: 100%;
    width: 100%;
  }
  .promotion__services-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .free-test .container {
    flex-direction: column;
    gap: 32px;
    align-items: start;
  }
  .free-test {
    padding: 32px 0;
  }
  .successful__cases-bottom {
    flex-direction: column;
  }
  .cta__img {
    width: 460px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .cta__img > img {
    width: 100%;
  }
  .cta__img .quote-box {
    top: 260px;
    width: 224px;
    padding: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta__content-form {
    margin-top: 400px;
  }
  .cta__content {
    max-width: 100%;
  }
  .faq .container {
    flex-direction: column;
    gap: 32px;
  }
  .faq .container .title {
    width: 100%;
    margin-bottom: 0;
  }
  .cta-two .cta__content-form {
    margin-top: 658px;
  }
  .cta-two .cta__img {
    top: 150px;
  }
  .footer__top {
    grid-template-columns: auto auto auto;
  }
  .header__bottom {
    position: fixed;
    top: 72px;
    border-radius: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    background: #fff;
    z-index: 999;
    flex-direction: column;
    display: none;
  }
  .header__bottom.show {
    display: flex;
  }
  .header__bottom .dropdown:hover .chevron-down {
    transform: none;
  }
  .header__bottom .dropdown:hover .chevron-down path {
    stroke: #94a3b8;
  }
  .header__bottom-item {
    flex: none;
    padding: 16px;
    height: unset;
    border-bottom: 1px solid #f1f5f9;
    justify-content: start;
    border-radius: 0;
    color: #334155 !important;
  }
  .header__bottom-item:hover {
    background: transparent;
  }
  .header__bottom-item.dropdown {
    flex-direction: column;
  }
  .header__bottom-item.dropdown .dropdown__head {
    width: 100%;
    justify-content: space-between;
  }
  .header__bottom-item .dropdown__options {
    position: unset;
    opacity: 1;
    visibility: visible;
    padding: 16px 32px 16px 16px;
    text-align: left;
    min-width: 100%;
    box-shadow: none;
    display: none;
    flex-direction: column;
    transform: none;
    gap: 16px;
  }
  .header__bottom .dropdown__options-item {
    padding: 0;
    width: fit-content;
    color: #64748b;
  }
  .header .dropdown__head.active svg {
    transform: rotate(180deg) !important;
  }
  .header .dropdown__head.active svg path {
    stroke: #1a89f9 !important;
  }
  .header .dropdown .dropdown__options {
    border-radius: 0;
  }
  .header .dropdown .dropdown__options.show {
    display: flex;
  }
  .header {
    margin: 0 0 40px 0;
    padding: 10px 0;
  }
  .our-team .swiper {
    padding-bottom: 50px;
  }
  .our-team .swiper-pagination {
    display: block;
  }
}
@media (max-width: 768px) {
  .trust-us__boxes {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  .trust-us__box .review-box p {
    max-width: 100%;
    font-size: 15px;
  }
  .successful__cases-top .company-info {
    flex-direction: column;
    gap: 16px;
    align-items: start;
    position: relative;
  }
  .prices .price-card__head .tariff-info {
    display: none;
  }
  .prices .price-card .content .tariff-price {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    width: fit-content;
    border-radius: 8px;
    margin-top: 12px;
  }
  .prices .price-card__head .tariff-name {
    font-size: 18px;
  }
  .prices .price-card__head .tariff-status {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 12px;
  }
  .prices .price-card__head .tariff-status .line {
    width: 8px;
  }
  .prices .price-card__head .tariff-status .line:first-child {
    height: 15px;
  }
  .prices .price-card__head .tariff-status .line:nth-child(2) {
    height: 23px;
  }
  .prices .price-card__head .tariff-status .line:last-child {
    height: 31px;
  }
  .prices .price-card__head .tariff-status > div {
    gap: 5px;
  }
  .prices .price-card__head .tariff-price {
    display: none;
  }
  .prices .price-card__head {
    margin-bottom: 16px;
  }
  .prices .price-card .media-block {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: block;
    margin-bottom: 24px;
    color: #64748b;
  }
  .prices .price-card .tariff-lists {
    grid-template-columns: 1fr;
  }
  .prices .price-card.one .tariff-list__head.rounded {
    grid-column: 1;
  }
  .prices {
    margin: 0;
    border-radius: 24px;
    padding: 40px 0;
  }
  .prices .title {
    padding-inline: 16px;
  }
  .prices .container {
    padding: 0;
  }
  .our-team {
    padding: 80px 0;
    margin: 0;
    border-radius: 40px;
    background: #f2f7fd;
  }
  
    
    
  
  .cta.cta-two .cta__content-title {
    height: 130px;
  }
  .cta-two .cta__content-form {
    margin-top: 410px;
  }
  .cta-two .cta__img {
    height: 500px;
  }
  .cta-two .cta__img .quote-box {
    bottom: 135px;
  }
  .footer__top {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 700px) {
  .prices .price-card {
    padding: 16px;
  }
  .hero__content-title-media {
    margin-bottom: 20px;
  }
  .hero__img .quote-box {
    width: 238px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 16px;
  }
  .hero__img .quote-box p {
    margin-bottom: 10px;
  }
  .hero__img .quote-box p br {
    display: none;
  }
  .hero__img .quote-box p,
  .hero__img .quote-box h4,
  .hero__img .quote-box span {
    font-size: 12px;
  }
  .hero__img {
    min-width: 360px;
  }
  .hero .container {
    gap: 40px;
  }
  .header__right-phone span {
    font-size: 12px;
    line-height: 110%;
    padding-right: 0;
  }
  .header .menu-btn {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .header__right {
    gap: 4px;
  }
  .header .header__logo {
    width: 98px;
    height: 32px;
  }
  .header .header__logo img {
    width: 100%;
    height: 100%;
  }
  .header__right-phone {
    padding: 11px 10px;
    height: 36px;
    border-radius: 12px;
    gap: 4px;
  }
  .header__right-phone .img-box {
    width: 14px;
    background: transparent;
    height: 14px;
  }
  .header__bottom {
    top: 56px;
  }
  .hero__content-info {
    margin-bottom: 32px;
  }
  .hero__content .tariff__title {
    font-size: 14px;
    margin: 12px 0 8px 0;
  }
  .hero__content .tariff__info {
    font-size: 13px;
  }
  .hero__content-tariff {
    gap: 10px;
  }
  .hero__content .enter__phone {
    margin-top: 32px;
    flex-direction: column;
    gap: 12px;
    height: unset;
    border: none;
  }
  .hero__content .enter__phone input {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    min-height: 60px;
    max-height: 60px;
    padding: 12px 20px;
    border-radius: 12px;
    border: 2px solid #1a89f9;
  }
  .hero__content .enter__phone input::placeholder {
    color: #64748b;
  }
  .hero__content .enter__phone .blue-btn {
    height: 60px;
    justify-content: center;
  }
  .hero {
    padding-bottom: 40px;
  }
  section {
    padding-block: 40px;
  }
  .title {
    font-size: 28px;
  }
  .promotions__info-desc {
    font-size: 15px;
    padding-bottom: 0;
  }
  .promotions__list-item span {
    font-size: 11px;
  }
  .promotions__container {
    padding: 32px 16px;
    border-radius: 24px;
  }
  .promotions__info-title {
    font-size: 28px;
  }
  .blue-btn {
    padding: 13px 28px;
  }
  .promotions__list-item .icon-box {
    background: transparent;
    width: fit-content;
    height: fit-content;
    min-width: fit-content;
    min-height: fit-content;
  }
  .promotions__list-item .icon-box img {
    filter: invert(55%) sepia(83%) saturate(2936%) hue-rotate(195deg) brightness(100%) contrast(97%);
    width: 14px;
  }
  .promotions__list-item {
    padding: 8px 10px;
    gap: 10px;
    border-radius: 10px;
  }
  .promotions__list {
    gap: 8px;
  }
  .promotions .show__all-list {
    font-size: 14px;
    height: 41px;
    border-radius: 10px;
    padding: 10px;
  }
  .promotions .blue-btn {
    display: none;
  }
  .promotions .blue-btn-media-block {
    display: flex;
    height: 60px;
    width: 100%;
    justify-content: center;
  }
  .promotions__list-item {
    height: 44px;
  }
  .promotion__services .container {
    padding-inline: 0;
  }
  .promotion__services .title {
    padding-inline: 16px;
  }
  .promotion__services-card {
    border-radius: 24px;
    gap: 24px;
    padding: 32px 16px 16px 16px;
  }
  .promotion__services-card-head h3 {
    font-size: 22px;
  }
  .promotion__services-card-head .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .promotion__services-card-head .icon-box img {
    width: 24px;
    height: 24px;
  }
  .promotion__services-card ul li {
    gap: 14px;
    font-size: 15px;
  }
  .promotion__services-card .white-btn,
  .promotion__services-card .blue-btn {
    font-size: 16px;
  }
  .promotion__services-cards {
    gap: 20px;
  }
  .free-test__title {
    font-size: 24px;
  }
  .free-test {
    margin: 0;
    border-radius: 24px;
    
    background-size: cover;
  }
  .free-test .white-btn {
    width: 100%;
    font-size: 16px;
    height: 60px;
  }
  .successful__cases-top .company-name {
    font-size: 18px;
    top: 9px;
  }
  .successful__cases-top .company-status {
    font-size: 12px;
    margin: 0;
    top: 40px;
  }
  .successful__cases-container {
    padding: 16px;
  }
  .successful__cases-top .company-name,
  .successful__cases-top .company-status {
    position: absolute;
    left: 80px;
  }
  .successful__cases-top .company-logo {
    width: 64px;
    height: 64px;
    padding: 0 8px;
  }
  .successful__cases-top .company-logo img {
    width: 100%;
    height: auto;
  }
  .successful__cases .title-box .swiper-btns {
    display: none;
  }
  .successful__cases-top .company-location__box span {
    font-size: 12px;
  }
  .successful__cases-top .company-location__box {
    gap: 8px;
    border-radius: 8px;
    padding: 8px 10px;
  }
  .successful__cases-top .company-location {
    gap: 8px;
    flex-wrap: wrap;
  }
  .successful__cases-top .company-location__box b {
    font-size: 14px;
  }
  .successful__cases .company-statistics__box {
    padding: 12px;
    border-radius: 12px;
  }
  .successful__cases .company-statistics__box h3 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .successful__cases .company-statistics__box span {
    font-size: 10px;
  }
  .successful__cases .company-statistics__box span b {
    display: block;
  }
  .successful__cases .company-statistics {
    gap: 8px;
  }
  .successful__cases-top {
    gap: 16px;
  }
  .successful__cases-top-img {
    border-radius: 12px;
    height: 180px;
  }
  .successful__cases-bottom .bottom-box img {
    height: 186px;
  }
  .successful__cases-bottom .bottom-box {
    height: auto;
    padding: 12px;
    border-radius: 12px;
  }
  .successful__cases-bottom {
    gap: 16px;
  }
  .successful__cases-container {
    border-radius: 24px;
  }
  .successful__cases-container .swiper-pagination {
    display: block;
  }
  .successful__cases-swiper {
    padding-bottom: 40px;
  }
  .cta__content-form {
    margin-top: 450px;
    padding: 24px;
    border-radius: 20px;
  }
  .cta__content-desc {
    height: 96px;
  }
  .cta__content-schedule {
    height: 48px;
  }
  .cta__content-title {
    min-height: 62px;
  }
  .cta__img {
    width: 360px;
    height: auto;
  }
  .cta {
    margin: 0;
    border-radius: 24px;
    padding: 32px 0;
    
    
  }
  .cta__content-title {
    font-size: 28px;
  }
  .cta__content-desc {
    margin: 24px 0 12px 0;
    font-size: 15px;
  }
  .cta__content-schedule {
    font-size: 16px;
  }
  .cta__img {
    top: 300px;
  }
  .cta__img .quote-box p {
    font-size: 12px;
  }
  .cta__img .quote-box {
    top: 280px;
  }
  .cta__img .quote-box h4 {
    font-size: 11px;
  }
  .cta__img .quote-box span {
    font-size: 11px;
  }
  .quote-box .flex-box {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .quote-box .flex-box h4,
  .quote-box .flex-box span {
    padding: 0;
    margin: 0;
  }
  .cta__img .quote-box img {
    left: 16px;
    width: 12px;
    height: 12px;
    top: -8px;
  }
  .cta__img .quote-box p {
    margin-bottom: 10px;
  }
  .cta__content .input-boxes {
    grid-template-columns: 1fr;
  }
  .cta__content .form-actions {
    flex-direction: column-reverse;
  }
  .reviews__yandex-head .show__all-reviews {
    margin-left: 0;
    margin-bottom: 0;
  }
  .reviews__yandex-head .rating-count {
    font-size: 48px;
  }
  .reviews__yandex-head {
    gap: 12px;
    flex-direction: column;
    align-items: start;
    position: relative;
    padding: 16px;
  }
  .reviews__yandex-head .star-box img {
    width: 23px;
  }
  .reviews__yandex .media-none {
    display: none;
  }
  .reviews__yandex .reviews__yandex-head .star-box {
    position: absolute;
    top: 26px;
    left: 104px;
  }
  .reviews__yandex-head .ya {
    margin-top: 0;
  }
  .reviews__yandex-head .ya img {
    width: 90px;
  }
  .reviews__yandex-head .ya span {
    font-size: 14px;
  }
  .reviews .media-swiper {
    display: block;
  }
  .reviews .media-swiper .swiper {
    padding-bottom: 40px;
  }
  .reviews__certificate {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .reviews__certificate .swiper-btns {
    display: none;
  }
  .reviews__certificate .swiper-slide {
    height: 490px;
  }
  .prices .tariff-list__head h4 {
    font-size: 14px;
  }
  .prices .tariff-list__head .icon-box {
    width: fit-content;
    min-width: fit-content;
    height: fit-content;
    background: transparent;
  }
  .prices .tariff-list__head .icon-box img {
    width: 20px;
    filter: invert(55%) sepia(83%) saturate(2936%) hue-rotate(195deg) brightness(100%) contrast(97%);
    height: 20px;
  }
  .prices .tariff-list__head {
    padding: 16px;
  }
  .prices .tariff-list ul {
    margin: 20px 0;
    padding: 0 16px;
  }
  .prices .tariff-list__head {
    border-radius: 16px;
  }
  .prices .tariff-list__head.rounded {
    border-radius: 16px;
  }
  .prices .price-cards {
    gap: 32px;
  }
  .prices .price-card__head .tariff {
    gap: 16px;
  }
  .prices .tariff-list__head svg {
    display: block;
  }
  .prices .tariff-list {
    border-color: transparent;
  }
  .prices .tariff-list ul {
    display: none;
  }
  .prices .price-card .tariff-lists {
    gap: 12px;
  }
  .prices .blue-btn {
    margin-top: 24px;
    height: 60px;
  }
  .prices .tariff-list {
    overflow: visible;
  }
  .prices .tariff-list .tariff-list__head {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-top: -2px;
  }
  .prices .tariff-list svg {
    transition: all 0.2s linear;
  }
  .prices .tariff-list.active {
    border-color: #f2f7fd;
  }
  .prices .tariff-list.active .tariff-list__head svg {
    transform: rotate(90deg);
  }
  .prices .tariff-list.active ul {
    display: flex;
  }
  .prices .price-card.active {
    border: none;
  }
  .system-approach__card-head {
    padding: 20px;
  }
  .system-approach__card-title {
    font-size: 18px;
  }
  .system-approach__card-head .badge {
    font-size: 14px;
  }
  .system-approach__card-list {
    padding: 20px;
  }
  .system-approach__card-list li {
    gap: 12px;
  }
  .system-approach__card-list .info .status-box {
    font-size: 14px;
  }
  .system-approach .swiper-btns {
    display: none;
  }
  .system-approach .swiper {
    padding-bottom: 40px;
  }
  .system-approach .swiper .swiper-pagination {
    display: block;
  }
  .additional__services .title {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .additional__services-card-head {
    padding: 20px;
  }
  .additional__services-card-body {
    padding: 20px;
  }
  .additional__services-cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .additional__services-card a {
    font-size: 15px;
    padding-left: 16px;
  }
  .additional__services-card a div {
    width: 44px;
    height: 44px;
  }
  .faq .accordion.active {
    padding: 20px;
  }
  .faq .accordion-header__title {
    font-size: 16px;
  }
  .faq .accordion-content__info {
    font-size: 14px;
  }
  .faq .accordion-header {
    align-items: start;
  }
  .faq .accordion-header img {
    margin-top: 7px;
  }
  .info-sec .container h3 {
    font-size: 22px;
  }
  .info-sec .container {
    gap: 32px;
  }
  .info-sec__box h4 {
    font-size: 16px;
  }
  .info-sec .btn-outline {
    width: 100%;
    text-align: center;
    height: 50px;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer .logo-box {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
  }
  .footer .logo-box img {
    width: 123px;
    height: 40px;
  }
  .footer__top .logo-box h4 {
    margin-top: 0;
    font-size: 16px;
  }
  .footer__top .head {
    margin: 0;
    padding: 12px 6px 12px 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .footer__top .head svg {
    display: block;
    height: 13px;
  }
  .footer__top ul,
  .footer__top .social {
    display: none;
  }
  .footer__bottom {
    margin-top: 32px;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    padding-top: 32px;
  }
  .footer__bottom .links {
    flex-direction: column;
    gap: 32px;
  }
  .footer__top-box.active .head {
    margin-bottom: 24px;
  }
  .footer__top-box.active .head svg {
    transform: rotate(90deg);
  }
  .footer__top-box.active .head svg path {
    stroke: #1a89f9;
  }
  .footer__top-box.active ul,
  .footer__top-box.active .social {
    display: flex;
  }
  .footer__top-box.active ul,
  .footer__top-box.active .social {
    gap: 24px;
  }
  .hero__img .quote-box img {
    left: 16px;
  }
  .header {
    transition: all 0.2s linear;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(60px);
    box-shadow: 0px 10px 20px 0px rgba(27, 59, 112, 0.0392156863);
    background: rgba(255, 255, 255, 0.8);
  }
}

/* ---- MODAL WINDOW ---- */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-window {
    background: #fff;
    padding: 40px 35px 30px;
    max-width: 420px;
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    position: relative;
}

/* крестик */
.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
}

/* заголовок */
.modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a89f9;
    margin-bottom: 15px;
	line-height: 1.3; /* 🔥 расстояние между строками */
}

/* подзаголовок */
.modal-subtitle {
    font-size: 16px;
    color: #4A5568;
    margin-bottom: 25px;
}

/* подписи полей */
.modal-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3A4759;
    margin-bottom: 16px;
}

/* инпуты */
.modal-form input {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    background: #fff;
    margin-top: 6px;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.06);
}

.modal-form input:focus {
    border-color: #1A89F9;
}

/* кнопка */
.modal-submit {
    width: 100%;
    padding: 16px;
    background: #1a89f9;
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.modal-submit:hover {
    background: #2760EF;
}

/* текст согласия */
.modal-agreement {
    margin-top: 14px;
    font-size: 12px;
    color: #6C7A8C;
    line-height: 1.45;
}

.scroll-top-btn {
  position: fixed;
  left: 20px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background: #1a89f9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.scroll-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-btn img {
  width: 26px;
  height: 26px;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #f0f7ff;
    color: #000;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* ???? красивая тень */
    font-size: 14px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
.cookie-banner .text {
    max-width: 600px;
    line-height: 1.4;
}
.cookie-banner button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 16px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
	font-size: 16px; /* ???? размер шрифта кнопки */
}
.cookie-banner button:hover {
    background-color: #0056b3;
}
.cookie-banner a {
    color: #000;
    text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
