
button.mfp-arrow,
button.mfp-close {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 0;
  width: 44px;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}
.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.mfp-arrow {
  height: 110px;
  margin: -55px 0 0;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  border: inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
}
.tippy-tooltip.light-theme {
  -webkit-box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
    0 4px 80px -8px rgba(36, 40, 47, 0.25),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
    0 4px 80px -8px rgba(36, 40, 47, 0.25),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  color: #26323d;
}
.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff;
}
.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}
.tippy-tooltip.light-theme[data-animatefill] {
  background-color: initial;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/53edad7f2aa4eb752938.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/1d3cfabaf123b01ec3d9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/6dd20a8da5b1c28b8df2.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/1462dbdef4469fb3b4c3.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/e171efa58e05a5ccc62a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/a90ad203eaed8bfd3323.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Proxima;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/e32b8be0b0a2dbb83ad7.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Proxima;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/54b9eb90d4b941f9371e.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Proxima;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/16570ea7c037fa079d78.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/133ad19960cd5dc1bd7e.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/0e3cc9f2e33d6d2c5936.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/1f002f4ee43dc3c8d7d7.woff2) format('woff2');
}
:root {
  --common_color: #eaeff6;
  --second_color: #fff;
  --selection_color: #fff;
  --selection_bg: #7e7e7e;
  --bg: #fff;
  --bg_2: #252c3e;
  --bg_3: #29313a;
  --bg_4: #8c8c8c;
  --bg_5: #114796;
  --bg_6: #155abe;
  --bg_7: #0068ff;
  --bg_8: #dde5f7;
  --bg_9: #eaeff6;
  --bg_10: #d504c6;
  --bg_11: #ffd5ae;
  --bg_12: #46e884;
  --bg_13: #cce1ff;
  --bg_14: #b4d0f9;
  --text_color: #fff;
  --text_color_2: #252c3e;
  --text_color_3: #6d7988;
  --text_color_4: #9e9e9e;
  --text_color_5: #b4b4b4;
  --text_color_6: #0068ff;
  --text_color_7: #95a8c2;
  --text_color_8: #b0d0ff;
  --text_color_9: #ffd5ae;
  --text_color_10: #f57a7a;
  --line_1: #252c3e;
  --line_2: #6d7988;
  --line_3: #9d9d9e;
  --line_4: #7ab1ff;
  --line_5: #b0d0ff;
  --button_bg: #d504c6;
  --button_bg_hover: #8f0786;
  --bg_modal_documents: #f9fbff;
  --modal_documents_text_color: #1e2639;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: initial;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: initial;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: initial;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #fff;
  color: #fff;
  text-shadow: none;
}
@supports (color: color-mix(in lch, red, blue)) {
  ::-moz-selection {
    background: color-mix(in srgb, var(--bg) 50%, var(--text_color));
  }
}
::selection {
  background: #fff;
  color: #fff;
  text-shadow: none;
}
@supports (color: color-mix(in lch, red, blue)) {
  ::selection {
    background: color-mix(in srgb, var(--bg) 50%, var(--text_color));
  }
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
body,
html {
  line-height: normal;
  min-width: 320px;
  overflow-x: hidden;
}
a {
  outline: 0 !important;
}
body.chunk-hide-popups .mfp-wrap:not(.chunk-modal) {
  display: none;
}
b {
  color: #252c3e;
  color: var(--text_color_2);
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
strong {
  color: inherit;
}
.bold {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
img {
  height: auto;
  max-width: 100%;
}
[data-ajax],
[data-js='image-popup'],
[data-js='video-popup'] {
  cursor: pointer;
}
.content {
  overflow: hidden;
}
.content.dev:before {
  background-color: #adff2f;
  border-bottom: 1px solid #ccd0d2;
  border-right: 1px solid #ccd0d2;
  color: #000;
  content: 'dev';
  display: block;
  padding: 2px 5px;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.row {
  box-sizing: initial;
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 40px;
}
[data-js-quiz='navigation-forward'][disabled] {
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.info {
  display: flex;
  justify-content: center;
}
.info i {
  border-radius: 50%;
  display: block;
  height: 14px;
  width: 14px;
}
.info i:before {
  background-position: 50%;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.info i:hover {
  animation: info-shadow 0.5s;
}
@keyframes info-shadow {
  20% {
    box-shadow: 0 0 5px #eaeff6;
    box-shadow: 0 0 5px var(--common_color);
  }
  to {
    box-shadow: 0 0 100px #fff;
  }
}
.lower {
  text-transform: lowercase;
}
[data-js-scroll-to] {
  cursor: pointer;
}
#adbar {
  transform: translateX(999px);
}
@media screen and (max-width: 1320px) {
  .row {
    padding: 0 45px;
  }
  .info i {
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 21px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 16px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.re-captcha-notice {
  color: #252c3e;
  color: var(--text_color_2);
  font-size: 12px;
  line-height: 18px;
}
.re-captcha-notice .link {
  color: #eaeff6;
  color: var(--common_color);
}
@media screen and (max-width: 767px) {
  .re-captcha-notice {
    font-size: 10px;
    line-height: 14px;
  }
}
#CalltouchWidgetFrame:not(.shown) {
  height: 0 !important;
  left: -1500px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
}
.mobile-ct-widget {
  background: 0 0;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  display: none;
  -webkit-filter: none;
  filter: none;
  height: 108px;
  left: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: calc(50% - 54px);
  top: auto;
  transform: none;
  width: 108px;
  z-index: 1000000001;
  zoom: 1;
}
.mobile-ct-widget__btn {
  align-items: center;
  animation: ct-button 1s ease 0s infinite alternate none running;
  background-image: linear-gradient(208deg, #ff6f03, #ffad00);
  border-radius: 90px;
  display: flex;
  height: 64px;
  justify-content: center;
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
}
.mobile-ct-widget__btn svg {
  fill: #fff;
  display: block;
  height: 32px;
  width: 32px;
}
@keyframes ct-button {
  0% {
    transform: scale(0.88) translateY(15px);
  }
  to {
    transform: scale(1) translate(0);
  }
}
.special-error-modal {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 595px;
  position: relative;
  width: 100%;
}
.mfp-content .special-error-modal {
  display: block;
}
.special-error-modal .mfp-close {
  background-image: url(../images/947d145587cae8470f6c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  height: 22px;
  position: absolute;
  right: 0 !important;
  top: -32px !important;
  width: 22px;
}
.special-error-modal__wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 34px 22px;
}
.special-error-modal__top {
  align-items: center;
  background-color: #fff5f5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
  padding: 10px 10px 0 12px;
}
.special-error-modal__number {
  color: #f24e4e;
  font-size: 64px;
  line-height: 70px;
  margin-right: 33px;
}
.special-error-modal__number,
.special-error-modal__title {
  font-family: Proxima, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.special-error-modal__title {
  color: #333;
  font-size: 20px;
  line-height: 25px;
  margin-right: 17px;
}
.special-error-modal__title_mobile {
  display: none;
}
.special-error-modal__accent {
  color: #f24e4e;
  margin-right: 6px;
}
.special-error-modal__image {
  align-self: flex-end;
  background-image: url(../images/fe56470b1bee40cb937a.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 67px;
  width: 96px;
}
.special-error-modal__middle {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.special-error-modal__subtitle {
  color: #333;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 14px;
}
.special-error-modal__button,
.special-error-modal__subtitle {
  font-family: Proxima, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.special-error-modal__button {
  background: #f3b216;
  border-radius: 50px;
  box-shadow: 0 8px 65px rgba(243, 178, 22, 0.15);
  color: #fff;
  display: block;
  flex-shrink: 0;
  font-size: 20px;
  height: 73px;
  letter-spacing: 2px;
  line-height: 24px;
  padding-bottom: 24px;
  padding-top: 25px;
  width: 300px;
}
.special-error-modal__bottom {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  max-width: 492px;
  padding: 20px;
  row-gap: 23px;
}
.special-error-modal__list {
  column-gap: 22px;
  display: flex;
  justify-content: space-between;
}
.special-error-modal__item {
  color: #333;
  font-family: Proxima, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 27px;
  position: relative;
}
.special-error-modal__item:before {
  background-image: url(../images/8f2abb2e1fde8bfd121b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.special-error-modal__item strong {
  color: #333;
  font-family: Proxima, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.special-error-modal__time {
  color: #8b8b8b;
  font-family: Proxima, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.special-error-modal__time-value {
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .fraud-alert #CalltouchWidgetFrame {
    height: 0 !important;
    left: -500px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
  }
  .fraud-alert .mobile-ct-widget.active {
    display: block;
  }
  .special-error-modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .special-error-modal__wrapper {
    align-items: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 24px;
  }
  .special-error-modal__top {
    column-gap: 27px;
    margin-bottom: 14px;
    padding-top: 0;
    width: 100%;
  }
  .special-error-modal__number {
    margin-right: 0;
  }
  .special-error-modal__title_desktop {
    display: none;
  }
  .special-error-modal__title_mobile {
    display: block;
  }
  .special-error-modal__image {
    flex-shrink: 0;
    height: 67px;
    width: 96px;
  }
  .special-error-modal__title {
    align-self: flex-start;
    font-size: 18px;
    line-height: 23px;
    padding-left: 12px;
  }
  .special-error-modal__middle {
    margin-bottom: 0;
    padding: 16px 12px 23px;
  }
  .special-error-modal__subtitle {
    align-self: flex-start;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
    text-align: left;
  }
  .special-error-modal__bottom,
  .special-error-modal__list {
    column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
  }
  .special-error-modal__bottom {
    align-items: flex-start;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
  }
  .special-error-modal__button {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    min-width: 284px;
    width: 100%;
  }
}
.link {
  color: #252c3e;
  color: var(--text_color_2);
}
.link > span {
}
.link:hover > span {
  border-bottom-color: transparent;
}
.link_notline {
  color: #252c3e;
  color: var(--text_color_2);
}
.link_notline > span {
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease;
}
.link_notline:hover > span,
.link_underline > span {
  border-bottom: 1px solid;
}
.link_underline > span {
  transition: border 0.2s ease;
}
.link_underline:hover > span {
  border-bottom-color: transparent;
}
.link_white {
  color: #fff;
}
.link_dashed > span {
  border-bottom: 1px dashed;
  transition: border 0.2s ease;
}
.link_dashed:hover > span {
  border-bottom-color: transparent;
}
.link_dotted > span {
  border-bottom: 1px dotted;
  transition: border 0.2s ease;
}
.link_dotted:hover > span {
  border-bottom-color: transparent;
}
.btn[data-js-cbs]:not(.loaded) {
  animation: disable_button 3s ease-in;
  position: relative;
}
.btn[data-js-cbs]:not(.loaded):after {
  animation: loading 3s ease-in;
  background-image: url(../images/fa5d127488abaede7a89.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  content: '';
  -webkit-filter: drop-shadow(0 0 5px hsla(0, 0%, 88%, 0.4));
  filter: drop-shadow(0 0 5px rgba(225, 225, 225, 0.4));
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@keyframes disable_button {
  0% {
    font-size: 0;
    pointer-events: none;
  }
  to {
    font-size: 0;
    pointer-events: none;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  95% {
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
  }
}
.p-old {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.p-new,
.p-old {
  white-space: nowrap;
}
[data-custom-scroll]::-webkit-scrollbar {
  width: 3px;
}
[data-custom-scroll]::-webkit-scrollbar-track {
  background-color: initial;
}
[data-custom-scroll]::-webkit-scrollbar-thumb {
  background-color: #97c32e;
}
[data-custom-scroll]::-webkit-scrollbar-track-piece:end {
  margin-bottom: 10px;
}
.modal.modal-error {
  max-width: 410px;
  min-height: 340px;
  padding: 0;
}
.modal.modal-error .mfp-close {
  right: 10px;
  top: 8px;
}
.modal.modal-error .mfp-close:before {
  background-image: url(../images/70733396b4060021aa3c.svg);
}
.modal-error__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 36px;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-error__title {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.modal-error__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
.modal-error__text a {
  color: #fff;
  color: var(--second_color);
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-top: 4px;
}
.modal-error__icon {
  margin-bottom: 24px;
  max-width: 86px;
}
.modal-error__icon svg {
  width: 100%;
}
.modal-error__icon path {
  fill: #fff;
  fill: var(--second_color);
}
@media screen and (max-width: 1023px) {
  .modal.modal-error {
    max-width: 348px;
    min-height: 330px;
  }
  .modal-error__icon {
    margin-bottom: 24px;
    max-width: 80px;
  }
  .modal-error__title {
    font-size: 18px;
    line-height: 26px;
  }
  .modal-error__text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal-error {
    max-width: 288px;
    min-height: 285px;
  }
  .modal-error__icon {
    margin-bottom: 12px;
    max-width: 60px;
  }
  .modal-error__title {
    font-size: 16px;
    line-height: 22px;
  }
  .modal-error__text {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-error__text a {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-error__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mfp-bg {
  background: rgba(46, 42, 38, 0.5);
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 0.7;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp_video-popup .mfp-close {
  top: -35px;
}
.mfp_image-popup .mfp-close {
  right: 0;
}
.mfp_modal-success .mfp-close,
.mfp_modal-success .mfp-close:hover {
  right: 0;
  top: 2px;
}
.mfp-content .modal {
  display: block;
}
.modal {
  display: none;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
button.mfp-arrow {
  background-color: initial;
  border: 0;
  display: block;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 1050;
}
button.mfp-arrow:before {
  border: 0;
  content: '';
  margin: 0 !important;
  opacity: 1;
  position: absolute;
  right: auto;
  top: 0;
}
button.mfp-arrow:after {
  background-image: url(../images/316670ff2e3e73aef6d3.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: '';
  height: 16px;
  left: 10px;
  margin-left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px;
}
button.mfp-arrow-right {
  left: auto;
  right: 0;
}
button.mfp-arrow-right:before {
  left: auto;
}
button.mfp-arrow-right:after {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
}
.scroll-to-top {
  background-color: hsla(0, 0%, 100%, 0.2);
  background-image: url(../images/48622cf873439040efc1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #c6d8e7;
  border-radius: 50%;
  bottom: 115px;
  cursor: pointer;
  height: 59px;
  opacity: 0;
  position: fixed;
  right: 35px;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 59px;
  z-index: 1000;
}
.scroll-to-top.scroll-to-top_shown {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1320px) {
  .scroll-to-top {
    background-size: 16px 13px;
    bottom: 157px;
    height: 50px;
    right: 15px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-to-top {
    bottom: 50px;
    left: 15px;
    right: auto;
  }
}
[data-js='tooltip-button'] {
  cursor: pointer;
}
[data-js='tooltip-html'] {
  display: none;
}
.tippy-tooltip.light-theme {
  background-color: #fff;
  border: 1px solid #e0e3e4;
  box-shadow: 0 10px 29px rgba(70, 81, 86, 0.18);
  font-size: 14px;
}
[data-js-tooltip='arrow'] {
  height: 14px;
  position: absolute;
  width: 30px;
}
[data-js-tooltip='arrow']:before {
  left: 1px;
  top: 1px;
  z-index: 1;
}
[data-js-tooltip='arrow']:after,
[data-js-tooltip='arrow']:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
[data-js-tooltip='arrow']:after {
  z-index: 0;
}
.tippy-arrow {
  position: absolute;
}
.tippy-popper[x-placement^='bottom'] .tippy-arrow {
  height: 14px;
  top: -14px;
  width: 30px;
}
.tippy-popper[x-placement^='bottom'] [data-js-tooltip='arrow'] {
  left: -7px;
  top: -1px;
}
.tippy-popper[x-placement^='bottom'] [data-js-tooltip='arrow']:before {
  border-color: transparent transparent #fff;
  border-width: 0 15px 14px;
}
.tippy-popper[x-placement^='bottom'] [data-js-tooltip='arrow']:after {
  border-color: transparent transparent #e0e3e4;
  border-width: 0 16px 15px;
}
.tippy-popper[x-placement^='top'] .tippy-arrow {
  bottom: -14px;
  height: 14px;
  width: 30px;
}
.tippy-popper[x-placement^='top'] [data-js-tooltip='arrow'] {
  bottom: 0;
  left: -7px;
}
.tippy-popper[x-placement^='top'] [data-js-tooltip='arrow']:before {
  border-color: #fff transparent transparent;
  border-width: 14px 15px 0;
  top: 0;
}
.tippy-popper[x-placement^='top'] [data-js-tooltip='arrow']:after {
  border-color: #e0e3e4 transparent transparent;
  border-width: 15px 16px 0;
}
.tippy-popper[x-placement^='left'] .tippy-arrow {
  height: 30px;
  width: 14px;
}
.tippy-popper[x-placement^='left'] [data-js-tooltip='arrow'] {
  height: 30px;
  top: -7px;
  width: 14px;
}
.tippy-popper[x-placement^='left'] [data-js-tooltip='arrow']:before {
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 14px;
  left: 0;
}
.tippy-popper[x-placement^='left'] [data-js-tooltip='arrow']:after {
  border-color: transparent transparent transparent #e0e3e4;
  border-width: 16px 0 16px 15px;
}
.tippy-popper[x-placement^='right'] .tippy-arrow {
  height: 30px;
  width: 14px;
}
.tippy-popper[x-placement^='right'] [data-js-tooltip='arrow'] {
  height: 30px;
  top: -7px;
  width: 14px;
}
.tippy-popper[x-placement^='right'] [data-js-tooltip='arrow']:before {
  border-color: transparent #fff transparent transparent;
  border-width: 15px 14px 15px 0;
  right: -1px;
  top: 0;
}
.tippy-popper[x-placement^='right'] [data-js-tooltip='arrow']:after {
  border-color: transparent #e0e3e4 transparent transparent;
  border-width: 15px 14px 15px 0;
}
.tippy-tooltip {
  padding: 20px 60px 20px 30px !important;
  position: relative;
  text-align: left;
}
[data-js-tooltip='close'] {
  cursor: pointer;
  height: 14px;
  pointer-events: all;
  position: absolute;
  right: 23px;
  top: 23px;
  width: 14px;
}
[data-js-tooltip='close'] > svg {
  left: 0;
  position: absolute;
  top: 0;
}
[data-js-tooltip='close'] > svg path {
  transition: fill 0.2s ease-out;
}
[data-js-tooltip='close']:hover > svg path {
  fill: #8e9799;
  transition: fill 0.2s ease-out;
}
.tooltip {
  text-align: left;
}
.tooltip__title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 260px;
}
.tooltip__text {
  color: #989ca6;
  font-size: 14px;
  line-height: 26px;
}
.tooltip__li-right {
  float: right;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .tooltip__title {
    max-width: 100%;
  }
  .tippy-tooltip {
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }
  .tippy-popper[data-html] {
    max-width: calc(100% - 10px);
  }
  .tooltip__li-right {
    display: block;
    float: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .tooltip__text br {
    display: none;
  }
  .tippy-tooltip {
    padding-right: 45px !important;
  }
}
.form__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form__row > * {
  flex: 0 1 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.form__row_triple > * {
  flex-basis: 33.33%;
}
.form__row_triple .form__policy {
  margin-top: 0;
}
.form__group {
  position: relative;
}
.form__group.error label {
  color: red;
}
.form__group.error .input,
.form__group.error label {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.form__group.error .input {
  border-color: red;
}
.form__group.error .input::-webkit-input-placeholder {
  color: red;
}
.form__group.error .input::placeholder {
  color: red;
}
.form__group .error {
  bottom: 3px;
  color: red;
  font-size: 12px;
  position: absolute;
  right: 40px;
}
.form__group_phone .error-text {
  color: red;
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  text-align: left;
  visibility: hidden;
}
.input_phone_check {
  display: none !important;
}
@keyframes shake {
  10%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  80% {
    transform: translateX(2px);
  }
  30%,
  50%,
  70% {
    transform: translateX(-4px);
  }
  40%,
  60% {
    transform: translateX(4px);
  }
}
textarea {
  resize: none;
}
.form__flex {
  display: flex;
  margin-top: 22px;
}
.form__flex .form__group {
  margin-right: 20px;
  max-width: 370px;
  width: 100%;
}
.form__flex .button_submit {
  margin-top: 0;
  max-width: 370px;
}
.underline {
  transition: border 0.2s ease;
}
.underline:hover {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1320px) {
  .form__flex {
    margin-top: 18px;
  }
  .form__flex .button_submit {
    max-width: 290px;
  }
}
@media screen and (max-width: 1023px) {
  .form__flex {
    margin-top: 13px;
  }
  .form__flex .form__group {
    margin-right: 14px;
    max-width: 189px;
  }
  .form__flex .form__group:nth-child(2) {
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form__flex {
    flex-wrap: wrap;
  }
  .form__flex .form__group {
    margin-right: 0;
    max-width: 100%;
  }
  .form__flex .input {
    height: 60px;
  }
  .form__flex > * {
    flex-basis: 100% !important;
  }
  .form__flex .button_submit {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    max-width: 242px;
  }
}
[data-js='tabs-nav'] {
  position: relative;
  z-index: 1;
}
[data-js='tabs-nav'] > * {
  color: #5a6263;
  font-size: 16px;
  line-height: 16px;
  transition: color 0.2s ease-in-out;
}
[data-js='tabs-nav'] > .active,
[data-js='tabs-nav'] > :hover {
  color: #364344;
}
[data-js='tabs-content'] {
  position: relative;
  z-index: 2;
}
[data-js='tabs-content'] > * {
  display: none;
}
[data-js='tabs-content'] > .active {
  display: block;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
[data-js-quiz='radio'] {
  -webkit-user-select: none;
  user-select: none;
}
.cookie {
  background-color: #efefef;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.cookie__grid {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.cookie__text {
  color: #8a8a8a;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: 20px;
}
.cookie__text a {
  border-bottom: 1px dashed #8a8a8a;
  transition: 0.2s ease;
}
.cookie__text a:hover {
  border-bottom: 1px dashed transparent;
}
.cookie__buttons-wrapper {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.cookie__btn-agree {
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  color: #8a8a8a;
  padding: 10px 13px;
}
@media screen and (max-width: 1023px) {
  .cookie__buttons-wrapper,
  .cookie__text {
    font-size: 14px;
  }
  .cookie__btn-agree {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cookie__grid {
    padding: 5px 0;
  }
  .cookie__buttons-wrapper,
  .cookie__text {
    font-size: 12px;
  }
  .cookie__btn-agree {
    padding: 5px 12px;
  }
}
.modal.modal-policy-default {
  max-width: 1200px;
  padding: 0;
}
.modal.modal-policy-default .mfp-close {
  align-items: center;
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll !important;
  background: initial !important;
  border: 0 !important;
  color: #333 !important;
  cursor: pointer !important;
  display: flex;
  font-size: 28px !important;
  justify-content: center;
  padding: 0 !important;
  position: absolute !important;
  right: 10px !important;
  text-align: center !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  top: 10px !important;
}
.modal.modal-policy-default .mfp-close:after,
.modal.modal-policy-default .mfp-close:before {
  content: normal !important;
}
.modal.modal-policy-default .mfp-close:focus,
.modal.modal-policy-default .mfp-close:hover {
  opacity: 0.7 !important;
}
.modal.modal-policy-default .modal__wrapper {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.modal.modal-policy-default .modal-policy-default__title {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal.modal-policy-default .modal-policy-default__text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
.modal.modal-policy-default .modal-policy-default__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1320px) {
  .modal.modal-policy-default {
    max-width: 960px;
  }
  .modal.modal-policy-default .modal__wrapper {
    padding: 40px;
  }
  .modal.modal-policy-default .modal-policy-default__title {
    font-size: 27px;
  }
  .modal.modal-policy-default .modal-policy-default__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal.modal-policy-default {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal-policy-default {
    max-width: 400px;
  }
  .modal.modal-policy-default .modal__wrapper {
    padding: 20px;
  }
  .modal.modal-policy-default .modal-policy-default__title {
    font-size: 22px;
    margin-bottom: 15px;
    max-width: 300px;
  }
  .modal.modal-policy-default .modal-policy-default__text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.discount-duration {
  background-color: #e2eeff;
  border-radius: 20px;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-style: italic;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: fit-content;
}
.discount-duration span {
  color: #bd3625;
  font-weight: 500;
}
.map-loader {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.map-loader svg {
  animation: rotate_loader 2s linear infinite;
  height: 150px;
  margin: auto;
  position: relative;
  width: 150px;
  stroke: #fff;
  stroke: var(--second_color);
  transform-origin: center center;
}
.map-loader svg circle {
  animation: dash_loader 1.5s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  background: #fff;
  color: #fff;
}
@keyframes rotate_loader {
  to {
    transform: rotate(1turn);
  }
}
@keyframes dash_loader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.social {
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 38px;
  width: 38px;
}
.social_vk {
  background-image: url(../images/4823423e0a6d9dfa3ef7.svg);
}
.social_tg {
  background-image: url(../images/e82ea6da640fa5c6aa99.svg);
}
.social_yt {
  background-image: url(../images/3845e684a7cf15e3e727.svg);
}
.social_ok {
  background-image: url(../images/3590bf2b7107c6082291.svg);
}
.social_ig {
  background-image: url(../images/68b0b00061a2e4fdf0c4.svg);
}
.social_fb {
  background-image: url(../images/c179603397142271ae10.svg);
}
.animate-pulse {
  align-items: center;
  background-color: initial;
  border-radius: 50%;
  display: grid;
  flex-shrink: 0;
  height: 23px;
  justify-items: center;
  place-items: center;
  position: relative;
  width: 23px;
}
.animate-pulse:after,
.animate-pulse:before {
  background-color: initial;
  border-radius: 50%;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.animate-pulse:before {
  animation: pulse-small 1.5s ease-in-out infinite alternate;
}
.animate-pulse:after {
  animation: pulse 1.5s ease-in-out 1s infinite alternate;
}
@keyframes pulse {
  to {
    opacity: 0.2;
    transform: scale(1.7);
  }
}
@keyframes pulse-small {
  to {
    opacity: 0.4;
    transform: scale(1.35);
  }
}
.animate-rotate-text {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.animate-rotate-text,
.animate-rt__inner-image {
  background: 0 0;
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.animate-rt__inner-image {
  background-size: cover;
  position: absolute;
}
.animate-rt__content {
  animation: rotate-circle 15s linear infinite;
  height: 100%;
  position: absolute;
  width: 100%;
}
.animate-rt__content-item {
  left: 50%;
  position: absolute;
  text-transform: lowercase;
  transform-origin: 0 100px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}
[data-js-animate='change-text-wrapper'] {
  display: none;
  transition: width 0.8s ease;
}
.animate-change-text {
  animation: changeText 2s infinite alternate;
  flex-shrink: 0;
}
@keyframes changeText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate-marquee {
  column-gap: 20px;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.animate-marquee.start .animate-marquee-content {
  animation: marquee 13s linear infinite;
}
.animate-marquee.start .animate-marquee-content.animate-marquee-no_gap {
  animation: marquee-no-gap 13s linear infinite;
}
.animate-marquee.start .animate-marquee-content.reverse {
  animation-direction: reverse;
}
.animate-marquee [data-js-module='chunk'] {
  column-gap: 20px;
  display: flex;
}
.animate-marquee-content {
  min-width: 100%;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes marquee-no-gap {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.animate-rotate {
  animation: rotate 3s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(-4deg);
  }
}
.animate-jump_start {
  opacity: 0;
  position: relative;
}
.animate-jump {
  animation: jump 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes jump {
  0% {
    top: 40px;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.map__route-button {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  padding: 0 4px 1px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.map__route-button:hover {
  color: #c00;
}
#snow {
  z-index: 50;
}
#snow.snow_hide {
  display: none;
}
#snow > * {
  max-width: 56px;
  pointer-events: none;
  z-index: 10;
}
.snowflake-button {
  align-items: center;
  border-radius: 50%;
  bottom: 180px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 38px;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  user-select: none;
  visibility: hidden;
  width: 50px;
  z-index: 100;
}
.snowflake-button.show {
  opacity: 1;
  visibility: visible;
}
.snowflake-button .snowflake-btn_stop {
  display: none;
  position: relative;
  z-index: 0;
}
.snowflake-button .snowflake-btn {
  display: block;
  position: relative;
  z-index: 0;
}
.snowflake-button.snowflake-button_stop .snowflake-btn_stop {
  display: block;
}
.snowflake-button.snowflake-button_stop .snowflake-btn {
  display: none;
}
@media screen and (max-width: 1320px) {
  .snowflake-button {
    bottom: 90px;
    height: 50px;
    right: 15px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .snowflake-button {
    bottom: 110px;
    left: 15px;
    right: auto;
  }
}
html {
  background-color: #fff;
  background-color: var(--bg);
  box-sizing: border-box;
  color: #252c3e;
  color: var(--text_color_2);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
}
html ::selection {
  background-color: #7e7e7e;
  background-color: var(--selection_bg);
  color: #fff;
  color: var(--selection_color);
}
section {
  position: relative;
}
video {
  height: inherit;
}
.content:not(.proto-page) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.nobr {
  white-space: nowrap;
}
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  padding: 0 47px;
}
@media screen and (max-width: 1023px) {
  .row {
    padding-left: 39px;
    padding-right: 39px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .subtitle {
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    letter-spacing: 0.6px;
    padding-bottom: 2px;
  }
}
.btn {
  align-items: center;
  background-color: #d504c6;
  background-color: var(--button_bg);
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 100px;
  color: #fff;
  color: var(--text_color);
  cursor: pointer;
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 130%;
  padding: 19px 85px 16px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.btn:active,
.btn:hover {
  background-color: #d87b26;
  background-color: var(--button_bg_hover);
}
.link {
  transition: border-bottom 0.3s ease;
}
.link:hover {
  border-bottom-color: transparent;
}
.link > span {
  border-bottom: initial;
  transition: none 0s ease 0s;
  transition: initial;
}
.h1 {
  font-size: 54px;
  line-height: 115%;
}
.h1,
.h2 {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.h2 {
  font-size: 34px;
  line-height: 130%;
}
@media screen and (max-width: 1320px) {
  .h1 {
    font-size: 36px;
    line-height: 114%;
  }
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .h1 {
    font-size: 32px;
    line-height: 116%;
  }
  .h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 36px;
    line-height: 114%;
  }
  .h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 359px) {
  .h1 {
    font-size: 31px;
  }
  .h2 {
    font-size: 18px;
  }
}
.form .error-text {
  color: #f57a7a;
  color: var(--text_color_10);
  display: none;
  font-size: 14px;
  width: 230px;
}
.form .input {
  background-color: #fff;
  background-color: var(--bg);
  border: 1px solid #dde5f7;
  border: 1px solid var(--bg_8);
  border-radius: 100px;
  box-sizing: border-box;
  color: #252c3e;
  color: var(--text_color_2);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 12px 15px 10px;
  position: relative;
  transition: border 0.3s ease;
  width: 202px;
}
.form .input::-webkit-input-placeholder {
  color: #9e9e9e;
  color: var(--text_color_4);
}
.form .input::placeholder {
  color: #9e9e9e;
  color: var(--text_color_4);
}
.form .label {
  margin-top: 10px;
  width: 202px;
}
.form .label.error .input {
  border-color: #f57a7a;
}
.form .label.error .error-text {
  display: block;
}
.form .label:not(.focused) .input:hover {
  border-color: #0068ff;
  border-color: var(--bg_7);
}
.form .btn {
  margin-top: 20px;
  padding-left: 69px;
  padding-right: 69px;
  width: -webkit-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .form .error-text {
    font-size: 13px;
  }
  .form .label {
    margin-top: 5px;
    width: 100%;
  }
  .form .input {
    font-size: 14px;
    width: 100%;
  }
  .form .btn {
    left: -54px;
    margin-top: 25px;
    padding: 18px 20px;
    position: relative;
    width: 340px;
  }
}
@media screen and (max-width: 359px) {
  .form .btn {
    width: 300px;
  }
}
.mfp-container {
  overflow-y: auto;
}
.modal .mfp-close {
  align-items: center;
  background-image: url(../images/cd51b5087a775a615b40.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #0068ff;
  color: var(--bg_7);
  display: flex;
  font-size: 0;
  height: 20px;
  justify-content: center;
  opacity: 1;
  transition: background-image 0.3s ease;
  width: 20px;
}
.modal .mfp-close:active,
.modal .mfp-close:hover {
  background-image: url(../images/5f99ec66922739e0ffd5.svg);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal .mfp-close {
    height: 16px;
    width: 16px;
  }
}
.header {
  background-color: #eaeff6;
  background-color: var(--bg_9);
}
.header__logo-wrapper {
  align-items: center;
  display: flex;
  grid-area: header__logo-wrapper;
  margin-right: 70px;
}
.header__affiliates {
  align-items: center;
  column-gap: 8px;
  display: flex;
  grid-area: header__affiliates;
  margin-right: 20px;
}
.header__addresses {
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.header__addresses .link {
}
.header__addresses .link:hover {
  border-bottom-color: transparent;
}
.header__worktime {
  grid-area: header__worktime;
}
.header__phone,
.header__worktime {
  justify-self: flex-end;
  line-height: 130%;
}
.header__phone {
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  grid-area: header__phone;
  margin-bottom: 3px;
  transition: color 0.3s ease;
}
.header__phone:hover {
  color: #0068ff;
  color: var(--text_color_6);
}
.header__grid {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 0 0 30px 30px;
  display: grid;
  grid-template-areas: 'header__logo-wrapper header__affiliates header__phone' 'header__logo-wrapper header__affiliates header__worktime';
  grid-template-columns: auto 1fr auto;
  padding: 22px 40px 20px;
}
.header_error,
.page_success .header {
  background-color: initial;
}
.page_success .header .row {
  max-width: 1290px;
}
.page_success .header__grid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 34px;
}
.page_success .header__affiliates,
.page_success .header__phone,
.page_success .header__worktime {
  display: none;
}
@media screen and (max-width: 1320px) {
  .header .row {
    padding-left: 0;
    padding-right: 0;
  }
  .header__grid {
    border-radius: 0 0 25px 25px;
    padding: 16px 47px 15px;
  }
  .header__logo-wrapper {
    margin-right: 85px;
  }
  .header__phone {
    margin-bottom: 4px;
  }
  .page_success .header .row {
    padding-left: 47px;
    padding-right: 47px;
  }
  .page_success .header__grid {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .header__grid {
    border-radius: 0 0 20px 20px;
    padding-bottom: 14px;
    padding-left: 39px;
    padding-right: 39px;
  }
  .header__logo-wrapper {
    margin-right: 49px;
    max-width: 133px;
  }
  .header__affiliates {
    align-self: center;
    height: -webkit-fit-content;
    height: fit-content;
  }
  .header__addresses {
    line-height: 131%;
  }
  .header__pin-icon {
    align-self: flex-start;
    position: relative;
    top: -2px;
  }
  .header__phone {
    font-size: 20px;
  }
  .page_success .header .row {
    padding-left: 39px;
    padding-right: 39px;
  }
  .page_success .header__grid {
    padding-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .header__grid {
    border-radius: 0 0 15px 15px;
    grid-template-areas: 'header__logo-wrapper header__phone' 'header__logo-wrapper header__worktime' 'header__affiliates   header__affiliates';
    grid-template-columns: auto auto;
    padding: 15px 10px 20px;
  }
  .header__logo-wrapper {
    margin-right: 20px;
    max-width: 112px;
    position: relative;
    top: -1px;
  }
  .header__phone {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .header__worktime {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .header__affiliates {
    column-gap: 6px;
    margin-right: 0;
    margin-top: 15px;
  }
  .header__addresses {
    font-size: 13px;
  }
  .header__pin-icon {
    height: 19px;
    top: 1px;
    width: 17px;
  }
  .page_success .header .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_success .header__grid {
    padding-top: 25px;
  }
}
.first-screen {
  background-color: #eaeff6;
  background-color: var(--bg_9);
}
.first-screen .row {
  max-width: 1290px;
  padding-bottom: 100px;
  padding-top: 100px;
}
.first-screen__title {
  grid-area: first-screen__title;
  margin-bottom: 33px;
}
.first-screen__subtitle {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  grid-area: first-screen__subtitle;
  line-height: 119%;
  margin-bottom: 24px;
  max-width: 450px;
}
.first-screen__subtitle .accent {
  background-color: #fff;
  background-color: var(--bg);
  border: 1px solid #dde5f7;
  border: 1px solid var(--bg_8);
  border-radius: 30px;
  color: #0068ff;
  color: var(--text_color_6);
  display: inline-block;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 4px 12px;
}
.first-screen__avatars {
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  grid-area: first-screen__avatars;
  row-gap: 10px;
}
.first-screen__avatar-wrapper {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 10px;
  overflow: hidden;
}
.first-screen__avatar-img {
  object-fit: cover;
}
.first-screen__prices-grid {
  align-items: start;
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 30px;
  display: grid;
  grid-area: first-screen__prices-grid;
  grid-template-areas: 'first-screen__promo' 'first-screen__inclusions' 'first-screen__prices-block';
  grid-template-columns: auto;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.first-screen__grid {
  align-items: start;
  display: grid;
  grid-template-areas: 'first-screen__title    first-screen__prices-grid' 'first-screen__subtitle first-screen__prices-grid' 'first-screen__avatars  first-screen__prices-grid';
  grid-template-columns: 700px 500px;
  justify-content: space-between;
}

.first-screen__price-img {
  position: absolute;
  right: -24px;
  top: 0;
}
.first-screen__promo {
  background-color: #d504c6;
  background-color: var(--bg_10);
  border-radius: 20px;
  color: #fff;
  color: var(--text_color);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  grid-area: first-screen__promo;
  line-height: 130%;
  margin-left: 22px;
  margin-top: 22px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: fit-content;
}
.first-screen__inclusions {
  display: flex;
  flex-direction: column;
  grid-area: first-screen__inclusions;
  margin-left: 22px;
  margin-top: 30px;
  max-width: 310px;
  row-gap: 15px;
  z-index: 1;
}
.first-screen__inclusion {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-left: 26px;
  position: relative;
}
.first-screen__inclusion:before {
  background-image: url(../images/4384eed5cc9e6470a86c.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}
.first-screen__prices-block {
  background-color: #0068ff;
  background-color: var(--bg_7);
  background-image: url(../images/ad408f9b98d516983682.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px 8px 25px 25px;
  display: flex;
  flex-direction: column;
  grid-area: first-screen__prices-block;
  margin-top: 29px;
  padding: 31px 22px 29px;
}
.first-screen__prices {
  display: flex;
  flex-direction: column;
  max-width: 310px;
  z-index: 1;
}
.first-screen__installment {
  column-gap: 4px;
  display: flex;
  margin-bottom: 4px;
}
.first-screen__installment-prefix {
  color: #ffd5ae;
  color: var(--text_color_9);
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
.first-screen__installment-prefix,
.first-screen__installment-price {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
.first-screen__installment-price {
  color: #fff;
  color: var(--text_color);
  letter-spacing: -0.5px;
}
.first-screen__main-prices {
  align-items: center;
  column-gap: 18px;
  display: flex;
}
.first-screen__old-price {
  color: #b0d0ff;
  color: var(--text_color_8);
  font-size: 22px;
  line-height: 110%;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.first-screen__actual-price,
.first-screen__old-price {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.first-screen__actual-price {
  color: #fff;
  color: var(--text_color);
  font-size: 32px;
  line-height: 120%;
}
.first-screen__advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  position: relative;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 10px;
  row-gap: 10px;
}
.first-screen__advantages:before {
  background-color: #7ab1ff;
  background-color: var(--line_4);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -17px;
  width: 100%;
}
.first-screen__advantage {
  color: #ffd5ae;
  color: var(--text_color_9);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.first-screen_alt .row {
  padding-bottom: 0;
  padding-top: 80px;
}
.first-screen_alt .first-screen__grid {
  grid-template-areas: 'first-screen__title       first-screen__patient' 'first-screen__subtitle    first-screen__patient' 'first-screen__avatars     first-screen__patient' 'first-screen__prices-grid first-screen__prices-grid' 'first-screen__button      first-screen__button';
  grid-template-columns: 600px 625px;
  grid-template-rows: auto auto 1fr auto auto;
  padding-bottom: 30px;
}
.first-screen_alt .first-screen__subtitle {
  margin-bottom: 19px;
}
.first-screen_alt .first-screen__patient {
  column-gap: 15px;
  display: flex;
  grid-area: first-screen__patient;
}
.first-screen_alt .first-screen__photo-wrapper {
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
  height: 402px;
  overflow: hidden;
  width: 305px;
}
.first-screen_alt .first-screen__photo-caption {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 0 0 15px 15px;
  column-gap: 9px;
  display: flex;
  justify-content: center;
  padding: 16px 15px;
}
.first-screen_alt .first-screen__caption-text {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.first-screen_alt .first-screen__button {
  grid-area: first-screen__button;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: -webkit-fit-content;
  width: fit-content;
}
.first-screen_alt .first-screen__avatar-img {
  height: 100px;
  width: 95px;
}
.first-screen_alt .first-screen__prices-grid {
  border-radius: 30px;
  column-gap: 216px;
  grid-template-areas: 'first-screen__promo      first-screen__prices-block' 'first-screen__inclusions first-screen__prices-block';
  grid-template-columns: 290px 595px;
  grid-template-rows: minmax(0, auto) 1fr;
  justify-content: space-between;
  margin-top: 81px;
  overflow: visible;
  overflow: initial;
  padding: 30px;
}
.first-screen_alt .first-screen__promo {
  margin-bottom: 25px;
  margin-left: 0;
  margin-top: 0;
}
.first-screen_alt .first-screen__inclusions {
  margin-left: 0;
  margin-top: 0;
}
.first-screen_alt .first-screen__prices-block {
  align-items: center;
  border-radius: 20px;
  flex-direction: row;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 31px;
}
.first-screen_alt .first-screen__advantages {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.first-screen_alt .first-screen__advantages:before {
  height: 130%;
  left: -20px;
  top: -9px;
  width: 1px;
}
.first-screen_alt .first-screen__prices {
  max-width: none;
  min-width: 309px;
}
.first-screen_alt .first-screen__main-prices {
  column-gap: 21px;
}
.first-screen_alt .first-screen__advantage {
  font-size: 20px;
  line-height: 130%;
}
.first-screen_alt .first-screen__price-img {
  left: 302px;
  right: auto;
  top: -61px;
  width: 286px;
}
@media screen and (max-width: 1320px) {
  .first-screen .row {
    padding-bottom: 70px;
    padding-top: 57px;
  }
  .first-screen__grid {
    column-gap: 29px;
    grid-template-columns: auto 485px;
    grid-template-rows: minmax(0, auto) minmax(0, auto) 1fr;
  }
  .first-screen__title {
    margin-bottom: 23px;
  }
  .first-screen__subtitle {
    margin-bottom: 14px;
  }
  .first-screen__avatar-wrapper {
    height: 80px;
    width: 76px;
  }
  .first-screen__prices-grid {
    border-radius: 25px;
  }
  .first-screen__promo {
    margin-left: 17px;
    margin-top: 17px;
  }
  .first-screen__inclusions {
    margin-left: 17px;
    margin-top: 24px;
    max-width: 260px;
    row-gap: 10px;
  }
  .first-screen__inclusion {
    font-size: 18px;
  }
  .first-screen__prices-block {
    border-radius: 8px 8px 20px 20px;
    margin-top: 24px;
    padding: 21px 20px 20px;
  }
  .first-screen__prices {
    max-width: 275px;
  }
  .first-screen__advantages {
    display: flex;
    flex-direction: column;
    margin-top: 21px;
  }
  .first-screen__advantages:before {
    top: -11px;
  }
  .first-screen__price-img {
    right: -18px;
    width: 248px;
  }
  .first-screen_alt .row {
    padding-bottom: 0;
  }
  .first-screen_alt .first-screen__grid {
    grid-template-columns: auto 465px;
  }
  .first-screen_alt .first-screen__subtitle {
    margin-bottom: 14px;
  }
  .first-screen_alt .first-screen__avatar-img {
    height: 80px;
    width: 76px;
  }
  .first-screen_alt .first-screen__photo-wrapper {
    height: 311px;
    width: 225px;
  }
  .first-screen_alt .first-screen__photo-caption {
    padding-bottom: 16px;
    padding-top: 15px;
  }
  .first-screen_alt .first-screen__prices-grid {
    border-radius: 25px;
    column-gap: 265px;
    grid-template-columns: 260px minmax(355px, 100%);
    margin-top: 61px;
    padding: 25px;
  }
  .first-screen_alt .first-screen__promo {
    margin-bottom: 19px;
  }
  .first-screen_alt .first-screen__inclusions {
    row-gap: 8px;
  }
  .first-screen_alt .first-screen__price-img {
    left: 264px;
    top: -48px;
    width: 248px;
  }
  .first-screen_alt .first-screen__prices-block {
    align-items: flex-start;
    flex-direction: column;
    padding: 19px 20px 18px;
  }
  .first-screen_alt .first-screen__main-prices {
    column-gap: 9px;
  }
  .first-screen_alt .first-screen__old-price {
    font-size: 18px;
  }
  .first-screen_alt .first-screen__actual-price {
    font-size: 28px;
  }
  .first-screen_alt .first-screen__advantages {
    margin-top: 22px;
    width: 100%;
  }
  .first-screen_alt .first-screen__advantages:before {
    height: 1px;
    left: 0;
    top: -12px;
    width: 100%;
  }
  .first-screen_alt .first-screen__advantage {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .first-screen .row {
    padding-bottom: 59px;
    padding-top: 62px;
  }
  .first-screen__grid {
    column-gap: 42px;
    grid-template-areas: 'first-screen__title       first-screen__subtitle' 'first-screen__title       first-screen__avatars' 'first-screen__prices-grid first-screen__prices-grid';
    grid-template-columns: 309px auto;
  }
  .first-screen__title {
    margin-bottom: 0;
  }
  .first-screen__subtitle {
    font-size: 16px;
    line-height: 121%;
    margin-bottom: 14px;
  }
  .first-screen__subtitle .accent {
    padding: 2px 8px;
  }
  .first-screen__avatars {
    column-gap: 8px;
    row-gap: 8px;
  }
  .first-screen__avatar-wrapper {
    height: 60px;
    width: 57px;
  }
  .first-screen__prices-grid {
    border-radius: 20px;
    column-gap: 216px;
    grid-template-areas: 'first-screen__promo      first-screen__prices-block' 'first-screen__inclusions first-screen__prices-block';
    grid-template-columns: 185px minmax(259px, 100%);
    grid-template-rows: minmax(0, auto) 1fr;
    justify-content: space-between;
    margin-top: 39px;
    overflow: visible;
    overflow: initial;
    padding: 25px 15px;
  }
  .first-screen__promo {
    font-size: 16px;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 6px;
  }
  .first-screen__inclusions {
    margin-left: 0;
    margin-top: 16px;
    max-width: 150px;
    row-gap: 8px;
  }
  .first-screen__inclusion {
    font-size: 16px;
  }
  .first-screen__prices-block {
    border-radius: 15px;
    margin-top: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .first-screen__price-img {
    left: 170px;
    right: auto;
    top: -30px;
    width: 225px;
  }
  .first-screen__installment {
    column-gap: 6px;
    margin-bottom: 5px;
  }
  .first-screen__installment-prefix {
    font-size: 16px;
    letter-spacing: -1.2px;
  }
  .first-screen__installment-price {
    font-size: 16px;
  }
  .first-screen__main-prices {
    column-gap: 9px;
  }
  .first-screen__old-price {
    font-size: 18px;
  }
  .first-screen__actual-price {
    font-size: 26px;
  }
  .first-screen__advantage {
    font-size: 16px;
  }
  .first-screen_alt .row {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .first-screen_alt .first-screen__grid {
    column-gap: 15px;
    grid-template-columns: auto 344px;
  }
  .first-screen_alt .first-screen__title {
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 16px;
  }
  .first-screen_alt .first-screen__subtitle {
    margin-bottom: 13px;
  }
  .first-screen_alt .first-screen__avatar-img {
    height: 60px;
    width: 57px;
  }
  .first-screen_alt .first-screen__patient {
    column-gap: 10px;
  }
  .first-screen_alt .first-screen__photo-wrapper {
    height: 243px;
    width: 167px;
  }
  .first-screen_alt .first-screen__photo-caption {
    align-items: center;
    padding-top: 16px;
  }
  .first-screen_alt .first-screen__caption-icon {
    height: 15px;
    width: 15px;
  }
  .first-screen_alt .first-screen__caption-text {
    font-size: 16px;
  }
  .first-screen_alt .first-screen__prices-grid {
    border-radius: 20px;
    column-gap: 216px;
    grid-template-columns: 185px minmax(259px, 100%);
    margin-top: 40px;
    padding: 25px 15px;
  }
  .first-screen_alt .first-screen__promo {
    margin-bottom: 16px;
  }
  .first-screen_alt .first-screen__price-img {
    left: 169px;
    top: -31px;
    width: 226px;
  }
  .first-screen_alt .first-screen__prices-block {
    border-radius: 15px;
  }
  .first-screen_alt .first-screen__actual-price {
    font-size: 26px;
  }
  .first-screen_alt .first-screen__advantages {
    margin-top: 21px;
  }
  .first-screen_alt .first-screen__advantage {
    font-size: 16px;
  }
  .first-screen_alt .first-screen__button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .first-screen .row {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .first-screen__grid {
    grid-template-areas: 'first-screen__title' 'first-screen__subtitle' 'first-screen__avatars' 'first-screen__prices-grid';
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .first-screen__title {
    margin-bottom: 16px;
  }
  .first-screen__subtitle {
    line-height: 130%;
    margin-bottom: 18px;
  }
  .first-screen__subtitle .accent {
    font-size: 15px;
    padding: 2px 7px;
  }
  .first-screen__avatars {
    column-gap: 4px;
    justify-self: center;
    max-width: 340px;
    row-gap: 4px;
  }
  .first-screen__avatar-wrapper {
    height: 87px;
    width: 82px;
  }
  .first-screen__prices-grid {
    border-radius: 15px;
    grid-template-areas: 'first-screen__promo' 'first-screen__inclusions' 'first-screen__prices-block';
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-self: center;
    margin-top: 30px;
    max-width: 340px;
    overflow: hidden;
    padding: 4px;
    width: 100%;
  }
  .first-screen__promo {
    font-size: 14px;
    margin-left: 8px;
    margin-top: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .first-screen__inclusions {
    margin-left: 12px;
    row-gap: 7px;
  }
  .first-screen__prices-block {
    border-radius: 4px 4px 10px 10px;
    margin-top: 14px;
    padding: 16px;
  }
  .first-screen__main-prices {
    column-gap: 10px;
    margin-left: 3px;
  }
  .first-screen__advantages {
    margin-top: 16px;
  }
  .first-screen__advantages:before {
    top: -9px;
  }
  .first-screen__price-img {
    left: auto;
    right: -16px;
    top: 0;
    width: 221px;
  }
  .first-screen_alt .row {
    padding-bottom: 0;
  }
  .first-screen_alt .first-screen__grid {
    grid-template-areas: 'first-screen__title' 'first-screen__subtitle' 'first-screen__avatars' 'first-screen__prices-grid' 'first-screen__button' 'first-screen__patient';
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .first-screen_alt .first-screen__title {
    font-size: 36px;
    line-height: 114%;
  }
  .first-screen_alt .first-screen__subtitle {
    margin-bottom: 18px;
  }
  .first-screen_alt .first-screen__avatar-img {
    height: 87px;
    width: 82px;
  }
  .first-screen_alt .first-screen__prices-grid {
    border-radius: 15px;
    grid-template-areas: 'first-screen__promo' 'first-screen__inclusions' 'first-screen__prices-block';
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-top: 30px;
    overflow: hidden;
    padding: 4px;
  }
  .first-screen_alt .first-screen__promo {
    margin-left: 8px;
    margin-top: 8px;
  }
  .first-screen_alt .first-screen__inclusions {
    margin-left: 12px;
    row-gap: 7px;
  }
  .first-screen_alt .first-screen__prices-block {
    border-radius: 4px 4px 10px 10px;
    margin-top: 14px;
    padding: 16px 16px 17px;
  }
  .first-screen_alt .first-screen__price-img {
    left: auto;
    right: -15px;
    top: 0;
    width: 220px;
  }
  .first-screen_alt .first-screen__advantages {
    margin-top: 17px;
  }
  .first-screen_alt .first-screen__advantages:before {
    top: -10px;
  }
  .first-screen_alt .first-screen__patient {
    justify-content: center;
    margin-top: 30px;
    z-index: 1;
  }
  .first-screen_alt .first-screen__photo-wrapper {
    border-radius: 10px 10px 0 0;
    height: 218px;
    width: 165px;
  }
  .first-screen_alt .first-screen__photo-caption {
    border-radius: 0 0 10px 10px;
    column-gap: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .first-screen_alt .first-screen__caption-icon {
    height: 12px;
    width: 12px;
  }
  .first-screen_alt .first-screen__caption-text {
    font-size: 14px;
  }
  .first-screen_alt .first-screen__button {
    line-height: 127%;
    margin-top: 30px;
    padding: 18px 40px;
  }
}
@media screen and (max-width: 359px) {
  .first-screen .row {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .first-screen__subtitle {
    font-size: 14px;
  }
  .first-screen__avatar-wrapper {
    height: 77px;
    width: 72px;
  }
  .first-screen__price-img {
    width: 165px;
  }
  .first-screen_alt .row {
    padding-bottom: 0;
  }
  .first-screen_alt .first-screen__title {
    font-size: 31px;
  }
  .first-screen_alt .first-screen__avatar-img {
    height: 77px;
    width: 72px;
  }
  .first-screen_alt .first-screen__photo-wrapper {
    height: auto;
    width: auto;
  }
  .first-screen_alt .first-screen__price-img {
    width: 165px;
  }
  .first-screen_alt .first-screen__button {
    font-size: 15px;
  }
}
.advantages {
  background-color: #eaeff6;
  background-color: var(--bg_9);
}
.advantages .row {
  max-width: 1290px;
  padding-bottom: 120px;
  padding-top: 70px;
}
.advantages__grid {
  display: grid;
  grid-template-areas: 'advantages__title-block advantages__list' 'advantages__media-block advantages__list';
  grid-template-columns: 605px auto;
  grid-template-rows: auto 1fr;
  padding: 40px 30px;
  position: relative;
  grid-column-gap: 31px;
  background-color: #155abe;
  background-color: var(--bg_6);
  border-radius: 30px;
  column-gap: 31px;
}
.advantages__grid:after {
  background-image: url(../images/8af5118826afc56ad9ec.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  content: '';
  height: 30px;
  left: calc(50% - 36px);
  position: absolute;
  width: 71px;
}
.advantages__title-block {
  column-gap: 20px;
  display: flex;
  grid-area: advantages__title-block;
  margin-bottom: 23px;
}
.advantages__icon {
  align-items: center;
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 50%;
  display: flex;
  height: 45px;
  justify-content: center;
  min-width: 45px;
}
.advantages__title {
  color: #fff;
  color: var(--text_color);
  line-height: 112%;
}
.advantages__media-block {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  grid-area: advantages__media-block;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 12px 12px 19px;
}
.advantages__media {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.advantages__media-file {
  height: 100%;
  object-fit: cover;
}
.advantages__media-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.advantages__media-text,
.advantages__media-title {
  font-family: Manrope, sans-serif;
  font-style: normal;
  line-height: 130%;
}
.advantages__media-text {
  font-size: 18px;
  font-weight: 500;
}
.advantages__list {
  display: flex;
  flex-direction: column;
  grid-area: advantages__list;
  row-gap: 15px;
}
.advantages__item-plate {
  background-color: #d504c6;
  background-color: var(--bg_10);
  border-radius: 15px 0;
  color: #fff;
  color: var(--text_color);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  left: 0;
  padding: 2px 11px 1px;
  position: absolute;
  top: 0;
}
.advantages__list-item {
  background-color: #114796;
  background-color: var(--bg_5);
  border-radius: 15px;
  column-gap: 15px;
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px 19px;
  position: relative;
}
.advantages__list-item:last-child .advantages__item-plate {
  font-size: 18px;
  padding-bottom: 3px;
  padding-top: 4px;
}
.advantages__item-img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.advantages__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12px;
}
.advantages__item-title {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 3px;
}
.advantages__item-text,
.advantages__item-title {
  color: #fff;
  color: var(--text_color);
  line-height: 130%;
}
.advantages__item-text {
  font-size: 18px;
}
@media screen and (max-width: 1320px) {
  .advantages .row {
    padding-bottom: 100px;
    padding-top: 51px;
  }
  .advantages__grid {
    border-radius: 25px;
    column-gap: 20px;
    grid-template-columns: 440px auto;
    padding: 30px 25px;
  }
  .advantages__title-block {
    column-gap: 15px;
    margin-bottom: 25px;
  }
  .advantages__title {
    font-size: 26px;
  }
  .advantages__media {
    margin-bottom: 11px;
  }
  .advantages__media-title {
    font-size: 18px;
  }
  .advantages__media-text {
    font-size: 16px;
  }
  .advantages__list {
    row-gap: 8px;
  }
  .advantages__item-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .advantages__item-text {
    font-size: 16px;
  }
  .advantages__item-img {
    max-height: 109px;
    max-width: 123px;
  }
  .advantages__item-plate {
    font-size: 18px;
    padding: 2px 12px;
  }
  .advantages__list-item {
    padding: 8px 8px 8px 15px;
  }
  .advantages__list-item:last-child .advantages__item-plate {
    font-size: 16px;
    padding: 3px 12px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages .row {
    padding-bottom: 89px;
    padding-top: 40px;
  }
  .advantages__grid {
    border-radius: 20px;
    column-gap: 10px;
    grid-template-columns: 320px auto;
    padding: 30px 20px;
  }
  .advantages__grid:after {
    left: calc(50% - 35px);
    width: 70px;
  }
  .advantages__title-block {
    margin-bottom: 18px;
  }
  .advantages__icon {
    height: 41px;
    min-width: 41px;
  }
  .advantages__icon-img {
    height: 15px;
    width: 15px;
  }
  .advantages__title {
    font-size: 20px;
    line-height: 120%;
    margin-top: 1px;
  }
  .advantages__media-block {
    border-radius: 10px;
    padding-bottom: 11px;
  }
  .advantages__media {
    height: 205px;
    margin-bottom: 9px;
  }
  .advantages__item-img {
    max-height: 103px;
    max-width: 116px;
  }
  .advantages__media-title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .advantages__item-plate {
    border-radius: 10px 0;
    font-size: 16px;
  }
  .advantages__list-item {
    border-radius: 10px;
  }
  .advantages__list-item:last-child .advantages__item-plate {
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 4px;
  }
  .advantages__text-content {
    padding-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .advantages .row {
    padding: 0;
  }
  .advantages__grid {
    border-radius: 3px 3px 15px 15px;
    grid-template-areas: 'advantages__title-block' 'advantages__media-block' 'advantages__list';
    grid-template-columns: auto;
    grid-template-rows: auto;
    justify-items: center;
    margin-top: -83px;
    padding: 98px 10px 45px;
  }
  .advantages__title-block {
    align-items: center;
    column-gap: 10px;
    margin-bottom: 23px;
    max-width: 340px;
  }
  .advantages__icon {
    height: 45px;
    min-width: 45px;
  }
  .advantages__icon-img {
    height: 19px;
    width: 19px;
  }
  .advantages__title {
    font-size: 23px;
    line-height: 130%;
  }
  .advantages__media-block {
    margin-bottom: 8px;
    max-width: 340px;
    padding-bottom: 12px;
  }
  .advantages__media {
    height: 175px;
  }
  .advantages__media-title {
    margin-bottom: 6px;
  }
  .advantages__list {
    max-width: 340px;
  }
  .advantages__item-plate {
    font-size: 20px;
    padding-bottom: 1px;
  }
  .advantages__list-item {
    padding: 12px;
  }
  .advantages__list-item:last-child .advantages__item-plate {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .advantages__text-content {
    padding-top: 11px;
  }
  .advantages__item-img {
    max-height: 109px;
    max-width: 123px;
  }
}
@media screen and (max-width: 359px) {
  .advantages__title {
    font-size: 18px;
  }
  .advantages__media-text,
  .advantages__media-title {
    font-size: 15px;
  }
  .advantages__item-text,
  .advantages__item-title {
    font-size: 14px;
  }
}
.chat {
  background-color: #f5f5f5;
}
.chat .row {
  max-width: 810px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.chat__grid {
  display: flex;
  flex-direction: column;
}
.chat__title {
  margin-bottom: 35px;
  text-align: center;
}
.chat__window {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}
.chat__head {
  align-items: center;
  display: grid;
  grid-template-areas: 'chat__avatar chat__operator' 'chat__avatar chat__status';
  justify-content: start;
  padding: 20px 30px;
  grid-column-gap: 12px;
  background-color: #29313a;
  background-color: var(--bg_3);
  column-gap: 12px;
}
.chat__avatar {
  border-radius: 50%;
  grid-area: chat__avatar;
}
.chat__operator {
  color: #fff;
  color: var(--text_color);
  font-size: 20px;
  grid-area: chat__operator;
  line-height: 148%;
}
.chat__operator,
.chat__status {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.chat__status {
  color: #9e9e9e;
  color: var(--text_color_4);
  grid-area: chat__status;
  line-height: 140%;
  padding-left: 14px;
  position: relative;
}
.chat__status:before {
  background-color: #46e884;
  background-color: var(--bg_12);
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: calc(50% - 5px);
  width: 8px;
}
.chat__operator-typing {
  color: #95a8c2;
  color: var(--text_color_7);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-top: 15px;
}
.chat__body {
  background-color: #eaeff6;
  background-color: var(--bg_9);
  display: flex;
  flex-direction: column;
  min-height: 602px;
  padding: 20px 30px 30px 105px;
  position: relative;
}
.chat__body:before {
  background-image: url(../images/7c59a52b44464c880528.webp);
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.chat__body:before,
.chat__scroll {
  background-repeat: no-repeat;
  position: absolute;
}
.chat__scroll {
  background-image: url(../images/a993e0536871b988ee11.svg);
  background-size: contain;
  bottom: 110px;
  cursor: pointer;
  height: 50px;
  right: 30px;
  transition: background-image 0.3s ease;
  width: 50px;
  z-index: 2;
}
.chat__scroll:hover {
  background-image: url(../images/1ea6a9c571d0bbac2533.svg);
}
.chat__scroll.hidden {
  display: none;
}
.chat__message-text {
  font-size: 20px;
}
.chat__message-text,
.chat__message-time {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.chat__message-time {
  bottom: 12px;
  color: #b4b4b4;
  color: var(--text_color_5);
  font-size: 14px;
  position: absolute;
  right: 12px;
}
.chat__message {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  max-width: 561px;
  min-width: 90px;
  padding: 20px 20px 33px;
  position: relative;
  row-gap: 4px;
  width: -webkit-fit-content;
  width: fit-content;
}
.chat__message.chat__message_client {
  align-self: flex-end;
  background-color: #0068ff;
  background-color: var(--bg_7);
  border-radius: 15px 15px 0 15px;
  margin-bottom: 21px;
  margin-top: 30px;
  opacity: 1;
  padding-right: 20px;
  transition: opacity 0.8s ease;
  width: -webkit-fit-content;
  width: fit-content;
}
.chat__message.chat__message_client .chat__message-text {
  color: #fff;
  color: var(--text_color);
}
.chat__message.chat__message_client .chat__message-time {
  color: #b0d0ff;
  color: var(--text_color_8);
  right: 33px;
}
.chat__message.chat__message_client .chat__message-time:after {
  background-image: url(../images/c513c50b7e73a189db1a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 18px;
  position: absolute;
  right: -21px;
  top: 0;
  width: 17px;
}
.chat__message.chat__message_client.hidden {
  display: none;
  opacity: 0;
}
.chat__message-avatar {
  border-radius: 50%;
  bottom: 0;
  left: -75px;
  position: absolute;
}
.chat__message-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  opacity: 1;
  position: relative;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
}
.chat__message-wrapper.fixed .chat__message {
  border-radius: 15px 15px 15px 4px;
}
.chat__message-wrapper.current .chat__message {
  border-bottom-left-radius: 4px;
}
.chat__message-wrapper.chat__message-wrapper_form .chat__message-avatar {
  bottom: 81px;
}
.chat__message-wrapper[data-js-message-type='content'] .chat__message,
.chat__message-wrapper[data-js-message-type='quiz-question']
  .chat__message:not(.chat__quiz-answers) {
  border-bottom-left-radius: 15px;
}
.chat__message-wrapper.hidden {
  display: none;
  opacity: 0;
  transform: translateX(-200px);
}
.chat__message-operator {
  color: #0068ff;
  color: var(--text_color_6);
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.chat__control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 19px;
  max-width: 561px;
  width: 100%;
  grid-column-gap: 15px;
  column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  row-gap: 15px;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
}
.chat__control.hidden {
  display: none;
  opacity: 0;
  transform: translateX(-200px);
}
.chat__flow-selector {
  align-items: center;
  background-color: #eaeff6;
  background-color: var(--bg_9);
  border: 1px solid #0068ff;
  border: 1px solid var(--bg_7);
  border-radius: 15px;
  color: #0068ff;
  color: var(--text_color_6);
  cursor: pointer;
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  min-height: 118px;
  padding: 20px 19px 18px;
  transition: background-color 0.3s ease;
}
.chat__flow-selector.active {
  background-color: #0068ff;
  background-color: var(--bg_7);
  color: #fff;
  color: var(--text_color);
}
.chat__flow-selector:not(.active):hover {
  background-color: #dde5f7;
  background-color: var(--bg_8);
}
.chat__flow {
  display: none;
  flex-direction: column;
}
.chat__flow.active {
  display: flex;
}
.chat__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
  margin-top: 10px;
  opacity: 1;
  position: relative;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.5s;
  z-index: 1;
}
.chat__content.hidden {
  display: none;
  opacity: 0;
  transform: translateX(-200px);
}
.employees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 561px;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 12px;
  align-items: start;
  row-gap: 12px;
}
.employees__close-button,
.employees__open-button,
.reviews__close-button,
.reviews__open-button {
  display: none;
}
.employees__item {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.employees__item-top {
  border-radius: 10px;
  display: flex;
  height: 188px;
  overflow: hidden;
  position: relative;
  width: 251px;
}
.employees__item-top:before {
  background: linear-gradient(
    180deg,
    rgba(243, 249, 255, 0),
    rgba(243, 249, 255, 0.9)
  );
  bottom: 0;
  content: '';
  height: 49px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.employees__photo {
  bottom: 0;
  position: absolute;
  right: 0;
}
.employees__experience {
  background-color: #d504c6;
  background-color: var(--bg_10);
  border-radius: 20px;
  bottom: 8px;
  color: #fff;
  color: var(--text_color);
  column-gap: 3px;
  display: flex;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  left: 5px;
  padding: 5px 10px;
}
.employees__experience,
.employees__works {
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 2;
}
.employees__works {
  bottom: 4px;
  line-height: 121%;
  right: 10px;
  text-align: center;
  width: -webkit-min-content;
  width: min-content;
}
.employees__works .accent {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.employees__specialization {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 12px;
}
.employees__name {
  line-height: 130%;
  margin-top: 8px;
}
.employees__skills-list {
  border: 1px solid #dde5f7;
  border: 1px solid var(--bg_8);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 19px;
  padding: 13px 12px 10px 11px;
  row-gap: 12px;
}
.employees__skills-list-item {
  line-height: 130%;
  padding-left: 24px;
  position: relative;
}
.employees__skills-list-item .accent {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.employees__skills-list-item:before {
  background-image: url(../images/27e0befb36a395ce2b87.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 19px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 18px;
}
.reviews {
  column-gap: 10px;
  columns: 275px 2;
  margin-bottom: -12px;
  max-width: 561px;
}
.reviews__media-wrapper {
  border-radius: 10px;
  height: 188px;
  margin-top: 14px;
  overflow: hidden;
  width: 251px;
}
.reviews__item {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 11px;
  padding: 12px 12px 18px;
}
.reviews__item:last-child .reviews__media-wrapper {
  height: 182px;
}
.reviews__title {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
}
.reviews__patient {
  color: #6d7988;
  color: var(--text_color_3);
  line-height: 130%;
  margin-top: 8px;
}
.reviews__media {
  height: 188px;
  object-fit: cover;
  width: 251px;
}
.reviews__short-text {
  display: none;
}
.reviews__text {
  line-height: 133%;
  margin-top: 21px;
}
.reviews__text.reviews__text_short {
  display: none;
}
.reviews__portals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2px;
  margin-top: 19px;
  grid-column-gap: 7px;
  column-gap: 7px;
  grid-row-gap: 7px;
  row-gap: 7px;
}
.reviews__portal {
  align-items: center;
  border: 1px solid #dde5f7;
  border: 1px solid var(--bg_8);
  border-radius: 50px;
  display: flex;
  height: -webkit-fit-content;
  height: fit-content;
  justify-content: space-between;
  padding: 2px 3px 2px 10px;
}
.reviews__rating {
  align-items: center;
  background-color: #dde5f7;
  background-color: var(--bg_8);
  border-radius: 50%;
  column-gap: 4px;
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 44px;
  letter-spacing: -0.48px;
  padding: 4px;
  width: 44px;
}
.chat__quiz {
  display: flex;
  flex-direction: column;
}
.chat__quiz-progress {
  display: none;
}
.chat__quiz-answers {
  margin-top: 9px;
  padding-bottom: 30px;
  row-gap: 9px;
  width: 100%;
}
.chat__quiz-answer-button {
  background-image: url(../images/3114ddf6537107cccb48.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.chat__quiz-answer-item {
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
}
.chat__quiz-answer-item.checked .chat__quiz-answer-button {
  background-image: url(../images/befacd901fd47ffd767a.svg);
}
.chat__quiz-answer-item:not(.checked):hover .chat__quiz-answer-button {
  background-image: url(../images/edcdd4ffa677a49b0234.svg);
}
.chat__quiz-answer-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.chat__quiz-answer-text {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
}
@media screen and (max-width: 1320px) {
  .chat .row {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .chat__title {
    align-self: center;
    font-size: 28px;
    margin-bottom: 29px;
    max-width: 630px;
  }
  .chat__window {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .chat .row {
    padding-bottom: 50px;
    padding-top: 52px;
  }
  .chat__title {
    font-size: 26px;
    margin-bottom: 29px;
  }
  .chat__body {
    min-height: 593px;
    padding-left: 85px;
    padding-right: 21px;
  }
  .chat__message {
    max-width: 538px;
  }
  .chat__message.chat__message_client {
    margin-bottom: 15px;
    margin-top: 25px;
    padding-right: 21px;
  }
  .chat__message-avatar {
    height: 50px;
    left: -65px;
    width: 50px;
  }
  .chat__control {
    column-gap: 10px;
    margin-top: 14px;
    max-width: 538px;
    row-gap: 10px;
  }
  .chat__content {
    margin-bottom: 17px;
  }
  .chat__quiz-answers {
    padding-bottom: 33px;
  }
  .chat__quiz-answer-text {
    line-height: 135%;
  }
  .chat__scroll {
    bottom: 111px;
    height: 40px;
    right: 21px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .chat .row {
    padding: 46px 0 0;
  }
  .chat__title {
    align-self: auto;
    font-size: 23px;
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .chat__window {
    align-self: center;
    border-radius: 15px;
    max-width: 360px;
    width: 100%;
  }
  .chat__avatar {
    height: 45px;
    width: 46px;
  }
  .chat__head {
    padding: 20px 20px 21px;
  }
  .chat__operator {
    font-size: 16px;
    line-height: 175%;
  }
  .chat__status {
    font-size: 12px;
  }
  .chat__operator-typing {
    font-size: 14px;
  }
  .chat__body {
    min-height: 546px;
    padding: 17px 10px 30px;
  }
  .chat__body:before {
    background-image: url(../images/bca34b895f27f65a0998.webp);
  }
  .chat__message-avatar {
    height: 46px;
    left: -54px;
    width: 46px;
  }
  .chat__message-wrapper {
    margin-left: 54px;
    margin-top: 8px;
  }
  .chat__message-wrapper.chat__message-wrapper_form .chat__message-avatar {
    bottom: 85px;
  }
  .chat__message-time {
    font-size: 10px;
    right: 12px;
  }
  .chat__message {
    max-width: 232px;
    padding: 13px 12px 27px;
    row-gap: 5px;
  }
  .chat__message.chat__message_client {
    margin-top: 24px;
    max-width: 256px;
    min-width: 215px;
    padding-bottom: 29px;
    padding-right: 12px;
  }
  .chat__message.chat__message_client .chat__message-time {
    right: 29px;
  }
  .chat__message.chat__message_client .chat__message-time:after {
    height: 14px;
    right: -17px;
    width: 14px;
  }
  .chat__message.chat__quiz-answers {
    padding-top: 12px;
    row-gap: 10px;
  }
  .chat__message-operator {
    font-size: 12px;
  }
  .chat__message-text {
    font-size: 16px;
  }
  .chat__control {
    column-gap: 8px;
    margin-top: 16px;
    row-gap: 8px;
  }
  .chat__flow-selector {
    font-size: 16px;
    line-height: 132%;
    min-height: 95px;
    padding: 16px 15px 14px;
  }
  .chat__content {
    margin-bottom: 1px;
    margin-left: 54px;
    margin-top: 8px;
  }
  .employees {
    display: flex;
    flex-direction: column;
    max-width: 286px;
    row-gap: 8px;
  }
  .employees__item {
    padding-bottom: 20px;
  }
  .employees__item-top {
    height: 196px;
    width: 262px;
  }
  .employees__experience {
    font-size: 14px;
    left: 8px;
    padding-top: 4px;
  }
  .employees__works {
    bottom: 7px;
    font-size: 14px;
    line-height: 111%;
    right: 25px;
  }
  .employees__specialization {
    line-height: 118%;
    margin-top: 14px;
  }
  .employees__name {
    margin-bottom: 19px;
  }
  .employees__skills-list {
    display: none;
    margin-bottom: 11px;
    margin-top: 0;
    padding: 11px 15px 10px 13px;
    row-gap: 11px;
  }
  .employees__skills-list.active {
    display: flex;
  }
  .employees__skills-list-item {
    font-size: 14px;
  }
  .employees__skills-list-item:before {
    left: -2px;
    top: -1px;
  }
  .employees__open-button {
    margin-top: -3px;
  }
  .employees__close-button,
  .employees__open-button,
  .reviews__close-button,
  .reviews__open-button {
    border-bottom: 1px dashed #7ab1ff;
    border-bottom: 1px dashed var(--line_4);
    color: #0068ff;
    color: var(--text_color_6);
    cursor: pointer;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 3px;
    transition: border-bottom 0.3s ease;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .employees__close-button:hover,
  .employees__open-button:hover,
  .reviews__close-button:hover,
  .reviews__open-button:hover {
    border-bottom-color: transparent;
  }
  .employees__close-button.active,
  .employees__open-button.active,
  .reviews__close-button.active,
  .reviews__open-button.active {
    display: block;
  }
  .reviews {
    display: flex;
    flex-direction: column;
    margin-bottom: -1px;
    row-gap: 8px;
  }
  .reviews__media-wrapper {
    height: 196px;
    margin-bottom: 21px;
    margin-top: 11px;
    width: 262px;
  }
  .reviews__item {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 13px;
  }
  .reviews__item:first-child {
    order: 1;
  }
  .reviews__item:nth-child(2) {
    order: 3;
  }
  .reviews__item:nth-child(3) {
    order: 2;
  }
  .reviews__item:nth-child(4) {
    order: 4;
  }
  .reviews__item:last-child .reviews__media-wrapper {
    height: 190px;
  }
  .reviews__title {
    font-size: 16px;
    line-height: 131%;
    max-width: 250px;
  }
  .reviews__patient {
    font-size: 14px;
  }
  .reviews__media {
    height: 196px;
    width: 262px;
  }
  .reviews__short-text,
  .reviews__text {
    display: none;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .reviews__short-text.active,
  .reviews__text.active {
    display: block;
  }
  .reviews__portals {
    margin-bottom: 0;
    margin-top: -1px;
  }
  .reviews__portal {
    padding-left: 11px;
  }
  .reviews__portal-logo {
    width: 56px;
  }
  .chat__message[data-js-message-flow='quiz'] {
    max-width: 215px;
  }
  .chat__quiz-answer-text {
    font-size: 16px;
    line-height: 131%;
  }
  .chat__quiz-answer-button {
    height: 18px;
    width: 18px;
  }
  .chat__scroll {
    bottom: 115px;
    right: 16px;
  }
}
@media screen and (max-width: 359px) {
  .chat__title {
    font-size: 21px;
  }
  .chat__flow-selector {
    font-size: 15px;
  }
  .chat__content {
    margin-left: 0;
  }
  .chat__content .chat__message-avatar {
    display: none;
  }
  .reviews {
    max-width: 286px;
  }
}
.thanks .row {
  max-width: 1290px;
  padding-bottom: 100px;
  padding-top: 13px;
}
.thanks__grid {
  align-items: start;
  display: grid;
  grid-template-areas: 'thanks__breadcrumbs thanks__breadcrumbs' 'thanks__title       thanks__offers-block' 'thanks__subtitle    thanks__offers-block' 'thanks__gifts-list  thanks__offers-block';
  grid-template-columns: 645px minmax(0, 605px);
  justify-content: space-between;
  grid-column-gap: 15px;
  column-gap: 15px;
}
.thanks__breadcrumbs {
  grid-area: thanks__breadcrumbs;
  margin-bottom: 58px;
  margin-left: -1px;
}
.thanks__breadcrumbs-key {
  font-weight: 700;
}
.thanks__breadcrumbs-key,
.thanks__title {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.thanks__title {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: 400;
  grid-area: thanks__title;
  line-height: 130%;
}
.thanks__title .accent {
  color: #0068ff;
  color: var(--text_color_6);
  font-weight: 700;
}
.thanks__subtitle,
.thanks__title .accent {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.thanks__subtitle {
  font-size: 18px;
  font-weight: 500;
  grid-area: thanks__subtitle;
  margin-top: 25px;
}
.thanks__gifts-list {
  border: 1px solid #dde5f7;
  border: 1px solid var(--bg_8);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  grid-area: thanks__gifts-list;
  margin-top: 19px;
  max-width: 450px;
  overflow: hidden;
  padding: 19px 29px 17px;
  position: relative;
  row-gap: 16px;
}
.thanks__gifts-list-item {
  font-size: 18px;
  line-height: 130%;
  padding-left: 26px;
  position: relative;
}
.thanks__gifts-list-item .accent {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.thanks__gifts-list-item:before {
  background-image: url(../images/27e0befb36a395ce2b87.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 19px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
}
.thanks__gift-img {
  bottom: 0;
  position: absolute;
  right: 0;
}
.thanks__offers-block {
  background-color: #155abe;
  background-color: var(--bg_6);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  grid-area: thanks__offers-block;
  padding: 31px 30px 29px;
  row-gap: 20px;
}
.thanks__offers-title {
  color: #fff;
  color: var(--text_color);
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.thanks__offers-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.thanks__offers-list-item {
  color: #fff;
  color: var(--text_color);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  padding-left: 26px;
  position: relative;
}
.thanks__offers-list-item:before {
  background-image: url(../images/a035c132272d093b734a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 19px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
}
@media screen and (max-width: 1320px) {
  .thanks .row {
    padding-bottom: 80px;
    padding-top: 10px;
  }
  .thanks__grid {
    column-gap: 44px;
    grid-template-areas: 'thanks__breadcrumbs   thanks__breadcrumbs' 'thanks__title         thanks__gifts-list' 'thanks__subtitle      thanks__gifts-list' 'thanks__offers-block  thanks__offers-block';
    grid-template-columns: 500px 386px;
    grid-template-rows: auto auto 1fr auto;
  }
  .thanks__breadcrumbs {
    margin-bottom: 60px;
  }
  .thanks__title {
    font-size: 32px;
    line-height: 131%;
  }
  .thanks__subtitle {
    margin-top: 13px;
  }
  .thanks__gifts-list {
    margin-top: -1px;
    padding: 19px;
  }
  .thanks__gifts-list-item {
    line-height: 128%;
  }
  .thanks__offers-block {
    margin-top: 60px;
    padding: 26px 25px 24px;
    row-gap: 19px;
  }
  .thanks__offers-list-item {
    line-height: 133%;
  }
}
@media screen and (max-width: 1023px) {
  .thanks .row {
    padding-bottom: 70px;
    padding-top: 14px;
  }
  .thanks__grid {
    column-gap: 14px;
    grid-template-columns: auto 343px;
  }
  .thanks__breadcrumbs {
    margin-bottom: 50px;
  }
  .thanks__title {
    display: block;
    font-size: 24px;
    line-height: 129%;
  }
  .thanks__subtitle {
    font-size: 16px;
    margin-top: 14px;
  }
  .thanks__gifts-list {
    padding: 20px 19px 19px;
    row-gap: 13px;
  }
  .thanks__gifts-list-item {
    font-size: 16px;
    line-height: 130%;
  }
  .thanks__gifts-list-item:before {
    top: 0;
  }
  .thanks__gift-img {
    width: 63px;
  }
  .thanks__offers-block {
    margin-top: 50px;
    padding: 21px 20px 19px;
    row-gap: 15px;
  }
  .thanks__offers-title {
    font-size: 20px;
  }
  .thanks__offers-list {
    row-gap: 12px;
  }
  .thanks__offers-list-item {
    font-size: 16px;
    line-height: 130%;
  }
  .thanks__offers-list-item:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .thanks .row {
    padding: 4px 0 0;
  }
  .thanks__grid {
    grid-template-areas: 'thanks__breadcrumbs' 'thanks__title' 'thanks__subtitle' 'thanks__gifts-list' 'thanks__offers-block';
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .thanks__breadcrumbs {
    margin-bottom: 45px;
  }
  .thanks__breadcrumbs,
  .thanks__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thanks__title {
    font-size: 23px;
  }
  .thanks__subtitle {
    margin-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .thanks__gifts-list {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 11px;
    max-width: 340px;
    padding: 11px;
    row-gap: 12px;
  }
  .thanks__gifts-list-item {
    font-size: 14px;
    line-height: 128%;
  }
  .thanks__gift-img {
    width: 77px;
  }
  .thanks__offers-block {
    margin-top: 45px;
    padding: 24px 10px;
    z-index: 1;
  }
  .thanks__offers-title {
    font-size: 18px;
  }
  .thanks__offers-list-item {
    font-size: 14px;
    line-height: 129%;
  }
}
@media screen and (max-width: 359px) {
  .thanks__offers-title {
    font-size: 16px;
  }
  .thanks__gift-img {
    width: 65px;
  }
}
.contacts {
  background-color: #eaeff6;
  background-color: var(--bg_9);
}
.contacts .row {
  max-width: 1290px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.contacts__grid {
  display: grid;
  grid-template-areas: 'contacts__title           contacts__map' 'contacts__affiliates-list contacts__map' 'contacts__button          contacts__map' 'contacts__worktime        contacts__map' 'contacts__portals         contacts__map';
  grid-template-columns: 579px auto;
  grid-template-rows: repeat(4, auto) 1fr;
  grid-column-gap: 66px;
  column-gap: 66px;
}
.contacts__title {
  font-size: 36px;
  font-weight: 400;
  grid-area: contacts__title;
  line-height: 120%;
  margin-top: 41px;
}
.contacts__title,
.contacts__title .accent {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.contacts__title .accent {
  font-weight: 700;
}
.contacts__title-icon {
  left: 18px;
  margin-left: -21px;
  position: relative;
  top: -1px;
}
.contacts__affiliates-list {
  display: flex;
  flex-direction: column;
  grid-area: contacts__affiliates-list;
  margin-top: 30px;
  row-gap: 20px;
}
.contacts__affiliates-list-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.contacts__metro {
  align-items: center;
  column-gap: 8px;
  display: flex;
}
.contacts__metro-text {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.contacts__address,
.contacts__metro-text {
  font-size: 18px;
  line-height: 130%;
}
.contacts__button {
  grid-area: contacts__button;
  height: 61px;
  margin-top: 24px;
  position: relative;
  width: 336px;
}
.contacts__button .phone {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.contacts__worktime {
  font-size: 18px;
  grid-area: contacts__worktime;
  line-height: 130%;
  margin-top: 15px;
}
.contacts__portals {
  display: grid;
  grid-area: contacts__portals;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 41px;
  margin-top: 29px;
  max-width: 347px;
  grid-column-gap: 15px;
  column-gap: 15px;
  grid-row-gap: 15px;
  row-gap: 15px;
}
.contacts__portal {
  align-items: center;
  border: 1px solid #dde5f7;
  border: 1px solid var(--bg_8);
  border-radius: 50px;
  display: flex;
  height: -webkit-fit-content;
  height: fit-content;
  justify-content: space-between;
  padding: 5px 5px 5px 11px;
}
.contacts__rating {
  align-items: center;
  background-color: #dde5f7;
  background-color: var(--bg_8);
  border-radius: 50%;
  column-gap: 2px;
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 53px;
  letter-spacing: -1px;
  padding: 6px;
  width: 53px;
}
.contacts__map {
  border-radius: 20px;
  grid-area: contacts__map;
  min-height: 479px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contacts__map .map {
  height: 100%;
}
.page_success .contacts__grid {
  grid-template-areas: 'contacts__title           contacts__map' 'contacts__affiliates-list contacts__map' 'contacts__portals         contacts__map' 'contacts__backlink        contacts__map';
  grid-template-rows: repeat(3, auto) 1fr;
}
.page_success .contacts__portals {
  margin-bottom: 0;
}
.page_success .contacts__button {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 69px;
  padding-right: 69px;
  width: -webkit-fit-content;
  width: fit-content;
}
.page_success .contacts__backlink {
  grid-area: contacts__backlink;
  height: -webkit-fit-content;
  height: fit-content;
  margin-bottom: 41px;
  margin-top: 28px;
  width: -webkit-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1320px) {
  .contacts .row {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .contacts__grid {
    column-gap: 59px;
    grid-template-columns: 369px auto;
  }
  .contacts__title {
    font-size: 30px;
    margin-top: 0;
  }
  .contacts__portals {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .contacts__map {
    min-height: 0;
    min-height: auto;
  }
  .contacts__title-icon {
    height: 31px;
    left: 19px;
    width: 45px;
  }
  .contacts__affiliates-list {
    margin-top: 24px;
  }
  .page_success .contacts__title-icon {
    top: 0;
  }
  .page_success .contacts__affiliates-list {
    margin-top: 25px;
  }
  .page_success .contacts__portals {
    margin-top: 23px;
  }
  .page_success .contacts__backlink {
    margin-bottom: 0;
    margin-top: 29px;
  }
  .page_success .contacts__button {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts .row {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .contacts__grid {
    column-gap: 22px;
    grid-template-columns: 310px auto;
  }
  .contacts__title {
    font-size: 24px;
    line-height: 121%;
  }
  .contacts__address,
  .contacts__metro-text {
    font-size: 16px;
    line-height: 130%;
  }
  .contacts__title-icon {
    height: 21px;
    left: 21px;
    width: 31px;
  }
  .contacts__affiliates-list {
    margin-top: 21px;
  }
  .contacts__affiliates-list-item {
    row-gap: 9px;
  }
  .contacts__button {
    margin-top: 21px;
    width: 310px;
  }
  .contacts__portals {
    column-gap: 8px;
    max-width: 292px;
    row-gap: 8px;
  }
  .contacts__portal-logo {
    height: 21px;
    width: 60px;
  }
  .contacts__rating {
    font-size: 16px;
    letter-spacing: -0.6px;
    padding: 7px;
  }
  .contacts__worktime {
    font-size: 16px;
  }
  .contacts__map {
    border-radius: 15px;
  }
  .page_success .contacts .row {
    padding-bottom: 49px;
  }
  .page_success .contacts__title-icon {
    top: -1px;
  }
  .page_success .contacts__affiliates-list {
    margin-top: 21px;
  }
  .page_success .contacts__affiliates-list-item {
    row-gap: 8px;
  }
  .page_success .contacts__portals {
    margin-top: 19px;
  }
  .page_success .contacts__backlink {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .row {
    padding-bottom: 45px;
    padding-top: 44px;
  }
  .contacts__grid {
    grid-template-areas: 'contacts__title' 'contacts__affiliates-list' 'contacts__button' 'contacts__worktime' 'contacts__portals' 'contacts__map';
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .contacts__title {
    font-size: 23px;
    line-height: 130%;
  }
  .contacts__title-icon {
    height: 25px;
    margin-left: 5px;
    position: static;
    width: 37px;
  }
  .contacts__affiliates-list {
    margin-top: 24px;
  }
  .contacts__map {
    border-radius: 10px;
    height: 279px;
    margin-top: 22px;
  }
  .contacts__button {
    max-width: 340px;
    width: 100%;
  }
  .contacts__portals {
    max-width: 340px;
  }
  .contacts__portal {
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 3px;
  }
  .contacts__portal-logo {
    height: 29px;
    width: 83px;
  }
  .contacts__rating {
    font-size: 12px;
    height: 44px;
    letter-spacing: -0.48px;
    padding: 5px;
    width: 44px;
  }
  .page_success .contacts {
    margin-top: -15px;
  }
  .page_success .contacts .row {
    padding-bottom: 45px;
    padding-top: 61px;
  }
  .page_success .contacts__grid {
    grid-template-areas: 'contacts__title' 'contacts__affiliates-list' 'contacts__portals' 'contacts__map' 'contacts__backlink';
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .page_success .contacts__affiliates-list {
    margin-top: 24px;
  }
  .page_success .contacts__affiliates-list-item {
    row-gap: 9px;
  }
  .page_success .contacts__portals {
    margin-top: 22px;
  }
  .page_success .contacts__backlink {
    margin-top: 25px;
    max-width: 340px;
    width: 100%;
  }
  .page_success .contacts__button {
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .contacts__address,
  .contacts__metro-text,
  .contacts__worktime {
    font-size: 15px;
  }
  .contacts__portal-logo {
    width: 75px;
  }
}
.footer {
  padding-top: 51px;
  background-color: #fff;
}

.footer__row-wrapper {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .footer__row-wrapper {
    flex-direction: column;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  color: #4d5155;
}
.footer__attention {
  color: #7a7f84;
}

.footer__logo-exp {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #979797;
}

.footer__logo-separator {
  height: 57px;
  width: 1px;
  background-color: #e6effb;
  display: block;
}

.footer__logo {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.footer__row:first-child {
  border-bottom: 1px solid #eaeaea;
}

.footer__row {
  padding: 20px 0;
}

@media screen and (max-width: 1320px) {
  .footer__grid {
    grid-template-areas: 'f_logo f_popup f_policy f_policy' 'f_text f_text  f_text   f_dev' 'f_note f_note  .        f_dev';
    padding-top: 47px;
    padding-bottom: 45px;
    grid-template-columns: 241px auto 84px 307px;
  }
  .footer_with-soc .footer__popup-licenses {
    margin-top: 4px;
    margin-left: 25px;
  }
  .footer_with-soc .footer__popup-policy {
    margin-top: 3px;
    margin-right: -82px;
    margin-left: -90px;
  }
  .footer_with-soc .footer__text {
    margin-top: 29px;
  }
  .footer_with-soc .footer__dev {
    align-self: center;
    margin-top: 22px;
  }
  .footer__logo {
    margin-left: 0;
  }
  .footer__popup-licenses {
    margin-left: 70px;
    margin-top: 6px;
  }
  .footer__socials {
    top: 1px;
    margin-left: 121px;
    grid-column-gap: 6px;
    column-gap: 6px;
  }
  .footer__popup-policy {
    margin-top: 6px;
    margin-right: unset;
  }
  .footer__text {
    margin-top: 31px;
  }
  .footer__note {
    margin-top: -2px;
  }
  .footer__dev {
    margin-top: 26px;
    align-self: center;
  }
  .footer__dev-text {
    margin-left: 9px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_with-soc .footer__grid {
    grid-template-areas: 'f_logo   .        f_socials' 'f_policy f_popup  f_dev' 'f_text   f_text   f_text' 'f_note   f_note   f_note';
    grid-template-columns: 215px auto 288px;
  }
  .footer_with-soc .footer__dev {
    margin-top: 27px;
  }
  .footer_with-soc .footer__popup-policy {
    margin-top: 26px;
    margin-right: -15px;
    margin-left: 0;
    font-size: 14px;
  }
  .footer_with-soc .footer__popup-licenses {
    margin-top: 25px;
    margin-left: 48px;
    font-size: 14px;
  }
  .footer_with-soc .footer__text {
    margin-top: 27px;
  }
  .footer_with-soc .footer__note {
    margin-top: 0;
  }
  .footer__grid {
    grid-template-areas: 'f_logo f_popup .     f_policy' 'f_text f_text  f_dev f_dev' 'f_note f_note  f_dev f_dev';
    grid-template-columns: 215px auto 31px 259px;
    padding-top: 50px;
  }
  .footer__popup-licenses {
    margin-top: 17px;
    margin-left: 47px;
  }
  .footer__popup-policy {
    margin-top: 17px;
  }
  .footer__socials {
    margin-left: 99px;
  }
  .footer__text {
    margin-top: 30px;
    margin-right: 50px;
  }
  .footer__note,
  .footer__text {
    font-size: 14px;
    line-height: 143%;
  }
  .footer__note {
    margin-top: 12px;
  }
  .footer__dev {
    margin-top: 2px;
  }
  .footer__dev-text {
    margin-left: 10px;
    margin-top: -2px;
    font-size: 14px;
    line-height: 129%;
  }
}
@media screen and (max-width: 767px) {
  .footer_with-soc .footer__grid {
    grid-template-areas: 'f_logo     f_logo ' 'f_note     f_note ' 'f_socials  f_socials' 'f_licenses f_licenses ' 'f_policy   f_policy ' 'f_text     f_text' 'f_dev      f_dev';
    grid-template-columns: 170px auto;
  }
  .footer_with-soc .footer__note {
    margin-top: 19px;
  }
  .footer__grid {
    grid-template-areas: 'f_logo     f_logo ' 'f_note     f_note ' 'f_licenses f_licenses ' 'f_policy   f_policy ' 'f_text     f_text' 'f_dev      f_dev';
    grid-template-columns: 170px auto;
    padding-top: 50px;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__socials {
    margin-left: 0;
    top: 0;
    margin-top: 21px;
    margin-bottom: 12px;
  }
  .footer__text {
    margin-right: unset;
    margin-top: 18px;
  }
  .footer__licenses-wrapper {
    display: block;
  }
  .footer__popup-licenses {
    display: none;
  }
  .footer__note {
    margin-top: 19px;
  }
  .footer__licenses-wrapper {
    border-radius: 15px;
    background-color: #f0f6f4;
    background-color: var(--bg3);
    margin-top: 13px;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .footer__licenses-wrapper.open {
    padding-bottom: 10px;
  }
  .footer__licenses-title {
    position: relative;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.03em;
  }
  .footer__licenses-title:before {
    position: absolute;
    content: '';
    -webkit-mask-image: url(../i/6de61e00851a7c04c57621f4ac5fc33c.svg);
    mask-image: url(../i/6de61e00851a7c04c57621f4ac5fc33c.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #5ea38b;
    background-color: var(--bg2);
    width: 16px;
    height: 14px;
    top: 3px;
    right: 4px;
    transition: transform 0.2s linear;
  }
  .footer__licenses-title.rotated:before {
    transform: rotate(180deg);
  }
  .footer__licenses-inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 1500px;
    transition: max-height 0.3s linear;
  }
  .footer__licenses-inner.hide {
    height: 0;
    max-height: 0;
    overflow: hidden;
  }
  .footer__popup-policy {
    margin-top: 17px;
    font-size: 14px;
  }
  .footer__licenses-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-left: -7px;
    margin-right: -6px;
  }
  .footer__licenses-items a {
    border: 0.5px solid #5ea38b;
    border: 0.5px solid var(--bg2);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    width: 73px;
  }
  .footer__licenses-content {
    margin-top: 22px;
    margin-bottom: 8px;
    margin-left: -1px;
    letter-spacing: -0.01px;
  }
  .footer__licenses-content-item {
    font-size: 14px;
    line-height: 157%;
  }
  .footer__licenses-content-item + .footer__licenses-content-item {
    margin-top: 16px;
  }
  .footer__licenses-inn,
  .footer__licenses-kpp,
  .footer__licenses-ogrn,
  .footer__licenses-ooo {
    font-size: 15px;
    line-height: 87%;
  }
  .footer__licenses-inn + .footer__licenses-content-item,
  .footer__licenses-kpp + .footer__licenses-content-item,
  .footer__licenses-ogrn + .footer__licenses-content-item,
  .footer__licenses-ooo + .footer__licenses-content-item {
    margin-top: 14px;
  }
  .footer__licenses-ogrn {
    margin-bottom: 15px;
  }
  .footer__licenses-address,
  .footer__licenses-address-fact {
    display: inline;
  }
  .footer__licenses-phone {
    margin-bottom: -16px;
  }
  .footer__dev {
    margin-top: 25px;
  }
  .footer__dev .img {
    width: 31px;
  }
  .footer__dev-text {
    margin-left: 15px;
    margin-top: 0;
  }
}
.error-block .row {
  max-width: 1290px;
  padding-bottom: 100px;
  padding-top: 2px;
}
.error-block__grid {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.error-block__breadcrumbs {
  align-self: flex-start;
  line-height: 130%;
}
.error-block__breadcrumbs-key {
  margin-left: -1px;
}
.error-block__breadcrumbs-key,
.error-block__title {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.error-block__title {
  font-size: 30px;
  margin-top: 37px;
}
.error-block__code {
  color: #0068ff;
  color: var(--text_color_6);
  font-family: Manrope, sans-serif;
  font-size: 193px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  margin-top: 19px;
}
.error-block__backlink,
.error-block__button {
  max-width: 441px;
  width: 100%;
}
.error-block__backlink {
  margin-top: 27px;
}
@media screen and (max-width: 1320px) {
  .error-block .row {
    padding-bottom: 80px;
    padding-top: 0;
  }
  .error-block__title {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .error-block .row {
    padding-bottom: 70px;
    padding-top: 1px;
  }
  .error-block__title {
    margin-top: 38px;
  }
  .error-block__code {
    font-size: 145px;
    margin-top: 16px;
  }
  .error-block__backlink {
    margin-top: 24px;
  }
  .error-block__backlink,
  .error-block__button {
    max-width: 351px;
  }
  .error-block__button {
    padding: 18px 20px 17px;
  }
}
@media screen and (max-width: 767px) {
  .error-block .row {
    padding-bottom: 45px;
    padding-top: 5px;
  }
  .error-block__title {
    font-size: 20px;
    margin-top: 50px;
  }
  .error-block__code {
    font-size: 108px;
    margin-top: 13px;
  }
  .error-block__backlink {
    margin-top: 18px;
  }
}
.modal.modal-error {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 30px;
  min-height: 0;
  min-height: auto;
  min-width: 553px;
  padding: 59px 83px;
}
.modal.modal-error .mfp-close {
  right: 30px;
  top: 20px;
}
.modal.modal-error .modal__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.modal.modal-error .modal__title {
  font-family: Manrope, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
}
.modal.modal-error .modal__subtitle {
  line-height: 131%;
  margin-top: 9px;
  text-align: center;
}
.modal.modal-error .modal__text {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-top: 14px;
  text-align: center;
}
.modal.modal-error .modal__button {
  margin-top: 25px;
  padding: 0;
  width: 100%;
}
.modal.modal-error .modal__button .phone {
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 18px 10px;
  width: 100%;
}
.modal.modal-error-request_throttle_count {
  padding: 65px 49px 63px;
}
.modal.modal-error-request_throttle_count .modal__title {
  font-size: 35px;
  line-height: 115%;
  margin-top: 0;
}
.modal.modal-error-request_throttle_count .modal__subtitle {
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .modal.modal-error {
    border-radius: 15px;
    max-width: 340px;
    min-width: 0;
    min-width: auto;
    padding: 35px 12px;
  }
  .modal.modal-error .mfp-close {
    right: 20px;
    top: 12px;
  }
  .modal.modal-error .modal__image {
    width: 96px;
  }
  .modal.modal-error .modal__title {
    font-size: 27px;
    margin-top: 21px;
  }
  .modal.modal-error .modal__subtitle {
    margin-top: 6px;
    max-width: 290px;
  }
  .modal.modal-error .modal__text {
    font-size: 20px;
    margin-top: 14px;
  }
  .modal.modal-error .modal__button {
    margin-top: 20px;
  }
  .modal.modal-error-request_throttle_count {
    padding: 45px 12px 44px;
  }
  .modal.modal-error-request_throttle_count .modal__title {
    font-size: 24px;
    line-height: 121%;
    margin-top: 0;
  }
  .modal.modal-error-request_throttle_count .modal__subtitle {
    font-size: 16px;
    margin-top: 9px;
    max-width: 220px;
  }
}
.modal-map {
  border-radius: 30px;
  max-width: 1290px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.modal-map .mfp-close {
  height: 24px;
  right: 48px;
  top: 28px;
  width: 24px;
}
.modal-map .contacts {
  background-color: #fff;
  background-color: var(--bg);
}
.modal-map .contacts .row {
  padding: 11px 12px 11px 49px;
}
.modal-map .contacts__grid {
  column-gap: 57px;
}
.modal-map .contacts__title {
  margin-top: 66px;
}
.modal-map .contacts__portals {
  margin-bottom: 65px;
}
@media screen and (max-width: 1320px) {
  .modal-map {
    border-radius: 20px;
    max-width: 684px;
  }
  .modal-map .mfp-close {
    height: 20px;
    right: 30px;
    top: 20px;
    width: 20px;
  }
  .modal-map .contacts .row {
    padding: 8px 8px 8px 30px;
  }
  .modal-map .contacts__title {
    font-size: 20px;
    margin-top: 43px;
  }
  .modal-map .contacts__title-icon {
    height: 17px;
    margin-left: -18px;
    width: 25px;
  }
  .modal-map .contacts__portals {
    column-gap: 8px;
    margin-bottom: 42px;
    margin-top: 22px;
    max-width: 296px;
  }
  .modal-map .contacts__portal {
    padding: 4px 4px 4px 11px;
  }
  .modal-map .contacts__portal-logo {
    height: 21px;
    width: 62px;
  }
  .modal-map .contacts__rating {
    font-size: 16px;
  }
  .modal-map .contacts__grid {
    column-gap: 20px;
    grid-template-columns: 323px auto;
  }
  .modal-map .contacts__address,
  .modal-map .contacts__metro-text {
    font-size: 16px;
  }
  .modal-map .contacts__affiliates-list {
    margin-top: 22px;
  }
  .modal-map .contacts__button {
    margin-top: 14px;
    width: 310px;
  }
  .modal-map .contacts__worktime {
    font-size: 16px;
    margin-top: 11px;
  }
  .modal-map .contacts__map {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .modal-map {
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 340px;
  }
  .modal-map .mfp-close {
    height: 16px;
    right: 20px;
    top: 12px;
    width: 16px;
  }
  .modal-map .contacts .row {
    padding: 41px 12px 12px;
  }
  .modal-map .contacts__grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .modal-map .contacts__title {
    font-size: 23px;
    line-height: 130%;
    margin-top: 0;
  }
  .modal-map .contacts__title-icon {
    height: 25px;
    margin-left: 5px;
    position: static;
    width: 37px;
  }
  .modal-map .contacts__affiliates-list {
    margin-top: 24px;
  }
  .modal-map .contacts__button {
    margin-top: 15px;
    width: auto;
  }
  .modal-map .contacts__worktime {
    margin-top: 9px;
    text-align: center;
  }
  .modal-map .contacts__portals {
    margin-bottom: 0;
    max-width: 100%;
  }
  .modal-map .contacts__portal {
    padding: 3px 3px 3px 11px;
  }
  .modal-map .contacts__portal-logo {
    height: 29px;
    width: 83px;
  }
  .modal-map .contacts__rating {
    font-size: 12px;
    letter-spacing: -0.48px;
  }
  .modal-map .contacts__map {
    border-radius: 10px;
  }
}
@media screen and (max-width: 359px) {
  .modal-map .contacts__portal-logo {
    width: 65px;
  }
}
.modal.modal-requisites {
  background-color: #eaeff6;
  background-color: var(--bg_9);
  border-radius: 30px;
  font-size: 18px;
  max-width: 565px;
  padding: 45px 30px 29px;
}
.modal.modal-requisites .mfp-close {
  right: 30px;
  top: 20px;
}
.modal.modal-requisites .modal__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.modal.modal-requisites .modal__requisites {
  display: flex;
  flex-direction: column;
}
.modal.modal-requisites .modal__license-images {
  column-gap: 10px;
  display: flex;
  margin-top: 19px;
}
.modal.modal-requisites .modal__license-img {
  border-radius: 8px;
}
.modal.modal-requisites .modal__company {
  font-size: 24px;
  margin-top: 18px;
}
.modal.modal-requisites .modal__address,
.modal.modal-requisites .modal__email,
.modal.modal-requisites .modal__license,
.modal.modal-requisites .modal__phone,
.modal.modal-requisites .modal__requisites-list-item {
  font-size: 18px;
  line-height: 129%;
}
.modal.modal-requisites .modal__address .accent,
.modal.modal-requisites .modal__email .accent,
.modal.modal-requisites .modal__license .accent,
.modal.modal-requisites .modal__phone .accent,
.modal.modal-requisites .modal__requisites-list-item .accent {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.modal.modal-requisites .modal__requisites-list {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
  row-gap: 9px;
}
.modal.modal-requisites .modal__phone {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 11px;
}
.modal.modal-requisites .modal__phone .phone__prefix {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.modal.modal-requisites .modal__address,
.modal.modal-requisites .modal__email {
  margin-top: 10px;
}
.modal.modal_documents {
  background-color: #f9fbff;
  background-color: var(--bg_modal_documents);
  border-radius: 5px;
  line-height: 1.3;
  max-width: 801px;
  padding: 0;
}
.modal.modal_documents button.mfp-close {
  right: 10px;
  top: 10px;
}
.modal.modal_documents .modal__wrapper {
  padding: 50px 60px 60px;
}
.modal.modal_documents .modal__title {
  font-family: Manrope, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.modal.modal_documents .modal__list {
  display: flex;
  flex-direction: column;
  list-style: disc;
  padding-left: 20px;
  row-gap: 15px;
}
.modal.modal_documents .modal__item {
  list-style-type: disc;
}
.modal.modal_documents .modal__link-inner {
  border-bottom: 1px solid #1e2639;
  border-bottom: 1px solid var(--modal_documents_text_color);
  color: #1e2639;
  color: var(--modal_documents_text_color);
  font-size: 18px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: border-color 0.2s linear;
}
.modal.modal_documents .modal__link {
  border-color: transparent;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.modal.modal_documents .modal__link:hover .modal__link-inner {
  border-bottom-color: transparent;
}
@media screen and (max-width: 1320px) {
  .modal.modal_documents .modal__wrapper {
    padding: 40px 50px 50px;
  }
  .modal.modal_documents .modal__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal.modal_documents {
    max-width: 650px;
  }
  .modal.modal_documents .modal__wrapper {
    padding: 35px 35px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal_documents {
    width: calc(100vw - 20px);
  }
  .modal.modal_documents .modal__wrapper {
    padding: 20px;
  }
  .modal.modal_documents .modal__title {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .modal.modal_documents .modal__list {
    row-gap: 8px;
  }
  .modal.modal_documents .modal__link-inner {
    font-size: 15px;
  }
}
.modal__requisites:first-child {
  margin-bottom: 30px;
}
/* 
-------------------------
} */

.first-screen__flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* .first-screen__flex > * {
  flex: 1 1 50%;
  box-sizing: border-box;
} */

.first-screen__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-basis: 600px;
}

.first-screen__title-new {
  color: #252c3e;
  font-size: 45px;
  font-weight: 700;
}

.first-screen__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.first-screen__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.first-screen__list-item--wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.first-screen__list-item--top {
  color: #252c3e;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.8px;
}

.first-screen__list-item--bottom {
  color: #252c3e;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.first-screen__plan {
  width: fit-content;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 4px 33px 4px 5px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px;
}

.first-screen__plan-zero {
  color: #6472cd;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.first-screen__content-bottom {
  padding: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
}
.first-screen__banner {
  padding: 4px 9.666px 5.39px 10px;
  border-radius: 20px;
  background: #0068ff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  width: fit-content;
  margin-bottom: 25px;
}
.first-screen__mini-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.first-screen__mini-list--item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.first-screen__mini-list--item span {
  color: #252c3e;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.first-screen__content-bottom--img {
  position: absolute;
  top: -30px;
  left: 333px;
}

.first-screen__wrapper {
  display: flex;
  gap: 15px;
}

.first-screen__wrapper-image {
  display: flex;
  flex-direction: column;
}
.first-screen__wrapper-description {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 16px 0;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  justify-content: center;
}

.first-screen__before-img {
  width: 320px;
  max-height: 351px;
  height: auto;
  border-radius: 15px 15px 0 0 !important;
  object-fit: cover;
}
.first-screen__after-img {
  width: 320px;
  max-height: 351px;
  height: auto;
  border-radius: 15px 15px 0 0 !important;
  object-fit: cover;
}

.first-screen__promo-first {
  border-radius: 20px;
  background: #6472cd;
  padding: 22px 30px;
  width: 595px;
}

.first-screen__promo-first--title {
  display: flex;
  align-items: center;
  gap: 4px;
}

.first-screen__promo-first--content {
  display: flex;
  align-items: center;
  gap: 21px;
}

.first-screen__promo-title--left {
  color: #ffa9f9;
  font-size: 18px;

  font-weight: 800;
  line-height: 25.2px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.first-screen__promo-title--right {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 25.2px; /* 140% */
  letter-spacing: -0.5px;
}

.first-screen__promo-content--left {
  color: #b0d0ff;
  font-size: 22px;
  font-weight: 600;
  line-height: 24.2px; /* 110% */
  text-decoration-line: line-through;
}

.first-screen__promo-content--right {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px; /* 120% */
}

.first-screen__promo-first--description {
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
}

.first-screen__promo-second {
  border-radius: 10px;
  background: #0a1f3d;
  width: 317px;
  padding: 10px 19px 31px 23px;
  position: absolute;
  right: 0;
  bottom: 35px;
}

.first-screen__promo-second--title {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 12;
}

.first-screen__promo-second--list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.first-screen__promo-second--item {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px; /* 152.941% */
}

.first-screen__promo-second--img {
  position: absolute;
  right: -30px;
  bottom: -45px;
}

/* Адаптивные стили для first-screen */
@media (max-width: 1400px) {
  .first-screen__flex {
    gap: 20px;
  }

  .first-screen__content {
    flex-basis: 500px;
    gap: 25px;
  }

  .first-screen__title-new {
    font-size: 40px;
  }

  .first-screen__promo-first {
    padding: 20px 25px;
  }

  .first-screen__promo-second {
    width: 280px;
    padding: 10px 15px 25px 20px;
  }

  .first-screen__content-bottom--img {
    left: 280px;
  }
}

@media (max-width: 1200px) {
  .first-screen__promo-first--content {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .first-screen__flex {
    flex-direction: column;
    gap: 30px;
  }

  .first-screen__content {
    flex-basis: auto;
    order: 1;
  }

  .first-screen__wrapper {
    order: 2;
    justify-content: center;
    margin-bottom: 20px;
  }

  .first-screen__wrapper-description img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .first-screen__title-new {
    font-size: 36px;
  }

  .first-screen__list {
    gap: 15px;
  }

  .first-screen__list-item--top {
    font-size: 18px;
  }

  .first-screen__list-item--bottom {
    font-size: 14px;
  }

  .first-screen__content-bottom {
    flex-direction: column;
    gap: 30px;
    padding: 25px 20px;
  }

  .first-screen__promo-first {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -35px;
    z-index: 5;
    position: relative;
  }

  .first-screen__promo-second {
    padding-top: 50px;
    position: static;
    width: 100%;
    margin: 0 auto;
  }

  .first-screen__content-bottom--img {
    top: 0px;
    right: 0;
    left: auto;
    max-width: 200px;
  }
  .first-screen__promo-second--title {
    border-bottom: none;
  }

  .first-screen__banner {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .first-screen__title-new {
    font-size: 32px;
    line-height: 1.2;
  }

  .first-screen__list-item {
    gap: 8px;
  }

  .first-screen__list-item--top {
    font-size: 17px;
    line-height: 1.3;
  }

  .first-screen__list-item--bottom {
    font-size: 14px;
    line-height: 1.4;
  }

  .first-screen__plan-zero {
    font-size: 38px;
    line-height: 50px;
  }

  .first-screen__plan {
    font-size: 15px;
    padding: 4px 22px 4px 5px;
  }

  .first-screen__wrapper {
    gap: 12px;
  }

  .first-screen__wrapper-description {
    padding: 14px 0;
    font-size: 15px;
  }

  .first-screen__content-bottom {
    padding: 22px 18px;
    border-radius: 25px;
  }

  .first-screen__banner {
    font-size: 17px;
    padding: 4px 9px 5px 9px;
  }

  .first-screen__mini-list--item span {
    font-size: 19px;
  }

  .first-screen__promo-first {
    padding: 20px 22px;
  }

  .first-screen__promo-title--left,
  .first-screen__promo-title--right {
    font-size: 17px;
  }

  .first-screen__promo-content--left {
    font-size: 19px;
  }

  .first-screen__promo-content--right {
    font-size: 30px;
  }

  .first-screen__promo-second {
    padding: 50px 17px 22px 17px;
  }

  .first-screen__promo-second--title {
    font-size: 17px;
  }

  .first-screen__promo-second--item {
    font-size: 16px;
  }

  .first-screen__promo-second--img {
    right: -25px;
    bottom: -35px;
    max-width: 70px;
  }
}

@media (max-width: 768px) {
  .first-screen__title-new {
    font-size: 29px;
    line-height: 100%;
  }

  .first-screen__list-item {
    gap: 8px;
  }

  .first-screen__list-item--top {
    font-size: 16px;
    line-height: 1.3;
  }

  .first-screen__list-item--bottom {
    font-size: 13px;
    line-height: 1.4;
  }

  .first-screen__plan-zero {
    font-size: 36px;
    line-height: 48px;
  }

  .first-screen__plan {
    font-size: 14px;
    padding: 4px 20px 4px 5px;
  }

  .first-screen__wrapper {
    gap: 10px;
    margin-bottom: 15px;
  }

  .first-screen__wrapper-description img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .first-screen__wrapper-description {
    padding: 12px 0;
    font-size: 14px;
  }

  .first-screen__content-bottom {
    padding: 20px 15px;
    border-radius: 20px;
  }

  .first-screen__banner {
    font-size: 16px;
    padding: 4px 8px 5px 8px;
  }

  .first-screen__mini-list--item span {
    font-size: 18px;
  }

  .first-screen__promo-first {
    padding: 18px 20px;
  }

  .first-screen__promo-title--left,
  .first-screen__promo-title--right {
    font-size: 18px;
  }
  .first-screen__promo-first--description {
    font-size: 13px;
    max-width: 294px;
  }

  .first-screen__promo-content--left {
    font-size: 18px;
  }

  .first-screen__promo-content--right {
    font-size: 28px;
  }

  .first-screen__promo-second {
    padding: 50px 15px 20px 15px;
  }

  .first-screen__promo-second--title {
    font-size: 13px;
  }

  .first-screen__promo-second--item {
    font-size: 13px;
  }

  .first-screen__promo-second--list {
    gap: 0;
  }

  .first-screen__promo-second--img {
    right: -20px;
    bottom: -30px;
    max-width: 60px;
  }
}

@media (max-width: 576px) {
  .first-screen__list {
    gap: 12px;
  }

  .first-screen__list-item--top {
    font-size: 15px;
  }

  .first-screen__list-item--bottom {
    font-size: 12px;
  }

  .first-screen__plan-zero {
    font-size: 30px;
    line-height: 42px;
  }

  .first-screen__plan {
    font-size: 13px;
    padding: 4px 15px 4px 5px;
  }

  .first-screen__wrapper {
    gap: 12px;
    max-width: 360px;
    margin: 0 auto 30px;
  }

  .first-screen__wrapper-image img {
    width: 100%;
    height: auto;
  }

  .first-screen__wrapper-description img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .first-screen__content-bottom {
    padding: 15px 10px;
    border-radius: 15px;
  }

  .first-screen__banner {
    font-size: 14px;
    padding: 3px 16px 4px 16px;
  }

  .first-screen__mini-list {
    gap: 10px;
  }

  .first-screen__mini-list--item span {
    font-size: 16px;
  }

  .first-screen__promo-first {
    padding: 15px 15px;
  }

  .first-screen__promo-second {
    padding: 50px 12px 15px 12px;
  }

  .first-screen__promo-second--img {
    right: 24px;
    bottom: 0;
  }

  .first-screen__content-bottom--img {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .first-screen__list-item {
    gap: 6px;
  }

  .first-screen__list-item img {
    width: 20px;
    height: 20px;
  }

  .first-screen__plan {
    gap: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
  }

  .first-screen__plan-zero-fix br {
    display: none;
  }

  .first-screen__wrapper {
    margin-bottom: 25px;
  }

  .first-screen__wrapper-description img {
    width: 14px;
    height: 14px;
  }

  .first-screen__before-img {
    height: 208px;
  }

  .first-screen__after-img {
    height: 208px;
  }

  .first-screen__content-bottom {
    padding: 12px 8px;
  }

  .first-screen__promo-first {
    padding: 12px 10px;
  }

  .first-screen__promo-content--left {
    font-size: 18px;
  }

  .first-screen__promo-content--right {
    font-size: 25px;
  }

  .first-screen__mini-list--item span {
    font-size: 14px;
  }
}

.first-screen__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .first-screen__btn-wrapper {
    margin-top: 30px;
  }
}
.button-first {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #d504c6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px; /* 130% */
  max-width: 429.66px;
  height: 83.78px;
  padding: 5px 86px;
}

@media (max-width: 480px) {
  .button-first {
    max-width: auto;
    width: 100%;
    padding: 5px 15px;
  }
}

.best {
  background-color: var(--bg_9);
  padding-top: 0;
  overflow: hidden;
}
.best__title {
  margin-right: 15px;
  margin-bottom: 55px;
  font-family: Inter, sans-serif;
  color: #35373b;
}
.best__grid {
  position: relative;
  min-height: 502px;
  display: grid;
  grid-template-areas:
    'b_list b_info'
    'b_list b_note';
  grid-template-columns: 432px 314px;
  grid-column-gap: 93px;
  column-gap: 93px;
  grid-template-rows: auto 1fr;
  padding-bottom: 50px;
}
.best__image {
  position: absolute;
  right: -300px;
  bottom: 0px;
  max-width: 320px;
}
.best__list {
  grid-area: b_list;
  position: relative;
  border-radius: 20px;
  background: #f6f6f6;
  box-shadow: 0 4px 16px 0 rgba(78, 78, 78, 0.06);
  box-shadow: 0 4px 16px 0 var(--shadow);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 35px 63px 46px;
}
.best__list:before {
  position: absolute;
  content: '';
  bottom: -71px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(../images/new/arrow-bottom.svg);
  background-size: cover;
}
.best__item {
  position: relative;
  padding-left: 44px;
}
.best__item:before {
  position: absolute;
  content: '';
  background-image: url(../images/new/blue-check.svg);
  background-size: cover;
  width: 31px;
  height: 37px;
  top: 8px;
  left: 0;
}
.best__item + .best__item {
  margin-top: 28px;
}
.best__item-text {
  font-size: 17px;
  line-height: 129%;
}
.best__item-text .bold {
  font-size: 19px;
  line-height: 168%;
}
.best__item-text .link_dashed {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline;
  border: unset;
  background-color: unset;
  color: inherit;
  padding: 0;
}
.best__doc-info {
  grid-area: b_info;
}
.best__doc-exp {
  color: #fff;
  font-size: 27px;
  border-radius: 10px;
  background-color: #6472cd;
  margin-bottom: 24px;
  padding: 7px 21px;
  width: fit-content;
}
.best__doc-exp .exp {
  position: relative;
  padding-right: 11px;
}
.best__doc-exp .exp:before {
  position: absolute;
  content: '+';
  right: -5px;
}
.best__doc-prof {
  font-size: 20px;
  margin-bottom: 18px;
}
.best__doc-name {
  font-size: 21px;
  margin-bottom: 20px;
}
.best__doc-note {
  grid-area: b_note;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #f6f6f6;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(78, 78, 78, 0.06);
  box-shadow: 0 4px 16px 0 var(--shadow);
  padding-top: 26px;
  padding-left: 31px;
  padding-bottom: 22px;
  z-index: 1;
}
.best__doc-icons {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 10px;
  row-gap: 10px;
  margin-left: -5px;
  margin-right: -6px;
}
.best__doc-icon {
  margin-left: 5px;
  margin-right: 6px;
  width: 55px;
}
.best__doc-note-text {
  font-size: 20px;
  margin-top: 14px;
}
@media screen and (max-width: 1320px) {
  .best {
    border-radius: 30px;
    padding-top: 72px;
  }
  .best__title {
    margin-right: 100px;
    margin-bottom: 39px;
  }
  .best__grid {
    grid-template-areas: 'b_info b_note' 'b_list b_note' 'b_list b_note';
    grid-template-columns: 404px 294px;
    grid-column-gap: 34px;
    column-gap: 34px;
    min-height: 653px;
    padding-bottom: 100px;
  }
  .best__doc-info {
    display: grid;
    grid-template-areas: 'bi_exp  bi_name' 'bi_prof bi_prof';
    margin-right: -5px;
    grid-template-columns: auto 1fr;
    margin-bottom: 32px;
  }
  .best__doc-prof {
    grid-area: bi_prof;
  }
  .best__doc-name {
    grid-area: bi_name;
    font-size: 22px;
    margin-bottom: unset;
    margin-top: 11px;
    margin-left: 21px;
  }
  .best__doc-exp {
    grid-area: bi_exp;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .best__doc-exp .exp {
    padding-right: 9px;
  }
  .best__doc-note {
    margin-top: auto;
    padding-top: 33px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .best__list {
    padding-top: 34px;
    padding-left: 24px;
    padding-bottom: 58px;
  }
  .best__list:before {
    bottom: -75px;
  }
  .best__item + .best__item {
    margin-top: 24px;
  }
  .best__item-title {
    margin-bottom: -1px;
  }
  .best__doc-note-text {
    font-size: 18px;
    margin-top: 16px;
    line-height: 139%;
  }
  .best__image {
    right: -280px;
    bottom: 283px;
  }
}
@media screen and (max-width: 1023px) {
  .best {
    padding-top: 71px;
  }
  .best__title {
    margin-left: 2px;
    margin-bottom: 34px;
  }
  .best__doc-info {
    margin-bottom: 18px;
  }
  .best__doc-exp {
    font-size: 20px;
    padding: 6px 21px 7px 19px;
  }
  .best__doc-exp .exp {
    padding-right: 7px;
  }
  .best__doc-name {
    font-size: 17px;
    margin-top: 8px;
    margin-left: 15px;
  }
  .best__doc-prof {
    font-size: 17px;
    line-height: 141%;
  }
  .best__grid {
    grid-template-columns: 354px 246px;
    grid-column-gap: 32px;
    min-height: 536px;
    padding-bottom: 74px;
  }
  .best__list {
    padding: 25px 10px 39px 19px;
  }
  .best__list:before {
    width: 59px;
    height: 59px;
    bottom: -61px;
  }
  .best__item-text {
    font-size: 15px;
    line-height: 147%;
  }
  .best__item-text .bold {
    font-size: 17px;
    line-height: 159%;
  }
  .best__item:before {
    top: 5px;
  }
  .best__item + .best__item {
    margin-top: 20px;
  }
  .best__image {
    right: -381px;
    bottom: 257px;
    max-width: 388px;
  }
  .best__doc-note {
    padding-bottom: 15px;
    padding-top: 27px;
  }
  .best__doc-note-text {
    font-size: 16px;
    margin-top: 17px;
    line-height: 137%;
  }
}
@media screen and (max-width: 767px) {
  .best {
    padding-top: 82px;
    margin-top: -15px;
    border-radius: 0;
  }
  .best__title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .best__image {
    position: static;
    grid-area: b_image;
    width: 330px;
    margin: 30px auto -140px;
  }
  .best__grid {
    grid-template-areas:
      'b_info b_info'
      'b_image b_image'
      'b_note b_note'
      'b_list b_list';
    grid-template-columns: auto auto;
    grid-column-gap: 0;
  }
  .best__doc-info {
    display: block;
  }
  .best__doc-exp {
    padding: 6px 16px 6px 24px;
  }
  .best__doc-name {
    font-size: 16px;
    margin-top: 0;
    margin-left: 0;
  }
  .best__doc-prof {
    font-size: 15px;
    line-height: 132%;
    margin-bottom: 19px;
  }
  .best__doc-note {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 21px;
  }
  .best__doc-icons {
    margin-left: -7px;
    margin-right: -7px;
  }
  .best__doc-icon {
    width: 41px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .best__doc-note-text {
    font-size: 15px;
    margin-top: 10px;
  }
  .best__list {
    padding: 37px 15px 53px;
    margin-top: 17px;
  }
  .best__list:before {
    bottom: -59px;
  }
  .best__item {
    padding-left: 55px;
  }
  .best__item:before {
    top: 3px;
  }
  .best__item + .best__item {
    margin-top: 18px;
  }
  .best__item-title {
    margin-bottom: -2px;
    line-height: 165%;
  }
  .best__item-text {
    line-height: 133%;
  }
}

.best__doc-exp {
  display: flex;
}
.best__doc-exp .best__doc-exp-span {
  order: 1;
  margin-left: 5px;
}
.best__doc-exp .exp {
  padding-right: 16px;
}
.best__doc-exp .exp:before {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .best__doc-exp .exp {
    padding-right: 13px;
  }
}

.best__wrapper {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 108px 315px 0 150px;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .best__wrapper {
    padding: 60px 30px 0 30px;
    margin-bottom: 30px;
    border-radius: 30px;
  }
}

@media (max-width: 480px) {
  .best__wrapper {
    padding: 40px 15px 0 15px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

.best_accent {
  color: #d504c6;
}

.new-modal {
  display: flex;
  justify-content: space-between;
  gap: 63px;
  max-width: 1094px;
  background-image: url('../images/modal/bg_modal.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}

.new-modal_conten {
  display: flex;
  flex-direction: column;
  padding: 60px 0 100px 96px;
}

.new-modal_promo {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #6472cd;
  padding: 7px 12px;
  margin-bottom: 21px;
  width: fit-content;
  border-radius: 12px;
}

.new-modal_title {
  color: #333;
  font-size: 30.7px;
  font-weight: 700;
  line-height: 35.33px;
  margin-bottom: 40px;
  max-width: 501.01px;
}

.new-modal_title span {
  color: rgba(11, 0, 75, 0.73);
}

.new-modal_description {
  color: #333;
  font-size: 16.084px;
  font-weight: 400;
  line-height: 19.87px;
  max-width: 370px;
  margin-bottom: 33px;
}

.new-modal_btn {
  background-color: #d504c6;
  box-shadow: 0 10px 15px 0 #87ace1;
  border-radius: 192px;
  padding: 18px 76px 18px 210px;
  color: #fff;
  position: relative;
  width: 492px;

  text-align: center;
  font-size: 17.3px;
  font-weight: 600;
  line-height: 19.87px;
  letter-spacing: 0.691px;
}

.new-modal_btn img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.new-modal_img {
  position: relative;
  flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

.new-modal_close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 24px;
}
.modal-overlay.is-visible {
  display: flex;
}
.modal-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal-overlay__content {
  position: relative;
  max-width: 95vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.modal-overlay .new-modal {
  pointer-events: auto;
}
/* Переключение между модалками внутри оверлея */
.modal-overlay .new-modal {
  display: none;
}
.modal-overlay .new-modal.is-active {
  display: flex;
}

/* Улучшения кликабельности */
.new-modal_btn {
  cursor: pointer;
}
.new-modal_close {
  cursor: pointer;
}

/* Вторая модалка: базовые отличия */
.new-modal_second {
  background-image: none;
  background-color: #fff;
}
.new-modal_form {
  display: flex;
  gap: 12px;
  align-items: center;
}
.new-modal_input {
  flex: 1 1 auto;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 0 16px;
  font-size: 16px;
}
.new-modal_submit {
  background-color: #d504c6;
  color: #fff;
  height: 52px;
  border-radius: 12px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/* Адаптив для модалок */
@media (max-width: 1200px) {
  .new-modal {
    gap: 32px;
  }
  .new-modal_conten {
    padding: 40px 0 60px 48px;
  }
  .new-modal_btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .new-modal {
    max-width: 860px;
  }
  .new-modal_conten {
    padding: 32px 24px 40px 32px;
  }
}
@media (max-width: 768px) {
  .modal-overlay {
    padding: 12px;
  }
  .modal-overlay__content {
    max-width: 100vw;
  }
  .new-modal {
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
  }
  .new-modal_conten {
    padding: 24px 16px 16px 16px;
  }
  .new-modal_img {
    order: -1;
    display: flex;
    justify-content: flex-end;
  }
  .new-modal_img img:first-child {
    max-width: 55%;
    height: auto;
  }
  .new-modal_btn {
    padding: 16px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .new-modal_title {
    font-size: 22px;
    line-height: 28px;
  }
  .new-modal_description {
    font-size: 14px;
    line-height: 18px;
  }
  .new-modal_btn {
    font-size: 15px;
  }
  .new-modal_input {
    height: 48px;
  }
  .new-modal_submit {
    height: 48px;
  }
}

@media (max-width: 1100px) {
  .new-modal[data-modal='first'] .new-modal_img img:not(.new-modal_close) {
    display: none;
  }
  .new-modal[data-modal='first'] .new-modal_btn img {
    display: none;
  }
  .new-modal[data-modal='first'] .new-modal_btn {
    padding: 18px 32px;
  }
}


.quiz {
    max-width: 1586px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    background-color: #6472CD;
    min-height: 350px;
    overflow: hidden;
}
.quiz .slick-slide {
    opacity: 0;
}
.quiz .slick-active {
    opacity: 1;
}
.quiz__count,
.quiz__results {
    display: none;
}
.quiz__count.quiz__count_show {
    display: block;
}
.quiz__content-wrapper {
    display: grid;
    grid-template-areas: "q_title q_content" "q_gift  q_content";
    grid-template-columns: auto 644px;
    grid-template-rows: auto 1fr;
    grid-column-gap: 31px;
    column-gap: 31px;
    padding-top: 64px;
    padding-bottom: 76px;
}
.quiz__title {
    grid-area: q_title;
    font-family: Inter, sans-serif;
    font-size: 47px;
    line-height: 104%;
    font-weight: 600;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 38px;
}
.quiz__title .accent {
    color: #63D6A8;
}
.quiz__gift-wrapper {
    position: relative;
    grid-area: q_gift;
    border-radius: 20px;
    background-color: #fff;
    background-color: var(--bg);
    padding: 32px 80px 50px 28px;
    overflow: hidden;
}
.quiz__gift-title {
    font-size: 20px;
    color: #35373b;
    color: var(--bold_color);
    margin-bottom: 18px;
}
.quiz__gift-text {
    font-size: 16px;
}
.quiz__gift-text p {
    position: relative;
    padding-left: 29px;
}
.quiz__gift-text p:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../i/e7ace417fdf15e5122d43eae18a38a5d.svg);
    background-size: cover;
    top: 0;
    left: 0;
}
.quiz__gift-text p + p {
    margin-top: 17px;
}
.quiz__gift-icon {
    position: absolute;
    bottom: 0px;
    right: 2px;
    width: 151px;
}
.quiz__content {
    grid-area: q_content;
    border: 2px solid rgba(#fff, 0.5);
    border: 2px solid rgba(var(--bg), 0.5);
    border-radius: 20px;
    background-color: rgba(#fff, 0.17);
    background-color: rgba(var(--bg), 0.17);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 41px 4px 34px 34px;
}
.quiz__progress-lines {
    display: flex;
    grid-column-gap: 8px;
    column-gap: 8px;
}
.quiz__progress-line {
    max-width: 114px;
    width: 100%;
    border-radius: 2px;
    height: 9px;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0.5;
}
.quiz__progress-line_current {
    opacity: 1;
}
.quiz__progress-step {
    display: none;
}
.quiz__page-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 28px;
    line-height: 103%;
    margin-top: 30px;
    margin-left: -1px;
    margin-bottom: 27px;
}
.quiz__answer-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 21px;
    row-gap: 21px;
    margin-left: -9px;
    margin-right: 73px;
}
.quiz__answer-item {
    position: relative;
    width: calc(50% - 19px);
    margin-left: 9px;
    margin-right: 10px;
    background-color: #fff;
    background-color: var(--bg);
    padding-left: 70px;
    min-height: 56px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}
.quiz__answer-item input {
    display: none;
}
.quiz__answer-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    border: 1px solid rgba(177, 177, 177, 1);
    border-radius: 6px;
    width: 54px;
}
.quiz__answer-item.checked:before {
    background-image: url(../i/7af644ca605c28a933468a8fba4ef2d3.svg), linear-gradient(272.6deg, #EF70C0 4.54%, #D400C5 46.92%, #EF6EC0 94.79%);
    background-repeat: no-repeat;
    background-position: 50%;
}
.quiz__pages__navigation {
    display: flex;
    margin-top: 38px;
}
.quiz__pages__navigation .button_back {
    -webkit-filter: unset;
    filter: unset;
    background-color: rgba(#fff, 0.12);
    background-color: rgba(var(--bg), 0.12);
    background-image: url(../i/7e838c92264cd4577e43483345c5a9a3.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 54px;
    height: 58px;
    margin-right: 12px;
}
.quiz__pages__navigation .button_back[disabled] {
    pointer-events: none;
}
.quiz__pages__navigation .button_forward {
    height: 58px;
    max-width: 178px;
}
.quiz__count_show {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
}
.quiz__count-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 10px;
}
.quiz__count-text {
    font-size: 18px;
    margin-bottom: 10px;
}
.quiz__count-progress-value {
    font-size: 20px;
}
.quiz__results_show {
    display: block;
}
.quiz__results-inner {
    display: grid;
    grid-template-areas: "qr_title qr_form" "qr_gift  qr_form";
    grid-template-columns: 1fr 630px;
    grid-column-gap: 45px;
    column-gap: 45px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.quiz__results-title-wrapper {
    grid-area: qr_title;
    margin-bottom: 44px;
}
.quiz__results-title {
    color: #fff;
    font-size: 50px;
    line-height: 104%;
    margin-bottom: 17px;
    margin-top: 11px;
}
.quiz__results-subtitle {
    font-size: 22px;
    line-height: 127%;
    margin-bottom: 5px;
    color: #fff;
}
.quiz__results-text {
    font-size: 18px;
    line-height: 133%;
    color: #fff;
}
.quiz__result-gift-wrapper {
    position: relative;
    grid-area: qr_gift;
    border-radius: 20px;
    background-color: #fff;
    background-color: var(--bg);
    padding: 32px 80px 50px 28px;
    overflow: hidden;
}
.quiz__result-gift-icon {
    position: absolute;
    bottom: -35px;
    right: 2px;
    width: 151px;
}
.quiz__result-gift-title {
    color: #35373b;
    color: var(--bold_color);
    font-size: 20px;
    margin-bottom: 18px;
}
.quiz__results-form-wrapper {
    grid-area: qr_form;
    border: 2px solid rgba(#fff, 0.5);
    border: 2px solid rgba(var(--bg), 0.5);
    border-radius: 20px;
    background-color: rgba(#fff, 0.17);
    background-color: rgba(var(--bg), 0.17);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 65px 34px;
}
.quiz__results-form-wrapper .form__policy {
    margin-left: auto;
    margin-right: auto;
}
.quiz__results-form-wrapper .btn {
    margin-top: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.quiz__results-form {
    margin: auto;
    width: 335px;
}
@media screen and (max-width: 1320px) {
    .quiz {
        width: auto;
        margin-left: 24px;
        margin-right: 25px;
        border-radius: 30px;
    }
    .quiz .row {
        padding-left: 23px;
        padding-right: 22px;
    }
    .quiz__content-wrapper {
        grid-template-areas: "q_title q_title" "q_gift  q_content";
        grid-template-columns: auto 579px;
        grid-column-gap: 19px;
        column-gap: 19px;
        padding-bottom: 80px;
    }
    .quiz__title {
        font-size: 38px;
        line-height: 120%;
        margin-top: 8px;
        margin-left: 3px;
        margin-bottom: 26px;
    }
    .quiz__gift-wrapper {
        padding: 56px 23px 170px;
    }
    .quiz__gift-title {
        margin-bottom: 21px;
    }
    .quiz__gift-text {
        font-size: 15px;
    }
    .quiz__gift-text p + p {
        margin-top: 20px;
    }
    .quiz__content {
        padding-left: 19px;
        padding-bottom: 40px;
    }
    .quiz__page-title {
        font-size: 28px;
        margin-top: 32px;
        margin-left: 0;
        margin-bottom: 26px;
    }
    .quiz__answer-wrapper {
        grid-row-gap: 15px;
        row-gap: 15px;
        margin-left: -7px;
        margin-right: 27px;
    }
    .quiz__answer-item {
        width: calc(50% - 15px);
        margin-left: 7px;
        margin-right: 8px;
        font-size: 14px;
        padding-left: 70px;
    }
    .quiz__pages__navigation .button_back {
        margin-right: 14px;
    }
    .quiz__gift-icon {
        bottom: 0;
        right: 50%;
        transform: translateX(45%);
        width: unset;
    }
    .quiz__results-inner {
        grid-template-areas: "qr_title qr_title" "qr_gift  qr_form";
        grid-template-columns: 1fr 579px;
        grid-column-gap: 19px;
        column-gap: 19px;
        padding-bottom: 71px;
    }
    .quiz__results-title-wrapper {
        margin-left: 3px;
        margin-bottom: 37px;
    }
    .quiz__results-title {
        margin-bottom: 21px;
        margin-top: 0;
        font-size: 38px;
    }
    .quiz__result-gift-wrapper {
        padding: 36px 23px 110px;
    }
    .quiz__result-gift-title {
        margin-bottom: 28px;
    }
    .quiz__result-gift-icon {
        bottom: -37px;
        right: 50%;
        transform: translateX(45%);
        width: unset;
    }
    .quiz__results-form-wrapper {
        padding-top: 46px;
        padding-bottom: 45px;
    }
    .quiz__results-form-wrapper .input {
        height: 70px;
    }
    .quiz__results-form-wrapper .form__policy {
        margin-top: 12px;
    }
    .quiz__results-form {
        width: 266px;
    }
}
@media screen and (max-width: 1023px) {
    .quiz {
        margin-left: 22px;
        margin-right: 21px;
        border-radius: 20px;
    }
    .quiz__title {
        line-height: 105%;
        margin: 2px auto 31px;
        text-align: center;
        max-width: 520px;
        padding-right: 9px;
    }
    .quiz__content-wrapper {
        grid-template-areas: "q_title" "q_gift" "q_content";
        grid-template-columns: 100%;
        margin-left: 55px;
        margin-right: 36px;
        padding-bottom: 75px;
    }
    .quiz__gift-wrapper {
        padding: 25px 85px 25px 20px;
        margin-bottom: 24px;
    }
    .quiz__gift-title {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .quiz__gift-text {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .quiz__gift-text p {
        padding-left: 28px;
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50% - 10px);
    }
    .quiz__gift-text p + p {
        margin-top: unset;
    }
    .quiz__gift-icon {
        bottom: -22px;
        right: -31px;
        transform: rotate(-6deg);
        width: 130px;
    }
    .quiz__progress-line {
        max-width: 116px;
    }
    .quiz__answer-wrapper {
        margin-left: -2px;
        margin-right: 32px;
    }
    .quiz__pages__navigation .button_back {
        margin-right: 19px;
    }
    .quiz__results-inner {
        grid-template-areas: "qr_title " "qr_gift" "qr_form";
        grid-template-columns: 100%;
        padding-top: 65px;
        padding-bottom: 58px;
        margin-left: 55px;
        margin-right: 36px;
    }
    .quiz__results-title-wrapper {
        margin-left: 0;
        margin-bottom: 24px;
    }
    .quiz__results-title-wrapper > * {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .quiz__results-title {
        margin-bottom: 14px;
    }
    .quiz__results-subtitle {
        font-size: 20px;
        line-height: 140%;
        padding-right: 21px;
    }
    .quiz__results-text {
        padding-right: 21px;
        font-size: 16px;
    }
    .quiz__result-gift-wrapper {
        padding: 25px 87px 25px 20px;
        margin-bottom: 33px;
    }
    .quiz__result-gift-title {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .quiz__result-gift-icon {
        bottom: -23px;
        right: -31px;
        transform: rotate(-6deg);
        width: 130px;
    }
    .quiz__results-form-wrapper {
        padding-top: 33px;
        padding-bottom: 32px;
        width: 437px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -10px;
    }
    .quiz__results-form-wrapper .input {
        height: 84px;
    }
    .quiz__results-form-wrapper .btn {
        margin-top: 10px;
        height: 84px;
        font-size: 18px;
        padding-top: 5px;
    }
    .quiz__results-form-wrapper .form__policy {
        margin-top: 10px;
    }
    .quiz__results-form {
        width: 314px;
    }
}
@media screen and (max-width: 767px) {
    .quiz {
        margin-left: unset;
        margin-right: unset;
    }
    .quiz .row {
        padding-left: 14px;
        padding-right: 15px;
    }
    .quiz__content-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-top: 59px;
        padding-bottom: 60px;
    }
    .quiz__title {
        font-size: 30px;
        line-height: 97%;
        text-align: left;
        margin-bottom: 25px;
    }
    .quiz__gift-wrapper {
        padding: 15px 80px 16px 15px;
        margin-right: 1px;
        margin-bottom: 25px;
    }
    .quiz__gift-title {
        margin-bottom: 11px;
    }
    .quiz__gift-text {
        font-size: 15px;
        grid-row-gap: 9px;
        row-gap: 9px;
    }
    .quiz__gift-text p {
        width: 100%;
    }
    .quiz__gift-icon {
        bottom: -29px;
    }
    .quiz__content {
        border: none;
        background-color: unset;
        padding: unset;
    }
    .quiz__progress-line {
        height: 10px;
    }
    .quiz__page-title {
        font-size: 27px;
        margin-top: 23px;
        margin-left: 1px;
        margin-bottom: 16px;
        line-height: 119%;
    }
    .quiz__answer-wrapper {
        margin-left: -7px;
        margin-right: -9px;
        grid-row-gap: 12px;
        row-gap: 12px;
    }
    .quiz__answer-item {
        width: 100%;
        font-size: 16px;
    }
    .quiz__pages__navigation {
        margin-top: 33px;
    }
    .quiz__pages__navigation .button_back {
        margin-right: 12px;
    }
    .quiz__results-inner {
        padding-top: 61px;
        padding-bottom: 55px;
        margin-left: 0;
        margin-right: 0;
    }
    .quiz__results-title-wrapper > * {
        text-align: left;
    }
    .quiz__results-title {
        font-size: 30px;
        line-height: 97%;
        margin-bottom: 16px;
    }
    .quiz__results-subtitle {
        font-size: 18px;
        line-height: 156%;
    }
    .quiz__results-text {
        font-size: 18px;
        line-height: 133%;
    }
    .quiz__result-gift-wrapper {
        padding: 23px 87px 18px 15px;
        margin-bottom: 23px;
        margin-right: 1px;
    }
    .quiz__result-gift-text {
        font-size: 14px;
    }
    .quiz__result-gift-icon {
        bottom: -26px;
    }
    .quiz__results-form-wrapper {
        border: unset;
        background-color: unset;
        width: 100%;
        left: unset;
        padding: 0;
    }
    .quiz__results-form-wrapper .btn {
        margin-top: 11px;
    }
    .quiz__results-form {
        max-width: 314px;
        width: 100%;
    }
}