﻿.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-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;
  -ms-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: transparent;
}
.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: transparent;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../f/ecf504dec47d625512b6b34b5c143fc3.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../f/29efcbb1a9b1bfdd3d1ca6f322c77cd1.woff) format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../f/3365c68aa3f91479771d1017d7616a4e.woff) format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../f/ef6f519e0a0e52117a13aec9237a21e1.woff) format("woff");
  font-style: italic;
  font-weight: 700;
}
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: baseline;
  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: "";
  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: baseline;
  *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: content-box;
}
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: #b3d4fc;
  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;
}
.row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1449px) {
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1349px) {
  .row {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
html {
  font-family: Muller, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #253c51;
  margin-right: 0 !important;
  background-color: #fff;
}
body,
html {
  overflow-x: hidden;
}
a {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
[data-ajax],
[data-js="image-popup"],
[data-js="video-popup"] {
  cursor: pointer;
}
[data-js="image-popup"] {
  position: relative;
}
[data-js="image-popup"]:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(42, 30, 57, 0.3);
  background-position: 50%;
  background-size: 30px auto;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
}
[data-js="image-popup"]:hover:before {
  z-index: 2;
  opacity: 1;
}
.nobr {
  white-space: nowrap;
}
.content {
  overflow: hidden;
}
.content.dev:before {
  content: "dev";
  padding: 2px 5px;
  background-color: #adff2f;
  border-right: 1px solid #ccd0d2;
  border-bottom: 1px solid #ccd0d2;
  position: fixed;
  display: block;
  z-index: 9999;
}
.row {
  max-width: 1420px;
  height: 100%;
}
.gradient-wrapper {
  padding-top: 1px;
  padding-bottom: 1px;
  background: linear-gradient(180deg, #f2f8fa, rgba(251, 254, 255, 0));
}
.input_phone_recaptcha {
  display: none !important;
}
.btn {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(87.4deg, #ea6f94 -10.92%, #e71762 121.72%);
  box-shadow: 0 25px 60px -20px rgba(232, 67, 122, 0.3),
    inset 0 -4px 30px -25px #7c062f,
    inset 0 25px 30px -15px hsla(0, 0%, 100%, 0.35);
  border-radius: 50px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  transform: translateZ(0);
}
.btn:before {
  box-shadow: 0 25px 60px -20px rgba(0, 97, 169, 0.45),
    inset 0 -4px 30px -25px #05426d,
    inset 0 25px 30px -15px hsla(0, 0%, 100%, 0.35);
}
.btn:after,
.btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(87.4deg, #e74072 -10.92%, #bf0d4d 121.72%);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.btn:after {
  box-shadow: 0 25px 60px -20px rgba(0, 97, 169, 0.45),
    inset 0 -4px 30px -25px #fff, inset 0 25px 30px -15px rgba(0, 0, 0, 0.15);
}
.btn span {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.btn:hover:before {
  opacity: 1;
}
.btn:active:before {
  opacity: 0;
}
.btn:active:after {
  opacity: 1;
}
.btn_empty {
  border: 2px solid #e8286b;
  color: #e8286b;
}
.btn_empty,
.btn_empty:after,
.btn_empty:before {
  background: #fff;
  box-shadow: none;
}
.btn_empty:hover {
  border: 2px solid #c71754;
  color: #c71754;
}
.btn_empty:active {
  border: 2px solid #6cb9f0;
  color: #6692ab;
}
.btn__dont-go {
  display: none;
}
@media screen and (max-width: 1023px) {
  .btn {
    font-size: 14px;
    line-height: 18px;
  }
}
.h1 {
  font-size: 36px;
  line-height: 50px;
  color: #354b5f;
}
.h1 span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.h2 {
  font-size: 40px;
  line-height: 50px;
  color: #354b5f;
}
.h2 span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.subtitle {
  font-size: 23px;
  line-height: 32px;
  color: #647c93;
}
@media screen and (max-width: 1349px) {
  .h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .subtitle {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    line-height: 32px;
  }
  .h1,
  .h2 {
    font-size: 23px;
  }
  .h2 {
    line-height: 27px;
  }
}
.link {
  color: #2fa8e6;
}
.link:hover {
  color: #0e72a6;
}
.underline > * {
  border-bottom: 1px solid;
}
.dashed > *,
.underline > * {
  transition: all 0.2s ease-in-out;
}
.dashed > * {
  border-bottom: 1px dashed;
}
.dotted > * {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px dotted;
}
ul.list li {
  position: relative;
  padding-left: 39px;
}
ul.list li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(87.4deg, #4283d0 -10.92%, #2d72c5 121.72%);
}
ul.list li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 6px;
  width: 10px;
  height: 8px;
  background-image: url(../i/b4889dadd12d4be3f6ace3f9e689f7d2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
ol.count-list {
  counter-reset: countList;
}
ol.count-list li,
ol.count-list li:before {
  display: flex;
  align-items: center;
}
ol.count-list li:before {
  counter-increment: countList;
  content: counter(countList);
  justify-content: center;
}
@media screen and (max-width: 1349px) {
  ul.list li {
    padding-left: 30px;
  }
  ul.list li:before {
    width: 18px;
    height: 18px;
  }
  ul.list li:after {
    top: 6px;
    left: 5px;
    width: 8px;
    height: 7px;
  }
}
@media screen and (max-width: 1023px) {
  ul.list li {
    padding-left: 25px;
  }
  ul.list li:before {
    width: 16px;
    height: 16px;
  }
  ul.list li:after {
    top: 5px;
    left: 4px;
    width: 8px;
    height: 6px;
  }
}
.mfp-close,
.mfp-close-btn-in .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  top: 0;
  right: 0;
  font-size: 36px;
  color: #696969;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mfp-wrap {
  overflow-y: auto;
}
.mfp_video-popup .mfp-close {
  top: -35px;
}
.mfp_image-popup .mfp-close,
.mfp_image-popup .mfp-close:focus,
.mfp_image-popup .mfp-close:hover {
  right: -5px;
}
.mfp_video-popup .mfp-close:focus,
.mfp_video-popup .mfp-close:hover {
  top: -35px;
}
.mfp_modal-success .mfp-close,
.mfp_modal-success .mfp-close:hover {
  right: 15px;
  top: 0;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 0.7;
}
.mfp-content .modal {
  display: block;
}
.modal {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
  display: none;
}
.modal > div {
  background: #fff;
  border-radius: 20px;
}
.modal .mfp-close {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #696969;
  font-size: 25px;
  top: 55px;
  right: 25px;
}
@media screen and (max-width: 1023px) {
  .modal .mfp-close {
    width: 22px;
    height: 22px;
    font-size: 25px;
    top: 45px;
    right: 15px;
  }
}
[data-js="tooltip-button"] {
  cursor: pointer;
}
[data-js="tooltip-html"] {
  display: none;
}
.tippy-content > div {
  max-width: 400px;
}
.tippy-tooltip.light-theme {
  border: 1px solid #e0e3e4;
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
}
[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 14px 13px;
  border-color: transparent transparent #fff;
}
.tippy-popper[x-placement^="bottom"] [data-js-tooltip="arrow"]:after {
  border-width: 0 15px 14px;
  border-color: transparent transparent #e0e3e4;
}
.tippy-popper[x-placement^="bottom"]
  .tippy-tooltip.tippy-info-theme
  [data-js-tooltip="arrow"]:before {
  border-color: transparent transparent #4096df;
}
.tippy-popper[x-placement^="bottom"]
  .tippy-tooltip.tippy-info-theme
  [data-js-tooltip="arrow"]:after {
  border-color: transparent;
}
.tippy-popper[x-placement^="bottom"]
  .tippy-tooltip.tippy-link-theme
  [data-js-tooltip="arrow"]:before {
  border-color: transparent transparent #4096df;
}
.tippy-popper[x-placement^="bottom"]
  .tippy-tooltip.tippy-link-theme
  [data-js-tooltip="arrow"]:after {
  border-width: 0 16px 15px;
  border-color: transparent;
}
.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^="top"]
  .tippy-tooltip.tippy-info-theme
  [data-js-tooltip="arrow"]:before {
  border-color: #4096df transparent transparent;
}
.tippy-popper[x-placement^="top"]
  .tippy-tooltip.tippy-info-theme
  [data-js-tooltip="arrow"]:after {
  border-color: transparent;
}
.tippy-popper[x-placement^="top"]
  .tippy-tooltip.tippy-link-theme
  [data-js-tooltip="arrow"]:before {
  border-color: #4096df transparent transparent;
}
.tippy-popper[x-placement^="top"]
  .tippy-tooltip.tippy-link-theme
  [data-js-tooltip="arrow"]:after {
  border-color: 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: 11px;
  height: 11px;
  top: 15px;
  right: 15px;
}
[data-js-tooltip="close"] > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-js-tooltip="close"]:hover > svg path,
[data-js-tooltip="close"] > svg path {
  fill: #253c51;
  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;
}
.tippy-tooltip.tippy-info-theme,
.tippy-tooltip.tippy-link-theme {
  border: 1px solid transparent;
  background-color: #4096df;
}
.tippy-info {
  display: inline-block;
}
.tippy-info [data-js="tooltip-button"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tippy-info [data-js="tooltip-button"]:hover {
  opacity: 0.85;
}
.tippy-info [data-js="tooltip-button"]:active {
  opacity: 0.65;
}
@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__group {
  position: relative;
}
.form__group.focused .input + label {
  top: 10px;
  font-size: 11px;
}
.form__group.error .input {
  border: 1px solid red;
}
.form__group.error .input + label {
  color: red;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.form__policy,
.input {
  font-size: 15px;
}
.input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  padding: 0 32px;
  box-sizing: border-box;
}
.input + label {
  position: absolute;
  pointer-events: none;
  color: #a4a4a4;
  transition: top 0.2s ease, font-size 0.2s;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  font-size: 15px;
}
.input::-webkit-input-placeholder {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #a4a4a4;
  font-size: 16px;
}
.input:-ms-input-placeholder {
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  color: #a4a4a4;
  font-size: 16px;
}
.input::placeholder {
  transition: color 0.2s;
  color: #a4a4a4;
  font-size: 16px;
}
.input:hover::-webkit-input-placeholder {
  color: transparent;
}
.input:hover:-ms-input-placeholder {
  color: transparent;
}
.input:hover::placeholder {
  color: transparent;
}
.input.input_phone_recaptcha {
  display: none !important;
}
.form__btn {
  border: none;
}
.form__group_recaptcha {
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  height: 0;
}
.form__group_recaptcha.active {
  height: auto;
  margin-bottom: 11px;
  transform: scaleY(1);
}
.form__group_recaptcha .g-recaptcha-input > * {
  margin-left: auto;
  margin-right: auto;
}
.form__group_recaptcha label {
  display: block;
  text-align: left;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 44px;
  top: 5px;
  font-size: 12px;
  line-height: 14px;
}
.form__group_recaptcha.error label {
  color: red;
  opacity: 1;
}
@keyframes shake {
  10%,
  90% {
    margin-left: -1px;
  }
  20%,
  80% {
    margin-left: 2px;
  }
  30%,
  50%,
  70% {
    margin-left: -4px;
  }
  40%,
  60% {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .input {
    padding: 0 31px;
    font-size: 14px;
  }
  .input + label {
    left: 31px;
    font-size: 14px;
  }
  .input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input:-ms-input-placeholder {
    font-size: 14px;
  }
  .input::placeholder {
    font-size: 14px;
  }
  .form__policy {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .form__group_recaptcha {
    margin-left: -30px;
    margin-right: -30px;
  }
  .form__group_recaptcha .g-recaptcha-input {
    transform: scale(0.7);
  }
  .form__group_recaptcha label {
    top: 10px;
    left: calc(50% - 85px);
  }
}
[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;
}
.slick-arrows {
  position: relative;
}
.slick-arrows > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  outline: none;
  box-shadow: 0 6px 20px -8px rgba(77, 136, 170, 0.5);
  border: none;
}
.slick-arrows > :after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 14px;
  background-image: url(../i/532557cf408555e627c375909af7b1a5.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-arrows > :hover:after {
  background-image: url(../i/52449af15a76e48558b1f4e8eed1bb07.svg);
}
.slick-arrows > :active {
  background: #d8deeb;
}
.slick-arrows > :active:after {
  background-image: url(../i/7b0b1933a75dfcb10879551120debfb0.svg);
}
.slick-arrows > .slick-disabled {
  background: #d8deeb;
}
.slick-arrows > .slick-disabled:after {
  background-image: url(../i/7b0b1933a75dfcb10879551120debfb0.svg);
}
.slick-arrows .prev {
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 1349px) {
  .slick-arrows > * {
    width: 39px;
    height: 39px;
  }
  .slick-arrows > :after {
    width: 15px;
    height: 13px;
  }
}
.social-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.social-icon:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.social-icon > * {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.social-icon > :last-child {
  margin-right: 0;
}
.social-icon > .ig {
  background-image: url(../i/9929d5c93a8f059cf862fbbb977108b8.svg);
}
.social-icon > .vk {
  background-image: url(../i/4718c07a4750f3c475078fe3b2b3f3c4.svg);
}
.social-icon > .fb {
  background-image: url(../i/ba8c8029f9b69309debe259e2209ff49.svg);
}
.header {
  padding-top: 14px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: transform 0.1s ease-in;
  z-index: 20;
}
.header.small {
  transform: translateY(-98px);
  transition: transform 0.2s ease-out;
  background: #fff;
  padding-bottom: 16px;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.1);
}
.header.small .header__bottom .header__menu {
  width: calc(100% - 512px);
}
.header.small .header__bottom .header__phone-number {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-left: auto;
  margin-right: 38px;
}
.header.header_not-main {
  position: absolute;
}
.header__top {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.header__top .header__phone-popup {
  display: none;
}
.header__logo-image {
  width: 240px;
}
.header__logo-image .logo {
  min-height: 80px;
}
.header__affiliates {
  max-width: 350px;
  padding-left: 30px;
}
.header__affiliates a {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #848d96;
}
.header__affiliates a:after {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  width: 16px;
  height: 20px;
  background-image: url(../i/58e981e0bfcb12d653d6f64dd3af7a08.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__time {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 20px;
  color: #354b5f;
}
.header__time span {
  color: #999;
}
.header__time:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../i/88a3507ba3d260b8ec44473ebccce6ed.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__phone-number {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 30px;
  color: #354b5f;
  white-space: nowrap;
}
.header__link {
  display: none;
}
.header__burger {
  width: 19px;
  height: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
}
.header__burger span {
  background-color: #4096df;
  width: 80%;
  height: 2px;
  border-radius: 6px;
  transition: all 0.2s ease 0s;
  align-self: flex-end;
}
.header__burger:before {
  top: 0;
}
.header__burger:after,
.header__burger:before {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background-color: #4096df;
  transition: all 0.2s ease 0s;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.open span {
  transform: scale(0);
}
.header__burger.open:before {
  position: absolute;
  top: 47%;
  width: 20px;
  transform: rotate(-45deg);
}
.header__burger.open:after {
  position: absolute;
  top: 47%;
  width: 20px;
  transform: rotate(45deg);
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom .header__phone-number {
  display: none;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 325px);
}
.header__menu__item {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.header__menu__item:hover {
  color: #367aca;
}
.header__phone-popup {
  width: 233px;
  height: 58px;
}
.header__dropdown {
  display: none;
  transform: translateY(-110%);
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 7px 7px;
  transition: all 0.2s ease 0s;
}
.header__dropdown.open {
  transform: translateY(0);
}
@media screen and (max-width: 1349px) {
  .header.small {
    transform: translateY(-84px);
  }
  .header.small .header__bottom .header__menu {
    width: calc(100% - 250px);
  }
  .header.small .header__bottom .header__phone-number {
    margin-right: 0;
  }
  .header.small .header__bottom .header__phone-popup {
    display: none;
  }
  .header__logo-image {
    width: 210px;
  }
  .header__logo-image .logo {
    min-height: 70px;
  }
  .header__affiliates a:after {
    width: 14px;
    height: 17px;
  }
  .header__time {
    max-width: 140px;
  }
  .header__phone-number {
    font-size: 18px;
  }
  .header__menu {
    width: calc(100% - 248px);
  }
  .header__menu__item {
    font-size: 12px;
    line-height: 12px;
  }
  .header__phone-popup {
    width: 202px;
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding-top: 9px;
  }
  .header.small {
    transform: translateY(-112px);
  }
  .header.small .header__bottom .header__menu {
    width: calc(100% - 136px);
  }
  .header.small .header__bottom .header__phone-number {
    font-size: 12px;
    line-height: 20px;
  }
  .header__top {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: auto 1fr auto;
  }
  .header__top .header__phone-popup {
    grid-column: 3/4;
    grid-row: 1/2;
    display: block;
    width: 169px;
    height: 40px;
  }
  .header__top .header__phone-popup a {
    font-size: 12px;
    line-height: 12px;
  }
  .header__logo-image {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 180px;
  }
  .header__logo-image .logo {
    min-height: 60px;
  }
  .header__affiliates {
    grid-column: 1/4;
    grid-row: 2/3;
    max-width: 500px;
  }
  .header__affiliates a {
    font-size: 14px;
  }
  .header__time {
    display: none;
  }
  .header__phone-number {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: center;
    font-size: 15px;
  }
  .header__menu {
    width: 100%;
  }
  .header__phone-popup {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 15px;
  }
  .header.small {
    transform: translateY(-10px);
    padding-bottom: 10px;
  }
  .header.small .header__bottom .header__menu {
    width: 100%;
  }
  .header.small .header__bottom .header__phone-number {
    display: none;
    width: 23px;
    height: 23px;
    font-size: 1px;
    color: #fff;
    background-image: url(../i/accec3c7e4d02b0cf12b3e71f02292b1.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header.small .header__bottom .header__phone-number a {
    width: 100%;
    height: 100%;
  }
  .header__top {
    grid-template-columns: 1fr auto auto;
    grid-gap: 5px;
  }
  .header__top .header__phone-popup {
    display: none;
  }
  .header__logo-image {
    width: 120px;
  }
  .header__logo-image .logo {
    min-height: auto;
  }
  .header__affiliates {
    max-width: 320px;
    padding-left: 20px;
  }
  .header__affiliates .city {
    display: none;
  }
  .header__affiliates a {
    font-size: 12px;
    line-height: 15px;
  }
  .header__affiliates a:after {
    width: 12px;
    height: 15px;
    left: -20px;
  }
  .header__phone-number a {
    display: block;
    background-color: #367aca;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    box-shadow: 0 0 10px rgba(54, 122, 202, 0.5);
  }
  .header__phone-number a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../i/30108db5bf9df74a1a8b3ff923d31393.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header__phone-number span {
    display: none;
  }
  .header__menu__item {
    font-size: 10px;
    line-height: 10px;
  }
  .header__link {
    display: block;
    margin-left: 10px;
    padding: 8px 0 7px 10px;
  }
  .header__menu__item.mob_hide {
    display: none;
  }
  .header__dropdown {
    display: block;
  }
  .header__dropdown .header__menu {
    flex-wrap: wrap;
    margin: -20px -10px 38px;
    justify-content: flex-start;
  }
  .header__dropdown .header__menu .mob_hide {
    display: block;
  }
  .header__dropdown .header__menu .header__menu__item {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .header__dropdown .header__time {
    display: block;
    margin-bottom: 12px;
  }
}
.first-screen {
  padding-top: 260px;
  background-image: url(../i/7d9801e5bc718b3577a869d49c1a822e.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.first-screen .h1 {
  margin-bottom: 23px;
}
.first-screen .subtitle {
  margin-bottom: 68px;
}
.fs__grid {
  position: relative;
  padding-bottom: 104px;
}
.fs__body {
  display: flex;
  margin-bottom: 34px;
}
.fs__body .list {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.fs__item {
  padding: 22px 25px;
  width: 400px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.fs__item-image {
  min-width: 96px;
  width: 96px;
  height: 68px;
  margin-right: 16px;
}
.fs__item-price {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 27px;
  color: #367aca;
  margin-bottom: 13px;
}
.fs__item-desc {
  font-size: 18px;
  line-height: 27px;
}
.fs__btn .btn {
  width: 410px;
  height: 78px;
}
.fs__btn > p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.fs__btn > p span {
  font-size: 16px;
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fs__photo {
  position: absolute;
  width: 430px;
  bottom: 0;
  right: -24px;
}
.fs__photo:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -120px;
  width: 803px;
  height: 504px;
  background-image: url(../i/3182eb1a0f2cc0aa4378ca0e6c7b2c00.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.fs__photo > img {
  position: relative;
  z-index: 1;
}
.fs__banner {
  position: absolute;
  padding: 15px 30px;
  bottom: 60px;
  right: 23px;
  width: 322px;
  height: 92px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.fs__banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fs__banner-flags {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 23px;
  margin-right: 15px;
}
.fs__banner-text {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 1349px) {
  .first-screen {
    padding-top: 187px;
  }
  .first-screen .h1 {
    margin-bottom: 26px;
  }
  .first-screen .subtitle {
    margin-bottom: 66px;
  }
  .fs__grid {
    padding-bottom: 70px;
  }
  .fs__body {
    margin-bottom: 22px;
  }
  .fs__item {
    padding: 12px 13px;
    border-radius: 10px;
    width: 298px;
    margin-right: 31px;
  }
  .fs__item-image {
    min-width: 69px;
    width: 69px;
    height: 52px;
    margin-right: 20px;
  }
  .fs__item-price {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .fs__item-desc {
    font-size: 12px;
    line-height: 17px;
  }
  .fs__btn .btn {
    width: 330px;
    height: 65px;
    text-transform: none;
  }
  .fs__photo {
    width: 330px;
    bottom: -13px;
    right: -17px;
  }
  .fs__photo:before {
    left: auto;
    right: -30px;
    width: 385px;
    height: 385px;
    background-image: url(../i/e5d420bb78960e58b0ef90186a5a2579.webp);
  }
  .fs__banner {
    padding: 15px 18px 15px 26px;
    bottom: 57px;
    right: 94px;
    width: 292px;
    height: 83px;
  }
  .fs__banner-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .first-screen {
    padding-top: 192px;
  }
  .first-screen .h1 {
    margin-bottom: 14px;
  }
  .first-screen .subtitle {
    margin-bottom: 43px;
  }
  .fs__grid {
    padding-bottom: 80px;
  }
  .fs__body {
    margin-bottom: 34px;
    flex-direction: column;
  }
  .fs__body .list {
    font-size: 14px;
    line-height: 14px;
  }
  .fs__body .list li:before {
    top: -3px;
  }
  .fs__body .list li:after {
    top: 2px;
  }
  .fs__body .list li:not(:first-child) {
    margin-top: 12px;
  }
  .fs__item {
    padding: 7px 10px 7px 13px;
    border-radius: 7px;
    width: 250px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fs__item-image {
    min-width: 56px;
    width: 56px;
    height: 42px;
    margin-right: 10px;
  }
  .fs__item-price {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .fs__btn .btn {
    width: 310px;
    height: 55px;
  }
  .fs__photo {
    width: 330px;
    bottom: -19px;
    right: -113px;
  }
  .fs__photo:before {
    right: 80px;
    bottom: -40px;
  }
  .fs__banner {
    bottom: 52px;
    width: 270px;
    height: 62px;
  }
  .fs__banner-flags {
    height: 30px;
    min-width: 22px;
    margin-right: 13px;
  }
  .fs__banner-flags > img {
    width: 22px;
    height: 13px;
  }
  .fs__banner-text {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .first-screen {
    padding-top: 144px;
  }
  .first-screen .h1 {
    margin-bottom: 15px;
  }
  .first-screen .subtitle {
    margin-bottom: 20px;
  }
  .fs__grid {
    padding-bottom: 320px;
  }
  .fs__body {
    margin-bottom: 24px;
  }
  .fs__item {
    width: 259px;
    margin-bottom: 30px;
  }
  .fs__btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .fs__btn,
  .fs__btn .btn {
    margin-right: auto;
    margin-left: auto;
  }
  .fs__btn .btn {
    width: 232px;
    height: 55px;
  }
  .fs__btn > p {
    font-size: 12px;
    line-height: 16px;
  }
  .fs__btn > p span {
    font-size: 14px;
  }
  .fs__photo img {
    max-height: 330px;
    width: auto;
  }
  .fs__photo {
    width: 274px;
    right: 50%;
    transform: translate(50%);
  }
  .fs__photo:before {
    right: -107px;
    bottom: -37px;
    width: 350px;
    height: 350px;
  }
  .fs__banner {
    padding: 12px 8px 12px 21px;
    bottom: 54px;
    right: 85px;
    width: 196px;
    height: 77px;
  }
  .fs__banner-flags {
    height: 32px;
    min-width: 19px;
    margin-right: 12px;
  }
  .fs__banner-flags > img {
    width: 19px;
    height: 12px;
  }
  .fs__banner-text {
    line-height: 16px;
  }
}
.reviews {
  position: relative;
  padding-top: 96px;
  background: #f7f8fa;
  padding-bottom: 101px;
}
.reviews .h2 {
  margin-bottom: 11px;
}
.reviews:before {
  top: 252px;
  left: 32px;
  width: 207px;
  height: 207px;
  background: linear-gradient(
    135deg,
    rgba(203, 239, 255, 0.5) 15.67%,
    rgba(205, 240, 255, 0) 76.11%
  );
  transform: rotate(90deg);
}
.reviews:after,
.reviews:before {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.reviews:after {
  top: 452px;
  right: -138px;
  width: 383px;
  height: 383px;
  background: linear-gradient(135deg, #fff 15.67%, hsla(0, 0%, 100%, 0) 76.11%);
}
.reviews__slider-wrapper {
  margin-bottom: 83px;
  position: relative;
  z-index: 1;
}
.reviews__title {
  max-width: calc(100% - 600px);
  margin-bottom: 84px;
}
.reviews__slider .slick-list {
  margin-right: -16px;
  margin-left: -16px;
}
.reviews__slider .slick-slide {
  margin-right: 16px;
  margin-left: 16px;
}
.reviews__item {
  position: relative;
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
}
.reviews__photo {
  position: relative;
  width: 566px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin-bottom: 23px;
}
.reviews__photo:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-47%, -50%);
  width: 55px;
  height: 55px;
  background-image: url(../i/9705b38382ac7341b8fb3acb9d6227ea.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.reviews__photo:hover:after {
  background-image: url(../i/bf4768e030cc01ea6771e11a4ac31cf4.svg);
}
.reviews__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px 22px 34px 48px;
  width: 370px;
  min-height: 235px;
  background: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 27px 44px -17px rgba(12, 91, 124, 0.12);
  border-radius: 15px 0 15px 15px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.reviews__text .link {
  font-style: normal;
  font-size: 15px;
}
.reviews__text-title,
.reviews__text .link {
  font-family: Muller, sans-serif;
  font-weight: 700;
  line-height: 25px;
}
.reviews__text-title {
  font-style: italic;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}
.reviews__text-title:before {
  content: "«";
  top: -1px;
  left: -24px;
}
.reviews__text-title:after,
.reviews__text-title:before {
  font-family: Muller, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  font-size: 35px;
  line-height: 25px;
  color: #b1c8de;
}
.reviews__text-title:after {
  content: "»";
  bottom: 0;
  margin-left: 3px;
}
.reviews__text-body {
  font-family: Muller, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: auto;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #647c93;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reviews__image {
  position: relative;
  width: 228px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}
.reviews__image:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-image: url(../i/973dbca96e1c14592f51573fb5c76487.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
.reviews__image:hover:after {
  opacity: 0.7;
}
.reviews__slider-thumbnails-wrapper {
  position: absolute;
  width: 550px;
  top: 37px;
  right: 0;
}
.reviews__slider-thumbnails-wrapper .slick-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.reviews__slider-thumbnails-wrapper .slick-arrows .prev {
  left: 0;
}
.reviews__slider-thumbnails-wrapper .slick-arrows .next {
  right: 0;
}
.reviews__slider-thumbnails {
  padding-right: 100px;
  padding-left: 100px;
}
.reviews__slider-thumbnails .slick-track {
  display: flex;
  align-items: center;
  margin-left: 90px;
}
.reviews__slider-thumbnails .slick-slide {
  margin-right: 12px;
  margin-left: 12px;
  opacity: 0.5;
  display: flex;
}
.reviews__slider-thumbnails .slick-slide .item {
  width: 61px !important;
  height: 61px;
}
.reviews__slider-thumbnails .slick-slide.slick-active {
  opacity: 1;
}
.reviews__slider-thumbnails .slick-slide.slick-active .item {
  width: 73px !important;
  height: 73px;
}
.reviews__slider-thumbnails .item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__slider-thumbnails .item:hover {
  cursor: pointer;
}
.reviews__advantages {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  z-index: 1;
}
.reviews__advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.reviews__advantage-image {
  width: 121px;
  margin-bottom: 14px;
}
.reviews__advantage-text {
  line-height: 25px;
  max-width: 290px;
}
@media screen and (max-width: 1349px) {
  .reviews {
    padding-top: 67px;
    padding-bottom: 93px;
  }
  .reviews .h2 {
    margin-bottom: 11px;
  }
  .reviews:before {
    top: auto;
    bottom: 44px;
    left: -43px;
  }
  .reviews:after {
    top: auto;
    bottom: 101px;
    right: -138px;
  }
  .reviews__slider-wrapper {
    margin-bottom: 43px;
  }
  .reviews__title {
    max-width: calc(100% - 390px);
    margin-bottom: 35px;
  }
  .reviews__slider .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
  .reviews__slider .slick-slide {
    width: 453px !important;
    margin-right: 25px;
    margin-left: 0;
  }
  .reviews__photo {
    width: 400px;
    height: 221px;
    border-radius: 15px;
    margin-bottom: 17px;
  }
  .reviews__photo img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reviews__photo:after {
    width: 39px;
    height: 39px;
  }
  .reviews__text {
    padding: 15px 16px 19px 18px;
    width: 269px;
    min-height: 175px;
  }
  .reviews__text .link {
    font-size: 14px;
  }
  .reviews__text-title {
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .reviews__text-title br {
    display: none;
  }
  .reviews__text-title:before {
    left: 0;
    top: -5px;
    font-size: 25px;
  }
  .reviews__text-title:after {
    font-size: 25px;
  }
  .reviews__text-body {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .reviews__image {
    width: 163px;
    height: 113px;
  }
  .reviews__image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reviews__slider-thumbnails-wrapper {
    width: 356px;
    top: 17px;
  }
  .reviews__slider-thumbnails {
    padding-right: 50px;
    padding-left: 50px;
  }
  .reviews__slider-thumbnails .slick-track {
    margin-left: 74px;
  }
  .reviews__slider-thumbnails .slick-slide {
    margin-right: 8px;
    margin-left: 8px;
  }
  .reviews__slider-thumbnails .slick-slide .item {
    width: 43px !important;
    height: 43px;
  }
  .reviews__slider-thumbnails .slick-slide.slick-active .item {
    width: 51px !important;
    height: 51px;
  }
  .reviews__advantage-image {
    width: 83px;
    min-width: 83px;
    margin-bottom: 12px;
  }
  .reviews__advantage-text {
    font-size: 15px;
    line-height: 20px;
    max-width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews {
    padding-top: 61px;
    padding-bottom: 60px;
  }
  .reviews .h2 {
    margin-bottom: 8px;
  }
  .reviews:before {
    top: auto;
    bottom: 166px;
  }
  .reviews:after {
    top: auto;
    bottom: 130px;
  }
  .reviews__title {
    max-width: calc(100% - 300px);
    margin-bottom: 39px;
  }
  .reviews__slider .slick-slide {
    width: 567px !important;
    margin-right: 45px;
  }
  .reviews__photo {
    width: 542px;
    height: 309px;
    margin-bottom: 19px;
  }
  .reviews__text {
    padding: 16px 15px 19px 23px;
    width: 386px;
  }
  .reviews__text .link {
    font-size: 14px;
  }
  .reviews__image {
    width: 160px;
    height: 104px;
    border-radius: 10px;
  }
  .reviews__slider-thumbnails-wrapper {
    width: 286px;
    top: 3px;
  }
  .reviews__slider-thumbnails {
    padding-right: 50px;
    padding-left: 55px;
  }
  .reviews__slider-thumbnails .slick-track {
    margin-left: 64px;
  }
  .reviews__slider-thumbnails .slick-slide {
    margin-right: 6px;
    margin-left: 6px;
  }
  .reviews__advantages {
    margin-top: -43px;
    flex-wrap: wrap;
  }
  .reviews__advantages > * {
    width: 48%;
  }
  .reviews__advantage {
    margin-top: 43px;
    flex-direction: row;
    text-align: left;
  }
  .reviews__advantage-image {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .reviews__advantage-text {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 51px;
    padding-bottom: 65px;
  }
  .reviews .h2 {
    margin-bottom: 13px;
  }
  .reviews:after,
  .reviews:before {
    display: none;
  }
  .reviews__title {
    max-width: 100%;
    margin-bottom: 29px;
  }
  .reviews__slider {
    margin-bottom: 10px;
  }
  .reviews__slider .slick-track {
    display: flex;
  }
  .reviews__slider .slick-slide {
    width: 290px !important;
  }
  .reviews__photo {
    width: 290px;
    height: 190px;
    margin-bottom: 0;
  }
  .reviews__text {
    margin-top: -36px;
    padding: 22px 15px 18px 23px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-right: auto;
    margin-left: auto;
    width: 270px;
    box-shadow: 0 14px 26px -17px rgba(12, 91, 124, 0.12);
    border-radius: 10px 0 10px 10px;
  }
  .reviews__text-title {
    margin-bottom: 7px;
  }
  .reviews__text-body {
    -webkit-line-clamp: 5;
  }
  .reviews__image {
    display: none;
  }
  .reviews__slider-thumbnails-wrapper {
    width: 290px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
  }
  .reviews__slider-thumbnails {
    padding-right: 55px;
  }
  .reviews__advantages {
    margin-top: -18px;
    flex-direction: column;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .reviews__advantages > * {
    width: 100%;
  }
  .reviews__advantage {
    margin-top: 13px;
  }
  .reviews__advantage-image {
    margin-right: 6px;
  }
  .reviews__advantage-text {
    font-size: 14px;
  }
}
.gallery {
  position: relative;
  margin-top: 100px;
}
.gallery .h2 {
  max-width: calc(100% - 540px);
}
.gallery:before {
  top: 37px;
  left: -185px;
}
.gallery:after,
.gallery:before {
  position: absolute;
  content: "";
  width: 688px;
  height: 688px;
  border-radius: 50%;
  background: linear-gradient(
    150.04deg,
    #e1f6ff 4.34%,
    hsla(0, 0%, 100%, 0) 85.29%
  );
  z-index: -1;
}
.gallery:after {
  top: 188px;
  right: -284px;
}
.gallery__grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}
.gallery__item {
  padding: 14px 15px;
  width: 390px;
  background: #fff;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.gallery__item-images img {
  width: auto;
  max-width: none;
}
.gallery__item-text {
  line-height: 25px;
}
.gallery__advantages {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.gallery__advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gallery__advantage-image {
  width: 98px;
  margin-bottom: 9px;
}
.gallery__advantage-text {
  line-height: 25px;
  max-width: 290px;
}
.gallery__slider {
  margin-top: 97px;
}
.gallery__slider .slick-list {
  overflow-y: hidden;
  height: 473px;
}
.gallery__slider .slick-slide {
  padding: 0 9px;
  width: 714px !important;
}
.gallery__slider .slick-slide img {
  border-radius: 20px;
  height: 473px;
}
@media screen and (max-width: 1349px) {
  .gallery {
    margin-top: 71px;
  }
  .gallery .h2 {
    max-width: calc(100% - 340px);
  }
  .gallery:before {
    top: 31px;
    left: -117px;
    width: 418px;
    height: 418px;
  }
  .gallery:after {
    top: 29px;
    right: -84px;
    width: 365px;
    height: 365px;
  }
  .gallery__grid {
    margin-bottom: 24px;
  }
  .gallery__item {
    padding: 7px;
    width: 334px;
    border-radius: 10px;
  }
  .gallery__item-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .gallery__item-images > img {
    height: 39px;
  }
  .gallery__item-images > img:first-child {
    order: 1;
  }
  .gallery__item-text {
    max-width: 160px;
    font-size: 15px;
    line-height: 20px;
  }
  .gallery__advantage-image {
    width: 90px;
    min-width: 90px;
    margin-bottom: 23px;
  }
  .gallery__advantage-text {
    font-size: 15px;
    line-height: 20px;
    max-width: 220px;
  }
  .gallery__slider {
    margin-top: 70px;
  }
  .gallery__slider .slick-list {
    height: 367px;
  }
  .gallery__slider .slick-slide {
    width: 555px !important;
  }
  .gallery__slider .slick-slide img {
    border-radius: 15px;
    height: 367px;
  }
}
@media screen and (max-width: 1023px) {
  .gallery {
    margin-top: 65px;
  }
  .gallery .h2 {
    max-width: calc(100% - 285px);
  }
  .gallery .h2 br {
    display: none;
  }
  .gallery:before {
    top: -17px;
    left: -107px;
    width: 371px;
    height: 371px;
  }
  .gallery:after {
    top: 68px;
    right: -128px;
  }
  .gallery__grid {
    margin-bottom: 32px;
  }
  .gallery__item {
    padding: 5px;
    width: 274px;
  }
  .gallery__item-images > img {
    height: 30px;
  }
  .gallery__item-text {
    font-size: 14px;
  }
  .gallery__advantages {
    margin-top: -30px;
    flex-wrap: wrap;
  }
  .gallery__advantages > * {
    width: 48%;
  }
  .gallery__advantage {
    margin-top: 30px;
    flex-direction: row;
    text-align: left;
  }
  .gallery__advantage-image {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .gallery__advantage-text {
    max-width: none;
  }
  .gallery__slider {
    margin-top: 54px;
  }
  .gallery__slider .slick-list {
    height: 270px;
  }
  .gallery__slider .slick-slide {
    width: 410px !important;
  }
  .gallery__slider .slick-slide img {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 50px;
  }
  .gallery .h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .gallery:before {
    top: 272px;
    left: -122px;
    width: 258px;
    height: 258px;
  }
  .gallery:after {
    top: -26px;
    right: -78px;
    width: 284px;
    height: 284px;
  }
  .gallery__grid {
    margin-bottom: 33px;
    flex-direction: column;
    max-width: 500px;
  }
  .gallery__grid,
  .gallery__item {
    margin-right: auto;
    margin-left: auto;
  }
  .gallery__item {
    padding: 16px 5px;
    width: 284px;
  }
  .gallery__advantages {
    margin-top: -10px;
    flex-direction: column;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery__advantages > * {
    width: 100%;
  }
  .gallery__advantage {
    margin-top: 10px;
  }
  .gallery__advantage-text {
    font-size: 14px;
  }
  .gallery__slider {
    margin-top: 46px;
    width: 110%;
  }
  .gallery__slider .slick-list {
    height: 148px;
  }
  .gallery__slider .slick-slide {
    width: 225px !important;
  }
  .gallery__slider .slick-slide img {
    border-radius: 7px;
    height: 148px;
  }
}
.prices {
  position: relative;
  margin-top: 102px;
  margin-bottom: 100px;
}
.prices .h2 {
  margin-bottom: 16px;
}
.prices .subtitle {
  margin-bottom: 59px;
}
.prices:before {
  top: -60px;
  left: -400px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.prices:after,
.prices:before {
  position: absolute;
  content: "";
  width: 921px;
  height: 921px;
  border-radius: 50%;
  background: linear-gradient(
    138.46deg,
    #d9eefd 16.06%,
    hsla(0, 0%, 100%, 0) 71.85%
  );
  z-index: -1;
}
.prices:after {
  top: 480px;
  right: -370px;
}
.prices__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -30px;
  margin-right: -16px;
  margin-left: -16px;
}
.prices__grid > * {
  margin-top: 30px;
  flex: 0 1 33%;
  padding-right: 16px;
  padding-left: 16px;
}
.prices__item {
  padding: 30px 47px 37px;
  height: 100%;
  background: #fff;
  box-shadow: 0 15px 75px -15px rgba(113, 153, 183, 0.4);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.prices__item .image {
  display: flex;
  width: 269px;
  margin-bottom: 19px;
}
.prices__item .name {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 35px;
}
.prices__item .name span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.prices__item .small_text {
  margin-top: auto;
  margin-bottom: 0;
  line-height: 32px;
  color: #425e78;
}
.prices__item .small_text span {
  font-size: 23px;
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.prices__price {
  position: relative;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  box-shadow: 0 20px 75px rgba(113, 153, 183, 0.3);
  border-radius: 0 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transform: skew(6deg);
}
.prices__price:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  height: 100%;
  width: 20px;
  background: #fff;
  border-radius: 0 15px 15px 0;
  transform: skew(-6deg);
}
.prices__price .text {
  font-size: 30px;
  line-height: 32px;
  color: #367aca;
  transform: skew(-6deg);
}
.prices__price .text span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1349px) {
  .prices {
    margin-top: 70px;
    margin-bottom: 71px;
  }
  .prices .h2 {
    margin-bottom: 16px;
  }
  .prices .subtitle {
    margin-bottom: 34px;
  }
  .prices:before {
    top: 30px;
    left: -200px;
    width: 524px;
    height: 524px;
  }
  .prices:after {
    top: 410px;
    right: -165px;
    width: 466px;
    height: 466px;
  }
  .prices__item {
    padding: 18px 31px 26px;
  }
  .prices__item .image {
    width: 177px;
    margin-bottom: 15px;
  }
  .prices__item .name {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
  }
  .prices__item .small_text {
    font-size: 15px;
    max-width: 170px;
    line-height: 23px;
  }
  .prices__price {
    padding: 13px 0;
    margin-bottom: 30px;
  }
  .prices__price .text {
    font-size: 23px;
  }
}
@media screen and (max-width: 1023px) {
  .prices {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .prices .h2 {
    margin-bottom: 5px;
  }
  .prices .subtitle {
    margin-bottom: 31px;
  }
  .prices:before {
    top: -41px;
    left: -432px;
    width: 772px;
    height: 772px;
  }
  .prices:after {
    right: -274px;
    width: 772px;
    height: 772px;
  }
  .prices__grid {
    justify-content: center;
  }
  .prices__grid > * {
    flex: 0 1 50%;
    max-width: 400px;
  }
  .prices__item {
    padding: 25px 38px 32px;
  }
  .prices__item .image {
    width: 225px;
  }
  .prices__item .name {
    margin-bottom: 21px;
  }
  .prices__item .small_text {
    max-width: none;
    margin-right: -2px;
    margin-left: -2px;
  }
  .prices__price {
    padding: 17px 0;
  }
}
@media screen and (max-width: 767px) {
  .prices {
    margin-top: 50px;
    margin-bottom: 42px;
  }
  .prices .h2 {
    margin-bottom: 10px;
  }
  .prices .subtitle {
    margin-bottom: 19px;
  }
  .prices:before {
    top: 16px;
    left: -308px;
    width: 492px;
    height: 492px;
  }
  .prices:after {
    top: 1010px;
    right: -290px;
    width: 445px;
    height: 445px;
  }
  .prices__grid {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .prices__grid > * {
    margin-top: 20px;
    flex: 0 1 auto;
    width: 310px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .prices__item {
    padding: 19px 20px 25px;
  }
  .prices__item .name {
    margin-bottom: 27px;
  }
  .prices__price {
    padding: 11px 0;
    width: 220px;
    margin-bottom: 23px;
  }
}
.free-diagnostics {
  padding-top: 84px;
  position: relative;
  background-image: url(../i/594e69ea6b40d6903ff0d52204c35848.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 111px;
}
.free-diagnostics.fd_3 {
  background-image: url(../i/00e99e1863e9e4ae502cebf7971510f0.webp);
}
.free-diagnostics .h2 {
  margin-bottom: 13px;
}
.free-diagnostics .list {
  margin-top: 38px;
  margin-bottom: 55px;
}
.free-diagnostics .list li:not(:first-child) {
  margin-top: 19px;
}
.fd__list .subtitle {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  margin-top: 65px;
  margin-bottom: -13px;
}
.free-diagnostics__grid {
  position: relative;
}
.fd__banner {
  position: absolute;
  top: 5px;
  right: 68px;
  padding: 21px 15px 35px;
  width: 438px;
  background: linear-gradient(87.4deg, #4283d0 -10.92%, #2d72c5 121.72%);
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.fd__banner-image {
  width: 120px;
  min-width: 120px;
  margin-right: 8px;
}
.fd__banner-text .price {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 11px;
}
.fd__banner-text .text {
  font-size: 18px;
  line-height: 27px;
}
.free-diagnostics__items {
  margin-top: 53px;
  margin-bottom: 40px;
}
.fd__item {
  display: flex;
  align-items: center;
}
.fd__item:not(:first-child) {
  margin-top: 13px;
}
.fd__image {
  width: 57px;
  min-width: 57px;
  margin-right: 18px;
}
.free-diagnostics__form .form__title {
  margin-bottom: 28px;
}
.free-diagnostics__form .form__title span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.free-diagnostics__form .form__grid {
  display: flex;
  flex-wrap: wrap;
}
.free-diagnostics__form .form__group {
  height: 58px;
}
.free-diagnostics__form .form__group-input {
  width: 218px;
  margin-right: 12px;
}
.free-diagnostics__form .form__group-button {
  width: 192px;
}
.free-diagnostics__form .form__policy {
  margin-top: 21px;
  width: 100%;
}
.form__content-btn {
  width: 410px;
  height: 78px;
  margin-top: 15px;
  text-align: center;
}
.free-diagnostics__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 699px;
}
@media screen and (max-width: 1349px) {
  .free-diagnostics {
    padding-top: 71px;
    padding-bottom: 83px;
  }
  .free-diagnostics .h2 {
    max-width: 645px;
  }
  .free-diagnostics .h2 br,
  .free-diagnostics .subtitle br {
    display: none;
  }
  .free-diagnostics .list {
    margin-bottom: 38px;
  }
  .fd__banner {
    top: 18px;
    right: -1px;
    padding: 21px 15px 15px;
    width: 392px;
  }
  .fd__banner + .h2 {
    max-width: 500px;
  }
  .fd__banner-image {
    margin-right: 18px;
  }
  .fd__banner-text .price {
    font-size: 23px;
    margin-bottom: 14px;
  }
  .fd__banner-text .text {
    font-size: 15px;
    line-height: 23px;
  }
  .free-diagnostics__items {
    margin-top: 44px;
    margin-bottom: 50px;
  }
  .fd__item:not(:first-child) {
    margin-top: 0;
  }
  .fd__image {
    width: 59px;
    min-width: 59px;
  }
  .fd__text {
    font-size: 15px;
  }
  .free-diagnostics__form {
    max-width: 430px;
  }
  .free-diagnostics__form .form__title {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .free-diagnostics__form .form__group {
    height: 57px;
  }
  .free-diagnostics__form .form__policy {
    margin-top: 16px;
    max-width: 350px;
  }
  .free-diagnostics__photo {
    right: 0;
    width: 537px;
  }
}
@media screen and (max-width: 1120px) {
  .fd__list {
    max-width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .free-diagnostics {
    padding-top: 62px;
    padding-bottom: 60px;
  }
  .free-diagnostics .h2 {
    margin-bottom: 8px;
  }
  .free-diagnostics .list {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 54px;
  }
  .free-diagnostics .list li:not(:first-child) {
    margin-top: 20px;
  }
  .fd__list .subtitle {
    margin-top: 26px;
    margin-bottom: -13px;
  }
  .fd__banner {
    top: -2px;
    right: 1px;
    padding: 9px 10px 7px;
    width: 289px;
    border-radius: 7px;
  }
  .fd__banner + .h2 {
    max-width: 390px;
  }
  .fd__banner-image {
    width: 90px;
    min-width: 90px;
    margin-right: 11px;
  }
  .fd__banner-text .price {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .fd__banner-text .text {
    font-size: 14px;
    line-height: 20px;
  }
  .free-diagnostics__items {
    margin-top: 12px;
    margin-bottom: 36px;
  }
  .fd__item:not(:first-child) {
    margin-top: 2px;
  }
  .fd__image {
    width: 55px;
    min-width: 55px;
  }
  .fd__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 200px;
  }
  .free-diagnostics__form .form__title {
    margin-bottom: 23px;
  }
  .free-diagnostics__form .form__group {
    height: 50px;
  }
  .free-diagnostics__form .form__group-input {
    margin-right: 10px;
  }
  .free-diagnostics__form .form__group-button {
    width: 155px;
  }
  .free-diagnostics__form .form__policy {
    margin-top: 23px;
    max-width: 280px;
  }
  .free-diagnostics__photo {
    right: -15%;
    width: 455px;
  }
}
@media screen and (max-width: 767px) {
  .free-diagnostics {
    padding-top: 51px;
    padding-bottom: 349px;
  }
  .free-diagnostics__photo {
    display: flex;
  }
  .free-diagnostics__photo img {
    margin: auto;
    max-height: 270px;
  }
  .free-diagnostics.fd_2 {
    padding-bottom: 290px;
  }
  .free-diagnostics.fd_3 {
    padding-bottom: 268px;
  }
  .free-diagnostics .h2 {
    margin-bottom: 16px;
    max-width: none;
  }
  .free-diagnostics .list {
    margin-top: 31px;
    margin-bottom: 20px;
  }
  .free-diagnostics .list li:not(:first-child) {
    margin-top: 10px;
  }
  .fd__list .subtitle {
    margin-top: 43px;
    margin-bottom: -5px;
  }
  .free-diagnostics__grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
  }
  .fd__banner {
    position: relative;
    top: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    width: 289px;
    order: 0;
    margin-bottom: 20px;
  }
  .fd__banner + .h2 {
    margin-top: -10px;
    max-width: 290px;
    order: -1;
    margin-bottom: 29px;
  }
  .fd__banner-image {
    width: 88px;
    min-width: 88px;
    margin-right: 9px;
  }
  .free-diagnostics__items {
    margin-top: 0;
  }
  .fd__item {
    align-items: start;
  }
  .fd__item:not(:first-child) {
    margin-top: 2px;
  }
  .free-diagnostics__form .form__title {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .free-diagnostics__form .form__grid {
    flex-direction: column;
    align-items: center;
  }
  .free-diagnostics__form .form__group-input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .free-diagnostics__form .form__group-button {
    width: 218px;
  }
  .free-diagnostics__form .form__policy {
    margin-top: 16px;
    text-align: center;
  }
  .free-diagnostics__photo {
    right: 50%;
    transform: translate(50%);
    width: 322px;
  }
  .form__content-btn {
    width: 232px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }
}
.implantation {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
.implantation .h2 {
  margin-bottom: 64px;
}
.implantation .list {
  padding: 50px 40px 55px 50px;
  background: #fff;
  box-shadow: 0 8px 45px -10px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  grid-row-gap: 37px;
  grid-column-gap: 65px;
  margin-bottom: 100px;
}
.implantation .list li {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
}
.implantation:before {
  position: absolute;
  content: "";
  top: 277px;
  left: -148px;
  width: 602px;
  height: 602px;
  border-radius: 50%;
  background: linear-gradient(
    6.87deg,
    hsla(0, 0%, 100%, 0.35) 46.49%,
    rgba(197, 241, 255, 0.35) 109.93%
  );
  z-index: -1;
}
.implantation__grid {
  position: relative;
  z-index: 1;
}
.implantation__item {
  display: flex;
  align-items: stretch;
}
.implantation__item:not(:first-child) {
  margin-top: 30px;
}
.implantation__item-block {
  display: flex;
  align-items: center;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  margin-left: 13px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.implantation__text_block {
  padding: 50px;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.implantation__item-title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 30px;
  color: #354b5f;
  margin-bottom: 24px;
}
.implantation__item-text {
  line-height: 27px;
}
.implantation__item-image {
  width: 406px;
  min-width: 406px;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.implantation__blue_block {
  background: linear-gradient(87.4deg, #4283d0 -10.92%, #2d72c5 121.72%);
  padding: 18px 40px;
  height: 100%;
  color: #fff;
  width: 424px;
  min-width: 424px;
  min-height: 370px;
}
.implantation__blue_block .image {
  width: 108px;
  height: 130px;
  margin-bottom: 15px;
}
.implantation__blue_block .implantation__item-title {
  color: #fff;
}
.implantation__item_top .implantation__item-block {
  border-radius: 20px 0 0 20px;
  margin-left: 0;
  margin-right: 13px;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
}
.implantation__item_top .implantation__item-image {
  border-radius: 0;
  height: 100%;
  box-shadow: none;
}
.implantation__item_top .implantation__item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}
.implantation__item_top .implantation__blue_block {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1349px) {
  .implantation {
    margin-top: 71px;
    margin-bottom: 69px;
  }
  .implantation .h2 {
    margin-bottom: 40px;
  }
  .implantation .list {
    padding: 35px 40px 38px 50px;
    grid-row-gap: 36px;
    grid-column-gap: 63px;
    margin-bottom: 72px;
  }
  .implantation .list li {
    font-size: 15px;
  }
  .implantation:before {
    top: 200px;
    left: -335px;
  }
  .implantation__item:not(:first-child) {
    margin-top: 21px;
  }
  .implantation__item-block {
    margin-left: 12px;
  }
  .implantation__text_block {
    padding: 34px 20px 29px;
  }
  .implantation__item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .implantation__item-text {
    font-size: 15px;
    line-height: 23px;
  }
  .implantation__item-image {
    width: 308px;
    min-width: 308px;
    height: 270px;
  }
  .implantation__blue_block {
    padding: 16px 18px;
    width: 290px;
    min-width: 290px;
    min-height: 270px;
  }
  .implantation__blue_block .image {
    width: 87px;
    height: 94px;
    margin-bottom: 2px;
  }
  .implantation__item_top .implantation__item-block {
    margin-right: 12px;
  }
  .implantation__item_top .implantation__item-image {
    width: 236px;
    min-width: 236px;
    height: 100%;
  }
  .implantation__item_top .implantation__item-image img {
    -o-object-position: -60px 0;
    object-position: -60px 0;
  }
  .implantation__item_top .implantation__blue_block {
    width: 308px;
    min-width: 308px;
  }
}
@media screen and (max-width: 1023px) {
  .implantation {
    margin-top: 62px;
    margin-bottom: 60px;
  }
  .implantation .h2 {
    margin-bottom: 35px;
  }
  .implantation .list {
    padding: 34px 24px 36px 38px;
    grid-row-gap: 26px;
    grid-column-gap: 53px;
    margin-bottom: 67px;
  }
  .implantation:before {
    top: 212px;
    left: -185px;
    width: 463px;
    height: 463px;
    z-index: -1;
  }
  .implantation__item-block {
    margin-left: 10px;
  }
  .implantation__text_block {
    padding: 5px 23px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .implantation__item-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .implantation__item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .implantation__item-image {
    width: 236px;
    min-width: 236px;
    height: 210px;
  }
  .implantation__blue_block {
    padding: 9px 10px;
    width: 217px;
    min-width: 217px;
    min-height: 210px;
  }
  .implantation__blue_block .image {
    width: 63px;
    height: 70px;
    margin-bottom: 0;
  }
  .implantation__item_top .implantation__item-block {
    margin-right: 10px;
  }
  .implantation__item_top .implantation__item-image {
    width: 177px;
    min-width: 177px;
  }
  .implantation__item_top .implantation__blue_block {
    width: 231px;
    min-width: 231px;
  }
}
@media screen and (max-width: 767px) {
  .implantation {
    margin-bottom: 43px;
  }
  .implantation .h2 {
    margin-bottom: 30px;
  }
  .implantation .list {
    grid-template-columns: auto;
    grid-template-rows: repeat(6, auto);
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 22px 22px 31px;
    grid-row-gap: 14px;
    grid-column-gap: 0;
    margin-bottom: 40px;
  }
  .implantation .list + .h2 {
    margin-bottom: 20px;
  }
  .implantation:before {
    top: 390px;
    left: -228px;
  }
  .implantation__item {
    flex-direction: column;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .implantation__item-block {
    flex-direction: column;
    margin-left: 0;
    margin-top: 10px;
    border-radius: 0 0 10px 10px;
  }
  .implantation__text_block {
    padding: 26px 15px 33px 31px;
    width: 100%;
  }
  .implantation__item-title {
    line-height: 23px;
    margin-bottom: 14px;
  }
  .implantation__item-image {
    width: 100%;
    min-width: 0;
    height: 236px;
    border-radius: 10px 10px 0 0;
  }
  .implantation__blue_block {
    padding: 12px 15px 16px 29px;
    width: 100%;
    min-height: 0;
  }
  .implantation__blue_block .image {
    width: 59px;
    height: 59px;
    margin-bottom: 6px;
  }
  .implantation__item_top .implantation__item-block {
    border-radius: 10px 10px 0 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .implantation__item_top .implantation__item-image {
    width: 100%;
    min-width: 0;
    height: 177px;
  }
  .implantation__item_top .implantation__item-image img {
    width: 100%;
    -o-object-position: 0 0;
    object-position: 0 0;
  }
  .implantation__item_top .implantation__blue_block {
    border-radius: 0 0 10px 10px;
    width: 100%;
    min-width: 0;
    min-height: 231px;
  }
}
.reviews-small {
  position: relative;
  padding-top: 92px;
}
.reviews-small .h2 {
  margin-bottom: 26px;
}
.reviews-small .subtitle {
  margin-bottom: 67px;
}
.reviews-small:before {
  position: absolute;
  content: "";
  top: 460px;
  right: -160px;
  width: 688px;
  height: 688px;
  border-radius: 50%;
  background: linear-gradient(
    150.04deg,
    #e1f6ff 4.34%,
    hsla(0, 0%, 100%, 0) 85.29%
  );
  transform: rotate(-147.23deg);
}
.reviews-small .reviews__photo:after {
  display: none;
}
.reviews-small__slider-wrapper {
  position: relative;
}
.reviews-small__slider-wrapper .slick-arrows {
  position: absolute;
  top: -106px;
  right: 0;
  width: 138px;
}
.reviews-small__slider-wrapper .slick-arrows .prev {
  left: 0;
}
.reviews-small__slider-wrapper .slick-arrows .next {
  right: 0;
}
.reviews-small__slider .slick-list {
  padding-bottom: 30px;
}
.reviews-small__slider .slick-slide {
  margin-right: 32px;
}
.reviews-small__item {
  display: flex !important;
  flex-direction: column;
}
.reviews-small__item .reviews__photo {
  width: 405px;
  height: 342px;
  margin-bottom: 30px;
}
.reviews-small__item.reviews-small__item_reverse .reviews__photo {
  order: 1;
  margin-top: 30px;
  margin-bottom: 0;
}
.rs__body {
  position: relative;
  width: 405px;
  height: 342px;
  padding: 21px 30px 24px;
  background: #fff;
  box-shadow: 0 10px 36px -15px rgba(123, 167, 201, 0.4);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.rs__body > .link {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
}
.rs__header {
  margin-bottom: 60px;
}
.rs__header-link {
  font-size: 15px;
  line-height: 20px;
  color: #a2b8cb;
}
.rs__header-right {
  position: absolute;
  top: 21px;
  right: 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rs__header-rating {
  width: 99px;
  height: 11px;
  background-image: url(../i/7dea4874def23a7f076a26a8606fd29a.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 14px;
}
.rs__header-date {
  position: relative;
  padding-left: 21px;
  font-size: 15px;
  line-height: 17px;
  text-align: right;
  color: #647c93;
}
.rs__header-date:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(../i/ccc15ac7d42c7111f2fc20b8d1fc7aab.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.rs__text .reviews__text-title {
  margin-left: 25px;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 16px;
}
.rs__text .reviews__text-title:after {
  bottom: 3px;
  margin-left: 6px;
}
.rs__text .reviews__text-body {
  margin-bottom: 9px;
  -webkit-line-clamp: 5;
}
.rs__name {
  font-size: 15px;
  line-height: 32px;
  color: #647c93;
  margin-bottom: 14px;
}
.rs__name span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1349px) {
  .reviews-small {
    padding-top: 67px;
  }
  .reviews-small .h2 {
    margin-bottom: 16px;
  }
  .reviews-small .subtitle {
    margin-bottom: 39px;
  }
  .reviews-small:before {
    top: 239px;
    right: -400px;
  }
  .reviews-small__slider-wrapper .slick-arrows {
    top: -68px;
    width: 117px;
  }
  .reviews-small__item .reviews__photo {
    width: 290px;
    height: 268px;
  }
  .reviews-small__item .reviews__photo img {
    width: 100%;
  }
  .rs__body {
    width: 290px;
    height: 268px;
    padding: 25px 11px 26px 31px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
  }
  .rs__body > .link {
    font-size: 14px;
    line-height: 16px;
    margin-top: auto;
    margin-bottom: 0;
  }
  .rs__header {
    margin-bottom: 14px;
  }
  .rs__header-link {
    font-size: 12px;
    line-height: 17px;
  }
  .rs__header-right {
    top: 24px;
    right: 20px;
  }
  .rs__header-rating {
    width: 83px;
    height: 9px;
    margin-bottom: 10px;
  }
  .rs__header-date {
    font-size: 12px;
  }
  .rs__text .reviews__text-title {
    margin-left: 0;
    font-size: 15px;
    line-height: 23px;
    padding-left: 0;
    margin-bottom: 7px;
  }
  .rs__text .reviews__text-title:before {
    left: -15px;
    top: -4px;
  }
  .rs__text .reviews__text-title:after {
    bottom: 1px;
    margin-left: 4px;
  }
  .rs__text .reviews__text-body {
    margin-bottom: 6px;
  }
  .rs__name {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews-small {
    padding-top: 61px;
  }
  .reviews-small .h2 {
    margin-bottom: 11px;
  }
  .reviews-small .subtitle {
    margin-bottom: 37px;
  }
  .reviews-small__slider-wrapper .slick-arrows {
    top: -61px;
  }
  .reviews-small__item .reviews__photo,
  .rs__body {
    width: 336px;
    height: 309px;
  }
  .rs__body {
    padding: 30px 11px 35px 33px;
  }
  .rs__header-right {
    top: 27px;
    right: 27px;
  }
  .rs__header-rating {
    width: 99px;
    height: 11px;
    margin-bottom: 12px;
  }
  .rs__text .reviews__text-body {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 767px) {
  .reviews-small {
    padding-top: 50px;
  }
  .reviews-small .h2 {
    margin-bottom: 17px;
  }
  .reviews-small .subtitle {
    margin-bottom: 19px;
  }
  .reviews-small .subtitle br,
  .reviews-small:before {
    display: none;
  }
  .reviews-small__slider-wrapper {
    padding-bottom: 10px;
  }
  .reviews-small__slider-wrapper .slick-arrows {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .reviews-small__item .reviews__photo {
    width: 288px;
    height: 213px;
    margin-bottom: 20px;
    border-radius: 7px;
  }
  .reviews-small__item.reviews-small__item_reverse .reviews__photo {
    margin-top: 0;
    order: 0;
    margin-bottom: 20px;
  }
  .rs__body {
    width: 288px;
    height: 226px;
    padding: 15px;
    border-radius: 7px;
  }
  .rs__body > .link {
    font-size: 12px;
  }
  .rs__header-right {
    top: 16px;
    right: 12px;
  }
  .rs__header-rating {
    margin-bottom: 9px;
  }
  .rs__text .reviews__text-title {
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .rs__text .reviews__text-body {
    -webkit-line-clamp: 4;
  }
}
.smail {
  margin-top: 70px;
  margin-bottom: 100px;
}
.smail .h2 {
  margin-bottom: 65px;
}
.smail__grid {
  display: flex;
  align-items: stretch;
  margin-right: -16px;
  margin-left: -16px;
}
.smail__grid > * {
  flex: 1 0 50%;
  padding-right: 16px;
  padding-left: 16px;
}
.smail__item {
  position: relative;
}
.smail__item:before {
  position: absolute;
  content: "";
  right: 23px;
  top: 64px;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background: linear-gradient(
    194.29deg,
    rgba(147, 223, 255, 0.7) 9.13%,
    hsla(0, 0%, 100%, 0) 64.02%
  );
  transform: matrix(-0.35, -0.94, -0.94, 0.35, 0, 0);
}
.smail__image {
  width: 466px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.smail__num {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 65px;
  font-size: 23px;
  color: #bed5ea;
  margin-bottom: 10px;
}
.smail__num span {
  font-size: 85px;
  line-height: 76px;
}
.smail__time {
  background: #4096df;
  margin-left: 60px;
  padding: 12px 20px 10px 41px;
  position: relative;
  border-radius: 5px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.smail__time:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../i/6420311a1c353e70117a4821987b461e.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.smail__text {
  padding: 26px 19px 34px 30px;
  position: absolute;
  top: 242px;
  right: 0;
  width: 388px;
  background: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 20px 35px -15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 0 15px 15px 15px;
}
.smail__text .title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #354b5f;
}
.smail__text .text {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 1349px) {
  .smail {
    margin-top: 41px;
    margin-bottom: 68px;
  }
  .smail .h2 {
    margin-bottom: 40px;
  }
  .smail__grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .smail__grid > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .smail__item {
    max-width: 450px;
  }
  .smail__item:before {
    right: 35px;
    top: 54px;
    width: 156px;
    height: 156px;
  }
  .smail__image {
    width: 334px;
    margin-bottom: 20px;
  }
  .smail__num {
    margin-left: 34px;
    margin-bottom: 3px;
  }
  .smail__num span {
    font-size: 60px;
    line-height: 60px;
  }
  .smail__time {
    margin-left: 36px;
    font-size: 14px;
    padding: 7px 13px 7px 29px;
  }
  .smail__time:after {
    left: 9px;
    width: 14px;
    height: 14px;
  }
  .smail__text {
    padding: 18px 14px 18px 24px;
    top: 173px;
    width: 280px;
  }
  .smail__text .title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .smail__text .text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .smail {
    margin-top: 31px;
    margin-bottom: 66px;
  }
  .smail .h2 {
    margin-bottom: 36px;
  }
  .smail__grid {
    margin-top: -20px;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
  .smail__grid > * {
    margin-top: 20px;
    flex: 1 0 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .smail__item {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 462px auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 20px;
  }
  .smail__item:before {
    display: none;
  }
  .smail__image {
    width: 462px;
    margin-bottom: 23px;
    grid-row: 1/4;
  }
  .smail__num {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 2px;
  }
  .smail__num span {
    font-size: 60px;
  }
  .smail__time {
    margin-left: 0;
    font-size: 14px;
  }
  .smail__text {
    padding: 26px 25px 24px 26px;
    top: auto;
    bottom: 0;
    width: 280px;
  }
  .smail__text .title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .smail {
    margin-top: 67px;
    margin-bottom: 54px;
  }
  .smail .h2 {
    margin-bottom: 20px;
  }
  .smail .h2 br {
    display: none;
  }
  .smail__grid {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .smail__item {
    max-width: none;
    display: block;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: 0;
  }
  .smail__image {
    width: 100%;
    height: 221px;
    margin-bottom: 0;
    border-radius: 7px;
  }
  .smail__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .smail__num {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 77px;
    height: 50px;
    background: hsla(0, 0%, 100%, 0.85);
    box-shadow: 0 10px 45px -7px rgba(0, 0, 0, 0.1);
    border-radius: 0 10px 10px 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
  }
  .smail__num span {
    font-size: 25px;
    line-height: 32px;
  }
  .smail__time {
    position: absolute;
    top: 37px;
    left: 18px;
    margin-left: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 0 15px;
    color: #4096df;
    background: none;
  }
  .smail__time:after {
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url(../i/88a3507ba3d260b8ec44473ebccce6ed.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .smail__text {
    position: relative;
    padding: 17px;
    top: auto;
    bottom: auto;
    width: 267px;
    margin-top: -22px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 7px 7px 7px;
  }
  .smail__text .title {
    margin-bottom: 10px;
  }
}
.center {
  margin-top: 160px;
  margin-bottom: 100px;
}
.center .h2 {
  margin-bottom: 20px;
}
.center .subtitle {
  margin-bottom: 30px;
}
.center__grid {
  grid-template-columns: auto 547px;
  grid-column-gap: 34px;
}
.center__grid,
.center__items {
  display: grid;
  grid-template-rows: repeat(3, auto);
}
.center__items {
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 30px;
  grid-row-gap: 36px;
}
.center__item {
  display: flex;
  align-items: center;
}
.center__item .image {
  width: 96px;
  min-width: 96px;
  margin-right: 14px;
}
.center__item .text {
  line-height: 22px;
}
.center__photo {
  grid-column: 2/3;
  grid-row: 1/4;
}
.center__photo img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1349px) {
  .center {
    margin-top: 70px;
    margin-bottom: 66px;
  }
  .center .h2 {
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .center .subtitle {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .center__grid {
    grid-template-columns: auto 320px;
    grid-column-gap: 25px;
  }
  .center__items {
    grid-column-gap: 0;
    grid-row-gap: 23px;
  }
  .center__item .image {
    width: 73px;
    min-width: 73px;
    margin-right: 6px;
  }
  .center__item .text {
    font-size: 15px;
    line-height: 23px;
  }
  .center__photo {
    grid-row: 2/4;
  }
}
@media screen and (max-width: 1023px) {
  .center {
    margin-top: 60px;
    margin-bottom: 78px;
  }
  .center .h2 {
    grid-column: 2/3;
    margin-bottom: 17px;
  }
  .center .subtitle {
    grid-column: 2/3;
    margin-top: 0;
    margin-bottom: 0;
  }
  .center__grid {
    grid-template-columns: 268px auto;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 32px;
  }
  .center__items {
    grid-column: 1/3;
    margin-top: 30px;
    grid-row-gap: 40px;
  }
  .center__item .image {
    width: 67px;
    min-width: 67px;
    margin-right: 25px;
  }
  .center__item .text {
    max-width: 200px;
  }
  .center__photo {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .center__photo img {
    border-radius: 7px;
    width: 100%;
    height: 253px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .center {
    margin-top: 50px;
    margin-bottom: 73px;
  }
  .center .h2 {
    margin-bottom: 13px;
  }
  .center .subtitle {
    line-height: 27px;
    margin-bottom: 18px;
  }
  .center__grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0;
  }
  .center__grid > * {
    grid-column: 1/2 !important;
  }
  .center__items {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: auto;
    grid-template-rows: repeat(6, auto);
    grid-row-gap: 26px;
  }
  .center__photo {
    grid-row: 3/4;
  }
  .center__photo img {
    border-radius: 7px;
    width: 100%;
    height: 323px;
  }
}
.employees {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f8fa;
}
.employees:before {
  top: 207px;
  left: -213px;
  background: linear-gradient(
    135.46deg,
    #bfe4ff 16.03%,
    hsla(0, 0%, 100%, 0) 73.55%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.employees:after,
.employees:before {
  position: absolute;
  content: "";
  width: 586px;
  height: 586px;
  border-radius: 50%;
}
.employees:after {
  top: 429px;
  right: -192px;
  background: linear-gradient(
    135.46deg,
    #fff 16.03%,
    hsla(0, 0%, 100%, 0) 73.55%
  );
}
.employees__grid {
  position: relative;
  z-index: 1;
}
.employees__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 195px;
}
.employees__header .slick-arrows {
  width: 117px;
  height: 95px;
}
.employees__header .slick-arrows .prev {
  left: 0;
}
.employees__header .slick-arrows .next {
  right: 0;
}
.employees__slider .slick-list {
  overflow: visible;
}
.employees__slider .slick-slide {
  width: 405px !important;
  margin-right: 33px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.employees__slider .slick-active {
  opacity: 1;
}
.employees__item {
  background: #fff;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.employees__item-header {
  border-radius: 20px 20px 0 0;
  height: 285px;
  position: relative;
  background: #f8f8f8;
}
.employees__photo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 370px;
}
.employees__note {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 39px;
  bottom: 44px;
  padding: 23px 21px;
  font-size: 18px;
  color: #fff;
  background: rgba(35, 150, 236, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.employees__item-body {
  padding: 41px 40px 55px;
}
.employees__fio {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  color: #354b5f;
  margin-bottom: 32px;
}
.employees__profession {
  margin-bottom: 19px;
}
.employees__experience {
  margin-bottom: 43px;
}
.employees__experience span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.employees__btn {
  width: 296px;
  height: 67px;
  margin-right: auto;
  margin-left: auto;
}
.employees__btn img {
  z-index: 2;
}
.employees__btn span {
  margin-left: 13px;
}
@media screen and (max-width: 1349px) {
  .employees {
    padding-top: 69px;
    padding-bottom: 68px;
  }
  .employees:before {
    top: 208px;
    left: -219px;
    width: 368px;
    height: 368px;
  }
  .employees:after {
    top: 386px;
    right: -117px;
    width: 346px;
    height: 346px;
  }
  .employees__header {
    margin-bottom: 136px;
  }
  .employees__slider .slick-slide {
    width: 290px !important;
    margin-right: 30px;
  }
  .employees__slider .slick-active + .slick-slide {
    opacity: 1;
  }
  .employees__item-header {
    height: 208px;
  }
  .employees__photo {
    width: 285px;
  }
  .employees__note {
    left: 29px;
    bottom: 31px;
    border-radius: 5px;
    padding: 16px 18px;
    font-size: 14px;
  }
  .employees__item-body {
    padding: 25px 31px 33px;
  }
  .employees__fio {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 19px;
  }
  .employees__profession {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .employees__experience {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .employees__btn {
    width: 225px;
    height: 50px;
  }
  .employees__btn img {
    display: none;
  }
  .employees__btn span {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .employees {
    padding-top: 60px;
    padding-bottom: 32px;
  }
  .employees:before {
    top: 175px;
    left: -160px;
    width: 368px;
    height: 368px;
  }
  .employees:after {
    width: 368px;
    height: 368px;
    background: linear-gradient(
      135.46deg,
      #bfe4ff 16.03%,
      hsla(0, 0%, 100%, 0) 73.55%
    );
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .employees__grid {
    padding-bottom: 117px;
  }
  .employees__header {
    margin-bottom: 152px;
  }
  .employees__header .gallery__item {
    padding: 13px 10px;
    width: 343px;
  }
  .employees__header .gallery__item-images img {
    margin: 4px;
  }
  .employees__header .gallery__item-text {
    max-width: 170px;
  }
  .employees__header .slick-arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
  }
  .employees__slider .slick-slide {
    width: 336px !important;
    margin-right: 32px;
  }
  .employees__item {
    border-radius: 15px;
  }
  .employees__item-header {
    border-radius: 15px 15px 0 0;
  }
  .employees__note {
    left: 16px;
    bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .employees {
    padding-top: 31px;
    padding-bottom: 60px;
  }
  .employees:after {
    display: none;
  }
  .employees .h2 {
    margin-bottom: 18px;
  }
  .employees__grid {
    padding-bottom: 59px;
  }
  .employees__header {
    flex-direction: column;
    margin-bottom: 105px;
  }
  .employees__header .gallery__item {
    width: 290px;
    margin-left: 0;
  }
  .employees__header .gallery__item-images img {
    margin: 0;
  }
  .employees__header .gallery__item-text {
    max-width: 153px;
  }
  .employees__header .slick-arrows {
    height: 20px;
  }
  .employees__slider .slick-slide {
    width: 290px !important;
  }
  .employees__photo img {
    max-height: 300px;
  }
  .employees__photo {
    width: 260px;
  }
  .employees__item-body {
    padding: 23px 31px 31px;
  }
  .employees__fio {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .employees__profession {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .employees__experience {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.certificates {
  padding-top: 102px;
  padding-bottom: 130px;
}
.certificates .h2 {
  margin-bottom: 20px;
}
.certificates .subtitle {
  margin-bottom: 64px;
}
.certificates__slider {
  position: relative;
  padding-bottom: 43px;
}
.certificates__slider .slick-list {
  padding-bottom: 40px !important;
}
.certificates__slider .slick-slide {
  width: 233px;
  height: 339px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  transition: all 0.2s ease-in-out;
}
.certificates__slider .slick-slide > div {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}
.certificates__slider .slick-slide > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.certificates__slider .slick-slide a:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  bottom: auto;
  width: 43px;
  height: 43px;
  background-image: url(../i/2ca9cf55db7cd35f34a2164a5b2e3aa3.svg);
  background-color: unset;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.certificates__slider .slick-current > div {
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15);
}
.certificates__slider .slick-active > div {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.35);
}
.certificates__slider .slick-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
}
.certificates__slider .slick-arrows .prev {
  left: 0;
}
.certificates__slider .slick-arrows .next {
  right: 0;
}
@media screen and (max-width: 1349px) {
  .certificates {
    padding-top: 73px;
    padding-bottom: 90px;
  }
  .certificates .subtitle {
    margin-bottom: 39px;
  }
  .certificates__slider {
    padding-bottom: 19px;
  }
  .certificates__slider .slick-slide {
    width: 181px;
    height: 247px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .certificates {
    padding-top: 63px;
    padding-bottom: 81px;
  }
  .certificates .h2 {
    margin-bottom: 7px;
  }
  .certificates .subtitle {
    margin-bottom: 62px;
  }
  .certificates__slider .slick-slide {
    width: 171px;
    height: 234px;
  }
}
@media screen and (max-width: 767px) {
  .certificates {
    padding-top: 51px;
    padding-bottom: 70px;
  }
  .certificates .h2 {
    margin-bottom: 10px;
  }
  .certificates .subtitle {
    margin-bottom: 19px;
  }
  .certificates__slider {
    padding-bottom: 9px;
  }
  .certificates__slider .slick-list {
    overflow: visible;
  }
  .certificates__slider .slick-slide {
    width: 93px;
    height: 127px;
    margin-right: 7px;
  }
  .certificates__slider .slick-active > div,
  .certificates__slider .slick-current > div {
    box-shadow: none;
  }
}
.world {
  padding-top: 104px;
  padding-bottom: 700px;
  background: #f7f8fa;
  overflow: hidden;
}
.world__grid {
  position: relative;
}
.world__bg {
  position: absolute;
  top: -24px;
  left: -32px;
  width: 1280px;
}
.world__banner {
  position: absolute;
  top: 100px;
  left: -98px;
  width: 282px;
  padding: 20px 28px;
  background: hsla(0, 0%, 100%, 0.78);
  box-shadow: 0 15px 55px rgba(117, 162, 197, 0.4);
  border-radius: 10px;
}
.world__banner:before {
  position: absolute;
  content: "";
  bottom: -28px;
  right: 42px;
  border-left: 14px solid transparent;
  border-top: 14px solid transparent;
  border-color: hsla(0, 0%, 100%, 0.78) transparent transparent
    hsla(0, 0%, 100%, 0.78);
  border-style: solid;
  border-width: 14px;
}
.world__banner .title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}
.world__banner .text {
  font-size: 15px;
  line-height: 22px;
}
.world__review {
  position: absolute;
  width: 339px;
  padding: 22px 27px;
  background: hsla(0, 0%, 100%, 0.92);
  box-shadow: 0 15px 55px rgba(117, 162, 197, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.world__review .photo {
  min-width: 104px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 22px;
}
.world__review:before {
  position: absolute;
  content: "";
  right: 20px;
  border-color: hsla(0, 0%, 100%, 0.92) hsla(0, 0%, 100%, 0.92) transparent
    transparent;
  border-style: solid;
  border-width: 13px 9px;
}
.world__review-body .name {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  line-height: 25px;
  margin-bottom: 2px;
}
.world__review-body .age {
  line-height: 25px;
  margin-bottom: 12px;
}
.world__review-body .link {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.world__review-body .link svg {
  margin-left: 6px;
  border-bottom: 0;
}
.world__review-body .link:hover svg path {
  transition: all 0.2s ease-in-out;
  fill: #0e72a6;
}
.world__review_1 {
  top: 295px;
  left: 385px;
}
.world__review_1:before {
  bottom: -26px;
}
.world__review_2 {
  top: 300px;
  left: 5px;
  padding-bottom: 30px;
}
.world__review_2:before {
  top: -26px;
  transform: scaleY(-1);
}
@media screen and (max-width: 1449px) {
  .world__bg {
    left: 46px;
  }
  .world__banner {
    left: -20px;
  }
  .world__review_1 {
    left: 463px;
  }
  .world__review_2 {
    left: 83px;
  }
}
@media screen and (max-width: 1349px) {
  .world {
    padding-top: 70px;
    padding-bottom: 500px;
  }
  .world__bg {
    top: 0;
    left: 0;
    width: 930px;
  }
  .world__banner {
    top: 85px;
    left: 78px;
    width: 211px;
    padding: 13px 30px 10px 21px;
  }
  .world__banner:before {
    bottom: -20px;
    left: 28px;
    right: auto;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-color: hsla(0, 0%, 100%, 0.78) transparent transparent
      hsla(0, 0%, 100%, 0.78);
    border-style: solid;
    border-width: 10px;
  }
  .world__banner .title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 6px;
  }
  .world__banner .text {
    font-size: 14px;
    line-height: 20px;
  }
  .world__review {
    width: 254px;
    padding: 12px 14px 21px 20px;
  }
  .world__review .photo {
    min-width: 78px;
    width: 78px;
    height: 78px;
    margin-right: 16px;
  }
  .world__review:before {
    right: 15px;
    border-color: hsla(0, 0%, 100%, 0.92) hsla(0, 0%, 100%, 0.92) transparent
      transparent;
    border-style: solid;
    border-width: 10px 6px;
  }
  .world__review-body .name {
    font-size: 15px;
    line-height: 23px;
  }
  .world__review-body .age {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .world__review-body .link {
    font-size: 14px;
    line-height: 14px;
  }
  .world__review_1 {
    top: 222px;
    left: 296px;
  }
  .world__review_1:before {
    bottom: -20px;
  }
  .world__review_2 {
    top: 236px;
    left: 20px;
  }
  .world__review_2:before {
    top: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .world {
    padding-top: 60px;
    padding-bottom: 420px;
  }
  .world__bg {
    width: 768px;
    left: -32px;
  }
  .world__banner {
    top: 45px;
    left: 27px;
    padding: 16px 30px 15px 21px;
  }
  .world__banner .title {
    font-size: 15px;
    line-height: 23px;
  }
  .world__review {
    width: 212px;
    padding: 9px 12px 15px 9px;
  }
  .world__review .photo {
    min-width: 66px;
    width: 66px;
    height: 66px;
    margin-right: 12px;
  }
  .world__review:before {
    right: 11px;
  }
  .world__review-body .name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .world__review-body .age {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .world__review-body .link {
    font-size: 12px;
  }
  .world__review_1 {
    top: 179px;
    left: 209px;
  }
  .world__review_2 {
    top: 199px;
    left: -19px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .world {
    padding-top: 51px;
    padding-bottom: 30px;
  }
  .world__bg {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .world__banner {
    top: 10%;
    left: 10%;
    width: 143px;
    padding: 11px;
  }
  .world__banner:before {
    display: none;
  }
  .world__banner .title {
    font-size: 14px;
    line-height: 20px;
  }
  .world__banner .text {
    font-size: 12px;
    line-height: 17px;
  }
  .world__review_1 {
    display: none;
  }
  .world__review_2 {
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
  }
  .world__review_2:before {
    display: none;
  }
}
.accordion {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.accordion .h2 {
  margin-bottom: 21px;
}
.accordion:before {
  top: 397px;
  left: -150px;
  width: 586px;
  height: 586px;
  background: linear-gradient(
    135.46deg,
    #bfe4ff 16.03%,
    hsla(0, 0%, 100%, 0) 73.55%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.accordion:after,
.accordion:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.accordion:after {
  bottom: 50px;
  right: -70px;
  width: 295px;
  height: 295px;
  background: linear-gradient(
    135.46deg,
    rgba(191, 228, 255, 0.3) 16.03%,
    hsla(0, 0%, 100%, 0) 73.55%
  );
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 61px;
}
.accordion__header > * {
  width: calc(50% - 16px);
  margin-right: 16px;
  margin-left: 16px;
}
.accordion__text > * {
  max-width: 500px;
}
.accordion__employee {
  margin-top: 5px;
  display: flex;
  align-items: flex-end;
}
.accordion__photo {
  background: #ececec;
  min-width: 230px;
  width: 230px;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 40px;
}
.accordion__employee-title {
  font-size: 23px;
  line-height: 32px;
  color: #647c93;
  margin-bottom: 28px;
}
.accordion__name {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 2px;
}
.accordion__profession {
  line-height: 32px;
  margin-bottom: 22px;
}
.accordion__profession span {
  text-transform: lowercase;
}
.accordion__profession:first-letter {
  text-transform: uppercase;
}
.accordion__note {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  width: 290px;
  line-height: 32px;
  background: #def2ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}
.accordion__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -23px;
  margin-right: -16px;
  margin-left: -16px;
}
.accordion__grid > * {
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 23px;
}
.accordion__grid li {
  position: relative;
}
.accordion__question {
  padding-left: 39px;
  padding-right: 33px;
  position: relative;
  background: #fff;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__question:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 72px);
  height: 1px;
  background: #d9ecf2;
  display: none;
}
.accordion__question:hover {
  color: #367aca;
}
.accordion__question:hover svg path {
  fill: #367aca;
}
.accordion__question.active {
  z-index: 3;
  box-shadow: none;
  color: #367aca;
}
.accordion__question.active svg path {
  fill: #367aca;
}
.accordion__question.active:after {
  display: block;
}
.accordion__answer {
  margin-top: -80px;
  padding: 113px 40px 35px;
  position: absolute;
  font-size: 15px;
  line-height: 22px;
  background: #fff;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: calc(100% - 32px);
  display: none;
}
.accordion__answer.active {
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1349px) {
  .accordion {
    padding-top: 71px;
    padding-bottom: 62px;
  }
  .accordion:before {
    top: 249px;
    width: 427px;
    height: 427px;
  }
  .accordion__header {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 49px;
  }
  .accordion__header > * {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .accordion__employee {
    margin-top: -5px;
    justify-content: flex-end;
    align-items: center;
  }
  .accordion__photo {
    min-width: 165px;
    width: 165px;
    height: 165px;
    margin-right: 25px;
  }
  .accordion__employee-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .accordion__name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .accordion__profession {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .accordion__note {
    width: 238px;
    font-size: 15px;
    line-height: 20px;
    padding: 16px 0;
  }
  .accordion__grid {
    margin-top: -10px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .accordion__grid > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
  .accordion__question {
    padding-left: 30px;
    padding-right: 22px;
    font-size: 15px;
    line-height: 27px;
    height: 59px;
  }
  .accordion__question:after {
    width: calc(100% - 52px);
  }
  .accordion__answer {
    margin-top: -55px;
    padding: 70px 35px 22px;
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .accordion {
    padding-top: 67px;
    padding-bottom: 60px;
  }
  .accordion .h2 {
    margin-bottom: 13px;
  }
  .accordion:before {
    top: 49px;
    background: linear-gradient(
      135.46deg,
      rgba(191, 228, 255, 0.2) 16.03%,
      hsla(0, 0%, 100%, 0) 73.55%
    );
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .accordion:after {
    display: none;
  }
  .accordion__header {
    margin-bottom: 41px;
  }
  .accordion__header,
  .accordion__header > * {
    margin-right: 0;
    margin-left: 0;
  }
  .accordion__text {
    width: calc(100% - 430px);
  }
  .accordion__employee {
    margin-top: 2px;
  }
  .accordion__photo {
    min-width: 164px;
    width: 164px;
    height: 164px;
    border-radius: 7px;
    margin-right: 23px;
  }
  .accordion__employee-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .accordion__name {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .accordion__profession {
    font-size: 14px;
    max-width: 150px;
    margin-bottom: 24px;
  }
  .accordion__note {
    width: 196px;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 3px;
  }
  .accordion__grid {
    margin-right: 0;
    margin-left: 0;
  }
  .accordion__grid > * {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .accordion__item_hide {
    display: none;
  }
  .accordion__question {
    padding-right: 26px;
  }
  .accordion__question:after {
    width: calc(100% - 56px);
  }
  .accordion__answer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .accordion {
    padding-top: 52px;
    padding-bottom: 42px;
  }
  .accordion .h2 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .accordion:before {
    display: none;
  }
  .accordion__header {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .accordion__header > * {
    width: 100%;
  }
  .accordion__text {
    width: 100%;
    margin-bottom: 21px;
  }
  .accordion__employee {
    position: relative;
    margin-top: 0;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 48px;
  }
  .accordion__photo {
    min-width: 113px;
    width: 113px;
    height: 113px;
    margin-right: 23px;
  }
  .accordion__profession {
    font-size: 12px;
    margin-bottom: 0;
  }
  .accordion__note {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .accordion__question {
    padding: 7px 12px 7px 18px;
    line-height: 23px;
    height: auto;
    min-height: 50px;
  }
  .accordion__question:after {
    width: calc(100% - 30px);
  }
}
.contacts {
  padding-top: 100px;
}
.contacts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 61px;
}
.contacts__text {
  text-align: right;
}
.contacts__text .text {
  line-height: 27px;
  margin-bottom: 20px;
}
.contacts__phone {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 20px;
  color: #354b5f;
}
.contacts__metro {
  position: relative;
  background: #f9f9f9;
  height: 500px;
}
.contacts__metro .map {
  position: absolute;
  top: 0;
  left: 41%;
  right: 0;
  height: 500px;
}
.metro__list {
  margin-left: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 370px;
}
.metro__item {
  position: relative;
  padding-left: 38px;
}
.metro__item:not(:first-child) {
  margin-top: 25px;
}
.metro__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 21px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
}
.metro__item.violet:before {
  background-image: url(../i/8906d7c36a4b86ab5c83420a2f1f66ce.svg);
}
.metro__item.red:before {
  background-image: url(../i/26937c2000a9d4f95f73cdbaf1856b99.svg);
}
.metro__item.blue:before {
  background-image: url(../i/75377d392c52c54e3ac640349a03957a.svg);
}
.metro__item.brown:before {
  background-image: url(../i/33ae80b4b7d1ac30d146e5d0c98aa4b0.svg);
}
.metro__item.orange:before {
  background-image: url(../i/385baa860ea321992fbef85299982b3b.svg);
}
.metro__name {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  margin-bottom: 3px;
}
.metro__address,
.metro__name {
  line-height: 27px;
}
@media screen and (max-width: 1349px) {
  .contacts {
    padding-top: 72px;
  }
  .contacts__header {
    margin-bottom: 40px;
  }
  .contacts__text .text {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 11px;
  }
  .contacts__phone {
    font-size: 23px;
  }
  .contacts__metro,
  .contacts__metro .map {
    height: 493px;
  }
  .metro__list {
    margin-left: 0;
  }
  .metro__item:not(:first-child) {
    margin-top: 18px;
  }
  .metro__name {
    font-size: 18px;
  }
  .metro__address {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts {
    padding-top: 68px;
  }
  .contacts__header {
    margin-bottom: 52px;
  }
  .contacts__text .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .contacts__phone {
    font-size: 18px;
  }
  .contacts__metro {
    padding-top: 27px;
    height: auto;
  }
  .contacts__metro .map {
    position: relative;
    left: 0;
    height: 320px;
    margin-left: -32px;
    margin-right: -32px;
  }
  .metro__list {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    margin-bottom: 25px;
  }
  .metro__item {
    padding-left: 28px;
  }
  .metro__item:not(:first-child) {
    margin-top: 0;
  }
  .metro__item:before {
    width: 17px;
    height: 21px;
  }
  .metro__name {
    font-size: 15px;
    line-height: 23px;
  }
  .metro__address {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding-top: 51px;
  }
  .contacts__header {
    margin-bottom: 19px;
  }
  .contacts__text {
    display: none;
  }
  .contacts__metro {
    padding-top: 23px;
  }
  .contacts__metro .map {
    height: 323px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .metro__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }
}
.footer {
  padding-top: 60px;
  background: #ebebeb;
  padding-bottom: 60px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.footer__about,
.footer__links a {
  font-size: 18px;
  line-height: 27px;
}
.footer__links a {
  color: #253c51;
}
.footer__links a:not(:first-child) {
  margin-left: 54px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__text {
  max-width: calc(100% - 350px);
}
.footer__text span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 27px;
  color: #354b5f;
}
.footer__text p {
  margin-top: 11px;
  font-size: 15px;
  line-height: 22px;
}
.footer__dev {
  padding-left: 41px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  max-width: 300px;
}
.footer__dev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 35px;
  margin-top: -35px;
  background-image: url(../i/d6c6f676a392ecd8e75e73dad3d020b4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.footer__dev a {
  color: #81c400;
  text-decoration: underline;
}
.footer__dev br {
  display: none;
}
@media screen and (max-width: 1349px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 43px;
  }
  .footer__top {
    margin-bottom: 26px;
  }
  .footer__about,
  .footer__links a {
    font-size: 15px;
  }
  .footer__links a:not(:first-child) {
    margin-left: 28px;
  }
  .footer__text {
    max-width: calc(100% - 325px);
  }
  .footer__text span {
    font-size: 18px;
    line-height: 23px;
  }
  .footer__text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer__dev {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1120px) {
  .footer__links {
    display: flex;
    flex-direction: column;
  }
  .footer__links a:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 31px;
    padding-bottom: 29px;
  }
  .footer__top {
    margin-bottom: 18px;
  }
  .footer__about {
    line-height: 29px;
    max-width: 320px;
  }
  .footer__links {
    display: flex;
    flex-direction: column;
  }
  .footer__links a {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }
  .footer__links a:not(:first-child) {
    margin-left: 0;
    margin-top: 14px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__text {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .footer__text span {
    font-size: 15px;
  }
  .footer__text p {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__top {
    flex-direction: column;
    margin-bottom: 29px;
  }
  .footer__about {
    line-height: 24px;
    max-width: none;
    margin-bottom: 23px;
    margin-right: -7px;
  }
  .footer__links a {
    text-align: left;
  }
  .footer__links a:not(:first-child) {
    margin-top: 13px;
  }
  .footer__text {
    margin-bottom: 30px;
  }
  .footer__text span {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__text p {
    margin-top: 14px;
    font-size: 12px;
    line-height: 17px;
  }
  .footer__dev {
    align-self: start;
  }
  .footer__dev-text {
    font-size: 12px;
  }
}
.m-quiz {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 75px;
  z-index: 3;
  position: relative;
}
.m-quiz .m-quiz__h2 {
  margin-bottom: 60px;
}
.m-quiz .quiz__wrapper {
  margin-bottom: 100px;
}
.quiz__frame {
  background-color: #ebeef0;
  border-radius: 15px;
  padding: 32px 20px;
}
.m-quiz__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 57px;
}
.m-quiz__subtitle__text {
  max-width: 350px;
  margin-left: 20px;
}
.m-quiz__grid {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  grid-gap: 30px;
  gap: 30px;
}
.m-quiz__first {
  max-width: 350px;
  width: 100%;
}
.m-quiz__title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 33px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.m-quiz__title span {
  color: #367aca;
}
.m-quiz__list > li {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 36px 25px 139px;
  position: relative;
}
.m-quiz__list > li:not(:last-child) {
  margin-bottom: 50px;
}
.m-quiz__list > li img {
  height: 113px;
  position: absolute;
  top: -23px;
  left: 0;
}
.m-quiz__list > li:first-child img {
  left: -5px;
}
.m-quiz__list > li span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
}
.m-quiz__second {
  width: calc(100% - 350px);
}
.m-quiz__form {
  width: 100%;
  padding: 51px 68px;
  border-radius: 10px;
  background-color: #fff;
}
.m-quiz__wrapper {
  width: 100%;
}
.m-quiz__progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 60px;
}
.m-quiz__progress span {
  flex-basis: 100%;
  background: #f2f2f2;
  height: 5px;
  border-radius: 20px;
}
.m-quiz__progress.m-quiz__progress_1 span:nth-child(-n + 1),
.m-quiz__progress.m-quiz__progress_2 span:nth-child(-n + 2),
.m-quiz__progress.m-quiz__progress_3 span:nth-child(-n + 3),
.m-quiz__progress.m-quiz__progress_4 span:nth-child(-n + 4),
.m-quiz__progress.m-quiz__progress_5 span:nth-child(-n + 5) {
  background: linear-gradient(87.4deg, #ea6f94 -10.92%, #e71762 121.72%);
}
.m-quiz__progress.m-quiz__progress_6 span:nth-child(-n + 6) {
  background: linear-gradient(87.4deg, #ea6f94 -10.92%, #e71762 121.72%);
}
.m-quiz__page {
  padding: 5px;
}
.m-quiz__page .m-quiz__page__title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 50px;
  color: #647c93;
}
.m-quiz__page .m-quiz__page__title span {
  font-family: Muller, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  display: block;
}
.m-quiz__page .m-quiz__radio {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 43px;
}
.m-quiz__page .radio__item input[type="checkbox"],
.m-quiz__page .radio__item input[type="radio"] {
  display: none;
}
.m-quiz__page .m-quiz__radio__images .radio__item {
  flex-basis: calc(25% - 20px);
  flex-grow: 0;
  cursor: pointer;
}
.m-quiz__page .m-quiz__radio__images .radio__item .radio__item__img-box {
  border: 2px solid #b1b1b1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 163px;
  position: relative;
}
.m-quiz__page .m-quiz__radio__images .radio__item .radio__item__img-box:after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  border-radius: 10em;
  left: calc(50% - 19.5px);
  top: calc(100% - 19.5px);
  background-color: #fff;
  background-image: url(../i/9f86ebc85549cafc4c8bc5cc4bf527c3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  border: 2px solid #b1b1b1;
}
.m-quiz__page .m-quiz__radio__images .radio__item .text {
  margin-top: 39px;
  font-size: 17px;
  line-height: 22px;
  color: #354b5f;
  text-align: center;
  display: block;
}
.m-quiz__page
  .m-quiz__radio__images
  .radio__item.checked
  .radio__item__img-box {
  border-color: #367aca;
}
.m-quiz__page
  .m-quiz__radio__images
  .radio__item.checked
  .radio__item__img-box:after {
  border-color: #367aca;
  background-color: #367aca;
}
.m-quiz__page .m-quiz__radio__text .radio__item {
  max-width: 280px;
  width: 100%;
  padding: 19px 10px 19px 38px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #b1b1b1;
  position: relative;
  margin-left: 19.5px;
  cursor: pointer;
}
.m-quiz__page .m-quiz__radio__text .radio__item:after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  border-radius: 10em;
  right: calc(100% - 19.5px);
  top: calc(50% - 19.5px);
  background-color: #fff;
  background-image: url(../i/9f86ebc85549cafc4c8bc5cc4bf527c3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  border: 2px solid #b1b1b1;
}
.m-quiz__page .m-quiz__radio__text .radio__item .text {
  font-size: 17px;
  line-height: 22px;
  color: #354b5f;
  display: block;
}
.m-quiz__page .m-quiz__radio__text .radio__item.checked {
  border-color: #367aca;
}
.m-quiz__page .m-quiz__radio__text .radio__item.checked .text {
  color: #367aca;
}
.m-quiz__page .m-quiz__radio__text .radio__item.checked:after {
  border-color: #367aca;
  background-color: #367aca;
}
.m-quiz__page .m-quiz__checkbox__text .checkbox__item {
  width: calc(50% - 20px);
}
.m-quiz__page .m-quiz__checkbox__text .checkbox__item .text {
  width: calc(100% - 20px);
  padding: 19px 10px 19px 38px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #b1b1b1;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  display: block;
  position: relative;
  margin-left: 19.5px;
  cursor: pointer;
}
.m-quiz__page .m-quiz__checkbox__text .checkbox__item .text:after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  border-radius: 10em;
  right: calc(100% - 19.5px);
  top: calc(50% - 19.5px);
  background-color: #fff;
  background-image: url(../i/9f86ebc85549cafc4c8bc5cc4bf527c3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  border: 2px solid #b1b1b1;
}
.m-quiz__page .m-quiz__checkbox__text .checkbox__item input:checked + .text {
  border-color: #f49b14;
}
.m-quiz__page
  .m-quiz__checkbox__text
  .checkbox__item
  input:checked
  + .text:after {
  border-color: #f49b14;
  background-color: #f49b14;
}
.m-quiz__page .checkbox__item > input,
.m-quiz__page .radio__item > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.m-quiz__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 14px;
  gap: 14px;
}
.m-quiz__navigation .btn {
  width: 200px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-quiz__navigation .btn_back {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e71762;
  border: 2px solid #e71762;
  background: none;
  transition: 0.1s ease-in-out;
  transition-property: opacity;
}
.m-quiz__navigation .btn_back:after,
.m-quiz__navigation .btn_back:before {
  display: none;
}
.m-quiz__navigation .btn_back.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.m-quiz__results__count {
  border-radius: 12px;
  padding: 51px 67px;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-quiz__results__count > div {
  width: 100%;
}
.m-quiz__results__count .m-quiz__results__progress {
  max-width: 800px;
  height: 20px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.m-quiz__results__count .m-quiz__results__progress .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(87.4deg, #ea6f94 -10.92%, #e71762 121.72%);
}
.m-quiz__results__count .m-quiz__results__value-wrapper {
  margin-top: 15px;
  text-align: center;
}
.m-quiz__results {
  display: none;
  background: none;
  border-radius: 10px;
}
.m-quiz__results-wrapper {
  padding: 75px 45px;
  position: relative;
}
.m-quiz__results-wrapper:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 20px;
  width: 437px;
  height: 435px;
  background-image: url(../i/e125e301d9eddbb89b3dcf23c211c602.webp);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.m-quiz__results-title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 55px;
  text-transform: uppercase;
  max-width: 670px;
  margin-bottom: 90px;
}
.m-quiz__results-title span {
  color: #367aca;
}
.m-quiz__results-form {
  max-width: 327px;
}
.m-quiz__results-form .form__group {
  margin-bottom: 24px;
}
.m-quiz__results-form .input_phone {
  height: 75px;
  background-color: #fff;
  color: #647c93;
  box-shadow: 0 18px 40px -10px rgba(36, 89, 128, 0.35),
    inset 0 -5px 15px rgba(0, 0, 0, 0.05),
    inset 0 5px 15px hsla(0, 0%, 100%, 0.2);
}
.m-quiz__results-form .input_phone:focus,
.m-quiz__results-form .input_phone:hover {
  color: #647c93;
}
.m-quiz__results-form .input_phone::-webkit-input-placeholder {
  letter-spacing: normal;
}
.m-quiz__results-form .input_phone:-ms-input-placeholder {
  letter-spacing: normal;
}
.m-quiz__results-form .input_phone::placeholder {
  letter-spacing: normal;
}
.m-quiz__results-form .btn_quiz {
  margin-bottom: 15px;
  border: none;
}
.m-quiz__results-form .btn {
  width: 100%;
  height: 75px;
  max-width: none;
}
.m-quiz__results-form .form__policy {
  text-align: left;
}
.m-quiz__bottom {
  display: none;
}
.m-quiz__thanks {
  border-radius: 10px;
  display: none;
}
.m-quiz__thanks-wrapper {
  padding: 80px 50px;
  position: relative;
}
.m-quiz__thanks-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 593px;
  height: 612px;
  background-image: url(../i/746e09ec6ddf47d9ef319218a347e125.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-quiz__thanks-title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 55px;
  text-transform: uppercase;
  color: #367aca;
  max-width: 670px;
  margin-bottom: 140px;
}
.m-quiz__thanks-title span {
  display: block;
  font-size: 22px;
  line-height: 32px;
  text-transform: none;
  color: #354b5f;
}
.m-quiz__thanks-list span,
.m-quiz__thanks-title span {
  font-family: Muller, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-quiz__thanks-list span {
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 5px;
}
.m-quiz__thanks-list ul {
  padding-left: 55px;
}
.m-quiz__thanks-list ul li {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 55px;
  color: #e71762;
  text-transform: uppercase;
  list-style-type: disc;
}
.m-quiz__bottom-items {
  display: none;
}
.quiz-modal {
  max-width: 1290px;
  margin-top: 50px;
}
.quiz-modal .quiz__frame {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.quiz-modal .m-quiz {
  background-color: #ebeef0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  border: 1px solid hsla(0, 0%, 100%, 0.82);
}
.quiz-modal .m-quiz .m-quiz__h2 {
  margin-bottom: 45px;
}
.quiz-modal .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  background: none;
  top: 32px;
  right: 4px;
  color: #367aca;
  border: none;
}
.quiz-modal .m-quiz__subtitle {
  display: none;
}
@media screen and (max-width: 1370px) {
  .quiz__frame {
    padding: 28px 16px;
  }
  .m-quiz__title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 45px;
  }
  .m-quiz__grid {
    grid-gap: 20px;
    gap: 20px;
  }
  .m-quiz__first {
    max-width: 300px;
  }
  .m-quiz__second {
    width: calc(100% - 300px);
  }
  .m-quiz__list > li {
    padding: 19px 27px 18px 102px;
  }
  .m-quiz__list > li:not(:last-child) {
    margin-bottom: 37px;
  }
  .m-quiz__list > li img {
    height: 83px;
  }
  .m-quiz__list > li span {
    font-size: 18px;
    line-height: 22px;
  }
  .m-quiz__form {
    width: 100%;
    padding: 40px 52px;
    border-radius: 10px;
    background-color: #fff;
  }
  .m-quiz__progress {
    margin-bottom: 47px;
  }
  .m-quiz__page .m-quiz__page__title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 38px;
  }
  .m-quiz__page .m-quiz__page__title span {
    font-size: 16px;
  }
  .m-quiz__page .m-quiz__radio {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 17px;
    gap: 17px;
    margin-bottom: 20px;
  }
  .m-quiz__page .m-quiz__radio__images .radio__item {
    flex-grow: 0;
    cursor: pointer;
  }
  .m-quiz__page .m-quiz__radio__images .radio__item .radio__item__img-box {
    height: 108px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .m-quiz__page
    .m-quiz__radio__images
    .radio__item
    .radio__item__img-box:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    border-radius: 10em;
    left: calc(50% - 19.5px);
    top: calc(100% - 19.5px);
    background-size: 15px;
  }
  .m-quiz__page .m-quiz__radio__images .radio__item .text {
    margin-top: 39px;
    font-size: 17px;
    line-height: 22px;
  }
  .m-quiz__page .m-quiz__radio__text .radio__item {
    width: 100%;
    padding: 19px 10px 19px 38px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-left: 19.5px;
    cursor: pointer;
  }
  .m-quiz__page .m-quiz__radio__text .radio__item:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    border-radius: 10em;
    right: calc(100% - 19.5px);
    top: calc(50% - 19.5px);
    background-size: 15px;
  }
  .m-quiz__page .m-quiz__radio__text .radio__item .text {
    font-size: 17px;
    line-height: 22px;
    display: block;
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item {
    width: calc(50% - 20px);
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item .text {
    width: calc(100% - 20px);
    padding: 19px 10px 19px 38px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #b1b1b1;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    display: block;
    position: relative;
    margin-left: 19.5px;
    cursor: pointer;
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item .text:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    border-radius: 10em;
    right: calc(100% - 19.5px);
    top: calc(50% - 19.5px);
    background-color: #fff;
    background-image: url(../i/9f86ebc85549cafc4c8bc5cc4bf527c3.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 15px;
    border: 2px solid #b1b1b1;
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item input:checked + .text {
    border-color: #f49b14;
  }
  .m-quiz__page
    .m-quiz__checkbox__text
    .checkbox__item
    input:checked
    + .text:after {
    border-color: #f49b14;
    background-color: #f49b14;
  }
  .m-quiz__page .checkbox__item > input,
  .m-quiz__page .radio__item > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .m-quiz__results-wrapper {
    padding: 60px 45px;
  }
  .m-quiz__results-wrapper:after {
    width: 261px;
    height: 262px;
    bottom: 81px;
    right: 95px;
    z-index: 1;
  }
  .m-quiz__results-title {
    font-size: 27px;
    line-height: 37px;
    max-width: 517px;
  }
  .m-quiz__results-form {
    position: relative;
    z-index: 2;
  }
  .m-quiz__thanks-wrapper {
    padding: 90px 59px 22.5px 99px;
  }
  .m-quiz__thanks-wrapper:after {
    left: auto;
    right: 0;
    width: 423px;
    height: 560px;
  }
  .m-quiz__thanks-title {
    font-size: 48px;
    line-height: 55px;
    max-width: 440px;
    margin-bottom: 80px;
  }
  .m-quiz__thanks-list span {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .m-quiz__thanks-list ul {
    padding-left: 35px;
  }
  .m-quiz__thanks-list ul li {
    font-size: 26px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .m-quiz {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .m-quiz .m-quiz__h2 {
    margin-bottom: 30px;
  }
  .quiz__frame {
    border-radius: 10px;
    padding: 24px 12px;
  }
  .m-quiz__grid {
    display: flex;
    flex-direction: column;
    grid-gap: 34px;
    gap: 34px;
  }
  .m-quiz__first {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .m-quiz__second {
    max-width: none;
    width: 100%;
  }
  .m-quiz__title {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 0;
  }
  .m-quiz__subtitle {
    margin-bottom: 0;
    grid-column: 1/3;
    grid-row: 2/3;
    justify-self: center;
  }
  .m-quiz__list {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    gap: 10px;
    max-width: 324px;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .m-quiz__list > li {
    padding: 31px 11px 23px 65px;
    width: 157px;
  }
  .m-quiz__list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .m-quiz__list > li img {
    height: 66px;
    top: 14px;
  }
  .m-quiz__list > li:first-child img {
    left: -5px;
  }
  .m-quiz__list > li span {
    font-size: 14px;
    line-height: 18px;
  }
  .m-quiz__progress {
    margin-bottom: 46px;
  }
  .m-quiz__progress span {
    height: 4px;
  }
  .m-quiz__page
    .m-quiz__radio__images
    .radio__item
    .radio__item__img-box:after {
    width: 29px;
    height: 29px;
    left: calc(50% - 15.5px);
    top: calc(100% - 15.5px);
  }
  .m-quiz__page .m-quiz__radio__images .radio__item .text {
    margin-top: 29px;
    font-size: 14px;
  }
  .m-quiz__navigation {
    margin-top: 50px;
  }
  .m-quiz__results-wrapper {
    padding: 30px 15px;
  }
  .m-quiz__results-wrapper:after {
    right: 27px;
    bottom: 103px;
  }
  .m-quiz__results-title {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 52px;
    max-width: 459px;
  }
  .m-quiz__results-form .form__policy {
    max-width: 280px;
  }
  .m-quiz__results-form .form__policy br {
    display: inline;
  }
  .m-quiz__thanks-wrapper {
    padding: 120px 20px;
  }
  .m-quiz__thanks-wrapper:after {
    width: 375px;
    height: 438px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .m-quiz__thanks-title {
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 100px;
  }
  .m-quiz__thanks-title span {
    font-size: 16px;
    line-height: 26px;
  }
  .m-quiz__thanks-list span {
    font-size: 24px;
    line-height: 55px;
  }
  .m-quiz__thanks-list ul {
    padding-left: 20px;
  }
  .m-quiz__thanks-list ul li {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-quiz {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .m-quiz .m-quiz__h2 {
    margin-bottom: 15px;
  }
  .quiz__frame {
    border-radius: 5px;
    padding: 20px 8px;
  }
  .m-quiz__subtitle {
    margin-bottom: 0;
  }
  .m-quiz__grid {
    grid-gap: 20px;
    gap: 20px;
  }
  .m-quiz__first {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .m-quiz__title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .m-quiz__list {
    display: none;
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
    max-width: none;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .m-quiz__list > li {
    padding: 0;
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .m-quiz__list > li:before {
    content: "+";
    font-size: 18px;
    line-height: 22px;
    color: #e48e0b;
  }
  .m-quiz__list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .m-quiz__list > li img {
    display: none;
  }
  .m-quiz__list > li span {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #e48e0b;
  }
  .m-quiz__form {
    padding: 34px 8px;
  }
  .m-quiz__progress {
    margin-bottom: 36px;
  }
  .m-quiz__page .m-quiz__page__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .m-quiz__page .m-quiz__radio {
    flex-direction: column;
  }
  .m-quiz__page .m-quiz__radio__images {
    grid-gap: 9px;
    gap: 9px;
    margin-bottom: 0;
  }
  .m-quiz__page .m-quiz__radio__images .radio__item {
    width: calc(100% - 18.5px);
    flex-basis: 100%;
    margin-bottom: 0;
    margin-left: 18.5px;
    position: relative;
  }
  .m-quiz__page .m-quiz__radio__images .radio__item .radio__item__img-box {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 5px 0;
  }
  .m-quiz__page .m-quiz__radio__images .radio__item .radio__item__img-box img {
    width: 60px;
    height: 50px;
    margin-left: 19px;
  }
  .m-quiz__page
    .m-quiz__radio__images
    .radio__item
    .radio__item__img-box:after {
    left: -18.5px;
    top: calc(50% - 18.5px);
  }
  .m-quiz__page .m-quiz__radio__images .radio__item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 10px;
  }
  .m-quiz__page .m-quiz__radio__text {
    grid-gap: 9px;
    gap: 9px;
    margin-bottom: 0;
  }
  .m-quiz__page .m-quiz__radio__text .radio__item {
    max-width: calc(100% - 20px);
    padding: 21px 10px 21px 40px;
  }
  .m-quiz__page .m-quiz__radio__text .radio__item:after {
    width: 33px;
    height: 33px;
  }
  .m-quiz__page .m-quiz__radio__text .radio__item .text {
    font-size: 14px;
    line-height: 18px;
  }
  .m-quiz__page .m-quiz__checkbox__text {
    margin-bottom: 0;
    grid-gap: 9px;
    gap: 9px;
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item {
    width: 100%;
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .m-quiz__page .m-quiz__checkbox__text .checkbox__item .text:after {
    width: 33px;
    height: 33px;
  }
  .m-quiz__navigation .btn {
    height: 65px;
  }
  .m-quiz__results-wrapper {
    padding: 30px 15px 210px;
  }
  .m-quiz__results-wrapper:after {
    width: 113px;
    height: 113px;
    bottom: 77px;
    left: calc(50% - 56.5px);
  }
  .m-quiz__results-title {
    max-width: 460px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: center;
  }
  .m-quiz__results-form,
  .m-quiz__results-title {
    margin-left: auto;
    margin-right: auto;
  }
  .m-quiz__results-form .form__policy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .m-quiz__results-form .form__group {
    margin-bottom: 20px;
  }
  .m-quiz__results-form .btn,
  .m-quiz__results-form .input_phone {
    height: 65px;
  }
  .m-quiz__thanks-wrapper {
    padding: 0 7px 29px;
  }
  .m-quiz__thanks-wrapper:after {
    width: 207px;
    height: 220px;
    top: 125px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background-position: 50%;
  }
  .m-quiz__thanks-title {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 265px;
  }
  .m-quiz__thanks-title span {
    font-size: 14px;
    line-height: 20px;
  }
  .m-quiz__thanks-list {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-quiz__thanks-list span {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .m-quiz__thanks-list ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .m-quiz__bottom-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 5px;
    gap: 5px;
    margin-top: 28px;
  }
  .m-quiz__bottom-items > span {
    font-size: 13px;
    line-height: 22px;
  }
  .m-quiz__bottom-items > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 9px;
    gap: 9px;
  }
  .m-quiz__bottom-items > ul li {
    max-width: 135px;
    min-width: 115px;
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 10px 25px;
    background-color: #ebeef0;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
  }
  .m-quiz__bottom-items > ul li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
  }
  .m-quiz__bottom-items > ul li .img img {
    max-width: 100%;
    height: 57px;
  }
  .m-quiz__bottom-items > ul li .text {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }
  .m-quiz__bottom-items > ul li:first-child .img {
    margin-left: -5px;
  }
}
.first-megagen {
  margin-top: 98px;
}
.first-megagen__grid {
  display: grid;
  grid-auto-columns: 343px 1fr;
  grid-column-gap: 86px;
  column-gap: 86px;
  grid-row-gap: 17px;
  row-gap: 17px;
  font-size: 26px;
  line-height: 50px;
  grid-template-areas: "logo text" "logo description";
}
.first-megagen__grid span {
  font-weight: 700;
}
.first-megagen__grid .first-megagen__image {
  grid-area: logo;
}
.first-megagen__grid .first-megagen__text {
  grid-area: text;
}
.first-megagen__grid .first-megagen__description {
  grid-area: description;
}
.first-megagen__image {
  max-width: 343px;
  max-height: 104px;
}
@media screen and (max-width: 1349px) {
  .first-megagen {
    margin-top: 59px;
  }
  .first-megagen__grid {
    grid-auto-columns: minmax(auto, 833px) 289px;
    grid-column-gap: 59px;
    column-gap: 59px;
    grid-template-areas: "text text" "description logo";
  }
  .first-megagen__image {
    width: 289px;
    height: 87px;
  }
}
@media screen and (max-width: 1023px) {
  .first-megagen {
    margin-top: 41px;
  }
  .first-megagen__grid {
    grid-auto-columns: 1fr;
    grid-row-gap: 17px;
    row-gap: 17px;
    font-size: 26px;
    grid-template-areas: "text text" "description description" "logo logo";
  }
  .first-megagen__image {
    width: 263px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .first-megagen {
    margin-top: 68px;
  }
  .first-megagen__grid {
    grid-row-gap: 12px;
    row-gap: 12px;
  }
  .first-megagen__image {
    width: 263px;
    height: 80px;
  }
}
@media screen and (max-width: 424px) {
  .first-megagen {
    margin-top: 42px;
  }
  .first-megagen__grid {
    font-size: 16px;
    line-height: 36px;
  }
  .first-megagen__image {
    width: 145px;
    height: 44px;
  }
}
.director-mail {
  padding-top: 63px;
  padding-bottom: 63px;
  background-image: url(../i/594e69ea6b40d6903ff0d52204c35848.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.director-mail__grid {
  display: flex;
  justify-content: center;
}
.director-mail__image {
  position: relative;
}
.director-mail__image img {
  box-shadow: 0 13.0306px 49.5162px -8.68705px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  width: 556px;
  height: 562px;
}
.director-mail__image .director-mail__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fff;
  background: rgba(54, 122, 202, 0.7);
  border-radius: 15px;
  width: 366px;
  height: 108px;
  left: 95px;
  bottom: 37px;
}
.director-mail__image .director-mail__item .director-mail__name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.director-mail__image .director-mail__item .director-mail__text {
  font-size: 16px;
  line-height: 22px;
}
.director-mail__form-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 102px;
}
.director-mail__form-page .director-mail__text {
  font-size: 40px;
  line-height: 50px;
  max-width: 577px;
  padding-bottom: 28px;
}
.director-mail__form-page .director-mail__text span {
  font-weight: 700;
}
.director-mail__form-page .form__group {
  display: flex;
  height: 59px;
  margin-bottom: 9px;
}
.director-mail__form-page .form__group input {
  margin-right: 15px;
  color: #81a3b6;
}
.director-mail__form-page .form__group button {
  border: none;
  max-width: 243px;
}
.textarea {
  font-family: Muller, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  max-width: 607px;
  height: 246px;
  padding-top: 15px;
  padding-left: 26px;
  padding-right: 26px;
  color: #81a3b6;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 29px;
  border: none;
}
@media screen and (max-width: 1349px) {
  .director-mail__image img {
    width: 435px;
    height: 488px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .director-mail__image .director-mail__item {
    width: 366px;
    height: 108px;
    left: 34px;
    bottom: 170px;
  }
  .director-mail__form-page {
    margin-left: 40px;
    width: 416px;
  }
  .director-mail__form-page .director-mail__text {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 15px;
  }
  .director-mail__form-page .form__group {
    display: flex;
    flex-direction: column;
    height: 129px;
  }
  .director-mail__form-page .form__group input {
    max-width: 274px;
    padding-left: 28px;
    padding-right: 16px;
    margin-bottom: 15px;
  }
  .director-mail__form-page .form__group button {
    max-width: 243px;
  }
  .director-mail__form-page .form__group_recaptcha label {
    left: -65px;
  }
  .director-mail__form-page .form__policy {
    max-width: 454px;
  }
}
@media screen and (max-width: 1023px) {
  .director-mail__image img {
    width: 350px;
    height: 488px;
  }
  .director-mail__image .director-mail__item {
    width: 324px;
    height: 87px;
    left: 13px;
    bottom: 150px;
  }
  .director-mail__form-page {
    margin-left: 16px;
    width: 336px;
  }
  .director-mail__form-page .director-mail__text {
    font-size: 25px;
    line-height: 38px;
    padding-bottom: 17px;
  }
  .director-mail__form-page .form__group {
    display: flex;
    flex-direction: column;
    height: 129px;
  }
  .director-mail__form-page .form__group input {
    max-width: 274px;
    padding-left: 28px;
    padding-right: 16px;
    margin-bottom: 15px;
  }
  .director-mail__form-page .form__group button {
    max-width: 243px;
  }
  .director-mail__form-page .form__group_recaptcha label {
    left: -100px;
  }
  .director-mail__form-page .form__policy {
    max-width: 454px;
    font-size: 15px;
  }
  .textarea {
    margin-bottom: 17px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .director-mail__grid,
  .director-mail__image {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .director-mail__image {
    margin: 0 auto;
  }
  .director-mail__image img {
    width: 318px;
    height: 328px;
    -o-object-position: top left;
    object-position: top left;
  }
  .director-mail__image .director-mail__item {
    width: 318px;
    height: 87px;
    position: static;
    margin-bottom: 17px;
    margin-top: 31px;
  }
  .director-mail__form-page {
    margin: 0 auto;
    width: 330px;
  }
  .director-mail__form-page .director-mail__text {
    padding-bottom: 19px;
  }
  .director-mail__form-page .form__group {
    display: flex;
    flex-direction: column;
    height: 129px;
  }
  .director-mail__form-page .form__group input {
    max-width: 331px;
  }
  .director-mail__form-page .form__group button {
    max-width: 327px;
  }
  .director-mail__form-page .form__group_recaptcha label {
    top: -5px;
    left: calc(50% - 105px);
  }
  .director-mail__form-page .form__policy {
    display: none;
  }
  .textarea {
    margin-bottom: 17px;
    padding-top: 8px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 359px) {
  .director-mail__image img {
    width: 290px;
    height: 328px;
  }
  .director-mail__image .director-mail__item {
    width: 290px;
    height: 87px;
  }
  .director-mail__form-page {
    width: 290px;
  }
}
.success {
  padding-top: 241px;
  position: relative;
  padding-bottom: 240px;
  background-image: url(../i/d60de08c8f0c472806fcea56737e6c9a.webp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.success .h1 {
  font-size: 71px;
  line-height: 106px;
  color: #354b5f;
  margin-bottom: 22px;
}
.success .text {
  font-size: 31px;
  line-height: 46px;
}
@media screen and (max-width: 1349px) {
  .success {
    padding-top: 168px;
    padding-bottom: 182px;
  }
  .success .h1 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 24px;
  }
  .success .text {
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 1023px) {
  .success {
    padding-top: 155px;
    padding-bottom: 102px;
  }
  .success .h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 21px;
  }
  .success .text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .success {
    padding-top: 152px;
    background-image: url(../i/c2e0204280730314b4ee615e6943e4b7.webp);
    padding-bottom: 226px;
  }
  .success .h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .success .text {
    font-size: 15px;
    line-height: 20px;
  }
  .success__grid {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.not-found {
  padding-top: 265px;
  background-image: url(../i/0210b51d28d4d55cad94fe15a1645d72.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 96px;
}
.not-found .h1 {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 58px;
  color: #354b5f;
  margin-bottom: 7px;
}
.not-found .h1,
.not-found__grid {
  text-align: center;
}
.not-found__title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 250px;
  line-height: 250px;
  color: #4096df;
  margin-bottom: 3px;
}
.not-found__subtitle {
  max-width: 415px;
  margin-right: auto;
  margin-left: auto;
  font-size: 23px;
  line-height: 32px;
  color: #647c93;
  margin-bottom: 36px;
}
.not-found__btn {
  width: 192px;
  height: 57px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1349px) {
  .not-found {
    padding-top: 190px;
    padding-bottom: 75px;
  }
  .not-found .h1 {
    font-size: 30px;
    margin-bottom: -2px;
  }
  .not-found__title {
    font-size: 180px;
    line-height: 180px;
    margin-bottom: -22px;
  }
  .not-found__subtitle {
    max-width: 410px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .not-found {
    padding-top: 190px;
    padding-bottom: 78px;
  }
  .not-found .h1 {
    font-size: 27px;
    margin-bottom: 2px;
  }
  .not-found__title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -3px;
  }
  .not-found__subtitle {
    max-width: 310px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 767px) {
  .not-found {
    padding-top: 148px;
    padding-bottom: 78px;
  }
  .not-found .h1 {
    font-size: 23px;
    margin-bottom: -7px;
  }
  .not-found__title {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: -2px;
  }
  .not-found__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.modal > div.modal_call,
.modal > div.modal_service {
  background: url(../i/e9221831589d5bf0237aba72474c4b9f.webp) #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.modal_policy {
  width: 1068px;
  padding: 60px 46px 60px 60px;
}
.modal_policy .modal__title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  color: #354b5f;
  margin-bottom: 46px;
}
.modal_policy .modal_policy__text {
  font-size: 14px;
  line-height: 20px;
  color: #36302e;
}
.modal_policy .modal_policy__text p:not(:first-child) {
  margin-top: 20px;
}
.modal_form {
  width: 627px;
  padding: 60px 77px 52px;
  background: #f2f2f2 !important;
  position: relative;
}
.modal_form:before {
  position: absolute;
  content: "";
  top: 26px;
  left: -150px;
  width: 295px;
  height: 295px;
  border-radius: 50%;
  background: linear-gradient(
    130.5deg,
    rgba(80, 178, 225, 0.135) -16.45%,
    rgba(83, 172, 222, 0) 51.25%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.modal_form .form__title {
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #354b5f;
}
.modal_form .form__title span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.modal_form .form__group {
  width: 100%;
  height: 70px;
}
.modal_form .form__group-input {
  margin-right: 0;
  margin-bottom: 20px;
}
.modal_form .form__policy {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #a0a0a0;
}
.modal_call {
  padding: 60px 77px 0;
}
.modal_call .call__logo-image {
  margin-bottom: 10px;
}
.modal_call .call__work-time {
  display: block;
  margin-bottom: 25px;
  color: #1a3;
  font-size: 12px;
}
.modal_call .call__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #5d748d;
  font-size: 23px;
}
.modal_call .call__callback {
  position: relative;
  margin-bottom: 12px;
}
.modal_call .call__callback:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 70px;
  top: 3px;
  right: -18px;
  background-image: url(../i/3f5a81179aca484b2365f93acd47b5ef.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.modal_call .phone {
  border-bottom: 1px solid #5d748d;
  transition: border-bottom 0.2s;
}
.modal_call .phone:hover {
  border-bottom: 1px solid transparent;
}
.modal_call .call__gift {
  display: flex;
  align-items: flex-start;
}
.modal_call .call__text {
  position: relative;
  max-width: 350px;
  align-self: center;
  font-size: 22px;
}
.modal_call .call__text > div:first-child {
  margin-bottom: 10px;
}
.modal_call .call__text > div img {
  display: block;
  margin-left: auto;
}
.modal_call b {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.modal_service .call__header-text {
  font-size: 12px;
}
.modal_service .call__work-time {
  text-align: right;
}
.modal_service .call__header-content {
  display: flex;
  justify-content: space-between;
}
.modal_service .call__callback {
  text-align: center;
}
.modal_service .call__callback:before {
  height: 32px;
  right: -25px;
  z-index: 1;
}
.modal_service .call__gift {
  justify-content: center;
}
.modal_service .call__phone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal_service .call__phone .btn {
  width: 232px;
  height: 40px;
}
.modal_review {
  position: relative;
  width: 946px;
  padding: 40px;
  display: flex;
}
.modal_review:before {
  position: absolute;
  content: "";
  top: 125px;
  left: 50%;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  background: linear-gradient(
    130.5deg,
    rgba(80, 178, 225, 0.135) -16.45%,
    rgba(83, 172, 222, 0) 51.25%
  );
}
.modal_review .reviews__photo {
  min-width: 460px;
  width: 460px;
  height: 304px;
  border-radius: 15px;
  margin-right: 50px;
  margin-bottom: 0;
}
.modal_review .reviews__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal_review .reviews__text-body {
  -webkit-line-clamp: unset;
}
.modal_review .modal__btn {
  width: 192px;
  height: 57px;
}
.modal_licenses {
  width: 1218px;
  padding: 44px 50px 60px;
}
.modal_licenses .modal__title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 45px;
}
.modal_licenses .modal_licenses__grid {
  display: flex;
  justify-content: space-between;
}
.modal_licenses .modal_licenses__grid img {
  max-width: 100%;
  box-shadow: 0 15px 57px -10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
.modal_thank {
  width: 501px;
  padding: 45px 80px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal_thank .image {
  position: relative;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: linear-gradient(87.4deg, #ea6f94 -10.92%, #e71762 121.72%);
  margin-bottom: 14px;
}
.modal_thank .image:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 22px;
  background-image: url(../i/718b3c811ff3b3a9249a20efbdfb9150.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.modal_thank .modal__title {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #354b5f;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 12px;
}
.modal_thank .modal__text {
  color: #354b5f;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1349px) {
  .modal_policy {
    width: 927px;
    padding: 41px 60px 30px 47px;
  }
  .modal_policy .modal__title {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .modal_policy .modal_policy__text p:not(:first-child) {
    margin-top: 15px;
  }
  .modal_form {
    width: 483px;
    padding: 60px 55px 52px;
  }
  .modal_form .form__title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .modal_form .form__group {
    height: 60px;
  }
  .modal_form .form__policy {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }
  .modal_review {
    width: 843px;
    padding: 30px;
  }
  .modal_review .reviews__photo {
    min-width: 367px;
    width: 367px;
    height: 233px;
    border-radius: 10px;
    margin-right: 29px;
  }
  .modal_licenses {
    width: 929px;
    padding: 40px 33px 60px;
  }
  .modal_licenses .modal__title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .modal_licenses .modal_licenses__grid img {
    max-width: 275px;
  }
}
@media screen and (max-width: 1023px) {
  .modal_policy {
    width: 704px;
    padding: 31px 40px 40px;
  }
  .modal_policy .modal__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .modal_policy .modal_policy__text p:not(:first-child) {
    margin-top: 15px;
  }
  .modal_review {
    width: 680px;
    padding: 25px;
  }
  .modal_review .reviews__photo {
    min-width: 297px;
    width: 297px;
    height: 230px;
    margin-right: 22px;
  }
  .modal_review .modal__btn {
    width: 165px;
    height: 47px;
  }
  .modal_licenses {
    width: 705px;
    padding: 35px 31px 48px;
  }
  .modal_licenses .modal__title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .modal_licenses .modal_licenses__grid img {
    max-width: 206px;
  }
  .modal_thank {
    width: 447px;
    padding: 43px 60px 47px;
  }
  .modal_call .call__gift {
    max-width: 420px;
  }
  .modal_call .call__gift-img {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .modal_policy {
    width: 290px;
    padding: 23px 8px 20px 19px;
  }
  .modal_policy .modal__title {
    line-height: 27px;
    margin-bottom: 20px;
  }
  .modal_policy .modal_policy__text p:not(:first-child) {
    margin-top: 15px;
  }
  .modal_form {
    width: 290px;
    padding: 26px 20px 20px;
  }
  .modal_form .form__title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .modal_form .form__group {
    height: 45px;
  }
  .modal_form .form__group-input {
    margin-bottom: 9px;
  }
  .modal_form .form__policy {
    font-size: 12px;
  }
  .modal_call {
    padding: 15px 26px 0 15px;
  }
  .modal_call .call__content {
    align-items: center;
  }
  .modal_call .call__callback {
    font-size: 13px;
  }
  .modal_call .call__gift-img {
    max-width: 108px;
    transform: translateX(0);
  }
  .modal_call .call__text {
    font-size: 12px;
  }
  .modal_call .call__callback:before {
    height: 50px;
    right: -58px;
  }
  .modal_call .call__phone {
    font-size: 14px;
  }
  .modal_service .call__callback {
    text-align: center;
  }
  .modal_service .call__callback:before {
    height: 32px;
    right: -25px;
    z-index: 1;
  }
  .modal_review {
    width: 290px;
    padding: 50px 24px 35px;
    flex-direction: column;
  }
  .modal_review .reviews__photo {
    min-width: 0;
    width: 241px;
    height: 151px;
    border-radius: 5px;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .modal_review .reviews__text-body {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .modal_review .modal__btn {
    width: 165px;
    height: 47px;
  }
  .modal_licenses {
    width: 290px;
    padding: 11px 18px 31px;
  }
  .modal_licenses .modal__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .modal_licenses .modal_licenses__grid {
    margin-top: -18px;
    flex-direction: column;
  }
  .modal_licenses .modal_licenses__grid img {
    margin-top: 18px;
    max-width: 252px;
  }
  .modal_thank {
    width: 290px;
    padding: 33px 15px 40px;
  }
  .modal_thank .image {
    width: 59px;
    height: 59px;
  }
  .modal_thank .image:after {
    width: 18px;
    height: 14px;
  }
  .modal_thank .modal__title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .modal_thank .modal__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .modal_call .call__callback:before {
    height: 42px;
    right: -27px;
  }
  .modal_call .call__gift {
    max-width: 235px;
  }
}
.modal_dont-go {
  position: relative;
  width: 1068px;
  padding: 60px 52px 52px;
  overflow: hidden;
}
.modal_dont-go:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../i/6e986fc666085a89eb631c40f198bedf.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.modal_dont-go > * {
  position: relative;
  z-index: 1;
  max-width: 633px;
}
.modal_dont-go .form__title {
  color: #354b5f;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
}
.modal_dont-go .form__group {
  width: 407px;
  height: 60px;
}
.modal_dont-go .form__group-input {
  margin-bottom: 10px;
}
.modal_dont-go .form__group-input .input {
  box-shadow: 0 6px 20px -8px rgba(77, 136, 170, 0.5);
}
.modal_dont-go .form__group-button {
  margin-bottom: 30px;
}
.modal_dont-go .form__policy {
  max-width: 480px;
  font-size: 15px;
  line-height: 25px;
}
.modal_dont-go .form__logo-image {
  margin-bottom: 20px;
}
.modal_dont-go .form__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #5d748d;
  font-size: 23px;
}
.modal_dont-go .form__phone-callback {
  position: relative;
  margin-bottom: 12px;
}
.modal_dont-go .form__phone-callback:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 70px;
  top: 3px;
  right: -18px;
  background-image: url(../i/3f5a81179aca484b2365f93acd47b5ef.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.modal_dont-go .form__phone-callback b {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.modal_dont-go .call_phone_1 {
  margin-bottom: 18px;
  font-size: 27px;
}
.modal_dont-go .call_phone_1 .phone {
  border-bottom: 1px solid #5d748d;
  transition: border-bottom 0.2s ease-in-out;
}
.modal_dont-go .call_phone_1 .phone:hover {
  border-bottom: 1px solid transparent;
}
.modal_dont-go .form__work-time {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a3;
  font-size: 18px;
}
.mdg__title {
  font-size: 35px;
  line-height: 40px;
  color: #354b5f;
  margin-bottom: 40px;
}
.mdg__title span {
  font-family: Muller, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mdg__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mdg__item .image {
  min-width: 109px;
  width: 109px;
  margin-right: 19px;
}
.mdg__item .text {
  color: #354b5f;
  font-size: 23px;
  line-height: 32px;
}
.mdg__photo {
  display: none;
}
@media screen and (max-width: 1349px) {
  .modal_dont-go {
    width: 866px;
    padding: 30px 30px 35px;
  }
  .modal_dont-go > * {
    max-width: 514px;
  }
  .modal_dont-go .form__title {
    font-size: 15px;
    line-height: 23px;
  }
  .modal_dont-go .form__group {
    width: 320px;
    height: 54px;
  }
  .modal_dont-go .form__group-input {
    margin-bottom: 13px;
  }
  .modal_dont-go .form__group-button {
    margin-bottom: 20px;
  }
  .modal_dont-go .form__policy {
    max-width: 450px;
    line-height: 23px;
  }
  .mdg__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 17px;
  }
  .mdg__item {
    margin-bottom: 11px;
  }
  .mdg__item .image {
    min-width: 88px;
    width: 88px;
    margin-right: 15px;
  }
  .mdg__item .text {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1023px) {
  .modal_dont-go {
    width: 645px;
    padding: 22px 35px 15px;
  }
  .modal_dont-go > * {
    max-width: 394px;
  }
  .modal_dont-go .form__title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .modal_dont-go .form__group {
    height: 50px;
  }
  .modal_dont-go .form__group-button {
    margin-bottom: 24px;
  }
  .modal_dont-go .form__policy {
    max-width: 330px;
    font-size: 12px;
    line-height: 18px;
  }
  .mdg__title {
    font-size: 18px;
    line-height: 27px;
  }
  .mdg__item {
    margin-bottom: 16px;
  }
  .mdg__item .image {
    margin-right: 24px;
  }
  .mdg__item .text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .modal_dont-go {
    width: 290px;
    padding: 22px 9px 26px;
    text-align: center;
  }
  .modal_dont-go .form__title,
  .modal_dont-go:before {
    display: none;
  }
  .modal_dont-go .form__group {
    width: 200px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal_dont-go .form__group-input {
    margin-bottom: 10px;
    box-shadow: 0 10px 42px -5px rgba(55, 109, 142, 0.2);
    border-radius: 50px;
  }
  .modal_dont-go .form__group-button {
    margin-bottom: 10px;
  }
  .modal_dont-go .mob_hide {
    display: none;
  }
  .modal_dont-go .form__phone {
    align-items: center;
    font-size: 14px;
  }
  .modal_dont-go .call_phone_1 {
    font-size: 16px;
  }
  .modal_dont-go .form__work-time {
    font-size: 10px;
  }
  .modal_dont-go .form__phone-callback:before {
    height: 45px;
  }
  .modal_dont-go .form__phone-callback b {
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .mdg__title {
    font-size: 15px;
    line-height: 23px;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .mdg__item {
    margin-bottom: 30px;
  }
  .mdg__item .image {
    min-width: 61px;
    width: 61px;
    margin-right: 9px;
  }
  .mdg__item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .mdg__photo {
    display: block;
    margin-top: 30px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    overflow: hidden;
  }
}
