/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-ExtraLight.eot');
  src:
    url('../fonts/Manrope/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-ExtraLight.woff') format('woff'),
    url('../fonts/Manrope/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Light.eot');
  src:
    url('../fonts/Manrope/Manrope-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-Light.woff') format('woff'),
    url('../fonts/Manrope/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Regular.eot');
  src:
    url('../fonts/Manrope/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-Regular.woff') format('woff'),
    url('../fonts/Manrope/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Medium.eot');
  src:
    url('../fonts/Manrope/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-Medium.woff') format('woff'),
    url('../fonts/Manrope/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Semibold.eot');
  src:
    url('../fonts/Manrope/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-Semibold.woff') format('woff'),
    url('../fonts/Manrope/Manrope-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Bold.eot');
  src:
    url('../fonts/Manrope/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-Bold.woff') format('woff'),
    url('../fonts/Manrope/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-ExtraBold.eot');
  src:
    url('../fonts/Manrope/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope/Manrope-ExtraBold.woff') format('woff'),
    url('../fonts/Manrope/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
h5,
.h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

h1 strong,
.h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h2 strong,
.h3 strong,
.h4 strong,
h5 strong,
.h6 strong {
  font-weight: 700;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 44px;
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 48px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
textarea {
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
button:hover,
input:hover,
textarea:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  background: #fff;
}

.page__header,
.page__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
}

.page__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__footer {
  margin-top: auto;
}

.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1210px;
  width: 100%;
}

.custom-modal {
  display: none;
}

.promo {
  position: relative;
  padding-top: 180px;
  z-index: 1;
}

.promo__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.promo__title {
  color: #fff;
  font-weight: 800;
}

.promo__start-title {
  margin-bottom: 5px;
}

.promo__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 18px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #bcd2ff;
  cursor: pointer;
  border-bottom: 1px dashed #bcd2ff;
}

.promo__rating.is-mobile {
  display: none;
}

.promo__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
  padding-left: 27px;
}

.promo__start-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.promo__start-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo__start-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.promo__start-caption {
  max-width: 150px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  margin-top: 3px;
}

.promo__start-button {
  display: none;
}

.promo__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo__button {
  margin-top: 35px;
  width: 380px;
}

.promo__label {
  margin-top: 10px;
  max-width: 380px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.promo__present {
  margin-top: 50px;
}

.promo__present-title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.promo__present-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -95px;
}

.promo__present-col {
  max-width: 195px;
  width: 100%;
}

.promo__stats {
  margin-top: 25px;
}

.promo__stats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: -26px;
  margin-right: -10px;
}

.promo__stats-col {
  margin-right: 10px;
  margin-bottom: 27px;
}

.promo__stats-col:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo__stats-col:nth-child(2) {
  margin-right: -3px;
}

.promo__stats-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__stats-val {
  margin-right: 5px;
  font-weight: 500;
  font-size: 48px;
  line-height: 18px;
  letter-spacing: -2px;
  color: #e03437;
}

.promo__stats-text {
  font-size: 10px;
  line-height: 15px;
  color: #000;
  max-width: 130px;
}

.present-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 185px;
  padding: 13px 20px 24px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.present-card:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.present-card__title {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.present-card__img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0 auto;
}

.present-card__img.is-right {
  right: 20px;
  left: auto;
}

.present-card__img.is-left {
  right: auto;
  left: -9px;
}

.present-card__img.is-bottom {
  bottom: 0;
}

.present-card__img.is-center {
  right: 0;
  left: 0;
}

.present-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 12px;
}

.present-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-bottom: 5px;
  background: #e03437;
  border-radius: 50%;
}

.present-card__button::before {
  content: '';
  width: 9px;
  height: 14px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.95587 7.76265L2.0775 13.6724C1.70511 14.0482 1.09822 14.0482 0.72504 13.6724C0.350928 13.2967 0.350928 12.687 0.72504 12.3109L5.92501 7.08169L0.72504 1.85289C0.35253 1.47749 0.35253 0.867482 0.72504 0.4921C1.09822 0.115948 1.70511 0.115948 2.0775 0.4921L7.95587 6.40186C8.14252 6.58956 8.23499 6.83581 8.23499 7.08169C8.23499 7.32833 8.14252 7.57457 7.95587 7.76265Z' fill='white'/%3E%3C/svg%3E%0A");
}

.present-card__promo {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  max-width: 100px;
  text-align: center;
}

.action {
  padding-top: 156px;
  padding-bottom: 40px;
  background: url('../img/action/1.jpg') no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 20px 20px rgba(199, 202, 211, 0.1);
  box-shadow: 0px 20px 20px rgba(199, 202, 211, 0.1);
}

.action__body {
  padding: 51px 75px;
  max-width: 1036px;
  margin: 0 auto;
  border-radius: 16px;
  background: url('../img/action/2.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  border: 1px solid #fff;
}

.action__text {
  font-size: 17px;
  line-height: 32px;
  color: #484a65;
  max-width: 865px;
}

.action__text-desktop {
  display: inline;
}

.action__text-mobile {
  display: none;
}

.about {
  padding: 96px 0 120px;
}

@media (max-width: 991px) {
  .about {
    padding-top: 104px;
    padding-bottom: 50px;
  }
}

.about__header {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .about__header {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.about__title {
  text-align: center;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 26px -10px 20px;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .about__list {
    display: none;
  }
}

.about__item {
  width: 33.33%;
  padding: 0 10px;
}

.about__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 38px;
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#f3f3f3));
  background: -webkit-linear-gradient(bottom, #f3f3f3, #f3f3f3);
  background: linear-gradient(0deg, #f3f3f3, #f3f3f3);
  -webkit-box-shadow: inset 0px 2px 5px #dadada;
  box-shadow: inset 0px 2px 5px #dadada;
  border-radius: 6px;
}

.about__item.is-active {
  pointer-events: none;
}

.about__item.is-active span {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#6d9af8));
  background: -webkit-linear-gradient(bottom, #487ef3 0%, #6d9af8 100%);
  background: linear-gradient(0deg, #487ef3 0%, #6d9af8 100%);
  -webkit-box-shadow:
    0px 2px 0px #4879e3,
    inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  box-shadow:
    0px 2px 0px #4879e3,
    inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  border-radius: 6px;
}

@media (max-width: 991px) {
  .about__body {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .about__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }
}

@media (min-width: 1200px) {
  .about__tabs {
    margin: 0 -15px;
  }
}

.about__tab {
  display: none;
}

.about__tab.is-active {
  display: block;
}

@media (min-width: 992px) {
  .about__tab {
    display: block;
    padding: 0 7px;
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .about__tab {
    padding: 0 15px;
  }
}

.about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 30px 35px 40px;
  margin-bottom: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  border-radius: 16px;
}

@media (min-width: 992px) {
  .about-card {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .about-card {
    padding: 30px 35px 40px;
  }
}

@media (max-width: 991px) {
  .about-card {
    padding: 20px 20px 33px 20px;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .about-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100% - 27px);
    width: 600px;
    height: 41px;
    background: url('../img/about/6.png') no-repeat;
    z-index: -4;
  }
}

.about-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  height: 5px;
  width: 90%;
  background: #e03437;
  border-radius: 0 0 16px 16px;
}

@media (max-width: 991px) {
  .about-card::after {
    display: none;
  }
}

.about-card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.about-card__photo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .about-card__photo img {
    display: none;
  }
  .about-card__photo img.is-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .about-card__photo {
    max-height: 215px;
    width: 100%;
    margin-bottom: 30px;
  }
}

.about-card__body {
  padding: 25px 0;
}

@media (max-width: 991px) {
  .about-card__body {
    width: 50%;
    padding: 8px 0 0 12px;
  }
}

.about-card__title {
  display: none;
}

@media (min-width: 992px) {
  .about-card__title {
    display: block;
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #000;
  }
}

.about-card__group {
  margin-bottom: 30px;
}

.about-card__group:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

.about-card__group:last-child .about-card__description {
  min-height: auto;
}

.about-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.58;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3b85ee;
}

.about-card__link::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
  position: relative;
  top: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.95308 0.09366C15.4501 0.09366 19.9062 4.54954 19.9062 10.0468C19.9062 15.5436 15.4501 19.9998 9.95308 19.9998C4.45614 19.9998 4e-05 15.5436 4e-05 10.0468C4e-05 4.54954 4.45614 0.09366 9.95308 0.09366Z' fill='%233B85EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0688 7.49748C12.771 7.2013 12.2884 7.2013 11.9905 7.49748L8.71746 10.772L7.73166 9.78586C7.43389 9.4878 6.9513 9.4878 6.65341 9.78586C6.35574 10.0839 6.35574 10.5674 6.65341 10.8644L8.17822 12.3892C8.32722 12.5386 8.52234 12.6125 8.71746 12.6125C8.91258 12.6125 9.1077 12.5386 9.25659 12.3892L13.0688 8.57673C13.3665 8.27904 13.3665 7.79704 13.0688 7.49748Z' fill='white'/%3E%3C/svg%3E%0A");
}

.about-card__link.is-desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about-card__link.is-mobile {
  display: none;
}

.about-card__description {
  padding-left: 32px;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  min-height: 79px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .about-card__description {
    font-size: 13px;
    min-height: auto;
    line-height: 23px;
  }
}

.about-card__footer {
  margin-top: auto;
}

@media (max-width: 991px) {
  .about-card__footer {
    width: 50%;
    margin-top: 0;
    padding-left: 48px;
  }
}

.user__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-right: 17px;
  overflow: hidden;
  border-radius: 50%;
  background: #c5c5c5;
}

@media (max-width: 991px) {
  .user__photo {
    width: 46px;
    height: 46px;
    margin-right: 20px;
  }
}

.user__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user__name {
  font-weight: 600;
  font-size: 17px;
  line-height: 38px;
  color: #000;
}

@media (max-width: 991px) {
  .user__name {
    font-size: 15px;
  }
}

.user__body {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .user__body {
    padding-right: 10px;
  }
}

.user__comment {
  padding: 7px 13px 18px 20px;
  font-size: 13px;
  line-height: 23px;
  color: #000;
  background: #f3f3f3;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .user__comment {
    padding: 10px 6px 12px 18px;
    font-size: 12px;
    line-height: 22.5px;
  }
}

.feedback {
  position: relative;
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
}

.feedback::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 670px;
  background: url('../img/feedback/4.png') no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 991px) {
  .feedback::before {
    display: none;
  }
}

.feedback__inner {
  max-width: 980px;
  margin: 0 auto;
}

.feedback__header {
  margin-bottom: 30px;
}

.feedback__title {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
}

.feedback__title .is-line-through,
.form__title .is-line-through {
  text-decoration: line-through;
}

.feedback__helper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #9f9f9f;
  position: absolute !important;
  right: -27px;
  bottom: 9px;
}

.feedback__helper::before {
  content: '?';
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  color: #919191;
  display: block;
}

.feedback__dropdown {
  min-width: 380px !important;
  left: -180px !important;
  text-align: left;
}

.feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feedback__main .js-tooltip br {
  display: block !important;
}

.feedback__aside {
  margin-left: auto;
}

.feedback__caption {
  font-size: 22px;
  line-height: 34px;
  color: #000;
  max-width: 360px;
}

.feedback__consult {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
  height: 30px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
  border: 1px dashed #a0a1a6;
  border-radius: 4px;
}

.feedback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.feedback__item:nth-child(2) {
  margin-bottom: 30px;
}

.feedback__icon {
  width: 118px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.feedback__text {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  max-width: 280px;
}

.feedback__text .js-tooltip {
  font-size: 14px;
  line-height: 24px;
  color: #3b85ee;
  border-bottom: 1px dashed #3b85ee;
}

.feedback__text .js-tooltip .tooltip {
  min-width: 360px !important;
}

.feedback__form {
  max-width: 450px;
  width: 100%;
}

.form {
  padding: 45px 30px 48px;
  background: #484a65;
  -webkit-box-shadow: 0px 14px 20px rgba(199, 202, 211, 0.5);
  box-shadow: 0px 14px 20px rgba(199, 202, 211, 0.5);
  border-radius: 10px;
}

.form__field {
  position: relative;
  margin-bottom: 10px;
}

.form__field:last-child {
  margin-bottom: 0;
}

.form__label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.form__input {
  height: 50px;
  padding: 0 14px;
  background: #fff;
  border-radius: 10px;
  border: 0;
  width: 100%;
  text-transform: capitalize;
}

.form__input *::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__input *::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__input *:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__input *::-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__input *::placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px;
  background-color: #ffffff;
  border: 0;
  border-radius: 10px;
  text-transform: capitalize;
  resize: none;
}

.form__textarea *::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__textarea *::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__textarea *:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__textarea *::-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__textarea *::placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.form__footer {
  margin-top: 30px;
}

.form__send {
  width: 100%;
  min-height: 85px;
}

.form__send .button__text {
  max-width: 100%;
  letter-spacing: 1.8px;
}

.form__policy {
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.015em;
  color: #fff;
}

.form__policy a {
  text-decoration: underline;
}

.level {
  padding-top: 150px;
  position: relative;
}

.level__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1035px;
  margin: 0 auto;
}

.level__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  margin-right: 12px;
  padding: 38px 35px 0 35px;
  background: #fff;
  -webkit-box-shadow:
    3px 3px 10px rgba(218, 218, 218, 0.5),
    5px 5px 20px rgba(218, 218, 218, 0.5);
  box-shadow:
    3px 3px 10px rgba(218, 218, 218, 0.5),
    5px 5px 20px rgba(218, 218, 218, 0.5);
  border-radius: 16px;
}

.level__title {
  font-weight: 700;
  padding-left: 22px;
  font-size: 36px;
}

.level__title-mobile {
  display: none;
}

.level__rating {
  position: absolute;
  right: 26px;
  top: 54px;
}

.level__caption {
  margin-top: 27px;
  max-width: 290px;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: auto;
  padding-left: 20px;
}

.level__caption-mobile {
  display: none;
}

.level__list {
  display: none;
}

.level__preview {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.level__preview::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 40px);
  width: 100%;
  height: 61px;
  margin: 0 auto;
  background-image: url('../img/level/5.png');
  background-repeat: no-repeat;
  background-size: calc(100% - 30px);
  background-position: center;
  z-index: -1;
}

.level-card {
  padding: 45px 25px 39px 30px;
  color: #000;
  background: #fff;
  -webkit-box-shadow:
    3px 3px 10px rgba(218, 218, 218, 0.5),
    5px 5px 20px rgba(218, 218, 218, 0.5);
  box-shadow:
    3px 3px 10px rgba(218, 218, 218, 0.5),
    5px 5px 20px rgba(218, 218, 218, 0.5);
  border-radius: 16px;
}

.level-card__title {
  font-weight: 700;
  padding-left: 20px;
  font-size: 36px;
}

.level-card__caption {
  margin-top: 12px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 26px;
  max-width: 485px;
}

.level-card__caption strong {
  font-weight: 700;
}

.level-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.level-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  max-width: 237px;
}

.level-card__oskar {
  position: relative;
  padding: 12px 32px;
  margin-top: -34px;
  margin-left: -8px;
  margin-bottom: 27px;
  font-size: 13px;
  line-height: 20px;
  max-width: 250px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.21);
  box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.21);
}

.level-card__oskar:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 64px;
  background: url('../img/level/3.png');
}

.level-card__heading {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level-card__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.level-card__item {
  position: relative;
  padding-left: 19px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.3;
  max-width: 321px;
}

.level-card__item::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #e03437;
  border-radius: 50%;
}

.level-card__item:last-child {
  margin-bottom: 0;
}

.level-card__star-list,
.level-card__more-awards {
  display: none;
}

.level-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.level-card__more {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #3b85ee;
  border-bottom: 1px dashed #3b85ee;
  margin-left: 42px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__item {
  margin-right: 4px;
}

.rating__item.is-checked::before {
  content: '';
  width: 17px;
  height: 17px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='17' height='17' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2_449' transform='scale(0.047619)'/%3E%3C/pattern%3E%3Cimage id='image0_2_449' width='21' height='21' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAABYUlEQVQ4ja3Uv0scQRjG8c/Fn0UQ1ESbJJ1IGoOKokWwEtRC7KzTWKZIIdikib198h9YBIIIFtrY2Bwo2AUViakSiaTQRtAwMBeOZed277gHlt19Z94v7zvzzFQun75SQjP4jA3sFk0vC61iElcoTHhSAvg6AoNe4m07oB8y/+tFCUXtd+MvejPx57hOJRVV+i4HGPS+UVJn3XcPnsVnCMP4mMgL0DP8xq/4DpXfie1vYhEvMIiOgupT+oMfOAjQxxYhSYU1XW0zcy1AtzHXJuAKvtR2/xBTuGkRdo95fJOxVDiKYzhtEniBcezXAnnm74sW6S4BDJs8gvP6YJ75w2npKlllBQPZYB50IU4uq6Uy0NkmgLnz86DTieRqIj6d7SwLDUc1LHy9vmM5Wi74+Tgz3o83jaDBazU9xAtlFDsxGPw8Ee/Y27q5YR+S0JN4KexF2KdEy1uxo6/4iaP/I/gHMkM331STsFYAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

.reason {
  padding-top: 85px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .reason {
    padding-top: 63px;
    overflow: hidden;
  }
}

.reason::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 888px;
  background: url('../img/reason/6.png') no-repeat;
  background-size: cover;
  z-index: -1;
}

.reason__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1130px;
  margin: 0 auto;
}

.reason__main {
  position: relative;
  max-width: 525px;
  width: 100%;
  margin-right: 48px;
  padding-left: 77px;
}

@media (max-width: 1199px) {
  .reason__main {
    padding-left: 20px;
    max-width: 475px;
    margin-right: 35px;
  }
}

@media (max-width: 991px) {
  .reason__main {
    max-width: 320px;
    margin-right: 0;
    padding-left: 0;
    margin-top: -15px;
  }
}

.reason__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 50px;
  bottom: 134px;
}

@media (max-width: 991px) {
  .reason__badges {
    display: none;
  }
}

.reason__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 17px;
  font-size: 13px;
  line-height: 24px;
  color: #595959;
  background: #fff;
  border-radius: 25px;
}

.reason__badge.is-red {
  background: #e03437;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.reason__person {
  position: absolute;
  left: 77px;
  bottom: 0;
}

@media (max-width: 991px) {
  .reason__person {
    left: 0;
    max-width: 313px;
  }
}

.reason__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .reason__aside {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}

.reason__title strong {
  font-weight: 700;
}

.reason__caption {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 991px) {
  .reason__caption {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.reason__list {
  margin: 62px 0 0 0;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 991px) {
  .reason__list {
    margin-top: 33px;
  }
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .reason__item {
    margin-bottom: 30px;
  }
}

.reason__item:nth-child(2) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .reason__item:nth-child(2) {
    margin-bottom: 23px;
  }
}

.reason__item:last-child {
  margin-bottom: 0;
}

.reason__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 198px;
}

@media (max-width: 991px) {
  .reason__icon {
    width: 90px;
    margin-right: 20px;
  }
}

.reason__heading {
  font-size: 17px;
  line-height: 26px;
  color: #000;
}

@media (max-width: 991px) {
  .reason__heading {
    font-size: 14px;
  }
}

.reason__heading .js-tooltip {
  margin-right: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #3b85ee;
  border-bottom: 1px dashed #3b85ee;
}

@media (max-width: 991px) {
  .reason__heading .js-tooltip {
    font-size: 14px;
  }
}

.reason__heading .tooltip {
  min-width: 340px !important;
  left: -125px !important;
}

.reason__text {
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

@media (max-width: 991px) {
  .reason__text {
    font-size: 12px;
  }
}

.presents {
  display: none;
}

.gift {
  display: none;
}

.teachers {
  padding: 50px 0 120px;
  margin-top: 98px;
}

.teachers__inner {
  max-width: 980px;
  margin: 0 auto;
}

.teachers__header {
  margin-bottom: 40px;
}

.teachers__title {
  text-align: center;
}

.teachers__caption {
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  color: #000;
  margin-top: 5px;
}

.teachers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teachers__aside {
  width: 240px;
  min-width: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 75px;
}

.teachers__aside.swiper {
  max-height: 580px;
  padding-bottom: 3px;
}

.teachers__item {
  margin-bottom: 14px;
}

.teachers__item:last-child {
  margin-bottom: 0;
}

.teachers__item.is-active .teacher-card,
.teachers__item.swiper-slide-thumb-active .teacher-card {
  background: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#4793ff)), #fafafa;
  background: -webkit-linear-gradient(bottom, #487ef3 0%, #4793ff 100%), #fafafa;
  background: linear-gradient(0deg, #487ef3 0%, #4793ff 100%), #fafafa;
  -webkit-box-shadow:
    0px 3px 0px #427ee9,
    inset 0px 0px 24px rgba(88, 174, 255, 0.54);
  box-shadow:
    0px 3px 0px #427ee9,
    inset 0px 0px 24px rgba(88, 174, 255, 0.54);
}

.teachers__item.is-active .teacher-card__name,
.teachers__item.swiper-slide-thumb-active .teacher-card__name {
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.teachers__main {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 670px;
  margin: 0 auto;
  margin-left: 70px;
}

.teachers__swiper {
  position: relative;
}

.teachers__swiper-button {
  position: absolute;
  top: 100px;
  width: 55px !important;
  height: 55px !important;
  z-index: 6;
}

.teachers__swiper-button.button-prev {
  left: 0;
}

.teachers__swiper-button.button-next {
  right: 0;
}

.teachers__tabs {
  position: relative;
}

.teachers__tab {
  visibility: hidden;
}

.teachers__tab.is-active {
  visibility: visible;
}

.teachers__pagination-box {
  display: none;
}

.teachers__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 55px;
}

.teachers__button {
  width: 350px;
  margin-top: 39px;
}

.teachers__button .button__text {
  max-width: none !important;
}

.teacher-about {
  position: relative;
  max-width: 760px;
  margin: 0 auto 5px;
  padding: 30px 45px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
}

.teacher-about::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 732px;
  height: 56px;
  margin: 0 auto;
  background: #e03437;
  z-index: -1;
  border-radius: 5px;
}

.teacher-about__title {
  max-width: 610px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  color: #000;
  font-weight: 400;
}

.teacher-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.teacher-about__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teacher-about__user-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.teacher-about__user-slogan {
  padding: 11px 25px 22px 25px;
  font-style: italic;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  background: #f3f3f3;
  border-radius: 10px;
  max-width: 300px;
  font-weight: 300;
  position: relative;
}

.teacher-about__user-slogan::before {
  content: '';
  width: 14px;
  height: 70px;
  position: absolute;
  right: 100%;
  bottom: 0;
  background: url('../img/comment2.svg') no-repeat;
}

.teacher-about__preview {
  margin-left: 35px;
}

.teacher-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  max-width: 200px;
  border-radius: 5px;
  background: #f3f3f3;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 0px #e9e9ee;
  box-shadow: 0px 3px 0px #e9e9ee;
}

.teacher-card__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.teacher-card__name {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.teacher-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

.teacher-info__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 282px;
  height: 282px;
  margin: 0 auto;
}

.teacher-info__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.teacher-info__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: -12px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(-0.45%, #487ef3),
      color-stop(100.99%, #6d9af8)
    ),
    #fff;
  background: -webkit-linear-gradient(bottom, #487ef3 -0.45%, #6d9af8 100.99%), #fff;
  background: linear-gradient(0deg, #487ef3 -0.45%, #6d9af8 100.99%), #fff;
  -webkit-box-shadow:
    0px 4px 0px #4879e3,
    inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  box-shadow:
    0px 4px 0px #4879e3,
    inset 0px 0px 9px rgba(144, 177, 249, 0.54);
}

.teacher-info__play::before {
  content: '';
  width: 16px;
  height: 21px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4764 8.19433L3.31646 0.55272C2.80114 0.198912 2.28179 0.01281 1.85013 0.01281C1.01563 0.01281 0.499504 0.683718 0.499504 1.8044V18.3164C0.499504 19.4362 1.01506 20.1055 1.8475 20.1055C2.27986 20.1055 2.79083 19.9169 3.30731 19.5648L14.4726 11.9231C15.1906 11.4321 15.5881 10.7687 15.5881 10.0581C15.5884 9.34882 15.1953 8.68541 14.4764 8.19433Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.teacher-info__text {
  margin-top: 15px;
}

.teacher-info__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  color: #000;
  text-align: center;
  margin-bottom: -3px;
}

.teacher-info__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 17px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #000;
  border-radius: 25px;
  border: 1px solid #ededed;
}

.teacher-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.teacher-info__list {
  max-width: 635px;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.teacher-info__item {
  margin-bottom: 14px;
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 28px;
  color: #000;
}

.teacher-info__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1061 1.23595C9.6539 0.784917 8.92113 0.784917 8.46898 1.23595L3.50007 6.20393L2.00353 4.70816C1.55137 4.25713 0.818719 4.25713 0.366443 4.70816C-0.085481 5.16002 -0.085481 5.89435 0.366443 6.34454L2.68147 8.66101C2.90761 8.88591 3.20378 8.99897 3.50007 8.99897C3.79635 8.99897 4.09242 8.88591 4.31854 8.66101L10.1061 2.87317C10.558 2.42131 10.558 1.68698 10.1061 1.23595Z' fill='black'/%3E%3C/svg%3E%0A");
}

.teacher-info__item:last-child {
  margin-bottom: 0;
}

.teacher-info__slogan {
  margin-top: 35px;
  position: relative;
  padding: 15px 15px 23px 35px;
  max-width: 350px;
  font-style: italic;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  background: #f3f3f3;
  border-radius: 10px;
  margin-left: 33px;
  position: relative;
}

.teacher-info__slogan::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 20px;
  width: 16px;
  height: 12px;
  background: url('../img/teachers/9.svg') no-repeat;
}

.teacher-info__slogan::after {
  content: '';
  width: 70px;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='348' height='104' viewBox='0 0 348 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.8316 12.031H10.9373C5.41454 12.031 0.937515 16.5083 0.937515 22.0309V93.0309C0.937515 98.5538 5.41454 103.031 10.9373 103.031H337.969C343.492 103.031 347.969 98.5538 347.969 93.0309V22.0309C347.969 16.5083 343.492 12.031 337.969 12.031H55.1632C52.5836 10.033 49.6008 7.04055 47.9537 3.04767C45.1829 -3.66918 39.7632 5.92098 41.8316 12.031Z' fill='%23F3F3F3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.teacher-info__slogan img {
  margin-left: 5px;
  vertical-align: text-top;
}

.gallery {
  padding-bottom: 28px;
}

.gallery__header {
  margin-bottom: 47px;
}

.gallery__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__title br {
  display: none;
}

.gallery__caption {
  margin-top: 8px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__info {
  display: none;
}

.gallery__swiper {
  position: relative;
}

.gallery__swiper-button {
  width: 55px !important;
  height: 55px !important;
  border: 0 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#4793ff));
  background: -webkit-linear-gradient(bottom, #487ef3 0%, #4793ff 100%);
  background: linear-gradient(0deg, #487ef3 0%, #4793ff 100%);
}

.gallery__swiper-button.button-prev::before {
  content: '';
  width: 9px;
  height: 17px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.594252 7.85438L7.12208 1.29181C7.53566 0.873632 8.20961 0.873632 8.624 1.29181C9.03942 1.70925 9.03942 2.38533 8.624 2.80238L2.84954 8.61003L8.624 14.4173C9.03759 14.834 9.03759 15.5101 8.624 15.9283C8.20961 16.3453 7.53566 16.3453 7.12208 15.9283L0.594252 9.3657C0.387 9.15586 0.284346 8.88333 0.284346 8.61003C0.284346 8.33714 0.387 8.06309 0.594252 7.85438Z' fill='white'/%3E%3C/svg%3E%0A");
}

.gallery__swiper-button.button-prev:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#4793ff));
  background: -webkit-linear-gradient(bottom, #487ef3 0%, #4793ff 100%);
  background: linear-gradient(0deg, #487ef3 0%, #4793ff 100%);
}

.gallery__swiper-button.button-prev:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.594252 7.85438L7.12208 1.29181C7.53566 0.873632 8.20961 0.873632 8.624 1.29181C9.03942 1.70925 9.03942 2.38533 8.624 2.80238L2.84954 8.61003L8.624 14.4173C9.03759 14.834 9.03759 15.5101 8.624 15.9283C8.20961 16.3453 7.53566 16.3453 7.12208 15.9283L0.594252 9.3657C0.387 9.15586 0.284346 8.88333 0.284346 8.61003C0.284346 8.33714 0.387 8.06309 0.594252 7.85438Z' fill='white'/%3E%3C/svg%3E%0A");
}

.gallery__swiper-button.button-next::before {
  content: '';
  width: 9px;
  height: 17px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: none;
  transform: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4057 7.85436L1.87788 1.29178C1.46429 0.873605 0.790346 0.873605 0.375959 1.29178C-0.0394634 1.70922 -0.0394634 2.3853 0.375959 2.80236L6.15042 8.61001L0.375959 14.4173C-0.0376274 14.834 -0.0376274 15.5101 0.375959 15.9282C0.790346 16.3453 1.46429 16.3453 1.87788 15.9282L8.4057 9.36567C8.61296 9.15583 8.71561 8.8833 8.71561 8.61001C8.71561 8.33711 8.61296 8.06306 8.4057 7.85436Z' fill='white'/%3E%3C/svg%3E%0A");
}

.gallery__swiper-button.button-next:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#4793ff));
  background: -webkit-linear-gradient(bottom, #487ef3 0%, #4793ff 100%);
  background: linear-gradient(0deg, #487ef3 0%, #4793ff 100%);
}

.gallery__swiper-button.button-next:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4057 7.85436L1.87788 1.29178C1.46429 0.873605 0.790346 0.873605 0.375959 1.29178C-0.0394634 1.70922 -0.0394634 2.3853 0.375959 2.80236L6.15042 8.61001L0.375959 14.4173C-0.0376274 14.834 -0.0376274 15.5101 0.375959 15.9282C0.790346 16.3453 1.46429 16.3453 1.87788 15.9282L8.4057 9.36567C8.61296 9.15583 8.71561 8.8833 8.71561 8.61001C8.71561 8.33711 8.61296 8.06306 8.4057 7.85436Z' fill='white'/%3E%3C/svg%3E%0A");
}

.gallery__swiper-actions {
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
  margin: 0 auto;
}

.gallery__swiper-actions-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 923px;
  margin: 0 auto;
}

.gallery__thumbs {
  display: none;
}

.reviews {
  padding: 128px 0 153px;
  overflow: hidden;
}

.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.reviews__rating {
  margin-bottom: 20px;
}

.reviews__inner {
  max-width: 980px;
  margin: 0 auto;
}

.reviews__swiper {
  position: relative;
}

.reviews__swiper-container {
  margin: -40px;
}

.reviews__swiper-slide {
  padding: 40px;
}

.reviews__swiper-button {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  top: 340px;
}

.reviews__swiper-button.button-prev {
  left: -25px;
}

.reviews__swiper-button.button-next {
  right: -25px;
}

.reviews__swiper-pagination {
  margin-top: 47px;
}

.reviews-card {
  height: 100%;
  padding: 40px 52px 40px;
  margin-bottom: 7px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
}

.reviews-card:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 950px;
  height: 56px;
  background: #3b85ee;
  border-radius: 5px;
  z-index: -1;
  margin: 0 auto;
}

.reviews-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.reviews-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin: 0 auto;
}

.reviews-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  margin-right: 30px;
  border-radius: 50%;
  background: #f6f6f6;
}

.reviews-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.reviews-card__aside {
  width: 100%;
  max-width: 380px;
  margin-right: 45px;
}

.reviews-card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.reviews-card__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(-0.45%, #487ef3),
      color-stop(100.99%, #6d9af8)
    ),
    #fff;
  background: -webkit-linear-gradient(bottom, #487ef3 -0.45%, #6d9af8 100.99%), #fff;
  background: linear-gradient(0deg, #487ef3 -0.45%, #6d9af8 100.99%), #fff;
  -webkit-box-shadow:
    0px 4px 0px #4879e3,
    inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  box-shadow:
    0px 4px 0px #4879e3,
    inset 0px 0px 9px rgba(144, 177, 249, 0.54);
}

.reviews-card__play::before {
  content: '';
  width: 16px;
  height: 21px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4764 8.19433L3.31646 0.55272C2.80114 0.198912 2.28179 0.01281 1.85013 0.01281C1.01563 0.01281 0.499504 0.683718 0.499504 1.8044V18.3164C0.499504 19.4362 1.01506 20.1055 1.8475 20.1055C2.27986 20.1055 2.79083 19.9169 3.30731 19.5648L14.4726 11.9231C15.1906 11.4321 15.5881 10.7687 15.5881 10.0581C15.5884 9.34882 15.1953 8.68541 14.4764 8.19433Z' fill='white'/%3E%3C/svg%3E%0A");
}

.reviews-card__name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.reviews-card__text {
  max-height: 450px;
}

.reviews-card__text .colored-text {
  padding: 2px 5px;
  background: #fff4ca;
  border-radius: 5px;
}

.reviews-card__text p {
  margin-bottom: 27px;
  max-width: 435px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.reviews-card__text p:last-child {
  margin-bottom: 0;
}

.reviews-card__text p:last-child {
  margin-top: 0;
}

.reviews-card__text-mobile,
.reviews-card__text-more {
  display: none;
}

.faq {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .faq {
    padding-bottom: 100px;
  }
}

.faq__inner {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .faq__inner {
    max-width: 590px;
  }
}

.faq__header {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .faq__header {
    margin-bottom: 30px;
  }
}

.faq__title {
  text-align: center;
}

.faq__card {
  margin-bottom: 11px;
}

.faq__card:last-child {
  margin-bottom: 0;
}

.faq-card {
  padding: 23px 15px;
  background: #f3f3f3;
  -webkit-box-shadow: 0px 3px 0px #e9e9ee;
  box-shadow: 0px 3px 0px #e9e9ee;
  border-radius: 16px;
  cursor: pointer;
}

.faq-card.is-opened .faq-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-card.is-opened .faq-card__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.11139 7.35376L2.58356 0.791936C2.17009 0.373456 1.49603 0.373456 1.08164 0.791936C0.66622 1.20875 0.66622 1.88509 1.08164 2.30274L6.85622 8.10978L1.08164 13.9168C0.66805 14.3345 0.66805 15.0104 1.08164 15.4268C1.49603 15.8453 2.17009 15.8453 2.58356 15.4268L9.11139 8.86498C9.31864 8.65552 9.42141 8.38307 9.42141 8.10978C9.42141 7.83566 9.31864 7.5632 9.11139 7.35376Z' fill='%23E03437'/%3E%3C/svg%3E%0A");
}

.faq-card ul:not(.is-basic) {
  list-style-type: none;
}

.faq-card ul:not(.is-basic) li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #be1c21;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.faq-card__header {
  padding: 0 20px 0 53px;
}

@media (max-width: 991px) {
  .faq-card__header {
    padding: 0 6px 0 18px;
  }
}

.faq-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #000;
}

@media (max-width: 991px) {
  .faq-card__title {
    font-size: 13px;
  }
}

.faq-card__title::after {
  content: '';
  width: 10px;
  height: 16px;
  display: block;
  margin-left: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.11139 7.35376L2.58356 0.791936C2.17009 0.373456 1.49603 0.373456 1.08164 0.791936C0.66622 1.20875 0.66622 1.88509 1.08164 2.30274L6.85622 8.10978L1.08164 13.9168C0.66805 14.3345 0.66805 15.0104 1.08164 15.4268C1.49603 15.8453 2.17009 15.8453 2.58356 15.4268L9.11139 8.86498C9.31864 8.65552 9.42141 8.38307 9.42141 8.10978C9.42141 7.83566 9.31864 7.5632 9.11139 7.35376Z' fill='%23484A65'/%3E%3C/svg%3E%0A");
}

.faq-card__body {
  display: none;
  padding: 24px 20px 0 50px;
}

.faq-card__text {
  max-width: 710px;
}

.faq-card__text p {
  font-size: 14px;
  line-height: 1.7;
}

.faq-card__text ul {
  margin: 0;
  padding: 0;
}

.faq-card__text ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.faq-card__text ul li:last-child {
  margin-bottom: 0;
}

.faq-card__photo {
  margin-left: 30px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 200px;
}

.faq-card__photo.is-left {
  margin-left: 0;
}

.faq-card__section {
  margin-bottom: 30px;
}

.faq-card__section:last-child {
  margin-bottom: 0;
}

.faq-card__section-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.faq-card__section-text p {
  font-weight: 200;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.faq-card__section-text p:first-child {
  margin-top: 0;
}

.faq-card__section-text p:last-child {
  margin-bottom: 0;
}

.manager {
  font-size: 15px;
  line-height: 1.7;
}

.manager__wrapper {
  color: #000000;
  background: #f3f3f3;
}

.manager__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 845px;
  min-height: 390px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.manager__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}

.manager__title {
  -ms-flex-preferred-size: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
  font-weight: 600;
  font-size: 22px;
}

.manager__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manager__actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
}

.manager__text {
  margin-bottom: 14px;
}

.manager__text-mobile {
  display: none;
}

.manager__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manager__socials {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manager__socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
}

.manager__socials-link:last-child {
  margin-right: 0;
}

.manager__socials-link.is-wa {
  background: #3fbf50;
}

.manager__socials-link.is-tg {
  background: #35aae7;
}

.manager__phone {
  display: none;
}

.manager__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
}

.manager__user-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.manager__name {
  font-weight: 700;
}

.manager__position {
  font-size: 13px;
  color: #595959;
}

.manager__img-box {
  position: absolute;
  left: 140px;
  bottom: 0;
  width: 244px;
  height: 355px;
}

.manager__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.contacts {
  padding: 60px 0 120px;
  margin-top: 93px;
  background-color: #fff;
}

.contacts__header {
  margin-bottom: 75px;
}

.contacts__title {
  text-align: center;
}

.contacts__tabs {
  display: none;
}

.contacts__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .contacts__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contacts__item {
  width: 100%;
}

.contacts__item:first-child {
  max-width: 564px;
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .contacts__item:first-child {
    max-width: 100%;
    margin: 0;
  }
}

.contacts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -55px;
}

@media (max-width: 1199px) {
  .contacts__grid {
    margin: 0 -10px;
  }
}

.contacts__col {
  padding: 0 25px;
  width: 50%;
  margin-bottom: 55px;
}

@media (max-width: 1199px) {
  .contacts__col {
    padding: 0 10px;
  }
}

.contacts__col:nth-child(4) .contacts-card__state {
  margin-right: -10px;
}

.contacts__col.is-large {
  width: 100%;
}

.contacts__col.is-under-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  margin-bottom: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .contacts__col.is-under-map {
    position: static;
    width: 100%;
    padding-right: 10px;
  }
}

.contacts__map {
  overflow: hidden;
  border-radius: 16px;
  /* margin-bottom: 49px; */
}

@media (max-width: 1199px) {
  .contacts__map {
    margin-bottom: 0;
  }
}

.contacts__map iframe {
  width: 100%;
  height: 1287px;
}

@media (max-width: 1199px) {
  .contacts__map iframe {
    height: 350px;
    margin-top: 55px;
  }
}

.contacts__map-card {
  display: none;
}

.contacts__footer {
  padding-top: 60px;
  max-width: 980px;
  margin: 0 auto;
}

.contacts__footer .faq-card__text {
  max-width: inherit;
}

.contacts__study-online {
  display: none;
}

.contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 22px 15px 27px 25px;
  background: #fff;
  -webkit-box-shadow:
    -3px -3px 10px rgba(255, 255, 255, 0.5),
    3px 3px 10px #dadada,
    5px 5px 20px #dadada,
    -5px -5px 20px rgba(255, 255, 255, 0.5);
  box-shadow:
    -3px -3px 10px rgba(255, 255, 255, 0.5),
    3px 3px 10px #dadada,
    5px 5px 20px #dadada,
    -5px -5px 20px rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}

.contacts-card.is-accent::before {
  content: '';
  position: absolute;
  right: 18px;
  top: -10px;
  width: 75px;
  height: 77px;
  display: block;
  background: url('../img/contacts/3.png') no-repeat;
}

.contacts-card.is-inline {
  height: auto;
}

.contacts-card.is-inline::before {
  right: 240px !important;
}

.contacts-card.is-inline .contacts-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-card.is-inline .contacts-card__left {
  width: 255px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts-card.is-inline .contacts-card__more {
  margin-top: 28px;
  margin-bottom: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contacts-card.is-inline .contacts-card__right {
  padding-left: 30px;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contacts-card.is-inline .contacts-card__right .contacts-card__list {
  margin-top: 20px;
}

.contacts-card.is-inline .contacts-card__warn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #be1c21;
  max-width: 220px;
}

.contacts-card.is-inline .contacts-card__warn span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 200;
}

.contacts-card.is-inline .contacts-card__info {
  margin-bottom: 20px;
}

.contacts-card.is-inline .contacts-card__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  width: 223px;
  height: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: #484a65;
  -webkit-box-shadow: 0px 2px 0px #c7cad3;
  box-shadow: 0px 2px 0px #c7cad3;
  border-radius: 10px;
}

.contacts-card.is-inline .contacts-card__list {
  margin-top: 5px !important;
}

.contacts-card.is-inline .contacts-card__item.is-mobile {
  display: none;
}

.contacts-card.is-inline .contacts-card__status {
  margin-top: 10px;
  margin-bottom: 0;
}

.contacts-card.is-inline .contacts-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-card.is-inline .contacts-card__more {
  margin-top: 9px;
  margin-bottom: 0;
}

.contacts-card.is-inline .contacts-card__more.is-mobile {
  display: none;
}

.contacts-card__number {
  position: absolute;
  left: 18px;
  bottom: calc(100% - 25px);
  font-weight: 500;
  font-size: 60px;
  line-height: 82px;
  color: #dadada;
  /* z-index: 1; */
}

.contacts-card__number:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #fff;
}

.contacts-card__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.contacts-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  margin-left: -6px;
  margin-bottom: 25px;
}

.contacts-card__info img {
  max-width: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

.contacts-card__info-text {
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 6px;
}

.contacts-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 66px;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.contacts-card__state {
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.contacts-card__list {
  margin: auto 0 0 0;
  padding: 0;
  list-style-type: none;
}

.contacts-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 3px;
}

.contacts-card__item:last-child {
  margin-bottom: 0;
}

.contacts-card__link {
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
  margin-left: 2px;
}

.contacts-card__link.is-tel {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #34508b;
  text-decoration: none;
}

.contacts-card__more {
  margin-top: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4d82f4;
}

.fixed-button {
  display: none;
}

@media (max-width: 991px) {
  .fixed-button {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 95;
  }
}

.fixed-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed-button .button {
  width: 560px;
}

.fixed-button .button__text {
  max-width: inherit;
}

.fancybox-content {
  padding: 20px !important;
}

.js-scrollto {
  cursor: pointer;
}

.ymaps-2-1-79-balloon__tail {
  display: none !important;
}

.div-location {
  position: relative;
  z-index: 1001;
  height: initial !important;
  width: 474px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  padding-bottom: 41px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 27px 0 rgba(199, 202, 211, 0.21);
  box-shadow: 0 0 27px 0 rgba(199, 202, 211, 0.21);
}

.block-location-indicator {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e03437;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.location-indicator {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -7px;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #e03437;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.location {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-shadow: none !important;
  margin: 0.5rem 0 !important;
  color: #000 !important;
}

.address_location {
  font-size: 13px;
  line-height: 22px;
  font-weight: 800;
}

.text-dop-location {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 23px;
  font-size: 13px !important;
}

.text-block-contact {
  font-size: 13px;
  line-height: 23px;
  font-weight: 800;
}

.text-span-blue-location {
  display: inline-block;
  color: #3b85ee;
  line-height: 23px;
}

.div-block-map-location {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 1170px;
  height: 500px;
  border-radius: 10px;
  background-image: url(/assets/img/kursy/adult/6099130f2a841e5c193fa676_map.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-location-form {
  position: relative;
  left: -55px;
  top: 40px;
  z-index: 1001;
  width: 300px;
  padding: 20px 25px 30px;
  float: right;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px 0 rgba(199, 202, 211, 0.21);
  box-shadow: 0 0 27px 0 rgba(199, 202, 211, 0.21);
}

.button-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  max-width: 350px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #ac2629;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#be1c21), to(#dc3337));
  background-image: -webkit-linear-gradient(top, #be1c21, #dc3337);
  background-image: linear-gradient(180deg, #be1c21, #dc3337);
  -webkit-box-shadow: inset 0 16px 18px 3px rgba(253, 64, 68, 0.45);
  box-shadow: inset 0 16px 18px 3px rgba(253, 64, 68, 0.45);
  font-size: 11px;
  line-height: 18px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.div-name-metro {
  position: absolute;
  left: -183px;
  top: auto;
  right: 0;
  bottom: 30px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-weight: 800;
  text-align: center;
}

.point-name-metro {
  position: absolute;
  left: 0;
  top: 12px;
  right: 0;
  bottom: auto;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.name-metro {
  position: relative;
  z-index: 2;
  padding: 8px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: -8px -1px 20px 10px rgba(199, 202, 211, 0.25);
  box-shadow: -8px -1px 20px 10px rgba(199, 202, 211, 0.25);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.2px;
}

.div-name-metro-2 {
  position: absolute;
  left: 300px;
  top: 35px;
  right: 0;
  bottom: auto;
  max-width: 142px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  font-weight: 800;
  text-align: center;
}

.point-name-metro-2 {
  position: absolute;
  left: 14px;
  top: 10px;
  right: auto;
  bottom: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.location {
  margin-bottom: 7px;
  font-weight: 700;
  margin-top: -27px;
  margin-left: 10px;
  margin-bottom: 11px;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 5px black;
}

.text-block-contact {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 6px;
  margin-top: 12px;
}

.address_location {
  line-height: 15px;
  font-weight: 400;
}

.div-location {
  -webkit-box-shadow: 9px 9px 10px #0003;
  box-shadow: 9px 9px 10px #0003;
  height: 296px;
}

.text-dop-location {
  margin-bottom: 5px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 14px;
}

.div-location-form {
  position: absolute;
  right: 16vw;
  left: initial;
  top: initial;
}

@media (min-width: 992px) {
  .is-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .is-desktop {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .div-location-form {
    right: 20px;
  }
}

@media screen and (max-width: 961px) {
  .enter-map img {
    margin-left: -10%;
  }
}

.button,
.btn {
  padding: 21px 35px 20px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337)), #a5a5a5;
  background: -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%), #a5a5a5;
  background: linear-gradient(0deg, #be1c21 0%, #dc3337 100%), #a5a5a5;
  -webkit-box-shadow: inset 0px 0px 21px rgba(253, 64, 68, 0.45);
  box-shadow: inset 0px 0px 21px rgba(253, 64, 68, 0.45);
}

.button::after,
.btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 30px;
  background: #ac2629;
  border-radius: 15px;
  z-index: -1;
}

.button__text,
.btn__text {
  max-width: 245px;
}

.button.is-mobile,
.btn.is-mobile {
  display: none;
}

.page-footer {
  padding: 35px 0 60px;
  color: #404040;
  background: #f3f3f3;
}

.page-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-footer__left {
  margin-right: 80px;
}

.page-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .page-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-footer__logo-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 182px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
}

.page-footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 75px;
}

.page-footer__actions .page-footer__text {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .page-footer__actions {
    margin-left: 0;
  }
}

.page-footer__text {
  max-width: 160px;
  font-size: 13px;
  line-height: 24px;
}

.page-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-footer__item {
  margin-right: 7px;
}

.page-footer__item:last-child {
  margin-right: 0;
}

.page-footer__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 36px;
}

.page-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -40px 0 10px 0;
  padding: 0;
  list-style-type: none;
  max-width: 250px;
}

@media (max-width: 1199px) {
  .page-footer__policy {
    margin-top: 20px;
  }
}

.page-footer__policy-item:last-child {
  margin-bottom: 0;
}

.page-footer__policy-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3b85ee;
}

.page-footer__policy-link.is-mobile {
  display: none;
}

.page-footer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-footer__data span {
  font-size: 13px;
  line-height: 24px;
}

.page-footer__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.page-footer__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-footer__menu-item:last-child {
  margin-bottom: 0;
}

.page-footer__menu-link {
  font-size: 13px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: inherit;
}

.page-footer__form-container {
  display: none;
}

.page-footer__test {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 46px;
  font-weight: 700;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #e13539;
  border: 1px solid #e6363a;
  border-radius: 10px;
}

.page-footer__center {
  margin-right: 60px;
}

.page-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.page-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.page-footer__tel {
  margin-left: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  white-space: nowrap;
}

.page-footer__work-row {
  margin-bottom: 20px;
}

.page-footer__work-row:last-child {
  margin-bottom: 0;
}

.page-footer__work-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}

.page-footer__work-time {
  font-size: 13px;
  line-height: 24px;
}

.page-footer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.page-footer__copyright {
  font-size: 13px;
  line-height: 24px;
}

.page-footer__button {
  width: 300px !important;
  margin-left: 150px;
  font-size: 12px;
  letter-spacing: 1.2px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.page-footer__button .button__text {
  max-width: none !important;
}

@media (max-width: 1199px) {
  .page-footer__button {
    margin-left: auto;
  }
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0 28px;
}

.page-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header__logo-img {
  max-width: 161px;
}

.page-header__logo-text {
  margin-top: 8px;
  font-size: 11px;
  line-height: 19px;
  color: #ffffff;
  max-width: 185px;
}

.page-header__menu {
  margin-left: -5px;
  margin-top: -2px;
}

.page-header__mobile-menu {
  display: none;
  pointer-events: none;
}

.page-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-header__place {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-top: -5px;
}

@media (max-width: 1023px) {
  .page-header__place {
    font-size: 12px;
  }
}

.page-header__place::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/icons/check.svg') no-repeat;
}

.page-header__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header__data .page-header__socials-link {
  display: none;
}

.page-header__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: -3px;
}

@media (max-width: 1023px) {
  .page-header__tel {
    font-size: 16px;
  }
}

.page-header__work {
  margin-top: 5px;
}

.page-header__burger {
  display: none;
  pointer-events: none;
}

@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-menu__item {
  margin-right: 39px;
}

@media (max-width: 1199px) {
  .header-menu__item {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header-menu__item:first-child {
    display: none;
  }
  .header-menu__item:nth-child(2) {
    margin-right: 30px;
  }
  .header-menu__item:nth-child(3) {
    margin-right: 39px;
  }
  .header-menu__item:nth-child(4) {
    margin-right: 30px;
  }
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__item.is-accent {
  position: relative;
}

.header-menu__item.is-accent::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #e4363a;
  border-radius: 50%;
}

.header-menu__link {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .header-menu__link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header-menu__link {
    font-size: 12px;
  }
}

.header-menu__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .header-menu__link::after {
    bottom: 2px;
  }
}

.header-menu__link:hover::after {
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.work__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .work__status {
    font-size: 10px;
    line-height: 22px;
  }
}

.work__status.is-work::before {
  content: '';
  width: 5px;
  height: 5px;
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #5bb454;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 10px;
  -webkit-box-shadow: 0px 0px 4px #5bb454;
  box-shadow: 0px 0px 4px #5bb454;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  /* height: 50px;
    padding: 0 14px;
    background: #fff;
    border-radius: 10px;
    border: 0;
    width: 100%;
    text-transform: capitalize;
    opacity: 1 !important;
    visibility: visible !important;
     */
  /* border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; */
}
.select2-hidden-accessible {
  height: 50px;
  padding: 0 14px;
  background: #fff;
  border-radius: 10px;
  border: 0;
  width: 100%;
  /* text-transform: capitalize; */
  opacity: 1 !important;
  visibility: visible !important;
}
.select2-hidden-accessible option {
  /* background-color: #f00; */
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, white),
    to(#eeeeee)
  );
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(#cccccc)
  );
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eeeeee)
  );
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(white)
  );
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px 0 14px;
  border: 0;
  background: #ffffff;
  border-radius: 10px;
  font-family: inherit !important;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #a5a5a5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 9px;
  top: 23px;
  right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  width: 14px;
  height: 8px;
  display: block;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.49124 6.97327L1.01447 1.52624C0.666638 1.18114 0.666638 0.61876 1.01447 0.272936C1.36364 -0.0736962 1.92727 -0.0736962 2.27555 0.272936L7.12222 5.09134L11.9674 0.272935C12.3153 -0.0721765 12.8798 -0.0721765 13.2272 0.272935C13.5763 0.61876 13.5763 1.18114 13.2272 1.52624L7.75141 6.97327C7.57722 7.14618 7.3495 7.23184 7.12222 7.23184C6.89349 7.23184 6.66576 7.14618 6.49124 6.97327Z' fill='%23484A65'/%3E%3C/svg%3E%0A");
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337)), #a5a5a5;
  background: -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%), #a5a5a5;
  background: linear-gradient(0deg, #be1c21 0%, #dc3337 100%), #a5a5a5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.swiper-horizontal {
  overflow: hidden;
}

.js-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.js-swiper-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #dbdbdb !important;
  border-radius: 50% !important;
  margin-right: 20px !important;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #e03437 !important;
}

.js-tooltip {
  position: relative;
  cursor: pointer;
}

.js-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tooltip {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 25px;
  max-width: 260px;
  min-width: 260px;
  width: 100%;
  z-index: 55;
}

.tooltip::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background: #4790fd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
  z-index: -1;
}

.tooltip__inner {
  padding: 20px 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#4793ff));
  background: -webkit-linear-gradient(bottom, #487ef3 0%, #4793ff 100%);
  background: linear-gradient(0deg, #487ef3 0%, #4793ff 100%);
  -webkit-box-shadow: 0px 3px 0px #5382b6;
  box-shadow: 0px 3px 0px #5382b6;
  border-radius: 10px;
  cursor: default;
}

.tooltip__text {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
}

.fancybox-is-open .box {
  opacity: 1;
  visibility: visible;
  left: auto;
  position: relative;
}

.button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 2px solid #e03437;
  border-radius: 50%;
  cursor: pointer;
}

.button-prev::before {
  content: '';
  width: 13px;
  height: 22px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.81702 10.4241L9.79278 1.40049C10.3615 0.826791 11.2881 0.826791 11.8579 1.40049C12.4291 1.9759 12.4291 2.90414 11.8579 3.47784L3.91805 11.4642L11.8579 19.4489C12.4266 20.0215 12.4266 20.952 11.8579 21.5251C11.2881 22.1 10.3615 22.1 9.79278 21.5251L0.81702 12.5015C0.532049 12.2146 0.3909 11.84 0.3909 11.4642C0.3909 11.0873 0.532049 10.7121 0.81702 10.4241Z' fill='%23E03437'/%3E%3C/svg%3E%0A");
}

.button-prev:hover {
  background: #e03437;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-prev:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.81702 10.4241L9.79278 1.40049C10.3615 0.826791 11.2881 0.826791 11.8579 1.40049C12.4291 1.9759 12.4291 2.90414 11.8579 3.47784L3.91805 11.4642L11.8579 19.4489C12.4266 20.0215 12.4266 20.952 11.8579 21.5251C11.2881 22.1 10.3615 22.1 9.79278 21.5251L0.81702 12.5015C0.532049 12.2146 0.3909 11.84 0.3909 11.4642C0.3909 11.0873 0.532049 10.7121 0.81702 10.4241Z' fill='white'/%3E%3C/svg%3E%0A");
}

.button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 2px solid #e03437;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-next::before {
  content: '';
  width: 13px;
  height: 22px;
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.81702 10.4241L9.79278 1.40049C10.3615 0.826791 11.2881 0.826791 11.8579 1.40049C12.4291 1.9759 12.4291 2.90414 11.8579 3.47784L3.91805 11.4642L11.8579 19.4489C12.4266 20.0215 12.4266 20.952 11.8579 21.5251C11.2881 22.1 10.3615 22.1 9.79278 21.5251L0.81702 12.5015C0.532049 12.2146 0.3909 11.84 0.3909 11.4642C0.3909 11.0873 0.532049 10.7121 0.81702 10.4241Z' fill='%23E03437'/%3E%3C/svg%3E%0A");
}

.button-next:hover {
  background: #e03437;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-next:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.81702 10.4241L9.79278 1.40049C10.3615 0.826791 11.2881 0.826791 11.8579 1.40049C12.4291 1.9759 12.4291 2.90414 11.8579 3.47784L3.91805 11.4642L11.8579 19.4489C12.4266 20.0215 12.4266 20.952 11.8579 21.5251C11.2881 22.1 10.3615 22.1 9.79278 21.5251L0.81702 12.5015C0.532049 12.2146 0.3909 11.84 0.3909 11.4642C0.3909 11.0873 0.532049 10.7121 0.81702 10.4241Z' fill='white'/%3E%3C/svg%3E%0A");
}

.box {
  max-width: 680px;
  opacity: 0;
  visibility: hidden;
  left: -999999999px;
  position: absolute;
  padding: 65px 50px 55px;
  cursor: default;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  box-shadow: 0px 14px 59px rgba(199, 202, 211, 0.25);
  border-radius: 16px;
}

.box .fancybox-close-small {
  display: none;
}

.box__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='21.2131' width='30' height='3' rx='1.5' transform='rotate(-45 0 21.2131)' fill='%23E03437'/%3E%3Crect width='30' height='3' rx='1.5' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0 2.71362)' fill='%23E03437'/%3E%3C/svg%3E%0A");
}

.box__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
}

.box__caption {
  font-size: 15px;
  color: #000000;
}

.box__list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.box__item {
  position: relative;
  padding-left: 19px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.box__item::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #e03437;
  border-radius: 50%;
}

.box__item:last-child {
  margin-bottom: 0;
}

.box__swiper {
  position: relative;
  margin-top: 40px;
}

.box__swiper-button {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 5;
}

.box__swiper-button.button-next {
  right: 0;
  left: auto;
}

.box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box__info-title {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.box__info-text {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  max-width: 495px;
  margin: auto;
}

.box img {
  max-width: 200px;
  border-radius: 10px;
}

.box__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box__images img:first-child {
  margin-right: 20px;
}

.box__mobile {
  display: none;
}

.mCSB_scrollTools {
  right: 0px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px !important;
  background-color: #e03437 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  height: 0;
}

.mCSB_scrollTools {
  width: 7px !important;
  background: #e9e9ee;
  border-radius: 5px;
}

.mCSB_draggerRail {
  opacity: 0 !important;
}

@media (max-width: 991px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
  }
}

.modal {
  display: none;
  padding: 25px;
}

.modal.is-large {
  max-width: 770px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.modal.is-map {
  padding: 0 !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.modal__header {
  margin-bottom: 20px;
}

.modal__title {
  text-align: center;
}

.modal__caption {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.modal__text p {
  font-size: 14px;
}

.modal .fancybox-close-small {
  display: none;
}

.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='21.2131' width='30' height='3' rx='1.5' transform='rotate(-45 0 21.2131)' fill='%23E03437'/%3E%3Crect width='30' height='3' rx='1.5' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0 2.71362)' fill='%23E03437'/%3E%3C/svg%3E%0A");
}

.modal__field {
  position: relative;
  margin-bottom: 10px;
}

.modal__field:last-child {
  margin-bottom: 0;
}

.modal__label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}

.modal__input {
  height: 50px;
  padding: 0 14px;
  background: #ffffff;
  border-radius: 10px;
  border: 0;
  width: 100%;
  text-transform: capitalize;
  border: 1px solid #ced4da;
}

@media (max-width: 991px) {
  .modal__input {
    padding: 0 22px;
  }
}

.modal__input *::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.modal__input *::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.modal__input *:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.modal__input *::-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.modal__input *::placeholder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #a5a5a5;
}

.modal .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.modal__footer {
  margin-top: 30px;
}

.modal__send {
  width: 100%;
}

.modal__send .button__text {
  max-width: inherit !important;
}

.modal__policy {
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.015em;
}

@media (max-width: 991px) {
  .modal__policy {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
}

.modal__policy a {
  text-decoration: underline;
}

.swiper-scrollbar-drag {
  border-radius: 5px;
  background: #e03437 !important;
}

.swiper-scrollbar {
  width: 7px !important;
  background: #e9e9ee;
  border-radius: 5px;
}

.js-select {
  opacity: 0;
  visibility: hidden;
}

.scroll-top {
  position: fixed;
  bottom: 35px;
  right: 15px;
  z-index: 95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border-radius: 100px;
  background-color: #5c8df6;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, #487ef3),
    color-stop(85%, #6d9af8)
  );
  background-image: -webkit-linear-gradient(bottom, #487ef3 10%, #6d9af8 85%);
  background-image: linear-gradient(0deg, #487ef3 10%, #6d9af8 85%);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
}

.scroll-top:hover,
.scroll-top:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.scroll-top img {
  max-width: 11px;
}

.scroll-top.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media (max-width: 991px) {
  .no-scroll {
    overflow: hidden;
  }
  .scroll-top {
    right: auto;
    bottom: 28px;
    left: 20px;
    width: 56px;
    height: 56px;
  }
  .scroll-top img {
    width: 100%;
    max-width: 26px;
  }
  .button,
  .btn {
    min-width: auto;
    padding: 0;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.1px;
    background-color: #a5a5a5;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337));
    background-image: -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%);
    background-image: linear-gradient(0deg, #be1c21 0%, #dc3337 100%);
    -webkit-transition:
      background-image 0.5s,
      background-color 0.5s,
      -webkit-box-shadow 0.2s;
    transition:
      background-image 0.5s,
      background-color 0.5s,
      -webkit-box-shadow 0.2s;
    transition:
      background-image 0.5s,
      background-color 0.5s,
      box-shadow 0.2s;
    transition:
      background-image 0.5s,
      background-color 0.5s,
      box-shadow 0.2s,
      -webkit-box-shadow 0.2s;
  }
  .button::after,
  .btn::after {
    bottom: -3px;
    z-index: 1;
  }
  .button__text,
  .btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 66px;
    padding: 14px 30px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337));
    background-image: -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%);
    background-image: linear-gradient(0deg, #be1c21 0%, #dc3337 100%);
    background-color: #c4c4c4;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 21px rgba(253, 64, 68, 0.45);
    box-shadow: inset 0px 0px 21px rgba(253, 64, 68, 0.45);
    -webkit-transition:
      background-image 0.5s,
      background-color 0.5s,
      -webkit-box-shadow 0.2s;
    transition:
      background-image 0.5s,
      background-color 0.5s,
      -webkit-box-shadow 0.2s;
    transition:
      background-image 0.5s,
      background-color 0.5s,
      box-shadow 0.2s;
    transition:
      background-image 0.5s,
      background-color 0.5s,
      box-shadow 0.2s,
      -webkit-box-shadow 0.2s;
    z-index: 2;
  }
  .button:hover,
  .button:active,
  .button__text:hover,
  .button__text:active,
  .btn:hover,
  .btn:active,
  .btn__text:hover,
  .btn__text:active {
    background-color: #c4c4c4;
    background-image:
      -webkit-gradient(linear, left bottom, left top, from(#c52d30), to(#ff2e30)),
      -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337));
    background-image:
      -webkit-linear-gradient(bottom, #c52d30 0%, #ff2e30 100%),
      -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%);
    background-image:
      linear-gradient(0deg, #c52d30 0%, #ff2e30 100%),
      linear-gradient(0deg, #be1c21 0%, #dc3337 100%);
    -webkit-box-shadow:
      inset 0px 4px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 21px rgba(253, 64, 68, 0.45);
    box-shadow:
      inset 0px 4px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 21px rgba(253, 64, 68, 0.45);
  }
  .button:hover::after,
  .button:active::after,
  .button__text:hover::after,
  .button__text:active::after,
  .btn:hover::after,
  .btn:active::after,
  .btn__text:hover::after,
  .btn__text:active::after {
    bottom: 0;
  }
  .button.is-desktop,
  .btn.is-desktop {
    display: none;
  }
  .button.is-mobile,
  .btn.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fancybox-container {
    z-index: 999;
  }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.75;
  }
  .js-tooltip.is-desktop {
    display: none;
  }
  .tooltip {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .modal {
    margin: 14px;
  }
  .modal .modal__close {
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    z-index: 9;
  }
  .modal.is-large {
    max-width: 320px;
    padding: 23px 33px 23px 16px !important;
    font-size: 14px;
    line-height: 1.6;
  }
  .modal__text span {
    font-weight: 700;
  }
  .modal.is-map {
    max-width: 500px;
    max-height: 456px;
    margin: 4px;
    overflow: hidden;
    background-color: transparent;
  }
  .modal.is-map .modal__close {
    top: 25px;
    right: 25px;
  }
  .modal__input {
    padding: 0 22px;
  }
  .modal__policy {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
  .modal#modal-form {
    padding: 16px !important;
    line-height: 1.3;
  }
  .modal#modal-form p {
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .modal#modal-form ul {
    margin: 7px 0;
    padding: 0;
    list-style: none;
  }
  .modal#modal-form li:not(:last-child) {
    margin-bottom: 10px;
  }
  .modal#modal-form li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    margin-bottom: 2px;
    background-color: #be1c21;
    border-radius: 50%;
  }
  .modal__form.form {
    margin-top: 15px;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal .form__field:not(:last-child) {
    margin-bottom: 14px;
  }
  .modal .form__policy {
    font-size: 11px;
    color: inherit;
  }
  .modal .form__input,
  .modal .form .select2-container--default .select2-selection--single {
    background-color: #f3f5f7;
    -webkit-box-shadow: inset 0px 2px 0px #e5e9ec;
    box-shadow: inset 0px 2px 0px #e5e9ec;
    border: none;
  }
  .modal .form *::-webkit-input-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .modal .form *::-moz-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .modal .form *:-ms-input-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .modal .form *::-ms-input-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .modal .form *::placeholder {
    font-weight: 600;
    color: #898989;
  }
  .modal.is-review {
    padding: 0 !important;
  }
  .modal.is-review .reviews-card {
    padding-right: 8px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal.is-review .reviews-card__aside {
    width: 70px;
  }
  .modal.is-review .reviews-card__photo {
    padding-top: 8px;
    padding-right: 10px;
  }
  .modal.is-review .reviews-card__photo img {
    width: 60px;
    height: 60px;
  }
  .modal.is-review .reviews-card__main {
    margin-top: 0;
  }
  .modal.is-review .reviews-card__name {
    left: 86px;
    padding-top: 20px;
    padding-right: 40px;
  }
  .modal.is-review .reviews-card__text {
    display: block;
  }
  .modal.is-review .reviews-card .colored-text {
    padding: 0;
    font-weight: 800;
    letter-spacing: normal;
    background-color: transparent;
  }
  .modal.is-review .reviews-card .mCSB_scrollTools {
    width: 3px !important;
    border-radius: 1.5px;
  }
  .modal.is-review .reviews-card .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px !important;
    border-radius: 1.5px;
  }
  .mobile-menu {
    width: 100%;
    max-width: 320px;
  }
  .mobile-menu__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    height: 100%;
    padding-top: 50px;
    color: #ffffff;
    background-color: #3c444c;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .mobile-menu__inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background-color: inherit;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .mobile-menu__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    padding-left: 20px;
    background-color: inherit;
    overflow-y: hidden;
    z-index: 0;
  }
  .mobile-menu__body-inner {
    max-height: 100%;
    padding: 20px;
    overflow-y: auto;
  }
  .mobile-menu__list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
  }
  .mobile-menu__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .mobile-menu__link {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 0 7px 40px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
    text-align: start;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    border: none;
  }
  .mobile-menu__link::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobile-menu__link--main::before {
    background-image: url('../img/icons/h-home.svg');
  }
  .mobile-menu__link--courses::before {
    background-image: url('../img/icons/h-book.svg');
  }
  .mobile-menu__link--online::before {
    background-image: url('../img/icons/h-medal.svg');
  }
  .mobile-menu__link--teachers::before {
    background-image: url('../img/icons/h-people.svg');
  }
  .mobile-menu__link--test::before {
    background-image: url('../img/icons/h-pen.svg');
  }
  .mobile-menu__link--reviews::before {
    background-image: url('../img/icons/h-comment.svg');
  }
  .mobile-menu__link--contacts::before {
    background-image: url('../img/icons/h-point.svg');
  }
  .mobile-menu__link--pay::before {
    background-image: url('../img/icons/h-purse.svg');
  }
  .mobile-menu__link--have-submenu {
    padding-right: 24px;
  }
  .mobile-menu__link--have-submenu::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url('../img/icons/arrow-right-sm.svg');
    background-position: center;
    background-size: 8px 8px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .mobile-menu__link--have-submenu.is-active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-menu__inner-list {
    display: none;
    margin: 0;
    padding-left: 40px;
    line-height: 1.6;
    list-style: none;
  }
  .mobile-menu__inner-link {
    display: block;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .mobile-menu__footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px 28px 40px;
    background-color: inherit;
    -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .mobile-menu__place {
    font-size: 11px;
    line-height: 1.3;
    color: #c4c4c4;
  }
  .mobile-menu__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu__socials-item:not(:last-child) {
    margin-right: 16px;
  }
  .mobile-menu__socials-link {
    display: block;
    width: 36px;
    height: 36px;
  }
  .mobile-menu__socials-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .mobile-menu__close-btn {
    position: absolute;
    top: 0;
    right: 5px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('../img/icons/cross.svg');
    background-position: center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    border: none;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: 2;
  }
  .mobile-menu__close-btn.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 130px;
  }
  .custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: auto;
    opacity: 0;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    z-index: 998;
    pointer-events: none;
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0s 0.3s;
    transition:
      opacity 0.3s,
      -webkit-transform 0s 0.3s;
    transition:
      opacity 0.3s,
      transform 0s 0.3s;
    transition:
      opacity 0.3s,
      transform 0s 0.3s,
      -webkit-transform 0s 0.3s;
  }
  .custom-modal.is-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0s 0s;
    transition:
      opacity 0.3s,
      -webkit-transform 0s 0s;
    transition:
      opacity 0.3s,
      transform 0s 0s;
    transition:
      opacity 0.3s,
      transform 0s 0s,
      -webkit-transform 0s 0s;
  }
  .custom-modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .custom-modal__inner {
    position: relative;
    max-width: 100%;
    padding: 18px 16px 16px;
    font-size: 14px;
    line-height: 1.3;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .custom-modal.is-active .custom-modal__inner {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .custom-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='21.2131' width='30' height='3' rx='1.5' transform='rotate(-45 0 21.2131)' fill='%23E03437'/%3E%3Crect width='30' height='3' rx='1.5' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0 2.71362)' fill='%23E03437'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    z-index: 9;
  }
  .custom-modal__close:active {
    opacity: 0.5;
  }
  .custom-modal__text p {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .custom-modal__text span {
    font-weight: 700;
  }
  .custom-modal__text ul {
    margin-top: 9px;
    margin-bottom: 6px;
    padding-left: 0;
    list-style: none;
  }
  .custom-modal__text li:not(:last-child) {
    margin-bottom: 7px;
  }
  .custom-modal__text li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    margin-bottom: 2px;
    background-color: #be1c21;
    border-radius: 50%;
  }
  .custom-modal__form.form {
    margin-top: 15px;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .custom-modal .form__field:not(:last-child) {
    margin-bottom: 16px;
  }
  .custom-modal .form__input,
  .custom-modal .form .select2-container--default .select2-selection--single {
    background-color: #f3f5f7;
    -webkit-box-shadow: inset 0px 2px 0px #e5e9ec;
    box-shadow: inset 0px 2px 0px #e5e9ec;
    border: none;
  }
  .custom-modal .form *::-webkit-input-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .custom-modal .form *::-moz-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .custom-modal .form *:-ms-input-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .custom-modal .form *::-ms-input-placeholder {
    font-weight: 600;
    color: #898989;
  }
  .custom-modal .form *::placeholder,
  .custom-modal .form .select2-selection__placeholder {
    font-weight: 600;
    color: #898989;
  }
  .custom-modal .form__footer {
    margin-top: 20px;
  }
  .custom-modal .form__policy {
    margin-top: 0;
    font-size: 11px;
    color: inherit;
  }
  .page-header {
    background: #3c444c;
  }
  .page-header__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 0;
  }
  .page-header__logo {
    position: absolute;
    left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    margin-right: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    z-index: 3;
  }
  .page-header__logo.is-fixed {
    position: fixed;
    left: 41px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .page-header__logo-img {
    max-width: 94px;
  }
  .page-header__logo-text {
    display: none;
  }
  .page-header__menu {
    display: none;
  }
  .page-header__mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition:
      transform 0.3s 0.3s,
      -webkit-transform 0.3s 0.3s;
    z-index: 2;
    pointer-events: all;
  }
  .page-header__mobile-menu.is-active {
    width: 100vw;
    max-width: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition:
      transform 0.3s 0s,
      -webkit-transform 0.3s 0s;
  }
  .page-header__actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 45px;
    margin-left: 125px;
  }
  .page-header__place {
    display: none;
  }
  .page-header__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header__data .page-header__socials-link {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
    padding: 6px;
  }
  .page-header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 44px;
    margin-top: 0;
    margin-right: 0;
    font-weight: 800;
    font-size: 11px;
    line-height: 2;
  }
  .page-header__work {
    display: none;
  }
  .page-header__burger {
    position: absolute;
    top: 0;
    right: 9px;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('../img/icons/burger.svg');
    background-position: center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    border: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: 1;
    pointer-events: all;
  }
  .page-header__burger.is-hidden {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .promo {
    padding-top: 50px;
    background-color: #3c444c;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  .promo::before,
  .promo::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: calc(50% - 25px);
    background-image: url('../img/promo/fon1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    opacity: 0.2;
    z-index: -2;
  }
  .promo::before {
    top: 50px;
  }
  .promo::after {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .promo__img {
    padding-top: 50px;
    -o-object-position: 57%;
    object-position: 57%;
    z-index: -3;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .promo__container {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px 78px;
  }
  .promo__container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(black),
      color-stop(27%, rgba(0, 0, 0, 0.2)),
      color-stop(35%, rgba(0, 0, 0, 0)),
      color-stop(75%, rgba(0, 0, 0, 0)),
      to(black)
    );
    background-image: -webkit-linear-gradient(
      top,
      black 0%,
      rgba(0, 0, 0, 0.2) 27%,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 0) 75%,
      black 100%
    );
    background-image: linear-gradient(
      180deg,
      black 0%,
      rgba(0, 0, 0, 0.2) 27%,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 0) 75%,
      black 100%
    );
    z-index: -3;
  }
  .promo__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    text-shadow: 0px 0px 15px #000000;
  }
  .promo__rating {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-shadow: 0px 0px 15px #000000;
    color: #d3e2ff;
  }
  .promo__rating.is-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .promo__dropdown {
    text-shadow: none;
  }
  .promo__start {
    margin-top: 200px;
    padding-left: 0;
  }
  .promo__start-icon {
    display: none;
  }
  .promo__start-data {
    position: relative;
  }
  .promo__start-data::before {
    content: '';
    position: absolute;
    top: -8px;
    right: -16px;
    bottom: -8px;
    left: -16px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
  }
  .promo__start-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    text-shadow:
      0px 0px 25px #000000,
      0px 0px 20px #000000,
      0px 0px 10px #000000,
      0px 0px 10px #000000;
  }
  .promo__start-caption {
    max-width: 180px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.3;
    text-shadow:
      0px 0px 25px #000000,
      0px 0px 20px #000000,
      0px 0px 10px #000000,
      0px 0px 12px #000000;
  }
  .promo__data {
    margin-top: 25px;
  }
  .promo__main {
    margin-right: 0;
  }
  .promo__button {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    width: auto;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .promo__info {
    display: none;
  }
  .promo__label {
    color: #000;
    font-size: 10px;
    line-height: 18px;
    margin-top: 10px;
  }
  .promo__aside {
    display: none;
  }
  .present-card {
    min-height: 200px;
    padding: 16px;
    -webkit-box-shadow:
      3px 3px 10px rgba(218, 218, 218, 0.5),
      5px 5px 20px rgba(218, 218, 218, 0.5);
    box-shadow:
      3px 3px 10px rgba(218, 218, 218, 0.5),
      5px 5px 20px rgba(218, 218, 218, 0.5);
    overflow: hidden;
  }
  .present-card__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
  }
  .present-card__img {
    bottom: 10px;
  }
  .present-card__img.is-left {
    left: 0;
  }
  .action {
    position: relative;
    padding-top: 0;
    padding-bottom: 41px;
    background-image: url('../img/action/3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .action::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(#ffffff)
    );
    background-image: -webkit-linear-gradient(transparent, #ffffff);
    background-image: linear-gradient(transparent, #ffffff);
  }
  .action__body {
    max-width: 480px;
    padding: 32px 16px 40px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#eceff1),
      color-stop(43%, #ffffff),
      to(#ffffff)
    );
    background-image: -webkit-linear-gradient(top, #eceff1 0%, #ffffff 43%, #ffffff 100%);
    background-image: linear-gradient(180deg, #eceff1 0%, #ffffff 43%, #ffffff 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  }
  .action__text {
    font-size: 13px;
    line-height: 1.85;
    color: #000000;
  }
  .action__text-desktop {
    display: none;
  }
  .action__text-mobile {
    display: inline;
  }
  .action__text a {
    color: #3b85ee;
    text-decoration: underline;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .about__container {
    max-width: 360px;
    padding-right: 0;
    padding-left: 0;
  }
  .about__header {
    margin-bottom: 8px;
  }
  .about__title {
    font-size: 22px;
    line-height: 1.3;
  }
  .about__title strong {
    letter-spacing: -0.6px;
  }
  .about__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 32px -4px 8px;
  }
  .about__item {
    padding-right: 4px;
    padding-left: 4px;
  }
  .about__item span {
    height: 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #3c444c;
    background-color: #eceff1;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .about__item.is-active span {
    height: 48px;
    margin-bottom: -9px;
    padding-bottom: 9px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .about__body {
    padding: 0;
  }
  .about-card {
    padding: 16px 20px 34px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(60, 68, 76, 0.25);
    box-shadow: 0px 0px 10px rgba(60, 68, 76, 0.25);
  }
  .about-card::before {
    content: none;
  }
  .about-card::after {
    display: block;
    bottom: -8px;
    height: 8px;
  }
  .about-card__photo {
    width: auto;
    max-height: 163px;
    margin: 0 auto 8px;
  }
  .about-card__photo picture {
    border-radius: 10px;
  }
  .about-card__body {
    width: 100%;
  }
  .about-card__group {
    margin-bottom: 0;
  }
  .about-card__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
  }
  .about-card__link::before {
    margin-right: 8px;
    margin-left: 4px;
  }
  .about-card__link.is-desktop {
    display: none;
  }
  .about-card__link.is-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .about-card__description {
    padding-right: 28px;
    font-size: 14px;
    line-height: 1.8;
  }
  .about-card__footer {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }
  .user__header {
    position: relative;
    padding-left: 30px;
  }
  .user__header::after {
    content: '';
    position: absolute;
    top: calc(100% - 7px);
    left: 52px;
    width: 24px;
    height: 21px;
    background-image: url('../img/comment-callout.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .user__photo {
    width: 55px;
    height: 55px;
    margin-right: 16px;
  }
  .user__name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.3;
  }
  .user__body {
    margin-top: 4px;
    padding-right: 0;
  }
  .user__comment {
    padding: 12px 16px 14px;
    font-size: 14px;
    line-height: 1.55;
    background-color: #eceff1;
  }
  .feedback {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .feedback::before {
    content: none;
  }
  .feedback__container {
    padding-right: 0;
    padding-left: 0;
  }
  .feedback__header {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    padding: 32px 20px 0;
    color: #ffffff;
    background-color: #3d4058;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .feedback__header::after {
    content: '';
    position: absolute;
    top: 99%;
    right: 0;
    bottom: -4%;
    left: 0;
    background-color: #3d4058;
    z-index: -1;
  }
  .feedback__title,
  .c-section--finish .form__title {
    font-size: 14px;
    line-height: 1.3;
    text-align: start;
  }
  .feedback__title strong,
  .c-section--finish .form__title strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
  }
  .feedback__helper {
    display: none;
  }
  .feedback__popup-icon,
  .c-section--finish .form__title .form__popup-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 1;
    background-color: #487ef3;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#6d9af8));
    background-image: -webkit-linear-gradient(bottom, #487ef3 0%, #6d9af8 100%);
    background-image: linear-gradient(0deg, #487ef3 0%, #6d9af8 100%);
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 9px rgba(144, 177, 249, 0.54);
    box-shadow: inset 0 0 9px rgba(144, 177, 249, 0.54);
  }
  .feedback__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feedback__main {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 360px;
    padding: 40px 20px 20px;
  }
  .feedback__caption {
    font-size: 16px;
    line-height: 1.4;
  }
  .feedback__caption strong {
    font-size: 24px;
    line-height: 1.55;
  }
  .feedback__caption br {
    display: none;
  }
  .feedback__consult {
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 34px;
    margin-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
  }
  .feedback__list {
    margin-top: 16px;
  }
  .feedback__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 106px;
    margin-bottom: 0;
    background-color: #ffffff;
    -webkit-box-shadow:
      3px 3px 10px #eceff1,
      5px 5px 20px #eceff1;
    box-shadow:
      3px 3px 10px #eceff1,
      5px 5px 20px #eceff1;
    border-radius: 10px;
  }
  .feedback__item:nth-child(1) {
    z-index: 3;
  }
  .feedback__item:nth-child(1) .feedback__icon > * {
    position: relative;
    bottom: -10px;
  }
  .feedback__item:nth-child(2) {
    margin-bottom: 0;
    z-index: 2;
  }
  .feedback__item:nth-child(3) {
    z-index: 1;
  }
  .feedback__item:nth-child(3) .feedback__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .feedback__item:nth-child(3) .feedback__icon > * {
    position: relative;
    bottom: -55%;
  }
  .feedback__item:nth-child(3) .feedback__text {
    padding-right: 20px;
  }
  .feedback__item:nth-child(3) .feedback__text br {
    display: none;
  }
  .feedback__icon {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 84px;
    padding-right: 0;
    overflow: hidden;
  }
  .feedback__text {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
    padding: 11px 16px;
    line-height: 2;
    text-shadow:
      1px 0 2px #ffffff,
      0 1px 2px #ffffff,
      -1px 0 2px #ffffff,
      0 -1px 2px #ffffff;
  }
  .feedback__text .js-tooltip {
    font: inherit;
    letter-spacing: -0.2px;
  }
  .feedback__text .is-fw600 {
    font-weight: 600;
  }
  .feedback__text .is-fw800 {
    font-weight: 800;
  }
  .feedback__aside {
    margin-left: 0;
    padding-bottom: 40px;
  }
  .feedback__form {
    max-width: 360px;
    border-radius: 0 0 15px 15px;
  }
  .form {
    padding: 32px 20px 20px;
    background-color: #3d4058;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 16px;
  }
  .form__input {
    height: 45px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 8px;
    text-transform: none;
  }
  .form__input::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  .form__input::-moz-placeholder {
    color: #a5a5a5;
  }
  .form__input:-ms-input-placeholder {
    color: #a5a5a5;
  }
  .form__input::-ms-input-placeholder {
    color: #a5a5a5;
  }
  .form__input::placeholder {
    color: #a5a5a5;
  }
  .form__textarea {
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 8px;
    text-transform: none;
  }
  .form__textarea::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  .form__textarea::-moz-placeholder {
    color: #a5a5a5;
  }
  .form__textarea:-ms-input-placeholder {
    color: #a5a5a5;
  }
  .form__textarea::-ms-input-placeholder {
    color: #a5a5a5;
  }
  .form__textarea::placeholder {
    color: #a5a5a5;
  }
  .form__footer {
    margin-top: 16px;
  }
  .form__send {
    min-height: auto;
  }
  .form__send .button__text {
    letter-spacing: inherit;
  }
  .form__send .button__text.is-desktop {
    display: none;
  }
  .form__policy {
    margin-top: 6px;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
  .level {
    padding-top: 42px;
    padding-bottom: 20px;
  }
  .level__container {
    max-width: 480px;
    padding-right: 0;
    padding-left: 0;
  }
  .level__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .level__main {
    width: 100%;
    margin-right: 0;
    padding-top: 32px;
    color: #ffffff;
    background-color: #3c444c;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  }
  .level__title {
    width: 100%;
    padding-left: 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .level__title-desktop {
    display: none;
  }
  .level__title-mobile {
    display: inline;
  }
  .level__rating {
    display: none;
  }
  .level__caption {
    margin: 6px auto 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .level__caption-desktop {
    display: none;
  }
  .level__caption-mobile {
    display: inline;
  }
  .level__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 2.4;
    list-style: none;
  }
  .level__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .level__item:not(:last-child) {
    margin-right: 15px;
  }
  .level__item::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url('../img/level/star.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .level__preview {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .level__preview::before {
    background-image: url('../img/level/5-m.png');
  }
  .level__aside {
    margin-top: -21px;
  }
  .level-card {
    padding: 53px 18px 30px;
    color: #ffffff;
    background-color: #3c444c;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  .level-card__title {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .level-card__caption {
    padding-left: 0;
    text-align: center;
  }
  .level-card__caption-desktop {
    display: none;
  }
  .level-card__caption strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
  }
  .level-card__body {
    margin-top: 30px;
  }
  .level-card__img {
    width: 116px;
    margin-right: 14px;
    padding-left: 16px;
  }
  .level-card__oskar,
  .level-card__heading,
  .level-card__list {
    display: none;
  }
  .level-card__star-list {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    list-style: none;
  }
  .level-card__star-item {
    position: relative;
    padding-left: 22px;
  }
  .level-card__star-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .level-card__star-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url('../img/level/star.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .level-card__more-awards {
    display: inline-block;
    margin-top: 32px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.3;
    color: #3b85ee;
  }
  .level-card__footer {
    display: none;
  }
  .reason {
    margin-top: 30px;
    padding-top: 0;
  }
  .reason::before {
    content: none;
  }
  .reason__container {
    padding-right: 0;
    padding-left: 0;
  }
  .reason__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reason__main {
    max-width: 360px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: -1;
  }
  .reason__main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 256px;
    height: 1px;
    background-color: #dadada;
  }
  .reason__person {
    position: relative;
    top: 8px;
    left: 3px;
    max-width: 190px;
  }
  .reason__badges {
    right: 20px;
    bottom: 30px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .reason__badge {
    height: 22px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #595959;
    border-radius: 15px;
    -webkit-box-shadow:
      0px 2px 4px rgba(38, 50, 56, 0.16),
      0px 4px 8px rgba(38, 50, 56, 0.08);
    box-shadow:
      0px 2px 4px rgba(38, 50, 56, 0.16),
      0px 4px 8px rgba(38, 50, 56, 0.08);
  }
  .reason__badge.is-red {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: normal;
  }
  .reason__aside {
    padding: 28px 20px 40px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(16.15%, #eceff1),
      color-stop(86.98%, #eceff1),
      to(#ffffff)
    );
    background-image: -webkit-linear-gradient(
      top,
      #ffffff 0%,
      #eceff1 16.15%,
      #eceff1 86.98%,
      #ffffff 100%
    );
    background-image: linear-gradient(
      180deg,
      #ffffff 0%,
      #eceff1 16.15%,
      #eceff1 86.98%,
      #ffffff 100%
    );
  }
  .reason__caption {
    position: absolute;
    top: 27px;
    right: 0;
    max-width: 190px;
    padding-top: 32px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.9;
    text-align: right;
  }
  .reason__caption::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 54%;
    width: 24px;
    height: 25px;
    background-image: url('../img/icons/comment.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .reason__caption span {
    font-weight: 700;
  }
  .reason__title {
    font-size: 16px;
    line-height: 2;
  }
  .reason__title strong {
    font-size: 20px;
    line-height: 1.2;
  }
  .reason__list {
    margin-top: 9px;
  }
  .reason__item {
    position: relative;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 16px;
    background:
      -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff)), #3c444c;
    background: -webkit-linear-gradient(bottom, #ffffff, #ffffff), #3c444c;
    background: linear-gradient(0deg, #ffffff, #ffffff), #3c444c;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .reason__item:nth-child(1) {
    z-index: 3;
  }
  .reason__item:nth-child(2) {
    margin-bottom: 0;
    z-index: 2;
  }
  .reason__item:nth-child(2) .reason__icon {
    width: 130px;
  }
  .reason__item:nth-child(2) br {
    display: none;
  }
  .reason__item:nth-child(3) {
    z-index: 1;
  }
  .reason__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
  }
  .reason__icon img {
    display: none;
  }
  .reason__icon img.is-mobile {
    display: block;
  }
  .reason__data {
    max-width: none;
    padding-right: 42px;
  }
  .reason__heading {
    min-height: calc(3em * 1.3);
    font-size: 16px;
    line-height: 1.35;
  }
  .reason__heading .js-tooltip {
    font-size: inherit;
    line-height: inherit;
    margin-right: 0;
  }
  .reason__heading strong {
    font-weight: 600;
  }
  .reason__text {
    padding-right: 48px;
    font-size: 14px;
    line-height: 1.3;
  }
  .presents {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .presents__header {
    position: relative;
    margin-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .presents__header::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 2px;
    width: 198px;
    height: 198px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#eceff1));
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #eceff1 100%);
    background-image: linear-gradient(360deg, #ffffff 0%, #eceff1 100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: 0;
  }
  .presents__title {
    position: relative;
    padding-left: 15px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
  }
  .presents__title span {
    font-weight: 700;
  }
  .presents__slider {
    padding: 20px;
  }
  .presents__slider-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .presents__slider-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 172px;
    width: 100%;
  }
  .presents__slider-item:nth-child(6) {
    z-index: 1;
  }
  .presents__slider-item:nth-child(5) {
    z-index: 2;
  }
  .presents__slider-item:nth-child(4) {
    z-index: 3;
  }
  .presents__slider-item:nth-child(3) {
    z-index: 4;
  }
  .presents__slider-item:nth-child(2) {
    z-index: 5;
  }
  .presents__slider-item:nth-child(1) {
    z-index: 6;
  }
  .gift {
    display: block;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .gift__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .gift img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .gift__button-box {
    margin-top: 40px;
  }
  .gift__button {
    min-width: 320px;
  }
  .teachers {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      color-stop(10%, rgba(255, 255, 255, 0)),
      color-stop(20%, rgba(255, 250, 233, 0.46)),
      color-stop(36%, rgba(254, 210, 210, 0.79)),
      color-stop(60%, rgba(255, 196, 249, 0.23)),
      color-stop(69%, rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 250, 233, 0.46) 20%,
      rgba(254, 210, 210, 0.79) 36%,
      rgba(255, 196, 249, 0.23) 60%,
      rgba(255, 255, 255, 0) 69%,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 250, 233, 0.46) 20%,
      rgba(254, 210, 210, 0.79) 36%,
      rgba(255, 196, 249, 0.23) 60%,
      rgba(255, 255, 255, 0) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .teachers__container {
    padding-right: 0;
    padding-left: 0;
  }
  .teachers__inner {
    max-width: 360px;
  }
  .teachers__header {
    margin-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .teachers__title {
    font-size: 24px;
    line-height: 1.2;
    text-align: start;
  }
  .teachers__title strong {
    display: block;
  }
  .teachers__caption {
    max-width: 240px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
  }
  .teachers__body {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
  }
  .teachers__aside.swiper {
    width: 100%;
    max-width: calc(100% - 60px);
    height: 100px;
    margin-bottom: 15px;
    padding-right: calc((100% - 60px) / 3);
    padding-left: calc((100% - 60px) / 3);
  }
  .teachers__aside.swiper .swiper-scrollbar {
    display: none;
  }
  .teachers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .teachers__item.is-active .teacher-card,
  .teachers__item.swiper-slide-thumb-active .teacher-card {
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .teachers__item.swiper-slide-active .teacher-card {
    -webkit-transform: scale(1.78);
    transform: scale(1.78);
    z-index: 9;
  }
  .teachers__main {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }
  .teachers__swiper-button {
    top: -81px;
    width: 30px !important;
    height: 30px !important;
  }
  .teachers__swiper-button::before {
    width: 10px;
    height: 11px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .teachers__swiper-button.button-prev {
    left: 0;
  }
  .teachers__swiper-button.button-next {
    right: 0;
  }
  .teachers__tabs {
    width: 100%;
    min-width: 0;
  }
  .teachers__pagination-box {
    display: block;
    margin: 32px auto 0;
  }
  .teachers__footer {
    margin-top: 0;
  }
  .teachers__button {
    max-width: 320px;
    margin-top: 0;
  }
  .teacher-about {
    margin-bottom: 0;
    padding: 28px 20px 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .teacher-about::after {
    content: none;
  }
  .teacher-about__title {
    margin-left: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.9;
    text-align: start;
  }
  .teacher-about__body {
    margin-top: 6px;
  }
  .teacher-about__user-photo {
    width: 66px;
    height: 70px;
    margin-right: 10px;
  }
  .teacher-about__user-slogan {
    display: none;
  }
  .teacher-about__preview {
    margin-left: 0;
    padding-top: 23px;
  }
  .teacher-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    max-width: none;
    height: 56px;
    padding: 1px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .teacher-card__avatar {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  .teacher-card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .teacher-card__name {
    display: none;
  }
  .teacher-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
  }
  .teacher-info__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  .teacher-info__play {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-box-shadow:
      0px 2px 0px #4879e3,
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
    box-shadow:
      0px 2px 0px #4879e3,
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  }
  .teacher-info__play::before {
    width: 8px;
    height: 11px;
  }
  .teacher-info__play:hover,
  .teacher-info__play:active {
    -webkit-box-shadow:
      inset 0px 2px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
    box-shadow:
      inset 0px 2px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  }
  .teacher-info__text {
    margin-top: 6px;
  }
  .teacher-info__name {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    text-align: start;
    color: #3c444c;
  }
  .teacher-info__badge {
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    border: none;
  }
  .teacher-info__list {
    margin-top: 30px;
  }
  .teacher-info__item {
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .teacher-info__item br {
    display: none;
  }
  .teacher-info__item br.is-mobile {
    display: inline;
  }
  .teacher-info__item::before {
    left: 0;
    top: 6px;
  }
  .teacher-info__slogan {
    margin-top: 0;
    margin-left: 0;
    padding: 12px 15px 15px 33px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #3d4058;
  }
  .teacher-info__slogan::before {
    top: 9px;
  }
  .teacher-info__slogan::after {
    background-image: url("data:image/svg+xml,%3Csvg width='348' height='104' viewBox='0 0 348 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.8316 12.031H10.9373C5.41454 12.031 0.937515 16.5083 0.937515 22.0309V93.0309C0.937515 98.5538 5.41454 103.031 10.9373 103.031H337.969C343.492 103.031 347.969 98.5538 347.969 93.0309V22.0309C347.969 16.5083 343.492 12.031 337.969 12.031H55.1632C52.5836 10.033 49.6008 7.04055 47.9537 3.04767C45.1829 -3.66918 39.7632 5.92098 41.8316 12.031Z' fill='%233d4058'/%3E%3C/svg%3E%0A");
  }
  .teacher-info__footer {
    margin-top: 27px;
    margin-right: 16px;
  }
  .gallery {
    margin-top: 38px;
    margin-bottom: 40px;
    padding-bottom: 16px;
    background-color: rgba(243, 243, 243, 0.4);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .gallery__header {
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 34px;
  }
  .gallery__title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .gallery__title br {
    display: block;
  }
  .gallery__caption {
    display: none;
  }
  .gallery__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 32px;
  }
  .gallery__info img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 68px;
    margin-right: 5px;
  }
  .gallery__info-text {
    font-size: 14px;
    line-height: 1.9;
    color: #000000;
  }
  .gallery__swiper {
    min-width: 0;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
  }
  .gallery__swiper-container {
    max-width: 860px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .gallery__swiper-slide {
    height: 100%;
  }
  .gallery__swiper-slide picture {
    display: block;
  }
  .gallery__swiper-slide img {
    display: block;
    min-height: 198px;
    margin: 0 auto;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery__swiper-actions {
    top: calc(36% - 15px);
    padding-right: 6px;
    padding-left: 6px;
  }
  .gallery__swiper-actions-inner {
    max-width: 990px;
  }
  .gallery__swiper-button {
    width: 30px !important;
    height: 30px !important;
    background:
      -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337)), #be1c21;
    background: -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%), #be1c21;
    background: linear-gradient(0deg, #be1c21 0%, #dc3337 100%), #be1c21;
    -webkit-box-shadow: inset 0px 0px 21px rgba(253, 64, 68, 0.45);
    box-shadow: inset 0px 0px 21px rgba(253, 64, 68, 0.45);
  }
  .gallery__swiper-button.button-prev::before,
  .gallery__swiper-button.button-next::before {
    width: 5px;
    height: 9px;
    background-position: center;
    background-size: contain;
  }
  .gallery__swiper-button.button-prev:hover,
  .gallery__swiper-button.button-prev:active,
  .gallery__swiper-button.button-next:hover,
  .gallery__swiper-button.button-next:active {
    background:
      -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff)), #ffffff;
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 100%), #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%), #ffffff;
    -webkit-box-shadow: inset 0 0 0 2px #e03437;
    box-shadow: inset 0 0 0 2px #e03437;
  }
  .gallery__swiper-button.button-prev:hover::before,
  .gallery__swiper-button.button-prev:active::before,
  .gallery__swiper-button.button-next:hover::before,
  .gallery__swiper-button.button-next:active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.594252 7.85438L7.12208 1.29181C7.53566 0.873632 8.20961 0.873632 8.624 1.29181C9.03942 1.70925 9.03942 2.38533 8.624 2.80238L2.84954 8.61003L8.624 14.4173C9.03759 14.834 9.03759 15.5101 8.624 15.9283C8.20961 16.3453 7.53566 16.3453 7.12208 15.9283L0.594252 9.3657C0.387 9.15586 0.284346 8.88333 0.284346 8.61003C0.284346 8.33714 0.387 8.06309 0.594252 7.85438Z' fill='%23be1c21'/%3E%3C/svg%3E%0A");
  }
  .gallery__swiper-button.button-prev:hover::before,
  .gallery__swiper-button.button-prev:active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.594252 7.85438L7.12208 1.29181C7.53566 0.873632 8.20961 0.873632 8.624 1.29181C9.03942 1.70925 9.03942 2.38533 8.624 2.80238L2.84954 8.61003L8.624 14.4173C9.03759 14.834 9.03759 15.5101 8.624 15.9283C8.20961 16.3453 7.53566 16.3453 7.12208 15.9283L0.594252 9.3657C0.387 9.15586 0.284346 8.88333 0.284346 8.61003C0.284346 8.33714 0.387 8.06309 0.594252 7.85438Z' fill='%23be1c21'/%3E%3C/svg%3E%0A");
  }
  .gallery__swiper-button.button-next:hover::before,
  .gallery__swiper-button.button-next:active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4057 7.85436L1.87788 1.29178C1.46429 0.873605 0.790346 0.873605 0.375959 1.29178C-0.0394634 1.70922 -0.0394634 2.3853 0.375959 2.80236L6.15042 8.61001L0.375959 14.4173C-0.0376274 14.834 -0.0376274 15.5101 0.375959 15.9282C0.790346 16.3453 1.46429 16.3453 1.87788 15.9282L8.4057 9.36567C8.61296 9.15583 8.71561 8.8833 8.71561 8.61001C8.71561 8.33711 8.61296 8.06306 8.4057 7.85436Z' fill='%23be1c21'/%3E%3C/svg%3E%0A");
  }
  .gallery__thumbs {
    display: block;
    max-width: 860px;
    margin: 8px auto 0;
  }
  .gallery__thumbs-pagination-box {
    margin-top: 16px;
  }
  .gallery__thumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery__thumbs-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .gallery__thumbs-slide picture {
    display: block;
  }
  .gallery__thumbs-slide img {
    height: 100%;
    min-height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reviews {
    padding-top: 40px;
    padding-bottom: 37px;
  }
  .reviews__container {
    padding-right: 0;
    padding-left: 0;
  }
  .reviews__header {
    margin-bottom: 0;
  }
  .reviews__rating {
    margin-bottom: 8px;
  }
  .reviews__rating .rating__item:last-child {
    margin-right: 0;
  }
  .reviews__rating .rating__item::before {
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .reviews__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
  }
  .reviews__swiper-container {
    margin: 0;
  }
  .reviews__swiper-slide {
    padding: 16px 20px 29px;
  }
  .reviews__swiper-button {
    display: none;
  }
  .reviews__swiper-pagination.pagination.swiper-pagination-bullets {
    position: absolute;
    bottom: 5px;
    margin-top: 0;
  }
  .reviews-card {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 18px 16px 17px;
    border-radius: 10px;
    -webkit-box-shadow:
      3px 3px 10px #eceff1,
      5px 5px 20px #eceff1;
    box-shadow:
      3px 3px 10px #eceff1,
      5px 5px 20px #eceff1;
  }
  .reviews-card::after {
    display: none;
  }
  .reviews-card__header {
    margin-bottom: 16px;
  }
  .reviews-card__title {
    height: 62px;
    font-size: 16px;
    line-height: 1.3;
  }
  .reviews-card__title br {
    display: none;
  }
  .reviews-card__icon {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    margin-left: 6px;
    background-color: transparent;
  }
  .reviews-card__icon img {
    width: 20px;
    height: 21px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reviews-card__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-card__aside {
    width: 85px;
    height: 85px;
    margin-right: 0;
  }
  .reviews-card__photo {
    padding-top: 13px;
    padding-right: 12px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reviews-card__photo img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reviews-card__play {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-box-shadow:
      0px 2px 0px #4879e3,
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
    box-shadow:
      0px 2px 0px #4879e3,
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  }
  .reviews-card__play::before {
    width: 6px;
    height: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .reviews-card__play:hover,
  .reviews-card__play:active {
    -webkit-box-shadow:
      inset 0px 2px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
    box-shadow:
      inset 0px 2px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 9px rgba(144, 177, 249, 0.54);
  }
  .reviews-card__main {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-card__name {
    position: absolute;
    top: 0;
    right: 0;
    left: 88px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 88px;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .reviews-card__text {
    display: none;
  }
  .reviews-card__text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    padding-right: 15px;
  }
  .reviews-card__text-mobile {
    display: block;
    min-height: 258px;
    overflow: hidden;
  }
  .reviews-card__text-mobile p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
  }
  .reviews-card__text-mobile p:not(:last-child) {
    margin-bottom: 8px;
  }
  .reviews-card__text-more {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    margin-top: 4px;
  }
  .reviews-card__text-btn {
    display: inline-block;
    margin: 0;
    padding: 14px 0;
    font-weight: 600;
    letter-spacing: -0.6px;
    text-align: start;
    text-decoration: none;
    color: #3b85ee;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
  }
  .reviews-card__text-btn span {
    border-bottom: 1px dashed #3b85ee;
  }
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq__container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
  }
  .faq__card {
    margin-bottom: 7px;
  }
  .faq-card {
    padding: 14px 13px 12px 16px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .faq-card__header {
    position: relative;
    padding-right: 35px;
    padding-left: 0;
  }
  .faq-card__title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
  }
  .faq-card__title::after {
    position: absolute;
    top: calc(50% - 6.5px);
    right: 3px;
    width: 8px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .faq-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .faq-card__text ul {
    padding-left: 20px;
  }
  .faq-card__text ul.is-basic {
    font-weight: 200;
    font-size: 15px;
    line-height: 20px;
  }
  .faq-card__text ul.is-basic li {
    margin-bottom: 0;
    font: inherit;
  }
  .faq-card__photo {
    display: none;
  }
  .faq-card__close {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 18px;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
  }
  .manager {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.3;
  }
  .manager__wrapper {
    color: #ffffff;
    background-color: #3c444c;
  }
  .manager__container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .manager__inner {
    max-width: 320px;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .manager__title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    text-align: center;
  }
  .manager__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 700;
    font-size: 24px;
  }
  .manager__actions {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .manager__text {
    margin-bottom: 10px;
  }
  .manager__text-desktop {
    display: none;
  }
  .manager__text-mobile {
    display: inline;
  }
  .manager__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .manager__socials {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .manager__socials-link {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
  .manager__socials-link img {
    width: 20px;
    height: 20px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .manager__phone {
    display: block;
    margin-bottom: 15px;
  }
  .manager__phone-text {
    display: block;
  }
  .manager__phone-link {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px dashed #ffffff;
  }
  .manager__work {
    line-height: 1.6;
  }
  .manager__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .manager__position {
    font-size: inherit;
    color: #dadada;
  }
  .manager__img-box {
    position: static;
    width: 109px;
    height: 158px;
  }
  .contacts {
    margin-top: 0;
    padding-top: 41px;
    padding-bottom: 40px;
  }
  .contacts__container {
    max-width: 360px;
  }
  .contacts__header {
    margin-bottom: 16px;
  }
  .contacts__title {
    font-size: 16px;
    line-height: 1.3;
  }
  .contacts__title strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.2;
  }
  .contacts__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px 16px;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    list-style-type: none;
  }
  .contacts__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 132px;
    min-height: 45px;
    margin-right: 4px;
    margin-left: 4px;
    padding: 5px 10px;
    background-color: #eceff1;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .contacts__tab.is-active {
    pointer-events: none;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#487ef3), to(#6d9af8));
    background-image: -webkit-linear-gradient(bottom, #487ef3 0%, #6d9af8 100%);
    background-image: linear-gradient(0deg, #487ef3 0%, #6d9af8 100%);
    background-color: #487ef3;
    -webkit-box-shadow:
      inset 0 2px 0 rgba(0, 0, 0, 0.2),
      inset 0 0 9px rgba(144, 177, 249, 0.5);
    box-shadow:
      inset 0 2px 0 rgba(0, 0, 0, 0.2),
      inset 0 0 9px rgba(144, 177, 249, 0.5);
  }
  .contacts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__item {
    display: none;
  }
  .contacts__item.is-active {
    display: block;
  }
  .contacts__item:first-child {
    max-width: 100%;
  }
  .contacts__item:last-child {
    margin-top: 0;
  }
  .contacts__grid {
    margin: 0;
  }
  .contacts__col {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .contacts__col.is-under-map {
    padding-right: 0;
  }
  .contacts__col:nth-child(1) {
    z-index: 8;
  }
  .contacts__col:nth-child(2) {
    z-index: 7;
  }
  .contacts__col:nth-child(3) {
    z-index: 6;
  }
  .contacts__col:nth-child(4) {
    z-index: 5;
  }
  .contacts__col:nth-child(5) {
    z-index: 4;
  }
  .contacts__col:nth-child(6) {
    z-index: 3;
  }
  .contacts__col:nth-child(7) {
    z-index: 2;
  }
  .contacts__col:nth-child(8) {
    z-index: 1;
  }
  .contacts__map-card {
    display: block;
  }
  .contacts__map-card .contacts-card {
    margin-top: -58px;
    padding-bottom: 13px;
    -webkit-box-shadow:
      3px 3px 10px #eceff1,
      5px 5px 20px #eceff1;
    box-shadow:
      3px 3px 10px #eceff1,
      5px 5px 20px #eceff1;
  }
  .contacts__map-card .contacts-card__title {
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }
  .contacts__map-card .contacts-card__address {
    letter-spacing: normal;
  }
  .contacts__map-card .contacts-card__link {
    margin-left: 6px;
    letter-spacing: 1px;
  }
  .contacts__map-card .contacts-card__link.is-tel {
    letter-spacing: 0.2px;
  }
  .contacts__map-card .contacts-card__more {
    letter-spacing: normal;
  }
  .contacts__map-card .contacts-card__more::after {
    content: none;
  }
  .contacts__footer {
    padding-top: 34px;
  }
  .contacts__footer .faq-card {
    display: none;
  }
  .contacts__study-online {
    display: block;
  }
  .contacts-card {
    padding: 15px 16px 17px;
  }
  .contacts-card > br {
    display: none;
  }
  .contacts-card__number {
    display: none;
  }
  .contacts-card__title {
    margin-right: 62px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.7px;
  }
  .contacts-card__title br {
    display: none;
  }
  .contacts-card__info {
    margin: 0 62px 8px 0;
  }
  .contacts-card__info img {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 57px;
    height: 46px;
    margin-right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.5;
  }
  .contacts-card__info-text {
    margin-top: 0;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .contacts-card__address {
    min-height: auto;
    margin-right: 10px;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .contacts-card__state {
    margin-top: 0;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .contacts-card__list {
    margin-top: 0;
  }
  .contacts-card__item {
    font-weight: 100;
    font-size: 14px;
  }
  .contacts-card__link {
    margin-left: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .contacts-card__link.is-tel {
    font-weight: 600;
    font-size: inherit;
    letter-spacing: normal;
  }
  .contacts-card__more {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 13px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.5px;
    text-decoration: none;
  }
  .contacts-card__more::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 105%;
    height: 1px;
    border-bottom: 1px dashed #3b85ee;
  }
  .contacts-card.is-accent::before {
    top: -5px;
    right: 60px;
    width: 33px;
    height: 34px;
    background-size: contain;
  }
  .contacts-card.is-inline::before {
    right: 60px !important;
  }
  .contacts-card.is-inline .contacts-card__title br {
    display: none;
  }
  .contacts-card.is-inline .contacts-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-card.is-inline .contacts-card__left {
    width: auto;
  }
  .contacts-card.is-inline .contacts-card__info {
    margin-bottom: 8px;
  }
  .contacts-card.is-inline .contacts-card__address {
    margin-top: 0 !important;
    margin-bottom: 16px;
  }
  .contacts-card.is-inline .contacts-card__address br {
    display: none;
  }
  .contacts-card.is-inline .contacts-card__list {
    margin-top: 0 !important;
  }
  .contacts-card.is-inline .contacts-card__right {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
  }
  .contacts-card.is-inline .contacts-card__warn {
    max-width: none;
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 200;
  }
  .contacts-card.is-inline .contacts-card__warn br {
    display: none;
  }
  .contacts-card.is-inline .contacts-card__warn strong:first-child {
    display: none;
  }
  .contacts-card.is-inline .contacts-card__warn span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .contacts-card.is-inline .contacts-card__item {
    display: none;
  }
  .contacts-card.is-inline .contacts-card__item.is-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contacts-card.is-inline .contacts-card__btns {
    margin-top: 13px;
  }
  .contacts-card.is-inline .contacts-card__more {
    display: none;
    margin-top: 0;
  }
  .contacts-card.is-inline .contacts-card__more.is-mobile {
    display: inline;
    padding-top: 16px;
  }
  .contacts-card.is-inline .contacts-card__info-link {
    width: 133px;
    height: 33px;
    margin-top: 0;
    margin-right: 6px;
    font-size: 12px;
  }
  .contacts-card.is-closed {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
  }
  .contacts-card.is-closed .contacts-card__info-text,
  .contacts-card.is-closed .contacts-card__address,
  .contacts-card.is-closed .contacts-card__list,
  .contacts-card.is-closed .contacts-card__more,
  .contacts-card.is-closed .contacts-card__state,
  .contacts-card.is-closed .contacts-card__btns,
  .contacts-card.is-closed .contacts-card__warn {
    display: none;
  }
  .contacts-card.is-closed .contacts-card__info {
    margin: 0;
  }
  .contacts-card.is-closed .contacts-card__info img {
    right: 14px;
  }
  .contacts-card.is-closed .contacts-card__title {
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: normal;
  }
  .page-footer {
    margin-top: 39px;
    padding-top: 6px;
    padding-bottom: 27px;
    color: #ffffff;
    background: #3c444c;
  }
  .page-footer__container {
    max-width: 480px;
  }
  .page-footer__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page-footer__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
  .page-footer__top {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page-footer__logo {
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-footer__logo img {
    max-width: 94px;
  }
  .page-footer__logo-text {
    max-width: 125px;
    margin-top: 8px;
    margin-left: 0;
    font-size: 10px;
    line-height: 1.3;
  }
  .page-footer__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
  }
  .page-footer__actions .page-footer__list {
    margin-right: 16px;
  }
  .page-footer__actions .page-footer__link {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .page-footer__actions .page-footer__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-footer__actions .page-footer__text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .page-footer__text {
    max-width: 170px;
    font-size: 12px;
  }
  .page-footer__faq-card {
    margin-top: 30px;
    margin-bottom: 28px;
    padding: 14px 15px 11px;
    font-weight: 200;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    background-color: #3c444c;
    border: 1px dashed #ffffff;
  }
  .page-footer__faq-card .faq-card__title,
  .page-footer__faq-card .faq-card__section-title,
  .page-footer__faq-card .faq-card__section-text p {
    color: inherit;
  }
  .page-footer__faq-card .faq-card__header {
    padding-right: 0;
  }
  .page-footer__faq-card .faq-card__title {
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  .page-footer__faq-card .faq-card__title::after {
    content: none;
  }
  .page-footer__faq-card .faq-card__body {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .page-footer__faq-card .faq-card__section-title {
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
  }
  .page-footer__faq-card .faq-card__section-text p,
  .page-footer__faq-card .faq-card__section-text ul {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .page-footer__faq-card.is-opened .faq-card__body {
    position: static;
    width: auto;
    height: auto;
    padding: 24px 0 0;
    overflow: auto;
    clip: auto;
  }
  .page-footer__policy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-footer__policy-item {
    margin-bottom: 6px;
  }
  .page-footer__policy-link {
    font-size: 14px;
    line-height: 1.3;
  }
  .page-footer__policy-link.is-desktop {
    display: none;
  }
  .page-footer__policy-link.is-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .page-footer__data {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #b7b7b7;
  }
  .page-footer__data span {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.9;
  }
  .page-footer__title {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .page-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: -4px -4px 4px;
  }
  .page-footer__menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 4px;
  }
  .page-footer__menu-item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .page-footer__menu-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-footer__menu-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-footer__menu-item:nth-child(4) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .page-footer__menu-item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .page-footer__menu-item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .page-footer__menu-item:nth-child(6) .page-footer__menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-footer__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-decoration: none;
    color: #404040;
    background-color: #ececec;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }
  .page-footer__menu-link span {
    font-weight: 700;
  }
  .page-footer__menu-link:hover,
  .page-footer__menu-link:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.25);
  }
  .page-footer__menu-link.is-desktop {
    display: none;
  }
  .page-footer__form-container {
    display: block;
    padding-top: 8px;
  }
  .page-footer__form-wrapper {
    padding: 33px 16px 24px;
    color: #000000;
    background-image: -webkit-linear-gradient(
      282deg,
      #d5d5d5 0%,
      #ffffff 19%,
      #d5d5d5 34%,
      #ffffff 49%,
      #d5d5d5 65%,
      #ffffff 81%,
      #d5d5d5 100%
    );
    background-image: linear-gradient(
      168deg,
      #d5d5d5 0%,
      #ffffff 19%,
      #d5d5d5 34%,
      #ffffff 49%,
      #d5d5d5 65%,
      #ffffff 81%,
      #d5d5d5 100%
    );
    border-radius: 16px;
  }
  .page-footer__form-header {
    margin-bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }
  .page-footer__form-title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }
  .page-footer__form-text {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.1px;
  }
  .page-footer__form {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-footer__form .form__field {
    margin-bottom: 8px;
  }
  .page-footer__form .form__input,
  .page-footer__form .form__textarea {
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .page-footer__form .form__footer {
    margin-top: 12px;
  }
  .page-footer__form .form__policy {
    margin-top: 3px;
    color: inherit;
  }
  .page-footer__form .select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .page-footer__test {
    display: none;
  }
  .page-footer__center {
    margin-right: 0;
  }
  .page-footer__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 14px;
  }
  .page-footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .page-footer__contacts .page-footer__item {
    margin-right: 2px;
  }
  .page-footer__contacts .page-footer__item:last-child {
    margin-right: -6px;
  }
  .page-footer__contacts .page-footer__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    min-width: auto;
  }
  .page-footer__contacts .page-footer__link img {
    width: 31px;
    height: 31px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-footer__tel {
    margin-left: 0;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
  }
  .page-footer__work {
    display: none;
  }
  .page-footer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 29px;
    color: #b7b7b7;
  }
  .page-footer__copyright {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .page-footer__button {
    width: 560px !important;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .box {
    max-width: 320px;
    min-width: 260px;
    min-height: 100px;
    margin-right: 14px;
    margin-left: 14px;
    padding: 24px 10px 24px 16px !important;
    border-radius: 10px;
  }
  .box__close {
    top: 12px;
    background-position: center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    z-index: 9;
  }
  .box__title,
  .box__caption,
  .box__list,
  .box__swiper {
    display: none;
  }
  .box__mobile {
    display: block;
    line-height: 1.3;
  }
  .box__mobile-box:first-child {
    padding-right: 24px;
  }
  .box__mobile-box:not(:last-child) {
    margin-bottom: 16px;
  }
  .box__mobile-box--with-img {
    position: relative;
    min-height: 80px;
    padding-left: 41px;
  }
  .box__mobile-box--with-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 80px;
    background-image: url('../img/level/12.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .box__mobile-box--big-padding-top {
    padding-top: 8px;
  }
  .box__mobile-title {
    padding-top: 4px;
    font-weight: 700;
    font-size: 16px;
  }
  .box__mobile-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: -0.7px;
    list-style: none;
  }
  .box__mobile-item {
    position: relative;
    padding-left: 24px;
  }
  .box__mobile-item:not(:last-child) {
    margin-bottom: 7px;
  }
  .box__mobile-item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337));
    background-image: -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%);
    background-image: linear-gradient(360deg, #be1c21 0%, #dc3337 100%);
  }
  .page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 7px !important;
    margin-left: 7px !important;
    background-color: #dddddd !important;
  }
  .page .swiper-pagination-bullet-active {
    background-color: #6493f7 !important;
  }
  .select2-container--default .select2-selection--single {
    height: 45px;
    border-radius: 8px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 19px;
    right: 16px;
    width: 11px;
    height: 6px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    width: 11px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.49124 6.97327L1.01447 1.52624C0.666638 1.18114 0.666638 0.61876 1.01447 0.272936C1.36364 -0.0736962 1.92727 -0.0736962 2.27555 0.272936L7.12222 5.09134L11.9674 0.272935C12.3153 -0.0721765 12.8798 -0.0721765 13.2272 0.272935C13.5763 0.61876 13.5763 1.18114 13.2272 1.52624L7.75141 6.97327C7.57722 7.14618 7.3495 7.23184 7.12222 7.23184C6.89349 7.23184 6.66576 7.14618 6.49124 6.97327Z' fill='%23484A65'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fixed-button {
    display: none;
  }
  .study-online {
    text-align: center;
  }
  .study-online__title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }
  .study-online__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
  .study-online__button {
    min-width: auto;
    margin-bottom: 35px;
  }
  .study-online__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 192px;
    min-height: 48px;
    padding: 5px 10px;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #e13539;
    background-color: #ffffff;
    background-image:
      -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff)),
      -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background-image:
      -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 100%),
      -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background-image:
      linear-gradient(0deg, #ffffff 0%, #ffffff 100%),
      linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    border: 1px solid #e6363a;
    border-radius: 8px;
    cursor: pointer;
  }
  .study-online__link:hover,
  .study-online__link:active {
    color: #ffffff;
    background-color: #c4c4c4;
    background-image:
      -webkit-gradient(linear, left bottom, left top, from(#c52d30), to(#ff2e30)),
      -webkit-gradient(linear, left bottom, left top, from(#be1c21), to(#dc3337));
    background-image:
      -webkit-linear-gradient(bottom, #c52d30 0%, #ff2e30 100%),
      -webkit-linear-gradient(bottom, #be1c21 0%, #dc3337 100%);
    background-image:
      linear-gradient(0deg, #c52d30 0%, #ff2e30 100%),
      linear-gradient(0deg, #be1c21 0%, #dc3337 100%);
    -webkit-box-shadow:
      inset 0px 4px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 21px rgba(253, 64, 68, 0.45);
    box-shadow:
      inset 0px 4px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 21px rgba(253, 64, 68, 0.45);
  }
}

html {
  height: auto;
}
.page--quiz {
  height: auto;
}
.page--quiz .page-header {
  position: relative;
}
.page--quiz .page-header__logo-text,
.page--quiz .header-menu__link,
.page--quiz .page-header__place,
.page--quiz .page-header__tel,
.page--quiz .work__status {
  color: #000000;
}
.page--quiz .header-menu__link::after {
  border-bottom-color: #000;
}
.page--quiz .is-accent .header-menu__link {
  color: #e4363a;
}
.page--quiz .page-header__place::before {
  filter: invert(100%);
}
.page--quiz .page-header__burger {
  background-image: url(../img/icons/burger.svg);
}
@media (max-width: 991px) {
  .page--quiz .page-body {
    background: #fff url(../img/common/test_page_bg_mobile.png) bottom center no-repeat;
    background-size: cover;
  }
  .page--quiz .page-header__tel {
    color: #fff;
  }
  .page--quiz .page-footer {
    margin-top: 0;
  }
  .c-section--finish .form--feedback {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .page--quiz {
    background: url(../img/common/test_page_bg.png) bottom right no-repeat;
    background-size: cover;
  }
  .page--quiz .page-header__inner {
    padding: 30px 0 15px;
  }
  .c-section--finish .form--feedback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    position: relative;
    height: 100%;
    padding: 0 26px 19px;
  }
  .c-section--finish .form--feedback:before {
    content: url(../img/common/finish_bird.png);
    position: absolute;
    top: -30px;
    left: -60px;
    /* transform: rotate(10.03deg); */
  }
  .c-section--finish .form--feedback .form__send {
    padding-right: 24px;
    padding-left: 24px;
  }
  .c-section--finish .form--feedback .form__send .button__text {
    font-weight: 800;
    letter-spacing: 0.13em;
  }
}

.c-section--finish .form__header {
  margin-bottom: 32px;
  position: relative;
  color: #fff;
}
.c-section--finish .form__title {
  font-size: 24px;
  line-height: 1.2em;
  text-align: end;
}
@media (max-width: 991px) {
  .c-section--finish .form__title {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .contacts__map {
    height: 440px;
  }
}

@media (min-width: 1200px) {
  .contacts__map-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 317px - 55px);
  }

  .contacts__map {
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
  }

  .contacts__text {
    font-size: 16px;
  }
}

.contacts__text:first-child {
  margin-bottom: 50px;
}

.contacts__text:last-child {
  margin-top: 50px;
}

/* new-year */

/* @media (max-width: 1199px) {
    .page-header__logo-img{
      margin-top: -4px;
    }
    
    .page-footer__logo picture{
      margin-top: -4px;
    }
  }
  
  @media (min-width: 1200px) {
    .page-header__logo-img{
      margin-top: -20px;
    }
    
    .page-footer__logo picture{
      margin-top: -10px;
    }
  } */

.mobile-menu__link--platform {
  margin-top: 32px;
  color: #4d98fd;
}
.mobile-menu__link--platform::before {
  background-image: url("data:image/svg+xml;utf8, <svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.4902 9C16.4902 11.3116 15.6676 13.1092 14.3812 14.3312C13.0888 15.5589 11.2808 16.25 9.24023 16.25C8.82602 16.25 8.49023 16.5858 8.49023 17C8.49023 17.4142 8.82602 17.75 9.24023 17.75C11.6196 17.75 13.8117 16.9411 15.4143 15.4188C17.0228 13.8908 17.9902 11.6884 17.9902 9C17.9902 6.31157 17.0228 4.10923 15.4143 2.58123C13.8117 1.05888 11.6196 0.249999 9.24024 0.249999C8.82602 0.249999 8.49024 0.585786 8.49024 0.999999C8.49024 1.41421 8.82602 1.75 9.24024 1.75C11.2808 1.75 13.0888 2.44112 14.3812 3.66877C15.6676 4.89077 16.4902 6.68843 16.4902 9Z' fill='%234D98FD'/><path d='M8.14991 5.84955C8.4428 5.55666 8.91767 5.55666 9.21057 5.84955L11.7706 8.40956C12.0635 8.70245 12.0635 9.17732 11.7706 9.47021L9.21057 12.0302C8.91767 12.3231 8.4428 12.3231 8.14991 12.0302C7.85701 11.7373 7.85701 11.2624 8.14991 10.9696L9.42958 9.68988L1.00055 9.68988C0.586335 9.68988 0.250549 9.35409 0.250549 8.93988C0.250549 8.52567 0.586335 8.18988 1.00055 8.18988L9.42957 8.18988L8.14991 6.91021C7.85701 6.61732 7.85701 6.14245 8.14991 5.84955Z' fill='%234D98FD'/></svg>");
}

@media (min-width: 1200px) {
  section.contacts .section__card--dark {
    background-image: url(../img/contacts/chicaga_school_petrogradskaya.jpg);
    background-position: top 22px right 25px;
    background-repeat: no-repeat;
    background-size: 223px auto;
  }
  section.contacts .section__card--dark .contacts-card__warn {
    color: #000 !important;
  }
}
