.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.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;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-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 {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.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-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  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 {
    top: 0;
    bottom: 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;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@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-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.tippy-tooltip.light-theme {
  color: #26323d;
  -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);
}
.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-family: Proxima;
  src: url(../f/f3830ceead944106ac27c53cd6786617.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Proxima;
  src: url(../f/a05b0a6b96518612356f3885490fb826.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Proxima;
  src: url(../f/693ed635469351bcfbddb890f931a852.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url(../f/b813dea0851f5061fac75bd1f1cb3cf7.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Proxima;
  font-display: swap;
  src: url(../f/f3830ceead944106ac27c53cd6786617.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Proxima;
  font-display: swap;
  src: url(../f/c8dbfaebe26388f2e76b0d95a25aafb3.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Proxima;
  font-display: swap;
  src: url(../f/a05b0a6b96518612356f3885490fb826.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../f/6f8c3d57c2ccfad9a76b91ee16f43c44.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../f/fe258e4595ade6d75c99e053dbc89f88.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../f/fdb2de4c986ee5b1e90c9a2183abaac0.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}
:root {
  --common_color: #414141;
  --second_color: #7a7a7a;
  --third_color: #f4f4f4;
  --white: #fff;
  --black: #202020;
  --grey_light: #f2f2f2;
  --header_color: #1b1b1b;
  --text_color_price_note: #a9a9a9;
  --bg: #5c65f6;
  --bg_dark: #333;
  --bg_brown: #6dc9ee;
  --bg_brown2: #1693c6;
  --bg_light: #f3f6f9;
  --text_color: #1b1b1b;
  --text_color_dark: #474747;
  --text_color_light: #00abe1;
  --button_text: #304050;
  --bold_color: #363636;
  --accent_color: #1693c6;
  --accent_color_second: #f2fbff;
  --accent_color_quiz: #ffd953;
  --sub_color: #787878;
  --button_bg: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  --button_shadow: #daa33f;
  --button_bg_hover: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 96.23%);
  --button_shadow_hover: rgba(151, 110, 36, 0.12);
  --button_bg_active: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  --button_shadow_active: #daa33f;
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: initial;
  box-sizing: border-box;
}
: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;
  *display: inline;
  *zoom: 1;
  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;
  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;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: initial;
  *vertical-align: middle;
}
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;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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;
}
::selection {
  background: color-mix(in srgb, #5c65f6 50%, #1b1b1b);
  background: color-mix(in srgb, var(--bg) 50%, var(--text_color));
  color: #fff;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
html {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #FFF;
  background-color: #000;
}
body,
html {
  overflow-x: hidden;
  line-height: normal;
  min-width: 320px;
}
a {
  outline: none !important;
}
body.chunk-hide-popups .mfp-wrap:not(.chunk-modal) {
  display: none;
}
b {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #363636;
  color: var(--bold_color);
}
strong {
  color: inherit;
}
.bold {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.line-through {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  height: auto;
}
[data-ajax],
[data-js="image-popup"],
[data-js="video-popup"] {
  cursor: pointer;
}
.nobr {
  white-space: nowrap;
}
.content {
  overflow: hidden;
}
.content.dev:before {
  content: "dev";
  color: #000;
  padding: 2px 5px;
  background-color: #adff2f;
  border-right: 1px solid #ccd0d2;
  border-bottom: 1px solid #ccd0d2;
  position: fixed;
  right: 0;
  display: block;
  z-index: 1000;
}
.row {
  max-width: 1380px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: initial;
}
[data-js-quiz="navigation-forward"][disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.info {
  display: flex;
  justify-content: center;
}
.info i {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
}
.info i:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: 50%;
}
.info i:hover {
  animation: info-shadow 0.5s;
}
@keyframes info-shadow {
  20% {
    box-shadow: 0 0 5px #414141;
    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: 1250px) {
  .row {
    padding: 0 45px;
  }
  .info i {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 16px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.re-captcha-notice {
  color: #363636;
  color: var(--bold_color);
  font-size: 12px;
  line-height: 18px;
}
.re-captcha-notice .link {
  color: #414141;
  color: var(--common_color);
}
@media screen and (max-width: 767px) {
  .re-captcha-notice {
    font-size: 10px;
    line-height: 14px;
  }
}
#CalltouchWidgetFrame:not(.shown) {
  left: -1500px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.mobile-ct-widget {
  right: calc(50% - 54px);
  z-index: 1000000001;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: none;
  border: none;
  -webkit-filter: none;
  filter: none;
  transform: none;
  position: fixed;
  width: 108px;
  height: 108px;
  margin: 0;
  padding: 0;
  bottom: 0;
  top: auto;
  left: auto;
  zoom: 1;
}
.mobile-ct-widget__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 90px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  position: absolute;
  background-image: linear-gradient(208deg, #ff6f03, #ffad00);
  animation: ct-button 1s ease 0s infinite alternate none running;
}
.mobile-ct-widget__btn svg {
  fill: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
@keyframes ct-button {
  0% {
    transform: scale(0.88) translateY(15px);
  }
  to {
    transform: scale(1) translate(0);
  }
}
.special-error-modal {
  display: none;
  position: relative;
  width: 100%;
  max-width: 595px;
  margin-right: auto;
  margin-left: auto;
}
.mfp-content .special-error-modal {
  display: block;
}
.special-error-modal .mfp-close {
  position: absolute;
  top: -32px !important;
  right: 0 !important;
  width: 22px;
  height: 22px;
  font-size: 0;
  background-image: url(../i/dbba2ea1e59a97ed32dfac3f618e6cb8.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.special-error-modal__wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 34px 22px;
}
.special-error-modal__top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff5f5;
  border-radius: 5px;
  padding: 10px 10px 0 12px;
  margin-bottom: 26px;
}
.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-weight: 700;
  font-style: normal;
}
.special-error-modal__title {
  font-size: 20px;
  line-height: 25px;
  color: #333;
  margin-right: 17px;
}
.special-error-modal__title_mobile {
  display: none;
}
.special-error-modal__accent {
  color: #f24e4e;
  margin-right: 6px;
}
.special-error-modal__image {
  width: 96px;
  height: 67px;
  background-image: url(../i/aaf54aaff27a847280dd6cde0cb3e887.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  align-self: flex-end;
}
.special-error-modal__middle {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.special-error-modal__subtitle {
  font-size: 22px;
  line-height: 27px;
  color: #333;
  margin-bottom: 14px;
}
.special-error-modal__button,
.special-error-modal__subtitle {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.special-error-modal__button {
  display: block;
  flex-shrink: 0;
  width: 300px;
  height: 73px;
  background: #f3b216;
  box-shadow: 0 8px 65px rgba(243, 178, 22, 0.15);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 24px;
  border-radius: 50px;
}
.special-error-modal__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 23px;
  row-gap: 23px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  max-width: 492px;
  margin-bottom: 21px;
  margin-right: auto;
  margin-left: auto;
}
.special-error-modal__list {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 22px;
  column-gap: 22px;
}
.special-error-modal__item {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  padding-left: 27px;
}
.special-error-modal__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background-image: url(../i/101cc210fd0b49fed1a526c19db6b9ff.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.special-error-modal__item strong {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.special-error-modal__time {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #8b8b8b;
}
.special-error-modal__time-value {
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .fraud-alert #CalltouchWidgetFrame {
    left: -500px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
  }
  .fraud-alert .mobile-ct-widget.active {
    display: block;
  }
  .special-error-modal {
    padding-right: 10px;
    padding-left: 10px;
  }
  .special-error-modal__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 10px 24px;
  }
  .special-error-modal__top {
    grid-column-gap: 27px;
    column-gap: 27px;
    width: 100%;
    padding-top: 0;
    margin-bottom: 14px;
  }
  .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;
    width: 96px;
    height: 67px;
  }
  .special-error-modal__title {
    font-size: 18px;
    line-height: 23px;
    align-self: flex-start;
    padding-left: 12px;
  }
  .special-error-modal__middle {
    padding: 16px 12px 23px;
    margin-bottom: 0;
  }
  .special-error-modal__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
    text-align: left;
    align-self: flex-start;
  }
  .special-error-modal__bottom,
  .special-error-modal__list {
    flex-direction: column;
    grid-column-gap: 0;
    column-gap: 0;
    grid-row-gap: 10px;
    row-gap: 10px;
  }
  .special-error-modal__bottom {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .special-error-modal__button {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 300px;
    min-width: 284px;
  }
}
.link {
  color: #1b1b1b;
  color: var(--text_color);
}
.link > span {
  border-bottom: 1px solid;
  transition: border 0.2s ease;
}
.link:hover > span {
  border-bottom-color: transparent;
}
.link_notline {
  color: #1b1b1b;
  color: var(--text_color);
}
.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) {
  position: relative;
  animation: disable_button 3s ease-in;
}
.btn[data-js-cbs]:not(.loaded):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../i/c52f61f6554b3966f5be9b8edb7c1326.svg);
  background-size: auto 75%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 5px hsla(0, 0%, 88.2%, 0.4));
  filter: drop-shadow(0 0 5px rgba(225, 225, 225, 0.4));
  animation: loading 3s ease-in;
}
@keyframes disable_button {
  0% {
    pointer-events: none;
    font-size: 0;
  }
  to {
    pointer-events: none;
    font-size: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  95% {
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
  }
}
.p-old {
  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(../i/ecc255730d1d8b8c08bc7a56cf5f5818.svg);
}
.modal-error__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px;
}
.modal-error__title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.modal-error__text {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.modal-error__text a {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #7a7a7a;
  color: var(--second_color);
  margin-top: 4px;
}
.modal-error__icon {
  margin-bottom: 24px;
  max-width: 86px;
}
.modal-error__icon svg {
  width: 100%;
}
.modal-error__icon path {
  fill: #7a7a7a;
  fill: var(--second_color);
}
@media screen and (max-width: 1023px) {
  .modal.modal-error {
    max-width: 348px;
    min-height: 330px;
  }
  .modal-error__icon {
    max-width: 80px;
    margin-bottom: 24px;
  }
  .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 {
    max-width: 60px;
    margin-bottom: 12px;
  }
  .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-right: 15px;
    padding-left: 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 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  display: block;
  border: 0;
  background-color: initial;
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  z-index: 1050;
  opacity: 1;
}
button.mfp-arrow:before {
  content: "";
  position: absolute;
  right: auto;
  top: 0;
  border: 0;
  margin: 0 !important;
  opacity: 1;
}
button.mfp-arrow:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 18px;
  height: 16px;
  background-image: url(../i/09cdf0b764d0e2db3e0c5643b50fec2e.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border: 0;
  margin-left: 0;
}
button.mfp-arrow-right {
  left: auto;
  right: 0;
}
button.mfp-arrow-right:before {
  left: auto;
}
button.mfp-arrow-right:after {
  transform: rotate(180deg);
  left: auto;
  right: 10px;
}
.scroll-to-top {
  position: fixed;
  right: 35px;
  bottom: 115px;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #c6d8e7;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.2);
  background-image: url(../i/93b8ccf4380a159723590a6496ae86d4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all 0.2s ease;
}
.scroll-to-top.scroll-to-top_shown {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1250px) {
  .scroll-to-top {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 157px;
    background-size: 16px 13px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-to-top {
    right: auto;
    left: 15px;
    bottom: 50px;
  }
}
[data-js="tooltip-button"] {
  cursor: pointer;
}
[data-js="tooltip-html"] {
  display: none;
}
.tippy-tooltip.light-theme {
  box-shadow: 0 10px 29px rgba(70, 81, 86, 0.18);
  border: 1px solid #e0e3e4;
  background-color: #fff;
  font-size: 14px;
}
[data-js-tooltip="arrow"] {
  position: absolute;
  width: 30px;
  height: 14px;
}
[data-js-tooltip="arrow"]:before {
  z-index: 1;
  left: 1px;
  top: 1px;
}
[data-js-tooltip="arrow"]:after,
[data-js-tooltip="arrow"]:before {
  content: "";
  border-style: solid;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
[data-js-tooltip="arrow"]:after {
  z-index: 0;
}
.tippy-arrow {
  position: absolute;
}
.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  width: 30px;
  height: 14px;
  top: -14px;
}
.tippy-popper[x-placement^="bottom"] [data-js-tooltip="arrow"] {
  left: -7px;
  top: -1px;
}
.tippy-popper[x-placement^="bottom"] [data-js-tooltip="arrow"]:before {
  border-width: 0 15px 14px;
  border-color: transparent transparent #fff;
}
.tippy-popper[x-placement^="bottom"] [data-js-tooltip="arrow"]:after {
  border-width: 0 16px 15px;
  border-color: transparent transparent #e0e3e4;
}
.tippy-popper[x-placement^="top"] .tippy-arrow {
  width: 30px;
  height: 14px;
  bottom: -14px;
}
.tippy-popper[x-placement^="top"] [data-js-tooltip="arrow"] {
  left: -7px;
  bottom: 0;
}
.tippy-popper[x-placement^="top"] [data-js-tooltip="arrow"]:before {
  border-width: 14px 15px 0;
  border-color: #fff transparent transparent;
  top: 0;
}
.tippy-popper[x-placement^="top"] [data-js-tooltip="arrow"]:after {
  border-width: 15px 16px 0;
  border-color: #e0e3e4 transparent transparent;
}
.tippy-popper[x-placement^="left"] .tippy-arrow {
  width: 14px;
  height: 30px;
}
.tippy-popper[x-placement^="left"] [data-js-tooltip="arrow"] {
  width: 14px;
  height: 30px;
  top: -7px;
}
.tippy-popper[x-placement^="left"] [data-js-tooltip="arrow"]:before {
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #fff;
  left: 0;
}
.tippy-popper[x-placement^="left"] [data-js-tooltip="arrow"]:after {
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent #e0e3e4;
}
.tippy-popper[x-placement^="right"] .tippy-arrow {
  width: 14px;
  height: 30px;
}
.tippy-popper[x-placement^="right"] [data-js-tooltip="arrow"] {
  width: 14px;
  height: 30px;
  top: -7px;
}
.tippy-popper[x-placement^="right"] [data-js-tooltip="arrow"]:before {
  border-width: 15px 14px 15px 0;
  border-color: transparent #fff transparent transparent;
  right: -1px;
  top: 0;
}
.tippy-popper[x-placement^="right"] [data-js-tooltip="arrow"]:after {
  border-width: 15px 14px 15px 0;
  border-color: transparent #e0e3e4 transparent transparent;
}
.tippy-tooltip {
  padding: 20px 60px 20px 30px !important;
  position: relative;
  text-align: left;
}
[data-js-tooltip="close"] {
  pointer-events: all;
  position: absolute;
  cursor: pointer;
  width: 14px;
  height: 14px;
  top: 23px;
  right: 23px;
}
[data-js-tooltip="close"] > svg {
  position: absolute;
  left: 0;
  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 {
  margin-bottom: 20px;
  line-height: 28px;
  max-width: 260px;
  font-size: 16px;
}
.tooltip__text {
  line-height: 26px;
  font-size: 14px;
  color: #989ca6;
}
.tooltip__li-right {
  padding-left: 20px;
  float: right;
}
@media screen and (max-width: 767px) {
  .tooltip__title {
    max-width: 100%;
  }
  .tippy-tooltip {
    padding-left: 20px !important;
    padding-bottom: 20px !important;
  }
  .tippy-popper[data-html] {
    max-width: calc(100% - 10px);
  }
  .tooltip__li-right {
    padding-left: 0;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 470px) {
  .tooltip__text br {
    display: none;
  }
  .tippy-tooltip {
    padding-right: 45px !important;
  }
}
.form__row {
  display: flex;
  align-items: center;
  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 {
  position: absolute;
  right: 40px;
  bottom: 3px;
  font-size: 12px;
  color: red;
}
.form__group_phone .error-text {
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: red;
  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 {
  width: 100%;
  max-width: 370px;
  margin-right: 20px;
}
.form__flex .button_submit {
  margin-top: 0;
  max-width: 370px;
}
@media screen and (max-width: 1250px) {
  .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 {
    max-width: 189px;
    margin-right: 14px;
  }
  .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 {
    max-width: 100%;
    margin-right: 0;
  }
  .form__flex .input {
    height: 60px;
  }
  .form__flex > * {
    flex-basis: 100% !important;
  }
  .form__flex .button_submit {
    height: 60px;
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
  }
}
[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;
  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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: initial;
}
.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 {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.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 {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
}
[dir="ltr"]
  .swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"]
  .swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-right: 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 {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  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 {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-left: 4px solid var(--swiper-theme-color);
  border-bottom: 4px solid var(--swiper-theme-color);
  border-right: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
}
.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(0deg);
  }
  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 {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #efefef;
  z-index: 10;
}
.cookie__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.cookie__text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #8a8a8a;
  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-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.cookie__btn-agree {
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  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 {
  position: absolute !important;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px !important;
  top: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #333 !important;
  background: unset !important;
  font-size: 28px !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
}
.modal.modal-policy-default .mfp-close:after,
.modal.modal-policy-default .mfp-close:before {
  content: unset !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 {
  display: flex;
  flex-direction: column;
  padding: 50px;
  background-color: #efefef;
}
.modal.modal-policy-default .modal-policy-default__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  font-size: 40px;
}
.modal.modal-policy-default .modal-policy-default__text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: unset;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.modal.modal-policy-default .modal-policy-default__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .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 {
    max-width: 300px;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .modal.modal-policy-default .modal-policy-default__text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}
.discount-duration {
  font-style: italic;
  font-size: 14px;
  background-color: #e2eeff;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.discount-duration span {
  color: #bd3625;
  font-weight: 500;
}
.map-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.map-loader svg {
  animation: rotate_loader 2s linear infinite;
  height: 150px;
  width: 150px;
  margin: auto;
  position: relative;
  stroke: #7a7a7a;
  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 {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.social_vk {
  background-image: url(../i/fb99ea09c916233c7bf2771cab54140e.svg);
}
.social_tg {
  background-image: url(../i/a5b1bbd8dcf347878ae8e919957fb865.svg);
}
.social_yt {
  background-image: url(../i/8c1492d842f98338fb0d236598bdd5ea.svg);
}
.social_ok {
  background-image: url(../i/e720aa39ee638e37f98541d062a66ce9.svg);
}
.social_ig {
  background-image: url(../i/9929d5c93a8f059cf862fbbb977108b8.svg);
}
.social_fb {
  background-image: url(../i/ba8c8029f9b69309debe259e2209ff49.svg);
}
.animate-pulse {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  position: relative;
  background-color: initial;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  flex-shrink: 0;
}
.animate-pulse:after,
.animate-pulse:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: initial;
  border-radius: 50%;
}
.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-small {
  to {
    transform: scale(1.35);
    opacity: 0.4;
  }
}
.animate-rotate-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.animate-rotate-text,
.animate-rt__inner-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent;
}
.animate-rt__inner-image {
  position: absolute;
  background-size: cover;
}
.animate-rt__content {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate-circle 15s linear infinite;
}
.animate-rt__content-item {
  position: absolute;
  left: 50%;
  transform-origin: 0 100px;
  text-transform: lowercase;
}
@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 {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  grid-column-gap: 20px;
  column-gap: 20px;
}
.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"] {
  display: flex;
  grid-column-gap: 20px;
  column-gap: 20px;
}
.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 {
  position: relative;
  opacity: 0;
}
.animate-jump {
  animation: jump 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes jump {
  0% {
    top: 40px;
  }
  70% {
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.map__route-button {
  padding: 0 4px 1px;
  background-color: #fff;
  text-decoration: underline;
  color: #000;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}
.map__route-button:hover {
  color: #c00;
}
.row {
  max-width: 1170px;
}
.grey-block {
  background-color: #5c65f6;
  background-color: var(--bg);
  overflow: hidden;
}
.bg__block {
  background-color: #f2f2f2;
  background-color: var(--grey_light);
}
.bg__success {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
@media screen and (max-width: 1250px) {
  .row {
    padding: 0 47px;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 21px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 10px;
  }
  .bg__block {
    background-color: #f2f5fa;
  }
  .mfp-image-holder {
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.button {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-right: 50px;
  color: #304050;
  color: var(--button_text);
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  background: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background: var(--button_bg);
  box-shadow: 0 4px 0 #daa33f;
  box-shadow: 0 4px 0 var(--button_shadow);
  border-radius: 100px;
}
.button,
.button.show-more__button {
  margin-left: auto;
  margin-right: auto;
}
.button.show-more__button {
  display: none;
  max-width: 227px;
  height: 52px;
  font-size: 13px;
  line-height: 16px;
  padding-right: 15px;
}
.button.show-more__button:after {
  right: 18%;
}
.button:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(
    270deg,
    transparent,
    #fff 40%,
    #fff 60%,
    transparent
  );
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 5s infinite;
}
.button:after {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../i/9c45f9e85a2a7c1f5e91584a608cddc0.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
.button:hover {
  background: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 96.23%);
  background: var(--button_bg_hover);
  box-shadow: 0 0 5px 7px rgba(151, 110, 36, 0.12);
  box-shadow: 0 0 5px 7px var(--button_shadow_hover);
}
.button:active {
  background: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background: var(--button_bg_active);
  box-shadow: 0 4px 0 #daa33f;
  box-shadow: 0 4px 0 var(--button_shadow_active);
}
.button:disabled:after,
.button:disabled:before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  to {
    transform: translate(100%, -25%) rotate(10deg);
  }
}
.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn-play:after {
  width: 26px;
  height: 26px;
  background-image: url(../i/e64f47a4cc0ab8d60ff54765aa1fa4df.svg);
  left: 56%;
}
.btn-play:after,
.btn-play:before {
  content: "";
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.btn-play:before {
  width: 125%;
  height: 125%;
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
  border-radius: 100%;
  opacity: 0.4;
  left: 50%;
  animation: pulse 1s infinite alternate;
}
.btn-play:hover {
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 96.23%);
  background-image: var(--button_bg_hover);
  box-shadow: 0 0 5px 7px rgba(144, 73, 86, 0.19);
}
.btn-play:hover:before {
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
}
.btn-play:active {
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg_active);
}
.btn-play:active:before {
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
}
@keyframes pulse {
  0% {
    width: 100%;
    height: 100%;
  }
  to {
    width: 125%;
    height: 125%;
  }
}
.button-wrapper {
  display: flex;
  align-items: center;
}
.button_submit {
  transition: all 0.2s ease-in-out;
}
.button_submit:hover {
  background-color: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 96.23%);
  background-color: var(--button_bg_hover);
}
.button_submit:active {
  background-color: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-color: var(--button_bg_active);
}
.button_border {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  min-width: 252px;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  position: relative;
  height: 67px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid #ffd953;
  border: 2px solid var(--accent_color_quiz);
  transition: all 0.3s ease-in-out;
}
.button_border:hover {
  color: #fff;
  color: var(--white);
  background-color: #ffd953;
  background-color: var(--accent_color_quiz);
  border-color: #ffd953;
  border-color: var(--accent_color_quiz);
}
.button_arrow_down > span.frame > span {
  position: relative;
  padding-right: 18px;
}
.button_arrow_down > span.frame > span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url(../i/9c45f9e85a2a7c1f5e91584a608cddc0.svg);
  background-size: contain;
  background-position: 50%;
  top: 50%;
  right: 6px;
  margin-top: -7px;
  transform: rotate(90deg);
}
.button_back > span.frame > span {
  position: relative;
  padding-left: 18px;
  padding-right: 0;
}
.button_back > span.frame > span:after {
  transform: rotate(-180deg);
  left: 0;
  right: auto;
  margin-top: -7px;
}
@media screen and (max-width: 1250px) {
  .button {
    font-size: 14px;
    line-height: 17px;
    padding-right: 25px;
  }
  .button:after {
    width: 14px;
    height: 13px;
    top: 48%;
    right: 7%;
  }
  .button_border {
    min-width: 193px;
    height: 49px;
    font-size: 14px;
    line-height: 14px;
  }
  .btn-play {
    width: 45px;
    height: 45px;
  }
  .btn-play:after {
    width: 17px;
    height: 17px;
  }
  .btn-play:before {
    width: 125%;
    height: 125%;
  }
}
@media screen and (max-width: 1023px) {
  .button {
    height: 60px;
    font-size: 12px;
  }
  .button_arrow_down {
    height: 50px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .btn-play {
    width: 37px;
    height: 37px;
  }
  .btn-play:after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    height: 50px;
  }
  .button.show-more__button {
    display: block;
  }
  .button_submit {
    margin-top: 11px;
  }
  .button-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .btn-play {
    top: 32%;
  }
}
.h1 {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1b1b1b;
  color: var(--text_color);
  font-size: 41px;
  line-height: 54px;
  margin-bottom: 44px;
  position: relative;
  margin-left: 16px;
}
.h1:before {
  content: "";
  width: 46px;
  height: 55px;
  background-image: url(../i/8c40dcc8f11dc90f0c5681ff192e7817.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: -16px;
  top: -12px;
}
.h1 .accent {
  color: #1693c6;
  color: var(--accent_color);
}
.h2 {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1b1b1b;
  color: var(--header_color);
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
  position: relative;
  margin-left: 16px;
}
.h2:before {
  content: "";
  width: 46px;
  height: 55px;
  background-image: url(../i/8c40dcc8f11dc90f0c5681ff192e7817.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: -16px;
  top: -12px;
}
.h2 .accent {
  color: #1693c6;
  color: var(--accent_color);
}
.h2_small {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  line-height: 145%;
  color: #fff;
  color: var(--white);
}
.h2_large {
  font-size: 40px;
  line-height: 48px;
}
.h3 {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  color: #1693c6;
  color: var(--accent_color);
  margin-bottom: 11px;
}
@media screen and (max-width: 1250px) {
  .h1 {
    font-size: 27px;
    line-height: 34px;
    margin-left: 11px;
  }
  .h1:before {
    width: 30px;
    height: 35px;
    top: -9px;
    left: -11px;
  }
  .h2 {
    font-size: 27px;
    line-height: 34px;
    margin-left: 11px;
  }
  .h2:before {
    width: 30px;
    height: 35px;
    top: -9px;
    left: -11px;
  }
  .h2_small {
    font-size: 20px;
    line-height: 145%;
  }
  .h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .h1 {
    font-size: 22px;
    line-height: 32px;
    margin-left: 10px;
  }
  .h1:before {
    width: 25px;
    height: 29px;
    top: -7px;
    left: -10px;
  }
  .h2 {
    font-size: 22px;
    line-height: 32px;
    margin-left: 10px;
  }
  .h2:before {
    width: 25px;
    height: 29px;
    top: -7px;
    left: -10px;
  }
  .h2_small {
    font-size: 15px;
    line-height: 15px;
  }
  .button {
    font-size: 13px;
    line-height: 13px;
  }
  .h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .h1:before {
    top: -5px;
  }
  .h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .h2:before {
    top: -5px;
  }
  .block-title {
    font-size: 23px;
    line-height: normal;
  }
  .block-title > span {
    display: none;
  }
  .h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
.list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 29px;
}
.list li:first-child {
  margin-top: 0;
}
.list li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #7a7a7a;
  background-color: var(--second_color);
  border-radius: 50%;
  left: 0;
  top: 0;
}
.checked > li {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}
.checked > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background-image: url(../i/d41d8cd98f00b204e9800998ecf8427e.svg);
  background-size: contain;
  background-position: 50%;
}
.checked.two-column {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 96%;
}
.checked.two-column > * {
  flex: 1 0 50%;
}
.checked_large > li {
  font-size: 18px;
  line-height: 22px;
  margin-top: 28px;
}
.checked_large > li:before {
  top: 0;
}
@media screen and (max-width: 1250px) {
  .list li {
    padding-left: 23px;
    line-height: 26px;
    margin-top: 11px;
  }
  .checked.two-column {
    max-width: 100%;
  }
  .checked > li {
    margin-top: 23px;
  }
  .checked_large li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .list li {
    padding-left: 24px;
    margin-top: 21px;
  }
  .list li:before {
    top: 4px;
  }
  .checked.two-column {
    display: block;
  }
  .checked.two-column > li {
    margin-top: 33px;
  }
  .checked.two-column > li:first-child {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .checked.two-column > li {
    margin-top: 28px;
  }
  .checked.two-column > li:first-child {
    margin-top: 21px;
  }
  .checked_large > li {
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  .checked_large > li:before {
    width: 16px;
    height: 16px;
  }
  .list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 13px;
  }
  .list li,
  .list li strong {
    font-family: Proxima, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
p {
  font-size: 16px;
  line-height: 28px;
  color: #787878;
  color: var(--sub_color);
}
p,
p.no-margin,
p:first-child {
  margin-top: 0;
}
p strong {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #787878;
  color: var(--sub_color);
}
p.large {
  font-size: 20px;
  line-height: 28px;
}
p.accent {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1693c6;
  color: var(--accent_color);
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
a.link_dashed {
  transition: border 0.2s ease-in-out;
}
a.link_dashed:hover span {
  border-bottom: 0;
}
a.link_dashed span {
  border-bottom: 1px dashed #1b1b1b;
  border-bottom: 1px dashed var(--text_color);
}
.breadcrumbs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 61px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  padding-right: 20px;
  margin-right: 5px;
}
.breadcrumbs__item:first-child {
  color: #7a7a7a;
  color: var(--second_color);
}
.breadcrumbs__item:first-child:after {
  content: "/";
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 19px;
}
@media screen and (max-width: 1250px) {
  .breadcrumbs {
    margin-bottom: 62px;
  }
  .breadcrumbs__item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 14px;
  }
}
.map__balloon {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  color: var(--white);
  position: absolute;
  background: #f2fbff;
  background: var(--accent_color_second);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  width: 220px;
  right: -35px !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: translate(100%, -60%) !important;
  padding: 9px 12px 9px 36px;
}
.map__sprite {
  display: none;
}
.map__metro {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 0;
  color: #1b1b1b;
  color: var(--text_color);
}
.map__balloon-close {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 11px;
  width: 30px;
  height: 36px;
  pointer-events: none;
}
.map__balloon-inner > * {
  max-width: 100%;
}
.balloon-content {
  display: flex;
  align-items: center;
}
.map__metro-icon {
  width: 50px;
  height: 66px;
  margin-right: 4px;
  display: none;
}
.map__metro-icon svg {
  display: inline-block;
  width: 50px;
  height: 66px;
}
.map__street {
  color: #1b1b1b;
  color: var(--text_color);
}
.balloon-img {
  width: 50px;
  height: 66px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../i/e34b1a01435efc404d9e545e6c22e560.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .map__balloon {
    width: 175px;
    padding: 8px;
  }
  .map__street {
    margin-left: 23px;
  }
  .map-wrapper .ico {
    width: 30px;
    left: -25px;
  }
  .map-wrapper .map__metro {
    font-size: 14px;
    line-height: 16px;
  }
  .map-wrapper .map__street {
    font-size: 12px;
    line-height: 14px;
  }
}
.bg-circle:before {
  background-image: url(../i/a376890ea14b67372dc59604a10b0907.png);
  background-position: 0;
  left: 0;
  top: 0;
}
.bg-circle:after,
.bg-circle:before {
  content: "";
  width: 397px;
  height: 397px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
.bg-circle:after {
  background-image: url(../i/6981c06ae3c7277c64f615f0f460597c.png);
  background-position: 50%;
  right: -30px;
  bottom: 0;
}
@media screen and (max-width: 1250px) {
  .bg-circle:after,
  .bg-circle:before {
    display: none;
  }
}
.work-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 165%;
  color: #7a7a7a;
  color: var(--second_color);
  text-align: right;
}
.work-time:before {
  display: block;
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #02c615;
}
.work-time.active:before {
  background-color: #02c615;
}
.work-time .hidden {
  display: none;
}
.form__group label {
  color: #787878;
  color: var(--sub_color);
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  top: 35px;
  transition: 0.2s ease;
  pointer-events: none;
}
.form__group.focused label {
  font-size: 12px;
  letter-spacing: 0.1em;
  top: 10px;
}
.input {
  height: 80px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #787878;
  border: 1px solid var(--sub_color);
  padding: 20px 40px;
  box-sizing: border-box;
  color: #787878;
  color: var(--sub_color);
  font-size: 14px;
  letter-spacing: 0.15em;
  background-color: initial;
}
textarea.input {
  padding-top: 31px;
}
textarea + label {
  background-color: #5c65f6;
  background-color: var(--bg);
}
.form__submit {
  border: 0;
  padding: 19px 10px 17px;
}
.form__policy {
  font-size: 12px;
  line-height: 18px;
  color: #1693c6;
  color: var(--accent_color);
  margin-top: 23px;
}
.form__policy a {
  text-decoration: underline;
}
.form__policy a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1250px) {
  .input {
    height: 70px;
    padding-left: 22px;
  }
  .form__group label {
    font-size: 12px;
    top: 32px;
    left: 32px;
  }
  .form__group.focused label {
    left: 22px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .form__group label {
    top: 25px;
    left: 22px;
  }
  .form__group.focused label {
    left: 22px;
    font-size: 10px;
  }
  .form__policy {
    font-size: 12px;
    line-height: 18px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .input {
    height: 50px;
  }
  .form__policy {
    font-size: 10px;
    line-height: 16px;
    margin-top: 15px;
  }
  textarea.input {
    padding-top: 31px;
    height: 99px;
    border-radius: 25px;
  }
}
.mfp-bg {
  background: rgba(48, 42, 35, 0.5);
}
.mfp-container {
  overflow: auto;
}
.mfp-close:focus,
.mfp-close:hover {
  top: 2px;
}
.mfp-close-btn-in .mfp-close {
  width: 43px;
  height: 43px;
  line-height: 11px;
  border-radius: 100%;
  color: #1693c6;
  color: var(--bg_brown2);
  background-color: #fff;
  background-color: var(--white);
  right: 29px;
  top: 16px;
}
.mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  right: 0;
  top: 2px;
  font-size: 34px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mfp-iframe-holder .mfp-close {
  background-color: #7a7a7a;
  background-color: var(--second_color);
}
.mfp_video-popup .mfp-close {
  background-image: url(../i/e10819d50a64997f40a56eb2a1e78f95.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0;
  background-color: initial;
  top: -65px;
}
.form__group .input {
  transition: all 0.2s ease-in-out;
}
.form__group .input:hover {
  background-color: #f2f2f2;
  background-color: var(--grey_light);
}
.form__group.error .input {
  border: 1px solid red;
}
.form__group.error .input::-webkit-input-placeholder {
  color: #7a7a7a;
  color: var(--second_color);
}
.form__group.error .input::placeholder {
  color: #7a7a7a;
  color: var(--second_color);
}
.modal {
  max-width: 1070px;
}
.modal .form .form__submit {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal .form__policy {
  margin-top: 15px;
  text-align: center;
  color: #1b1b1b;
  color: var(--text_color);
}
.modal__wrapper {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.modal__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #1b1b1b;
  color: var(--header_color);
  text-align: center;
}
.mfp_modal-success {
  max-width: 600px;
}
.mfp_modal-success .modal__title {
  text-align: left;
}
.quiz-modal {
  max-width: 1290px;
}
.quiz-modal .modal__wrapper {
  padding: 0;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  background-color: initial;
  color: unset;
  font-size: 0;
  background-image: url(../i/e10819d50a64997f40a56eb2a1e78f95.svg);
  top: -12px;
}
button.mfp-arrow {
  width: 72px;
  height: 72px;
  margin-top: 0;
  right: 50px;
}
button.mfp-arrow:before {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background-color: unset;
  border: 2px solid #fff;
  border: 2px solid var(--white);
}
button.mfp-arrow:after {
  background-image: url(../i/e2b2f370ff719ce34b6e7ae5dd3e60d9.svg);
  background-size: 14px 27px;
  width: 14px;
  height: 27px;
  left: 53%;
  top: 30px;
  transform: translateX(-50%);
}
button.mfp-arrow:active {
  margin-top: 0;
}
button.mfp-arrow-left {
  left: 50px;
}
button.mfp-arrow-left:after {
  left: 47%;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1250px) {
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    width: 43px;
    height: 43px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -10px;
  }
  button.mfp-arrow {
    width: 47px;
    height: 47px;
    right: 40px;
  }
  button.mfp-arrow:before {
    width: 43px;
    height: 43px;
  }
  button.mfp-arrow:after {
    background-size: 11px 17px;
    width: 11px;
    height: 17px;
    left: 53%;
    top: 23px;
  }
  button.mfp-arrow:active {
    margin-top: 0;
  }
  button.mfp-arrow-left {
    left: 50px;
  }
  button.mfp-arrow-left:after {
    left: 47%;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1023px) {
  button.mfp-arrow {
    width: 36px;
    height: 36px;
    right: 40px;
  }
  button.mfp-arrow:before {
    width: 32px;
    height: 32px;
  }
  button.mfp-arrow:after {
    background-size: 11px 17px;
    width: 11px;
    height: 17px;
    left: 53%;
    top: 18px;
  }
  button.mfp-arrow:active {
    margin-top: 0;
  }
  button.mfp-arrow-left {
    left: 50px;
  }
  button.mfp-arrow-left:after {
    left: 47%;
    transform: translateX(-50%) rotate(180deg);
  }
  .mfp_video-popup .mfp-close {
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal__wrapper {
    padding: 35px 20px 20px;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal__text {
    font-size: 16px;
  }
  .mfp-close-btn-in .mfp-close {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 26px;
    right: 18px;
    top: 10px;
  }
  .mfp_video-popup .mfp-close {
    top: -30px;
    font-size: 0;
    right: 0;
  }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    width: 24px;
    height: 24px;
    top: 5px;
    right: 10px;
  }
  button.mfp-arrow-left {
    top: 0;
    left: 6px !important;
  }
  button.mfp-arrow-right {
    top: 0;
    left: 40px;
  }
}
.slick-arrow {
  width: 68px;
  height: 68px;
  background-color: unset;
  border: 2px solid #6dc9ee;
  border: 2px solid var(--bg_brown);
  border-radius: 100%;
  position: absolute;
  left: 105px;
  top: auto;
  bottom: -107px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.slick-arrow:after,
.slick-arrow:before {
  display: none;
}
.slick-arrow.prev {
  position: absolute;
  left: 15px;
  top: auto;
}
.slick-arrow.prev svg {
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.slick-arrow svg {
  fill: #6dc9ee;
  fill: var(--bg_brown);
  stroke: #6dc9ee;
  stroke: var(--bg_brown);
  width: 14px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 55%;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow:active {
  background-color: #1693c6;
  background-color: var(--accent_color);
  border-color: transparent;
}
.slick-arrow:active svg {
  fill: #fff;
  fill: var(--white);
  stroke: #fff;
  stroke: var(--white);
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 1250px) {
  .slick-arrow {
    width: 43px;
    height: 43px;
    left: 69px;
    bottom: -77px;
  }
  .slick-arrow svg {
    width: 10px;
    height: 17px;
  }
  .slick-arrow.prev {
    position: absolute;
    left: 12px;
    top: auto;
  }
}
@media screen and (max-width: 1023px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
    left: 55.5px;
    bottom: -57px;
  }
  .slick-arrow svg {
    width: 8px;
    height: 14px;
  }
  .slick-arrow.prev {
    position: absolute;
    left: 7.5px;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
    left: calc(50% + 24px);
    transform: translateX(-50%);
    bottom: -56px;
  }
  .slick-arrow svg {
    width: 8px;
    height: 14px;
  }
  .slick-arrow.prev {
    left: calc(50% - 24px);
    transform: translateX(-50%);
  }
}
.tippy-content > div {
  max-width: 450px;
}
.tippy-content > div > span {
  display: block;
  margin-bottom: 7px;
}
.scroll-to-top {
  right: 20px;
  bottom: 150px;
  width: 59px;
  height: 59px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: var(--white);
  background-image: url(../i/401bbbe97ac2c0abbb5fe160eeee0bd2.svg);
  border: 1px solid #f2fbff;
  border: 1px solid var(--accent_color_second);
}
@media screen and (max-width: 767px) {
  .scroll-to-top {
    right: 30px;
    bottom: 40px;
    width: 30px;
    height: 30px;
  }
}
.modal-error__content {
  align-items: flex-start;
}
.modal-error__content .top-frame {
  padding-top: 36px;
  padding-left: 20px;
}
.modal-error__text,
.modal-error__title {
  text-align: left;
}
.modal-error__text a {
  color: #1693c6;
  color: var(--accent_color);
}
.modal-error__icon path {
  fill: #414141;
  fill: var(--common_color);
}
@media screen and (max-width: 767px) {
  .modal-error__content .top-frame {
    padding-top: 0;
    padding-left: 0;
  }
}
.social {
  width: 27px;
  height: 27px;
}
.social_vk {
  background-image: url(../i/1b40721ef78e09ed88c6e2c4408ef4d5.svg);
}
.social_yt {
  background-image: url(../i/a22c428ae08637b1e7d33218ffe2510f.svg);
}
.social_ok {
  background-image: url(../i/e54d3aa6295abeb62cbd6b6b07912442.svg);
}
.social_tg {
  background-image: url(../i/7fea84061f76b5287fc07bc0b3045573.svg);
}
.page_success .header.fixed .header__contact_fixed .phone,
.page_success .header .header__contact .button_border,
.page_success .header .header__contact .phone {
  display: none;
}
.header .h1 {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.header.fixed > .row {
  padding-top: 15px;
  max-width: 1170px;
}
.header.fixed .header__grid {
  display: grid;
  grid-template-areas: "header__logo header__menu_fixed header__button";
  align-items: center;
  grid-column-gap: 15px;
}
.header.fixed .header__grid.padding {
  padding-bottom: 15px;
}
.header.fixed .header__menu {
  display: none;
}
.header.fixed .header__menu_fixed {
  display: block;
  grid-area: header__menu_fixed;
  border: none;
  padding-bottom: 0;
  background-color: initial;
  box-shadow: none;
  padding-top: 0;
  position: relative;
  z-index: 12;
}
.header.fixed .header__logo {
  grid-area: header__logo;
}
.header.fixed .header__logo .img {
  min-width: 150px;
  width: 150px;
}
.header.fixed .header__affiliates-wrapper {
  display: none;
}
.header.fixed .header-menu__list {
  display: flex;
  align-items: center;
  grid-column-gap: 41px;
  column-gap: 41px;
}
.header.fixed .header-menu__item a {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  transition: color 0.2s ease-in-out;
}
.header.fixed .header-menu__item a:hover {
  color: #1693c6;
  color: var(--accent_color);
}
.header.fixed .header__contact {
  grid-area: header__contact;
}
.header.fixed .header__button {
  display: block;
  grid-area: header__button;
  margin-left: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: initial;
  border-radius: 100%;
  border: 1px solid #c1cbde;
  min-height: 30px;
  max-width: 30px;
  box-shadow: transparent;
  transition: all 0.2s ease-in;
}
.header.fixed .header__button:hover {
  border-color: transparent;
  box-shadow: 0 1px 7px 0 rgba(33, 56, 89, 0.1607843137),
    0 1px 1px 0 rgba(105, 170, 206, 0.1490196078),
    0 6px 9px 0 rgba(0, 0, 0, 0.0117647059);
}
.header.fixed .header__contact {
  display: none;
}
.header.fixed .header__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header.fixed .header__phones .phone {
  font-size: 23px;
  line-height: 28px;
  color: #1693c6;
  color: var(--accent_color);
  margin-bottom: 4px;
}
.header.fixed .header__callback {
  display: none;
}
.header.fixed .menu {
  width: auto;
  margin-left: -26px;
  margin-right: -26px;
  font-size: 16px;
  line-height: 19px;
  color: #616e79;
}
.header.fixed .menu__item {
  margin-left: 26px;
  margin-right: 26px;
}
.header.fixed .header__contact_fixed {
  display: flex;
  align-items: center;
  grid-area: header__button;
  grid-column-gap: 15px;
  column-gap: 15px;
}
.header.fixed .header__contact_fixed .phone {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
}
.header.fixed .header__contact_fixed .work-time:before {
  align-self: flex-start;
  margin-top: 11px;
}
.header > .row {
  padding-top: 20px;
}
.header.header_addition .header__grid-logo {
  grid-column-gap: 82px;
  column-gap: 82px;
}
.header.header_addition .header__affiliates-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 33px;
  column-gap: 33px;
  max-width: 100%;
}
.header.header_addition .header__affiliates-item .address {
  font-size: 16px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
  margin-bottom: 0;
}
.header.header_addition .header__affiliates-item .metro {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  color: var(--second_color);
}
.header.header_addition.fixed .header__affiliates-wrapper {
  display: none;
}
.header.affiliates_double .header__grid-logo {
  grid-column-gap: 30px;
  column-gap: 30px;
}
.header__contact_fixed {
  display: none;
}
.header__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__grid-logo {
  display: flex;
  align-items: center;
  grid-column-gap: 123px;
  column-gap: 123px;
}
.header__affiliates-wrapper {
  max-width: 202px;
}
.header__affiliates-wrapper .affiliates {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #414141;
  color: var(--common_color);
  border-bottom: 1px dashed #414141;
  border-bottom: 1px dashed var(--common_color);
  transition: border 0.2s ease-in-out;
}
.header__affiliates-wrapper .affiliates:hover {
  border-bottom: 0;
}
.header__logo {
  flex-shrink: 0;
  margin-right: 0;
}
.header__logo .img {
  max-width: 150px;
}
.header__logo .description {
  font-size: 13px;
  line-height: 19px;
  padding-top: 5px;
  color: #949494;
}
.header__phones {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
.header__contact {
  display: flex;
  align-items: center;
  grid-column-gap: 48px;
  column-gap: 48px;
}
.header__contact .phone {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 33px;
  color: #202020;
  color: var(--black);
  text-align: right;
  transition: color 0.2s ease-in-out;
}
.header__contact .phone:hover {
  color: #1693c6;
  color: var(--accent_color);
}
.header__contact .work-time:before {
  align-self: flex-start;
  margin-top: 11px;
}
.header__contact-button {
  width: 252px;
  height: 67px;
}
.header__mobile-button {
  display: none;
}
.header__callback {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  outline: none;
  transition: all 0.2s ease-in;
}
.header__callback:hover {
  border-bottom: 0;
}
.header__button {
  display: none;
}
.header__menu {
  padding-top: 12px;
  padding-bottom: 16px;
  box-shadow: 0 19px 58px rgba(54, 66, 84, 0.04),
    8px 10px 17px rgba(28, 85, 98, 0.05);
  background-color: #fff;
  background-color: var(--white);
}
.header__menu-center {
  display: flex;
  justify-content: center;
}
.header__menu_fixed {
  display: none;
}
.header__popup {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  background-color: var(--white);
  transform: scale(0);
  transform-origin: right top;
  transition: transform 0.3s ease-in;
  max-width: 250px;
  width: 100%;
  z-index: 10;
  box-shadow: 0 20px 31px rgba(0, 0, 0, 0.1);
}
.header__popup .header__phones {
  display: flex;
  align-items: flex-start;
}
.header__popup .header__contact {
  padding: 18px 11px 15px 10px;
  background-color: #1693c6;
  background-color: var(--accent_color);
}
.header__popup .header__contact .phone {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  color: var(--white);
  display: block;
}
.header__popup .header__contact .work-time {
  margin: 0 0 5px;
  color: #fff;
  color: var(--white);
  font-size: 12px;
  line-height: 11px;
}
.header__popup .header__contact .work-time:before {
  background-color: #fff;
  background-color: var(--white);
}
.header__popup .header__menu {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0 0 0 10px;
}
.header__popup .header-menu__list {
  display: block;
  line-height: 50px;
  max-width: none;
  margin: 0;
  color: #414141;
  color: var(--common_color);
  border-radius: 0 0 0 10px;
}
.header__popup .header-menu__item {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 50px;
  width: calc(100% + 80px);
  color: #1693c6;
  color: var(--accent_color);
}
.header__popup .header-menu__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1250px) {
  .header.fixed > .row {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header.fixed .header__logo {
    max-width: 129px;
    height: auto;
    margin-right: 0;
  }
  .header.fixed .header__logo img {
    max-width: 129px;
    width: 100%;
  }
  .header.fixed .header-menu__list {
    grid-column-gap: 31px;
    column-gap: 31px;
  }
  .header.fixed .header-menu__item a {
    font-size: 14px;
    line-height: 17px;
  }
  .header.fixed .header__contact_fixed .phone {
    font-size: 21px;
    line-height: 21px;
  }
  .header .work-time {
    font-size: 14px;
  }
  .header > .row {
    padding-top: 15px;
  }
  .header.header_addition .header__grid-logo {
    grid-column-gap: 25px;
    column-gap: 25px;
  }
  .header.header_addition .header__affiliates-wrapper {
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .header.header_addition .header__affiliates-item .address,
  .header.header_addition .header__affiliates-item .metro {
    font-size: 14px;
    line-height: 21px;
  }
  .header.affiliates_double .header__grid-logo {
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .header__grid-logo {
    grid-column-gap: 77px;
    column-gap: 77px;
  }
  .header__logo {
    max-width: 129px;
    height: auto;
  }
  .header__logo img {
    max-width: 129px;
    width: 100%;
  }
  .header__affiliates-wrapper {
    max-width: 172px;
  }
  .header__affiliates-wrapper .affiliates {
    font-size: 14px;
    line-height: 20px;
  }
  .header__contact {
    grid-column-gap: 58px;
    column-gap: 58px;
  }
  .header__contact .phone {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .header__contact .work-time {
    font-size: 12px;
    line-height: 16px;
  }
  .header__contact .work-time:before {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .header.fixed > .row {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .header.fixed .header__grid.padding {
    padding-bottom: 0;
  }
  .header.fixed .header__logo {
    max-width: 123px;
    margin-right: 0;
  }
  .header.fixed .header__logo img {
    max-width: 123px;
  }
  .header.fixed .header-menu__list {
    grid-column-gap: 12px;
    column-gap: 12px;
  }
  .header.fixed .header__contact_fixed .phone {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .header.fixed .header__contact_fixed .work-time:before {
    margin-top: 7px;
  }
  .header .work-time {
    font-size: 12px;
  }
  .header > .row {
    padding-top: 5px;
  }
  .header.header_addition .header__grid-logo {
    grid-column-gap: 25px;
    column-gap: 25px;
  }
  .header.header_addition .header__affiliates-wrapper {
    grid-column-gap: 16px;
    column-gap: 16px;
    display: none;
  }
  .header.header_addition .header__affiliates-item .address,
  .header.header_addition .header__affiliates-item .metro {
    font-size: 14px;
    line-height: 21px;
  }
  .header.affiliates_double .header__grid-logo {
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .header__contact {
    grid-column-gap: 24px;
    column-gap: 24px;
  }
  .header__grid-logo {
    grid-column-gap: 43px;
    column-gap: 43px;
  }
  .header__logo,
  .header__logo img {
    max-width: 123px;
  }
  .header__affiliates-wrapper {
    max-width: 172px;
  }
  .header__affiliates-wrapper .affiliates {
    font-size: 14px;
    line-height: 20px;
  }
  .header__contact .phone {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .header__contact .work-time {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: unset;
  }
  .header.header_addition .header__grid-logo {
    grid-column-gap: 25px;
    column-gap: 25px;
  }
  .header.header_addition .header__affiliates-wrapper {
    grid-column-gap: 16px;
    column-gap: 16px;
    display: block;
  }
  .header.header_addition .header__affiliates-item .address,
  .header.header_addition .header__affiliates-item .metro {
    font-size: 14px;
    line-height: 21px;
  }
  .header.affiliates_double .header__grid-logo {
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .header__grid {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-success {
    justify-content: center;
  }
  .header__grid-logo {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .header__logo {
    order: 1;
    margin-right: 0;
    margin-bottom: 0;
  }
  .header__affiliates-wrapper .affiliates {
    font-size: 14px;
    line-height: 20px;
  }
  .header__callback,
  .header__contact .button_border,
  .header__description,
  .header__phones,
  .header__work-time {
    display: none;
  }
  .header__mobile-button {
    display: flex;
    align-items: center;
  }
  .header__mobile-button .phone-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 56px;
    margin-top: 7px;
    margin-left: auto;
    position: relative;
    background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
    background-image: var(--button_bg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
  }
  .header__mobile-button .phone-button svg {
    width: 14px;
    height: 14px;
  }
  .header__mobile-button .phone-button:hover {
    background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 96.23%);
    background-image: var(--button_bg_hover);
    background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
    background-image: var(--button_bg_active);
  }
  .header__burger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 15px;
    top: 12px;
    width: 45px;
    height: 45px;
    border: 2px solid #f2fbff;
    border: 2px solid var(--accent_color_second);
    border-radius: 50%;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 6.79px 10.19px rgba(0, 0, 0, 0.01),
      0 1.13px 7.93px rgba(33, 56, 89, 0.16),
      0 1.13px 1.13px rgba(105, 170, 206, 0.15);
    z-index: 15;
    cursor: pointer;
  }
  .header__burger-menu.open {
    background-color: unset;
    box-shadow: none;
    border-color: #fff;
    border-color: var(--white);
  }
  .header__burger-menu__icon {
    width: 19px;
    height: 14px;
    position: relative;
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
  }
  .header__burger-menu__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #f2fbff;
    background-color: var(--accent_color_second);
    opacity: 1;
    left: 0;
    border-radius: 23px;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
  }
  .header__burger-menu__icon span:first-child {
    top: 0;
    width: 14px;
  }
  .header__burger-menu__icon span:first-child,
  .header__burger-menu__icon span:nth-child(3) {
    width: 14px;
  }
  .header__burger-menu__icon span:nth-child(2),
  .header__burger-menu__icon span:nth-child(3) {
    top: 6px;
    width: 19px;
  }
  .header__burger-menu__icon span:nth-child(4) {
    top: 12px;
    width: 14px;
  }
  .header__burger-menu__icon.open span {
    height: 3px;
    background-color: #fff;
    background-color: var(--white);
  }
  .header__burger-menu__icon.open span:first-child {
    top: 6px;
    width: 0;
    left: 50%;
  }
  .header__burger-menu__icon.open span:nth-child(2) {
    transform: rotate(45deg);
    top: 5px;
  }
  .header__burger-menu__icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 5px;
  }
  .header__burger-menu__icon.open span:nth-child(4) {
    top: 6px;
    width: 0;
    left: 50%;
  }
  .header__button {
    order: 4;
    max-width: 135px;
    min-height: 31px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 8px;
    font-size: 11px;
    line-height: 19px;
  }
  .header__menu {
    display: none;
  }
  .header__popup.opened {
    transform: scale(1);
  }
  .header__popup .header__contact .work-time {
    line-height: 14px;
  }
}
.footer {
  position: relative;
  padding-top: 57px;
  padding-bottom: 48px;
  background-color: #f2f5fa;
}
.footer__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__left {
  width: 100%;
  max-width: 453px;
}
.footer__right {
  max-width: 575px;
}
.footer__right-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__right-top .footer__partners-title,
.footer__right-top .footer__payment-title {
  width: 100%;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 14px;
}
.footer__right-top .footer__partner-logo,
.footer__right-top .footer__payment-logo {
  margin-right: 8px;
  margin-bottom: 26px;
}
.footer__logo-wrapper {
  margin-bottom: 16px;
}
.footer__licenses-wrapper {
  margin-bottom: 27px;
}
.footer__licenses-info {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #414141;
  color: var(--common_color);
  max-width: 306px;
}
.footer__licenses__info-wrapper {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 36px;
  column-gap: 36px;
}
.footer__licenses-text {
  font-size: 14px;
  line-height: 22px;
  color: #414141;
  color: var(--common_color);
  margin-top: 0;
}
.footer__licenses-text:not(:last-child) {
  margin-bottom: 2px;
}
.footer__copyright {
  font-size: 14px;
  line-height: 22px;
  color: #7a7a7a;
  color: var(--second_color);
}
.footer__licenses {
  position: relative;
  flex-shrink: 0;
}
.footer__licenses a:nth-child(n + 4) {
  display: none;
}
.footer__licenses a:not(:last-child) {
  margin-right: 2px;
}
.footer__licenses-count {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 33px;
  width: 100%;
  height: 33px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  color: var(--white);
  background-color: #00abe1;
  background-color: var(--text_color_light);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  right: -14px;
  border-radius: 100%;
  top: -14px;
  cursor: pointer;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 220px;
  margin-left: -5px;
  margin-right: -5px;
}
.footer__socials .social {
  display: block;
  width: 27px;
  height: 27px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 1px;
  margin-bottom: 26px;
  overflow: hidden;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
}
.footer__socials .social:hover {
  opacity: 0.8;
}
.footer__socials .footer__socials-title {
  width: 100%;
  margin-left: 6px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 14px;
}
.footer__text {
  font-size: 14px;
  line-height: 22px;
  color: #7a7a7a;
  color: var(--second_color);
  margin-bottom: 34px;
}
.footer__text p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.footer__text span {
  display: block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer__dev,
.footer__text span {
  color: #414141;
  color: var(--common_color);
}
.footer__dev {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.footer__dev > div {
  position: relative;
  padding-left: 41px;
  max-width: 300px;
}
.footer__dev > div:before {
  content: "";
  position: absolute;
  background-image: url(../i/7eccf4e7a3d7ff81febbfd1b1d46184f.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 27px;
  height: 34px;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.footer__dev a {
  color: #81c400;
}
.footer__dev a > span {
  border-bottom: 1px solid #81c400;
  transition: border 0.2s ease;
}
.footer__dev a:hover > span {
  border-bottom: 1px solid transparent;
}
.footer__dev a.policy {
  font-size: 14px;
  line-height: 26px;
  color: #414141;
  color: var(--common_color);
  max-width: 153px;
  transition: border 0.2s ease-in-out;
}
.footer__dev a.policy span {
  border-bottom: 1px solid #414141;
  border-bottom: 1px solid var(--common_color);
}
.footer__dev a.policy:hover span {
  border-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .footer__left {
    max-width: 328px;
  }
  .footer__right {
    max-width: 495px;
  }
  .footer__logo-wrapper {
    margin-bottom: 17px;
  }
  .footer__logo-wrapper svg {
    width: 129px;
    height: 47px;
  }
  .footer__licenses img {
    width: 38px;
    height: 53px;
  }
  .footer__licenses-wrapper {
    margin-bottom: 11px;
  }
  .footer__licenses-info {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer__licenses__info-wrapper {
    grid-column-gap: 11px;
    column-gap: 11px;
  }
  .footer__licenses-text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__copyright {
    line-height: 20px;
  }
  .footer__socials {
    display: flex;
    justify-content: flex-start;
    max-width: 220px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer__socials > * {
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 20px;
  }
  .footer__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 28px;
  }
  .footer__dev {
    line-height: 20px;
  }
  .footer__dev > div {
    position: relative;
    padding-left: 31px;
  }
  .footer__dev > div:before {
    content: "";
    position: absolute;
    background-image: url(../i/7eccf4e7a3d7ff81febbfd1b1d46184f.svg);
    background-size: contain;
    background-position: 50%;
    width: 21px;
    height: 26px;
    left: 0;
    top: 50%;
    margin-top: -17px;
  }
  .footer__dev a.policy {
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__left {
    max-width: 306px;
  }
  .footer__right {
    max-width: 384px;
  }
  .footer__logo-wrapper {
    margin-bottom: 5px;
  }
  .footer__logo {
    width: 123px;
  }
  .footer__licenses-wrapper {
    margin-bottom: 7px;
  }
  .footer__licenses-info {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer__licenses__info-wrapper {
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .footer__licenses img {
    width: 42px;
  }
  .footer__copyright {
    font-size: 12px;
    line-height: 18px;
    max-width: 254px;
  }
  .footer__socials {
    display: flex;
    justify-content: flex-start;
    max-width: 220px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer__socials > * {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 11px;
  }
  .footer__text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 26px;
  }
  .footer__text span {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
  }
  .footer__dev {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__dev > div {
    position: relative;
    padding-left: 25px;
    max-width: 237px;
  }
  .footer__dev > div:before {
    width: 16px;
    height: 21px;
  }
  .footer__dev a.policy {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 38px;
  }
  .footer__grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__left {
    margin-bottom: 20px;
  }
  .footer__right {
    max-width: 100%;
  }
  .footer__logo-wrapper {
    margin-bottom: 10px;
  }
  .footer__logo {
    width: 117px;
    height: 43px;
  }
  .footer__licenses-wrapper {
    margin-bottom: 9px;
  }
  .footer__licenses-info {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__licenses__info-wrapper {
    grid-column-gap: 41px;
    column-gap: 41px;
    justify-content: space-between;
  }
  .footer__licenses img {
    width: 37px;
  }
  .footer__text {
    margin-bottom: 21px;
  }
  .footer__dev {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    line-height: 16px;
  }
  .footer__dev > div {
    position: relative;
    padding-left: 25px;
    max-width: 237px;
  }
  .footer__dev > div:before {
    width: 16px;
    height: 21px;
    margin-top: -11px;
  }
  .footer__dev a.policy {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    margin-bottom: 21px;
  }
  .footer__dev a.policy br {
    display: none;
  }
  .footer__right-top {
    flex-direction: column;
  }
}
.allon4 {
  background-image: url(../i/e049c755ba65bc279eadd4e57429d36c.jpg);
  background-color: #5c65f6;
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 266px;
  position: relative;
}
.allon4 .h2 {
  margin-bottom: 19px;
  max-width: 410px;
}
.allon4:before {
  content: "";
  min-height: 620px;
  width: 58%;
  display: none;
}
.allon4:before,
.allon4__text-wrapper {
  position: absolute;
  background-color: #fff;
  background-color: var(--white);
  background-image: url(../i/1cf57c0fa85d89f66393d5dbcfdb62c4.png);
  background-repeat: no-repeat;
  background-size: 470px;
  background-position: 100%;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 0 0;
  z-index: 0;
}
.allon4__text-wrapper {
  padding: 102px 0 102px 127px;
  max-width: 57.6%;
  width: 100%;
}
.ao4__list-wrapper {
  max-width: 255px;
}
.allon4__grid {
  display: flex;
  align-items: flex-start;
}
.allon4__grid img {
  position: relative;
  left: -9%;
  max-width: 579px;
  z-index: 1;
}
.allon4__title {
  font-size: 18px;
  line-height: 29px;
  color: #414141;
  color: var(--common_color);
  margin-bottom: 4px;
}
.allon4__item {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 29px;
  color: #1693c6;
  color: var(--accent_color);
  margin-bottom: 70px;
}
.ao4__list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  grid-column-gap: 60px;
  column-gap: 60px;
}
.ao4__list-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #f3eee7;
  margin-bottom: 11px;
}
.ao4__list-ico:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #773833;
}
.ao4__list-text {
  font-size: 18px;
  line-height: 29px;
  color: #414141;
  color: var(--common_color);
}
@media screen and (max-width: 1250px) {
  .allon4 {
    background-size: cover;
    background-position: bottom;
    padding-top: 264px;
  }
  .allon4 .h2 {
    margin-bottom: 37px;
    max-width: 310px;
  }
  .allon4:before {
    background-size: 320px;
    background-position: 115% 0;
    min-height: 508px;
    width: 63%;
  }
  .allon4__grid {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .allon4__grid img {
    max-width: 447px;
    left: -9%;
  }
  .allon4__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .allon4__item {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
  }
  .allon4__text-wrapper {
    max-width: 63%;
    background-size: 320px;
    background-position: 115% 0;
    padding: 106px 47px 76px 102px;
  }
  .ao4__list {
    display: flex;
    align-items: flex-start;
    width: auto;
    grid-column-gap: 50px;
    column-gap: 50px;
  }
  .ao4__list-ico {
    width: 23px;
    height: 23px;
  }
  .ao4__list-ico:before {
    width: 13px;
    height: 13px;
  }
  .ao4__list-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .allon4 {
    background-size: cover;
    background-position: bottom;
    padding-top: 229px;
  }
  .allon4 .h2 {
    margin-bottom: 20px;
    max-width: 230px;
    margin-left: 10px;
  }
  .allon4:before {
    background-image: none;
    min-height: 387px;
    width: 63%;
  }
  .allon4__grid img {
    max-width: 354px;
    position: relative;
    left: -9.5%;
  }
  .allon4__title {
    line-height: 17px;
    margin-bottom: 4px;
  }
  .allon4__item,
  .allon4__title {
    font-size: 15px;
    margin-left: 10px;
  }
  .allon4__item {
    line-height: 20px;
    margin-bottom: 33px;
  }
  .allon4__text-wrapper {
    padding: 69px 21px 33px 71px;
    background-image: none;
  }
  .ao4__list-wrapper {
    max-width: 184px;
    width: 100%;
  }
  .ao4__list {
    display: flex;
    align-items: flex-start;
    width: auto;
    grid-column-gap: 22px;
    column-gap: 22px;
  }
  .ao4__list-ico {
    width: 18px;
    height: 18px;
  }
  .ao4__list-ico:before {
    width: 10px;
    height: 10px;
  }
  .ao4__list-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .allon4 {
    background-image: none;
    background-color: #f2fbff;
    background-color: var(--accent_color_second);
    padding-top: 262px;
    padding-bottom: 0;
  }
  .allon4 .h2 {
    margin-bottom: 20px;
    max-width: 230px;
    margin-left: 10px;
  }
  .allon4:before {
    display: none;
  }
  .allon4__grid {
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .allon4__grid img {
    max-width: 254px;
    margin-bottom: 0;
    margin-top: -55px;
    top: 0;
    left: -50px;
    z-index: 2;
  }
  .allon4__title {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .allon4__item {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 36px;
    margin-left: 0;
  }
  .allon4__text-wrapper {
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
    background-color: #fff;
    background-color: var(--white);
    padding: 56px 15px;
    margin-left: 0;
    position: relative;
    bottom: 0;
    border-radius: 7.22px 0 0 0;
  }
  .ao4__list,
  .ao4__list-wrapper {
    max-width: 100%;
  }
  .ao4__list {
    flex-direction: column;
    grid-row-gap: 9px;
    row-gap: 9px;
  }
  .ao4__list-ico {
    margin-bottom: 10px;
  }
  .ao4__list-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.life {
  padding-top: 138px;
  margin-bottom: -142px;
  position: relative;
  z-index: 1;
}
.life .h2 {
  margin-bottom: 62px;
  margin-left: 16px;
}
.life__card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-content: space-between;
  grid-column-gap: 35px;
  column-gap: 35px;
  grid-row-gap: 25px;
  row-gap: 25px;
}
.life__card-item {
  width: 100%;
  background-color: #f4f4f4;
  background-color: var(--third_color);
}
.life__card-item,
.life__card-item img {
  border-radius: 10px;
}
.life__card-content {
  padding: 35px 20px 35px 35px;
}
.life__card-text {
  font-size: 18px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
}
@media screen and (max-width: 1250px) {
  .life {
    padding-top: 100px;
    margin-bottom: -135px;
    position: relative;
    z-index: 1;
  }
  .life .h2 {
    margin-bottom: 50px;
  }
  .life__card-wrapper {
    grid-column-gap: 30px;
    column-gap: 30px;
  }
  .life__card-content {
    padding: 22px 12px 22px 24px;
  }
  .life__card-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .life {
    padding-top: 76px;
  }
  .life .h2 {
    margin-bottom: 26px;
  }
  .life__card-wrapper {
    grid-column-gap: 18px;
    column-gap: 18px;
    grid-row-gap: 15px;
    row-gap: 15px;
  }
  .life__card-content {
    padding: 17px 17px 20px;
  }
  .life__card-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .life {
    padding-top: 56px;
    margin-bottom: -210px;
  }
  .life .h2 {
    margin-bottom: 20px;
  }
  .life__card-wrapper {
    grid-row-gap: 30px;
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .life__card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 366px;
    align-self: center;
    justify-self: center;
  }
  .life__card-content {
    width: 100%;
    padding: 17px 14px 19px;
  }
  .life__card-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.diagnostics {
  padding-top: 136px;
}
.diagnostics .h2 {
  margin-bottom: 32px;
  margin-left: 16px;
}
.diagnostics__grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.diagnostics__slider {
  display: none;
}
.diagnostics__content {
  max-width: 510px;
  width: 100%;
}
.diagnostics__content .button {
  max-width: 349px;
  height: 80px;
  margin-left: 0;
}
.diagnostics__content-description {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  color: #1b1b1b;
  color: var(--text_color);
  margin-bottom: 35px;
}
.diagnostics__content-description .accent {
  color: #1693c6;
  color: var(--accent_color);
}
.diagnostics__wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 64px;
  max-width: 425px;
}
.diagnostics__item:first-child .diagnostics__ico {
  max-width: 84px;
  position: absolute;
  left: -9px;
}
.diagnostics__item-ico {
  width: 67px;
  height: 67px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  border-radius: 100%;
  margin-bottom: 17px;
  position: relative;
}
.diagnostics__item-text {
  font-size: 18px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
}
.diagnostics__gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 35px;
  row-gap: 35px;
  justify-content: flex-end;
  position: relative;
  top: -37px;
}
.diagnostics__img_gallery {
  border-radius: 10px;
}
.diagnostics__banner {
  background-image: url(../i/baad71d22067c92a720937b67fdbeb4a.svg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #01759e;
  border-radius: 10px;
  padding: 50px 34px;
  position: relative;
  margin-top: 70px;
}
.diagnostics__banner .h2_small {
  margin-bottom: 26px;
  text-transform: uppercase;
}
.diagnostics__banner-content {
  display: flex;
  max-width: 863px;
  grid-column-gap: 28px;
  column-gap: 28px;
}
.diagnostics__banner-text {
  font-size: 18px;
  line-height: 29px;
  max-width: 504px;
  color: #fff;
  color: var(--white);
  padding-left: 19px;
  position: relative;
}
.diagnostics__banner-text:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.diagnostics__img_banner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1250px) {
  .diagnostics {
    padding-top: 109px;
    padding-bottom: 0;
  }
  .diagnostics .h2 {
    margin-bottom: 26px;
  }
  .diagnostics__content {
    max-width: 333px;
    width: 100%;
  }
  .diagnostics__content .button {
    max-width: 252px;
    height: 59px;
    font-size: 14px;
    padding-left: 12px;
  }
  .diagnostics__content-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 19px;
  }
  .diagnostics__wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 19px;
    row-gap: 19px;
    grid-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 28px;
    max-width: 270px;
  }
  .diagnostics__item {
    display: flex;
    align-items: center;
  }
  .diagnostics__item:first-child .diagnostics__ico {
    max-width: 68px;
    left: -8px;
  }
  .diagnostics__item-ico {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .diagnostics__item-text {
    font-size: 15px;
    line-height: 21px;
  }
  .diagnostics__gallery {
    grid-column-gap: 34px;
    column-gap: 34px;
    grid-row-gap: 28px;
    row-gap: 28px;
    top: 18px;
  }
  .diagnostics__img_gallery {
    max-width: 241px;
  }
  .diagnostics__banner {
    padding: 41px 27px;
    margin-top: 76px;
    background-size: 100%;
  }
  .diagnostics__banner .h2_small {
    margin-bottom: 20px;
  }
  .diagnostics__banner-content {
    display: flex;
    max-width: 690px;
    grid-column-gap: 21px;
    column-gap: 21px;
  }
  .diagnostics__banner-text {
    font-size: 15px;
    line-height: 24px;
    max-width: 420px;
    padding-left: 15px;
    margin-top: 0;
  }
  .diagnostics__banner-text:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .diagnostics__img_banner {
    max-width: 203px;
  }
}
@media screen and (max-width: 1023px) {
  .diagnostics {
    padding-top: 71px;
    padding-bottom: 0;
  }
  .diagnostics .h2 {
    margin-bottom: 21px;
  }
  .diagnostics__content {
    max-width: 265px;
  }
  .diagnostics__content .button {
    max-width: 227px;
    height: 50px;
    font-size: 13px;
    padding-left: 18px;
  }
  .diagnostics__content-description {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 17px;
  }
  .diagnostics__wrapper {
    margin-bottom: 34px;
  }
  .diagnostics__item {
    display: flex;
    align-items: center;
  }
  .diagnostics__item .diagnostics__ico {
    max-width: 42px;
  }
  .diagnostics__item:first-child .diagnostics__ico {
    max-width: 53px;
    left: -6px;
  }
  .diagnostics__item-ico {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .diagnostics__item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .diagnostics__gallery {
    grid-column-gap: 26px;
    column-gap: 26px;
    grid-row-gap: 22px;
    row-gap: 22px;
    top: -24px;
  }
  .diagnostics__img_gallery {
    max-width: 189px;
  }
  .diagnostics__banner {
    padding: 34px 22px 27px;
    margin-top: 24px;
  }
  .diagnostics__banner-content {
    display: flex;
    max-width: 524px;
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .diagnostics__banner-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 314px;
    padding-left: 12px;
  }
  .diagnostics__banner-text:before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .diagnostics__img_banner {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .diagnostics {
    padding-top: 54px;
    padding-bottom: 0;
  }
  .diagnostics .h2 {
    grid-area: title;
    margin-bottom: 29px;
  }
  .diagnostics__slider {
    display: block;
    max-width: 300px;
  }
  .diagnostics__content {
    max-width: 100%;
  }
  .diagnostics__content .button {
    height: 52px;
    font-size: 13px;
    padding-left: 18px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .diagnostics__content-description {
    margin-bottom: 12px;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .diagnostics__wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .diagnostics__item {
    display: flex;
    align-items: center;
  }
  .diagnostics__item-ico {
    margin-right: 12px;
  }
  .diagnostics__gallery {
    display: none;
  }
  .diagnostics__img_gallery {
    max-width: 246px;
    border-radius: 7.8px;
  }
  .diagnostics__banner {
    padding: 26px 14px 44px;
    margin-top: 45px;
    background-image: none;
    border-radius: 6px;
  }
  .diagnostics__banner-content {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 10px;
    row-gap: 10px;
  }
  .diagnostics__banner-text:nth-child(2n) {
    max-width: 160px;
  }
  .diagnostics__img_banner {
    max-width: 150px;
  }
  .diagnostics__slider {
    max-height: 187px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .diagnostics__slider .slick-arrow {
    width: 36px;
    height: 36px;
    border: 2px solid #f2fbff;
    border: 2px solid var(--accent_color_second);
    border-radius: 100%;
    position: absolute;
    left: auto;
    right: -18px;
    top: calc(50% - 42px);
  }
  .diagnostics__slider .slick-arrow svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 55%;
  }
  .diagnostics__slider .slick-arrow:before {
    display: none;
  }
  .diagnostics__slider .slick-arrow.prev {
    position: absolute;
    left: auto;
    top: calc(50% + 5px);
  }
  .diagnostics__slider .slick-arrow.prev svg {
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 330px) {
  .diagnostics__content-description,
  .diagnostics__content .button,
  .diagnostics__slider,
  .diagnostics__wrapper {
    margin-left: 0;
  }
}
.treatment {
  padding: 136px 0 120px;
  position: relative;
}
.treatment__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.treatment__wrapper:not(:last-child) {
  margin-bottom: 120px;
}
.treatment__wrapper.reversed .treatment__content {
  order: 2;
}
.treatment__wrapper.reversed .treatment__img {
  order: 1;
}
.treatment__content .h2 {
  margin-bottom: 4px;
}
.treatment__content-description {
  font-size: 16px;
  line-height: 25px;
  max-width: 390px;
  color: #1b1b1b;
  color: var(--text_color);
  margin-left: 23px;
}
.treatment__card-wrapper {
  display: flex;
  flex-direction: column;
  grid-row-gap: 17px;
  row-gap: 17px;
  margin-top: 46px;
  padding-left: 39px;
}
.treatment__card {
  background-color: #f4f4f4;
  background-color: var(--third_color);
  padding: 32px 30px 32px 90px;
  position: relative;
}
.treatment__card,
.treatment__card-ico {
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.treatment__card-ico {
  justify-content: center;
  width: 103px;
  height: 83px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  box-shadow: -2px 0 18px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  z-index: 2;
}
.treatment__card-ico:before {
  content: "";
  width: 100px;
  height: 94px;
  border-radius: 10px;
  background-color: #fff;
  background-color: var(--white);
  position: absolute;
  left: 3px;
  z-index: -1;
}
.treatment__card-text {
  font-size: 18px;
  line-height: 29px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 370px;
  margin-top: 0;
}
.treatment__img {
  border-radius: 10px;
}
@media screen and (max-width: 1250px) {
  .treatment {
    padding: 107px 0 100px;
  }
  .treatment__wrapper:not(:last-child) {
    margin-bottom: 85px;
  }
  .treatment__content .h2 {
    margin-bottom: 12px;
  }
  .treatment__content-description {
    font-size: 14px;
    line-height: 20px;
    max-width: 350px;
    margin-left: 23px;
  }
  .treatment__card-wrapper {
    grid-row-gap: 14px;
    row-gap: 14px;
    margin-top: 44px;
    padding-left: 26px;
  }
  .treatment__card {
    padding: 28px 16px 28px 74px;
    position: relative;
  }
  .treatment__card-ico {
    width: 82px;
    height: 66px;
    left: -26px;
  }
  .treatment__card-ico img {
    max-width: 64px;
    width: 100%;
  }
  .treatment__card-ico:before {
    width: 80px;
    height: 75px;
    left: 2px;
  }
  .treatment__card-text {
    font-size: 15px;
    line-height: 21px;
    max-width: 301px;
  }
  .treatment__img {
    max-width: 442px;
    width: 100%;
  }
  .treatment__content {
    max-width: 44.4%;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .treatment {
    padding: 76px 0 70px;
  }
  .treatment__wrapper:not(:last-child) {
    margin-bottom: 70px;
  }
  .treatment__content .h2 {
    margin-bottom: 10px;
  }
  .treatment__content-description {
    font-size: 14px;
    line-height: 20px;
  }
  .treatment__wrapper {
    justify-content: center;
    grid-column-gap: 19px;
    column-gap: 19px;
  }
  .treatment__card-wrapper {
    grid-row-gap: 11px;
    row-gap: 11px;
    margin-top: 24px;
    padding-left: 25px;
    max-width: 413px;
  }
  .treatment__card {
    padding: 18px 11px 18px 51px;
  }
  .treatment__card-ico {
    width: 66px;
    height: 52px;
    left: -24px;
  }
  .treatment__card-ico img {
    max-width: 50px;
    width: 100%;
  }
  .treatment__card-ico:before {
    width: 64px;
    height: 59px;
  }
  .treatment__card-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
  }
  .treatment__img {
    max-width: 345px;
  }
  .treatment__content {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .treatment {
    padding: 56px 0 50px;
  }
  .treatment__content {
    max-width: 400px;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment__content .h2 {
    margin-left: 10px;
  }
  .treatment__content-description {
    margin-top: 0;
    margin-left: 10px;
  }
  .treatment__wrapper:not(:last-child) {
    margin-bottom: 54px;
  }
  .treatment__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .treatment__wrapper.reversed {
    flex-direction: column-reverse;
  }
  .treatment__card-wrapper {
    grid-row-gap: 15px;
    row-gap: 15px;
    margin-top: 24px;
    padding-left: 20px;
  }
  .treatment__card {
    padding: 16px 8px 16px 55px;
    border-radius: 6px;
  }
  .treatment__card .treatment__card-ico {
    width: 64px;
    height: 52px;
    left: -20px;
    border-radius: 6px;
  }
  .treatment__card .treatment__card-ico:before {
    width: 62px;
    height: 58px;
  }
  .treatment__card .treatment__card-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
  .treatment__img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.manufacturing {
  position: relative;
  padding: 136px 0 120px;
}
.manufacturing .h2 {
  margin-bottom: 50px;
  margin-left: 16px;
}
.manufacturing__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-column-gap: 43px;
  column-gap: 43px;
}
.manufacturing__card {
  max-width: 392px;
  width: 100%;
  padding: 34px 34px 41px;
  background: #f4f4f4;
  background: var(--third_color);
  border-radius: 10px;
  position: relative;
}
.manufacturing__card:not(:last-child) {
  margin-bottom: 42px;
}
.manufacturing__card:last-child {
  width: 541px;
  max-width: 541px;
  margin-right: -140px;
}
.manufacturing__card:last-child .manufacturing__card-image {
  max-width: 180px;
  right: 10px;
  bottom: 0;
}
.manufacturing__card-image {
  max-width: 135px;
  width: 100%;
  position: absolute;
  right: -13px;
  bottom: 0;
}
.manufacturing__content-title {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1b1b1b;
  color: var(--text_color);
}
.manufacturing__content-text {
  font-size: 16px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 255px;
}
.manufacturing__content-text:not(:last-child) {
  margin-bottom: 15px;
}
.manufacturing__content {
  z-index: 9;
}
.manufacturing__image {
  border-radius: 10px;
}
@media screen and (max-width: 1250px) {
  .manufacturing {
    padding: 108px 0 110px;
  }
  .manufacturing__wrapper {
    grid-column-gap: 34px;
    column-gap: 34px;
  }
  .manufacturing__card {
    max-width: 312px;
    padding: 27px 27px 32px;
  }
  .manufacturing__card:not(:last-child) {
    margin-bottom: 34px;
  }
  .manufacturing__card:first-child .text:last-child {
    max-width: 190px;
  }
  .manufacturing__card:last-child {
    width: 434px;
    max-width: 434px;
    margin-right: -140px;
  }
  .manufacturing__card:last-child .manufacturing__card-image {
    max-width: 125px;
    right: 20px;
  }
  .manufacturing__card-image {
    max-width: 89px;
    right: 0;
  }
  .manufacturing__content-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .manufacturing__content-text {
    font-size: 15px;
    line-height: 20px;
    max-width: 258px;
  }
  .manufacturing__content-text:not(:last-child) {
    margin-bottom: 11px;
  }
  .manufacturing__image {
    max-width: 583px;
  }
}
@media screen and (max-width: 1023px) {
  .manufacturing {
    padding: 74px 0 70px;
  }
  .manufacturing .h2 {
    margin-bottom: 38px;
  }
  .manufacturing__wrapper {
    grid-column-gap: 24px;
    column-gap: 24px;
  }
  .manufacturing__card {
    max-width: 267px;
    padding: 22px 22px 18px;
  }
  .manufacturing__card:not(:last-child) {
    margin-bottom: 23px;
  }
  .manufacturing__card:last-child {
    width: 438px;
    max-width: 438px;
    margin-right: -170px;
  }
  .manufacturing__card:last-child .manufacturing__card-image {
    max-width: 105px;
    right: 0;
  }
  .manufacturing__card:last-child .text {
    max-width: 280px;
  }
  .manufacturing__card-image {
    max-width: 85px;
    right: -3px;
  }
  .manufacturing__content-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .manufacturing__content-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 207px;
  }
  .manufacturing__content-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .manufacturing__image {
    max-width: 434px;
  }
}
@media screen and (max-width: 767px) {
  .manufacturing {
    padding: 65px 0 50px;
  }
  .manufacturing .h2 {
    max-width: 205px;
    margin-bottom: 20px;
  }
  .manufacturing__wrapper {
    flex-direction: column-reverse;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
  .manufacturing__content {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .manufacturing__card {
    max-width: 450px;
    width: 100%;
    padding: 22px 14px 19px;
  }
  .manufacturing__card:not(:last-child) {
    margin-bottom: 20px;
  }
  .manufacturing__card:last-child {
    width: 100%;
    max-width: 450px;
    margin-right: 0;
  }
  .manufacturing__card:last-child .manufacturing__content-text {
    max-width: 86%;
  }
  .manufacturing__card:last-child .manufacturing__content-text:last-child {
    max-width: 195px;
  }
  .manufacturing__card-image {
    max-width: 106px;
  }
  .manufacturing__content-title {
    max-width: 90%;
    margin-bottom: 15px;
  }
  .manufacturing__content-text {
    max-width: 210px;
  }
  .manufacturing__image {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
.banner {
  padding: 134px 0 154px;
  background-color: #f2f5fa;
  position: relative;
}
.banner .h2 {
  margin-bottom: 50px;
}
.banner__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
}
.banner__item {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.banner__item-image {
  border-radius: 10px;
}
.banner__item-text {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 145%;
  padding: 26px 33px;
  max-width: 327px;
  color: #fff;
  color: var(--white);
  background: #f2fbff;
  background: var(--accent_color_second);
  border-radius: 10px;
  position: absolute;
  bottom: -34px;
  left: 34px;
}
@media screen and (max-width: 1250px) {
  .banner {
    padding: 109px 0 127px;
  }
  .banner__wrapper {
    grid-column-gap: 44px;
    column-gap: 44px;
  }
  .banner__item {
    max-width: calc(50% - 22px);
  }
  .banner__item-image {
    max-width: 100%;
  }
  .banner__item-text {
    font-size: 15px;
    padding: 20px 25px;
    max-width: 269px;
    bottom: -27px;
    left: 27px;
  }
}
@media screen and (max-width: 1023px) {
  .banner {
    padding: 76px 0 100px;
  }
  .banner .h2 {
    margin-bottom: 30px;
  }
  .banner__wrapper {
    grid-column-gap: 22px;
    column-gap: 22px;
  }
  .banner__item {
    max-width: calc(50% - 11px);
  }
  .banner__item-text {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 19px;
    max-width: 240px;
    bottom: -29px;
    left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 57px 0 94px;
  }
  .banner .h2 {
    margin-bottom: 20px;
  }
  .banner__wrapper {
    flex-direction: column;
    align-items: center;
    grid-column-gap: 0;
    column-gap: 0;
    grid-row-gap: 74px;
    row-gap: 74px;
    margin-bottom: 0;
  }
  .banner__item {
    max-width: 100%;
    margin-bottom: 0;
  }
  .banner__item-text {
    bottom: -40px;
    left: 14px;
  }
}
.insurance {
  background-image: url(../i/01675158ffda3abf9f350f14682eca80.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 21px;
  position: relative;
}
.insurance .h2 {
  max-width: 443px;
  margin-bottom: 27px;
  margin-left: 0;
}
.insurance .h2:before {
  width: 31px;
  height: 30px;
  background-image: url(../i/4d20d8b80684e0527b48b9a541cd9c58.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  left: -55px;
  top: 8px;
}
.insurance__grid {
  display: flex;
  align-items: flex-end;
}
.insurance__image {
  margin-left: -225px;
  position: relative;
  z-index: 1;
}
.insurance__label {
  max-width: 285px;
  padding: 19px 16px 19px 24px;
  background-color: #1693c6;
  background-color: var(--accent_color);
  border-radius: 10px;
  position: absolute;
  right: -9px;
  top: 45px;
}
.insurance__label:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #773833;
  border: 6px solid #f3eee7;
  border-radius: 100%;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.insurance__label-name {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 145%;
  color: #fff;
  color: var(--white);
  margin-bottom: 6px;
}
.insurance__label-status {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  color: var(--white);
  max-width: 200px;
}
.insurance__content {
  max-width: 1011px;
  width: 54%;
  padding: 81px 0 61px 192px;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 10px 0 0 0;
  position: absolute;
  right: 0;
}
.insurance__content .insurance__content-description {
  max-width: 380px;
  font-size: 18px;
  line-height: 29px;
}
.insurance__content:after {
  content: "";
  width: 420px;
  height: 420px;
  background-image: url(../i/1cf57c0fa85d89f66393d5dbcfdb62c4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  right: -43px;
  top: 0;
}
@media screen and (max-width: 1250px) {
  .insurance {
    padding-top: 56px;
  }
  .insurance .h2 {
    max-width: 350px;
    margin-bottom: 25px;
  }
  .insurance .h2:before {
    width: 24px;
    height: 25px;
    left: -40px;
  }
  .insurance__grid {
    display: flex;
    align-items: flex-end;
  }
  .insurance__image {
    max-width: 628px;
    margin-left: -110px;
    position: relative;
    z-index: 1;
  }
  .insurance__label {
    max-width: 250px;
    padding: 16px 16px 14px 20px;
    right: -4px;
    top: -2px;
  }
  .insurance__label:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #1693c6;
    background-color: var(--accent_color);
    border: 6px solid #f3eee7;
    border-radius: 100%;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .insurance__label-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .insurance__content {
    max-width: 1020px;
    width: 54%;
    padding: 66px 0 88px 157px;
    position: absolute;
    right: 0;
  }
  .insurance__content .insurance__content-description {
    max-width: 310px;
    font-size: 15px;
    line-height: 21px;
  }
  .insurance__content:after {
    content: "";
    width: 320px;
    height: 320px;
    right: -177px;
  }
}
@media screen and (max-width: 1023px) {
  .insurance {
    padding-top: 48px;
  }
  .insurance .h2 {
    max-width: 315px;
    margin-bottom: 21px;
  }
  .insurance .h2:before {
    width: 21px;
    height: 21px;
    left: -40px;
    top: -10px;
  }
  .insurance__grid {
    display: flex;
    align-items: flex-end;
  }
  .insurance__image {
    max-width: 539px;
    margin-left: -125px;
  }
  .insurance__label {
    max-width: 238px;
    padding: 14px 13px 10px 17px;
    right: 0;
    top: 0;
  }
  .insurance__label:before {
    width: 11px;
    height: 11px;
    border: 4px solid #f3eee7;
    left: -9.5px;
  }
  .insurance__label-name {
    line-height: 17px;
  }
  .insurance__content {
    max-width: 1020px;
    width: 54%;
    padding: 57px 21px 60px 135px;
    right: 0;
  }
  .insurance__content .insurance__content-description {
    max-width: 266px;
    font-size: 14px;
    line-height: 20px;
  }
  .insurance__content:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .insurance {
    padding-top: 50px;
    background-image: none;
    background-color: #f2fbff;
    background-color: var(--accent_color_second);
  }
  .insurance .h2 {
    max-width: 400px;
    margin-left: 0;
    margin-bottom: 19px;
  }
  .insurance .h2:before {
    left: -30px;
    top: -15px;
  }
  .insurance__grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .insurance__image {
    max-width: 360px;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: -24px;
  }
  .insurance__label {
    max-width: 212px;
    padding: 14px 17px;
    right: auto;
    top: auto;
    left: 44px;
    bottom: 0;
  }
  .insurance__label-name {
    margin-bottom: 5px;
  }
  .insurance__label-name,
  .insurance__label-status {
    font-size: 12px;
    line-height: 14px;
  }
  .insurance__content {
    width: calc(100% + 10px);
    padding: 54px 28px 222px 41px;
    position: relative;
    border-radius: 6px 0 0 0;
  }
  .insurance__content .insurance__content-description {
    max-width: 400px;
    width: 92%;
    font-size: 14px;
    line-height: 20px;
  }
  .insurance__content:after {
    display: none;
  }
}
.warranty {
  padding-top: 108px;
  background-image: url(../i/e049c755ba65bc279eadd4e57429d36c.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.warranty .h2 {
  margin-bottom: 38px;
  margin-left: 0;
}
.warranty .h2:before {
  width: 31px;
  height: 30px;
  background-image: url(../i/4d20d8b80684e0527b48b9a541cd9c58.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  left: -50px;
  top: -15px;
}
.warranty__card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.warranty__card {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 20px;
  column-gap: 20px;
  max-width: 307px;
}
.warranty__card-content-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.warranty__card-content-text,
.warranty__card-content-title {
  font-family: Proxima, sans-serif;
  font-style: normal;
  color: #fff;
  color: var(--white);
}
.warranty__card-content-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
}
.warranty__card-content-text a {
  border-bottom: 1px dashed #fff;
  border-bottom: 1px dashed var(--white);
  transition: border-bottom 0.2s ease-in-out;
}
.warranty__card-content-text a:active,
.warranty__card-content-text a:hover {
  border-bottom: 0;
}
.warranty__grid {
  display: flex;
  align-items: flex-end;
}
.warranty__image {
  margin-left: -33px;
  position: relative;
  z-index: 1;
}
.warranty__card-image img,
.warranty__card-image svg {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
}
.warranty__label {
  max-width: 273px;
  padding: 19px 24px;
  border-radius: 10px;
  right: -21px;
  bottom: 87px;
}
.warranty__label,
.warranty__label:before {
  background-color: #1693c6;
  background-color: var(--accent_color);
  position: absolute;
}
.warranty__label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 6px solid #fff;
  border: 6px solid var(--white);
  border-radius: 100%;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.warranty__label-name {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 145%;
  color: #fff;
  color: var(--white);
  margin-bottom: 6px;
}
.warranty__label-status {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  color: var(--white);
  max-width: 200px;
}
.warranty__content {
  max-width: 1042px;
  width: 55%;
  padding: 110px 0 120px 133px;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 10px 0 0 0;
  right: 0;
}
.warranty__content:after {
  content: "";
  width: 420px;
  height: 420px;
  background-image: url(../i/1cf57c0fa85d89f66393d5dbcfdb62c4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  right: 0;
  top: -20px;
}
.warranty__content-text {
  max-width: 475px;
  font-size: 18px;
  line-height: 29px;
}
.warranty__content-text:not(:last-child) {
  margin-bottom: 28px;
}
.page_success .warranty .h2 {
  max-width: 475px;
  margin-left: 0;
}
.page_success .warranty .h2:before {
  top: -20px;
}
.page_success .warranty .warranty__content-text {
  color: #1b1b1b;
  color: var(--text_color);
}
@media screen and (max-width: 1250px) {
  .warranty {
    padding-top: 81px;
  }
  .warranty .h2 {
    margin-bottom: 37px;
    margin-left: 0;
  }
  .warranty .h2:before {
    width: 24px;
    height: 25px;
    left: -45px;
    top: -15px;
  }
  .warranty__card-wrapper {
    margin-bottom: 17px;
  }
  .warranty__card {
    grid-column-gap: 16px;
    column-gap: 16px;
    max-width: 254px;
  }
  .warranty__card-image img,
  .warranty__card-image svg {
    min-width: 57px;
    max-width: 57px;
    height: 57px;
  }
  .warranty__card-content-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .warranty__card-content-text {
    font-size: 15px;
    line-height: 22px;
  }
  .warranty__image {
    max-width: 413px;
    margin-left: -20px;
  }
  .warranty__label {
    max-width: 233px;
    padding: 14px 18px 11px;
    right: -40px;
    bottom: 60px;
  }
  .warranty__label:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #1693c6;
    background-color: var(--accent_color);
    border: 6px solid #fff;
    border: 6px solid var(--white);
    border-radius: 100%;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .warranty__label-name {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 2px;
  }
  .warranty__content {
    padding: 88px 0 88px 100px;
    width: 58.5%;
  }
  .warranty__content:after {
    content: "";
    width: 280px;
    height: 322px;
    right: -180px;
    top: 0;
  }
  .warranty__content-text {
    max-width: 400px;
    font-size: 15px;
    line-height: 21px;
  }
  .warranty__content-text:not(:last-child) {
    margin-bottom: 20px;
  }
  .warranty__content-text:last-child {
    max-width: 355px;
  }
  .page_success .warranty .h2 {
    max-width: 325px;
    margin-left: 0;
  }
  .page_success .warranty .warranty__content-text:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .warranty {
    padding-top: 66px;
  }
  .warranty .h2 {
    margin-bottom: 24px;
    margin-left: 0;
  }
  .warranty .h2:before {
    width: 21px;
    height: 21px;
    left: -35px;
    top: -15px;
  }
  .warranty__card-wrapper {
    margin-bottom: 8px;
  }
  .warranty__card {
    grid-column-gap: 11px;
    column-gap: 11px;
    max-width: 225px;
  }
  .warranty__card-image img,
  .warranty__card-image svg {
    min-width: 43px;
    max-width: 43px;
    height: 43px;
  }
  .warranty__card-content-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 6px;
  }
  .warranty__card-content-text {
    font-size: 14px;
    line-height: 21px;
  }
  .warranty__image {
    max-width: 335px;
    margin-left: -10px;
  }
  .warranty__label {
    max-width: 222px;
    padding: 12px 11px 10px 14px;
    right: -30px;
    bottom: 37px;
    border-radius: 6px;
  }
  .warranty__label:before {
    width: 10px;
    height: 10px;
    border: 4px solid #fff;
    border: 4px solid var(--white);
    left: -9px;
  }
  .warranty__content {
    width: 57%;
    padding: 66px 21px 65px 81px;
    border-radius: 6px;
  }
  .warranty__content:after {
    content: "";
    width: 280px;
    height: 322px;
    right: -180px;
    top: 0;
  }
  .warranty__content-text {
    max-width: 335px;
    font-size: 14px;
    line-height: 20px;
  }
  .warranty__content-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .warranty__content-text:last-child {
    max-width: 290px;
  }
  .page_success .warranty .h2 {
    max-width: 260px;
    margin-left: 0;
  }
  .page_success .warranty .warranty__content-text:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .warranty {
    background-image: none;
    background-color: #f2fbff;
    background-color: var(--accent_color_second);
    padding-top: 50px;
  }
  .warranty .h2 {
    margin-bottom: 21px;
    margin-left: 0;
  }
  .warranty .h2:before {
    width: 21px;
    height: 21px;
    left: -25px;
    top: -15px;
  }
  .warranty__card-wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .warranty__card {
    grid-column-gap: 7px;
    column-gap: 7px;
    max-width: 215px;
  }
  .warranty__grid {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .warranty__image {
    max-width: 190px;
    margin-left: 0;
    position: absolute;
    top: -196px;
    right: -40px;
  }
  .warranty__image img {
    transform: scaleX(-1);
  }
  .warranty__label {
    max-width: 196px;
    padding: 12px 7px 14px 14px;
    right: auto;
    bottom: 55px;
    position: relative;
    margin-left: -54px;
  }
  .warranty__label-name,
  .warranty__label-status {
    font-size: 12px;
    line-height: 20px;
  }
  .warranty__content {
    position: relative;
    width: calc(100% + 10px);
    padding: 90px 24px 48px 41px;
  }
  .warranty__content:after {
    display: none;
  }
  .warranty__content-text {
    max-width: 500px;
    font-size: 14px;
    line-height: 20px;
  }
  .warranty__content-text:not(:last-child) {
    margin-bottom: 15px;
  }
  .warranty__content-text:last-child {
    max-width: 500px;
  }
  .page_success .warranty {
    padding-top: 125px;
  }
  .page_success .warranty .h2 {
    max-width: 260px;
    width: 104%;
    margin-left: 0;
  }
  .page_success .warranty .warranty__content-text:not(:last-child) {
    margin-bottom: 11px;
  }
}
.early-again {
  position: relative;
  padding: 134px 0 120px;
}
.early-again .h2 {
  margin-bottom: 50px;
  margin-left: 16px;
}
.early-again__grid {
  display: grid;
  grid-template-areas: "card_1 card_2" "card_1 card_3";
  grid-template-columns: 1fr 687px;
  grid-template-rows: auto;
  grid-gap: 38px;
  gap: 38px;
  padding-right: 0;
}
.early-again__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0 19px 35px;
  background-color: #f4f4f4;
  background-color: var(--third_color);
  grid-column-gap: 29px;
  column-gap: 29px;
  border-radius: 10px;
}
.early-again__card:first-child {
  grid-area: card_1;
}
.early-again__card:nth-child(2) {
  grid-area: card_2;
}
.early-again__card:last-child {
  grid-area: card_3;
}
.early-again__card.addition {
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 35px 0;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  margin-bottom: 19px;
}
.early-again__card.addition .early-again__content-text {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 386px;
  margin-bottom: 41px;
}
.early-again__card.addition .early-again__card-image {
  max-width: 377px;
  width: 100%;
  margin: 0 auto -19px;
}
.early-again__content-steps {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 26px;
  color: #f2fbff;
  color: var(--accent_color_second);
  margin-bottom: 24px;
}
.early-again__content-text {
  font-size: 18px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 362px;
}
.early-again__card-image {
  border-radius: 10px;
  margin-right: -12px;
}
@media screen and (max-width: 1250px) {
  .early-again {
    padding: 110px 0 102px;
  }
  .early-again .h2 {
    margin-bottom: 37px;
  }
  .early-again__grid {
    grid-template-columns: 37.98% 58.85%;
    grid-column-gap: 29px;
    column-gap: 29px;
    grid-row-gap: 26px;
    row-gap: 26px;
    padding-right: 8px;
  }
  .early-again__card {
    padding: 15px 0 15px 27px;
    grid-column-gap: 22px;
    column-gap: 22px;
  }
  .early-again__card.addition {
    padding: 33px 27px 0;
    margin-bottom: 9px;
  }
  .early-again__card.addition .early-again__content-steps {
    color: #fff;
    color: var(--white);
    margin-bottom: 15px;
  }
  .early-again__card.addition .early-again__content-text {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    color: var(--white);
    max-width: 100%;
    margin-bottom: 12px;
  }
  .early-again__card.addition .early-again__card-image {
    max-width: 297px;
    margin-bottom: -9px;
  }
  .early-again__content-steps {
    font-size: 30px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .early-again__content-text {
    font-size: 15px;
    line-height: 21px;
    max-width: 285px;
  }
  .early-again__card-image {
    max-width: 214px;
    width: 100%;
    margin-right: -8px;
  }
}
@media screen and (max-width: 1023px) {
  .early-again {
    padding: 75px 0 69px;
  }
  .early-again .h2 {
    margin-bottom: 30px;
  }
  .early-again__grid {
    grid-column-gap: 29px;
    column-gap: 29px;
    grid-row-gap: 26px;
    row-gap: 26px;
    padding-right: 8px;
  }
  .early-again__card {
    padding: 16px 0 16px 21px;
    grid-column-gap: 20px;
    column-gap: 20px;
    border-radius: 6px;
  }
  .early-again__card.addition {
    padding: 26px 21px 0;
    margin-bottom: 9px;
  }
  .early-again__card.addition .early-again__content-steps {
    margin-bottom: 12px;
  }
  .early-again__card.addition .early-again__content-text {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .early-again__card.addition .early-again__card-image {
    max-width: 231px;
    margin-bottom: -9px;
    border-radius: 6px;
  }
  .early-again__content-steps {
    font-size: 23px;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .early-again__content-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 230px;
  }
  .early-again__card-image {
    max-width: 167px;
    border-radius: 6px;
  }
  .early-again__grid {
    grid-column-gap: 23px;
    column-gap: 23px;
  }
}
@media screen and (max-width: 767px) {
  .early-again {
    padding: 66px 0 50px;
  }
  .early-again .h2 {
    margin-bottom: 20px;
  }
  .early-again__grid {
    grid-template-areas: "card_1" "card_2" "card_3";
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    column-gap: 0;
    grid-row-gap: 30px;
    row-gap: 30px;
    padding-right: 0;
  }
  .early-again__card {
    flex-direction: column;
    grid-column-gap: 0;
    column-gap: 0;
  }
  .early-again__card,
  .early-again__card.addition {
    padding: 25px 14px 0;
    margin-bottom: 62px;
  }
  .early-again__card.addition .early-again__content-text {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .early-again__card.addition .early-again__card-image {
    max-width: 300px;
    margin-bottom: -62px;
  }
  .early-again__content {
    margin-left: auto;
    margin-right: auto;
  }
  .early-again__content-steps {
    font-size: 23px;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .early-again__content-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .early-again__card-image {
    max-width: 300px;
    margin-bottom: -62px;
    margin-right: 0;
  }
}
.page_success .reviews-video {
  background-color: initial;
}
.page_success .reviews-video:after,
.page_success .reviews-video:before {
  display: none;
}
.reviews-video {
  padding: 137px 0 122px;
  background-color: #f2f5fa;
  position: relative;
}
.reviews-video .h2 {
  margin-bottom: 53px;
  margin-left: 16px;
}
.reviews-video .row {
  position: relative;
  z-index: 2;
}
.reviews-video__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 34px;
  row-gap: 34px;
}
.reviews-video__card {
  max-width: 50%;
  border-radius: 10px;
  position: relative;
}
.reviews-video__card:before {
  content: "";
  width: 31px;
  height: 30px;
  background-image: url(../i/4d20d8b80684e0527b48b9a541cd9c58.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 32px;
  top: -20px;
  z-index: 1;
}
.reviews-video__card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(
      180deg,
      rgba(#1693c6, 0),
      rgba(#1693c6, 0) 52.76%,
      rgba(#1693c6, 0.59) 72.6%,
      rgba(#1693c6, 0.59)
    ),
    linear-gradient(0deg, rgba(#1693c6, 0.1), rgba(#1693c6, 0.1));
  background-image: linear-gradient(
      180deg,
      rgba(var(--accent_color), 0),
      rgba(var(--accent_color), 0) 52.76%,
      rgba(var(--accent_color), 0.59) 72.6%,
      rgba(var(--accent_color), 0.59)
    ),
    linear-gradient(
      0deg,
      rgba(var(--accent_color), 0.1),
      rgba(var(--accent_color), 0.1)
    );
  left: 0;
  top: 0;
  border-radius: 10px;
}
.reviews-video__image {
  border-radius: 10px;
}
.reviews-video__label {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  color: var(--white);
  padding: 32px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .reviews-video {
    padding: 108px 0 103px;
  }
  .reviews-video .h2 {
    margin-bottom: 54px;
  }
  .reviews-video__grid {
    grid-column-gap: 19px;
    column-gap: 19px;
    grid-row-gap: 21px;
    row-gap: 21px;
  }
  .reviews-video__card {
    max-width: 48.9%;
  }
  .reviews-video__card:before {
    content: "";
    width: 24px;
    height: 25px;
    left: 26px;
    top: -16px;
  }
  .reviews-video__image {
    border-radius: 10px;
  }
  .reviews-video__label {
    font-size: 15px;
    line-height: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews-video {
    padding: 81px 0 71px;
  }
  .reviews-video .h2 {
    margin-bottom: 31px;
  }
  .reviews-video__grid {
    grid-column-gap: 15px;
    column-gap: 15px;
    grid-row-gap: 15px;
    row-gap: 15px;
  }
  .reviews-video__card {
    max-width: 48.9%;
  }
  .reviews-video__card:before {
    content: "";
    width: 21px;
    height: 21px;
    left: 21px;
    top: -14px;
  }
  .reviews-video__image {
    border-radius: 6px;
  }
  .reviews-video__label {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 27px 11px 17px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-video {
    padding: 60px 0 50px;
  }
  .reviews-video .h2 {
    margin-bottom: 10px;
  }
  .reviews-video__card {
    display: block !important;
    max-width: 570px;
    margin: 0 auto;
  }
  .reviews-video__card:before {
    left: 20px;
    top: -9px;
  }
  .reviews-video__card .btn-play {
    width: 46px;
    height: 46px;
    right: 14px;
    left: auto;
    top: 14px;
    transform: none;
  }
  .reviews-video__label {
    padding: 14px;
  }
  .reviews-video__grid {
    padding-top: 0;
  }
  .reviews-video__grid .slick-slide {
    padding-top: 10px;
  }
  .reviews-video__grid .slick-arrow {
    width: 36px;
    height: 36px;
    border: 2px solid #f2fbff;
    border: 2px solid var(--accent_color_second);
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: auto;
    left: calc(50% + 24px);
    bottom: -51px;
  }
  .reviews-video__grid .slick-arrow svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 55%;
  }
  .reviews-video__grid .slick-arrow:before {
    display: none;
  }
  .reviews-video__grid .slick-arrow.prev {
    position: absolute;
    left: calc(50% - 24px);
    transform: translateX(-50%);
  }
  .reviews-video__grid .slick-arrow.prev svg {
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
  }
}
.reviews {
  position: relative;
  padding: 120px 0 202px;
}
.reviews .h2 {
  max-width: 550px;
  margin-bottom: 0;
  margin-left: 16px;
}
.reviews__title-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.review__portal-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 17px;
  column-gap: 17px;
}
.review__portal-wrapper .without_cursor {
  cursor: auto;
}
.review__portals-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 19px 14px 7px;
  border: 1px solid #7a7a7a;
  border: 1px solid var(--second_color);
  border-radius: 6px;
}
.review__portals-item:hover {
  border: 1px solid #1693c6;
  border: 1px solid var(--accent_color);
}
.review__portals-logo {
  margin-bottom: 19px;
}
.review__portals-rating {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  color: #1b1b1b;
  color: var(--text_color);
}
.review__portals-rating span {
  font-size: 18px;
  line-height: 32px;
}
.review__portals-stars__wrapper {
  max-width: 95px;
  display: flex;
  margin-bottom: 8px;
}
.review__portals-stars__wrapper.review__portals-stars__wrapper_4
  .review__portals-star:last-child {
  background-image: url(../i/b1b1558b2c4f9e7473c40f30806187d0.svg);
}
.review__portals-stars__wrapper.review__portals-stars__wrapper_405
  .review__portals-star:last-child {
  background-image: url(../i/e32d3d3e4204ace70257e78c8c8ce927.svg);
}
.review__portals-star {
  width: 15px;
  height: 15px;
  background-image: url(../i/92a174da7ddb1aa5ddb2012cdb1ce1f0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.review__portals-star:not(:last-child) {
  margin-right: 5px;
}
.reviews__slider {
  margin-left: -15px;
  margin-right: -15px;
}
.reviews__slider:not(.slick-initialized) > :not(:first-child) {
  display: none;
}
.reviews__slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.reviews__slider .slick-arrow {
  width: 68px;
  height: 68px;
  border: 2px solid #f2fbff;
  border: 2px solid var(--accent_color_second);
  border-radius: 100%;
  position: absolute;
  left: 105px;
  top: auto;
  bottom: -100px;
}
.reviews__slider .slick-arrow svg {
  width: 14px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 55%;
}
.reviews__slider .slick-arrow:after,
.reviews__slider .slick-arrow:before {
  display: none;
}
.reviews__slider .slick-arrow.prev {
  position: absolute;
  left: 15px;
  top: auto;
}
.reviews__slider .slick-arrow.prev svg {
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.reviews__slide {
  margin-top: 16px;
  padding: 42px 35px 35px 32px;
  background: #f4f4f4;
  background: var(--third_color);
  border-radius: 10px;
  position: relative;
  min-height: 391px;
}
.reviews__slide:before {
  content: "";
  width: 31px;
  height: 30px;
  background-image: url(../i/4d20d8b80684e0527b48b9a541cd9c58.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 32px;
  top: -16px;
}
.reviews__slide-header {
  justify-content: space-between;
  margin-bottom: 18px;
}
.reviews__slide-header,
.reviews__slide-name {
  display: flex;
  align-items: center;
}
.reviews__slide-ico {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  color: var(--white);
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  margin-right: 12px;
}
.reviews__slide-ico,
.reviews__slide-title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.reviews__slide-title {
  font-size: 18px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
}
.reviews__slide-stars__wrapper {
  display: flex;
}
.reviews__slide-stars__wrapper.reviews__slide-stars__wrapper_405
  .reviews__slide-star:last-child {
  background-image: url(../i/e32d3d3e4204ace70257e78c8c8ce927.svg);
}
.reviews__slide-stars__wrapper.reviews__slide-stars__wrapper_4
  .reviews__slide-star:last-child {
  background-image: url(../i/b1b1558b2c4f9e7473c40f30806187d0.svg);
}
.reviews__slide-star {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../i/92a174da7ddb1aa5ddb2012cdb1ce1f0.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 2px;
}
.reviews__slide-text {
  font-size: 18px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
}
.reviews__slide-text:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1250px) {
  .reviews {
    padding: 89px 0 141px;
  }
  .reviews .h2 {
    max-width: 400px;
    margin-bottom: 0;
  }
  .reviews__title-grid {
    margin-bottom: 20px;
  }
  .review__portal-wrapper {
    grid-column-gap: 14px;
    column-gap: 14px;
  }
  .review__portals-item {
    padding: 14px 11px 4px;
  }
  .review__portals-logo {
    max-width: 78px;
    margin-bottom: 12px;
  }
  .review__portals-rating {
    font-size: 14px;
    line-height: 25px;
  }
  .review__portals-rating span {
    font-size: 15px;
    line-height: 25px;
  }
  .review__portals-stars__wrapper {
    max-width: 80px;
  }
  .review__portals-star {
    width: 12px;
    height: 12px;
  }
  .review__portals-star:not(:last-child) {
    margin-right: 2.3px;
  }
  .reviews__slider {
    margin-left: -12px;
    margin-right: -12px;
  }
  .reviews__slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
  .reviews__slider .slick-arrow {
    width: 43px;
    height: 43px;
    left: 69px;
    bottom: -72px;
  }
  .reviews__slider .slick-arrow svg {
    width: 10px;
    height: 17px;
  }
  .reviews__slider .slick-arrow.prev {
    position: absolute;
    left: 12px;
    top: auto;
  }
  .reviews__slide {
    margin-top: 14px;
    padding: 33px 25px;
    min-height: 320px;
  }
  .reviews__slide:before {
    content: "";
    width: 24px;
    height: 25px;
    left: 25px;
    top: -14px;
  }
  .reviews__slide-header {
    margin-bottom: 15px;
  }
  .reviews__slide-ico {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
  }
  .reviews__slide-title {
    font-size: 15px;
    line-height: 19px;
  }
  .reviews__slide-star {
    width: 14px;
    height: 14px;
  }
  .reviews__slide-text {
    font-size: 15px;
    line-height: 20px;
  }
  .reviews__slide-text:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews {
    padding: 70px 0 100px;
  }
  .reviews .h2 {
    max-width: 330px;
    margin-bottom: 0;
  }
  .reviews__title-grid {
    margin-bottom: 20px;
  }
  .review__portal-wrapper {
    grid-column-gap: 11px;
    column-gap: 11px;
  }
  .review__portals-item {
    padding: 12px 8px 4px;
  }
  .review__portals-stars__wrapper {
    max-width: 62px;
  }
  .review__portals-star {
    width: 9px;
    height: 9px;
  }
  .review__portals-star:not(:last-child) {
    margin-right: 2.3px;
  }
  .review__portals-logo {
    max-width: 62px;
    margin-bottom: 8px;
  }
  .review__portals-rating {
    font-size: 11px;
    line-height: 20px;
  }
  .review__portals-rating span {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews__slider {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .reviews__slider .slick-slide {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .reviews__slider .slick-arrow {
    width: 36px;
    height: 36px;
    left: 55.5px;
    bottom: -57px;
  }
  .reviews__slider .slick-arrow svg {
    width: 8px;
    height: 14px;
  }
  .reviews__slider .slick-arrow.prev {
    position: absolute;
    left: 7.5px;
    top: auto;
  }
  .reviews__slide {
    margin-top: 12px;
    padding: 26px 20px 18px;
    min-height: 320px;
    border-radius: 6px;
  }
  .reviews__slide:before {
    content: "";
    width: 21px;
    height: 21px;
    left: 21px;
    top: -12px;
  }
  .reviews__slide-header {
    margin-bottom: 11px;
  }
  .reviews__slide-ico {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    margin-right: 7px;
  }
  .reviews__slide-title {
    font-size: 14px;
    line-height: 16px;
  }
  .reviews__slide-star {
    width: 11px;
    height: 11px;
  }
  .reviews__slide-image {
    max-width: 60px;
  }
  .reviews__slide-text {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews__slide-text:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    padding: 55px 0 50px;
  }
  .reviews .h2 {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .reviews__title-grid {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .review__portal-wrapper {
    grid-column-gap: 9px;
    column-gap: 9px;
  }
  .review__portals-item {
    max-width: 68px;
    padding: 12px 3px 4px;
  }
  .review__portals-stars__wrapper {
    max-width: 62px;
  }
  .review__portals-star {
    width: 8px;
    height: 9px;
  }
  .review__portals-star:not(:last-child) {
    margin-right: 2.3px;
  }
  .review__portals-logo {
    max-width: 62px;
    margin-bottom: 8px;
  }
  .reviews__slider,
  .reviews__slider .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
  .reviews__slider .slick-arrow {
    width: 36px;
    height: 36px;
    left: calc(50% + 24px);
    transform: translateX(-50%);
    bottom: -56px;
  }
  .reviews__slider .slick-arrow svg {
    width: 8px;
    height: 14px;
  }
  .reviews__slider .slick-arrow.prev {
    left: calc(50% - 24px);
    transform: translateX(-50%);
  }
  .reviews__slide {
    margin-top: 12px;
    padding: 26px 14px 22px;
    min-height: auto;
  }
  .reviews__slide:last-child,
  .reviews__slide:not(:last-child) {
    margin-bottom: 20px;
  }
  .reviews__slide:before {
    content: "";
    width: 21px;
    height: 21px;
    left: 21px;
    top: -12px;
  }
  .reviews__slide-header {
    margin-bottom: 11px;
  }
  .reviews__slide-ico {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    margin-right: 7px;
  }
  .reviews__slide-title {
    font-size: 14px;
    line-height: 16px;
  }
  .reviews__slide-star {
    width: 11px;
    height: 11px;
  }
  .reviews__slide-image {
    max-width: 60px;
  }
  .reviews__slide-text {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews__slide-text:not(:last-child) {
    margin-bottom: 13px;
  }
}
.treatment-start {
  position: relative;
  padding-top: 114px;
  background-image: url(../i/3dd9f1e052134771fd5948a876e237a0.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.treatment-start .h2 {
  max-width: 350px;
  color: #fff;
  color: var(--white);
  margin-bottom: 38px;
  margin-left: 0;
}
.treatment-start .h2:before {
  display: none;
}
.treatment-start__grid {
  display: flex;
  align-items: flex-end;
}
.treatment-start__images {
  margin-bottom: -27px;
  position: relative;
  z-index: 1;
}
.treatment-start__images .image {
  border-radius: 10px;
}
.treatment-start__content {
  max-width: 1011px;
  width: 53%;
  padding: 121px 0 121px 132px;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 10px 0 0 0;
  position: absolute;
  right: 0;
}
.treatment-start__content:after {
  content: "";
  width: 470px;
  height: 470px;
  background-image: url(../i/1cf57c0fa85d89f66393d5dbcfdb62c4.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: 10px;
}
.treatment-start__content .button {
  max-width: 350px;
  height: 80px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-left: 0;
}
.treatment-start__wrapper {
  align-items: center;
  grid-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 90px;
  max-width: 425px;
  align-items: center;
}
.treatment-start__item {
  max-width: 240px;
}
.treatment-start__item:first-child .treatment-start__ico {
  max-width: 84px;
  position: absolute;
  left: -9px;
}
.treatment-start__item-ico {
  width: 67px;
  height: 67px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  border-radius: 100%;
  margin-bottom: 17px;
  position: relative;
}
.treatment-start__item-text {
  font-size: 18px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
}
.treatment-start__caption {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 510px;
  margin-bottom: 28px;
}
.treatment-start__caption .accent {
  color: #1693c6;
  color: var(--accent_color);
}
.page_success .treatment-start {
  padding-top: 134px;
  background-image: none;
}
.page_success .treatment-start .h2 {
  max-width: 600px;
  color: #1b1b1b;
  color: var(--text_color);
  margin-bottom: 50px;
  margin-left: 16px;
}
.page_success .treatment-start .h2:before {
  display: block;
}
.page_success .treatment-start__content {
  position: relative;
  padding: 0;
}
.page_success .treatment-start__content:after {
  display: none;
}
.page_success .treatment-start__content .treatment-start__item {
  max-width: 219px;
}
.page_success
  .treatment-start__content
  .treatment-start__item:first-child
  .treatment-start__ico {
  max-width: 60px;
  left: 0;
}
.page_success
  .treatment-start__content
  .treatment-start__item:nth-child(3)
  .treatment-start__ico {
  max-width: 84px;
  left: -9px;
  position: absolute;
}
.page_success .treatment-start__images {
  order: 2;
}
.page_success .treatment-start__images .image {
  max-width: 570px;
  margin-top: -90px;
}
.page_success .treatment-start__grid {
    align-items: center;
}
.page_success .treatment-start__wrapper {
  flex-wrap: wrap;
  grid-row-gap: 36px;
  row-gap: 36px;
  grid-column-gap: 46px;
  column-gap: 46px;
  max-width: 490px;
}
@media screen and (max-width: 1250px) {
  .treatment-start {
    padding-top: 77px;
    margin-bottom: 10px;
  }
  .treatment-start .h2 {
    max-width: 235px;
    margin-bottom: 44px;
    margin-left: 0;
  }
  .treatment-start__images {
    max-width: 437px;
    margin-bottom: -7px;
  }
  .treatment-start__content {
    width: 57%;
    padding: 100px 0 63px 105px;
  }
  .treatment-start__content:after {
    width: 322px;
    height: 322px;
    right: -170px;
    top: 25px;
  }
  .treatment-start__content .button {
    max-width: 251px;
    height: 59px;
    font-size: 14px;
    line-height: 17px;
    padding-right: 50px;
  }
  .treatment-start__content .button:after {
    right: 15%;
  }
  .treatment-start__wrapper {
    align-items: flex-start;
    grid-row-gap: 19px;
    row-gap: 19px;
    grid-column-gap: 25px;
    column-gap: 25px;
    max-width: 320px;
    flex-direction: row;
    margin-bottom: 66px;
  }
  .treatment-start__item {
    display: block;
    max-width: 182px;
  }
  .treatment-start__item:first-child .treatment-start__ico {
    max-width: 68px;
    left: -8px;
  }
  .treatment-start__item-ico {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .treatment-start__item-text {
    font-size: 15px;
    line-height: 21px;
  }
  .treatment-start__caption {
    font-size: 18px;
    line-height: 26px;
    max-width: 300px;
    margin-bottom: 23px;
  }
  .page_success .treatment-start {
    padding-top: 110px;
    margin-bottom: -90px;
  }
  .page_success .treatment-start .h2 {
    max-width: 400px;
    margin-bottom: 50px;
  }
  .page_success .treatment-start__content {
    position: relative;
    padding: 0;
  }
  .page_success .treatment-start__content:after {
    display: none;
  }
  .page_success .treatment-start__content .treatment-start__item {
    max-width: 181px;
  }
  .page_success
    .treatment-start__content
    .treatment-start__item:first-child
    .treatment-start__ico {
    max-width: 46px;
    left: 0;
  }
  .page_success
    .treatment-start__content
    .treatment-start__item:nth-child(3)
    .treatment-start__ico {
    max-width: 68px;
    left: -8px;
    position: absolute;
  }
  .page_success .treatment-start__images {
    max-width: 479px;
    margin-top: -90px;
  }
  .page_success .treatment-start__images .image {
    max-width: 479px;
    margin-top: 0;
  }
  .page_success .treatment-start__grid {
    align-items: center;
  }
  .page_success .treatment-start__wrapper {
    flex-wrap: wrap;
    grid-row-gap: 36px;
    row-gap: 36px;
    grid-column-gap: 46px;
    column-gap: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .treatment-start {
    padding-top: 89px;
    margin-bottom: 25px;
  }
  .treatment-start .h2 {
    max-width: 200px;
    margin-bottom: 35px;
    margin-left: 0;
  }
  .treatment-start__images {
    max-width: 322px;
    margin-bottom: -20px;
  }
  .treatment-start__images .image {
    border-radius: 6px;
  }
  .treatment-start__content {
    width: 57%;
    padding: 63px 21px 56px 44px;
    border-radius: 6px 0 0 0;
  }
  .treatment-start__content:after {
    display: none;
  }
  .treatment-start__content .button {
    max-width: 227px;
    height: 52px;
    font-size: 13px;
    line-height: 16px;
    padding-right: 40px;
  }
  .treatment-start__wrapper {
    margin-bottom: 63px;
    max-width: 320px;
    grid-column-gap: 27px;
    column-gap: 27px;
  }
  .treatment-start__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 8px;
    row-gap: 8px;
    max-width: 170px;
  }
  .treatment-start__item .treatment-start__ico {
    max-width: 42px;
    margin-bottom: 8px;
  }
  .treatment-start__item:first-child .treatment-start__ico {
    max-width: 53px;
    left: -6px;
  }
  .treatment-start__item-ico {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .treatment-start__item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .treatment-start__caption {
    font-size: 15px;
    line-height: 21px;
    max-width: 354px;
    margin-bottom: 18px;
  }
  .page_success .treatment-start {
    padding-top: 77px;
    margin-bottom: -55px;
  }
  .page_success .treatment-start .h2 {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .page_success .treatment-start__content .treatment-start__item {
    max-width: 173px;
  }
  .page_success
    .treatment-start__content
    .treatment-start__item:first-child
    .treatment-start__ico {
    max-width: 36px;
    left: 0;
  }
  .page_success
    .treatment-start__content
    .treatment-start__item:nth-child(3)
    .treatment-start__ico {
    max-width: 53px;
    left: -6px;
  }
  .page_success .treatment-start__images {
    max-width: 340px;
    margin-top: -55px;
  }
  .page_success .treatment-start__images .image {
    max-width: 340px;
    margin-top: 0;
  }
  .page_success .treatment-start__grid {
    align-items: center;
  }
  .page_success .treatment-start__wrapper {
    flex-wrap: wrap;
    grid-row-gap: 19px;
    row-gap: 19px;
    grid-column-gap: 12px;
    column-gap: 12px;
    max-width: 365px;
  }
}
@media screen and (max-width: 767px) {
  .treatment-start {
    padding-top: 50px;
    margin-bottom: 0;
  }
  .treatment-start .h2 {
    max-width: 200px;
    margin-bottom: 15px;
  }
  .treatment-start__images {
    max-width: 400px;
    margin-bottom: -126px;
  }
  .treatment-start__grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .treatment-start__content {
    position: relative;
    padding: 161px 14px 36px 10px;
  }
  .treatment-start__content .button {
    line-height: 15px;
  }
  .treatment-start__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .treatment-start__item {
    flex-direction: row;
    max-width: 235px;
  }
  .treatment-start__item-ico {
    margin-right: 12px;
  }
  .treatment-start__caption {
    font-size: 16px;
    line-height: 21px;
    max-width: 354px;
    margin-bottom: 16px;
  }
  .page_success .treatment-start {
    padding-top: 57px;
    margin-bottom: 110px;
  }
  .page_success .treatment-start .h2 {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .page_success .treatment-start__content .treatment-start__item {
    max-width: 235px;
  }
  .page_success .treatment-start__images {
    max-width: 400px;
    margin-top: 0;
  }
  .page_success .treatment-start__images .image {
    max-width: 100%;
    margin-top: 0;
  }
  .page_success .treatment-start__grid {
    align-items: center;
  }
  .page_success .treatment-start__wrapper {
    grid-row-gap: 16px;
    row-gap: 16px;
  }
}
.page_success .contacts .contacts__phone .phone {
  display: none;
}
.contacts {
  padding: 161px 0 98px;
  position: relative;
}
.contacts .h2 {
  margin-bottom: 36px;
}
.contacts.contacts_addition .contacts__grid {
  align-items: flex-start;
}
.contacts.contacts_addition .contacts__affiliates-grid {
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 22px;
  row-gap: 22px;
}
.contacts.contacts_addition .contacts__wrapper {
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 40px;
  row-gap: 40px;
  margin-bottom: 40px;
}
.contacts.contacts_addition .contacts__map {
  max-width: 639px;
  height: 411px;
  width: 100%;
  position: relative;
}
.contacts.contacts_addition .contacts__map:before {
  height: 391px;
}
.contacts.contacts_addition .contacts__map .ymaps-2-1-79-map {
  border-radius: 10px;
}
.contacts.contacts_addition.affiliates_double .contacts__wrapper {
  flex-direction: row;
  grid-row-gap: 40px;
  row-gap: 40px;
  margin-bottom: 40px;
}
.contacts__grid {
  display: flex;
  align-items: center;
}
.contacts__content {
  max-width: 600px;
}
.contacts__wrapper {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 110px;
  column-gap: 110px;
  margin-bottom: 57px;
}
.contacts__email {
  display: flex;
  align-items: center;
}
.contacts__email .ico {
  margin-right: 11px;
}
.contacts__email .email {
  font-size: 16px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
}
.contacts__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 2px;
  row-gap: 2px;
}
.contacts__phone .phone {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 145%;
  color: #1693c6;
  color: var(--accent_color);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.contacts__phone .work-time {
  line-height: 26px;
  color: #7a7a7a;
  color: var(--second_color);
}
.contacts__phone .work-time:before {
  position: relative;
  align-self: flex-start;
  top: 11px;
}
.contacts__affiliates-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 41px;
  row-gap: 41px;
  grid-column-gap: 15px;
  column-gap: 15px;
}
.affiliates-item {
  max-width: 290px;
  width: 100%;
}
.affiliates-item-metro {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.affiliates-item-metro svg {
  margin-right: 7px;
}
.affiliates-item-metro svg.red {
  fill: #da2128;
}
.affiliates-item-metro svg.green {
  fill: #3aa63a;
}
.affiliates-item-metro svg.grey {
  fill: #a1a2a3;
}
.affiliates-item-metro svg.orange {
  fill: #f58220;
}
.affiliates-item-metro svg.blue {
  fill: #00f;
}
.affiliates-item-metro p {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
}
.affiliates-item-address {
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  color: var(--second_color);
  padding-left: 24px;
}
.contacts__map {
  max-width: 853px;
  height: 576px;
  right: 0;
}
.contacts__map,
.contacts__map:before {
  width: 45%;
  position: absolute;
  border-radius: 10px;
}
.contacts__map:before {
  content: "";
  height: 548px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  z-index: -1;
}
.contacts__map .ymaps-2-1-79-map {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.map-ballon {
  background: #f2fbff;
  background: var(--accent_color_second);
  border-radius: 0 10px 10px 0;
  padding: 9px 12px 9px 36px;
}
.map-wrapper {
  display: flex;
  align-items: center;
}
.contacts__about {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 394px;
  margin-bottom: 28px;
}
.contacts__about .accent {
  color: #1693c6;
  color: var(--accent_color);
}
.contacts__link {
  margin-left: 0;
  max-width: 349px;
}
.contacts__link span {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1250px) {
  .contacts {
    padding: 116px 0 86px;
  }
  .contacts .h2 {
    max-width: 350px;
    margin-bottom: 26px;
    margin-left: 12px;
  }
  .contacts.contacts_addition .contacts__grid {
    justify-content: space-between;
  }
  .contacts.contacts_addition .contacts__affiliates-grid {
    grid-row-gap: 22px;
    row-gap: 22px;
  }
  .contacts.contacts_addition .contacts__wrapper {
    grid-column-gap: 51px;
    column-gap: 51px;
    grid-row-gap: 40px;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .contacts.contacts_addition .contacts__map {
    max-width: 461px;
    height: 351px;
  }
  .contacts.contacts_addition .contacts__map:before {
    height: 333px;
  }
  .contacts.contacts_addition .contacts__phone .work-time {
    font-size: 16px;
    line-height: 26px;
  }
  .contacts.contacts_addition .contacts__phone .phone {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 2px;
  }
  .contacts.contacts_addition .contacts__email {
    margin-top: 5px;
  }
  .contacts.contacts_addition .contacts__email .ico {
    width: 25px;
    height: 15px;
  }
  .contacts.contacts_addition .contacts__email .email {
    font-size: 16px;
    line-height: 26px;
  }
  .contacts.contacts_addition .affiliates-item {
    max-width: 270px;
  }
  .contacts.contacts_addition.affiliates_double .contacts__wrapper {
    grid-row-gap: 40px;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .contacts__content {
    max-width: 435px;
  }
  .contacts__wrapper {
    grid-column-gap: 79px;
    column-gap: 79px;
    margin-bottom: 37px;
  }
  .contacts__email .ico {
    width: 16px;
    height: 10px;
    margin-right: 7px;
  }
  .contacts__email .email {
    font-size: 15px;
    line-height: 16px;
  }
  .contacts__phone .phone {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
  }
  .contacts__phone .work-time {
    font-size: 10px;
    line-height: 16px;
    padding-left: 9px;
  }
  .contacts__phone .work-time:before {
    width: 4px;
    height: 4px;
  }
  .contacts__affiliates-grid {
    grid-row-gap: 29px;
    row-gap: 29px;
    grid-column-gap: 7px;
    column-gap: 7px;
  }
  .affiliates-item {
    max-width: 210px;
  }
  .affiliates-item-metro {
    margin-bottom: 1px;
  }
  .affiliates-item-metro svg {
    width: 11px;
    margin-right: 4px;
  }
  .affiliates-item-address,
  .affiliates-item-metro p {
    font-size: 14px;
    line-height: 16px;
  }
  .affiliates-item-address {
    padding-left: 16px;
  }
  .contacts__map {
    width: 51.5%;
    height: 373px;
  }
  .contacts__map:before {
    width: 45%;
    height: 356px;
    left: -7px;
  }
  .contacts__about {
    font-size: 18px;
    line-height: 26px;
  }
  .contacts__link {
    max-width: 280px;
  }
  .contacts__link:after {
    right: 13%;
  }
}
@media screen and (max-width: 1023px) {
  .contacts {
    padding: 98px 0 48px;
  }
  .contacts .h2 {
    max-width: 280px;
    margin-bottom: 20px;
  }
  .contacts.contacts_addition .contacts__grid {
    justify-content: space-between;
  }
  .contacts.contacts_addition .contacts__affiliates-grid {
    grid-row-gap: 22px;
    row-gap: 22px;
  }
  .contacts.contacts_addition .contacts__wrapper {
    grid-column-gap: 36px;
    column-gap: 36px;
    grid-row-gap: 30px;
    row-gap: 30px;
    margin-bottom: 36px;
  }
  .contacts.contacts_addition .contacts__map {
    max-width: 49.5%;
    height: 276px;
    top: 0;
  }
  .contacts.contacts_addition .contacts__map:before {
    height: 262px;
  }
  .contacts.contacts_addition .contacts__phone {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .contacts.contacts_addition .contacts__phone .work-time {
    font-size: 15px;
    line-height: 26px;
  }
  .contacts.contacts_addition .contacts__phone .phone {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1px;
  }
  .contacts.contacts_addition .contacts__email {
    margin-top: 5px;
  }
  .contacts.contacts_addition .contacts__email .ico {
    width: 25px;
    height: 15px;
  }
  .contacts.contacts_addition .contacts__email .email {
    font-size: 14px;
    line-height: 17px;
  }
  .contacts.contacts_addition .affiliates-item {
    max-width: 270px;
  }
  .contacts.contacts_addition.affiliates_double .contacts__wrapper {
    grid-row-gap: 40px;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .affiliates-item-metro {
    margin-bottom: 3px;
  }
  .affiliates-item-metro svg {
    width: 17px;
  }
  .affiliates-item-metro p {
    font-size: 15px;
    line-height: 21px;
  }
  .affiliates-item-address {
    font-size: 14px;
    line-height: 20px;
  }
  .contacts__content {
    max-width: 435px;
  }
  .contacts__wrapper {
    grid-column-gap: 38px;
    column-gap: 38px;
    margin-bottom: 26px;
  }
  .contacts__email .ico {
    width: 13px;
    height: 8px;
    margin-right: 5px;
  }
  .contacts__email .email {
    font-size: 14px;
    line-height: 13px;
  }
  .contacts__phone {
    grid-row-gap: 8px;
    row-gap: 8px;
  }
  .contacts__phone .phone {
    font-size: 15px;
    line-height: 15px;
  }
  .contacts__phone .work-time {
    font-size: 12px;
    line-height: 12px;
    padding-left: 6px;
  }
  .contacts__map {
    top: 125px;
    width: 39.8%;
    height: 316px;
  }
  .contacts__map:before {
    width: 35%;
    height: 302px;
    left: -6px;
  }
  .contacts__about {
    font-size: 16px;
    line-height: 21px;
    max-width: 380px;
  }
  .contacts__link {
    max-width: 228px;
  }
  .contacts__link span {
    top: 55%;
    left: 40px;
  }
  .contacts__link:after {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding: 57px 0 50px;
  }
  .contacts .h2 {
    max-width: 400px;
  }
  .contacts.contacts_addition .contacts__grid {
    justify-content: space-between;
  }
  .contacts.contacts_addition .contacts__affiliates-grid {
    grid-row-gap: 22px;
    row-gap: 22px;
  }
  .contacts.contacts_addition .contacts__wrapper {
    grid-column-gap: 36px;
    column-gap: 36px;
    grid-row-gap: 15px;
    row-gap: 15px;
    margin-bottom: 0;
  }
  .contacts.contacts_addition .contacts__map {
    max-width: 100%;
    height: 229px;
    top: 0;
  }
  .contacts.contacts_addition .contacts__map:before {
    height: 215px;
  }
  .contacts.contacts_addition .contacts__phone {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .contacts.contacts_addition .contacts__phone .work-time {
    font-size: 15px;
    line-height: 26px;
  }
  .contacts.contacts_addition .contacts__phone .phone {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1px;
  }
  .contacts.contacts_addition .contacts__email {
    margin-top: 5px;
  }
  .contacts.contacts_addition .contacts__email .ico {
    width: 25px;
    height: 15px;
  }
  .contacts.contacts_addition .contacts__email .email {
    font-size: 14px;
    line-height: 17px;
  }
  .contacts.contacts_addition .affiliates-item {
    max-width: 270px;
  }
  .contacts.contacts_addition.affiliates_double .contacts__wrapper {
    grid-row-gap: 40px;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .affiliates-item-metro {
    margin-bottom: 3px;
  }
  .affiliates-item-metro svg {
    width: 17px;
  }
  .affiliates-item-metro p {
    font-size: 15px;
    line-height: 21px;
  }
  .affiliates-item-address {
    font-size: 14px;
    line-height: 20px;
  }
  .contacts__grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts__content {
    max-width: unset;
    width: 100%;
  }
  .contacts__email .ico {
    width: 12px;
  }
  .affiliates-item {
    max-width: 48%;
  }
  .affiliates-item .metro {
    align-items: flex-start;
  }
  .affiliates-item .metro svg {
    min-width: 11px;
    margin-top: 4px;
  }
  .contacts__affiliates-grid {
    grid-row-gap: 22px;
    row-gap: 22px;
    grid-column-gap: 3px;
    column-gap: 3px;
    justify-content: flex-start;
  }
  .contacts__map {
    top: 0;
    right: 0;
    width: 100%;
    height: 240px;
    position: relative;
    margin-top: 49px;
  }
  .contacts__map:before {
    width: 98%;
    height: 240px;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
  }
  .contacts__map .ymaps-2-1-79-map {
    border-radius: 10px;
  }
  .contacts__about-wrapper {
    width: 100%;
  }
  .contacts__about {
    margin-bottom: 15px;
  }
  .contacts__link {
    margin-left: auto;
  }
}
.price {
  position: relative;
  padding: 120px 0 130px;
}
.price .h2 {
  max-width: 610px;
  margin-bottom: 0;
}
.price.prices_second {
  display: none;
}
.price.price_addition .price__card-item.banner {
  position: relative;
  padding-left: 60px;
  grid-column: 2/4;
  background-image: url(../i/0b619f0fd51b4ab842bf9e7afdc36fa1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.price.price_addition .price__card-item.banner:after,
.price.price_addition .price__card-item.banner:before {
  display: none;
}
.price.price_addition .price__card-item.banner .button {
  margin-left: 0;
  margin-right: 0;
}
.price.price_addition .price__card-item.banner .price__card-item-title {
  margin-bottom: 28px;
}
.price.price_addition .price__card-item.banner .banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.price__title-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.price__title-content {
  max-width: 440px;
  width: 100%;
  max-height: 100%;
  padding: 11px 14px 12px 29px;
  font-size: 16px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
  border-radius: 10px;
  background-color: #1693c6;
  background-color: var(--accent_color);
  position: relative;
  z-index: 1;
}
.price__title-content span .link {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: color;
}
.price__title-content span .link:hover {
  color: #1693c6;
  color: var(--accent_color);
}
.price__title-content span .link.hidden {
  display: none;
}
.price__title-content:before {
  content: "";
  max-width: 433px;
  width: 100%;
  height: 100%;
  min-height: 110%;
  border-radius: 10px;
  background-color: #f4f4f4;
  background-color: var(--third_color);
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.price__card-grid {
  display: grid;
  grid-template-columns: 32.1% 32.1% 32.1%;
  grid-template-rows: auto;
  grid-gap: 21px;
  gap: 21px;
}
.price__card-item {
  padding: 42px 33px 56px;
  border: 1px solid #1693c6;
  border: 1px solid var(--accent_color);
  border-radius: 10px;
  position: relative;
}
.price__card-item:after {
  content: "";
  width: 170px;
  height: 170px;
  background-image: url(../i/2e4c41b61d951a9ed493c2460c8a4c5f.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  border-radius: 0 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.price__card-item .price__item {
  max-width: 300px;
}
.price__card-item .price__item:not(:last-child) {
  margin-bottom: 33px;
}
.price__card-item.banner {
  padding: 61px 40px 70px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  border: none;
}
.price__card-item.banner .price__card-item-title {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  max-width: 300px;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  color: var(--white);
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}
.price__card-item.banner .button {
  max-width: 307px;
  font-size: 18px;
  line-height: 18px;
  padding-right: 40px;
  letter-spacing: 0.03em;
  z-index: 1;
  margin-bottom: 0;
}
.price__card-item.banner .button:after {
  right: 8%;
}
.price__card-item.banner:before {
  width: 150px;
  height: 150px;
  background-image: url(../i/b5a318a0c385e5a437cf9e557a5c7252.svg);
  z-index: 0;
}
.price__card-item.banner:after {
  width: 150px;
  height: 150px;
  background-image: url(../i/87d557465ecc8ae001e11f8d6bcd4229.svg);
  z-index: 0;
  top: auto;
  bottom: 0;
}
.price__card-item-image {
  position: absolute;
  right: 0;
  top: 8px;
}
.price__card-item-title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #1b1b1b;
  color: var(--text_color);
  margin-bottom: 13px;
}
.price__card-item-country {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.price__card-item-country .price__country-flag {
  margin-right: 11px;
}
.price__card-item-country .price__country-text {
  font-size: 16px;
  line-height: 16px;
}
.price__item-caption {
  font-size: 18px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
  margin-bottom: 9px;
}
.price__item-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;
  color: #1693c6;
  color: var(--accent_color);
  padding: 0;
}
.price__item-old-price,
.price__item-price {
  font-family: Proxima, sans-serif;
  font-style: normal;
}
.price__item-old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-left: 15px;
  color: #787878;
  color: var(--sub_color);
  text-decoration: line-through;
}
.price__promo {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1693c6;
  color: var(--accent_color);
}
.price__end-text,
.price__promo {
  margin-top: 7px;
}
.price__item--tag {
  min-height: 155px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.price__item--tag .price__item-note {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.price__item--tag .price__item-note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../i/645d6bcc0e9062f069452436aa1ce0f0.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.5px;
  height: 12.5px;
}
.price__item--tag .price__item-price {
  padding-top: 15px;
  margin-top: auto;
}
.price__item--tag .price__item-price br {
  display: none;
}
.price__item--tag .price__item-price > span {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #787878;
  color: var(--sub_color);
  margin-left: 15px;
}
.price__card-item-gift {
  display: flex;
}
.price__card-item-gift-text {
  font-family: Proxima, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.price__card-item-gift-image {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
.price__card-item-tooltip {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 1250px) {
  .price {
    padding: 110px 0 107px;
  }
  .price .h2 {
    max-width: 400px;
    margin-bottom: 0;
    margin-left: 12px;
  }
  .price.price_addition .price__card-item.banner {
    padding-left: 32px;
  }
  .price.price_addition .price__card-item.banner .title {
    margin-bottom: 50px;
  }
  .price.price_addition .price__card-item.banner .banner-image {
    max-width: 220px;
  }
  .price__title-content {
    max-width: 374px;
    max-height: 100%;
    padding: 10px 14px 8px 28px;
    font-size: 14px;
    line-height: 20px;
  }
  .price__title-content:before {
    max-width: 369px;
    min-height: 110%;
    left: 5px;
  }
  .price__card-grid {
    grid-template-columns: 32.1% 32.1% 32.1%;
    grid-gap: 18px;
    gap: 18px;
  }
  .price__card-item {
    padding: 43px 26px 41px;
  }
  .price__card-item:after {
    content: "";
    width: 140px;
    height: 140px;
  }
  .price__card-item .price__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .price__card-item.banner {
    padding: 48px 32px 38px;
  }
  .price__card-item.banner .price__card-item-title {
    max-width: 235px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 55px;
  }
  .price__card-item.banner .button {
    max-width: 243px;
    height: 64px;
    font-size: 14px;
    line-height: 14px;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .price__card-item.banner:before {
    z-index: 0;
  }
  .price__card-item.banner:after,
  .price__card-item.banner:before {
    width: 120px;
    height: 120px;
    display: block;
  }
  .price__card-item-image {
    max-width: 135px;
    top: 0;
  }
  .price__card-item-title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .price__card-item-country {
    margin-bottom: 32px;
  }
  .price__card-item-country .price__country-flag {
    max-width: 18px;
    margin-right: 8px;
  }
  .price__card-item-country .price__country-text {
    font-size: 12px;
    line-height: 14px;
  }
  .price__item-caption {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .price__item-price {
    font-size: 23px;
    line-height: 25px;
    padding: 0;
  }
  .price__item--tag .price__item-price > span {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .price {
    padding: 66px 0 78px;
  }
  .price .h2 {
    max-width: 350px;
    margin-bottom: 0;
  }
  .price.price_addition .price__card-item.banner {
    padding-left: 24px;
  }
  .price.price_addition .price__card-item.banner .price__card-item-title {
    margin-bottom: 46px;
  }
  .price.price_addition .price__card-item.banner .banner-image {
    max-width: 170px;
  }
  .price__title-content {
    max-width: 317px;
    padding: 5px 15px 5px 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .price__title-content:before {
    max-width: 313px;
    left: 4px;
  }
  .price__title-grid {
    margin-bottom: 30px;
  }
  .price__card-grid {
    grid-template-columns: 32.1% 32.1% 32.1%;
    grid-gap: 15px;
    gap: 15px;
  }
  .price__card-item {
    padding: 25px 18px;
  }
  .price__card-item:after {
    width: 110px;
    height: 110px;
  }
  .price__card-item .price__item:not(:last-child) {
    margin-bottom: 17px;
  }
  .price__card-item.banner {
    padding: 43px 21px 36px;
  }
  .price__card-item.banner .price__card-item-title {
    max-width: 183px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 46px;
  }
  .price__card-item.banner .button {
    max-width: 189px;
    height: 50px;
    font-size: 13px;
    line-height: 13px;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .price__card-item.banner .button:after {
    width: 12px;
    height: 11px;
    right: 8%;
  }
  .price__card-item.banner:before {
    z-index: 0;
  }
  .price__card-item.banner:after,
  .price__card-item.banner:before {
    width: 120px;
    height: 120px;
    display: block;
  }
  .price__item-caption {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .price__item-price {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
  }
  .price__card-item-image {
    max-width: 111px;
  }
  .price__card-item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .price__card-item-country {
    margin-bottom: 43px;
  }
  .price__card-item-country .price__country-flag {
    max-width: 14px;
    margin-right: 7px;
  }
  .price__item--tag .price__item-note {
    font-size: 14px;
  }
  .price__item--tag .price__item-price br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .price {
    padding: 40px 0 75px;
  }
  .price .h2 {
    max-width: 350px;
    margin-bottom: 29px;
  }
  .price.prices_first .price__card-item.banner {
    display: none;
  }
  .price.prices_second {
    display: block;
    padding-bottom: 0;
  }
  .price.prices_second .h2,
  .price.prices_second .price__card-item,
  .price.prices_second .price__title-content {
    display: none;
  }
  .price.prices_second .h2.banner,
  .price.prices_second .price__card-item.banner,
  .price.prices_second .price__title-content.banner {
    display: block;
  }
  .price.prices_second .price__title-grid {
    margin-bottom: 0;
  }
  .price.price_addition .price__card-grid {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .price.price_addition .price__card-item {
    width: 100%;
  }
  .price.price_addition .price__card-item.banner {
    padding-left: 19px;
  }
  .price.price_addition .price__card-item.banner .price__card-item-title {
    margin-bottom: 15px;
  }
  .price.price_addition .price__card-item.banner .button {
    margin-left: auto;
    margin-right: auto;
  }
  .price.price_addition .price__card-item.banner .banner-image {
    display: none;
  }
  .price__title-grid {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 31px;
  }
  .price__title-content {
    max-width: 100%;
    padding: 0 15px;
    font-size: 15px;
    line-height: 21px;
  }
  .price__title-content:before {
    max-width: calc(100% - 4px);
    min-height: auto;
    height: 110%;
    max-height: 146px;
  }
  .price__card-grid {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
  .price__card-item {
    padding: 23px 14px 31px;
    border-radius: 6px;
  }
  .price__card-item:after {
    width: 110px;
    height: 110px;
  }
  .price__card-item.banner {
    padding: 29px 18px 32px;
  }
  .price__card-item.banner .price__card-item-title {
    max-width: 265px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  .price__card-item.banner .button {
    max-width: 221px;
    height: 52px;
    margin: 0 auto;
  }
  .price__card-item.banner:after,
  .price__card-item.banner:before {
    display: none;
  }
  .price__item .price__item-caption {
    font-size: 14px;
    line-height: 20px;
  }
  .price__card-item-country {
    margin-bottom: 28px;
  }
  .price__card-item-country .price__country-flag {
    max-width: 18px;
    margin-right: 5px;
  }
  .price__card-item-image {
    max-width: 37.5%;
  }
  .price__item-price {
    font-size: 20px;
  }
  .price__card-item-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .price__item--tag .price__item-price br {
    display: none;
  }
}
.about {
  padding: 128px 0 119px;
  background-color: #f2f5fa;
  position: relative;
}
.about .h2 {
  max-width: 915px;
  margin-bottom: -26px;
  margin-left: 16px;
}
.about__slider:not(.slick-initialized) > .about__slide:not(:first-child) {
  display: none;
}
.about__slider .slick-arrow {
  width: 68px;
  height: 68px;
  border: 2px solid #f2fbff;
  border: 2px solid var(--accent_color_second);
  border-radius: 100%;
  position: absolute;
  left: 90px;
  top: auto;
  bottom: 0;
}
.about__slider .slick-arrow svg {
  width: 14px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 55%;
}
.about__slider .slick-arrow:after,
.about__slider .slick-arrow:before {
  display: none;
}
.about__slider .slick-arrow.prev {
  position: absolute;
  left: 0;
  top: auto;
}
.about__slider .slick-arrow.prev svg {
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.about__slider .slick-current .about__slide-link {
  pointer-events: auto;
}
.about__slide {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 109px;
  margin-top: 80px;
}
.about__slide .images {
  border-radius: 10px;
}
.about__slide-label {
  max-width: 643px;
  padding: 36px 64px 33px 55px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  border-radius: 10px;
  position: absolute;
  right: 36px;
  bottom: -109px;
  pointer-events: none;
}
.about__slide-label .title {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #fff;
  color: var(--white);
  margin-bottom: 13px;
}
.about__slide-label .description {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  color: var(--white);
}
.about__footnote {
  max-width: 154px;
  font-size: 16px;
  line-height: 19px;
  color: #7a7a7a;
  color: var(--second_color);
  position: absolute;
  top: -70px;
  right: 0;
}
.about__footnote:after {
  content: "";
  width: 56px;
  height: 40px;
  background-image: url(../i/ff1592820416af4e92c3204c807b1819.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: -73px;
  bottom: -9px;
}
.about__slide-link {
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .about {
    padding: 110px 0 100px;
  }
  .about:after,
  .about:before {
    display: none;
  }
  .about .h2 {
    max-width: 650px;
    margin-bottom: -30px;
  }
  .about__slider .slick-arrow {
    width: 43px;
    height: 43px;
    left: 59px;
  }
  .about__slider .slick-arrow svg {
    width: 10px;
    height: 17px;
  }
  .about__slide {
    margin-bottom: 91px;
    margin-top: 73px;
  }
  .about__slide-label {
    max-width: 483px;
    padding: 25px 41px 27px 31px;
    right: 39px;
    bottom: -90px;
  }
  .about__slide-label .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .about__slide-label .description {
    font-size: 15px;
    line-height: 22px;
  }
  .about__footnote {
    max-width: 146px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .about {
    padding: 78px 0 70px;
  }
  .about .h2 {
    max-width: 550px;
    margin-bottom: -50px;
  }
  .about__slider .slick-arrow {
    width: 36px;
    height: 36px;
    left: 48px;
  }
  .about__slider .slick-arrow svg {
    width: 8px;
    height: 14px;
  }
  .about__slide {
    margin-bottom: 71px;
    margin-top: 71px;
  }
  .about__slide-label {
    max-width: 385px;
    padding: 16px 22px 16px 20px;
    right: 27px;
    bottom: -71px;
  }
  .about__slide-label .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .about__slide-label .description {
    font-size: 14px;
    line-height: 18px;
  }
  .about__footnote {
    max-width: 138px;
    top: -68px;
    right: -4px;
  }
  .about__footnote:after {
    width: 80px;
    height: 28px;
    left: -68px;
    bottom: -2px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 56px 0 50px;
  }
  .about .h2 {
    max-width: 400px;
    margin-bottom: 0;
  }
  .about__slider .slick-arrow {
    width: 36px;
    height: 36px;
    left: calc(50% + 24px);
    transform: translateX(-50%);
  }
  .about__slider .slick-arrow svg {
    width: 8px;
    height: 14px;
  }
  .about__slider .slick-arrow.prev {
    left: calc(50% - 24px);
    transform: translateX(-50%);
  }
  .about__slide {
    margin-bottom: 75px;
    margin-top: 46px;
  }
  .about__slide .images {
    margin: 0 auto;
    max-width: 400px;
    width: auto;
  }
  .about__slide .btn-play {
    top: 50%;
  }
  .about__slide-label {
    max-width: 385px;
    width: 88%;
    padding: 15px 9px 14px 17px;
    right: 0;
    bottom: -34px;
  }
  .about__slide-label .title {
    max-width: 85%;
  }
  .about__slide-label .description {
    line-height: 20px;
  }
  .about__footnote {
    max-width: 165px;
    font-size: 12px;
    line-height: 14px;
    top: -40px;
  }
  .about__footnote:after {
    width: 12px;
    height: 25px;
    background-image: url(../i/d93919b3bfea5882f286517cf291fdd7.svg);
    left: -15px;
    bottom: -5px;
  }
}
.modal.address-modal {
  max-width: 1200px;
  position: relative;
}
.modal.address-modal .modal__header {
  padding-top: 40px;
}
.modal.address-modal .mfp-close {
  background-color: #d6d6d6;
  color: #fff;
  color: var(--white);
  font-size: 40px;
}
.modal.address-modal .modal__content-header {
  align-items: flex-start;
}
.modal.address-modal .modal__content-header .phone {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #1693c6;
  color: var(--accent_color);
}
.modal.address-modal .modal__content-header .work-time {
  margin-bottom: 32px;
}
.modal.address-modal .h2 {
  margin-bottom: 27px;
  margin-left: 16px;
}
.modal.address-modal .address {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.modal.address-modal .map {
  grid-area: map;
  width: 604px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
}
.modal.address-modal .map > ymaps {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.modal.address-modal .modal__wrapper {
  display: grid;
  grid-template-areas: "map content_header" "map affiliates";
  grid-template-columns: 604px 436px;
  grid-template-rows: auto;
  justify-content: flex-end;
  padding: 69px 55px 58px 0;
  border-radius: 10px;
}
.modal.address-modal .modal__wrapper .contacts__affiliates-grid {
  grid-column-gap: 0;
  column-gap: 0;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-area: affiliates;
}
.modal.address-modal .modal__wrapper .affiliates-item {
  max-width: 217px;
}
.modal.address-modal .modal__wrapper .affiliates-item .metro {
  width: 111%;
}
.modal__content-header {
  grid-area: content_header;
}
@media screen and (max-width: 1250px) {
  .modal.address-modal {
    max-width: 960px;
  }
  .modal.address-modal .modal__content-header .phone {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .modal.address-modal .modal__content-header .work-time {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .modal.address-modal .modal__content-header .work-time:before {
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 4px;
  }
  .modal.address-modal .mfp-close {
    width: 34px;
    height: 34px;
    font-size: 35px;
    line-height: 35px;
    top: 13px;
    right: 28px;
  }
  .modal.address-modal .h2 {
    margin-bottom: 23px;
    margin-left: 12px;
    text-align: left;
    font-size: 31px;
    line-height: 42px;
  }
  .modal.address-modal .address {
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }
  .modal.address-modal .map {
    width: 480px;
    left: 15px;
  }
  .modal.address-modal .modal__wrapper {
    display: grid;
    grid-template-areas: "map content_header" "map affiliates";
    grid-template-columns: 480px 350px;
    padding: 65px 55px 49px 0;
  }
  .modal.address-modal .modal__wrapper .contacts__affiliates-grid {
    grid-column-gap: 0;
    column-gap: 0;
    grid-row-gap: 15px;
    row-gap: 15px;
  }
  .modal.address-modal .modal__wrapper .affiliates-item {
    max-width: 169px;
  }
  .modal.address-modal .modal__wrapper .affiliates-item .metro {
    width: 111%;
  }
  .modal.address-modal .modal__wrapper .affiliates-item .address {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal.address-modal {
    max-width: 756px;
  }
  .modal.address-modal .map {
    width: 41.5%;
    left: 15px;
  }
  .modal.address-modal .modal__wrapper {
    display: grid;
    grid-template-areas: "map content_header" "map affiliates";
    grid-template-columns: 41.5% 350px;
    padding: 58px 22px 38px 0;
  }
  .modal.address-modal .modal__wrapper .contacts__affiliates-grid {
    grid-row-gap: 15px;
    row-gap: 15px;
    justify-content: flex-start;
  }
  .modal.address-modal .modal__wrapper .affiliates-item {
    max-width: 169px;
  }
  .modal.address-modal .modal__wrapper .affiliates-item .metro {
    width: 111%;
  }
  .modal.address-modal .modal__wrapper .affiliates-item .address {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal.address-modal {
    max-width: 470px;
  }
  .modal.address-modal .h2 {
    max-width: 260px;
    margin-left: 10px;
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 31px;
  }
  .modal.address-modal .mfp-close {
    width: 24px;
    height: 24px;
    font-size: 25px;
    line-height: 25px;
    top: 12px;
    right: 22px;
  }
  .modal.address-modal .map {
    width: 100%;
    height: 229px;
    left: 0;
    position: relative;
    margin-bottom: 26px;
  }
  .modal.address-modal .map > ymaps {
    border-radius: 10px;
  }
  .modal.address-modal .modal__content-header {
    margin-bottom: 13px;
  }
  .modal.address-modal .modal__content-header .phone {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .modal.address-modal .modal__content-header .work-time {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .modal.address-modal .modal__wrapper {
    display: grid;
    grid-template-areas: "content_header" "map" "affiliates";
    grid-template-columns: 100%;
    padding: 52px 18px 35px;
  }
  .modal.address-modal .modal__wrapper .contacts__affiliates-grid {
    flex-direction: column;
    grid-row-gap: 11px;
    row-gap: 11px;
    justify-content: flex-start;
  }
  .modal.address-modal .modal__wrapper .affiliates-item {
    max-width: 100%;
  }
  .modal.address-modal .modal__wrapper .affiliates-item .address {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal.modal_quiz {
  max-width: 1200px;
}
.modal.modal_quiz .modal__wrapper {
  padding: 0;
  background-color: initial;
  border-radius: 10px;
}
@media screen and (max-width: 1250px) {
  .modal.modal_quiz {
    max-width: 930px;
  }
  .modal.modal_quiz .modal__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .modal.modal_quiz {
    max-width: 726px;
    padding: 0;
  }
  .modal.modal_quiz .modal__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal_quiz {
    max-width: 400px;
  }
  .modal.modal_quiz .mfp-close {
    top: 16px;
    color: #fff;
    color: var(--white);
  }
  .modal.modal_quiz .modal__wrapper {
    padding: 0;
  }
}
.modal.modal_thank {
  max-width: 613px;
}
.modal.modal_thank .modal__wrapper {
  padding: 54px 43px 71px;
  border-radius: 10px;
  background-color: #fff;
  background-color: var(--white);
}
.modal.modal_thank .mfp-close {
  background-color: #d6d6d6;
  color: #fff;
  color: var(--white);
}
.modal__thank-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
  border-radius: 100%;
  margin-bottom: 23px;
}
.modal__header-thanks {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  color: #1b1b1b;
  color: var(--text_color);
  text-align: center;
  margin-bottom: 21px;
}
.modal__text-thanks {
  max-width: 386px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 43px;
  text-align: center;
}
.modal__mobile-thanks {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 145%;
  color: #1693c6;
  color: var(--accent_color);
  display: none;
}
@media screen and (max-width: 767px) {
  .modal.modal_thank {
    max-width: 420px;
  }
  .modal.modal_thank .modal__wrapper {
    padding: 38px 17px 54px;
  }
  .modal__thank-ico {
    width: 50px;
    height: 50px;
  }
  .modal__thank-ico svg {
    width: 23px;
    height: 22px;
  }
  .modal__header-thanks {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  .modal__text-thanks {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .modal__mobile-thanks {
    font-size: 20px;
    line-height: 29px;
  }
}
.modal.modal_error {
  max-width: 613px;
}
.modal.modal_error .modal__wrapper {
  padding: 44px 53px 65px;
  border-radius: 10px;
  background-color: #fff;
  background-color: var(--white);
}
.modal.modal_error .mfp-close {
  background-color: #d6d6d6;
  color: #fff;
  color: var(--white);
}
.modal__error-ico {
  margin-bottom: 23px;
}
.modal__header-error {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  color: #1b1b1b;
  color: var(--text_color);
  text-align: center;
  margin-bottom: 12px;
}
.modal__text-error {
  max-width: 100%;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}
.modal__text-error a,
.modal__text-error span {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1693c6;
  color: var(--accent_color);
}
.modal__text-error a {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .modal.modal_error {
    max-width: 420px;
  }
  .modal.modal_error .modal__wrapper {
    padding: 39px 17px 41px;
  }
  .modal__error-ico {
    width: 65px;
    height: 65px;
    margin-bottom: 14px;
  }
  .modal__header-error {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 9px;
  }
  .modal__text-error {
    font-size: 18px;
    line-height: 26px;
  }
}
.modal.modal_form {
  max-width: 613px;
}
.modal.modal_form .modal__wrapper {
  padding: 61px 28px 77px;
  border-radius: 10px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.modal.modal_form .form__group {
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
}
.modal.modal_form .form__policy,
.modal__form__header {
  color: #fff;
  color: var(--white);
}
.modal__form__header {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 42px;
}
.form__group_phone {
  max-width: 406px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.form__group_phone input {
  background-color: #fff;
  background-color: var(--white);
  padding-left: 105px;
  border: none;
  font-size: 18px;
  color: #7a7a7a;
  color: var(--second_color);
}
.form__group_phone input::-webkit-input-placeholder {
  font-size: 18px;
  color: #7a7a7a;
  color: var(--second_color);
}
.form__group_phone input::placeholder {
  font-size: 18px;
  color: #7a7a7a;
  color: var(--second_color);
}
.form__policy {
  max-width: 300px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
}
.form__policy a {
  border-bottom: 1px dashed #fff;
  border-bottom: 1px dashed var(--white);
  text-decoration: none;
}
@media screen and (max-width: 1250px) {
  .modal.modal_form .form__group .button {
    font-size: 18px;
    line-height: 22px;
  }
  .modal.modal_form .form__group .button:after {
    right: 13%;
  }
}
@media screen and (max-width: 1023px) {
  .modal.modal_form .form__group .button {
    font-size: 18px;
    line-height: 22px;
  }
  .modal.modal_form .form__group .button:after {
    right: 13%;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal_form {
    max-width: 420px;
  }
  .modal.modal_form .modal__wrapper {
    padding: 27px 14px 36px;
  }
  .modal.modal_form .form__group .button {
    max-width: 400px;
    height: 74px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    padding-right: 35px;
  }
  .modal__form__header {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 262px;
  }
  .form__group_phone {
    height: 74px;
    max-width: 400px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .form__group_phone input {
    height: 74px;
    padding-left: 50px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .form__group_phone input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .form__group_phone input::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .form__group .button {
    max-width: 400px;
    height: 74px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    padding-right: 35px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .form__policy {
    font-size: 14px;
    line-height: 18px;
    max-width: 275px;
  }
}
.modal.modal-policy {
  max-width: 1200px;
  position: relative;
}
.modal-policy__text {
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1b;
  color: var(--text_color);
}
.modal-policy__text:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1250px) {
  .modal.modal-policy {
    max-width: 960px;
  }
  .modal-policy__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal-policy {
    max-width: 400px;
  }
  .modal-policy__text {
    font-size: 13px;
  }
  .modal-policy__text:not(:last-child) {
    margin-bottom: 10px;
  }
}
.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  text-align: center;
}
.modal__header {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
}
.modal__text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 1250px) {
  .modal {
    max-width: 960px;
  }
  .quiz-modal .mfp-close {
    right: 8px;
    top: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .quiz-modal .mfp-close {
    right: 13px;
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .quiz-modal .mfp-close {
    right: 2px;
    top: -5px;
  }
  .modal__header {
    font-size: 18px;
  }
  .modal__text {
    font-size: 16px;
    line-height: 24px;
  }
  .modal__content {
    min-height: 200px;
  }
}
.page_success .employees {
  padding-bottom: 120px;
}
.page_success .employees__slide-content .button {
  display: none;
}
.employees {
  padding-top: 133px;
}
.employees .h2 {
  margin-bottom: 62px;
}
.employees__slider__thumbnails-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.employees__slider__thumbnails {
  margin-bottom: 49px;
}
.employees__slider:not(.slick-initialized) > :not(:first-child),
.employees__slider__thumbnails:not(.slick-initialized) > :not(:first-child) {
  display: none;
}
.employees__slider .slick-arrow {
  left: auto;
  right: 0;
  top: -108px;
}
.employees__slider .slick-arrow.prev {
  right: 88px;
}
.employees__thumbnails {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 26px;
}
.employees__thumbnails > div {
  padding: 40px 0 37px 29px;
  background: #f4f4f4;
  background: var(--third_color);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.employees__thumbnails > div .doctor_image {
  position: absolute;
  right: 0;
  top: -26px;
  border-radius: 10px;
  width: 160px;
}
.employees__thumbnails.slick-current.slick-active > div {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.employees__thumbnails.slick-current.slick-active
  > div
  .employees__thumbnails-fio {
  color: #fff;
  color: var(--white);
}
.employees__thumbnails-fio {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 233px;
}
.employees__slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  background-image: none;
  border-radius: 10px;
  padding: 55px 104px 58px 65px;
  background-repeat: no-repeat;
}
.employees__slide-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../i/0b0352ba415d0b0fb0811b7feabbe6a6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.employees__slide-content {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.employees__slide-content .button {
  max-width: 350px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 30px;
}
.employees__slide-content .button:after {
  right: 12%;
}
.employees__slide-content .link {
  font-size: 16px;
  line-height: 145%;
  color: #fff;
  color: var(--white);
  max-width: 141px;
  display: block;
}
.employees__slide-content .link span {
  border-color: #fff;
  border-color: var(--white);
}
.employees__slide-content .link.hidden {
  display: none;
}
.employees__slide-fio {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  color: var(--white);
  margin-bottom: 6px;
  max-width: 100%;
}
.employees__slide-profession {
  font-size: 18px;
  line-height: 145%;
  color: #fff;
  color: var(--white);
  margin-bottom: 30px;
}
.employees__description {
  display: flex;
  align-items: center;
  max-width: 450px;
  grid-column-gap: 60px;
  column-gap: 60px;
  margin-bottom: 38px;
}
.employees__description div {
  font-size: 18px;
  line-height: 145%;
  color: #fff;
  color: var(--white);
}
.employees__description div span {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 31px;
  line-height: 38px;
}
.employees__description div.employees__description-experience span {
  margin-left: -8px;
}
.employee__slide-image {
  position: absolute;
  right: 75px;
  bottom: 0;
}
.employee__slide-image img {
  width: 380px;
}
.employee__slide-label {
  position: absolute;
  left: -200px;
  bottom: 135px;
  padding: 10px 15px;
  background-color: #1693c6;
  background-color: var(--accent_color);
  border-radius: 10px;
  max-width: 270px;
  color: #fff;
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}
.employee__slide-label:after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-left: 20px solid var(--accent_color);
  left: calc(100% - 2px);
  bottom: 24px;
}
.employee__slide-label strong {
  color: #fff;
  color: var(--white);
}
.employees__progress {
  position: relative;
  margin-bottom: 71px;
}
.employees__progress-line {
  display: flex;
  align-items: center;
  width: 82.8%;
  margin-left: 0;
  margin-right: 0;
  background-color: #f4f4f4;
  background-color: var(--third_color);
  border-radius: 10px;
}
.employees__progress-line span {
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
  height: 6px;
  transition: all 0.5s ease;
  border-radius: 3px;
}
@media screen and (max-width: 1250px) {
  .page_success .employees {
    padding-bottom: 100px;
  }
  .employees {
    padding-top: 107px;
  }
  .employees .h2 {
    margin-bottom: 40px;
  }
  .employees__slider__thumbnails {
    margin-bottom: 48px;
  }
  .employees__slider .slick-arrow {
    left: auto;
    right: 0;
    top: -90px;
  }
  .employees__slider .slick-arrow.prev {
    right: 58px;
  }
  .employees__thumbnails {
    padding-left: 12px;
    padding-right: 12px;
  }
  .employees__thumbnails > div {
    padding: 31px 0 31px 23px;
  }
  .employees__thumbnails > div .doctor_image {
    max-width: 120px;
    top: -20px;
  }
  .employees__thumbnails-fio {
    font-size: 16px;
    line-height: 23px;
    max-width: 190px;
  }
  .employees__slide-wrapper {
    align-items: flex-start;
    padding: 44px 75px 59px 52px;
    position: relative;
  }
  .employees__slide-content .button {
    max-width: 252px;
    height: 59px;
    margin-right: 22px;
    padding-right: 30px;
  }
  .employees__slide-content .button:after {
    right: 10%;
  }
  .employees__slide-content .link {
    font-size: 14px;
    line-height: 20px;
    max-width: 115px;
  }
  .employees__slide-fio {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 4px;
    max-width: 100%;
  }
  .employees__slide-profession {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .employees__description {
    max-width: 400px;
    justify-content: flex-start;
    grid-column-gap: 60px;
    column-gap: 60px;
    margin-bottom: 23px;
  }
  .employees__description div {
    font-size: 14px;
    line-height: 34px;
  }
  .employees__description div span {
    font-size: 20px;
    line-height: 24px;
  }
  .employees__description div.employees__description-experience span {
    margin-left: -4px;
  }
  .employee__slide-image {
    max-width: 283px;
    margin-bottom: 0;
    position: absolute;
    right: 50px;
    bottom: 0;
  }
  .employees__progress {
    margin-bottom: 63px;
  }
  .employees__progress-line {
    width: 86%;
  }
  .employees__progress-line span {
    height: 5px;
  }
  .employee__slide-label {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 250px;
    font-size: 15px;
    line-height: 20px;
    left: -180px;
    bottom: 105px;
  }
  .employee__slide-label:after {
    border-width: 16px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page_success .employees {
    padding-bottom: 70px;
  }
  .employees {
    padding-top: 74px;
  }
  .employees .h2 {
    margin-bottom: 17px;
  }
  .employees__slider__thumbnails {
    margin-bottom: 38px;
  }
  .employees__slider__thumbnails-wrapper {
    margin-left: -9px;
    margin-right: -9px;
  }
  .employees__slider .slick-arrow {
    left: auto;
    right: 0;
    top: -71px;
  }
  .employees__slider .slick-arrow.prev {
    right: 48px;
  }
  .employees__thumbnails {
    padding-left: 9px;
    padding-right: 9px;
  }
  .employees__thumbnails > div {
    padding: 16px 0 15px 18px;
  }
  .employees__thumbnails > div .doctor_image {
    max-width: 92px;
    top: auto;
    bottom: 0;
  }
  .employees__thumbnails-fio {
    font-size: 14px;
    line-height: 18px;
    max-width: 95px;
  }
  .employees__slide-wrapper {
    padding: 34px 40px 35px;
  }
  .employees__slide-content .button {
    max-width: 227px;
    height: 50px;
    margin-right: 27px;
  }
  .employees__slide-content .button:after {
    right: 10%;
  }
  .employees__slide-fio {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    max-width: 100%;
  }
  .employees__slide-profession {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .employees__description {
    max-width: 350px;
    grid-column-gap: 46px;
    column-gap: 46px;
    margin-bottom: 24px;
  }
  .employees__description div {
    font-size: 13px;
    line-height: 16px;
  }
  .employees__description div span {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .employees__description div.employees__description-experience span {
    margin-left: -2px;
  }
  .employee__slide-image {
    max-width: 220px;
    right: 25px;
  }
  .employees__progress {
    margin-bottom: 51px;
  }
  .employees__progress-line {
    width: 86%;
  }
  .employees__progress-line span {
    height: 4px;
  }
  .employee__slide-label {
    max-width: 170px;
    font-size: 12px;
    line-height: 14px;
    left: -130px;
    bottom: 80px;
  }
  .employee__slide-label:after {
    border-width: 12px;
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .employees {
    padding-top: 55px;
  }
  .employees .h2 {
    margin-bottom: 37px;
    max-width: 350px;
    width: 80%;
  }
  .employees__slider__thumbnails {
    margin-bottom: 21px;
  }
  .employees__slide {
    margin-right: 0;
  }
  .employees__slider .slick-arrow {
    right: -17px;
    left: auto;
    top: -50px;
  }
  .employees__slider .slick-arrow.prev {
    left: 18px;
    top: -50px;
  }
  .employees__thumbnails {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
  .employees__thumbnails > div {
    max-width: 80%;
    padding: 25px 0 24px 18px;
  }
  .employees__thumbnails > div .doctor_image {
    max-width: 92px;
    top: auto;
    bottom: 0;
  }
  .employees__thumbnails-fio {
    font-size: 14px;
    line-height: 18px;
    max-width: 145px;
  }
  .employees__slide-wrapper {
    padding: 34px 14px 20px;
    min-height: 328px;
    background-position: calc(100% + 63px) 100%;
    background-size: 250px;
    border-radius: 6px;
    overflow: hidden;
  }
  .employees__slide-wrapper:before {
    display: none;
  }
  .employees__slide-content {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .employees__slide-content .button {
    max-width: 227px;
    height: 52px;
    margin-right: 27px;
  }
  .employees__slide-content .button:after {
    right: 10%;
  }
  .employees__slide-content .link {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .employees__slide-fio {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .employees__slide-profession {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
    max-width: 140px;
  }
  .employees__description {
    align-items: flex-start;
    max-width: 300px;
    grid-column-gap: 27px;
    column-gap: 27px;
    margin-bottom: 18px;
  }
  .employees__description div {
    font-size: 12px;
    line-height: 14px;
    max-width: none;
  }
  .employees__description div.employees__description-experience span {
    margin-left: -2px;
  }
  .employee__slide-image {
    right: -50px;
    z-index: 0;
  }
  .employees__progress {
    margin-bottom: 30px;
  }
  .employees__progress-line {
    width: 75%;
    margin: 0 auto;
  }
  .employees__slider__thumbnails-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  .employee__slide-label {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .employees__thumbnails > div {
    max-width: 78.35%;
  }
}
.first-screen {
  padding: 84px 0 74px;
  position: relative;
  margin-bottom: -310px;
}
.first-screen:before {
  content: "";
  width: 742px;
  height: 742px;
  position: absolute;
  left: 115px;
  top: 0;
  background-image: url(../i/1e5212214eb11601cb5b75b3f627b734.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 0;
}
.first-screen .h1 {
  margin-bottom: 44px;
  color: #414141;
  color: var(--common_color);
}
.first-screen > .row {
  display: flex;
  justify-content: flex-end;
}
.fs__image {
  margin-left: -350px;
  margin-bottom: -86px;
  z-index: 1;
  position: relative;
  left: -25px;
  top: -12px;
}
.fs__doctor {
  position: absolute;
  right: 54px;
  bottom: 42px;
  padding: 20px 24px;
  background-color: #1693c6;
  background-color: var(--accent_color);
  border-radius: 10px;
}
.fs__doctor:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  background-image: url(../i/064111f308e9ceb3ee0aefbcb978e1df.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.fs__doctor-profession {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  color: var(--white);
}
.fs__doctor-experience {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  color: var(--white);
}
.fs__content {
  max-width: 705px;
  position: relative;
  z-index: 2;
}
.fs__price-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 58px;
  column-gap: 58px;
  margin-bottom: 41px;
}
.fs__price-item {
  display: flex;
  align-items: center;
  position: relative;
}
.fs__price-item.addition:first-child:before {
  display: none;
}
.fs__price-item:not(:last-child):before {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "+";
  width: 21px;
  height: 21px;
  font-size: 40px;
  line-height: 21px;
  color: #f2fbff;
  color: var(--accent_color_second);
  position: absolute;
  right: -39px;
}
.fs__item-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 67px;
  max-width: 67px;
  height: 67px;
  border-radius: 100%;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  margin-right: 20px;
  position: relative;
}
.fs__flag {
  position: absolute;
  top: -2px;
  right: 5px;
  z-index: 2;
}
.fs__item-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 67px;
  width: 96px;
}
.fs__content-text {
  font-size: 18px;
  line-height: 29px;
  color: #202020;
  color: var(--black);
}
.fs__content-text b {
  margin-left: 3px;
  font-size: 30px;
  line-height: 29px;
}
.fs__content-sale {
  color: #1693c6;
  color: var(--accent_color);
}
.fs__content-price,
.fs__content-sale {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fs__content-price {
  font-size: 22px;
  line-height: 29px;
  color: #202020;
  color: var(--black);
  padding: 0;
}
.fs__installment-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.fs__installment-item > div {
  display: flex;
  align-items: center;
}
.fs__installment-image {
  margin-right: 16px;
}
.fs__installment-text {
  font-size: 18px;
  line-height: 29px;
  color: #1b1b1b;
  color: var(--text_color);
}
.fs__installment-text > span {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}
.fs__awards-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 10px;
  row-gap: 10px;
  margin-bottom: 44px;
}
.fs__awards-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(50% - 5px);
  background-color: #fff;
  background-color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
.fs__awards-image {
  width: 100%;
  max-width: 84px;
  margin-right: 20px;
}
.fs__awards-text {
  max-width: 200px;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  color: var(--black);
}
.fs__awards-text span {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1693c6;
  color: var(--accent_color);
}
.fs__button-wrapper {
  display: flex;
  align-items: flex-start;
}
.fs__button-wrapper .button {
  max-width: 350px;
  height: 80px;
  margin-left: 0;
  margin-right: 29px;
}
.fs__free-diagnostic {
  padding: 24px 25px 20px 33px;
  background: #1693c6;
  background: var(--accent_color);
  border-radius: 10px;
  position: relative;
}
.fs__diagnostic-ico {
  width: 26px;
  height: 26px;
  background-color: #1693c6;
  background-color: var(--accent_color);
  border-radius: 100%;
  border: 6px solid #fff;
  border: 6px solid var(--white);
  position: absolute;
  left: -11px;
  top: 28px;
}
.fs__diagnostic-title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.fs__diagnostic-item,
.fs__diagnostic-title {
  font-size: 14px;
  color: #fff;
  color: var(--white);
}
.fs__diagnostic-item {
  line-height: 16px;
  padding-left: 10px;
  position: relative;
}
.fs__diagnostic-item:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fs__diagnostic-item:not(:last-child) {
  margin-bottom: 7px;
}
.fs__tooltip {
  display: flex;
  margin-left: 18px;
}
.fs__tooltip svg {
  flex-shrink: 0;
}
.fs__tooltip-info {
  font-size: 14px;
  font-weight: 700;
  margin-left: 7px;
}
.fs__tooltip-info span {
  border-bottom: 1px dashed #202020;
  border-bottom: 1px dashed var(--black);
}
@media screen and (max-width: 1250px) {
  .first-screen {
    padding: 35px 0 18px;
    margin-bottom: -192px;
  }
  .first-screen:before {
    content: "";
    width: 478px;
    height: 478px;
    position: absolute;
    left: -50px;
  }
  .first-screen .h1 {
    margin-bottom: 14px;
  }
  .first-screen > .row {
    align-items: flex-end;
  }
  .fs__image {
    margin-left: -114px;
    margin-bottom: -18px;
    position: relative;
    left: -40px;
    top: -2px;
  }
  .fs__image .photo {
    max-width: 490px;
  }
  .fs__doctor {
    right: 78px;
    bottom: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fs__doctor-experience {
    margin-top: 2px;
  }
  .fs__content {
    max-width: 510px;
  }
  .fs__price-wrapper {
    grid-column-gap: 44px;
    column-gap: 44px;
    margin-bottom: 22px;
  }
  .fs__price-item:not(:last-child):before {
    width: 16px;
    height: 16px;
    font-size: 30px;
    line-height: 16px;
    right: -28px;
  }
  .fs__item-ico {
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    margin-right: 16px;
  }
  .fs__flag {
    max-width: 19px;
    top: -2px;
    right: 5px;
  }
  .fs__item-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 65px;
    width: 65px;
  }
  .fs__content-text {
    font-size: 14px;
    line-height: 20px;
  }
  .fs__content-text b {
    font-size: 20px;
    line-height: 20px;
  }
  .fs__content-price {
    font-size: 18px;
    line-height: 20px;
  }
  .fs__installment-item {
    margin-bottom: 25px;
  }
  .fs__installment-image {
    max-width: 80px;
    margin-right: 12px;
  }
  .fs__installment-text {
    font-size: 16px;
    line-height: 24px;
  }
  .fs__installment-text > span {
    font-size: 20px;
  }
  .fs__awards-wrapper {
    margin-bottom: 38px;
  }
  .fs__awards-item {
    padding: 8px 12px;
  }
  .fs__awards-image {
    max-width: 64px;
    margin-right: 12px;
    border-radius: 50%;
  }
  .fs__awards-text {
    max-width: 156px;
    font-size: 14px;
    line-height: 18px;
  }
  .fs__button-wrapper .button {
    max-width: 252px;
    height: 59px;
    margin-left: 0;
    margin-right: 30px;
    font-size: 14px;
    line-height: 17px;
    padding-right: 20px;
  }
  .fs__free-diagnostic {
    padding: 13px 22px 11px 21px;
  }
  .fs__diagnostic-ico {
    width: 16px;
    height: 16px;
    border: 4px solid #fff;
    border: 4px solid var(--white);
    left: -7px;
    top: 18px;
  }
  .fs__diagnostic-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .fs__diagnostic-item {
    font-size: 14px;
    line-height: 18px;
    padding-left: 7px;
  }
  .fs__diagnostic-item:before {
    width: 3px;
    height: 3px;
  }
  .fs__diagnostic-item:not(:last-child) {
    margin-bottom: 1px;
  }
  .fs__tooltip {
    position: absolute;
    bottom: 0;
    align-items: center;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .first-screen {
    padding: 26px 0 0;
    margin-bottom: -148px;
  }
  .first-screen:before {
    width: 400px;
    height: 400px;
    position: absolute;
    left: -100px;
  }
  .first-screen .h1 {
    margin-bottom: 13px;
  }
  .fs__image {
    margin-bottom: 0;
    left: 6px;
    top: 6px;
  }
  .fs__image .photo {
    max-width: 408px;
  }
  .fs__doctor {
    right: 45px;
    bottom: 29px;
    padding: 10px 15px;
  }
  .fs__doctor:before {
    width: 18px;
    height: 18px;
  }
  .fs__doctor-profession {
    font-size: 14px;
    line-height: 20px;
  }
  .fs__content {
    max-width: 420px;
  }
  .fs__price-wrapper {
    grid-column-gap: 2px;
    column-gap: 2px;
    margin-bottom: 17px;
  }
  .fs__price-item:not(:last-child):before {
    width: 16px;
    height: 16px;
    font-size: 30px;
    line-height: 16px;
    right: 20px;
  }
  .fs__item-ico {
    flex-shrink: 0;
    min-width: 46px;
    max-width: 46px;
    height: 46px;
    margin-right: 10px;
  }
  .fs__item-image {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    max-width: 50px;
    width: 50px;
  }
  .fs__content-text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .fs__content-price,
  .fs__content-text b {
    font-size: 17px;
    line-height: 20px;
  }
  .fs__installment-item {
    margin-bottom: 20px;
  }
  .fs__installment-image {
    max-width: 60px;
    margin-right: 8px;
  }
  .fs__installment-text {
    font-size: 14px;
    line-height: 20px;
  }
  .fs__installment-text > span {
    font-size: 18px;
  }
  .fs__awards-wrapper {
    margin-bottom: 20px;
  }
  .fs__awards-item {
    padding: 8px;
    border-radius: 6px;
  }
  .fs__awards-image {
    max-width: 48px;
    margin-right: 8px;
  }
  .fs__button-wrapper .button {
    max-width: 227px;
    height: 50px;
    margin-right: 38px;
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
  }
  .fs__free-diagnostic {
    padding: 12px 16px 8px 17px;
  }
  .fs__diagnostic-ico {
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border: 4px solid var(--white);
    left: -6px;
    top: 12px;
  }
  .fs__diagnostic-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }
  .fs__diagnostic-item {
    font-size: 12px;
    line-height: 15px;
    padding-left: 6px;
  }
  .fs__diagnostic-item:before {
    width: 3px;
    height: 3px;
  }
  .fs__diagnostic-item:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .first-screen {
    padding: 153px 0 121px;
    margin-bottom: -417px;
  }
  .first-screen:before {
    display: none;
  }
  .first-screen .h1 {
    margin-bottom: 16px;
    max-width: 421px;
  }
  .first-screen > .row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .first-screen.fs_addition {
    padding-top: 175px;
  }
  .fs__image {
    margin-bottom: 0;
    margin-left: 0;
    left: -65px;
    position: absolute;
    top: auto;
    bottom: 0;
  }
  /* .fs__image .photo {
    max-width: 265px;
  } */
  .fs__doctor {
    right: -13px;
    bottom: -16px;
    padding-right: 29px;
  }
  .fs__content {
    max-width: 100%;
    width: 100%;
  }
  .fs__price-wrapper {
    grid-column-gap: 47px;
    column-gap: 47px;
    margin-bottom: 20px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .fs__price-item {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 2px;
    row-gap: 2px;
    max-width: 110px;
  }
  .fs__price-item.addition {
    max-width: 100%;
  }
  .fs__price-item:not(:last-child):before {
    right: 0;
    top: 15px;
  }
  .fs__item-ico {
    flex-shrink: 0;
    min-width: 46px;
    max-width: 46px;
    height: 46px;
    margin-right: 10px;
  }
  .fs__item-image {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    max-width: 54px;
    width: 50px;
  }
  .fs__content-text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .fs__content-text b {
    font-size: 19px;
    line-height: 20px;
  }
  .fs__content-price {
    font-size: 17px;
    line-height: 20px;
  }
  .fs__awards-wrapper {
    margin-bottom: 17px;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 11px;
    row-gap: 11px;
    max-width: 100%;
  }
  .fs__awards-item {
    max-width: 100%;
  }
  .fs__awards-text {
    max-width: 240px;
  }
  .fs__button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .fs__button-wrapper .button {
    max-width: 280px;
    height: 60px;
    margin-right: 38px;
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .fs__free-diagnostic {
    margin-left: auto;
    padding: 12px 14px 8px;
    max-width: 120px;
    border-radius: 6px;
  }
  .fs__diagnostic-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }
  .fs__diagnostic-item {
    font-size: 13px;
    line-height: 15px;
    padding-left: 6px;
  }
  .fs__diagnostic-item:before {
    width: 3px;
    height: 3px;
  }
  .fs__diagnostic-item:not(:last-child) {
    margin-bottom: 3px;
  }
  .fs__tooltip {
    bottom: -45px;
    right: 0;
    left: unset;
  }
  .fs__tooltip-info {
    width: 77px;
  }
}
.technology {
  padding: 120px 0 120px;
  position: relative;
}
.technology:before {
  content: "";
  width: 742px;
  height: 742px;
  background-image: url(../i/cbc05f2ad458e0c4f4ec5a225a2e7d20.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  left: 20px;
  bottom: -110px;
}
.technology .h1 {
  max-width: 727px;
  margin-left: 16px;
  margin-bottom: 45px;
  grid-area: title;
}
.technology__video {
  position: relative;
  grid-area: video;
}
.technology__video:before {
  content: "";
  width: 102px;
  height: 45px;
  background-image: url(../i/3ec2746acfa64f1db25527f96dc6ccb5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  right: -25px;
  top: -20px;
}
.technology__grid {
  display: grid;
  grid-template-areas: "title gift" "video list_title" "video list";
  grid-template-columns: 745px 385px;
  grid-template-rows: auto;
  justify-content: center;
  grid-column-gap: 35px;
  column-gap: 35px;
  justify-items: center;
}
.technology__gift {
  grid-area: gift;
  margin-bottom: 20px;
}
.technology__gift .title {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0;
  color: #1b1b1b;
  color: var(--text_color);
}
.technology__gift .technology__gift-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 17px;
  column-gap: 17px;
}
.technology__gift .text {
  font-size: 20px;
  line-height: 30px;
  max-width: 220px;
  color: #1b1b1b;
  color: var(--text_color);
}
.technology__gift .gift__image {
  margin-left: -20px;
}
.list__caption {
  font-family: Proxima, sans-serif;
  font-weight: 900;
  font-style: normal;
  grid-area: list_title;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 300px;
  width: 100%;
  justify-self: flex-start;
}
.technology__second-list {
  grid-area: list;
  justify-self: center;
  max-width: 410px;
  width: 100%;
}
.technology__second-list li {
  display: flex;
  align-items: center;
}
.technology__second-list li .technology__time {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  max-width: 40px;
  width: 100%;
  margin-right: 14px;
  color: #f2fbff;
  color: var(--accent_color_second);
}
.technology__second-list li .technology__link {
  font-size: 18px;
  line-height: 21px;
  color: #1b1b1b;
  color: var(--text_color);
  transition: border 0.2s ease-in-out;
}
.technology__second-list li .technology__link.technology__link_disabled {
  pointer-events: none;
  cursor: default;
}
.technology__second-list li .technology__link:hover span {
  border-bottom: 0;
}
.technology__second-list li .technology__link span {
  border-bottom: 1px dashed #1b1b1b;
  border-bottom: 1px dashed var(--text_color);
}
.technology__second-list li:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width: 1250px) {
  .technology {
    padding: 100px 0 100px;
  }
  .technology:before {
    display: none;
  }
  .technology .h1 {
    max-width: 480px;
    margin-left: 12px;
    margin-bottom: 40px;
  }
  .technology__video {
    max-width: 519px;
    height: 319px;
  }
  .technology__video:before {
    width: 81px;
    height: 36px;
    right: -93px;
    top: -20px;
  }
  .technology__grid {
    display: grid;
    grid-template-columns: 519px 310px;
    grid-column-gap: 105px;
    column-gap: 105px;
  }
  .technology__gift .title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 2px;
  }
  .technology__gift .technology__gift-wrapper {
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .technology__gift .text {
    font-size: 18px;
    line-height: 21px;
    max-width: 200px;
  }
  .technology__gift .gift__image {
    max-width: 62px;
    width: 100%;
    margin-left: -20px;
  }
  .list__caption {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 18px;
  }
  .technology__second-list li .technology__time {
    font-size: 15px;
    line-height: 20px;
    max-width: 32px;
    margin-right: 10px;
  }
  .technology__second-list li .technology__link {
    font-size: 15px;
    line-height: 20px;
  }
  .technology__second-list li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .technology {
    padding: 70px 0 70px;
  }
  .technology .h1 {
    max-width: 391px;
    margin-left: 10px;
    margin-bottom: -12px;
  }
  .technology__grid {
    grid-template-areas: "title gift" "video list_title" "video list";
    grid-template-columns: 410px 275px;
    align-items: flex-end;
    justify-content: center;
    grid-column-gap: 40px;
    column-gap: 40px;
  }
  .technology__gift {
    margin-bottom: 16px;
  }
  .technology__gift .title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .technology__gift .technology__gift-wrapper {
    grid-column-gap: 11px;
    column-gap: 11px;
  }
  .technology__gift .text {
    font-size: 14px;
    line-height: 20px;
    max-width: 150px;
  }
  .technology__gift .gift__image {
    max-width: 46px;
    margin-left: -5px;
  }
  .technology__video {
    max-width: 394px;
    height: 243px;
  }
  .technology__video:before {
    width: 63px;
    height: 28px;
    right: -45px;
    top: -35px;
    transform: rotate(-5deg);
  }
  .list__caption {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 14px;
  }
  .technology__second-list li .technology__time {
    font-size: 14px;
    line-height: 20px;
    max-width: 30px;
    margin-right: 5px;
  }
  .technology__second-list li .technology__link {
    font-size: 14px;
    line-height: 20px;
  }
  .technology__second-list li:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .technology {
    padding: 131px 0 84px;
  }
  .technology .h1 {
    max-width: 100%;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 34px;
  }
  .technology__video-wrapper .title {
    font-family: Proxima, sans-serif;
    font-weight: 900;
    font-style: normal;
    display: block;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 29px;
    max-width: 280px;
  }
  .technology__grid {
    grid-template-areas: "title" "gift" "list_title" "video" "list";
    grid-template-columns: 100%;
    align-items: flex-start;
  }
  .technology__gift {
    margin-bottom: 27px;
  }
  .technology__video {
    max-width: 410px;
    height: auto;
    margin-bottom: 20px;
    justify-self: center;
  }
  .technology__video:before {
    width: 63px;
    height: 28px;
    right: 0;
    top: -55px;
    transform: rotate(90deg);
  }
  .technology__video .video {
    max-width: 410px;
    height: auto;
  }
  .technology__video .btn-play {
    top: 50%;
  }
  .list__caption {
    max-width: 280px;
    margin-bottom: 29px;
    justify-self: center;
  }
}
.artist-video {
  height: 909px;
  position: relative;
  background-image: url(../i/d0dd0b2932702e2c098a2314b12e7dbf.jpg);
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 247px;
}
.artist-video .h2 {
  max-width: 350px;
  margin-bottom: 41px;
}
.artist-video__content {
  padding: 68px 128px 0 18.85%;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 297px;
  max-width: 59.3%;
  width: 100%;
  height: 100%;
}
.artist-video__slider-wrapper {
  max-height: 537px;
  position: absolute;
}
.artist-video__slider-wrapper .slick-arrow {
  bottom: 0;
}
.artist-video__slider-wrapper .slick-arrow.prev {
  left: 667px;
}
.artist-video__slider-wrapper .slick-arrow.next {
  left: 757px;
}
.artist-video__slider {
  height: 537px;
}
.artist-video__slider:not(.slick-initialized)
  > .artist-video__slide:not(:first-child) {
  display: none;
}
.artist-video__slide-image {
  position: relative;
  max-width: 422px;
  transition: max-width 0.8s ease-in;
}
.artist-video__slide-image img {
  max-height: 285px;
  border-radius: 10px;
  transition: max-height 0.8s ease-in;
}
.artist-video__slide-image .btn-play {
  top: 23px;
  right: 23px;
  left: auto;
  transform: none;
  display: none;
}
.artist-video__slider .slick-slide {
  margin-top: 68px;
  max-width: 488px;
  cursor: pointer;
}
.artist-video__slider .slick-slide.slick-active {
  margin-top: 0;
  max-width: 663px;
  transition: max-width 0.8s ease-in;
}
.artist-video__slider .slick-slide.slick-active .artist-video__slide {
  padding-right: 75px;
}
.artist-video__slide {
  margin-top: 0;
  padding-right: 66px;
  transition: max-width 0.8s ease-in;
}
.artist-video__slide.slick-active {
  margin-top: 0;
  margin-right: 75px;
  border-radius: 0;
}
.artist-video__slide-content {
  display: none;
}
.artist-video__slider .slick-active .artist-video__slide-content {
  display: block;
  max-width: 667px;
  background: #f4f4f4;
  background: var(--third_color);
  border-radius: 0 0 10px 10px;
  padding: 30px 33px 34px;
  margin: 0 auto;
}
.artist-video__slider
  .slick-active
  .artist-video__slide-content
  .artist-video__fio {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 145%;
  margin-bottom: 5px;
  color: #202020;
  color: var(--black);
}
.artist-video__slider
  .slick-active
  .artist-video__slide-content
  .artist-video__status {
  font-size: 20px;
  line-height: 34px;
  color: #7a7a7a;
  color: var(--second_color);
}
.artist-video__slider .slick-active .artist-video__slide-image {
  width: 100%;
  max-width: 592px;
  background: #f4f4f4;
  background: var(--third_color);
  border-radius: 0;
  margin: 0 auto;
}
.artist-video__slider .slick-active .artist-video__slide-image img {
  max-height: 399px;
  width: 100%;
  border-radius: 0;
}
.artist-video__slider .slick-active .artist-video__slide-image .btn-play {
  display: block;
}
@media screen and (max-width: 1250px) {
  .artist-video {
    height: 586px;
    margin-bottom: 192px;
  }
  .artist-video .h2 {
    max-width: 235px;
    margin-bottom: 17px;
  }
  .artist-video__content {
    padding: 45px 114px 0 4.5%;
    top: 190px;
    max-width: 54.3%;
  }
  .artist-video__slider-wrapper {
    max-height: 537px;
  }
  .artist-video__slider-wrapper .slick-arrow {
    bottom: 0;
  }
  .artist-video__slider-wrapper .slick-arrow.prev {
    left: 429px;
  }
  .artist-video__slider-wrapper .slick-arrow.next {
    left: 486px;
  }
  .artist-video__slider {
    height: 359px;
  }
  .artist-video__slide-image {
    width: 100%;
    max-width: 272px;
  }
  .artist-video__slide-image img {
    max-height: 184px;
    border-radius: 8px;
  }
  .artist-video__slide-image .btn-play {
    top: 15px;
    right: 13px;
    left: auto;
    transform: none;
  }
  .artist-video__slider .slick-slide {
    margin-top: 38px;
    max-width: 314px;
  }
  .artist-video__slider .slick-slide.slick-active {
    max-width: 429px;
    margin-top: 0;
  }
  .artist-video__slider .slick-slide.slick-active .artist-video__slide {
    padding-right: 47px;
  }
  .artist-video__slide {
    padding-right: 42px;
    margin-top: 0;
  }
  .artist-video__slide.slick-active {
    margin-top: 0;
    margin-right: 48px;
    max-width: 382px;
  }
  .artist-video__slider .slick-active .artist-video__slide-content {
    max-width: 382px;
    background: #f4f4f4;
    background: var(--third_color);
    border-radius: 0 0 10px 10px;
    padding: 19px 21px 18px;
  }
  .artist-video__slider
    .slick-active
    .artist-video__slide-content
    .artist-video__fio {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 2px;
  }
  .artist-video__slider
    .slick-active
    .artist-video__slide-content
    .artist-video__status {
    font-size: 14px;
    line-height: 20px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image {
    width: 100%;
    max-width: 382px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image img {
    max-height: 100%;
    border-radius: 8px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image .btn-play {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .artist-video {
    height: 465px;
    margin-bottom: 182px;
  }
  .artist-video .h2 {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .artist-video__content {
    padding: 38px 98px 0 21px;
    top: 153px;
    max-width: 57%;
  }
  .artist-video__slider-wrapper {
    max-height: 537px;
  }
  .artist-video__slider-wrapper .slick-arrow {
    bottom: 0;
  }
  .artist-video__slider-wrapper .slick-arrow.prev {
    left: 359px;
  }
  .artist-video__slider-wrapper .slick-arrow.next {
    left: 407px;
  }
  .artist-video__slider {
    height: 295px;
  }
  .artist-video__slide-image {
    width: 100%;
    max-width: 227px;
  }
  .artist-video__slide-image img {
    max-height: 154px;
    border-radius: 6px;
  }
  .artist-video__slide-image .btn-play {
    top: 14px;
    right: 10px;
    left: auto;
    transform: none;
  }
  .artist-video__slider .slick-slide {
    margin-top: 36px;
    max-width: 263px;
  }
  .artist-video__slider .slick-slide.slick-active {
    margin-top: 0;
    max-width: 359px;
  }
  .artist-video__slider .slick-slide.slick-active .artist-video__slide {
    padding-right: 41px;
  }
  .artist-video__slide {
    padding-right: 36px;
    margin-top: 0;
  }
  .artist-video__slide.slick-active {
    margin-top: 0;
    margin-right: 41px;
    max-width: 318px;
  }
  .artist-video__slider .slick-active .artist-video__slide-content {
    max-width: 318px;
    background: #f4f4f4;
    background: var(--third_color);
    border-radius: 0 0 10px 10px;
    padding: 12px 17px 9px;
  }
  .artist-video__slider
    .slick-active
    .artist-video__slide-content
    .artist-video__fio {
    font-size: 14px;
    line-height: 20px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image {
    width: 100%;
    max-width: 318px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image img {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .artist-video {
    height: 100%;
    background-image: none;
    background-color: #f2fbff;
    background-color: var(--accent_color_second);
    margin-bottom: 102px;
  }
  .artist-video__content {
    padding: 55px 10px 0;
    top: auto;
    bottom: 0;
    left: -10px;
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
    position: relative;
    height: auto;
  }
  .artist-video__slider-wrapper {
    max-height: 100%;
  }
  .artist-video__slider-wrapper .slick-arrow {
    bottom: -56px;
    transform: translateX(-50%);
  }
  .artist-video__slider-wrapper .slick-arrow.prev {
    left: calc(50% - 24px);
  }
  .artist-video__slider-wrapper .slick-arrow.next {
    left: calc(50% + 24px);
  }
  .artist-video__slider {
    max-height: 100%;
  }
  .artist-video__slide-image .btn-play {
    top: 8px;
    right: 8px;
    left: auto;
    transform: none;
    display: block;
  }
  .artist-video__slider .slick-slide {
    margin-top: 0;
    max-width: 290px;
  }
  .artist-video__slider .slick-slide.slick-active {
    margin-top: 0;
  }
  .artist-video__slide {
    margin-right: 0;
    padding-right: 0;
  }
  .artist-video__slide.slick-active {
    max-width: 100%;
  }
  .artist-video__slide-image {
    width: 100%;
    max-width: 290px;
    transition: none;
  }
  .artist-video__slide-image img {
    border-radius: 6px;
    max-height: 195px;
    transition: none;
    width: 100%;
  }
  .artist-video__slide-content {
    display: block;
  }
  .artist-video__slide-content .artist-video__fio {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    color: #202020;
    color: var(--black);
  }
  .artist-video__slide-content .artist-video__status {
    color: #7a7a7a;
    color: var(--second_color);
  }
  .artist-video__slide {
    max-width: 290px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .artist-video__slide:not(:last-child) {
    margin-bottom: 20px;
  }
  .artist-video__slide.slick-active {
    margin-top: 0;
    margin-right: auto;
    border-radius: 0;
  }
  .artist-video__slider .slick-active .artist-video__slide-content {
    max-width: 290px;
    background: #f4f4f4;
    background: var(--third_color);
    border-radius: 0 0 10px 10px;
    padding: 12px 17px 9px;
  }
  .artist-video__slider
    .slick-active
    .artist-video__slide-content
    .artist-video__fio {
    font-size: 12.5px;
    line-height: 18px;
  }
  .artist-video__slider
    .slick-active
    .artist-video__slide-content
    .artist-video__status {
    font-size: 12px;
    line-height: 17px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image {
    width: 100%;
    max-width: 290px;
  }
  .artist-video__slider .slick-active .artist-video__slide-image img {
    font-size: 6px;
    max-height: 195px;
    width: 100%;
  }
  .artist-video__slide-content {
    max-width: 290px;
    background: #f4f4f4;
    background: var(--third_color);
    border-radius: 0 0 10px 10px;
    padding: 12px 17px 9px;
  }
  .artist-video__slide-content .artist-video__fio {
    font-size: 12.5px;
    line-height: 18px;
  }
  .artist-video__slide-content .artist-video__status {
    font-size: 12px;
    line-height: 17px;
  }
  .artist-video__slider {
    height: 100%;
  }
  .artist-video__slider-wrapper {
    position: relative;
  }
  .artist-video__grid {
    padding-top: 417px;
  }
}
.not-found {
  padding-top: 47px;
  padding-bottom: 124px;
  position: relative;
  overflow: hidden;
}
.not-found:before {
  content: "";
  width: 742px;
  height: 742px;
  background-image: url(../i/d878906bf05adb8f8b644f56093f8659.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  left: 0;
  bottom: -206px;
  -webkit-user-select: none;
  user-select: none;
}
.not-found .h1 {
  margin-bottom: 42px;
  margin-left: 0;
}
.not-found .breadcrumbs {
  margin-bottom: 80px;
}
.not-found__grid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.not-found__content {
  max-width: 450px;
  flex-shrink: 0;
  position: relative;
  left: -54px;
}
.not-found__content-text {
  font-size: 18px;
  line-height: 29px;
  color: #1b1b1b;
  color: var(--text_color);
  max-width: 362px;
}
.not-found__content-text a {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f2fbff;
  color: var(--accent_color_second);
}
.not-found__image-wrapper {
  position: relative;
  left: -135px;
  bottom: -100px;
}
.not-found__ico {
  position: absolute;
  top: -100px;
  left: 50.5%;
  transform: translateX(-50%);
}
.not-found__number {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 300px;
  line-height: 300px;
  color: var(--accent_color);
  display: block;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .not-found {
    padding-top: 32px;
    padding-bottom: 99px;
  }
  .not-found:before {
    width: 474px;
    height: 474px;
    left: -70px;
  }
  .not-found .h1 {
    margin-bottom: 22px;
    margin-left: 12px;
  }
  .not-found .breadcrumbs {
    margin-bottom: 61px;
  }
  .not-found__grid {
    justify-content: flex-start;
    grid-column-gap: 93px;
    column-gap: 93px;
  }
  .not-found__content {
    max-width: 305px;
    left: 0;
  }
  .not-found__content-text {
    font-size: 15px;
    line-height: 21px;
    max-width: 302px;
  }
  .not-found__image-wrapper {
    max-width: 440px;
    width: 100%;
    position: relative;
    left: 0;
    bottom: -50px;
  }
  .not-found__ico {
    max-width: 70px;
    top: -60px;
  }
  .not-found__number {
    font-size: 200px;
    line-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .not-found {
    padding-top: 30px;
    padding-bottom: 83px;
  }
  .not-found:before {
    width: 321px;
    height: 321px;
    left: 0;
    top: 25px;
  }
  .not-found .h1 {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .not-found .breadcrumbs {
    margin-bottom: 30px;
  }
  .not-found__grid {
    grid-column-gap: 27px;
    column-gap: 27px;
  }
  .not-found__content {
    max-width: 305px;
  }
  .not-found__content-text {
    font-size: 15px;
    line-height: 21px;
    max-width: 302px;
  }
  .not-found__image-wrapper {
    max-width: 400px;
  }
  .not-found__ico {
    max-width: 60px;
    top: -55px;
  }
  .not-found__number {
    font-size: 150px;
    line-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .not-found {
    padding-top: 126px;
    padding-bottom: 0;
  }
  .not-found:before {
    display: none;
  }
  .not-found .breadcrumbs {
    margin-bottom: 45px;
  }
  .not-found__grid {
    grid-column-gap: 0;
    column-gap: 0;
    flex-direction: column-reverse;
  }
  .not-found__content {
    max-width: 305px;
    width: 101%;
    margin-bottom: 54px;
  }
  .not-found__image-wrapper {
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
  .not-found__ico {
    max-width: 45px;
    top: -40px;
  }
  .not-found__number {
    font-size: 125px;
    line-height: 125px;
  }
}
.quiz_second {
  margin-top: 72px;
}
.quiz__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.quiz__header .h2 {
  max-width: 776px;
  margin-bottom: 0;
  margin-left: 16px;
}
.quiz {
  position: relative;
  padding-bottom: 120px;
  padding-top: 80px;
}
.quiz__header-contact {
  max-width: 265px;
  width: 100%;
  max-height: 100%;
  padding: 21px 31px 20px 27px;
  border-radius: 10px;
  background-color: #1693c6;
  background-color: var(--accent_color);
  position: relative;
  z-index: 1;
}
.quiz__header-contact .caption {
  font-size: 16px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
  margin-bottom: 4px;
}
.quiz__header-contact .phone {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 4px;
}
.quiz__header-contact .work-time {
  font-size: 16px;
  line-height: 25px;
  color: #1b1b1b;
  color: var(--text_color);
  padding-left: 0;
}
.quiz__header-contact .work-time:before {
  display: none;
}
.quiz__header-contact:before {
  content: "";
  max-width: 265px;
  width: 100%;
  height: 100%;
  min-height: 110%;
  border-radius: 10px;
  background-color: #f4f4f4;
  background-color: var(--third_color);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.quiz__sub-header {
  font-size: 34px;
  line-height: 48px;
}
.quiz__header-present {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.quiz__header-present img {
  margin-right: 25px;
}
.quiz__header-present > span {
  margin-bottom: -4px;
}
.quiz__form {
  background-color: #f4f4f4;
  background-color: var(--third_color);
  position: relative;
  border-radius: 10px;
}
.quiz__grid {
  display: flex;
  width: 100%;
  height: 100%;
}
.quiz__gift {
  padding: 60px 40px;
  background-image: url(../i/a06eaf8e50152fe169a0f6b430f9fc60.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  width: 100%;
  border-radius: 0 10px 10px 0;
}
.quiz__gift .title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 37px;
  color: #fff;
  color: var(--white);
}
.quiz__gift-image {
  max-width: 120px;
  max-height: 126px;
  width: 100%;
  margin-bottom: 7px;
  margin-left: -25px;
}
.quiz__gift-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
}
.quiz__gift-item {
  width: 100%;
  max-width: 150px;
  min-width: 135px;
}
.quiz__gift-item .text {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.quiz__gift-item .image {
  margin-bottom: 15px;
}
.quiz__gift-item:not(:last-child) {
  position: relative;
}
.quiz__gift-item:not(:last-child):after {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "+";
  position: absolute;
  right: 0;
  top: 38px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 40px;
  line-height: 20px;
  color: #96bafa;
}
.quiz__gift-item:last-child,
.quiz__gift-item:nth-child(2n) {
  max-width: -webkit-min-content;
  max-width: min-content;
}
.quiz__form-wrapper {
  position: relative;
  max-width: 788px;
  padding: 84px 59px 71px;
  height: 100%;
}
.quiz__form__progress .quiz__form__stage {
  position: relative;
  background: #fff;
  background: var(--white);
  border-radius: 0;
  height: 12px;
  max-width: 670px;
  overflow: hidden;
  margin-bottom: 19px;
}
.quiz__form__progress .quiz__form__stage span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  transition: width 0.1s ease;
}
.quiz__progress-step {
  font-size: 18px;
  line-height: 26px;
  color: #1b1b1b;
  color: var(--text_color);
}
.quiz__pages-wrapper {
  max-width: 670px;
  margin-top: 37px;
}
.quiz__page__title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
}
.quiz__page__content {
  margin-top: 23px;
}
.quiz__radio_images {
  display: flex;
  margin-left: -19px;
  margin-right: -19px;
}
.quiz__radio_images > * {
  flex: 1 0 33.33%;
  padding-left: 19px;
  padding-right: 19px;
  cursor: pointer;
}
.quiz__radio_images .text {
  font-size: 18px;
  line-height: 25px;
  position: relative;
  text-align: center;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
}
.quiz__radio_images .text:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  width: 35px;
  height: 35px;
  border: 4px solid #f2fbff;
  border: 4px solid var(--accent_color_second);
  background-color: #fff;
  background-color: var(--white);
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: none;
  background-size: auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
.quiz__radio_images .radio__item img {
  max-width: 198px;
  max-height: 179px;
  width: 100%;
  border: 4px solid #f2fbff;
  border: 4px solid var(--accent_color_second);
}
.quiz__radio_images .radio__item.checked .text:before {
  background-image: url(../i/0071aa4ba66302908d222327d488ee29.svg);
}
.quiz__radio_text {
  display: flex;
  margin-left: -19px;
  margin-right: -19px;
}
.quiz__radio_text > * {
  flex: 1 0 33.33%;
  padding-left: 19px;
  padding-right: 19px;
  cursor: pointer;
}
.quiz__radio_text .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
  padding: 5px;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  text-align: center;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}
.quiz__radio_text .text,
.quiz__radio_text .text:before {
  border: 4px solid #f2fbff;
  border: 4px solid var(--accent_color_second);
}
.quiz__radio_text .text:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  background-color: var(--white);
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: none;
  background-size: auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
.quiz__radio_text .radio__item {
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-user-select: none;
  user-select: none;
}
.quiz__radio_text .radio__item.checked .text:before {
  background-image: url(../i/0071aa4ba66302908d222327d488ee29.svg);
}
.radio__item {
  -webkit-user-select: none;
  user-select: none;
}
.radio__item input[type="radio"] {
  display: none;
}
.quiz__pages__navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.quiz__pages__navigation .button_back {
  max-width: 156px;
  font-size: 18px;
  margin-left: 0;
  background-color: #f4f4f4;
  background-color: var(--third_color);
  background-image: none;
  box-shadow: none;
  border: 1px solid #7a7a7a;
  border: 1px solid var(--second_color);
  border-radius: 100px;
  margin-right: 26px;
}
.quiz__pages__navigation .button_back[disabled="disabled"] {
  display: none;
}
.quiz__pages__navigation .button_back:after {
  right: auto;
  left: 23px;
  top: 28px;
  transform: rotate(180deg);
}
.quiz__pages__navigation .button_back > span {
  top: 50%;
  position: absolute;
  left: auto;
  right: 25px;
  transform: translateY(-50%);
}
.quiz__pages__navigation .button_forward {
  max-width: 230px;
  font-size: 18px;
  margin-left: 0;
  margin-bottom: 0;
}
.quiz__pages__navigation .button_forward:after {
  right: 25%;
}
.quiz__pages__navigation .button_forward > span {
  top: 50%;
  position: absolute;
  left: 65px;
  transform: translateY(-50%);
}
.quiz__pages__navigation .button_consultation {
  max-width: 298px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.quiz__pages__navigation .button_consultation > span {
  padding-top: 3px;
}
.quiz__results__count {
  text-align: center;
  width: 100%;
  display: none;
  flex-direction: column;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  min-height: 690px;
}
.quiz__results__count.quiz__count_show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz__results__progress {
  margin: 0 auto;
  position: relative;
  background: #fff;
  background: var(--white);
  font-size: 14px;
  color: #1693c6;
  color: var(--accent_color);
  height: 20px;
  width: 100%;
  max-width: 769px;
  overflow: hidden;
}
.quiz__results__progress .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    94.6deg,
    #ffc062 23.58%,
    #ffd362 55.29%,
    #ffd953 80.47%
  );
  width: 0;
  transition: width 0.1s ease;
}
.quiz__results__progress-value {
  font-size: 27px;
  line-height: 46px;
  margin-top: 14px;
  color: #fff;
  color: var(--white);
}
.quiz__results__text {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 41px;
  color: #fff;
  color: var(--white);
}
.quiz__loader {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  transform: translate(0);
}
.quiz__results {
  display: none;
  grid-template-areas: "form_result gift";
  grid-template-columns: 788px 382px;
  grid-template-rows: auto;
}
.quiz__results .quiz__gift {
  padding-top: 60px;
}
.quiz__results .quiz__gift .title {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 11px;
}
.quiz__results.quiz__results_show {
  display: grid;
}
.quiz__results__form {
  grid-area: form_result;
  max-width: 778px;
  padding: 134px 115px 85px;
}
.quiz__results__form-wrapper {
  margin-right: 0;
}
.quiz__results__form-wrapper .h3 {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 46px;
  color: #1b1b1b;
  color: var(--text_color);
  text-align: center;
}
.quiz__results__form-wrapper .form__group_phone .input:hover {
  background-color: #fff;
  background-color: var(--white);
}
.quiz__results__form-wrapper
  .form__group_phone
  .input::-webkit-input-placeholder {
  font-size: 16px;
}
.quiz__results__form-wrapper .form__group_phone .input::placeholder {
  font-size: 16px;
}
.quiz__results__form-wrapper .form__policy {
  font-size: 16px;
  line-height: 20px;
  margin-top: 68px;
  color: #1b1b1b;
  color: var(--text_color);
}
.quiz__results__form-wrapper .form__policy a {
  border-bottom: 1px dashed #1b1b1b;
  border-bottom: 1px dashed var(--text_color);
  transition: border 0.2s ease-in-out;
}
.quiz__results__form-wrapper .form__policy a:hover {
  border-bottom: 0;
}
.quiz__results__form-wrapper .button_submit {
  max-width: 406px;
}
.gift__caption {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #fff;
  color: var(--white);
}
.gift__caption,
.quiz__results__header {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.quiz__results__header {
  font-size: 28px;
  text-align: center;
}
.quiz__results__sub-header {
  font-size: 18px;
  line-height: 32px;
  color: #1693c6;
  color: var(--accent_color);
  margin-top: 18px;
  margin-bottom: 28px;
  text-align: center;
}
.quiz__results__image-wrapper {
  flex: 0 1 calc(100% - 550px);
  position: relative;
}
.quiz__results__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.quiz-results__gift {
  position: absolute;
  width: 264px;
  height: 137px;
  background-color: #fff;
  border-radius: 1px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #787878;
  color: var(--sub_color);
  padding-top: 38px;
  left: 0;
  bottom: 130px;
}
.quiz-results__gift:before {
  content: "";
  position: absolute;
  background-image: url(../i/99c9228755c7b7879ca870e3343bd282.png);
  background-size: contain;
  background-position: 50%;
  width: 62px;
  height: 72px;
  left: 50%;
  margin-left: -31px;
  top: -42px;
}
.quiz-results__gift:after {
  content: "";
  position: absolute;
  background-image: url(../i/8fd3db8d27171da034f9745b792e8d88.svg);
  width: 27px;
  height: 26px;
  top: 12px;
  right: -26px;
}
.quiz__after-submit {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: none;
}
.quiz__after-submit__header {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
}
.quiz__after-submit__text {
  font-size: 18px;
  line-height: 32px;
  color: #1693c6;
  color: var(--accent_color);
  margin-top: 26px;
}
.quiz__after-submit__more__title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #1693c6;
  color: var(--accent_color);
  margin-top: 40px;
}
.quiz__after-submit__more {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.quiz__after-submit__more > * {
  flex: 0 1 calc(50% - 43px);
  display: block;
  position: relative;
}
.quiz__after-submit__more > * div:not(.quiz__after-submit__image) {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  max-width: 240px;
  left: 50%;
  margin-left: -120px;
  bottom: 20px;
}
.quiz__after-submit__image {
  position: relative;
}
.quiz__after-submit__image:before {
  content: "";
  position: absolute;
  width: 54px;
  height: 38px;
  background-size: contain;
  background-position: 50%;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -19px;
}
@media screen and (max-width: 1250px) {
  .quiz_second {
    margin-top: 49px;
  }
  .quiz__header {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .quiz__header .h2 {
    max-width: 464px;
    margin-bottom: 0;
  }
  .quiz {
    padding-bottom: 100px;
  }
  .quiz__header-contact {
    max-width: 245px;
    max-height: 89px;
    padding: 10px 31px;
  }
  .quiz__header-contact .caption,
  .quiz__header-contact .work-time,
  .quiz__header-contact a {
    font-size: 14px;
    line-height: 20px;
  }
  .quiz__header-contact:before {
    max-width: 240px;
    min-height: 99px;
  }
  .quiz__sub-header {
    font-size: 30px;
    line-height: 40px;
  }
  .quiz__pages-wrapper {
    margin-top: 33px;
  }
  .quiz__header-present {
    margin-top: 10px;
  }
  .quiz__header-present img {
    display: inline-block;
    width: 43px;
    height: auto;
    margin-right: 15px;
  }
  .quiz__grid {
    display: grid;
    grid-template-areas: "form gift";
    grid-template-columns: 67.4% 32.6%;
    grid-template-rows: auto;
    align-items: flex-start;
  }
  .quiz__grid > *,
  .quiz__grid > :first-child {
    max-width: 100%;
  }
  .quiz__grid-form {
    grid-area: form;
  }
  .quiz__gift {
    grid-area: gift;
    height: 100%;
  }
  .quiz__radio_images {
    margin-left: -15px;
    margin-right: -15px;
  }
  .quiz__radio_images > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quiz__form,
  .quiz__form.result {
    min-height: 548px;
  }
  .quiz__form-wrapper {
    max-width: 626px;
    padding: 67px 47px 77px;
  }
  .quiz__form-wrapper:after {
    right: -6px;
  }
  .quiz__form__progress .quiz__form__stage {
    margin-bottom: 14px;
  }
  .quiz__page__title {
    font-size: 18px;
  }
  .quiz__page__content {
    margin-top: 18px;
  }
  .quiz__radio_images .text {
    padding-left: 0;
    font-size: 16px;
    line-height: 21px;
  }
  .quiz__radio_images .text:before {
    width: 26px;
    height: 26px;
    top: -50px;
    background-size: 15px 20px;
  }
  .quiz__pages__navigation {
    margin-top: 42px;
  }
  .quiz__pages__navigation .button {
    height: 59px;
  }
  .quiz__pages__navigation .button_back {
    max-width: 124px;
    font-size: 14px;
  }
  .quiz__pages__navigation .button_back:after {
    top: 21px;
  }
  .quiz__pages__navigation .button_forward {
    max-width: 182px;
    font-size: 14px;
  }
  .quiz__pages__navigation .button_forward span {
    left: 56px;
  }
  .quiz__radio_text .text {
    font-size: 16px;
  }
  .quiz__radio_text .text:before {
    width: 26px;
    height: 26px;
    background-size: 15px 20px;
  }
  .quiz__gift {
    padding: 32px 30px;
  }
  .quiz__gift .title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 42px;
  }
  .quiz__gift-image {
    max-width: 91px;
    margin-bottom: 10px;
    margin-left: -20px;
  }
  .quiz__results__progress {
    max-width: 769px;
  }
  .quiz__results__progress-value {
    font-size: 27px;
    line-height: 46px;
    margin-top: 20px;
  }
  .quiz__results__text {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 44px;
  }
  .quiz__results__count {
    width: 100%;
    max-width: 630px;
  }
  .quiz__results {
    justify-content: space-between;
  }
  .quiz__results__form {
    padding-left: 50px;
    margin-top: 60px;
    flex-basis: 370px;
  }
  .quiz__results__header {
    font-size: 24px;
  }
  .quiz__results__sub-header {
    font-size: 16px;
    line-height: 26px;
  }
  .quiz__results__image-wrapper {
    flex-basis: calc(100% - 400px);
    overflow: hidden;
  }
  .quiz__results__image {
    max-width: 365px;
    margin-right: -44px;
  }
  .quiz__progress-step {
    font-size: 14px;
    line-height: 17px;
  }
  .quiz__results {
    display: none;
    grid-template-areas: "form_result gift";
    grid-template-columns: 626px 303px;
    grid-template-rows: auto;
  }
  .quiz__results .quiz__gift {
    padding-top: 32px;
  }
  .quiz__results .quiz__gift .title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 7px;
  }
  .gift__caption {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .quiz__results__form {
    max-width: 778px;
    padding: 86px 34px 85px;
    margin-top: 0;
  }
  .quiz__results__form-wrapper {
    margin-right: 0;
  }
  .quiz__results__form-wrapper .h3 {
    max-width: 400px;
    margin-bottom: 39px;
    font-size: 27px;
    line-height: 34px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz__results__form-wrapper .form__policy {
    margin-top: 18px;
    color: #1b1b1b;
    color: var(--text_color);
  }
  .quiz-results__gift {
    bottom: 100px;
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    left: auto;
    right: 270px;
  }
  .quiz__after-submit {
    max-width: 770px;
    padding-top: 45px;
  }
  .quiz__after-submit__header {
    font-size: 24px;
  }
  .quiz__after-submit__text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .quiz__after-submit__more__title {
    font-size: 18px;
    margin-top: 30px;
  }
  .quiz__after-submit__more {
    margin-top: 30px;
  }
  .quiz__after-submit__more > * {
    flex-basis: calc(50% - 15px);
  }
  .quiz__gift-item {
    max-width: 120px;
    min-width: 105px;
  }
  .quiz__gift-item .text {
    font-size: 16px;
    line-height: 20px;
  }
  .quiz__gift-item .image {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .quiz {
    padding-bottom: 60px;
  }
  .quiz__header {
    margin-bottom: 30px;
  }
  .quiz__header .h2 {
    max-width: 393px;
    margin-bottom: 0;
    margin-left: 12px;
  }
  .quiz__sub-header {
    font-size: 22px;
    line-height: 32px;
  }
  .quiz__sub-header br {
    display: none;
  }
  .quiz__header-contact {
    max-width: 190px;
    max-height: 80px;
    padding: 14px;
  }
  .quiz__header-contact .caption {
    margin-bottom: 0;
  }
  .quiz__header-contact .caption,
  .quiz__header-contact .work-time,
  .quiz__header-contact a {
    font-size: 12px;
    line-height: 18px;
  }
  .quiz__header-contact:before {
    max-width: 186px;
    min-height: 88px;
    left: 4px;
  }
  .quiz__header-present {
    margin-top: 0;
  }
  .quiz__page__title {
    font-size: 15px;
    line-height: 18px;
  }
  .quiz__grid {
    grid-template-columns: 67.35% 32.65%;
  }
  .quiz__grid > :first-child {
    flex-basis: 100%;
    max-width: 100%;
  }
  .quiz__form-wrapper {
    padding: 52px 37px 57px;
  }
  .quiz__form-wrapper:after {
    content: none;
  }
  .quiz__gift {
    padding: 25px 26px;
  }
  .quiz__gift .title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 23px;
  }
  .quiz__gift-image {
    max-width: 71px;
    margin-bottom: 8px;
  }
  .quiz__gift-list {
    grid-gap: 10px;
  }
  .quiz__gift-item {
    min-width: 90px;
  }
  .quiz__gift-item .text {
    font-size: 14px;
    line-height: 18px;
  }
  .quiz__gift-item .image {
    height: 48px;
    margin-bottom: 10px;
  }
  .quiz__form {
    min-height: auto;
  }
  .quiz__form.result {
    min-height: 428px;
  }
  .quiz__form__progress .quiz__form__stage {
    max-width: 100%;
    height: 8px;
    margin-bottom: 11px;
  }
  .quiz__progress-step {
    font-size: 14px;
    line-height: 17px;
  }
  .quiz__results__progress {
    max-width: 526px;
    height: 15px;
  }
  .quiz__results__progress-value {
    font-size: 22px;
    line-height: 31px;
    margin-top: 21px;
  }
  .quiz__results__text {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 34px;
  }
  .quiz__pages-wrapper {
    max-width: 100%;
    margin-top: 22px;
  }
  .quiz__radio_images {
    margin-left: -12px;
    margin-right: -12px;
  }
  .quiz__radio_images > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .quiz__radio_images .text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 16px;
  }
  .quiz__radio_images .text:before {
    width: 22px;
    height: 22px;
    background-size: 13px 10px;
    top: -32px;
    border-width: 2px;
  }
  .quiz__radio_images .radio__item {
    max-width: 346px;
  }
  .quiz__radio_images .radio__item img {
    border-width: 2px;
    max-height: 100%;
  }
  .quiz__pages__navigation {
    margin-top: 32px;
    justify-content: flex-start;
  }
  .quiz__pages__navigation .button_back {
    max-width: 100px;
    margin-right: 16px;
    height: 50px;
  }
  .quiz__pages__navigation .button_back:after {
    left: 14px;
    top: 17px;
  }
  .quiz__pages__navigation .button_back span {
    font-size: 13px;
    right: 8px;
  }
  .quiz__pages__navigation .button_forward {
    max-width: 142px;
    height: 50px;
    margin-bottom: 0;
  }
  .quiz__pages__navigation .button_forward span {
    font-size: 13px;
    left: 35px;
  }
  .quiz__pages__navigation .button_consultation {
    margin-left: auto;
    margin-right: 0;
  }
  .quiz__radio_text {
    margin-left: -12px;
    margin-right: -12px;
  }
  .quiz__radio_text > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .quiz__radio_text .text {
    font-size: 14px;
    line-height: 16px;
    height: 100%;
    border-width: 2px;
  }
  .quiz__radio_text .text:before {
    width: 22px;
    height: 22px;
    background-size: 16px 10px;
    bottom: -18px;
    border-width: 2px;
  }
  .quiz__radio_text .radio__item {
    margin-bottom: 20px;
  }
  .radio__item {
    min-height: 64px;
  }
  .quiz__results__count {
    width: 100%;
    max-width: 630px;
  }
  .quiz__results {
    grid-template-areas: "form_result gift";
    grid-template-columns: 489px 237px;
  }
  .quiz__results .quiz__gift {
    padding-top: 25px;
  }
  .quiz__results .quiz__gift .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
  }
  .gift__caption {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .quiz__results__form {
    max-width: 778px;
    padding: 42px 53px 41px;
    margin-top: 0;
  }
  .quiz__results__form-wrapper {
    margin-right: 0;
  }
  .quiz__results__form-wrapper .h3 {
    max-width: 303px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 31px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz__results__form-wrapper .form__group {
    max-width: 383px;
  }
  .quiz__results__form-wrapper .form__group .button_submit:after {
    width: 22px;
    height: 20px;
    right: 71px;
  }
  .quiz__results__form-wrapper .form__policy {
    margin-top: 18px;
    color: #1b1b1b;
    color: var(--text_color);
  }
  .quiz__results__text {
    font-size: 24px;
    margin-top: 40px;
  }
  .quiz__results__sub-header {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .quiz__results__sub-header br {
    display: none;
  }
  .quiz__results__image-wrapper {
    flex-basis: calc(100% - 317px);
  }
  .quiz__results__image {
    margin-right: -113px;
    bottom: -10px;
  }
  .quiz-results__gift {
    width: 160px;
    height: 162px;
    font-size: 12px;
    line-height: 22px;
    padding-top: 34px;
    right: 250px;
  }
  .quiz__after-submit__more {
    padding-left: 33px;
    padding-right: 33px;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .quiz__after-submit__more > * {
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quiz__after-submit__more > * div:not(.quiz__after-submit__image) {
    position: relative;
    color: #787878;
    color: var(--sub_color);
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin-left: 0;
    margin-top: 14px;
    line-height: 20px;
  }
  .quiz_second {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .quiz {
    padding-bottom: 50px;
  }
  .quiz__header {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .quiz__header .h2 {
    max-width: 300px;
  }
  .quiz__form__progress .quiz__form__stage {
    max-width: 92%;
  }
  .quiz__header-contact {
    padding: 11px 11px 11px 15px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
  }
  .quiz__header-contact:before {
    min-height: 110%;
    max-width: 100%;
  }
  .quiz__header-contact .caption,
  .quiz__header-contact .phone {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 3px;
  }
  .quiz__header-contact .work-time {
    font-size: 15px;
  }
  .quiz__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "form" "gift";
  }
  .quiz__gift {
    position: relative;
    padding: 26px 18px 25px;
    border-radius: 0 0 6px 6px;
    background-image: none;
  }
  .quiz__gift .title {
    max-width: 261px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 9px;
  }
  .quiz__gift-image {
    max-width: 71px;
    height: 61px;
    position: absolute;
    right: 0;
    top: -30px;
    bottom: auto;
  }
  .quiz__gift-list {
    grid-column-gap: 20px;
    column-gap: 20px;
    max-width: 280px;
  }
  .quiz__gift-item {
    max-width: 135px;
    min-width: 105px;
  }
  .quiz__sub-header {
    font-size: 18px;
    line-height: 28px;
  }
  .quiz__header-present {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .quiz__form {
    margin-top: 18px;
    min-height: 420px;
  }
  .quiz__form.result {
    min-height: 300px;
  }
  .quiz__grid {
    margin-left: 0;
    margin-right: 0;
  }
  .quiz__form-wrapper {
    padding: 25px 13px 41px;
  }
  .quiz__pages-wrapper {
    margin-top: 14px;
  }
  .quiz__page__title {
    font-size: 15px;
    line-height: 18px;
    padding-right: 0;
  }
  .quiz__page__content {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .quiz__radio_text {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: 0;
  }
  .quiz__radio_text > * {
    flex: 1 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quiz__radio_text .radio__item {
    max-width: 300px;
  }
  .quiz__radio_text .radio__item:last-child {
    max-width: 50%;
  }
  .quiz__radio_images {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: 0;
  }
  .quiz__radio_images > * {
    flex: 1 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .quiz__radio_images .radio__item {
    max-width: 300px;
  }
  .quiz__radio_images .radio__item:last-child {
    max-width: 50%;
  }
  .quiz__radio_images .radio__item img {
    max-width: 300px;
    border-width: 2px;
  }
  .quiz__radio_images .text {
    background-color: initial;
  }
  .quiz__radio_images .text:before {
    width: 22px;
    height: 22px;
    border-width: 2px;
    left: 50%;
    background-size: 10px 8px;
    top: -32px;
  }
  .radio__item {
    margin-bottom: 14px;
  }
  .radio__item:last-child {
    margin-bottom: 0;
  }
  .quiz__radio_text .radio__item {
    margin-bottom: 25px;
  }
  .quiz__radio_text .radio__item:last-child {
    margin-bottom: 0;
  }
  .quiz__radio_text .radio__item .text {
    border-width: 2px;
  }
  .quiz__radio_text .radio__item .text:before {
    width: 22px;
    height: 22px;
    border-width: 2px;
    background-size: 10px 8px;
    bottom: -15px;
  }
  .quiz__results__progress {
    max-width: 80%;
  }
  .quiz__results__progress-value {
    margin-top: 21px;
  }
  .quiz__results__text {
    margin-bottom: 24px;
  }
  .quiz__pages__navigation {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .quiz__pages__navigation .button {
    height: 50px;
  }
  .quiz__results__count {
    padding-left: 23px;
    padding-right: 23px;
  }
  .quiz__results__text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 28px;
  }
  .quiz__results {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quiz__results__form {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 23px;
    flex-basis: 100%;
    max-width: 320px;
  }
  .quiz__results__sub-header {
    margin-top: 11px;
    margin-bottom: 13px;
  }
  .quiz__results__image-wrapper {
    flex-basis: 100%;
    max-width: 288px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .quiz__results__image {
    display: none;
  }
  .quiz-results__gift {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    width: 222px;
    text-align: left;
    padding: 15px 10px 15px 41px;
    margin-left: 20px;
  }
  .quiz-results__gift:before {
    left: -29px;
    margin-left: 0;
    top: 50%;
    margin-top: -36px;
  }
  .quiz-results__gift:after {
    content: none;
  }
  .quiz__after-submit {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 30px;
  }
  .quiz__after-submit__header {
    font-size: 18px;
  }
  .quiz__after-submit__text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .quiz__after-submit__more__title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .quiz__after-submit__more {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
  }
  .quiz__after-submit__more > * {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .quiz__after-submit__more > :nth-child(2) {
    display: none;
  }
  .quiz__after-submit__image:before {
    width: 42px;
    height: 30px;
    margin-top: -15px;
    margin-left: -21px;
  }
  .quiz_second {
    margin-top: 24px;
  }
  .quiz__results {
    display: none;
    grid-template-areas: "gift" "form_result";
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .quiz__results .quiz__gift {
    padding-top: 26px;
  }
  .quiz__results .quiz__gift .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .quiz__results__form {
    grid-area: form_result;
    padding: 30px 5px 39px;
    margin-top: 0;
  }
  .quiz__results__form-wrapper {
    margin-right: 0;
  }
  .quiz__results__form-wrapper .h3 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 31px;
  }
  .quiz__results__form-wrapper .form__group_phone .input {
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .quiz__results__form-wrapper
    .form__group_phone
    .input::-webkit-input-placeholder {
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .quiz__results__form-wrapper .form__group_phone .input::placeholder {
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .quiz__results__form-wrapper .form__group {
    max-width: 263px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz__results__form-wrapper .form__group .button_submit {
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .quiz__results__form-wrapper .form__group .button_submit:after {
    width: 16px;
    height: 10px;
    right: 40px;
  }
  .quiz__results__form-wrapper .form__group.form__group_phone {
    margin-bottom: 12px;
  }
  .quiz__results__form-wrapper .form__group.form__group_phone .input {
    font-size: 18px;
    line-height: 22px;
  }
  .quiz__results__form-wrapper
    .form__group.form__group_phone
    .input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  .quiz__results__form-wrapper
    .form__group.form__group_phone
    .input::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  .quiz__results__form-wrapper
    .form__group.form__group_phone
    .input_phone::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  .quiz__results__form-wrapper
    .form__group.form__group_phone
    .input_phone::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  .quiz__results__form-wrapper .form__policy {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .quiz__results__form-wrapper .form__policy a {
    border-bottom: 1px dashed #1b1b1b;
    border-bottom: 1px dashed var(--text_color);
  }
  .quiz__results__form-wrapper .form__group_phone input {
    font-size: 18px;
  }
  .quiz__results__form-wrapper
    .form__group_phone
    input::-webkit-input-placeholder {
    font-size: 18px !important;
    color: #7a7a7a;
    color: var(--second_color);
  }
  .quiz__results__form-wrapper .form__group_phone input::placeholder {
    font-size: 18px !important;
    color: #7a7a7a;
    color: var(--second_color);
  }
  .gift__caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #fff;
    color: var(--white);
  }
}
.partners {
  background-color: #f2f5fa;
  position: relative;
  margin-top: 94px;
  padding: 77px 0 83px;
}
.partners > .row {
  position: relative;
  z-index: 2;
}
.partners__grid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 125px;
}
.partners__img {
  max-width: 631px;
  width: 100%;
  position: absolute;
  left: 40px;
}
.partners__logo {
  margin-bottom: 36px;
}
.partners__content {
  max-width: 375px;
}
.partners__content-title {
  font-family: Proxima, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 145%;
  margin-bottom: 23px;
  color: #1b1b1b;
  color: var(--header_color);
}
.partners__content-title .accent {
  color: #1693c6;
  color: var(--accent_color);
}
.partners__content-text {
  font-size: 18px;
  line-height: 29px;
  color: #1b1b1b;
  color: var(--text_color);
}
@media screen and (max-width: 1250px) {
  .partners {
    margin-top: 70px;
    padding: 62px 0 72px;
  }
  .partners__grid {
    padding-right: 10px;
  }
  .partners__img {
    max-width: 513px;
    width: 100%;
    position: absolute;
    left: 50px;
    bottom: -73px;
  }
  .partners__logo {
    max-width: 121px;
    margin-bottom: 30px;
  }
  .partners__content {
    max-width: 370px;
    width: 100%;
  }
  .partners__content-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 240px;
  }
  .partners__content-text {
    font-size: 15px;
    line-height: 22px;
    max-width: 321px;
  }
}
@media screen and (max-width: 1023px) {
  .partners {
    margin-top: 47px;
    padding: 49px 0 45px;
  }
  .partners__grid {
    padding-right: 0;
  }
  .partners__img {
    max-width: 401px;
    width: 100%;
    position: absolute;
    left: 22px;
    bottom: -46px;
  }
  .partners__logo {
    max-width: 95px;
    margin-bottom: 27px;
  }
  .partners__content {
    max-width: 300px;
  }
  .partners__content-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    max-width: 240px;
  }
  .partners__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    margin-top: 54px;
    padding: 0;
    background: none;
  }
  .partners__grid {
    padding: 44px 14px;
    background-color: #f2f5fa;
    justify-content: flex-start;
  }
  .partners__img {
    max-width: 201px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -27px;
  }
  .partners__logo {
    margin-bottom: 23px;
  }
  .partners__content {
    max-width: 400px;
  }
  .partners__content-title {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .partners__content-text {
    margin-top: 0;
  }
}
.works {
  padding-top: 120px;
  margin-bottom: 120px;
  background-color: #fff;
  background-color: var(--white);
}
.works__list {
  display: flex;
  grid-row-gap: 15px;
  row-gap: 15px;
  grid-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px;
}
.works__item-wrapper.show-more-content {
  display: none;
}
.works__item-wrapper.visible {
  display: block;
}
.works__head {
  text-align: left;
}
.works__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  max-width: 724px;
  position: relative;
  margin-bottom: 25px;
}
.works__title span {
  color: #1693c6;
  color: var(--accent_color);
}
.works__subtitle {
  font-size: 16px;
  line-height: 25px;
  max-width: 724px;
  margin-bottom: 45px;
}
.works__subtitle span {
  font-weight: 700;
}
.works-item__body {
  padding: 16px 14px;
  background-color: #f4f4f4;
  background-color: var(--third_color);
  max-width: 379px;
  border-radius: 10px;
}
.works-item__media-wrapper {
  margin-bottom: 6px;
}
.works-item__media-wrapper img {
  border-radius: 10px;
}
.works-item__image-list {
  display: flex;
  grid-column-gap: 6px;
  column-gap: 6px;
}
.works-item__image-wrapper {
  margin-bottom: 18px;
}
.works-item__image-wrapper img {
  border-radius: 10px;
}
.works-item__image-wrapper_before {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.works-item__image-wrapper_before:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../i/28d503a2d630c300cc6973e78eae0493.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.works-item__image-wrapper_before.hide:after {
  opacity: 1;
}
.works-item__image-wrapper_before.hide .works-item__image {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.works-prosthetics {
  padding: 18px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  color: #fff;
  color: var(--white);
  border-radius: 10px;
}
.works-prosthetics__title {
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 0.3px solid hsla(0, 0%, 100%, 0.5);
}
.works-item__employees-title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.works-item__employees-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
  row-gap: 10px;
}
.works-item__employees-item {
  display: flex;
}
.works-item__employees-item img {
  border-radius: 10px;
  max-width: 62px;
  max-height: 83px;
}
.works-item__employees-item-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-row-gap: 7px;
  row-gap: 7px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 18px;
}
.works-item__employees-item-experience {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.works__show-more {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
  max-width: 350px;
}
@media screen and (max-width: 1250px) {
  .works {
    padding-top: 90px;
    margin-bottom: 90px;
  }
  .works__title {
    font-size: 27px;
    line-height: 34px;
    max-width: 470px;
  }
  .works__subtitle {
    font-size: 14px;
    line-height: 19px;
    max-width: 467px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .works-item__body {
    max-width: 299px;
  }
  .works-item__media-wrapper {
    max-width: 280px;
  }
  .works-item__image-wrapper {
    max-width: 136px;
  }
  .works-prosthetics {
    padding: 14px;
  }
  .works-prosthetics__title {
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 15px;
  }
  .works-item__employees-title {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .works-item__employees-item img {
    max-width: 50px;
    max-height: 68px;
  }
  .works-item__employees-item-info {
    grid-row-gap: 5px;
    row-gap: 5px;
    margin-left: 7px;
    font-size: 12px;
    line-height: 15px;
  }
  .works-item__employees-item-experience {
    font-size: 12px;
    line-height: 16px;
  }
  .works__show-more {
    max-width: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .works {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .works__title {
    font-size: 22px;
    line-height: 27px;
    max-width: 373px;
    margin-bottom: 15px;
  }
  .works__list {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .works__show-more {
    max-width: 247px;
    font-size: 14px;
  }
  .works__list {
    max-width: 635px;
  }
}
.technology__video .btn-play {
  left: 44%;
}
.technology__second-list li .technology__time {
  color: #1693c6;
  color: var(--accent_color);
}
.technology__grid {
  grid-template-areas: "title gift" "video gift" "video list_title";
  grid-column-gap: 40px;
  column-gap: 40px;
}
.technology__gift .text {
  max-width: 270px;
}
@media screen and (max-width: 1250px) {
  .technology__video .btn-play {
    left: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .technology .h1 {
    margin-bottom: 15px;
  }
  .technology__grid {
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .technology__video:before {
    right: -70px;
    top: -1px;
    transform: rotate(50deg);
  }
}
@media screen and (max-width: 767px) {
  .technology__gift .text {
    max-width: 240px;
  }
  .technology__grid {
    grid-template-areas: "title" "gift" "list_title" "video" "list";
  }
  .technology__video:before {
    right: 48px;
    top: -54px;
  }
}
.about {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.bg-circle:before {
  background-image: url(../i/09926d93d7092b8a190df322c00a5666.png);
}
.bg-circle:after {
  background-image: url(../i/8f666d7c71259d7740aa57094e8d91e3.png);
}
.about__slide-label {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.about__slider {
  position: relative;
  z-index: 1;
}
.about__slider .slick-arrow {
  border: 2px solid #6dc9ee;
  border: 2px solid var(--bg_brown);
}
.about__slider .slick-arrow svg {
  fill: #6dc9ee;
  fill: var(--bg_brown);
  stroke: #6dc9ee;
  stroke: var(--bg_brown);
}
@media screen and (max-width: 767px) {
  .about__slide-label {
    bottom: -81px;
  }
}
.first-screen {
  margin-bottom: -12px;
}
.first-screen:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 310px;
  width: 100%;
  background-image: url(../i/2e81fe44aa86103c957bb4377a8134bb.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.first-screen .h1 {
  color: #1b1b1b;
  color: var(--text_color);
}
.first-screen:before {
  background-image: url(../i/6055a54286fc9abcc942288c7a5fd082.png);
}
.fs__free-diagnostic {
  background: #f2fbff;
  background: var(--accent_color_second);
}
.fs__diagnostic-item,
.fs__diagnostic-title {
  color: #474747;
  color: var(--text_color_dark);
}
.fs__diagnostic-item:before {
  background-color: #474747;
  background-color: var(--text_color_dark);
}
.fs__diagnostic-ico {
  background-color: #ffd953;
  background-color: var(--accent_color_quiz);
}
@media screen and (max-width: 1250px) {
  .first-screen {
    margin-bottom: -2px;
  }
  .first-screen:after {
    height: 260px;
  }
  .fs__awards-wrapper {
    margin-bottom: 77px;
  }
}
@media screen and (max-width: 1023px) {
  .first-screen {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 6px;
  }
  .first-screen:after {
    height: 215px;
  }
  .fs__installment-item {
    margin-bottom: 30px;
  }
  .fs__awards-wrapper {
    margin-bottom: 20px;
  }
  .fs__awards-item {
    height: 106px;
  }
}
@media screen and (max-width: 767px) {
  .first-screen {
    padding-bottom: 120px;
  }
  .first-screen.fs_addition {
    padding-top: 135px;
  }
  .first-screen:after {
    height: 370px;
    background-position: 100% 0;
  }
  .fs__button-wrapper {
    align-items: center;
  }
  .fs__button-wrapper .button {
    margin-right: 0;
  }
  .fs__awards-wrapper {
    margin-bottom: 17px;
  }
  .fs__diagnostic-item:before {
    top: 7px;
  }
  .fs__image {
    left: -15px;
  }
  .fs__free-diagnostic {
    max-width: 140px;
  }
  .fs__awards-item {
    height: auto;
  }
}

@media screen and (max-width: 385px) {
  .fs__image .photo {
    max-width: 300px;
  }
}
.employees__thumbnails > div {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  min-height: 137px;
}
.employees__thumbnails.slick-current.slick-active > div {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.employee__slide-label {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
  color: #474747;
  color: var(--text_color_dark);
}
.employee__slide-label:after {
  display: none;
  border-left-color: #f2fbff;
  border-left-color: var(--accent_color_second);
}
.employee__slide-label strong {
  color: #474747;
  color: var(--text_color_dark);
}
.employees__slide-wrapper {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
@media screen and (max-width: 1250px) {
  .employees__thumbnails > div {
    min-height: 123px;
  }
  .employees__thumbnails > div .doctor_image {
    top: -13px;
  }
  .employee__slide-label {
    left: -208px;
  }
}
@media screen and (max-width: 1023px) {
  .employees__thumbnails > div {
    min-height: 85px;
  }
  .employee__slide-label {
    left: -130px;
  }
}
@media screen and (max-width: 767px) {
  .employee__slide-label {
    display: block;
    left: -17px;
    bottom: 195px;
  }
  .employees__slide-fio {
    max-width: 245px;
    margin-bottom: 40px;
  }
  .employees__slide-profession {
    min-height: 35px;
  }
  .employees__slide-wrapper {
    padding-top: 17px;
  }
  .employees__slide-content .button-wrapper {
    position: absolute;
    bottom: -100px;
  }
  .employee__slide-image {
    bottom: -11px;
  }
}
.allon4 {
  padding-top: 330px;
}
.allon4 .h2 {
  max-width: 500px;
}
.ao4__list-ico {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.ao4__list-ico:before {
  background-color: #ffd953;
  background-color: var(--accent_color_quiz);
}
@media screen and (max-width: 1250px) {
  .allon4 {
    padding-top: 265px;
  }
}
@media screen and (max-width: 1023px) {
  .allon4 {
    padding-top: 230px;
  }
}
@media screen and (max-width: 767px) {
  .allon4 {
    padding-top: 265px;
    background-color: #1693c6;
    background-color: var(--bg_brown2);
  }
  .allon4__grid img {
    top: 0;
    left: 10px;
  }
}
.diagnostics__banner {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.diagnostics__banner .h2_small {
  line-height: 25px;
}
.diagnostics__wrapper {
  max-width: unset;
}
.diagnostics__item-ico {
  overflow: hidden;
}
.diagnostics__item:first-child .diagnostics__ico {
  left: 0;
}
@media screen and (max-width: 1250px) {
  .diagnostics__item:first-child .diagnostics__ico {
    max-width: 62px;
  }
}
@media screen and (max-width: 1023px) {
  .diagnostics__item:first-child .diagnostics__ico {
    max-width: 42px;
  }
}
.partners {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.partners .h2 {
  margin-bottom: 20px;
}
.partners__img {
  bottom: -85px;
}
@media screen and (max-width: 1250px) {
  .partners .h2 {
    margin-bottom: 15px;
  }
  .partners__img {
    bottom: -73px;
  }
  .partners__content-title {
    max-width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .partners__img {
    bottom: -44px;
  }
  .partners__content-title {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .partners__grid {
    background-color: #f2fbff;
    background-color: var(--accent_color_second);
  }
  .partners__img {
    top: -8px;
    bottom: auto;
  }
}
@media screen and (max-width: 424px) {
  .partners__img {
    display: none;
  }
}
.banner {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.banner__item-text {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.price.price_addition .price__card-item.banner {
  grid-column: 1/4;
  background-repeat: repeat;
}
.price.price_addition .price__card-item.banner .price__card-item-title {
  max-width: 455px;
}
.price__card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 38px;
  border: 2px solid #6dc9ee;
  border: 2px solid var(--bg_brown);
}
.price__card-item:after {
  background-image: url(../i/ae6967338f079cb8335b0eeed619f83c.png);
  width: 210px;
  height: 210px;
}
.price__card-item.banner .button {
  max-width: 420px;
  text-align: left;
  padding-left: 20px;
  padding-right: 35px;
}
.price__card-item.banner .button .price__card-item-title {
  color: #fff;
  color: var(--white);
}
.price__card-item.banner .button:after {
  right: 5%;
}
.price__end-text {
  font-size: 14px;
  color: #a9a9a9;
  color: var(--text_color_price_note);
}
.price__title-content {
  background-color: #6dc9ee;
  background-color: var(--bg_brown);
}
.price__title-content:before {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.price__item--tag {
  min-height: 90px;
}
@media screen and (max-width: 1250px) {
  .price__card-item.banner .button {
    max-width: 325px;
  }
  .price.price_addition .price__card-item.banner {
    background-size: unset;
  }
}
@media screen and (max-width: 1023px) {
  .price.price_addition .price__card-item.banner .price__card-item-title {
    max-width: 300px;
  }
  .price__card-item.banner .button {
    max-width: 230px;
    font-size: 12px;
    padding-left: 15px;
  }
  .price__end-text {
    font-size: 12px;
  }
  .price__card-item-title {
    max-width: 180px;
  }
  .price__item--tag {
    min-height: 125px;
  }
  .price__item--tag .price__item-note {
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .price__item--tag {
    min-height: 100px;
  }
  .price__card-item {
    padding-bottom: 28px;
  }
  .price__card-item.banner .button {
    max-width: 280px;
    font-size: 12px;
  }
}
.quiz__header-contact {
  max-width: 285px;
  background-color: #6dc9ee;
  background-color: var(--bg_brown);
}
.quiz__header-contact .work-time {
  text-align: left;
}
.quiz__header-contact:before {
  max-width: 285px;
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.quiz__page__content {
  margin-left: 3px;
  margin-right: 3px;
}
.quiz__gift {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.quiz__gift-item .text,
.quiz__gift-item .text b,
.quiz__gift-item:not(:last-child):after {
  color: #fff;
  color: var(--white);
}
.quiz__form__progress .quiz__form__stage span {
  background-color: #ffd953;
  background-color: var(--accent_color_quiz);
}
.quiz__radio_images .radio__item img,
.quiz__radio_images .text:before,
.quiz__radio_text .text,
.quiz__radio_text .text:before {
  border-color: #1693c6;
  border-color: var(--bg_brown2);
}
.quiz__pages__navigation .button_back {
  color: #474747;
  color: var(--text_color_dark);
}
.quiz__results__progress .bg {
  background-image: linear-gradient(176.88deg, #ffd953 2.38%, #ffc062 97.22%);
  background-image: var(--button_bg);
}
.quiz__form {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.quiz__results__count {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
  max-width: unset;
}
@media screen and (max-width: 1250px) {
  .quiz__header-contact {
    min-height: 106px;
  }
}
@media screen and (max-width: 1023px) {
  .quiz__header-contact {
    max-width: 190px;
  }
  .quiz__header-contact:before {
    max-width: 186px;
  }
  .quiz__gift {
    padding: 25px 17px;
  }
  .quiz__gift-item {
    min-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .quiz__gift-image {
    top: 37px;
    height: auto;
  }
  .quiz__gift-item .image {
    height: auto;
  }
}
.warranty__label {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.warranty__label:before {
  background-color: #ffd953;
  background-color: var(--accent_color_quiz);
}
.warranty__label-name,
.warranty__label-status {
  color: #474747;
  color: var(--text_color_dark);
}
.warranty__card-image svg {
  width: 70px;
  height: 70px;
}
.warranty__content {
  position: absolute;
  padding: 50px 0 35px 133px;
}
@media screen and (max-width: 1250px) {
  .warranty__content {
    padding: 35px 0 20px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .warranty__card-wrapper {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .warranty {
    background-color: #1693c6;
    background-color: var(--bg_brown2);
  }
  .warranty__content {
    padding: 90px 24px 48px 41px;
    border-radius: 6px 6px 0 6px;
    position: unset;
  }
}
.early-again__card.addition {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.early-again__content-steps {
  color: #6dc9ee;
  color: var(--bg_brown);
}
.early-again__card.addition .early-again__content-steps,
.early-again__card.addition .early-again__content-text {
  color: #fff;
  color: var(--white);
}
.reviews__slide {
  background: #f2fbff;
  background: var(--accent_color_second);
}
.reviews__slider .slick-arrow {
  border: 2px solid #6dc9ee;
  border: 2px solid var(--bg_brown);
}
.reviews__slide-ico {
  background-color: #6dc9ee;
  background-color: var(--bg_brown);
}
.reviews__slide-star {
  width: 16px;
  height: 16px;
}
.review__portals-item,
.reviews__slide-header a {
  cursor: unset;
}
@media screen and (max-width: 1250px) {
  .reviews__slide-title {
    max-width: 100px;
  }
}
.treatment-start .h2 {
  max-width: 526px;
}
.treatment-start__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 560px;
  grid-gap: 25px;
  gap: 25px;
  align-items: center;
}
.treatment-start__wrapper > * {
  flex-basis: 50%;
}
.treatment-start__item:first-child .treatment-start__ico {
  max-width: 100%;
  position: static;
  left: auto;
}
.treatment-start__item-ico {
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.treatment-start__content {
  padding-bottom: 0;
  padding-top: 50px;
}
.treatment-start__content .button {
  max-width: 450px;
}
.page_success
  .treatment-start__content
  .treatment-start__item:nth-child(3)
  .treatment-start__ico {
  left: 5px;
}
@media screen and (max-width: 1250px) {
  .treatment-start .h2 {
    max-width: 295px;
  }
  .treatment-start__wrapper {
    max-width: 480px;
    grid-gap: 20px;
    gap: 20px;
  }
  .treatment-start__item {
    max-width: 200px;
  }
  .treatment-start__content .button {
    max-width: 350px;
  }
  .page_success
    .treatment-start__content
    .treatment-start__item:first-child
    .treatment-start__ico {
    max-width: 60px;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .treatment-start__wrapper {
    max-width: 440px;
    grid-gap: 15px;
    gap: 15px;
  }
  .treatment-start__item {
    max-width: 175px;
  }
  .treatment-start__item .treatment-start__ico {
    max-width: 100%;
  }
  .treatment-start__content .button {
    max-width: 325px;
  }
  .treatment-start__content .button:after {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .treatment-start__item {
    max-width: 240px;
  }
  .treatment-start__content {
    padding-top: 161px;
    padding-bottom: 36px;
  }
  .treatment-start__content .button {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment-start__content .button:after {
    right: 7.5%;
  }
}
.affiliates-item-address {
  padding-left: 0;
}
.contacts__map:before {
  background-color: #6dc9ee;
  background-color: var(--bg_brown);
}
@media screen and (max-width: 1023px) {
  .contacts.contacts_addition.affiliates_double .contacts__wrapper {
    flex-direction: column;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .map__metro {
    margin-left: 23px;
  }
}
.header.header_addition.affiliates_double .header__grid-logo {
  grid-column-gap: 60px;
  column-gap: 60px;
}
.header.header_addition .header__affiliates-item .address {
  line-height: 21px;
}
.header__burger-menu__icon span {
  background-color: #6dc9ee;
  background-color: var(--bg_brown);
}
.header__affiliates-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header.header_addition .header__affiliates-wrapper {
    margin-top: 6px;
    max-width: 280px;
  }
  .header__mobile-button .phone-button {
    position: absolute;
    top: 5px;
    right: 70px;
    margin-right: 0;
  }
  .header__mobile-button .phone-button svg path {
    fill: #fff;
    fill: var(--white);
  }
}
.not-found__content-text a {
  color: #474747;
  color: var(--text_color_dark);
}
.not-found:before {
  background-image: url(../i/a376890ea14b67372dc59604a10b0907.png);
}
.not-found__number {
  color: #1693c6;
  color: var(--bg_brown2);
}
.footer {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.footer a.link_dashed span {
  display: inline-block;
  text-transform: unset;
  border-bottom: unset;
  text-decoration: underline;
}
.footer a.link_dashed span:hover {
  text-decoration: unset;
}
.page_success .phone {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    height: auto;
    width: 141px;
  }
}
.treatment__card {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.treatment__card-ico {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}
.treatment-start__content {
  max-width: 1264px;
}
.insurance__label {
  background-color: #f2fbff;
  background-color: var(--accent_color_second);
}
.insurance__label:before {
  background-color: #ffd953;
  background-color: var(--accent_color_quiz);
}
.insurance__label-name,
.insurance__label-status {
  color: #474747;
  color: var(--text_color_dark);
}
.insurance__content {
  max-width: 1264px;
}
@media screen and (max-width: 1023px) {
  .insurance__label {
    max-width: 198px;
  }
}
@media screen and (max-width: 767px) {
  .insurance {
    background-color: #6dc9ee;
    background-color: var(--bg_brown);
  }
  .header.header_addition .header__affiliates-wrapper {
    max-width: 233px;
    margin-bottom: 15px;
  }
  .insurance__label {
    max-width: 147px;
    left: 228px;
  }
}
.manufacturing__card {
  background: #f2fbff;
  background: var(--accent_color_second);
}
.manufacturing__card img {
  right: -25px;
}
@media screen and (max-width: 1250px) {
  .manufacturing__card img {
    right: -45px;
  }
}
@media screen and (max-width: 1023px) {
  .manufacturing__card img {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .manufacturing .h2 {
    max-width: 230px;
  }
  .manufacturing img {
    right: -3px;
  }
}
.modal.modal_form .modal__wrapper {
  background-color: #1693c6;
  background-color: var(--bg_brown2);
}


.title {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Impact";
  text-transform: uppercase;
  margin-top: 50px;
}

.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 30px;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 20px;
}

.more {
  margin-top: 20px;
  justify-self: center;  
  margin-bottom: 20px;
}

.more-button {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Impact";
  padding: 10px 40px;
  background-color: #453695;
  border-radius: 10px;
}

@media screen and (max-width: 620px) {
  .title {
    font-size: 22px;
    line-height: 35px;
  }

  .subtitle {
    font-size: 15px;
    margin-top: 30px;

  }

  .more-button {
    padding: 10px 15px;
    font-size: 16px;
  }
}

.reviews-title {
  text-align: center;
    font-size: 34px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Impact";
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reviews__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  row-gap: 60px;
}

.reviews__video {
  max-width: 350px;
}