.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: Manrope;
  font-display: swap;
  src: url(../f/e506b64ab60eae396e058916603b61cf.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../f/aa9897f9fa37c84d7b9d3d05a8a6bc07.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../f/4410f0d144bea752f9bfb5f33909e0c5.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../f/cb17fa4a508de3daf0d9ea64a0ab724e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(../f/8541582abce817ab8857c51ae0a35ca9.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Jost;
  src: url(../f/08720dfe9ab91ea5e40acc2b52c7671f.ttf) format("truetype");
  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;
}
.chunk-panel-container {
  position: relative;
}
.chunk-panel {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 318px;
  width: 100%;
}
.chunk-panel.open .chunk-panel__dropdown {
  opacity: 1;
  transform: translateX(0);
  pointer-events: unset;
  transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out;
}
.chunk-panel.open .chunk-panel__burger {
  transform: translateX(317px);
}
.chunk-panel.open .chunk-panel__burger:before {
  transform: scaleX(-1);
}
.chunk-panel.open .chunk-panel__inner,
.chunk-panel.open .chunk-panel__title {
  opacity: 1;
}
.chunk-panel strong {
  color: #fff;
}
.chunk-panel nobr {
  word-wrap: break-word;
}
.chunk-panel.chunk-panel_footer .chunk-panel__burger,
.chunk-panel.chunk-panel_footer .chunk-panel__dropdown {
  top: auto;
  bottom: -70px;
}
.chunk-panel.chunk-panel_footer .chunk-panel__dropdown {
  border-radius: 0 10px 0 0;
}
.chunk-panel__dropdown {
  position: absolute;
  left: 0;
  top: 20px;
  max-width: 318px;
  max-height: 340px;
  width: 100%;
  background-color: #333;
  border: 1px solid #525252;
  box-shadow: -5px 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 0;
  color: #fff;
  padding: 9px 25px 25px;
  z-index: 20;
  opacity: 0;
  transform: translateX(-100%);
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.7s ease-in-out;
}
.chunk-panel__dropdown b {
  color: #fff;
}
.chunk-panel__dropdown::-webkit-scrollbar {
  width: 3px;
}
.chunk-panel__dropdown::-webkit-scrollbar-track {
  background-color: initial;
}
.chunk-panel__dropdown::-webkit-scrollbar-thumb {
  background-color: #97c32e;
}
.chunk-panel__dropdown::-webkit-scrollbar-track-piece:end {
  margin-bottom: 10px;
}
.chunk-panel__burger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-self: end;
  z-index: 9;
  top: 20px;
  left: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: #333;
  border-bottom: 1px solid #525252;
  border-top: 1px solid #525252;
  border-left: unset;
  border-right: 1px solid transparent;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-size: 32px;
  transition: transform 0.3s ease-in-out;
}
.chunk-panel__burger,
.chunk-panel__burger:before {
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
}
.chunk-panel__burger:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../i/732e43ca65e21cbc4015395e5df94eae.svg);
  background-size: contain;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
.chunk-panel__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #97c32e;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  text-align: center;
}
.chunk-panel__inner {
  overflow: hidden;
  font-size: 16px;
}
.chunk-panel__inner span {
  line-break: anywhere;
}
.chunk-panel__inner span br {
  display: none;
}
.chunk-panel__subtitle {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}
.chunk-panel__elem:not(:last-child) {
  margin-bottom: 8px;
}
.chunk-panel__elem-title {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 11px;
}
.chunk-panel__chunk {
  position: relative;
  padding-left: 22px;
}
.chunk-panel__chunk:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background-image: url(../i/937bd69099f1b616d5d68f0c9eba24fa.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.chunk-panel__chunk
  [data-js-module="chunk"]:not([data-js-module="chunk-image"]):hover {
  background-color: rgba(151, 195, 46, 0.77);
  animation: none;
}
[data-js-module="chunk-image"],
[data-js-module="chunk"] {
  z-index: 4 !important;
  pointer-events: unset !important;
}
.chunk-panel__block {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.chunk-panel__block:not(:last-child) {
  margin-bottom: 16px;
}
.chunk-panel__block button {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
}
:root {
  --common_color: #333;
  --second_color: #187f86;
  --bg: #fff;
  --bg2: #187f86;
  --bg3: #f8f5f2;
  --bg4: #cc5e9c;
  --bg5: #d83692;
  --bg6: #e6fafb;
  --bg7: #e0e1ba;
  --bg8: #169fa9;
  --bg9: #f0f0eb;
  --bg10: #16959e;
  --bg11: #e04e93;
  --bg12: #e1ddd9;
  --bg13: #fbf7f4;
  --bg14: #cf5399;
  --bg15: #11a2ac;
  --bg16: #84dde3;
  --bg17: #20a2ab;
  --bg18: #898989;
  --bg19: #82841e;
  --bg20: #ffeff8;
  --bg21: #e3e1df;
  --bg22: #d3c6b8;
  --bg23: #4c5e16;
  --bg24: #13676d;
  --white: #fff;
  --text_color: #444;
  --text_color2: #34f2ff;
  --text_color3: #cc5e9c;
  --text_color4: #8e8e8e;
  --text_color5: #444;
  --bold_color: #363636;
}
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,
i,
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: #fff;
  background: var(--bg);
  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: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #444;
  color: var(--text_color);
}
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,
strong {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #363636;
  color: var(--bold_color);
}
.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;
}
[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 #333;
    box-shadow: 0 0 5px var(--common_color);
  }
  to {
    box-shadow: 0 0 100px #fff;
  }
}
.lower {
  text-transform: lowercase;
}
[data-js-scroll-to] {
  cursor: pointer;
}
#adbar {
  transform: translateX(999px);
}
@media screen and (max-width: 1320px) {
  .row {
    padding: 0 45px;
  }
  .info i {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 21px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 16px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.re-captcha-notice {
  color: #363636;
  color: var(--bold_color);
  font-size: 12px;
  line-height: 18px;
}
.re-captcha-notice .link {
  color: #333;
  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: #444;
  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: #444;
  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/fb35cf5e3a04cf98502a043fd075bc1f.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;
}
[data-js-chunk="moderate_phones"] {
  display: inline-block !important;
}
[data-js-module="chunk"] {
  position: relative;
}
[data-js-module="chunk-image"],
[data-js-module="chunk"] {
  cursor: pointer;
  z-index: 5;
}
[data-js-module="chunk-image"]:hover,
[data-js-module="chunk"]:hover {
  z-index: 6;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes drop-shadow-animation {
  0% {
    -webkit-filter: drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
    filter: drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 3px rgba(224, 54, 54, 0.8));
    filter: drop-shadow(0 0 3px rgba(224, 54, 54, 0.8));
  }
  to {
    -webkit-filter: drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
    filter: drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
  }
}
@keyframes chunk-image-animation {
  0% {
    -webkit-filter: sepia(0) saturate(2)
      drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
    filter: sepia(0) saturate(2) drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
  }
  50% {
    -webkit-filter: sepia(1) saturate(3)
      drop-shadow(0 0 3px rgba(224, 54, 54, 0.8));
    filter: sepia(1) saturate(3) drop-shadow(0 0 3px rgba(224, 54, 54, 0.8));
  }
  to {
    -webkit-filter: sepia(0) saturate(2)
      drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
    filter: sepia(0) saturate(2) drop-shadow(0 0 1px rgba(224, 54, 54, 0.8));
  }
}
[data-js-module="chunk"]:not([data-js-module="chunk-image"]):hover {
  animation: drop-shadow-animation 1.2s infinite;
  z-index: 100;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  background-color: rgba(255, 0, 0, 0.1);
}
[data-js-module="chunk-image"] {
  transform: scale(1);
}
[data-js-module="chunk-image"]:hover {
  animation: chunk-image-animation 2s infinite;
  z-index: 100;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
}
.show-chunks [data-js-module="chunk"]:not([data-js-module="chunk-image"]) {
  animation: drop-shadow-animation 1.2s infinite;
  z-index: 100;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  background-color: rgba(255, 0, 0, 0.1);
}
.show-chunks [data-js-module="chunk-image"] {
  animation: chunk-image-animation 2s infinite;
  z-index: 100;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
}
.chunk-flash {
  animation-name: flash-animation;
  animation-duration: 5s;
}
@keyframes flash-animation {
  0% {
    background: #ff0;
  }
  50% {
    background: #40dc43;
  }
  to {
    background: transparent;
  }
}
.chunk-textarea,
.css-textarea,
.vars-textarea {
  display: none;
}
#chunk-modal,
#css-modal,
#vars-modal {
  width: 80%;
  max-width: 80%;
  padding-top: 0 !important;
}
#chunk-modal .modal__wrapper,
#css-modal .modal__wrapper,
#vars-modal .modal__wrapper {
  padding: 0;
  position: relative;
}
#chunk-modal .mfp-close,
#css-modal .mfp-close,
#vars-modal .mfp-close {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff4646 !important;
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  color: #fff !important;
  right: -29px !important;
  top: 35px !important;
  font-size: 32px !important;
  border: none !important;
  border-radius: unset !important;
  transition: background-color 0.3s ease-in-out;
}
#chunk-modal .mfp-close:before,
#css-modal .mfp-close:before,
#vars-modal .mfp-close:before {
  content: none;
}
#chunk-modal .mfp-close:after,
#css-modal .mfp-close:after,
#vars-modal .mfp-close:after {
  display: none !important;
}
#chunk-modal .mfp-close:active,
#chunk-modal .mfp-close:focus,
#chunk-modal .mfp-close:hover,
#css-modal .mfp-close:active,
#css-modal .mfp-close:focus,
#css-modal .mfp-close:hover,
#vars-modal .mfp-close:active,
#vars-modal .mfp-close:focus,
#vars-modal .mfp-close:hover {
  background-color: #f33 !important;
  opacity: 1 !important;
}
.chunk-change-image,
.chunk-save,
.css-save,
.vars-save {
  background-color: #5ea700;
  color: #fff;
  right: -29px;
  top: 90px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 20px;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  transition: background-color 0.3s ease-in-out;
}
.chunk-change-image:hover,
.chunk-save:hover,
.css-save:hover,
.vars-save:hover {
  background-color: #6bbd03;
}
.chunk-change-image {
  background-color: #1141de;
  color: #fff;
  top: 150px;
}
.chunk-change-image:hover {
  background-color: #344ba6;
}
.chunk-change-image-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ace_editor {
  font-family: Fira Code Medium, Monaco, Menlo, Ubuntu Mono, Consolas,
    source-code-pro, monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border: 10px solid #262626;
  line-height: 22px;
  overflow: visible;
  height: 500px;
  width: 100%;
}
.ace_text-input {
  overflow: visible;
  overflow: initial;
}
.chunk-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chunk-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.chunk-image-loader img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.chunk-image-loader:after {
  content: "";
  animation: loader 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
@keyframes loader {
  0%,
  44%,
  88.1%,
  to {
    transform-origin: left;
  }
  0%,
  88%,
  to {
    transform: scaleX(0);
  }
  44.1%,
  88% {
    transform-origin: right;
  }
  33%,
  44% {
    transform: scaleX(1);
  }
}
.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/ab6eea8ea0832085a3302373c4c6772c.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: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
  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: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #187f86;
  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: #187f86;
  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-wrap.chunk-modal {
  z-index: 999999;
}
.ace_scrollbar-h::-webkit-scrollbar,
.ace_scrollbar-v::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ace_scrollbar-h::-webkit-scrollbar-track,
.ace_scrollbar-v::-webkit-scrollbar-track {
  background-color: #525252;
}
.ace_scrollbar-h::-webkit-scrollbar-thumb,
.ace_scrollbar-v::-webkit-scrollbar-thumb {
  background-color: #97c32e;
}
#chunk-modal [data-js="ace-toggle-fullscreen"] {
  background-image: url(../i/606168ade610387bf4b97b355b28ce86.svg);
  background-size: 20px 20px;
  position: absolute;
  right: 29px;
  top: 11px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
#chunk-modal [data-js="ace-toggle-fullscreen"]:hover {
  opacity: 1;
}
#chunk-modal.fullscreen {
  position: fixed !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  border: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0 44px 0 0;
}
#chunk-modal.fullscreen .modal__wrapper {
  height: 100%;
}
#chunk-modal.fullscreen .chunk-save {
  right: 0;
  top: 56px;
}
#chunk-modal.fullscreen .mfp-close {
  right: 0;
  top: 0;
}
#chunk-modal.fullscreen .ace_editor {
  height: 100%;
}
#chunk-modal.fullscreen [data-js="ace-toggle-fullscreen"] {
  background-image: url(../i/84193928238ac6dc7f575438a5f871b8.svg);
  position: fixed;
  right: 12px;
  top: 12px;
}
#chunk-modal.fullscreen .ace-submodal {
  top: 10px;
  height: calc(100% - 35px);
}
#chunk-modal.chunk-modal-image {
  max-width: 1100px;
}
#chunk-modal.chunk-modal-image .modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a7a7a7;
  min-height: 350px;
  border-radius: 10px;
  padding: 50px 25px;
}
#chunk-modal.chunk-modal-image .chunk-save {
  top: 168px;
}
#chunk-modal.chunk-modal-image .chunk-change-image {
  top: 104px;
}
#chunk-modal.chunk-modal-image .mfp-close {
  top: 40px;
}
.mfp-bg.chunk-modal-image-bg {
  background-color: rgba(46, 42, 38, 0.9);
}
.ace-editor__panel {
  background-color: #454545;
  height: auto;
  padding: 10px 20px 5px;
}
.ace-editor__panel.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.ace-editor__panel__icons {
  display: flex;
  align-items: center;
  grid-column-gap: 7px;
  column-gap: 7px;
}
.ace-panel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease-in-out;
}
.ace-panel__icon:hover {
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.ace-panel__icon:before {
  content: "";
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
}
.ace-panel__icon_image:before {
  background-image: url(../i/a553781aef6f9a964077f3823363f9ee.svg);
}
.ace-panel__icon_video:before {
  background-image: url(../i/8c4bb63502f8fe61e04bc466ee473c04.svg);
}
.ace-panel__icon_link-to-page:before {
  background-image: url(../i/1f4e49624792f3ea58e3852a9b7717d5.svg);
}
.ace-submodal {
  position: absolute;
  left: 10px;
  top: 53px;
  width: 50%;
  height: calc(100% - 78px);
  z-index: 10;
  background-color: #ecf0f5;
  padding: 15px 60px 20px 20px;
  box-shadow: 5px 0 5px 2px rgba(0, 0, 0, 0.1);
}
.ace-submodal fieldset {
  margin-top: 5px;
}
.ace-submodal label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.ace-submodal [type="text"] {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-sizing: border-box;
  color: #0a0a0a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  width: 100%;
}
.ace-submodal [type="text"]:focus {
  border: 1px solid #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
}
.ace-submodal .select {
  width: 100%;
  display: block;
  height: 2.4375rem;
  margin: 0 0 1rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
}
.ace-submodal .select,
.ace-submodal .select:focus {
  background-color: #fff;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.ace-submodal .select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
}
.ace-submodal .ace-submodal__button {
  background-color: #1779ba;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 0.85em 1em;
  display: flex;
  transition: opacity 0.3s ease;
}
.ace-submodal .ace-submodal__button:hover {
  opacity: 0.6;
}
.ace-submodal__close {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4646 !important;
  background-image: none !important;
  width: 34px !important;
  height: 34px !important;
  color: #fff !important;
  font-size: 32px !important;
  border: none !important;
  border-radius: unset !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
}
.ace-submodal__close:before {
  content: none;
}
.ace-submodal__close:after {
  display: none !important;
}
.ace-submodal__close:active,
.ace-submodal__close:focus,
.ace-submodal__close:hover {
  background-color: #f33 !important;
  opacity: 1 !important;
}
.ace-submodal__alert {
  margin-top: 15px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 6px;
}
.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/d31f2534d712e1193e8f8a2710eaf4d4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border: 0;
  margin-left: 0;
}
button.mfp-arrow-right {
  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;
  width: 59px;
  height: 59px;
  border: 1px solid #c6d8e7;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.2);
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all 0.2s ease;
}
.scroll-to-top.scroll-to-top_shown {
  visibility: visible;
}
.scroll-to-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1320px) {
  .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;
}
[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: 1320px) {
  .form__flex {
    margin-top: 18px;
  }
  .form__flex .button_submit {
    max-width: 290px;
  }
}
@media screen and (max-width: 1023px) {
  .form__flex {
    margin-top: 13px;
  }
  .form__flex .form__group {
    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: 1320px) {
  .modal.modal-policy-default {
    max-width: 960px;
  }
  .modal.modal-policy-default .modal__wrapper {
    padding: 40px;
  }
  .modal.modal-policy-default .modal-policy-default__title {
    font-size: 27px;
  }
  .modal.modal-policy-default .modal-policy-default__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal.modal-policy-default {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal-policy-default {
    max-width: 400px;
  }
  .modal.modal-policy-default .modal__wrapper {
    padding: 20px;
  }
  .modal.modal-policy-default .modal-policy-default__title {
    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: #187f86;
  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 {
  to {
    transform: scale(1.7);
    opacity: 0.2;
  }
}
@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;
}
.editor-page {
  position: relative;
}
.editor-page .element_hidden {
  display: none;
}
.editor-page.content.dev:before {
  right: 0;
}
.editor-page .elist-sortable {
  position: relative;
}
.editor-page .elist-delete,
.editor-page .elist-handler {
  left: 0;
  z-index: 30;
  color: #fff;
}
.editor-page .header {
  display: block;
  position: relative;
}
.editor-page__wrapper {
  position: relative;
}
.editor-delete,
.editor-handle {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  transition: color 0.3s ease;
}
.editor-delete svg,
.editor-handle svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.editor-delete:hover:before,
.editor-handle:hover:before {
  color: #fff;
}
.editor-page__settings {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 25px;
  color: #212121;
  background-color: #262626;
  position: relative;
  border-bottom: 1px solid #212121;
}
.editor-page__settings .elist-checkbox__label {
  grid-column-gap: 10px;
  column-gap: 10px;
}
.editor-page__module_off,
.editor-page__settings.disabled .editor-page__module {
  opacity: 0.6;
  pointer-events: none;
}
.editor-page__hidden {
  display: none;
}
.editor-page__checkbox {
  order: -1;
}
.editor-page__checkbox .check {
  display: none;
}
.editor-page__select {
  display: flex;
  align-items: center;
  grid-column-gap: 7px;
  column-gap: 7px;
  flex-shrink: 0;
  margin-left: 15px;
}
.editor-page__select .elist-subtitle {
  margin-bottom: 0;
  color: #eae9ed;
}
.editor-page__select .choices-elist__inner {
  background-color: #59585d;
  min-width: 200px;
  color: #eae9ed;
  transition: opacity 0.3s ease-in-out;
}
.editor-page__select .choices-elist__inner .choices-elist__item {
  color: #eae9ed;
}
.editor-page__select .choices-elist__inner:hover {
  opacity: 0.8;
}
.editor-page__select .choices-elist__list.choices__list--dropdown {
  background-color: #59585d;
  min-width: 200px;
  z-index: 99;
}
.editor-page__select .choices-elist__list.choices__list--dropdown input {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  background-color: #59585d;
  color: #eae9ed;
  width: 100%;
  border-radius: 5px;
  min-height: 36px;
  max-height: 36px;
  margin-top: 0;
  padding: 0 25px;
  border: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
.editor-page__select
  .choices-elist__list.choices__list--dropdown
  input::-webkit-input-placeholder {
  color: #eae9ed;
}
.editor-page__select
  .choices-elist__list.choices__list--dropdown
  input::placeholder {
  color: #eae9ed;
}
.editor-page__select .choices-elist {
  width: 100%;
  min-width: 200px;
  max-width: 200px;
}
.editor-page__select-blocks .choices-elist {
  max-width: 400px;
}
.editor-page__select label {
  display: flex;
  align-items: center;
  grid-column-gap: 7px;
  column-gap: 7px;
}
.editor-page-selected {
  max-width: 350px;
  width: 100%;
}
.editor-page__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  cursor: pointer;
  background-color: #59585d;
  border-radius: 3px;
  max-width: 40px;
  min-width: 40px;
  width: 100%;
  min-height: 40px;
  transition: opacity 0.2s ease-in-out;
}
.editor-page__icon:not(:last-child) {
  margin-right: 3px;
}
.editor-page__icon:hover {
  opacity: 0.6;
}
.editor-page__icon_on svg {
  fill: #89cb08;
}
.editor-page__icon_off svg {
  fill: #ff4747;
}
.proto-page .swiper-button-next,
.proto-page .swiper-button-prev {
  color: #81c400;
}
.proto-page .swiper-slide-next,
.proto-page .swiper-slide-prev {
  overflow: hidden;
}
.proto-page__notification {
  display: none;
  position: fixed;
  top: 0;
  right: 50%;
  left: 50%;
  padding: 10px;
  max-width: 500px;
  width: 100%;
  background-color: #333;
  text-align: center;
  color: #81c400;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  z-index: 100;
}
.proto-page__notification.is-active {
  display: block;
}
.proto-page__notification.proto-page__notification_hidden {
  display: none;
}
.proto-page__admin-wrapper {
  position: fixed;
  bottom: 50px;
  left: 70px;
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  column-gap: 20px;
  z-index: 100;
}
.proto-page__admin-button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #333;
  color: #81c400;
}
.proto-page__admin-button.proto-page__admin-button_hidden {
  display: none;
}
.proto-page__admin-button_active .proto-page__icon_on {
  opacity: 1;
}
.proto-page__admin-button_active .proto-page__icon_off {
  opacity: 0;
}
.proto-page__icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
}
.proto-page__icon_on {
  opacity: 0;
}
.proto-page__icon_off {
  opacity: 1;
}
.proto-page__hidden {
  display: none !important;
}
body {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #444;
  color: var(--text_color);
}
footer,
header,
section {
  position: relative;
}
.content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.row {
  max-width: 1170px;
  padding: 0 47px;
  margin: 0 auto;
  box-sizing: initial;
}
.accent {
  color: #187f86;
  color: var(--second_color);
}
.bold {
  font-weight: 700;
}
.bold,
.extra {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.extra {
  font-weight: 800;
}
.reg {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.white {
  color: #fff;
}
.link_dashed > span {
  border-color: rgba(#444, 0.5);
  border-color: rgba(var(--text_color), 0.5);
}
.map {
  width: 100%;
  height: 100%;
  position: relative;
}
.border-gradient,
.border-gradient_alt {
  position: relative;
  z-index: 1;
}
.border-gradient:before,
.border-gradient_alt:before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-image: linear-gradient(90deg, #cf5399, #f568b8);
  z-index: -1;
  border-radius: inherit;
}
.border-gradient:after,
.border-gradient_alt:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(222deg, #cf5399 14.25%, #f568b8 86.96%);
  z-index: -1;
  border-radius: inherit;
}
.border-gradient_alt:before {
  background-image: linear-gradient(90deg, #187f86, #11a4ae);
}
.border-gradient_alt:after {
  background-image: linear-gradient(267deg, #187f86 3.57%, #11a4ae 72.05%);
}
.button {
  color: inherit;
  border: none;
  background-color: unset;
  padding: 0;
}
video {
  display: block;
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 15px;
  }
}
.h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
}
.h1,
.h2 {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 1320px) {
  .h1 {
    font-size: 45px;
  }
  .h1,
  .h2 {
    line-height: 48px;
  }
  .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .h1 {
    font-size: 37px;
  }
  .h1,
  .h2 {
    line-height: 40px;
  }
  .h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.btn {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  max-width: 353px;
  width: 100%;
  height: 80px;
  /* padding: 20px 16px 18px 73px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 70px;
  background-color: #cc5e9c;
  background-color: var(--bg4);
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  color: var(--white);
  transition: background-color 0.2s ease-in-out;
  border: none;
}
.btn:before {
  position: absolute;
  content: "";
  width: 70px;
  background-image: url(/img/main/main__diagnostics-btn-img.png);
  background-size: cover;
  left: 5px;
  top: 5px;
  bottom: 5px;
}
.btn[disabled] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.btn:active,
.btn:hover {
  background-color: #d83692;
  background-color: var(--bg5);
}
.btn:active:before,
.btn:hover:before {
  background-image: url(/img/main/main__diagnostics-btn-img.png);
}
.btn.loading span {
  opacity: 0;
}
.btn_alt {
  background-color: #187f86;
  background-color: var(--second_color);
}
.btn_alt:before {
  background-image: url(/img/main/main__diagnostics-btn-img.png);
  width: 44px;
  left: 3px;
  top: 3px;
  bottom: 3px;
}
.btn_alt:active,
.btn_alt:hover {
  background-color: #169fa9;
  background-color: var(--bg8);
}
/* .btn_alt:active:before,
.btn_alt:hover:before {
  background-image: url(../i/d85379b5b8f4ebd9e9f35ab3464bd30a.svg);
} */
.btn_back {
  background-color: #e0e1ba;
  color: #FFF;
}
.btn_back:before {
  background-image: url(/img/main/main__diagnostics-btn-img.png);
  width: 44px;
  left: unset;
  right: 3px;
  top: 3px;
  bottom: 3px;
  rotate: 198grad;
}
.btn_back:active,
.btn_back:hover {
  background-color: #f0f0eb;
  background-color: var(--bg9);
}
/* .btn_back:active:before,
.btn_back:hover:before {
  background-image: url(../i/02fe6294633b76213c03da32695ba778.svg);
} */
.btn_show-more:before {
  background-image: url(../i/cc87c6e2d02928a52b6e3131dd92c205.svg);
  width: 54px;
}
.btn_show-more:active:before,
.btn_show-more:hover:before {
  background-image: url(../i/c63633a3347a50582ea498ae9925f8b6.svg);
}
@media screen and (max-width: 1023px) {
  .btn {
    font-size: 16px;
  }
}
.swiper-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: none;
  transition: background-color 0.2s ease-in-out;
  background-image: url(/img/swiper-arrow-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 40px;
}
.swiper-arrow:hover {
  background-image: url(/img/swiper-arrow-img.svg);
}
.swiper-arrow.prev {
  transform: rotate(180deg);
  margin-left: unset;
  margin-right: 40px;
}
.swiper-pagination-bullets {
  display: flex;
  grid-column-gap: 20px;
  column-gap: 20px;
}
.swiper-pagination-bullets.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullet {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #0E710C;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #13A210;
}
.swiper-button-lock {
  display: none;
}
@media screen and (max-width: 1023px) {
  .swiper-pagination-bullets {
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .swiper-arrow {
    margin-left: 15px;
  }
  .swiper-arrow.prev {
    margin-right: 15px;
  }
}
.tippy-tooltip.light-theme {
  width: 181px;
  padding: 16px !important;
  border-radius: 10px;
  background-color: #20a2ab;
  background-color: var(--bg17);
  text-align: center;
  color: #fff;
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
}
.tippy-tooltip [data-js-tooltip="close"] {
  display: none;
}
.tippy-popper[x-placement^="bottom"] [data-js-tooltip="arrow"]:before {
  border-color: transparent transparent #20a2ab;
  border-bottom-color: var(--bg17);
  border-right-color: transparent;
  border-top-color: transparent;
}
.tippy-popper[x-placement^="top"] [data-js-tooltip="arrow"]:before {
  border-color: #20a2ab transparent transparent;
  border-top-color: var(--bg17);
}
.form__group {
  width: 100%;
  max-width: 359px;
}
.form__group.error {
  overflow: inherit;
  background-image: none;
  padding: unset;
  background-color: unset;
}
.form__group.error .input {
  animation: none;
  border-color: #ff2828;
  color: #ff2828 !important;
}
.form__group.error .input::-webkit-input-placeholder {
  color: #ff2828;
}
.form__group.error .input::placeholder {
  color: #ff2828;
}
.input {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  height: 80px;
  width: 100%;
  max-width: inherit;
  box-sizing: border-box;
  border-radius: 70px;
  padding-left: 59px;
  font-size: 17px;
  line-height: 22px;
  background-color: #f8f5f2;
  border: 1px solid #13A210;
}
.input::-webkit-input-placeholder {
  font-size: 17px;
  color: rgba(#444, 0.7);
  color: rgba(var(--text_color), 0.7);
}
.input::placeholder {
  font-size: 17px;
  color: rgba(#444, 0.7);
  color: rgba(var(--text_color), 0.7);
}
.form__policy {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 252px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 21px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .form__policy {
    font-size: 12px;
  }
}
.mfp-container {
  overflow-y: auto;
}
.mfp-container .mfp-img {
  padding: 10px 0;
}
.mfp-container .mfp-close {
  line-height: 0;
  font-size: 0;
  background-image: url(../i/ab6eea8ea0832085a3302373c4c6772c.svg);
  background-color: #187f86;
  background-color: var(--bg2);
  background-size: 12px 12px;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 1;
  overflow: hidden;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
}
.mfp-container .mfp-close:active,
.mfp-container .mfp-close:hover {
  background-color: #169fa9;
  background-color: var(--bg8);
}
.modal_elist .mfp-close {
  border-radius: unset;
}
.modal {
  width: calc(100% - 30px);
  padding: 0;
}
.modal .modal__wrapper {
  background-color: #fff;
  background-color: var(--bg);
  overflow: hidden;
  border-radius: 20px;
}
button.mfp-arrow {
  width: 75px;
  height: 75px;
}
button.mfp-arrow:after {
  width: 40px;
  height: 40px;
  top: 36%;
  background-image: url(../i/075202ea454ccace8d25f5ffe136744c.svg);
}
button.mfp-arrow:active,
button.mfp-arrow:hover {
  margin-top: -55px;
}
button.mfp-arrow:active:after,
button.mfp-arrow:hover:after {
  background-image: url(../i/5948a7fa0116143a5697ce367d737376.svg);
}
button.mfp-arrow-right {
  left: auto;
  right: calc(50% - 300px);
  border-radius: 50%;
}
button.mfp-arrow-right:after {
  right: 20%;
  transform: none;
}
button.mfp-arrow-left {
  left: calc(50% - 300px);
  border-radius: 50%;
}
button.mfp-arrow-left:after {
  left: 20%;
  transform: rotate(180deg);
}
@media screen and (max-width: 1320px) {
  .mfp-container .mfp-img {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    width: calc(100% - 18px);
    margin-top: 47px;
    margin-bottom: 47px;
  }
  button.mfp-arrow {
    width: 60px;
    height: 75px;
  }
  button.mfp-arrow:after {
    top: 35%;
  }
  button.mfp-arrow-right {
    right: 6px;
    border-radius: 100px 0 0 100px;
  }
  button.mfp-arrow-left {
    left: 6px;
    border-radius: 0 100px 100px 0;
  }
}
.social {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: cover;
}
.social_vk {
  background-image: url(../i/845f267ed4f4b2278e9e7066307525d3.svg);
}
.social_yt {
  background-image: url(../i/803525ad2a662772b18c55498b5415e7.svg);
}
.social_tg {
  background-image: url(../i/001d3fbaf4e1c5a23a26021eef970fc4.svg);
}
.social_ok {
  background-image: url(../i/de7cd6ddee9ff0e824bac261230fa986.svg);
}
.scroll-to-top {
  width: 70px;
  height: 70px;
  right: 70px;
  background-image: url(/img/scroll-to-top-img.svg);
  background-size: cover;
  border: none;
  border-radius: 10px;
}
.scroll-to-top.scroll-to-top_shown {
  opacity: 1;
}
.scroll-to-top.scroll-to-top_shown:hover.scroll-to-top_shown {
  opacity: 0.7;
}
@media screen and (max-width: 1320px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    right: 47px;
    bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .scroll-to-top {
    right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-to-top {
    right: 15px;
    left: unset;
  }
}
.header {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 33px;
  padding-bottom: 30px;
  z-index: 2;
}
.header > * {
  opacity: 0.8;
}
.header .chunk-panel {
  opacity: 1;
}
.header__grid {
  display: grid;
  grid-template-areas: "h_logo h_affiliates h_worktime h_phone";
  align-items: center;
  grid-template-columns: 176px 1fr auto auto;
}
.header__logo {
  grid-area: h_logo;
  opacity: 1;
}
.header__affiliate-wrapper {
  position: relative;
  grid-area: h_affiliates;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 99px;
  grid-column-gap: 69px;
  column-gap: 69px;
  margin-right: 10px;
  top: 3px;
}
.header__affiliate-city {
  font-size: 18px;
  line-height: 16px;
}
.header__affiliate-address {
  font-size: 16px;
  line-height: 16px;
}
.header__affiliate-address-metro {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  margin-top: -8px;
}
.header__affiliate-address-metro:before {
  position: absolute;
  content: "";
  background-image: url(../i/fd11e4b632409d0ac29c1526b86ddfe2.svg);
  background-size: cover;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
}
.header__worktime-wrapper {
  grid-area: h_worktime;
  font-size: 18px;
  line-height: 16px;
}
.header__worktime_short {
  display: none;
}
.header__phones {
  grid-area: h_phone;
  margin-left: 71px;
  margin-right: 3px;
  font-size: 18px;
  line-height: 16px;
}
@media screen and (max-width: 1320px) {
  .header {
    padding-top: 29px;
    padding-bottom: 32px;
  }
  .header__grid {
    grid-template-areas: "h_logo h_affiliates h_phone" "h_logo h_affiliates h_worktime";
    grid-template-columns: 176px 1fr auto;
  }
  .header__affiliate-address {
    margin-top: -3px;
    margin-bottom: 3px;
  }
  .header__worktime {
    display: none;
    text-align: right;
  }
  .header__worktime_short {
    display: block;
  }
  .header__affiliate-city {
    font-size: 16px;
  }
  .header__phones {
    margin-top: -3px;
    margin-bottom: 4px;
    margin-left: unset;
  }
  .header__affiliate-wrapper {
    margin-left: -2px;
    grid-column-gap: 80px;
    column-gap: 80px;
  }
  .header__affiliate-address-metro {
    margin-top: 0;
  }
  .header__affiliate-address-metro:before {
    left: 0;
    top: 1px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding-top: 31px;
  }
  .header__affiliate-wrapper {
    margin-left: -10px;
    grid-column-gap: 30px;
    column-gap: 30px;
    top: 0;
  }
  .header__affiliate-address {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .header__grid {
    grid-template-areas: "h_logo        h_phone" "h_affiliates  h_worktime";
    grid-template-columns: 1fr 108px;
  }
  .header__affiliate-wrapper {
    display: block;
  }
  .header__phones {
    margin-right: unset;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__phones .phone {
    display: none;
  }
  .header__phones .phone_first {
    display: block;
    width: 56px;
    height: 44px;
    font-size: 0;
    line-height: 0;
    background-image: url(../i/649f577af0c213c33296edb5eff04f33.svg);
    background-size: cover;
  }
  .header__logo {
    width: 134px;
    align-self: flex-start;
    margin-top: -7px;
  }
  .header__worktime {
    display: block;
    font-size: 14px;
  }
  .header__worktime_short {
    display: none;
  }
  .header__affiliate-wrapper {
    margin-left: 0;
    margin-top: -14px;
  }
  .header__affiliate-address,
  .header__affiliate-city {
    font-size: 14px;
  }
  .header__affiliate-address-metro {
    margin-top: 3px;
    margin-bottom: 2px;
    padding-left: 17px;
  }
  .header__affiliate-address-metro:before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
}
.first-screen {
  background-image: url(../i/d09082fe2ada735a07c4cdb4d7508bde.svg);
  background-size: auto calc(100% + 34px);
  background-position-y: -32px;
  padding-top: 63px;
  padding-bottom: 122px;
  border-bottom: 1px solid #cc5e9c;
  border-bottom: 1px solid var(--bg4);
  z-index: 1;
}
.fs__title {
  margin-bottom: 21px;
  max-width: 958px;
}
.fs__subtitle {
  font-size: 24px;
  margin-bottom: 52px;
}
.fs__grid {
  display: grid;
  grid-template-areas: "fs_img     fs_prices" "fs_img     fs_gift" "fs_content fs_gift";
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-template-columns: 570px 1fr;
  grid-template-rows: auto auto 1fr;
}
.fs__image {
  grid-area: fs_img;
  border-radius: 20px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.fs__prices-wrapper {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  grid-area: fs_prices;
  position: relative;
  border-radius: 20px 0 0 0;
  background-color: #187f86;
  background-color: var(--bg2);
  margin-top: -2px;
  color: #fff;
  color: var(--white);
  padding: 40px 10px 39px 154px;
  margin-bottom: 30px;
}
.fs__prices-image {
  position: absolute;
  top: -28px;
  left: -14px;
}
.fs__icons {
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: -12px;
  left: 34px;
}
.fs__icon {
  border-radius: 4px;
  border: 0.5px solid #898989;
  overflow: hidden;
  display: flex;
}
.fs__icon + .fs__icon {
  margin-left: -8px;
}
.fs__prices-title-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.fs__prices-title {
  font-size: 26px;
  line-height: 34px;
  margin-right: 11px;
  text-transform: uppercase;
}
.fs__prices-subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}
.fs__prices {
  display: flex;
}
.fs__prices-old {
  font-size: 22px;
  line-height: 34px;
  text-decoration: line-through;
  margin-right: 5px;
  margin-top: 2px;
}
.fs__prices-new {
  font-size: 26px;
  line-height: 34px;
}
.fs__contacts-wrapper {
  grid-area: fs_content;
}
.fs__gift-wrapper {
  position: relative;
  grid-area: fs_gift;
  background-color: #fff;
  background-color: var(--bg);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 41px 83px 38px 30px;
}
.fs__gift-icon {
  position: absolute;
  right: 30px;
  top: 0;
}
.fs__gift-title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 18px;
}
.fs__gift-text-elem {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(#444, 0.8);
  color: rgba(var(--text_color), 0.8);
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}
.fs__gift-text-elem:before {
  position: absolute;
  content: "";
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.fs__gift-text-elem + .fs__gift-text-elem {
  margin-top: 12px;
}
.fs__offer {
  position: absolute;
  right: -3px;
  bottom: -17px;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  border-radius: 20px 0;
  border: 1.5px solid #187f86;
  border: 1.5px solid var(--bg2);
  background-color: #e6fafb;
  background-color: var(--bg6);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 38px 18px 34px;
  transform: rotate(-4deg);
}
.fs__contacts-wrapper {
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fs__contacts {
  text-align: right;
  margin-left: 10px;
  line-height: 24px;
  opacity: 0.8;
}
.fs__phones {
  font-size: 22px;
  margin-top: -1px;
  margin-bottom: 4px;
}
.fs__phones .phone + .phone {
  margin-top: 10px;
}
.fs__worktime {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-right: -6px;
}
@media screen and (max-width: 1320px) {
  .first-screen {
    padding-top: 53px;
    padding-bottom: 112px;
    background-position-y: unset;
    background-position-x: 42%;
    background-size: cover;
  }
  .fs__title {
    margin-bottom: 21px;
    max-width: 72%;
  }
  .fs__subtitle {
    font-size: 20px;
    margin-bottom: 51px;
  }
  .fs__grid {
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: minmax(430px, 570px) minmax(480px, 570px);
  }
  .fs__prices-image {
    top: -41px;
    width: 135px;
    left: 12px;
  }
  .fs__icons {
    bottom: unset;
    top: 61px;
    left: 152px;
  }
  .fs__icons img {
    min-width: 37px;
  }
  .fs__prices-title-wrapper {
    margin-bottom: 4px;
  }
  .fs__prices-wrapper {
    padding: 73px 10px 26px 28px;
    margin-bottom: 20px;
  }
  .fs__prices-subtitle {
    margin-bottom: 6px;
  }
  .fs__prices-old {
    margin-right: 6px;
  }
  .fs__gift-wrapper {
    padding: 30px 75px 28px 30px;
  }
  .fs__gift-icon {
    right: 19px;
  }
  .fs__gift-title {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .fs__gift-text-elem {
    padding-left: 27px;
    font-size: 18px;
  }
  .fs__gift-text-elem:before {
    top: 2px;
  }
  .fs__gift-text-elem + .fs__gift-text-elem {
    margin-top: 11px;
  }
  .fs__offer {
    right: -8px;
    bottom: -23px;
    font-size: 26px;
    line-height: 33px;
    border-radius: 17px 0;
    padding: 15px 34px 17px 31px;
  }
  .fs__contacts-wrapper {
    margin-top: 8px;
    margin-right: -4px;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .fs__button {
    max-width: 434px;
    padding-right: 51px;
  }
  .fs__contacts {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .first-screen {
    padding-top: 48px;
    padding-bottom: 89px;
    background-position-x: unset;
  }
  .fs__title {
    margin-right: -2px;
    margin-bottom: 15px;
    max-width: unset;
  }
  .fs__subtitle {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .fs__grid {
    grid-template-columns: minmax(354px, 430px) minmax(355px, 480px);
    grid-template-areas: "fs_img fs_prices" "fs_content fs_gift";
  }
  .fs__prices-wrapper {
    margin-top: 0;
    padding: 70px 10px 10px 19px;
    margin-bottom: 11px;
  }
  .fs__prices-image {
    top: -32px;
    width: 128px;
    left: 3px;
  }
  .fs__icons {
    top: 54px;
    left: 141px;
  }
  .fs__prices-title-wrapper {
    display: block;
    margin-bottom: -1px;
  }
  .fs__prices-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .fs__prices-subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }
  .fs__prices-old {
    font-size: 20px;
    margin-right: 10px;
  }
  .fs__prices-new {
    font-size: 21px;
    margin-top: 1px;
  }
  .fs__gift-wrapper {
    padding: 15px 45px 30px 15px;
  }
  .fs__gift-icon {
    right: 9px;
    width: 33px;
  }
  .fs__gift-title {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .fs__gift-text-elem {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 20px;
  }
  .fs__gift-text-elem:before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
  .fs__gift-text-elem + .fs__gift-text-elem {
    margin-top: 5px;
  }
  .fs__contacts-wrapper {
    margin-top: 6px;
    margin-right: 0;
  }
  .fs__offer {
    right: 4px;
    bottom: -31px;
    font-size: 20px;
    line-height: 26px;
    padding: 13px 27px 11px 24px;
  }
  .fs__button {
    padding-right: 16px;
  }
  .fs__contacts {
    padding-right: 5px;
    margin-top: 14px;
  }
  .fs__phones {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .first-screen {
    padding-top: 20px;
    padding-bottom: 69px;
  }
  .fs__title {
    margin-bottom: 16px;
  }
  .fs__subtitle {
    font-size: 17px;
    line-height: 24px;
    margin-right: -2px;
    margin-bottom: 31px;
  }
  .fs__grid {
    grid-template-columns: auto;
    grid-template-areas: "fs_prices" "fs_gift" "fs_content" "fs_img";
  }
  .fs__prices-wrapper {
    padding: 23px 10px 18px 124px;
    margin-bottom: 10px;
    margin-right: -16px;
  }
  .fs__prices-image {
    top: -20px;
    width: 127px;
    left: -14px;
  }
  .fs__icons {
    top: unset;
    left: 30px;
    bottom: -23px;
  }
  .fs__icons img {
    min-width: unset;
  }
  .fs__prices-old {
    font-size: 18px;
    margin-right: 8px;
  }
  .fs__prices-new {
    font-size: 19px;
  }
  .fs__gift-wrapper {
    padding: 32px 40px 30px 15px;
    margin-left: -15px;
  }
  .fs__gift-icon {
    right: 6px;
  }
  .fs__contacts-wrapper {
    margin-top: 29px;
    margin-bottom: 25px;
  }
  .fs__contacts {
    margin-top: 23px;
  }
  .fs__offer {
    right: -4px;
    bottom: -11px;
  }
  .fs__image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .fs__image > * {
    min-width: 118%;
    margin-left: -20px;
  }
}
@media screen and (max-width: 359px) {
  .fs__prices {
    flex-wrap: wrap;
  }
  .fs__image > * {
    min-width: unset;
    margin-left: unset;
  }
  .fs__button {
    font-size: 14px;
  }
  .fs__offer {
    right: -36px;
  }
}
.benefits {
  padding-top: 113px;
  padding-bottom: 122px;
}
.benefits__title {
  position: relative;
  margin-left: -4px;
  padding-right: 210px;
  margin-bottom: 57px;
}
.benefits__subtitle {
  position: absolute;
  bottom: 7px;
  right: -3px;
  font-size: 30px;
  line-height: 28px;
}
.benefits__subtitle:before {
  position: absolute;
  content: "";
  bottom: -40px;
  right: 3px;
  width: 193px;
  height: 37px;
  background-image: url(../i/f494223f9e48762dea339bee4bca91f8.svg);
  background-size: cover;
}
.benefits__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  grid-row-gap: 33px;
  row-gap: 33px;
}
.benefits__item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3% - 30px);
  background-color: #fbf7f4;
  background-color: var(--bg13);
  border-radius: 20px;
  min-height: 180px;
}
.benefits__item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px 0;
  margin-top: -14px;
  padding: 4px 14px 6px;
  font-size: 18px;
  line-height: 24px;
  min-width: 177px;
}
.benefits__item-text {
  margin-top: 25px;
  margin-left: 30px;
}
.benefits__item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1320px) {
  .benefits {
    padding-top: 109px;
    padding-bottom: 110px;
  }
  .benefits__title {
    margin-left: 2px;
    padding-right: 170px;
    margin-bottom: 61px;
  }
  .benefits__subtitle {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    bottom: 3px;
    right: 3px;
  }
  .benefits__subtitle:before {
    bottom: -26px;
    right: -3px;
    width: 154px;
    height: 29px;
  }
  .benefits__items {
    margin-left: -7px;
    margin-right: -8px;
  }
  .benefits__item {
    margin-left: 7px;
    margin-right: 8px;
    width: calc(33.3% - 15px);
    min-height: 186px;
  }
  .benefits__item-title {
    margin-top: -17px;
    margin-left: 2px;
    min-width: 175px;
    padding: 3px 13px 7px;
  }
  .benefits__item-text {
    margin-top: 27px;
    margin-left: 24px;
    font-size: 18px;
    padding-right: 85px;
  }
  .benefits__item-text br {
    display: none;
  }
  .benefits__item-icon {
    width: 164px;
  }
}
@media screen and (max-width: 1023px) {
  .benefits {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .benefits__title {
    margin-left: 0;
    padding-right: 145px;
    margin-bottom: 43px;
  }
  .benefits__subtitle {
    bottom: 1px;
  }
  .benefits__items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .benefits__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
    min-height: 144px;
  }
  .benefits__item-title {
    margin-top: -11px;
    font-size: 17px;
    padding: 3px 15px 3px 14px;
    min-width: 169px;
  }
  .benefits__item-text {
    margin-top: 27px;
    margin-left: 19px;
    font-size: 19px;
    line-height: 24px;
  }
  .benefits__item-text br {
    display: block;
  }
  .benefits__item-icon {
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-top: 66px;
    padding-bottom: 70px;
  }
  .benefits__title {
    padding-right: 40px;
    margin-bottom: 53px;
  }
  .benefits__subtitle {
    bottom: -1px;
    font-size: 16px;
    right: 0;
  }
  .benefits__subtitle:before {
    bottom: -24px;
    right: 1px;
  }
  .benefits__items {
    grid-row-gap: 27px;
    row-gap: 27px;
  }
  .benefits__item {
    width: 100%;
  }
  .benefits__item-title {
    margin-top: -15px;
  }
  .benefits__item-text {
    margin-left: 20px;
  }
}
@media screen and (max-width: 359px) {
  .benefits__item-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.doctor-quote {
  position: relative;
}
.doctor-quote:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: #f8f5f2;
  background-color: var(--bg3);
  bottom: 0;
  height: 60%;
}
.dq__inner {
  position: relative;
}
.dq__image {
  position: absolute;
  right: 31px;
  bottom: 0;
}
.dq__content {
  position: relative;
  background-color: #187f86;
  background-color: var(--bg2);
  border-radius: 20px;
  overflow: hidden;
  min-height: 281px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 10px;
}
.dq__content:before {
  position: absolute;
  content: "";
  width: 545px;
  height: 429px;
  background-image: url(../i/1e64780c4e6f7e25e9ca6a8edf638dbc.svg);
  background-size: cover;
  top: -138px;
  right: -8px;
}
.dq__quote {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 31px;
  margin-bottom: 30px;
}
.dq__quote:before {
  position: absolute;
  content: "";
  background-color: #11a2ac;
  background-color: var(--bg15);
  height: 1px;
  left: 0;
  right: 19px;
  bottom: 0;
}
.dq__name-wrapper {
  position: relative;
  display: flex;
  font-size: 30px;
  line-height: 26px;
}
.dq__prof {
  font-weight: 700;
  margin-right: 18px;
}
.dq__name,
.dq__prof {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.dq__name {
  font-weight: 400;
}
.dq__exp {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin-top: 17px;
  padding: 7px 9px 13px 12px;
}
@media screen and (max-width: 1320px) {
  .doctor-quote:before {
    height: 50%;
  }
  .dq__image {
    right: 12px;
    bottom: 0;
    width: 335px;
  }
  .dq__content {
    min-height: 276px;
    padding-top: 41px;
    padding-left: 34px;
  }
  .dq__content:before {
    width: 381px;
    height: 301px;
    top: -41px;
    right: -45px;
  }
  .dq__quote {
    font-size: 20px;
    padding-bottom: 19px;
    margin-bottom: 21px;
  }
  .dq__quote:before {
    right: 0;
  }
  .dq__name-wrapper {
    font-size: 28px;
    display: block;
    margin-left: -1px;
  }
  .dq__name {
    font-size: 23px;
    margin-top: 8px;
  }
  .dq__exp {
    padding: 8px 13px 12px 12px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .doctor-quote:before {
    height: 24%;
  }
  .dq__content {
    padding-top: 30px;
    padding-left: 30px;
    min-height: 227px;
  }
  .dq__content:before {
    width: 337px;
    height: 266px;
    top: 0;
    right: 0;
  }
  .dq__quote {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    max-width: 315px;
  }
  .dq__prof {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 19px;
  }
  .dq__name {
    font-size: 18px;
    margin-top: 4px;
  }
  .dq__exp {
    padding: 0 5px 1px 7px;
    margin-top: 14px;
    font-size: 20px;
  }
  .dq__image {
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .dq__inner {
    margin-left: -35px;
    overflow: hidden;
  }
  .dq__content {
    padding-left: 34px;
    min-height: 248px;
  }
  .dq__content:before {
    width: 230px;
    height: 181px;
  }
  .dq__image {
    width: 223px;
    right: -70px;
  }
  .dq__quote {
    max-width: 62%;
    padding-bottom: 15px;
  }
  .dq__name {
    font-size: 16px;
    margin-top: 0;
  }
  .dq__exp {
    margin-top: 7px;
    padding-top: 1px;
  }
}
@media screen and (max-width: 359px) {
  .dq__prof {
    margin-right: 72px;
  }
}
.advantages {
  padding-top: 92px;
  padding-bottom: 119px;
  background-color: #f8f5f2;
  background-color: var(--bg3);
}
.advantages__grid {
  display: grid;
  grid-template-areas: "a_title    a_media" "a_subtitle a_media" "a_items    a_items";
  grid-template-columns: 1fr 412px;
  grid-column-gap: 59px;
  column-gap: 59px;
}
.advantages__title {
  grid-area: a_title;
  margin-top: 8px;
  margin-right: 10px;
}
.advantages__subtitle {
  grid-area: a_subtitle;
  font-size: 30px;
  line-height: 40px;
  align-self: flex-end;
  margin-bottom: -8px;
  margin-left: -2px;
}
.advantages__media-wrapper {
  grid-area: a_media;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
}
.advantages__media-info {
  position: absolute;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  background-color: var(--bg);
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 8px;
}
.advantages__media-icon {
  flex-shrink: 0;
  margin-right: 20px;
  margin-left: -72px;
}
.advantages__media-text {
  margin-top: 6px;
}
.advantages__items {
  grid-area: a_items;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -16px;
  grid-row-gap: 30px;
  row-gap: 30px;
  margin-top: 60px;
  overflow: hidden;
}
.advantages__item {
  position: relative;
  margin-left: 15px;
  margin-right: 16px;
  width: calc(25% - 31px);
  border-radius: 20px;
  background-color: #fff;
  background-color: var(--bg);
  border: 1px solid #187f86;
  border: 1px solid var(--bg2);
  padding: 26px 62px 10px 30px;
  min-height: 136px;
  /* top: 40px;
  opacity: 0; */
}
.advantages__item:before {
  position: absolute;
  content: "";
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  bottom: 19px;
  right: 18px;
}
@media screen and (max-width: 1320px) {
  .advantages {
    padding-top: 70px;
    padding-bottom: 110px;
  }
  .advantages__grid {
    grid-template-columns: 1fr 347px;
  }
  .advantages__title {
    font-size: 38px;
    margin-top: 0;
  }
  .advantages__subtitle {
    font-size: 23px;
    line-height: 34px;
    margin-right: 40px;
    margin-bottom: -4px;
    margin-left: 0;
  }
  .advantages__items {
    margin-left: -8px;
    margin-right: -8px;
    grid-row-gap: 16px;
    row-gap: 16px;
    margin-top: 48px;
  }
  .advantages__item {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(25% - 16px);
    font-size: 18px;
    line-height: 24px;
    padding: 21px 45px 10px 25px;
    min-height: 116px;
  }
  .advantages__item:before {
    width: 30px;
    height: 30px;
    bottom: 14px;
    right: 15px;
  }
  .advantages__media-info {
    padding-bottom: 13px;
    padding-top: 9px;
  }
  .advantages__media-icon {
    width: 216px;
    margin-right: 6px;
    margin-left: -63px;
  }
  .advantages__media-text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .advantages__grid {
    grid-template-columns: 1fr 316px;
    grid-column-gap: 25px;
    column-gap: 25px;
  }
  .advantages__title {
    font-size: 30px;
    margin-right: 0;
  }
  .advantages__subtitle {
    font-size: 19px;
    line-height: 26px;
    margin-right: 0;
  }
  .advantages__items {
    margin-top: 33px;
    margin-left: -5px;
    margin-right: -6px;
  }
  .advantages__item {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(25% - 10px);
    border-radius: 22px;
    padding: 32px 33px 10px 27px;
    min-height: 138px;
  }
  .advantages__media-icon {
    width: 179px;
    margin-left: -52px;
    margin-right: 11px;
  }
  .advantages__media-info {
    padding-top: 12px;
  }
  .advantages__media-text {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .advantages__grid {
    grid-template-areas: "a_title" "a_media" "a_subtitle" "a_items";
    grid-template-columns: minmax(auto, 380px);
    justify-content: center;
  }
  .advantages__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .advantages__media-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: unset;
  }
  .advantages__media-info {
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -87px;
    padding-top: 25px;
    padding-bottom: 16px;
    border-radius: 20px;
  }
  .advantages__media-icon {
    width: 240px;
    margin-left: -40px;
    margin-right: 7px;
    max-width: 67%;
  }
  .advantages__media-text {
    margin-top: -10px;
  }
  .advantages__subtitle {
    margin-top: 56px;
  }
  .advantages__items {
    grid-row-gap: 10px;
    row-gap: 10px;
    margin-right: -5px;
  }
  .advantages__item {
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 22px;
    padding: 29px 33px 10px 24px;
    min-height: 126px;
  }
}
@media screen and (max-width: 359px) {
  .advantages__item:before {
    right: 3px;
  }
}
.offer {
  background-color: #187f86;
  background-color: var(--bg2);
  padding-top: 96px;
}
.offer__grid {
  position: relative;
  z-index: 1;
  padding: 61px 70px 25px 2px;
  grid-template-columns: 1fr 359px;
  grid-template-rows: auto 1fr;
  grid-column-gap: 20px;
  column-gap: 20px;
  min-height: 564px;
}
.offer__grid:before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 0 50px 0 0;
  right: 0;
  top: 0;
  bottom: -1px;
  width: 100vw;
  z-index: -1;
}
.offer__title {
  margin-bottom: 34px;
  margin-left: -3px;
}
.offer__grid {
  display: grid;
  grid-template-areas: "o_title o_form" "o_items o_form";
}
.offer__list-title {
  grid-area: o_title;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 29px;
}
.offer__items {
  grid-area: o_items;
  margin-right: 64px;
}
.offer__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1ddd9;
  border-bottom: 1px solid var(--bg12);
}
.offer__item-text {
  position: relative;
  padding-left: 47px;
}
.offer__item-text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../i/001f49c60223e659ffd386ef1ed639b8.svg);
  background-size: cover;
  left: 0;
  top: calc(50% - 15px);
}
.offer__item-prices {
  display: flex;
  line-height: 22px;
  width: 184px;
  margin-top: 5px;
}
.offer__item-new {
  width: 52px;
}
.offer__item-old {
  text-decoration: line-through;
}
.offer__tooltip {
  position: absolute;
  top: -11px;
  right: -23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.offer__tooltip > * {
  font-size: 18px;
  width: 20px;
  height: 20px;
  background-color: #e1ddd9;
  background-color: var(--bg12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offer__tooltip > :active,
.offer__tooltip > :hover {
  background-color: #84dde3;
  background-color: var(--bg16);
}
/* .offer__form {
  grid-area: o_form;
  margin-top: 172px;
} */
.offer__form .btn {
  margin-top: 13px;
  max-width: inherit;
  padding-left: 64px;
}
@media screen and (max-width: 1320px) {
  .offer {
    padding-top: 110px;
  }
  .offer__title {
    font-size: 38px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .offer__grid {
    padding: 53px 24px 25px 0;
    grid-template-columns: 1fr 318px;
    grid-row-gap: 10px;
    row-gap: 10px;
    min-height: 517px;
  }
  .offer__list-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-right: -20px;
  }
  .offer__form {
    margin-top: 124px;
  }
  .offer__form .btn {
    padding-left: 74px;
    padding-top: 17px;
    font-size: 16px;
    margin-top: 12px;
  }
  .offer__form .form__policy {
    margin-top: 12px;
  }
  .offer__form .input_phone::-webkit-input-placeholder {
    font-size: 16px;
  }
  .offer__form .input_phone::placeholder {
    font-size: 16px;
  }
  .offer__items {
    margin-right: 32px;
  }
  .offer__item {
    padding-top: 19px;
    padding-bottom: 16px;
  }
  .offer__item-text {
    padding-left: 41px;
    font-size: 18px;
  }
  .offer__item-text:before {
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
  }
  .offer__item-prices {
    width: 137px;
    margin-top: 7px;
    margin-bottom: -1px;
  }
  .offer__item-new {
    width: 54px;
  }
  .offer__tooltip {
    top: -3px;
    right: -19px;
  }
  .offer__tooltip > * {
    font-size: 14px;
    line-height: 15px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .offer {
    padding-top: 80px;
  }
  .offer__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .offer__grid {
    grid-template-areas: "o_title" "o_items" "o_form";
    margin-right: 24px;
    grid-template-columns: auto;
    grid-template-rows: auto auto 1fr;
    padding-top: 37px;
    padding-bottom: 89px;
  }
  .offer__list-title {
    font-size: 24px;
    line-height: 33px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .offer__items {
    margin-right: 142px;
  }
  .offer__item-prices {
    width: 139px;
  }
  .offer__item-new {
    width: 55px;
  }
  .offer__form {
    margin-top: 24px;
    margin-right: 39px;
  }
  .offer__form .form__group-wrapper {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 11px;
    column-gap: 11px;
  }
  .offer__form .form__group {
    max-width: 315px;
  }
  .offer__form .input_phone::-webkit-input-placeholder {
    font-size: 16px;
  }
  .offer__form .input_phone::placeholder {
    font-size: 16px;
  }
  .offer__form .btn {
    margin-top: 0;
  }
  .offer__form .form__policy {
    font-size: 12px;
    margin-right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .offer {
    padding-top: 65px;
  }
  .offer__title {
    font-size: 26px;
    margin-bottom: 29px;
  }
  .offer__grid {
    margin-right: 0;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 69px;
  }
  .offer__grid:before {
    border-radius: 0 20px 0 0;
  }
  .offer__list-title {
    font-size: 22px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .offer__items {
    margin-right: 0;
    max-width: 550px;
  }
  .offer__item {
    border-bottom: none;
    padding-top: 11px;
    padding-bottom: 21px;
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .offer__item + .offer__item {
    border-top: 1px solid #e1ddd9;
    border-top: 1px solid var(--bg12);
    padding-bottom: 10px;
  }
  .offer__item-text {
    font-size: 16px;
    line-height: 22px;
  }
  .offer__item-text:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .offer__item-prices {
    display: block;
    width: 66px;
    flex-shrink: 0;
    line-height: 22px;
  }
  .offer__item-new {
    font-size: 19px;
  }
  .offer__item-old {
    font-size: 16px;
  }
  .offer__form {
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    max-width: 315px;
    width: 100%;
  }
  .offer__form .form__group-wrapper {
    display: block;
  }
  .offer__form .btn {
    margin-top: 10px;
  }
  .offer__form .form__policy {
    margin-right: auto;
    padding-left: 15px;
  }
  .offer__tooltip {
    top: -10px;
    right: -17px;
  }
  .offer__tooltip > * {
    line-height: 18px;
    width: 18px;
    height: 18px;
  }
}
.quality {
  background-image: url(../i/24af97b36ac6f663a5e3e924c2c519cd.svg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 116px;
  border-bottom: 1px solid #187f86;
  border-bottom: 1px solid var(--second_color);
}
.quality__grid {
  display: grid;
  grid-template-areas: "q_title q_img" "q_sub   q_img";
  grid-template-columns: 1fr 448px;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-template-rows: auto 1fr;
}
.quality__title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  grid-area: q_title;
  margin-top: -8px;
  margin-left: 1px;
}
.quality__subtitle {
  grid-area: q_sub;
  font-size: 24px;
  line-height: 34px;
  margin-top: 28px;
  margin-left: 1px;
  max-width: 450px;
}
.quality__image {
  grid-area: q_img;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.quality__image img {
  border-top-left-radius: 26px;
}
.quality__text {
  position: absolute;
  padding: 23px 10px 22px 22px;
  line-height: 24px;
  bottom: -12px;
  left: -184px;
  border-radius: 10px 0;
  border: 2px solid #187f86;
  border: 2px solid var(--second_color);
  background-color: #e6fafb;
  background-color: var(--bg6);
  max-width: 429px;
  transform: rotate(-4deg);
}
@media screen and (max-width: 1320px) {
  .quality {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .quality__grid {
    grid-template-columns: 1fr 408px;
  }
  .quality__title {
    margin-top: 0;
    font-size: 38px;
    margin-left: 0;
  }
  .quality__subtitle {
    margin-top: 31px;
    max-width: 390px;
    font-size: 23px;
    margin-left: 0;
  }
  .quality__text {
    padding: 22px 10px 23px 19px;
    line-height: 24px;
    font-size: 18px;
    bottom: -15px;
    left: -128px;
    max-width: 394px;
  }
}
@media screen and (max-width: 1023px) {
  .quality {
    padding-top: 90px;
    padding-bottom: 96px;
  }
  .quality__grid {
    grid-template-columns: 1fr 325px;
  }
  .quality__title {
    margin-top: -10px;
    font-size: 30px;
  }
  .quality__text {
    padding: 13px 10px 11px 16px;
    line-height: 24px;
    font-size: 16px;
    bottom: -39px;
    left: -23px;
    right: 6px;
  }
  .quality__subtitle {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .quality {
    padding-top: 61px;
    padding-bottom: 121px;
  }
  .quality__grid {
    grid-template-areas: "q_title " "q_sub" "q_img";
    grid-template-columns: auto;
    max-width: 410px;
    margin: auto;
  }
  .quality__title {
    font-size: 26px;
    margin-top: 0;
    max-width: 385px;
  }
  .quality__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
  }
  .quality__image {
    margin-right: -15px;
  }
  .quality__text {
    padding: 11px 10px 13px 14px;
    bottom: -41px;
    left: -3px;
    right: 10px;
  }
}
.prices {
  padding-top: 106px;
  padding-bottom: 118px;
}
.prices__content {
  position: relative;
}
.prices__title {
  margin-right: 235px;
  margin-bottom: 51px;
  margin-left: -1px;
}
.prices__image {
  position: absolute;
  right: 0;
  top: -58px;
}
.prices__list {
  margin-right: 192px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin-bottom: 66px;
}
.prices__elem {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 288px;
  padding-left: 31px;
}
.prices__elem:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  background-size: cover;
}
.prices__items {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 30px;
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.prices__item {
  border-radius: 20px;
  background-color: #187f86;
  background-color: var(--bg2);
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3% - 30px);
  padding-left: 20px;
}
.prices__item-offer {
  border-radius: 10px 0;
  background-color: #cc5e9c;
  background-color: var(--bg4);
  font-size: 17px;
  line-height: 24px;
  padding: 4px 15px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -17px;
  margin-left: -20px;
}
.prices__item-title {
  margin-top: 34px;
  font-size: 18px;
  line-height: 26px;
}
.prices__item-flag {
  display: inline;
  margin-left: 3px;
}
.prices__item-flag-img {
  border: 0.5px solid #898989;
  border: 0.5px solid var(--bg18);
  border-radius: 4px;
}
.prices__item-installment-title {
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 4px;
}
.prices__item-instalment-price {
  color: #34f2ff;
  color: var(--text_color2);
  font-size: 26px;
  line-height: 34px;
}
.prices__item-instalment-price-wrapper {
  position: relative;
}
.prices__item-image {
  position: absolute;
  right: -31px;
  bottom: -34px;
}
.prices__item-prices {
  display: flex;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-top: 15px;
  margin-bottom: 21px;
}
.prices__item-new-prefix {
  font-weight: 500;
}
.prices__item-new-prefix,
.prices__item-old {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.prices__item-old {
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 4px;
}
.prices__item-list {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-column-gap: 2px;
  column-gap: 2px;
  border-radius: 0 0 20px 20px;
  margin-left: -20px;
  overflow: hidden;
  padding-top: 10px;
  grid-row-gap: 5px;
  row-gap: 5px;
}
.prices__item-elem {
  position: relative;
  background-color: #16959e;
  background-color: var(--bg10);
  font-size: 18px;
  line-height: 34px;
  padding: 8px 20px 12px 22px;
}
.prices__item-elem:before {
  position: absolute;
  content: "";
  top: -7px;
  width: 20px;
  height: 20px;
  background-image: url(../i/001f49c60223e659ffd386ef1ed639b8.svg);
  background-size: cover;
}
.prices_steps {
  padding-bottom: 95px;
}
.prices_steps .prices__list {
  margin-bottom: 58px;
}
.prices_steps .prices__item:first-child {
  background-color: #13676d;
  background-color: var(--bg24);
}
.prices_steps .prices__item:first-child .prices__item-offer {
  background-color: #34f2ff;
  background-color: var(--text_color2);
  color: #444;
  color: var(--text_color5);
}
.prices_steps .prices__item-title {
  margin-top: 21px;
  line-height: 24px;
  margin-bottom: 7px;
}
.prices_steps .prices__item-prices-title {
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  color: var(--white);
  margin-bottom: -18px;
}
.prices_steps .prices__item-new {
  font-size: 19px;
}
.prices_steps .prices__item-old {
  font-size: 18px;
  margin-left: 0;
}
.prices_steps .prices__item-prices_surgical {
  margin-bottom: 9px;
}
.prices_steps .prices__item-prices_orthopedic {
  margin-bottom: 13px;
}
.prices_steps .prices__item-installment-title {
  text-transform: none;
  color: #34f2ff;
  color: var(--text_color2);
  font-size: 22px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 4px;
}
.prices_steps .prices__item-instalment-price {
  color: #34f2ff;
  color: var(--text_color2);
  font-size: 22px;
  line-height: 26px;
  max-width: 230px;
}
.prices_steps .prices__item-image {
  right: -32px;
  bottom: 5px;
}
.prices_steps .prices__item-list {
  margin-top: 22px;
}
@media screen and (max-width: 1320px) {
  .prices {
    padding-top: 90px;
    padding-bottom: 110px;
  }
  .prices__title {
    font-size: 38px;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .prices__image {
    right: -2px;
    top: -75px;
    transform: rotate(8deg);
    width: 192px;
  }
  .prices__list {
    margin-right: 119px;
    margin-bottom: 54px;
  }
  .prices__elem {
    max-width: 254px;
    font-size: 18px;
    padding-left: 30px;
  }
  .prices__items {
    margin-left: -8px;
    margin-right: -9px;
  }
  .prices__item {
    margin-left: 7px;
    margin-right: 7px;
    width: calc(33.3% - 14px);
    padding-left: 14px;
  }
  .prices__item-offer {
    margin-top: -14px;
    margin-left: -13px;
    padding: 5px 14px;
  }
  .prices__item-title {
    margin-top: 24px;
    font-size: 15px;
    line-height: 24px;
  }
  .prices__item-flag {
    margin-left: 5px;
  }
  .prices__item-flag-img {
    width: 29px;
  }
  .prices__item-installment-title {
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 6px;
  }
  .prices__item-instalment-price {
    font-size: 22px;
    margin-left: 1px;
  }
  .prices__item-image {
    right: -2px;
    bottom: -16px;
    width: 136px;
  }
  .prices__item-prices {
    margin-top: 24px;
  }
  .prices__item-list {
    margin-left: -14px;
    grid-template-columns: 44% 56%;
  }
  .prices__item-elem {
    font-size: 16px;
    padding: 10px 12px 10px 11px;
  }
  .prices_steps {
    padding-top: 82px;
    padding-bottom: 99px;
  }
  .prices_steps .prices__title {
    margin-bottom: 50px;
  }
  .prices_steps .prices__list {
    margin-bottom: 64px;
  }
  .prices_steps .prices__item-title {
    margin-top: 23px;
    line-height: 26px;
    font-size: 16px;
    margin-right: 80px;
    margin-bottom: 12px;
  }
  .prices_steps .prices__item-title br {
    display: none;
  }
  .prices_steps .prices__item-prices-title {
    font-size: 20px;
    margin-bottom: -28px;
  }
  .prices_steps .prices__item-installment-title {
    font-size: 20px;
  }
  .prices_steps .prices__item-list {
    margin-top: 18px;
  }
  .prices_steps .prices__item-image {
    right: 3px;
    bottom: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .prices {
    padding-top: 83px;
    padding-bottom: 90px;
  }
  .prices__title {
    font-size: 30px;
    margin-right: 180px;
    margin-bottom: 29px;
  }
  .prices__image {
    right: 44px;
    top: -53px;
    transform: rotate(7deg);
    width: 124px;
  }
  .prices__list {
    margin-right: unset;
    margin-bottom: 45px;
  }
  .prices__elem {
    font-size: 16px;
    padding-left: 25px;
    line-height: 24px;
    max-width: 229px;
  }
  .prices__elem:before {
    left: 0;
    width: 15px;
    height: 15px;
  }
  .prices__items {
    margin-left: -10px;
    margin-right: -10px;
    grid-row-gap: 31px;
    row-gap: 31px;
  }
  .prices__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
    padding-left: 20px;
  }
  .prices__item-flag {
    top: -2px;
    position: relative;
  }
  .prices__item-flag-img {
    width: 30px;
  }
  .prices__item-offer {
    margin-top: -15px;
    margin-left: -20px;
    padding: 5px 15px;
  }
  .prices__item-title {
    margin-top: 22px;
    font-size: 16px;
    margin-right: 10px;
  }
  .prices__item-installment-title {
    margin-top: 25px;
  }
  .prices__item-instalment-price {
    margin-left: 0;
  }
  .prices__item-prices {
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .prices__item-old {
    margin-left: 5px;
  }
  .prices__item-image {
    right: 34px;
    bottom: -23px;
    width: 146px;
  }
  .prices__item-list {
    margin-left: -20px;
    grid-template-columns: 43.5% 56.5%;
    grid-row-gap: 31px;
    row-gap: 31px;
  }
  .prices__item-elem {
    padding-left: 20px;
  }
  .prices_steps {
    padding-bottom: 88px;
  }
  .prices_steps .prices__items {
    grid-row-gap: 27px;
    row-gap: 27px;
  }
  .prices_steps .prices__item-title {
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .prices_steps .prices__item-title br {
    display: block;
  }
  .prices_steps .prices__item-prices-title {
    font-size: 22px;
    margin-bottom: -33px;
  }
  .prices_steps .prices__item-installment-title {
    font-size: 22px;
  }
  .prices_steps .prices__item-list {
    margin-top: 22px;
  }
  .prices_steps .prices__item-image {
    right: 9px;
    bottom: -20px;
    width: 138px;
  }
}
@media screen and (max-width: 767px) {
  .prices {
    padding-top: 65px;
    padding-bottom: 71px;
  }
  .prices__title {
    font-size: 26px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .prices__list {
    grid-row-gap: 15px;
    row-gap: 15px;
    margin-bottom: 47px;
  }
  .prices__elem {
    padding-left: 20px;
    max-width: unset;
    margin-right: 40px;
  }
  .prices__image {
    right: -92px;
    top: 69px;
    transform: rotate(5deg);
    width: 160px;
  }
  .prices__items {
    grid-row-gap: 37px;
    row-gap: 37px;
  }
  .prices__item {
    width: 100%;
  }
  .prices__item-offer {
    margin-top: -17px;
  }
  .prices__item-title {
    margin-top: 20px;
  }
  .prices__item-title br {
    display: none;
  }
  .prices__item-flag {
    margin-left: 2px;
  }
  .prices__item-installment-title {
    margin-top: 11px;
    margin-bottom: -4px;
  }
  .prices__item-image {
    right: -25px;
    bottom: -18px;
    width: 140px;
  }
  .prices__item-prices {
    margin-top: 14px;
  }
  .prices__item-new {
    font-size: 19px;
  }
  .prices__item-old {
    font-size: 18px;
    margin-left: unset;
  }
  .prices__item-list {
    grid-template-columns: 45.5% 53.5%;
  }
  .prices__item-elem {
    font-size: 15px;
    padding: 8px 5px 12px 18px;
    text-align: center;
  }
  .prices__item-elem_even {
    padding-left: 0;
    padding-right: 14px;
  }
  .prices_steps {
    padding-top: 68px;
  }
  .prices_steps .prices__title {
    margin-bottom: 20px;
  }
  .prices_steps .prices__list {
    margin-bottom: 47px;
  }
  .prices_steps .prices__item-title {
    font-size: 16px;
  }
  .prices_steps .prices__item-title br {
    display: none;
  }
  .prices_steps .prices__item-prices-title {
    margin-bottom: -17px;
  }
  .prices_steps .prices__item-list {
    margin-top: 21px;
  }
  .prices_steps .prices__item-image {
    right: 5px;
    bottom: -19px;
  }
}
@media screen and (max-width: 359px) {
  .prices__title {
    font-size: 24px;
  }
  .prices__item-elem {
    font-size: 15px;
    padding: 12px 9px;
    line-height: 22px;
  }
}
.quiz {
  background-color: #27325A;
}
.quiz .slick-slide {
  opacity: 0;
}
.quiz .slick-active {
  opacity: 1;
}
.quiz__grid {
  padding-top: 115px;
  padding-bottom: 120px;
}
.quiz__content {
  position: relative;
}
.quiz__title {
  margin-left: -2px;
  margin-right: 175px;
  margin-bottom: 41px;
  font-size: 40px;
}
.quiz__gift-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -34px;
  margin-right: -34px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin-bottom: 41px;
}
.quiz__gift-elem {
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 30px;
}
.quiz__gift-elem br {
  display: none;
}
.quiz__gift-elem:before {
  position: absolute;
  content: "";
  background-image: url(/img/quiz__gift-elem.svg);
  background-size: cover;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
}
.quiz__gift-icon {
  position: absolute;
  top: 0px;
  right: 45px;
  /* transform: rotate(-4deg); */
}
.quiz__count,
.quiz__progress,
.quiz__results {
  display: none;
}
.quiz__pages-wrapper {
  border-radius: 20px;
  background-color: #fff;
  background-color: var(--bg);
  padding: 58px 60px 50px 50px;
  min-height: 464px;
}
.quiz__page-note {
  border-bottom: 2px solid #187f86;
  border-bottom: 2px solid var(--bg2);
  margin-left: -50px;
  margin-right: -60px;
  padding-left: 50px;
  padding-right: 60px;
  padding-bottom: 35px;
  margin-bottom: 38px;
}
.quiz__page-count,
.quiz__page-title-wrapper {
  display: flex;
  align-items: center;
}
.quiz__page-count {
  justify-content: center;
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 33px;
  border-radius: 14px 0;
  margin-right: 22px;
  width: 52px;
  height: 52px;
  margin-left: 2px;
  margin-top: 2px;
  top: 2px;
  background-color: rgba(19, 162, 16, 1);
}
.quiz__page-title {
  font-size: 40px;
  line-height: 50px;
}
.quiz__answer-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 63px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin-bottom: 30px;
}
.quiz__answer-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-left: 25px;
  margin-right: 25px;
  min-width: 166px;
  cursor: pointer;
}
.quiz__answer-item input {
  display: none;
}
.quiz__answer-item:after,
.quiz__answer-item:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 0;
  top: calc(50% - 10px);
  z-index: 1;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.quiz__answer-item:before {
  border: 1px solid #e04e93;
  border: 1px solid var(--bg11);
  background-color: initial;
  z-index: 2;
}
.quiz__answer-item.checked:after {
  border: 2px solid #fff;
  border: 2px solid var(--bg);
  background-color: #e04e93;
  background-color: var(--bg11);
}
.quiz__answer-item.checked .quiz__answer-image {
  border-color: #187f86;
  border-color: var(--bg2);
}
.quiz__answer-image {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid transparent;
}
.quiz__answer-wrapper_image {
  margin-left: -45px;
  margin-right: -45px;
  margin-top: 28px;
}
.quiz__answer-wrapper_image .quiz__answer-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 38px;
}
.quiz__answer-text {
  color: #187f86;
  color: var(--second_color);
}
.quiz__pages__navigation {
  display: flex;
  margin-top: auto;
  padding-top: 13px;
}
.quiz__pages__navigation .btn_back {
  width: 154px;
  height: 50px;
  padding-left: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.quiz__pages__navigation .btn_back[disabled] {
  display: none;
}
.quiz__pages__navigation .button_forward {
  margin-left: auto;
  width: 154px;
  height: 50px;
  padding-left: 25px;
}
.quiz__count_show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 464px;
  background-color: #fff;
  background-color: var(--bg);
  margin-top: 120px;
  margin-bottom: 120px;
  border-radius: 20px;
}
.quiz__count-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 67px;
}
.quiz__count-progress {
  position: relative;
  border-radius: 100px;
  background-color: #f8f5f2;
  background-color: var(--bg3);
  width: calc(100% - 198px);
  margin-left: 100px;
  margin-right: 98px;
  height: 40px;
}
.quiz__count-progress-value {
  opacity: 0;
}
.quiz__count-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100px;
  background-color: #e04e93;
  background-color: var(--bg11);
}
.quiz__results_show {
  display: block;
}
.quiz__results-inner {
  background-color: #fff;
  background-color: var(--bg);
  margin-top: 3px;
  border-radius: 20px;
  padding-left: 50px;
  padding-top: 75px;
  padding-bottom: 70px;
}
.quiz__result-title {
  font-size: 40px;
  line-height: 50px;
}
.quiz__result-text {
  margin-top: 21px;
  font-size: 24px;
  margin-bottom: 43px;
}
.quiz__result-gift-list {
  margin-left: -45px;
  margin-right: -49px;
  margin-bottom: 42px;
}
.quiz__result-gift-list .quiz__gift-elem {
  padding-left: 26px;
  margin-left: 46px;
  margin-right: 48px;
}
.quiz__result-gift-list .quiz__gift-elem:before {
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  top: 5px;
  left: -1px;
}
.quiz__results-form {
  display: flex;
}
.quiz__results-form .form__group {
  max-width: 340px;
}
.quiz__results-form .form__group_input {
  max-width: 330px;
  margin-right: 20px;
}
.quiz__results-form-wrapper .form__policy {
  margin-left: unset;
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.quiz__results-form-wrapper .form__policy br {
  display: none;
}
@media screen and (max-width: 1320px) {
  .quiz__grid {
    padding-top: 99px;
    padding-bottom: 110px;
  }
  .quiz__title {
    font-size: 38px;
    margin-left: -1px;
    margin-bottom: 30px;
  }
  .quiz__gift-icon {
    top: -43px;
    right: 50px;
    width: 106px;
  }
  .quiz__gift-list {
    font-size: 18px;
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 50px;
  }
  .quiz__gift-elem {
    padding-left: 29px;
    margin-left: 28px;
    margin-right: 28px;
  }
  .quiz__gift-elem:before {
    top: 4px;
    left: -1px;
  }
  .quiz__page-note {
    font-size: 18px;
    padding-bottom: 21px;
    margin-bottom: 24px;
  }
  .quiz__pages-wrapper {
    padding: 37px 45px 50px 40px;
    min-height: 442px;
    max-width: 930px;
    margin: auto;
  }
  .quiz__page-title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 2px;
  }
  .quiz__page-count {
    border-radius: 11px 0;
    width: 41px;
    height: 41px;
    font-size: 32px;
    margin-right: 26px;
    top: 0;
  }
  .quiz__answer-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 73px;
  }
  .quiz__answer-item {
    padding-left: 25px;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 141px;
  }
  .quiz__answer-item:after,
  .quiz__answer-item:before {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
  .quiz__answer-wrapper_image {
    margin-left: -23px;
    margin-right: -23px;
    margin-top: 42px;
  }
  .quiz__answer-wrapper_image .quiz__answer-item {
    margin-left: 23px;
    margin-right: 24px;
    padding-left: 30px;
  }
  .quiz__answer-image {
    width: 90px;
    margin-right: 15px;
  }
  .quiz__count_show {
    min-height: 442px;
    margin-top: 112px;
    margin-bottom: 110px;
  }
  .quiz__count-title {
    font-size: 30px;
    margin-bottom: 32px;
    margin-top: -10px;
  }
  .quiz__count-progress {
    margin-left: 115px;
    margin-right: 136px;
    width: calc(100% - 251px);
  }
  .quiz__results-inner {
    margin-top: 12px;
    padding-top: 65px;
    padding-bottom: 74px;
  }
  .quiz__result-title {
    font-size: 30px;
  }
  .quiz__result-text {
    margin-top: 11px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    max-width: 570px;
  }
  .quiz__result-gift-list {
    margin-bottom: 30px;
  }
  .quiz__result-gift-list .quiz__gift-elem {
    margin-left: 29px;
    margin-right: 4px;
  }
  .quiz__result-gift-list .quiz__gift-elem:before {
    top: 7px;
    left: -2px;
  }
  .quiz__results-form-wrapper {
    margin-left: -9px;
  }
  .quiz__results-form-wrapper .button_submit {
    padding-left: 76px;
  }
}
@media screen and (max-width: 1023px) {
  .quiz__grid {
    padding-top: 82px;
    padding-bottom: 90px;
  }
  .quiz__title {
    font-size: 30px;
    margin-left: 0;
    margin-right: 130px;
    max-width: 620px;
  }
  .quiz__gift-icon {
    top: -60px;
    right: 71px;
  }
  .quiz__gift-list {
    margin-left: -23px;
    margin-right: -26px;
    margin-bottom: 38px;
  }
  .quiz__gift-elem {
    width: 210px;
    margin-left: 24px;
    margin-right: 25px;
  }
  .quiz__pages-wrapper {
    padding: 32px 50px 50px 35px;
    min-height: 462px;
    max-width: 800px;
  }
  .quiz__page-note {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  .quiz__page-title {
    font-size: 25px;
    padding-top: 0;
  }
  .quiz__page-count {
    border-radius: 10px 0;
    width: 36px;
    height: 36px;
  }
  .quiz__answer-wrapper {
    margin-top: 60px;
  }
  .quiz__answer-item {
    min-width: 103px;
    max-width: 135px;
    line-height: 24px;
  }
  .quiz__answer-item:after,
  .quiz__answer-item:before {
    top: 5px;
  }
  .quiz__answer-wrapper_image {
    margin-top: 27px;
    margin-left: -12px;
    margin-right: -18px;
  }
  .quiz__answer-wrapper_image .quiz__answer-item {
    margin-left: 12px;
    margin-right: 13px;
    max-width: unset;
  }
  .quiz__answer-wrapper_image .quiz__answer-item:after,
  .quiz__answer-wrapper_image .quiz__answer-item:before {
    top: calc(50% - 7px);
  }
  .quiz__pages {
    margin-right: -20px;
  }
  .quiz__pages__navigation {
    margin-left: 5px;
  }
  .quiz__count_show {
    min-height: 462px;
    margin-top: 110px;
  }
  .quiz__count-title {
    font-size: 25px;
    margin-bottom: 17px;
    margin-top: -11px;
  }
  .quiz__count-progress {
    margin-left: 95px;
    margin-right: 95px;
    width: calc(100% - 190px);
    height: 30px;
  }
  .quiz__results-inner {
    margin-top: 28px;
    padding: 73px 39px 84px 40px;
  }
  .quiz__result-title {
    font-size: 25px;
  }
  .quiz__result-text {
    margin-top: -3px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 28px;
    max-width: 518px;
  }
  .quiz__result-gift-list {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .quiz__result-gift-list .quiz__gift-elem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 27px;
    margin-right: 18px;
  }
  .quiz__result-gift-list .quiz__gift-elem br {
    display: block;
  }
  .quiz__result-gift-list .quiz__gift-elem:before {
    top: 2px;
    left: -4px;
  }
  .quiz__results-form-wrapper {
    margin-left: 0;
  }
  .quiz__results-form-wrapper .form__group_input {
    max-width: 288px;
  }
  .quiz__results-form-wrapper .input_phone {
    padding-left: 38px;
  }
  .quiz__results-form-wrapper .btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .quiz__grid {
    padding-top: 66px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quiz__title {
    font-size: 26px;
    margin-right: unset;
    margin-bottom: 18px;
  }
  .quiz__gift-icon {
    top: unset;
    right: -67px;
    bottom: 4px;
    width: 124px;
    transform: rotate(-17deg);
  }
  .quiz__gift-list {
    font-size: 16px;
    grid-row-gap: 9px;
    row-gap: 9px;
    margin-bottom: 27px;
    margin-right: 58px;
  }
  .quiz__gift-elem {
    width: unset;
    margin-right: 0;
  }
  .quiz__gift-elem:before {
    top: 5px;
  }
  .quiz__pages-wrapper {
    padding: 28px 20px 20px;
    min-height: 577px;
    max-width: 500px;
  }
  .quiz__page-note {
    font-size: 16px;
    padding-bottom: 24px;
    margin-bottom: 26px;
  }
  .quiz__page-title {
    font-size: 20px;
    line-height: 26px;
  }
  .quiz__page-count {
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 0;
  }
  .quiz__answer-wrapper {
    grid-row-gap: 16px;
    row-gap: 16px;
    margin-top: 28px;
  }
  .quiz__answer-wrapper .quiz__answer-item {
    width: 100%;
    max-width: unset;
    padding-left: 30px;
  }
  .quiz__answer-wrapper .quiz__answer-item:after,
  .quiz__answer-wrapper .quiz__answer-item:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .quiz__answer-wrapper_image {
    margin-top: 15px;
    grid-row-gap: 31px;
    row-gap: 31px;
  }
  .quiz__answer-image {
    width: 74px;
    border-radius: 8px;
    margin-right: 6px;
  }
  .quiz__pages__navigation {
    margin-left: 0;
  }
  .quiz__pages__navigation .button_forward {
    width: 124px;
    font-size: 15px;
    padding-left: 48px;
    padding-bottom: 21px;
  }
  .quiz__pages__navigation .btn_back {
    width: 124px;
    font-size: 15px;
    padding-right: 30px;
    padding-bottom: 21px;
  }
  .quiz__count_show {
    margin-top: 70px;
    margin-bottom: 70px;
    min-height: 577px;
  }
  .quiz__count-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: -6px;
    text-align: center;
  }
  .quiz__count-progress {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    height: 31px;
  }
  .quiz__results-inner {
    margin-top: 4px;
    padding: 45px 15px 44px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz__result-title {
    max-width: 250px;
    font-size: 22px;
    line-height: 26px;
    margin-left: 5px;
  }
  .quiz__result-text {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 16px;
    line-height: 22px;
    max-width: 250px;
  }
  .quiz__result-gift-list {
    margin-right: unset;
    grid-row-gap: 13px;
    row-gap: 13px;
    margin-bottom: 19px;
  }
  .quiz__result-gift-list .quiz__gift-elem {
    padding-left: 19px;
  }
  .quiz__result-gift-list .quiz__gift-elem:before {
    top: 3px;
  }
  .quiz__result-gift-list .quiz__gift-elem br {
    display: none;
  }
  .quiz__results-form {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 300px;
  }
  .quiz__results-form .form__group {
    max-width: 300px;
  }
  .quiz__results-form .input_phone {
    padding-left: 45px;
  }
  .quiz__results-form .button_submit {
    padding-left: 69px;
    padding-right: 2px;
    font-size: 16px;
    margin-top: 10px;
  }
  .quiz__results-form-wrapper .form__policy {
    margin-left: auto;
    width: 223px;
    line-height: 20px;
    margin-top: 8px;
  }
}
.employees {
  padding-top: 108px;
  padding-bottom: 120px;
  border-bottom: 1px solid #82841e;
  border-bottom: 1px solid var(--bg19);
}
.employees__head {
  display: flex;
  grid-column-gap: 22px;
  column-gap: 22px;
}
.employees__title {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 788px;
  padding-bottom: 13px;
}
.employees__head-content {
  margin-top: 12px;
}
.employees__head-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-row-gap: 13px;
  row-gap: 13px;
  margin-left: -10px;
  margin-right: -10px;
}
.employees__head-item {
  position: relative;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  border: 2px solid #187f86;
  border: 2px solid var(--bg2);
  height: 70px;
}
.employees__head-item-flag {
  position: absolute;
  right: 15px;
  top: 21px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.employees__head-item-icon {
  z-index: -1;
  position: relative;
  padding-left: 4px;
}
.employees__head-info {
  position: relative;
  border-radius: 10px 0;
  border: 2px solid #187f86;
  border: 2px solid var(--bg2);
  background-color: #e6fafb;
  background-color: var(--bg6);
  margin-top: 13px;
  padding: 20px 10px 16px 19px;
  line-height: 24px;
}
.employees__head-info-icon {
  position: absolute;
  right: 25px;
  top: -9px;
}
.employees__items {
  margin-top: 44px;
}
.employees__item {
  display: none;
  border-radius: 20px;
  overflow: hidden;
}
.employees__item.visible {
  display: flex;
}
.employees__item + .employees__item {
  margin-top: 31px;
}
.employees__item-image-wrapper {
  background-image: url(../i/594011a5f56bf7919b781963d759b19b.svg);
  max-width: 570px;
  width: 100%;
  position: relative;
}
.employees__cert {
  position: absolute;
  display: flex;
  flex-direction: column;
  grid-row-gap: 7px;
  row-gap: 7px;
  top: 35px;
  right: 30px;
  width: 117px;
}
.employees__cert-link.hidden {
  display: none;
}
.employees__item-image {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.employees__content {
  background-color: #187f86;
  background-color: var(--bg2);
  width: 100%;
  padding-top: 42px;
  padding-left: 42px;
  padding-bottom: 20px;
  min-height: 332px;
}
.employees__item-exp {
  border-radius: 10px;
  font-size: 26px;
  line-height: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 21px 3px 19px;
  margin-bottom: 21px;
}
.employees__item-exp-prefix {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.employees__item-prof {
  border-bottom: 1px solid #11a2ac;
  border-bottom: 1px solid var(--bg15);
  font-size: 19px;
  margin-bottom: 39px;
  padding-bottom: 28px;
  margin-left: -42px;
  padding-left: 42px;
}
.employees__item-name {
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 3px;
  margin-bottom: 22px;
}
.employees__item-note {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 29px;
  max-width: 500px;
}
.employees__item-note:before {
  position: absolute;
  content: "";
  background-image: url(../i/001f49c60223e659ffd386ef1ed639b8.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  left: -1px;
  top: 4px;
}
.employees__show-more {
  height: 59px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  padding-left: 58px;
  padding-right: 55px;
}
@media screen and (max-width: 1320px) {
  .employees {
    padding-top: 119px;
    padding-bottom: 109px;
  }
  .employees__title {
    max-width: 548px;
    font-size: 38px;
  }
  .employees__head-content {
    margin-top: -9px;
  }
  .employees__head-items {
    margin-left: -3px;
    margin-right: -4px;
  }
  .employees__head-item {
    width: calc(50% - 7px);
    margin-left: 3px;
    margin-right: 4px;
  }
  .employees__head-info {
    margin-top: 13px;
    padding: 18px 25px 19px 27px;
    font-size: 18px;
  }
  .employees__head-item-flag {
    right: 23px;
    top: 21px;
  }
  .employees__head-item-icon {
    top: -2px;
    padding-left: 5px;
  }
  .employees__head-info-icon {
    right: 9px;
    top: -10px;
  }
  .employees__items {
    margin-top: 49px;
    margin-right: -2px;
  }
  .employees__item-image-wrapper {
    max-width: 480px;
    flex-shrink: 0;
  }
  .employees__item + .employees__item {
    margin-top: 20px;
  }
  .employees__item-image {
    margin-left: -5px;
    margin-bottom: -2px;
    width: 333px;
  }
  .employees__cert {
    top: 21px;
    right: 58px;
    width: 115px;
  }
  .employees__content {
    padding-top: 38px;
    padding-left: 37px;
    min-height: 302px;
  }
  .employees__item-exp {
    font-size: 23px;
    padding: 3px 22px 5px;
    margin-bottom: 20px;
  }
  .employees__item-exp-prefix {
    font-size: 18px;
    top: 0;
    margin-right: 5px;
  }
  .employees__item-prof {
    margin-bottom: 27px;
    padding-bottom: 22px;
    margin-left: -2px;
    padding-left: 0;
    margin-right: 67px;
  }
  .employees__item-name {
    padding-top: 0;
    padding-left: 7px;
    margin-bottom: 21px;
  }
  .employees__item-note {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
    margin-right: 20px;
  }
  .employees__item-note:before {
    left: -2px;
    top: 5px;
  }
  .employees__show-more {
    font-size: 16px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .employees {
    padding-top: 80px;
    padding-bottom: 89px;
  }
  .employees__head {
    display: block;
  }
  .employees__title {
    max-width: unset;
    font-size: 30px;
    padding-bottom: 27px;
  }
  .employees__head-content {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    column-gap: 8px;
    margin-right: -6px;
    margin-top: 0;
  }
  .employees__head-info {
    margin-top: 0;
    width: calc(50% - 2px);
    padding: 14px 61px 14px 25px;
    font-size: 16px;
    line-height: 20px;
  }
  .employees__head-items {
    width: calc(50% + 12px);
  }
  .employees__head-item {
    width: calc(50% - 11px);
    margin-left: 5px;
    margin-right: 6px;
  }
  .employees__head-item-icon {
    padding-left: 11px;
    top: -2px;
  }
  .employees__head-item-flag {
    right: 15px;
  }
  .employees__items {
    margin-top: 41px;
    margin-right: 0;
  }
  .employees__item-image-wrapper {
    max-width: 51.5%;
  }
  .employees__item-image {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 268px;
  }
  .employees__cert {
    top: 24px;
    right: 31px;
    width: 93px;
  }
  .employees__content {
    padding-top: 21px;
    padding-left: 26px;
    padding-bottom: 30px;
    min-height: 261px;
  }
  .employees__item + .employees__item {
    margin-top: 19px;
  }
  .employees__item-exp {
    font-size: 24px;
    line-height: 28px;
    padding: 0 14px 0 15px;
    margin-bottom: 15px;
  }
  .employees__item-exp-prefix {
    line-height: 26px;
    margin-right: 9px;
  }
  .employees__item-prof {
    line-height: 24px;
    margin-bottom: 21px;
    padding-bottom: 16px;
    margin-right: 34px;
    min-height: 65px;
  }
  .employees__item-name {
    padding-left: 9px;
    margin-bottom: 11px;
    padding-bottom: 1px;
    font-size: 16px;
  }
  .employees__item-note {
    line-height: 22px;
    padding-left: 30px;
    margin-right: 15px;
  }
  .employees__item-note:before {
    left: 0;
    top: -1px;
  }
  .employees__show-more {
    margin-top: 30px;
    height: 56px;
    padding-left: 66px;
  }
  .employees__show-more:before {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .employees {
    padding-top: 67px;
    padding-bottom: 71px;
  }
  .employees__title {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .employees__head-content {
    display: block;
  }
  .employees__head-content > * {
    width: auto;
  }
  .employees__head-info {
    margin-right: 6px;
    margin-top: 9px;
    padding: 15px 67px 11px 13px;
    line-height: 23px;
  }
  .employees__head-items {
    margin-left: -5px;
    margin-right: 31px;
    display: grid;
    grid-template-columns: 46% 1fr;
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .employees__head-item {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    height: 64px;
  }
  .employees__head-item-icon {
    padding-left: 0;
    width: 104px;
  }
  .employees__head-item-flag {
    right: 8px;
    top: 18px;
  }
  .employees__head-info-icon {
    right: 7px;
    top: 10px;
  }
  .employees__items {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .employees__item {
    flex-direction: column;
  }
  .employees__item-image-wrapper {
    max-width: unset;
  }
  .employees__item-image {
    margin-top: 20px;
    margin-left: auto;
    width: 268px;
    margin-right: -1px;
    transform: scalex(-1);
  }
  .employees__cert {
    top: 22px;
    right: unset;
    left: 1px;
  }
  .employees__content {
    padding: 31px 10px 34px 21px;
  }
  .employees__item + .employees__item {
    margin-top: 40px;
  }
  .employees__item-exp {
    line-height: 22px;
    padding: 0 6px 0 9px;
    margin-bottom: 10px;
  }
  .employees__item-exp-prefix {
    line-height: 26px;
    margin-right: 5px;
    font-size: 19px;
  }
  .employees__item-prof {
    padding-bottom: 19px;
    margin-bottom: 26px;
    margin-right: -10px;
    margin-left: -22px;
    padding-left: 21px;
    padding-right: 20px;
    min-height: unset;
  }
  .employees__item-name {
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 11px;
    padding-bottom: 3px;
  }
  .employees__item-note {
    padding-left: 29px;
  }
  .employees__item-note:before {
    left: -1px;
    top: 5px;
  }
  .employees__show-more {
    padding-left: 52px;
    margin-top: 22px;
    height: 50px;
  }
  .employees__show-more:before {
    width: 44px;
  }
}
.best {
  padding-top: 114px;
  padding-bottom: 50px;
}
.best__grid {
  display: grid;
  grid-template-areas: "b_title    b_image" "b_subtitle b_image";
  grid-template-columns: auto 434px;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-template-rows: auto 1fr;
}
.best__title {
  grid-area: b_title;
  max-width: 611px;
  margin-bottom: 45px;
}
.best__subtitle {
  grid-area: b_subtitle;
  font-size: 24px;
  line-height: 34px;
}
.best__image {
  grid-area: b_image;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 5px;
}
.best__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 30px;
  row-gap: 30px;
  margin-top: 52px;
}
.best__item {
  max-width: 340px;
  padding-left: 30px;
  padding-bottom: 38px;
  background-color: #f8f5f2;
  background-color: var(--bg3);
  border-radius: 20px;
}
.best__item-count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 24px;
  width: 36px;
  height: 36px;
  border-radius: 10px 0;
  margin-top: -15px;
  margin-left: 1px;
  margin-bottom: 23px;
}
.best__item-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.best__item_image {
  position: relative;
  max-width: 430px;
}
.best__item_image .best__item-text {
  margin-right: 170px;
  margin-top: -5px;
}
.best__item_image .best__item-title {
  margin-right: 80px;
}
.best__item-text {
  margin-right: 15px;
}
.best__item-image {
  position: absolute;
  bottom: 3px;
  right: 1px;
}
.best__item-icons {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  margin-top: 12px;
}
.best__item-icon {
  margin-left: -1px;
  margin-right: -2px;
}
@media screen and (max-width: 1320px) {
  .best {
    padding-top: 110px;
    padding-bottom: 38px;
  }
  .best__title {
    font-size: 38px;
    margin-bottom: 50px;
    margin-right: 10px;
  }
  .best__subtitle {
    font-size: 23px;
  }
  .best__image {
    margin-top: 0;
  }
  .best__items {
    margin-top: 45px;
    grid-column-gap: 16px;
    column-gap: 16px;
  }
  .best__item {
    max-width: 299px;
    padding-left: 20px;
    padding-bottom: 24px;
  }
  .best__item-count {
    margin-top: -8px;
    margin-left: 2px;
    margin-bottom: 22px;
  }
  .best__item-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .best__item-text {
    line-height: 26px;
    font-size: 18px;
  }
  .best__item_image .best__item-text {
    margin-right: 130px;
    margin-top: 0;
  }
  .best__item_image .best__item-title {
    margin-right: 50px;
  }
  .best__item-image {
    bottom: 14px;
    right: 5px;
    width: 142px;
  }
  .best__item-icons {
    margin-left: 2px;
    max-width: 110px;
    margin-top: 14px;
    grid-row-gap: 3px;
    row-gap: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .best {
    padding-top: 90px;
    padding-bottom: 46px;
  }
  .best__grid {
    grid-template-columns: auto 352px;
  }
  .best__title {
    font-size: 30px;
    margin-bottom: 26px;
  }
  .best__subtitle {
    font-size: 20px;
  }
  .best__items {
    margin-top: 48px;
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 28px;
    row-gap: 28px;
  }
  .best__item {
    max-width: calc(50% - 10px);
    padding-bottom: 33px;
  }
  .best__item-count {
    margin-top: -17px;
    margin-bottom: 16px;
  }
  .best__item-title {
    font-size: 19px;
    line-height: 24px;
  }
  .best__item-title br {
    display: none;
  }
  .best__item-text {
    line-height: 22px;
    font-size: 16px;
  }
  .best__item_image {
    width: 100%;
    max-width: 100%;
    padding-right: 320px;
    padding-bottom: 43px;
  }
  .best__item_image .best__item-count {
    margin-bottom: 17px;
  }
  .best__item_image .best__item-text,
  .best__item_image .best__item-title {
    margin-right: 20px;
  }
  .best__item-image {
    bottom: unset;
    top: 13px;
    right: 22px;
    width: 153px;
    height: 136px;
    overflow: hidden;
  }
  .best__item-icons {
    position: absolute;
    top: 28px;
    right: 184px;
    grid-row-gap: 5px;
    row-gap: 5px;
    max-width: 128px;
  }
  .best__item-icon {
    margin-right: -1px;
  }
  .best__item-icons-img {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .best {
    padding-top: 67px;
    padding-bottom: 29px;
  }
  .best__grid {
    grid-template-areas: "b_title " "b_subtitle" "b_image";
    grid-template-columns: auto;
  }
  .best__title {
    font-size: 26px;
    margin-left: -1px;
    margin-bottom: 14px;
  }
  .best__subtitle {
    font-size: 16px;
  }
  .best__image {
    margin-top: 23px;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    justify-self: center;
  }
  .best__items {
    margin-top: -22px;
  }
  .best__item {
    padding-left: 19px;
    max-width: 500px;
    z-index: 1;
  }
  .best__item-count {
    margin-top: -16px;
  }
  .best__item_image {
    padding-right: unset;
    padding-bottom: 32px;
  }
  .best__item_image .best__item-text {
    margin-right: 150px;
  }
  .best__item-icons {
    position: relative;
    top: 0;
    right: 0;
    max-width: 200px;
    margin-top: 8px;
    margin-left: 1px;
  }
  .best__item-icon {
    margin-right: -2px;
  }
  .best__item-icons-img {
    width: auto;
  }
  .best__item-image {
    bottom: 0;
    top: unset;
    right: 9px;
    width: 158px;
    height: 140px;
  }
}
@media screen and (max-width: 359px) {
  .best__item-image {
    width: 137px;
  }
}
.callback {
  border-radius: 30px 30px 0 0;
  background-color: #187f86;
  background-color: var(--bg2);
  padding-top: 50px;
  padding-bottom: 120px;
}
.callback__title {
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
}
.callback__form {
  border-radius: 30px;
  background-color: #fff;
  background-color: var(--bg);
  padding-left: 222px;
  padding-top: 49px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.callback__form .form__group-wrapper {
  display: flex;
}
.callback__form .form__group {
  max-width: 374px;
}
.callback__form .form__button {
  max-width: 374px;
  padding-left: 86px;
}
.callback__form .form__group_input {
  max-width: 330px;
  margin-right: 20px;
}
.callback__form .form__policy {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0;
  margin-top: 8px;
}
.callback__form .form__policy br {
  display: none;
}
@media screen and (max-width: 1320px) {
  .callback {
    padding-top: 47px;
    padding-bottom: 110px;
  }
  .callback__title {
    margin-bottom: 29px;
  }
  .callback__form {
    padding-left: 106px;
    padding-top: 44px;
    padding-bottom: 44px;
    max-width: 930px;
  }
  .callback__form .form__policy {
    margin-top: 9px;
  }
  .callback__form .form__button {
    font-size: 16px;
    padding-left: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .callback {
    padding-top: 41px;
    padding-bottom: 90px;
  }
  .callback__title {
    font-size: 25px;
  }
  .callback__form {
    padding: 45px 46px;
    max-width: 728px;
  }
  .callback__form .form__group_input {
    margin-right: 10px;
  }
  .callback__form .input {
    font-size: 16px;
  }
  .callback__form .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .callback__form .input::placeholder {
    font-size: 16px;
  }
  .callback__form .form__policy {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .callback {
    padding-top: 31px;
    padding-bottom: 70px;
  }
  .callback__title {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .callback__form {
    padding: 15px 8px 18px;
    max-width: 450px;
  }
  .callback__form .form__group-wrapper {
    display: block;
    max-width: 330px;
    margin: auto;
  }
  .callback__form .form__group_input {
    margin-right: 0;
  }
  .callback__form .form__button {
    margin-top: 9px;
  }
  .callback__form .form__policy {
    line-height: 20px;
    margin-top: 11px;
  }
}
.reviews {
  background-color: #f8f5f2;
  background-color: var(--bg3);
  padding-top: 146px;
  padding-bottom: 118px;
}
.reviews__grid {
  display: grid;
  grid-template-areas: "r_title    r_slider" "r_subtitle r_slider" "r_rating   r_slider";
  grid-template-columns: 1fr 500px;
  grid-template-rows: auto auto 1fr;
  grid-column-gap: 70px;
  column-gap: 70px;
}
.reviews__title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  grid-area: r_title;
  max-width: 585px;
  margin-top: 25px;
}
.reviews__subtitle {
  grid-area: r_subtitle;
  font-size: 24px;
  line-height: 34px;
  max-width: 462px;
  margin-top: 49px;
}
.reviews__rating {
  display: flex;
  justify-content: center;
  grid-area: r_rating;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 63px;
  grid-row-gap: 20px;
  row-gap: 20px;
}
.reviews__rating-item {
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 20px;
}
.reviews__rating-item > * {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.reviews__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding-top: 21px;
}
.reviews__rating-stars {
  margin-top: 2px;
  margin-bottom: 35px;
}
.reviews__item-star {
  margin-left: 1px;
  margin-right: 1px;
}
.reviews__rating-text {
  font-size: 24px;
  line-height: 36px;
}
.reviews__slider-wrapper {
  grid-area: r_slider;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.reviews__items {
  display: flex;
}
.reviews__item {
  flex-shrink: 0;
  border-radius: 30px 30px 20px 20px;
  overflow: hidden;
  background-color: #187f86;
  background-color: var(--bg2);
}
.reviews__item-ba-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -82px;
  margin-left: 23px;
  margin-right: 23px;
}
.reviews__item-ba {
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #fff;
  border: 2px solid var(--bg);
  overflow: hidden;
}
.reviews__item-before {
  border-radius: 20px 0;
}
.reviews__item-after {
  border-radius: 0 20px;
}
.reviews__item-text {
  line-height: 24px;
  margin-left: 30px;
  margin-top: 22px;
  margin-right: 30px;
}
.reviews__item-name {
  font-size: 18px;
  line-height: 24px;
  margin-left: 30px;
  margin-top: 14px;
}
.reviews__item-label {
  line-height: 24px;
  margin-left: 32px;
  margin-top: 21px;
  margin-bottom: 41px;
  padding-left: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px 0 0 10px;
}
.reviews__item-flag {
  display: inline;
  margin-left: 16px;
}
.reviews__item-flag-img {
  border-radius: 50%;
  overflow: hidden;
}
.reviews__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1320px) {
  .reviews {
    padding-top: 111px;
    padding-bottom: 110px;
  }
  .reviews__grid {
    grid-template-columns: 1fr 434px;
    grid-column-gap: 41px;
    column-gap: 41px;
  }
  .reviews__title {
    font-size: 38px;
    line-height: 48px;
    margin-top: -1px;
  }
  .reviews__subtitle {
    margin-top: 50px;
  }
  .reviews__rating {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .reviews__rating-item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
  .reviews__image {
    padding-top: 26px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 56px;
  }
  .reviews__image-img {
    max-width: 75%;
  }
  .reviews__rating-text {
    font-size: 18px;
    line-height: 27px;
  }
  .reviews__rating-stars {
    margin-top: -2px;
    margin-bottom: 24px;
  }
  .reviews__item-star {
    width: 16px;
  }
  .reviews__item-ba-wrapper {
    margin-top: -73px;
    margin-left: 19px;
    margin-right: 19px;
  }
  .reviews__item-ba {
    margin-left: 9px;
    margin-right: 9px;
  }
  .reviews__item-text {
    font-size: 17px;
    line-height: 21px;
    margin-left: 27px;
    margin-top: 19px;
  }
  .reviews__item-name {
    font-size: 15px;
    line-height: 21px;
    margin-left: 27px;
    margin-top: 12px;
  }
  .reviews__item-label {
    font-size: 17px;
    line-height: 21px;
    margin-left: 28px;
    margin-top: 19px;
    margin-bottom: 37px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 3px;
  }
  .reviews__item-flag {
    margin-left: 21px;
    position: relative;
    top: -1px;
  }
  .reviews__item-flag-img {
    width: 30px;
  }
  .reviews__nav {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .reviews__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 1px;
  }
  .reviews__grid {
    grid-template-columns: 1fr 330px;
    grid-column-gap: 45px;
    column-gap: 45px;
  }
  .reviews__subtitle {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .reviews__rating {
    margin-top: 29px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .reviews__rating-item {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
    border-radius: 10px;
  }
  .reviews__image {
    padding-top: 10px;
    min-height: 48px;
  }
  .reviews__rating-text {
    margin-top: -3px;
  }
  .reviews__rating-stars {
    margin-top: -4px;
    margin-bottom: 11px;
  }
  .reviews__item-star {
    width: 15px;
  }
  .reviews__item {
    border-radius: 20px;
  }
  .reviews__item-ba-wrapper {
    margin-top: -32px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .reviews__item-ba {
    margin-left: 5px;
    margin-right: 5px;
  }
  .reviews__item-text {
    line-height: 24px;
    margin-top: 19px;
    min-height: 72px;
  }
  .reviews__item-name,
  .reviews__item-text {
    font-size: 16px;
    margin-left: 20px;
  }
  .reviews__item-label {
    font-size: 16px;
    line-height: 24px;
    margin-left: 22px;
    margin-bottom: 41px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .reviews__item-flag {
    margin-left: 5px;
    top: 0;
  }
  .reviews__item-flag-img {
    width: 27px;
  }
  .reviews__nav {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .reviews__grid {
    grid-template-areas: "r_title" "r_subtitle" "r_rating" "r_slider";
    grid-template-columns: auto;
    max-width: 410px;
    margin: auto;
  }
  .reviews__title {
    font-size: 26px;
    line-height: 34px;
    margin-right: 10px;
  }
  .reviews__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
  }
  .reviews__item-ba-wrapper {
    margin-top: -31px;
  }
  .reviews__rating-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: -4px;
  }
  .reviews__slider {
    margin-top: 28px;
  }
}
.nonresident {
  overflow: hidden;
  padding-bottom: 114px;
}
.nonresident .row {
  position: relative;
}
.nonresident__image {
  position: absolute;
  top: -147px;
  right: -157px;
  z-index: -1;
}
.nonresident__title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-top: 117px;
  margin-bottom: 50px;
}
.nonresident__content {
  display: flex;
}
.nonresident__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -16px;
  grid-row-gap: 25px;
  row-gap: 25px;
}
.nonresident__item {
  margin-left: 15px;
  margin-right: 16px;
  width: calc(50% - 31px);
}
.nonresident__item-image {
  margin-bottom: 16px;
}
.nonresident__item-image-img {
  border-radius: 20px;
}
.nonresident__contacts {
  width: 362px;
  border-radius: 20px;
  text-align: center;
  flex-shrink: 0;
  padding: 67px 35px 68px 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 4px 4px 10px 29px;
}
.nonresident__contacts:before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
.nonresident__text {
  margin-bottom: 23px;
  line-height: 24px;
}
.nonresident__phones {
  font-size: 26px;
  line-height: 22px;
  margin-bottom: 20px;
}
.nonresident__phones .phone + .phone {
  margin-top: 10px;
}
.nonresident__worktime {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin-left: 5px;
}
@media screen and (max-width: 1320px) {
  .nonresident {
    padding-bottom: 103px;
  }
  .nonresident__image {
    top: -64px;
    width: 671px;
    right: -175px;
  }
  .nonresident__title {
    font-size: 38px;
    padding-top: 103px;
    margin-bottom: 50px;
  }
  .nonresident__contacts {
    width: 293px;
    margin-left: 18px;
    padding: 50px 20px;
  }
  .nonresident__text {
    margin-bottom: 22px;
    font-size: 18px;
    margin-left: -3px;
  }
  .nonresident__phones {
    margin-bottom: 22px;
  }
  .nonresident__worktime {
    font-size: 18px;
    margin-left: 0;
  }
  .nonresident__items {
    margin-left: -7px;
    margin-right: -7px;
  }
  .nonresident__item {
    margin-left: 7px;
    margin-right: 7px;
    width: calc(50% - 14px);
  }
  .nonresident__item-image {
    margin-bottom: 16px;
  }
  .nonresident__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .nonresident {
    padding-bottom: 84px;
  }
  .nonresident__image {
    top: -60px;
    width: 534px;
    right: -140px;
  }
  .nonresident__title {
    font-size: 30px;
    padding-top: 80px;
    margin-bottom: 30px;
  }
  .nonresident__contacts {
    width: 256px;
    margin-left: 17px;
    padding: 40px 4px 40px 12px;
  }
  .nonresident__text {
    margin-bottom: 15px;
    line-height: 22px;
  }
  .nonresident__phones {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .nonresident__item-image {
    margin-bottom: 8px;
  }
  .nonresident__item-text {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .nonresident {
    padding-bottom: 64px;
  }
  .nonresident__title {
    font-size: 26px;
    padding-top: 66px;
    margin-right: 35px;
    margin-bottom: 30px;
  }
  .nonresident__image {
    top: -36px;
    width: 376px;
    right: -156px;
  }
  .nonresident__content {
    display: block;
    max-width: 500px;
    margin: auto;
  }
  .nonresident__items {
    flex-direction: column;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
  .nonresident__item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .nonresident__item-image {
    margin-bottom: 0;
    width: 134px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
  }
  .nonresident__item-image-img {
    margin-left: -10px;
    max-width: 115%;
  }
  .nonresident__item-text {
    line-height: 24px;
    margin-right: 5px;
  }
  .nonresident__contacts {
    margin-top: 35px;
    margin-left: 4px;
    width: auto;
    margin-right: 4px;
    padding: 26px 12px 19px;
  }
  .nonresident__phones {
    margin-bottom: 13px;
  }
  .nonresident__text {
    margin-left: -3px;
  }
}
.consultation {
  padding-top: 108px;
  padding-bottom: 119px;
}
.consultation:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  background-color: #f8f5f2;
  background-color: var(--bg3);
  z-index: -1;
}
.consultation__title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  max-width: 807px;
  margin-bottom: 40px;
}
.consultation__grid {
  display: grid;
  grid-template-areas: "c_doc  c_image" "c_gift c_price";
  grid-template-columns: 51.3% calc(48.7% - 33px);
  grid-template-rows: auto 1fr;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 30px;
  row-gap: 30px;
}
.consultation__doc-wrapper {
  grid-area: c_doc;
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 0;
  background-color: #187f86;
  background-color: var(--bg2);
  background-image: url(../i/19c6b59921fe77153d0a71463b5b58c7.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
  padding-left: 273px;
  padding-top: 63px;
}
.consultation__doc-quote {
  margin-right: 10px;
}
.consultation__doc-quote br {
  display: none;
}
.consultation__doc-prof {
  font-size: 26px;
  line-height: 38px;
  border-top: 1px solid #11a2ac;
  border-top: 1px solid var(--bg15);
  padding-top: 20px;
  margin-top: 20px;
  margin-right: 52px;
  margin-bottom: 4px;
}
.consultation__doc-name {
  line-height: 38px;
}
.consultation__doc-image {
  position: absolute;
  left: -51px;
  bottom: 0;
}
.consultation__image {
  grid-area: c_image;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -60px;
  margin-left: -52px;
  z-index: 1;
}
.consultation__gift-wrapper,
.consultation__image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.consultation__gift-wrapper {
  grid-area: c_gift;
  position: relative;
  border-radius: 0 0 20px 0;
  background-color: #f8f5f2;
  background-color: var(--bg3);
  padding: 41px 110px 0 40px;
}
.consultation__gift-icon {
  position: absolute;
  right: 60px;
  top: 0;
}
.consultation__gift-title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 18px;
}
.consultation__gift-text-elem {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(#444, 0.8);
  color: rgba(var(--text_color), 0.8);
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}
.consultation__gift-text-elem:before {
  position: absolute;
  content: "";
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
}
.consultation__gift-text-elem + .consultation__gift-text-elem {
  margin-top: 13px;
}
.consultation__offer {
  position: absolute;
  right: 19px;
  top: 86px;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  border-radius: 20px 0;
  border: 1.5px solid #187f86;
  border: 1.5px solid var(--bg2);
  background-color: #e6fafb;
  background-color: var(--bg6);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 27px 18px;
  transform: rotate(-4deg);
}
.consultation__gift-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -41px;
  margin-right: -110px;
  grid-row-gap: 1px;
  row-gap: 1px;
  grid-column-gap: 1px;
  column-gap: 1px;
  margin-top: 26px;
  padding-top: 10px;
  overflow: hidden;
  border-radius: 0 0 20px 0;
}
.consultation__gift-elem {
  position: relative;
  font-size: 18px;
  line-height: 34px;
  width: 35%;
  background-color: #e1ddd9;
  background-color: var(--bg12);
  padding: 11px 10px 9px 42px;
}
.consultation__gift-elem:before {
  position: absolute;
  content: "";
  top: -7px;
  left: 42px;
  width: 20px;
  height: 20px;
  background-image: url(../i/001f49c60223e659ffd386ef1ed639b8.svg);
  background-size: cover;
}
.consultation__gift-elem_even {
  width: calc(65% - 1px);
  padding-left: 38px;
}
.consultation__gift-elem_even:before {
  left: 38px;
}
.consultation__prices-wrapper {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  grid-area: c_price;
  border-radius: 20px 0 0 0;
  background-color: #187f86;
  background-color: var(--bg2);
  padding: 75px 10px 38px 211px;
  margin-right: -3px;
}
.consultation__prices-image {
  position: absolute;
  top: 4px;
  left: -24px;
}
.consultation__icons {
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: -16px;
  left: 64px;
}
.consultation__icon {
  border-radius: 4px;
  border: 0.5px solid #898989;
  overflow: hidden;
  display: flex;
}
.consultation__icon + .consultation__icon {
  margin-left: -8px;
}
.consultation__prices-title-wrapper {
  margin-bottom: 21px;
}
.consultation__prices-title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 34px;
  margin-right: 11px;
  text-transform: uppercase;
}
.consultation__prices-subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}
.consultation__prices {
  display: flex;
}
.consultation__prices-old {
  font-size: 22px;
  line-height: 34px;
  text-decoration: line-through;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 2px;
}
.consultation__prices-new {
  font-size: 26px;
  line-height: 34px;
}
.consultation__form {
  position: relative;
  left: 20px;
  max-width: 725px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.consultation__form .form__group-wrapper {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.consultation__form .form__group {
  max-width: 374px;
}
.consultation__form .form__group_input {
  max-width: 330px;
}
.consultation__form .form__button {
  max-width: 374px;
  padding-right: 50px;
}
.consultation__form .form__policy {
  margin-left: 2px;
  margin-top: 9px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.consultation__form .form__policy br {
  display: none;
}
@media screen and (max-width: 1320px) {
  .consultation {
    padding-top: 101px;
    padding-bottom: 110px;
  }
  .consultation:before {
    height: 369px;
  }
  .consultation__title {
    font-size: 38px;
    margin-bottom: 50px;
  }
  .consultation__grid {
    grid-template-columns: 51.3% calc(48.7% - 20px);
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
  .consultation__image {
    margin-top: -32px;
    margin-left: -17px;
  }
  .consultation__doc-wrapper {
    margin-right: -19px;
    padding-left: 205px;
    padding-top: 38px;
    background-size: 65%;
  }
  .consultation__doc-quote {
    font-size: 18px;
  }
  .consultation__doc-prof {
    font-size: 23px;
    line-height: 30px;
    padding-top: 14px;
    margin-top: 15px;
    margin-right: 34px;
    margin-bottom: 5px;
  }
  .consultation__doc-name {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
  }
  .consultation__doc-image {
    left: -50px;
    width: 258px;
  }
  .consultation__gift-wrapper {
    padding: 31px 60px 0 30px;
  }
  .consultation__gift-icon {
    right: 21px;
    width: 35px;
  }
  .consultation__gift-title {
    font-size: 23px;
  }
  .consultation__gift-text-elem {
    font-size: 16px;
    line-height: 24px;
  }
  .consultation__gift-text-elem + .consultation__gift-text-elem {
    margin-top: 12px;
  }
  .consultation__offer {
    right: 18px;
    top: 73px;
    font-size: 22px;
    line-height: 30px;
    padding: 15px 25px 17px;
  }
  .consultation__gift-list {
    margin-top: 15px;
    margin-left: -30px;
    margin-right: -59px;
  }
  .consultation__gift-elem {
    font-size: 16px;
    width: 41.5%;
    padding: 6px 10px 5px 30px;
  }
  .consultation__gift-elem:before {
    top: -10px;
    left: 30px;
  }
  .consultation__gift-elem_even {
    width: calc(58.5% - 1px);
    padding-left: 39px;
  }
  .consultation__gift-elem_even:before {
    left: 39px;
  }
  .consultation__prices-wrapper {
    margin-right: 0;
    margin-left: -1px;
    padding: 62px 10px 38px 147px;
  }
  .consultation__prices-image {
    top: 21px;
    width: 153px;
    left: -20px;
  }
  .consultation__prices-title-wrapper {
    margin-bottom: 0;
  }
  .consultation__prices-title {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .consultation__prices-subtitle {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .consultation__icons {
    bottom: -25px;
    left: 47px;
  }
  .consultation__prices-old {
    font-size: 20px;
    margin-right: 15px;
    margin-left: 0;
  }
  .consultation__prices-new {
    font-size: 23px;
  }
  .consultation__form {
    left: -1px;
    max-width: 725px;
  }
  .consultation__form .form__button {
    padding-right: 54px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .consultation {
    padding-top: 82px;
    padding-bottom: 90px;
  }
  .consultation:before {
    height: 293px;
  }
  .consultation__title {
    font-size: 30px;
    max-width: 640px;
    margin-bottom: 30px;
  }
  .consultation__grid {
    grid-template-columns: 48.6% calc(51.4% - 19px);
    grid-column-gap: 19px;
    column-gap: 19px;
  }
  .consultation__image {
    margin-top: -17px;
    margin-left: -25px;
  }
  .consultation__doc-wrapper {
    margin-right: -69px;
    padding-left: 138px;
    padding-top: 40px;
  }
  .consultation__doc-image {
    left: -70px;
    width: 209px;
  }
  .consultation__doc-quote {
    line-height: 26px;
  }
  .consultation__doc-prof {
    font-size: 19px;
    line-height: 26px;
    padding-top: 18px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 3px;
  }
  .consultation__doc-name {
    font-size: 16px;
    line-height: 26px;
  }
  .consultation__gift-wrapper {
    padding: 32px 50px 0 16px;
  }
  .consultation__gift-title {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .consultation__gift-icon {
    right: 14px;
    width: 33px;
  }
  .consultation__gift-text-elem {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .consultation__gift-text-elem:before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
  .consultation__gift-text-elem + .consultation__gift-text-elem {
    margin-top: 5px;
  }
  .consultation__gift-list {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -50px;
  }
  .consultation__gift-elem {
    font-size: 15px;
    width: 44.5%;
    padding: 11px 10px 9px 31px;
  }
  .consultation__gift-elem:before {
    top: -7px;
    left: 31px;
  }
  .consultation__gift-elem_even {
    width: calc(55.5% - 1px);
    padding-left: 17px;
  }
  .consultation__gift-elem_even:before {
    left: 17px;
  }
  .consultation__offer {
    right: -1px;
    top: 93px;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 23px 7px;
    transform: rotate(2deg);
    animation-name: rotate_alt;
  }
  @keyframes rotate_alt {
    0% {
      transform: rotate(2deg);
    }
    25% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(2deg);
    }
    75% {
      transform: rotate(4deg);
    }
    to {
      transform: rotate(2deg);
    }
  }
  .consultation__prices-wrapper {
    border-radius: 0 0 20px 0;
    margin-left: 1px;
    padding: 63px 10px 38px 133px;
  }
  .consultation__prices-image {
    top: 44px;
    width: 132px;
    left: -14px;
  }
  .consultation__prices-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .consultation__icons {
    bottom: -26px;
    left: 32px;
  }
  .consultation__icon + .consultation__icon {
    margin-left: -6px;
  }
  .consultation__prices-subtitle {
    margin-bottom: 2px;
  }
  .consultation__prices-old {
    font-size: 18px;
    margin-right: 8px;
    margin-top: 1px;
  }
  .consultation__prices-new {
    font-size: 19px;
  }
  .consultation__form {
    left: 1px;
    margin-top: 40px;
  }
  .consultation__form .form__button {
    padding-right: 66px;
  }
}
@media screen and (max-width: 767px) {
  .consultation {
    padding-top: 64px;
    padding-bottom: 69px;
  }
  .consultation:before {
    height: 48.9%;
  }
  .consultation__title {
    font-size: 26px;
  }
  .consultation__grid {
    grid-template-areas: "c_image" "c_doc" "c_price" "c_gift";
    grid-template-columns: auto;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 0;
    row-gap: 0;
  }
  .consultation__image {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .consultation__doc-wrapper {
    margin-right: -15px;
    padding: 30px 100px 30px 14px;
    margin-bottom: 70px;
    margin-top: -40px;
    background-image: unset;
    border-radius: 20px 0 0 0;
    min-height: 225px;
  }
  .consultation__doc-wrapper:before {
    position: absolute;
    content: "";
    transform: scalex(-1);
    background-image: url(../i/19c6b59921fe77153d0a71463b5b58c7.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 230px;
    height: 181px;
    z-index: -1;
  }
  .consultation__doc-image {
    transform: scalex(-1);
    left: unset;
    right: -71px;
  }
  .consultation__doc-quote {
    line-height: 22px;
    font-size: 16px;
  }
  .consultation__doc-quote br {
    display: block;
  }
  .consultation__doc-prof {
    font-size: 19px;
    padding-top: 12px;
    margin-top: 15px;
    margin-left: -14px;
    padding-left: 14px;
    margin-bottom: 4px;
  }
  .consultation__prices-wrapper {
    padding: 23px 10px 18px 123px;
    margin-right: -15px;
    border-radius: 20px 0 0 0;
    margin-bottom: 20px;
  }
  .consultation__prices-image {
    top: -20px;
    width: 128px;
    left: -16px;
  }
  .consultation__icons {
    bottom: -23px;
    left: 30px;
  }
  .consultation__icon + .consultation__icon {
    margin-left: -7px;
  }
  .consultation__prices-subtitle {
    margin-bottom: 0;
  }
  .consultation__gift-wrapper {
    margin-left: -15px;
    padding: 32px 40px 0 15px;
  }
  .consultation__gift-icon {
    right: 6px;
  }
  .consultation__offer {
    right: 1px;
    top: 94px;
  }
  .consultation__gift-list {
    margin-top: 20px;
    margin-right: -40px;
  }
  .consultation__gift-elem_even {
    padding-left: 20px;
  }
  .consultation__gift-elem_even:before {
    left: 20px;
  }
  .consultation__form {
    margin-top: 30px;
    max-width: 330px;
  }
  .consultation__form .form__group-wrapper {
    display: block;
  }
  .consultation__form .form__button {
    margin-top: 10px;
    padding-right: 25px;
  }
  .consultation__form .form__policy {
    margin-top: 11px;
  }
}
@media screen and (max-width: 359px) {
  .consultation__offer {
    right: -12px;
    top: 120px;
  }
}
.navigation {
  background-color: #f8f5f2;
  background-color: var(--bg3);
  padding-top: 101px;
  padding-bottom: 100px;
}
.navigation__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  column-gap: 20px;
  max-width: 880px;
  margin: auto;
}
.navigation__item {
  background-color: #fff;
  background-color: var(--bg);
  color: #cc5e9c;
  color: var(--text_color3);
  border: 1px solid #cc5e9c;
  border: 1px solid var(--bg4);
  max-width: 200px;
  height: 60px;
  padding-right: 10px;
  padding-left: 67px;
  justify-content: flex-start;
}
.navigation__item:hover {
  background-color: #ffeff8;
  background-color: var(--bg20);
}
.navigation__item:before {
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 54px;
}
@media screen and (max-width: 1320px) {
  .navigation {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .navigation {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .navigation {
    padding-top: 60px;
    padding-bottom: 58px;
  }
  .navigation__items {
    grid-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 10px;
    row-gap: 10px;
  }
  .navigation__item {
    max-width: 160px;
    height: 40px;
    padding-top: 18px;
    padding-left: 47px;
    font-size: 15px;
  }
  .navigation__item:before {
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 36px;
  }
}
.contacts {
  padding-top: 107px;
  padding-bottom: 120px;
}
.contacts__grid {
  display: grid;
  grid-template-areas: "c_title c_map" "c_subtitle  c_map" "c_address  c_map" "c_phone  c_map" "c_worktime  c_map";
  grid-template-rows: repeat(4, auto) 1fr;
  grid-template-columns: auto 470px;
  grid-column-gap: 33px;
  column-gap: 33px;
}
.contacts__title {
  grid-area: c_title;
  margin-bottom: 40px;
  margin-left: -3px;
}
.contacts__subtitle {
  grid-area: c_subtitle;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 34px;
}
.contacts__address,
.contacts__phone,
.contacts__worktime {
  position: relative;
  padding-left: 34px;
}
.contacts__address:before,
.contacts__phone:before,
.contacts__worktime:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 0;
  top: 1px;
}
.contacts__address {
  grid-area: c_address;
  margin-bottom: 23px;
}
.contacts__address:before {
  background-image: url(../i/3bc3f84f474d34ab2ea1cde320b2190d.svg);
}
.contacts__phone {
  grid-area: c_phone;
  margin-bottom: 26px;
}
.contacts__phone:before {
  background-image: url(../i/e6c5b0cc3cce47659e03b392aac0f516.svg);
}
.contacts__worktime {
  grid-area: c_worktime;
}
.contacts__worktime:before {
  background-image: url(../i/44ad7dcacea6d2a01c013ace5b48cb90.svg);
}
.contacts__btn {
  grid-area: c_btn;
  margin-top: 55px;
  height: 60px;
  margin-left: -3px;
  max-width: 330px;
  padding-right: 32px;
  font-size: 18px;
  padding-top: 15px;
}
.contacts__btn:before {
  transform: rotate(180deg);
  width: 54px;
}
.contacts__map {
  grid-area: c_map;
  height: 445px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 13px;
}
.contacts__popup {
  padding: 0;
}
.contacts_success .contacts__grid {
  grid-template-areas: "c_title c_map" "c_subtitle  c_map" "c_address  c_map" "c_worktime  c_map" "c_btn  c_map";
}
.contacts_success .contacts__title {
  margin-bottom: 30px;
}
.contacts_success .contacts__subtitle {
  margin-bottom: 22px;
}
@media screen and (max-width: 1320px) {
  .contacts {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .contacts__grid {
    grid-template-columns: auto 434px;
  }
  .contacts__title {
    font-size: 38px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .contacts__subtitle {
    margin-bottom: 24px;
  }
  .contacts__address {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .contacts__address:before {
    height: 26px;
    top: 4px;
  }
  .contacts__phone {
    margin-bottom: 21px;
    font-size: 18px;
  }
  .contacts__phone:before {
    top: 2px;
  }
  .contacts__worktime {
    font-size: 18px;
  }
  .contacts__worktime:before {
    top: 2px;
  }
  .contacts__map {
    margin-top: 0;
    height: 411px;
  }
  .contacts__btn {
    margin-top: 31px;
    margin-left: 0;
  }
  .contacts_success {
    padding-top: 91px;
  }
  .contacts_success .contacts__title {
    line-height: 53px;
    margin-bottom: 28px;
  }
  .contacts_success .contacts__subtitle {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .contacts_success .contacts__map {
    margin-top: 9px;
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts {
    padding-top: 80px;
    padding-bottom: 89px;
  }
  .contacts__grid {
    grid-template-columns: auto 354px;
    grid-column-gap: 20px;
    column-gap: 20px;
  }
  .contacts__title {
    font-size: 30px;
    margin-bottom: 31px;
  }
  .contacts__subtitle {
    font-size: 20px;
    margin-bottom: 13px;
    margin-left: 1px;
  }
  .contacts__address {
    font-size: 16px;
    padding-left: 33px;
    margin-bottom: 14px;
  }
  .contacts__address:before {
    width: 22px;
    height: 24px;
    top: 3px;
  }
  .contacts__phone {
    font-size: 16px;
    padding-left: 33px;
    margin-bottom: 8px;
  }
  .contacts__phone:before {
    width: 22px;
    height: 22px;
    top: 3px;
    left: 1px;
  }
  .contacts__worktime {
    font-size: 16px;
    padding-left: 33px;
  }
  .contacts__worktime:before {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 1px;
  }
  .contacts__map {
    height: 321px;
  }
  .contacts__btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts_success {
    padding-top: 81px;
  }
  .contacts_success .contacts__grid {
    grid-template-areas: "c_title    c_map" "c_subtitle c_map" "c_address  c_map" "c_worktime c_map" ".          c_map" "c_btn      c_btn";
    grid-template-columns: auto 324px;
  }
  .contacts_success .contacts__title {
    font-size: 34px;
    line-height: 44px;
    margin-left: -2px;
  }
  .contacts_success .contacts__subtitle {
    margin-left: 0;
  }
  .contacts_success .contacts__address,
  .contacts_success .contacts__worktime {
    font-size: 18px;
    padding-left: 34px;
  }
  .contacts_success .contacts__map {
    height: 307px;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding-top: 59px;
    padding-bottom: 70px;
  }
  .contacts__grid {
    grid-template-areas: "c_title" "c_subtitle" "c_address" "c_phone" "c_worktime" "c_map";
    grid-template-columns: auto;
  }
  .contacts__title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .contacts__title .extra {
    font-family: Manrope, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .contacts__subtitle {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 9px;
  }
  .contacts__address {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 26px;
    margin-bottom: 12px;
  }
  .contacts__address:before {
    width: 17px;
    height: 18px;
    top: 7px;
  }
  .contacts__phone {
    font-size: 18px;
    padding-left: 26px;
  }
  .contacts__phone:before {
    width: 17px;
    height: 17px;
    top: 5px;
    left: 0;
  }
  .contacts__worktime {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 26px;
  }
  .contacts__worktime:before {
    width: 17px;
    height: 17px;
    top: 5px;
    left: 0;
  }
  .contacts__map {
    margin-top: 28px;
    height: 313px;
  }
  .contacts__btn {
    margin-top: 30px;
    height: 50px;
    padding-right: 44px;
    font-size: 15px;
    padding-top: 19px;
  }
  .contacts__btn:before {
    width: 46px;
    left: 2px;
    top: 2px;
    bottom: 2px;
  }
  .contacts_success {
    padding-top: 56px;
  }
  .contacts_success .contacts__grid {
    grid-template-areas: "c_title" "c_subtitle" "c_address" "c_worktime" "c_map" "c_btn";
    grid-template-columns: auto;
  }
  .contacts_success .contacts__title {
    font-size: 28px;
    line-height: 34px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .contacts_success .contacts__subtitle {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .contacts_success .contacts__address,
  .contacts_success .contacts__worktime {
    font-size: 16px;
    padding-left: 26px;
  }
  .contacts_success .contacts__address {
    margin-bottom: 8px;
  }
  .contacts_success .contacts__map {
    margin-top: 28px;
    height: 313px;
  }
}
.footer {
  margin-top: auto;
  background-color: #f8f5f2;
  background-color: var(--bg3);
}
.footer .chunk-panel__dropdown {
  height: 185px;
}
.footer_bg {
  background-color: #fff;
  background-color: var(--bg);
}
.footer_with-soc .footer__grid {
  grid-template-areas: "f_logo f_socials f_note" "f_text f_popup   f_dev" "f_text f_policy  f_dev";
}
.footer_with-soc .footer__popup-licenses {
  margin-top: 8px;
}
.footer_with-soc .footer__popup-policy {
  margin-top: 7px;
}
.footer_with-soc .footer__text {
  margin-top: 19px;
}
.footer_with-soc .footer__note {
  margin-top: 13px;
}
.footer_with-soc .footer__dev {
  margin-top: 9px;
}
.footer__grid {
  display: grid;
  grid-template-areas: "f_logo f_popup  f_note" "f_text f_policy f_dev";
  grid-template-columns: 378px auto 323px;
  padding-top: 64px;
  padding-bottom: 84px;
  position: relative;
}
.footer__grid:after,
.footer__grid:before {
  position: absolute;
  content: "";
  background-color: #e3e1df;
  background-color: var(--bg21);
  width: 1px;
  top: 71px;
  bottom: 71px;
  left: 378px;
}
.footer__grid:after {
  left: unset;
  right: 367px;
}
.footer__logo {
  grid-area: f_logo;
}
.footer__popup-licenses {
  font-weight: 500;
  grid-area: f_popup;
  line-height: 22px;
  margin-top: 28px;
}
.footer__popup-licenses,
.footer__popup-policy {
  font-family: Manrope, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 16px;
  margin-left: 86px;
}
.footer__popup-policy {
  font-weight: 400;
  grid-area: f_policy;
  line-height: normal;
  margin-top: 14px;
}
.footer__socials {
  grid-area: f_socials;
  margin-left: 85px;
  margin-top: -4px;
  display: flex;
  grid-column-gap: 5px;
  column-gap: 5px;
}
.footer__licenses-wrapper {
  grid-area: f_licenses;
  display: none;
}
.footer__note {
  grid-area: f_note;
  line-height: normal;
  margin-left: 39px;
  margin-top: 8px;
}
.footer__note,
.footer__text {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8e8e8e;
  color: var(--text_color4);
  font-size: 14px;
}
.footer__text {
  grid-area: f_text;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.42px;
  max-width: 330px;
}
.footer__dev {
  grid-area: f_dev;
  display: flex;
  align-items: center;
  margin-top: -12px;
}
.footer__dev-text {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  margin-left: 15px;
  margin-right: -10px;
  margin-top: 6px;
}
.footer__dev-text .accent {
  color: #81c400;
  text-decoration: underline;
}
.footer__socials-text {
  grid-area: f_soc-text;
  display: none;
}
@media screen and (max-width: 1320px) {
  .footer__grid {
    padding-top: 57px;
    padding-bottom: 54px;
    grid-template-columns: 256px auto 324px;
  }
  .footer__grid:before {
    top: 57px;
    bottom: 55px;
    left: 255px;
  }
  .footer__grid:after {
    right: 360px;
    top: 57px;
    bottom: 55px;
  }
  .footer__text {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: -4px;
  }
  .footer__popup-licenses {
    margin-left: 35px;
    margin-top: 23px;
  }
  .footer__popup-policy {
    margin-top: -9px;
    margin-left: 35px;
  }
  .footer__note {
    font-size: 16px;
    margin-left: 35px;
    margin-top: 13px;
  }
  .footer__dev {
    margin-top: -17px;
  }
  .footer__socials {
    margin-left: 35px;
    margin-top: 0;
  }
  .footer_with-soc .footer__popup-licenses {
    margin-left: 35px;
    margin-top: 15px;
  }
  .footer_with-soc .footer__popup-policy {
    margin-top: 7px;
  }
  .footer_with-soc .footer__dev,
  .footer_with-soc .footer__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__grid {
    grid-template-areas: "f_logo f_popup f_policy" "f_text f_text f_note" "f_text f_text f_dev";
    grid-template-columns: 182px auto 293px;
    padding-top: 36px;
    padding-bottom: 42px;
  }
  .footer__grid:after,
  .footer__grid:before {
    display: none;
  }
  .footer__popup-licenses {
    margin-left: 68px;
    margin-top: 2px;
    font-size: 14px;
  }
  .footer__popup-policy {
    margin-top: 3px;
    margin-left: 0;
    font-size: 14px;
  }
  .footer__text {
    max-width: 310px;
    margin-top: 24px;
    margin-bottom: -4px;
    margin-left: 2px;
  }
  .footer__note {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__dev {
    margin-top: 9px;
  }
  .footer__dev-text {
    font-size: 14px;
    margin-left: 7px;
    margin-top: 0;
  }
  .footer_with-soc .footer__grid {
    grid-template-areas: "f_logo    f_popup" "f_socials f_policy" "f_socials f_note" "f_text    f_dev";
    grid-template-columns: auto 294px;
  }
  .footer_with-soc .footer__logo {
    width: 181px;
  }
  .footer_with-soc .footer__note {
    margin-top: 18px;
  }
  .footer_with-soc .footer__popup-licenses {
    margin-left: 1px;
    margin-top: 5px;
    font-size: 14px;
  }
  .footer_with-soc .footer__text {
    margin-top: 18px;
    margin-left: 1px;
  }
  .footer_with-soc .footer__dev {
    margin-top: 20px;
  }
  .footer__socials {
    margin-left: 1px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .footer__grid {
    grid-template-areas: "f_logo     ." "f_licenses f_licenses" "f_policy   f_policy" "f_note     f_note" "f_text     f_text" "f_dev      f_dev";
    grid-template-columns: 134px auto;
    padding-top: 66px;
    padding-bottom: 68px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__licenses-wrapper {
    display: block;
    margin-top: 20px;
  }
  .footer__licenses-wrapper.open {
    border-bottom: 1px solid #d3c6b8;
    border-bottom: 1px solid var(--bg22);
    margin-bottom: 11px;
    padding-bottom: 27px;
  }
  .footer__licenses-inner {
    height: 100%;
    max-height: 1500px;
    overflow: hidden;
    transition: max-height 0.5s linear;
  }
  .footer__licenses-inner.hide {
    height: 0;
    max-height: 0;
  }
  .footer__licenses-title {
    cursor: pointer;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
    background-color: #fff;
    background-color: var(--bg);
    border: 1px solid #cc5e9c;
    border: 1px solid var(--bg4);
    color: #cc5e9c;
    color: var(--bg4);
    padding-left: 15px;
    font-size: 15px;
    padding-top: 17px;
  }
  .footer__licenses-title:before {
    width: 36px;
    left: 1px;
    top: 1px;
    bottom: 1px;
  }
  .footer__licenses-title:active,
  .footer__licenses-title:hover {
    background-color: #fff;
    background-color: var(--bg);
  }
  .footer__licenses-title.rotated:before {
    transform: rotate(90deg);
  }
  .footer__popup-licenses {
    display: none;
  }
  .footer__popup-policy {
    color: #8e8e8e;
    color: var(--text_color4);
    margin-top: 16px;
    margin-left: 2px;
  }
  .footer__note {
    margin-left: 2px;
    margin-top: 12px;
  }
  .footer__text {
    max-width: 294px;
    margin-top: 12px;
    margin-bottom: unset;
    margin-left: 1px;
    line-height: normal;
    letter-spacing: 0;
  }
  .footer__dev {
    margin-top: 13px;
  }
  .footer__licenses-items {
    margin-top: 20px;
    display: flex;
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .footer__licenses-items a {
    background-color: #fff;
    background-color: var(--bg);
  }
  .footer__licenses-content {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
    margin-left: 2px;
  }
  .footer__licenses-content-item + .footer__licenses-content-item {
    margin-top: 6px;
  }
  .footer_with-soc .footer__grid {
    grid-template-areas: "f_logo     f_logo" "f_soc-text f_socials" "f_licenses f_licenses" "f_policy   f_policy" "f_note     f_note" "f_text     f_text" "f_dev      f_dev";
    grid-template-columns: auto 156px;
  }
  .footer_with-soc .footer__logo {
    width: 134px;
  }
  .footer_with-soc .footer__licenses-wrapper {
    margin-top: 27px;
  }
  .footer_with-soc .footer__popup-policy {
    margin-top: 21px;
  }
  .footer_with-soc .footer__note {
    margin-right: 12px;
  }
  .footer_with-soc .footer__text {
    margin-top: 11px;
  }
  .footer_with-soc .footer__dev {
    margin-top: 14px;
  }
  .footer_with-soc .footer__socials-text {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    display: block;
    margin-top: 20px;
    margin-left: 2px;
  }
  .footer__socials {
    margin-top: 20px;
  }
}
.thanks {
  background-color: #f8f5f2;
  background-color: var(--bg3);
  padding-top: 39px;
  padding-bottom: 120px;
  z-index: 1;
}
.thanks__breadcrumbs {
  font-size: 16px;
}
.thanks__title {
  font-size: 56px;
  line-height: 66px;
  max-width: 1050px;
  margin-top: 38px;
  margin-bottom: 51px;
}
.thanks__subtitle {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 37px;
  padding-right: 300px;
}
.thanks__gift-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -28px;
  margin-right: -1px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin-bottom: 51px;
}
.thanks__gift-elem {
  position: relative;
  margin-left: 30px;
  margin-right: 31px;
  padding-left: 31px;
}
.thanks__gift-elem br {
  display: none;
}
.thanks__gift-elem:before {
  position: absolute;
  content: "";
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  background-size: cover;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
}
.thanks__gift-list-wrapper {
  position: relative;
}
.thanks__gift-icon {
  position: absolute;
  top: -150px;
  right: 170px;
  width: 120px;
  transform: rotate(-4deg);
}
.thanks__content {
  display: flex;
  grid-column-gap: 30px;
  column-gap: 30px;
}
.thanks__image {
  position: relative;
  max-width: 50%;
  flex-shrink: 0;
  padding-top: 79px;
  margin-left: 2px;
  border-radius: 20px;
  overflow: hidden;
}
.thanks__image-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 34px;
  padding: 32px 30px 28px;
}
.thanks__image-text,
.thanks__list {
  background-color: #fff;
  background-color: var(--bg);
  border-radius: 20px;
}
.thanks__list {
  padding: 90px 90px 20px 48px;
}
.thanks__elem {
  position: relative;
  padding-left: 30px;
}
.thanks__elem:before {
  position: absolute;
  content: "";
  background-image: url(../i/84a70a20cafcd3ff922052bf84cc0f51.svg);
  background-size: cover;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
}
.thanks__elem + .thanks__elem {
  margin-top: 30px;
}
@media screen and (max-width: 1320px) {
  .thanks {
    padding-top: 45px;
    padding-bottom: 110px;
  }
  .thanks__title {
    font-size: 38px;
    margin-right: 50px;
    line-height: 53px;
    margin-top: 20px;
    margin-bottom: 31px;
  }
  .thanks__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 29px;
    padding-right: 188px;
  }
  .thanks__gift-icon {
    display: none;
  }
  .thanks__gift-list {
    margin-left: -29px;
    margin-right: -30px;
  }
  .thanks__gift-elem {
    font-size: 18px;
    padding-left: 30px;
    margin-left: 29px;
    margin-right: 31px;
  }
  .thanks__gift-elem:before {
    top: 4px;
  }
  .thanks__image-text {
    font-size: 20px;
    line-height: 28px;
  }
  .thanks__image {
    max-width: 51.4%;
    margin-left: 0;
    padding-top: 86px;
  }
  .thanks__list {
    padding: 66px 55px 20px 32px;
  }
  .thanks__elem {
    font-size: 18px;
  }
  .thanks__elem:before {
    top: 5px;
  }
  .thanks__elem + .thanks__elem {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .thanks {
    padding-top: 43px;
    padding-bottom: 90px;
  }
  .thanks__title {
    font-size: 34px;
    line-height: 44px;
    margin-right: unset;
    margin-top: 10px;
    margin-bottom: 21px;
  }
  .thanks__subtitle {
    padding-right: 0;
  }
  .thanks__gift-list {
    margin-left: -42px;
    margin-right: -42px;
    margin-bottom: 50px;
  }
  .thanks__gift-elem {
    margin-left: 42px;
    margin-right: 42px;
  }
  .thanks__gift-elem br {
    display: block;
  }
  .thanks__content {
    display: block;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
  .thanks__image {
    max-width: unset;
    padding-top: 23px;
    margin-right: 2px;
    margin-bottom: 30px;
  }
  .thanks__image img {
    width: 100%;
    margin-bottom: -24px;
  }
  .thanks__image-text {
    padding: 31px 16px 29px 18px;
  }
  .thanks__list {
    padding: 50px 55px 50px 30px;
  }
  .thanks__elem:before {
    top: 4px;
  }
  .thanks__elem + .thanks__elem {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .thanks__title {
    font-size: 26px;
    line-height: 34px;
    margin-right: -1px;
    margin-top: 29px;
    margin-bottom: 30px;
  }
  .thanks__subtitle {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .thanks__gift-icon {
    display: block;
    top: -27px;
    right: -77px;
    width: 126px;
    transform: rotate(-18deg);
  }
  .thanks__gift-list {
    grid-row-gap: 11px;
    row-gap: 11px;
    margin-bottom: 40px;
    margin-right: 6px;
  }
  .thanks__gift-elem {
    padding-left: 29px;
    font-size: 16px;
  }
  .thanks__gift-elem:before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
  .thanks__gift-elem br {
    display: none;
  }
  .thanks__image {
    margin-right: -15px;
    border-radius: 20px 0 0 20px;
    padding-top: 59px;
  }
  .thanks__image img {
    margin-bottom: 0;
  }
  .thanks__image-text {
    padding: 20px 16px 23px 20px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .thanks__list {
    position: relative;
    margin-top: -44px;
    margin-right: -15px;
    z-index: 1;
    border-radius: 20px 0 0 20px;
    padding: 40px 33px 40px 10px;
  }
  .thanks__elem {
    font-size: 16px;
    line-height: 24px;
  }
  .thanks__elem:before {
    top: 6px;
    left: 10px;
    width: 15px;
    height: 15px;
  }
  .thanks__elem + .thanks__elem {
    margin-top: 15px;
  }
}
.error-block {
  padding-top: 25px;
  padding-bottom: 26px;
  background-color: #f8f5f2;
  background-color: var(--bg3);
}
.error-block__breadcrumbs {
  font-size: 14px;
  line-height: normal;
}
.error-block__breadcrumbs span {
  position: relative;
  padding-left: 12px;
}
.error-block__breadcrumbs span:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 1px;
  background-color: #4c5e16;
  background-color: var(--bg23);
}
.error-block-__content {
  display: grid;
  grid-template-areas: "e_title    e_label" "e_subtitle e_label" "e_button   e_label";
  grid-template-columns: 548px 1fr;
  grid-template-rows: auto auto 1fr;
}
.error-block__title {
  grid-area: e_title;
  font-size: 50px;
  line-height: 76px;
  margin-top: 19px;
}
.error-block__subtitle {
  grid-area: e_subtitle;
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
}
.error-block__btn {
  grid-area: e_button;
  margin-top: 44px;
  margin-left: -4px;
  padding-top: 14px;
  padding-right: 72px;
}
.error-block__label {
  grid-area: e_label;
  font-size: 250px;
  letter-spacing: 2.5px;
  line-height: normal;
  margin-top: 35px;
  margin-left: 9px;
}
@media screen and (max-width: 1320px) {
  .error-block {
    padding-top: 74px;
  }
  .error-block .row {
    padding: 0 27px;
  }
  .error-block__breadcrumbs {
    font-size: 18px;
  }
  .error-block__breadcrumbs span {
    padding-left: 8px;
  }
  .error-block__breadcrumbs span:before {
    left: 2px;
  }
  .error-block__title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0.46px;
    margin-top: 40px;
    margin-left: -2px;
  }
  .error-block__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
  }
  .error-block__btn {
    margin-top: 34px;
    margin-left: 0;
    padding-top: 16px;
    padding-right: 50px;
  }
  .error-block__label {
    margin-top: 14px;
    margin-left: -53px;
    margin-bottom: -32px;
  }
}
@media screen and (max-width: 1023px) {
  .error-block {
    padding-top: 35px;
    padding-bottom: 61px;
  }
  .error-block .row {
    padding: 0 22px;
  }
  .error-block-__content {
    grid-template-columns: 1fr 335px;
  }
  .error-block__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.28px;
    margin-top: 37px;
    margin-left: -1px;
  }
  .error-block__subtitle {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.15px;
  }
  .error-block__btn {
    margin-top: 40px;
    font-size: 17px;
    padding-top: 17px;
    padding-right: 37px;
    max-width: 330px;
  }
  .error-block__label {
    font-family: Manrope, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 180px;
    letter-spacing: 1.8px;
    margin-top: 65px;
    margin-left: 3px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .error-block {
    padding-top: 42px;
    padding-bottom: 70px;
  }
  .error-block .row {
    padding: 0 15px;
  }
  .error-block__breadcrumbs {
    margin-left: 4px;
  }
  .error-block__breadcrumbs span {
    padding-left: 7px;
  }
  .error-block__breadcrumbs span:before {
    left: 0;
  }
  .error-block-__content {
    grid-template-areas: "e_label" "e_title" "e_subtitle" "e_button";
    grid-template-columns: auto;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .error-block__label {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 160px;
    line-height: 160px;
    letter-spacing: 1.6px;
    margin-top: 15px;
    margin-left: 11px;
  }
  .error-block__title {
    margin-top: 20px;
  }
  .error-block__subtitle {
    font-size: 16px;
    margin-top: 19px;
    max-width: 286px;
  }
  .error-block__btn {
    margin-top: 30px;
    font-size: 16px;
    padding-top: 15px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 359px) {
  .error-block__label {
    font-size: 145px;
  }
}
.modal-error.modal {
  max-width: 534px;
}
.modal-error.modal .mfp-close {
  right: 20px;
  top: 20px;
}
.modal-error .modal__wrapper {
  padding: 43px 80px 84px;
}
.modal__error-title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 29px;
  text-align: center;
}
.modal__error-content {
  text-align: center;
  background-color: #f8f5f2;
  background-color: var(--bg3);
  border-radius: 20px;
  padding-top: 13px;
  padding-bottom: 24px;
}
.modal__error-subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-top: 14px;
  margin-bottom: 21px;
}
.modal__error-text {
  font-size: 18px;
  line-height: normal;
  margin-bottom: -3px;
}
.modal__error-phone {
  font-size: 24px;
  line-height: 47px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .modal-error {
    max-width: 410px;
  }
  .modal-error .modal__wrapper {
    padding: 47px 20px 49px;
  }
  .modal-error .modal__error-title {
    font-size: 27px;
    margin-bottom: 32px;
  }
  .modal-error .modal__error-content {
    padding-bottom: 39px;
  }
  .modal-error .modal__error-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 16px;
  }
  .modal-error .modal__error-text {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .modal-error .modal__error-phone {
    font-size: 20px;
    line-height: 24px;
  }
}
.modal-map {
  max-width: 330px;
}
.modal-map .mfp-close {
  right: 10px;
  top: 10px;
}
.modal-map .modal__wrapper {
  padding: 30px 20px 44px;
}
.modal-map__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 29px;
}
.modal-map__postfix {
  font-weight: 500;
}
.modal-map__item,
.modal-map__postfix {
  font-family: Manrope, sans-serif;
  font-style: normal;
}
.modal-map__item {
  font-weight: 400;
}
.modal-map__item + .modal-map__item {
  margin-top: 30px;
}
.modal-map__metro {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 3px;
}
.modal-map__metro:before {
  position: absolute;
  content: "";
  background-image: url(../i/fd11e4b632409d0ac29c1526b86ddfe2.svg);
  background-size: cover;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
}
.modal-map__address {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 24px;
}
.modal-map__address:before {
  position: absolute;
  content: "";
  background-image: url(../i/3bc3f84f474d34ab2ea1cde320b2190d.svg);
  background-size: cover;
  width: 17px;
  height: 18px;
  left: 0;
  top: 6px;
}
.modal-policy {
  max-width: 1312px;
}
.modal-policy .mfp-close {
  right: 18px;
  top: 18px;
}
/* .modal-policy .modal__wrapper {
  padding: 52px 76px 70px;
} */
.policy__title {
  font-size: 38px;
  line-height: 65px;
  margin-bottom: 30px;
}
.policy__text {
  opacity: 0.8;
}
.policy__text p + p {
  margin-top: 27px;
}
@media screen and (max-width: 1320px) {
  .modal-policy {
    width: calc(100% - 38px);
  }
  .modal-policy .mfp-close {
    right: 20px;
    top: 20px;
  }
  .modal-policy .modal__wrapper {
    padding: 70px 40px 70px 30px;
  }
  .policy__title {
    font-size: 34px;
    line-height: 44px;
  }
  .policy__text {
    font-size: 18px;
    line-height: 24px;
  }
  .policy__text p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-policy {
    width: calc(100% - 42px);
  }
  .modal-policy .mfp-close {
    right: 20px;
    top: 20px;
  }
  .modal-policy .modal__wrapper {
    padding: 69px 45px 70px 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal-policy {
    width: calc(100% - 18px);
  }
  .modal-policy .mfp-close {
    right: 19px;
  }
  .modal-policy .modal__wrapper {
    padding: 60px 20px;
  }
  .policy__title {
    font-size: 22px;
    line-height: 28px;
  }
  .policy__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.modal-licenses {
  max-width: 684px;
}
.modal-licenses .modal__wrapper {
  padding: 51px 40px 50px;
}
.modal-licenses__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.modal-licenses__text {
  margin-bottom: 20px;
}
.modal-licenses__address_fact {
  margin-top: 23px;
}
.modal-licenses__contacts {
  margin-top: 4px;
}
.modal-licenses_btn {
  cursor: pointer;
  height: 40px;
  max-width: 330px;
  background-color: #fff;
  background-color: var(--bg);
  border: 1px solid #cc5e9c;
  border: 1px solid var(--bg4);
  color: #cc5e9c;
  color: var(--bg4);
  padding-left: 15px;
  font-size: 15px;
  padding-top: 17px;
  margin-top: 30px;
}
.modal-licenses_btn:before {
  width: 36px;
  left: 1px;
  top: 1px;
  bottom: 1px;
}
.modal-licenses_btn:active,
.modal-licenses_btn:hover {
  background-color: #fff;
  background-color: var(--bg);
}
.modal-licenses_btn.hidden {
  padding: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  border: unset;
}
.modal-licenses__item + .modal-licenses__item {
  margin-top: 40px;
}
.modal-quiz .modal__wrapper {
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: auto;
  background-color: unset;
  overflow: visible;
}
.modal-quiz .modal__wrapper .mfp-close {
  background-color: #cc5e9c;
  background-color: var(--bg4);
  right: 0;
  top: -60px;
}
.modal-quiz .modal__wrapper .mfp-close:hover {
  background-color: #d83692;
  background-color: var(--bg5);
}
.modal-quiz .row {
  padding: 0;
}
.modal-quiz .quiz__grid {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-quiz .mfp-close_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  border-radius: 0;
  background-image: unset;
}
.modal-quiz .mfp-close_wrapper:hover {
  background-color: #187f86;
}
.modal-quiz .quiz {
  border-radius: 20px;
}
@media screen and (max-width: 1320px) {
  .modal-quiz .modal__wrapper {
    max-width: 932px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-quiz .modal__wrapper {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .modal-quiz .modal__wrapper {
    max-width: 330px;
  }
}
.modal-cert {
  max-width: 508px;
}
.modal-cert .modal__wrapper {
  padding: 145px 28px;
}
.cert__slider {
  grid-area: r_slider;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cert__items {
  display: flex;
}
.cert__item {
  flex-shrink: 0;
}
.cert__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .cert__nav .cert__pagination {
    grid-column-gap: 20px;
    column-gap: 20px;
  }
  .cert__nav .cert__button-prev {
    margin-right: 40px;
  }
  .cert__nav .cert__button-next {
    margin-left: 40px;
  }
}
.modal-thank {
  max-width: 628px;
}
.modal__thank-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 86px auto 46px;
}
.modal__thank-title {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
}
.modal__thank-text {
  text-align: center;
  max-width: 323px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 101px;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .modal__thank-image {
    width: 90px;
    margin-top: 77px;
    margin-bottom: 48px;
  }
  .modal__thank-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .modal__thank-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 94px;
  }
}
.header__address-link {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .header__affiliate-wrapper {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__affiliate-wrapper {
    margin-left: 0;
  }
  .header__address-link {
    text-align: left;
  }
}
.fs__prices-old {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: unset;
}
.fs__offer {
  bottom: -42px;
}
@media screen and (max-width: 1320px) {
  .fs__offer {
    bottom: -38px;
  }
}
@media screen and (max-width: 1023px) {
  .fs__gift-wrapper {
    padding-right: 28px;
  }
  .fs__offer {
    bottom: -31px;
  }
}
@media screen and (max-width: 767px) {
  .fs__gift-wrapper {
    padding-right: 18px;
  }
  .fs__offer {
    bottom: -22px;
  }
}
.prices_steps .prices__item-installment-title.extra,
.prices_steps .prices__item-instalment-price.extra,
.prices_steps .prices__item-new.extra,
.prices_steps .prices__item-prices-title.extra {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.prices_steps .prices__item {
  display: flex;
  flex-direction: column;
}
.prices_steps .prices__item:first-child .prices__item-installment-title {
  margin-top: 27px;
}
.prices_steps .prices__item:first-child .prices__item-new,
.prices_steps .prices__item:not(:first-child) .prices__item-installment-title {
  color: #fff;
  color: var(--white);
}
.prices_steps .prices__item > :nth-last-child(2) {
  margin-bottom: 10px;
}
.prices_steps .prices__item-prices_orthopedic,
.prices_steps .prices__item-prices_surgical {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.prices_steps .prices__item-new,
.prices_steps .prices__item-old {
  color: #34f2ff;
  color: var(--text_color2);
}
.prices_steps .prices__item-list {
  margin-top: auto;
}
.prices_steps .prices__item-image {
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .prices_steps .prices__item-installment-title {
    line-height: 26px;
  }
  .prices_steps
    .prices__item-instalment-price
    .prices__item-instalment-price_small {
    font-size: 16px;
  }
  .prices_steps
    .prices__item-instalment-price
    .prices__item-instalment-price_small
    br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .best__item-title br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .best__item_image .best__item-text {
    margin-right: 170px;
  }
}
.consultation__prices-old {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: unset;
}
@media screen and (max-width: 1023px) {
  .consultation__gift-text-elem + .consultation__gift-text-elem {
    margin-top: 8px;
  }
}
