.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*! 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: 'Museo Sans Cyrl';
  src: url("/static/fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("/static/fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("/static/fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("/static/fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("/static/fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("/static/fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

.header {
  background-color: #fff;
  padding: 11px 0 15px 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 15; }
  @media only screen and (max-width: 1240px) {
    .header {
      height: 101px;
      padding: 10px 0; } }
  @media only screen and (max-width: 1000px) {
    .header {
      height: 110px;
      padding: 0;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(154, 154, 154, 0.5);
              box-shadow: 0px 0px 9px 0px rgba(154, 154, 154, 0.5); } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 1000px) {
      .header .container {
        height: 110px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.header__logo {
  width: 102px;
  margin-right: 170px; }
  @media only screen and (max-width: 1500px) {
    .header__logo {
      width: 90px;
      margin-right: 150px; } }
  @media only screen and (max-width: 1240px) {
    .header__logo {
      margin-right: 85px; } }
  @media only screen and (max-width: 1000px) {
    .header__logo {
      margin-right: 15px; } }
  .header__logo a {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media only screen and (min-width: 1001px) {
      .header__logo a:hover {
        opacity: 0.7; } }
  .header__logo img {
    display: block;
    height: auto;
    width: 100%; }

.header__nav {
  margin-top: 24px; }
  @media only screen and (max-width: 1240px) {
    .header__nav {
      margin-top: 28px; } }
  @media only screen and (max-width: 1000px) {
    .header__nav {
      display: none; } }
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
  .header__nav li {
    padding: 7px 32px; }
    @media only screen and (max-width: 1500px) {
      .header__nav li {
        padding: 5px 25px; } }
    @media only screen and (max-width: 1240px) {
      .header__nav li {
        padding: 2px 20px; } }
    .header__nav li:nth-child(1) {
      padding-left: 0; }
    .header__nav li:last-child {
      padding-right: 0; }
    .header__nav li:not(:nth-child(1)) {
      border-left: 1px solid #eedfe5; }
    .header__nav li:not(:last-child) {
      border-right: 1px solid #eedfe5; }
  .header__nav a {
    font-size: 20px;
    line-height: 24px;
    color: #7d2348;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    @media only screen and (max-width: 1500px) {
      .header__nav a {
        font-size: 18px; } }
    @media only screen and (max-width: 1240px) {
      .header__nav a {
        font-size: 16px;
        line-height: 21px; } }
    @media only screen and (min-width: 1001px) {
      .header__nav a:hover {
        color: #e07793; } }

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-left: auto; }
  @media only screen and (max-width: 1500px) {
    .header__contacts {
      margin-top: 12px; } }
  @media only screen and (max-width: 1240px) {
    .header__contacts {
      margin-top: 17px; } }
  @media only screen and (max-width: 1000px) {
    .header__contacts {
      margin-top: 0; } }
  .header__contacts .instagram,
  .header__contacts .youtube,
  .header__contacts .vk,
  .header__contacts .telegram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    width: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
    border: 2px solid #7d2348;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease; }
    @media only screen and (max-width: 1240px) {
      .header__contacts .instagram,
      .header__contacts .youtube,
      .header__contacts .vk,
      .header__contacts .telegram {
        margin-right: 15px; } }
    @media only screen and (max-width: 1000px) {
      .header__contacts .instagram,
      .header__contacts .youtube,
      .header__contacts .vk,
      .header__contacts .telegram {
        margin-right: 10px; } }
    @media only screen and (min-width: 1001px) {
      .header__contacts .instagram:hover,
      .header__contacts .youtube:hover,
      .header__contacts .vk:hover,
      .header__contacts .telegram:hover {
        background-color: #e07793;
        border-color: #e07793; }
        .header__contacts .instagram:hover svg,
        .header__contacts .youtube:hover svg,
        .header__contacts .vk:hover svg,
        .header__contacts .telegram:hover svg {
          fill: #fff; } }
    .header__contacts .instagram svg,
    .header__contacts .youtube svg,
    .header__contacts .vk svg,
    .header__contacts .telegram svg {
      fill: #7d2348;
      -webkit-transition: fill 0.2s ease;
      transition: fill 0.2s ease; }
  .header__contacts .instagram svg {
    display: block;
    height: auto;
    width: 26px; }
  .header__contacts .youtube svg {
    display: block;
    height: auto;
    width: 27px; }
  .header__contacts .vk svg {
    display: block;
    height: auto;
    width: 27px; }
  .header__contacts .telegram svg {
    display: block;
    height: auto;
    width: 27px; }
  .header__contacts .whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    background-color: #7d2348;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    padding: 0 29px 0 18px;
    border-radius: 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    @media only screen and (max-width: 1240px) {
      .header__contacts .whatsapp {
        height: 49px; } }
    @media only screen and (max-width: 597px) {
      .header__contacts .whatsapp {
        height: 45px;
        width: 45px;
        padding: 0;
        border-radius: 50%; } }
    @media only screen and (min-width: 1001px) {
      .header__contacts .whatsapp:hover {
        background-color: #e07793; } }
    .header__contacts .whatsapp .icon {
      height: 40px;
      width: 40px;
      margin-right: 17px; }
      @media only screen and (max-width: 1240px) {
        .header__contacts .whatsapp .icon {
          height: 32px;
          width: 32px;
          margin-right: 14px; } }
      @media only screen and (max-width: 597px) {
        .header__contacts .whatsapp .icon {
          height: auto;
          width: 27px;
          margin-right: 0; } }
      .header__contacts .whatsapp .icon svg {
        display: block;
        height: auto;
        width: 100%;
        fill: #fff; }
    .header__contacts .whatsapp span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1240px) {
        .header__contacts .whatsapp span {
          height: 49px;
          font-size: 14px;
          line-height: 0; } }
      @media only screen and (max-width: 1000px) {
        .header__contacts .whatsapp span {
          font-size: 13px; } }
      @media only screen and (max-width: 597px) {
        .header__contacts .whatsapp span {
          display: none; } }

.footer {
  border-top: 11px solid #7d2348; }
  @media only screen and (max-width: 1000px) {
    .footer {
      border-top: none;
      overflow: hidden; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 1000px) {
      .footer .container {
        display: block;
        -ms-flex-wrap: unset;
            flex-wrap: unset; } }

.footer__private-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1500px) {
    .footer__private-policy {
      height: 65px; } }
  @media only screen and (max-width: 1000px) {
    .footer__private-policy {
      display: block;
      height: auto;
      width: 100%;
      padding: 25px 0; } }
  @media only screen and (max-width: 597px) {
    .footer__private-policy {
      padding: 15px 0; } }
  .footer__private-policy a {
    font-size: 22px;
    line-height: 0;
    color: #2c2c2c;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    @media only screen and (max-width: 1500px) {
      .footer__private-policy a {
        font-size: 18px; } }
    @media only screen and (max-width: 1240px) {
      .footer__private-policy a {
        font-size: 16px; } }
    @media only screen and (max-width: 1000px) {
      .footer__private-policy a {
        font-size: 18px;
        line-height: 26px; } }
    @media only screen and (max-width: 597px) {
      .footer__private-policy a {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (min-width: 1001px) {
      .footer__private-policy a:hover {
        color: #e07793; } }

.footer__madeby {
  background-color: #7d2348;
  padding: 0 60px;
  margin-left: auto; }
  @media only screen and (max-width: 1000px) {
    .footer__madeby {
      height: auto;
      width: 100%;
      padding: 25px 0;
      position: relative; }
      .footer__madeby:before {
        display: block;
        height: 100%;
        width: 50%;
        background-color: #7d2348;
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 0; }
      .footer__madeby:after {
        display: block;
        height: 100%;
        width: 50%;
        background-color: #7d2348;
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0; } }
  @media only screen and (max-width: 597px) {
    .footer__madeby {
      padding: 15px 0; } }
  .footer__madeby span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 82px;
    font-size: 18px;
    line-height: 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1500px) {
      .footer__madeby span {
        height: 60px;
        font-size: 16px; } }
    @media only screen and (max-width: 1240px) {
      .footer__madeby span {
        font-size: 14px; } }
    @media only screen and (max-width: 1000px) {
      .footer__madeby span {
        display: block;
        height: auto;
        font-size: 18px;
        line-height: 26px;
        position: relative;
        z-index: 5; } }
    @media only screen and (max-width: 597px) {
      .footer__madeby span {
        font-size: 14px;
        line-height: 24px; } }
  .footer__madeby a {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    @media only screen and (max-width: 1500px) {
      .footer__madeby a {
        font-size: 18px; } }
    @media only screen and (max-width: 1240px) {
      .footer__madeby a {
        font-size: 16px; } }
    @media only screen and (max-width: 1000px) {
      .footer__madeby a {
        font-size: 22px;
        line-height: 26px; } }
    @media only screen and (max-width: 597px) {
      .footer__madeby a {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (min-width: 1001px) {
      .footer__madeby a:hover {
        color: #e07793; } }

.button {
  display: inline-block;
  height: 55px;
  background-color: #7d2348;
  cursor: pointer;
  padding: 0 55px;
  outline: none;
  border: none;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  @media only screen and (max-width: 1500px) {
    .button {
      height: 48px;
      padding: 0 35px; } }
  @media only screen and (min-width: 1001px) {
    .button:hover {
      background-color: #e07793; } }

.button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button__content span {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 1500px) {
      .button__content span {
        font-size: 18px; } }

.privacy-policy {
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55; }

.privacy-policy.active {
  opacity: 1; }

.privacy-policy.active .privacy-policy__overlay {
  opacity: 1; }

.privacy-policy.active .privacy-policy__container {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.privacy-policy__overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.privacy-policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5; }

.privacy-policy__container {
  width: 85%;
  margin: 75px 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative; }

.privacy-policy__content {
  padding: 55px; }
  .privacy-policy__content table {
    width: 100%;
    font-size: 0.925rem;
    line-height: 1.1rem; }
    .privacy-policy__content table td {
      vertical-align: top;
      padding: 10px 20px;
      border-bottom: 2px solid #eceeef; }

@media only screen and (max-width: 1000px) {
  .privacy-policy__content {
    padding: 35px 50px 35px 40px; } }

.privacy-policy__content p {
  margin: 0; }

@media only screen and (max-width: 1000px) {
  .privacy-policy__content p {
    font-size: 14px;
    line-height: 22px; } }

.privacy-policy__content p + p {
  margin-top: 15px; }

.privacy-policy__close {
  display: block;
  height: 48px;
  width: 48px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: 2px solid #e07793;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: absolute;
  top: -55px;
  right: -55px; }

@media only screen and (max-width: 1000px) {
  .privacy-policy__close {
    height: 35px;
    width: 35px;
    right: 0; } }

@media only screen and (min-width: 1001px) {
  .privacy-policy__close:hover {
    background-color: #e07793; }
  .privacy-policy__close:hover span {
    background-color: #fff; } }

.privacy-policy__close span {
  display: block;
  height: 3px;
  width: 25px;
  background-color: #e07793;
  margin: auto;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media only screen and (max-width: 1000px) {
  .privacy-policy__close span {
    height: 2px;
    width: 20px; } }

.privacy-policy__close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.privacy-policy__close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.privacy-policy__content {
  background-color: #fff;
  border-radius: 5px; }

.cookie-info {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 57.7rem;
  z-index: 54;
  padding: 2.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px #0000001a;
          box-shadow: 0 1px 20px #0000001a;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1024px) {
    .cookie-info {
      left: 10px;
      bottom: 10px;
      width: calc(100% - 20px);
      padding: 10px;
      right: unset;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .cookie-info.hide {
    display: none !important; }
  .cookie-info__content a {
    display: block;
    color: #7d2348; }
  .cookie-info h3 {
    font-size: 18px; }
  .cookie-info__full {
    display: none; }
  .cookie-info.full {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cookie-info.full a {
      color: #7d2348; }
    .cookie-info.full .cookie-info__content {
      display: none; }
    .cookie-info.full .cookie-info__full {
      display: block; }
    @media only screen and (max-width: 1024px) {
      .cookie-info.full {
        bottom: unset;
        top: 10px;
        font-size: 12px;
        line-height: 1rem; } }
  .cookie-info__button {
    width: 290px; }
    @media only screen and (max-width: 1500px) {
      .cookie-info__button {
        width: 100%; } }
    .cookie-info__button button {
      background-color: #e07793;
      border: none;
      width: 100%;
      max-width: 270px;
      height: 50px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      .cookie-info__button button:hover {
        background-color: rgba(224, 119, 147, 0.7); }
      @media only screen and (max-width: 1500px) {
        .cookie-info__button button {
          max-width: 100%; } }

.index__top-slider {
  height: 571px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f0f0), to(#fcf8f5));
  background: linear-gradient(to bottom, #f6f0f0 0%, #fcf8f5 100%);
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.index__top-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 61px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 15;
  top: 0;
  right: 65px; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__nav {
      height: 60px;
      width: 100%;
      background-color: #7d2348;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative;
      right: unset; } }

@media only screen and (max-width: 1000px) {
  .index__top-slider__nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.index__top-slider__nav__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: 20px 0; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__nav__pagination {
      width: 90%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0; } }
  .index__top-slider__nav__pagination div {
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin: 7px 0;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .index__top-slider__nav__pagination div {
        height: 25px;
        width: 25px;
        margin: 0 15px; } }
    .index__top-slider__nav__pagination div:before {
      display: block;
      height: 9px;
      width: 9px;
      background-color: #7d2348;
      content: '';
      margin: auto;
      border: 2px solid #7d2348;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
      transition: background-color 0.2s ease, border-color 0.2s ease;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      @media only screen and (max-width: 1000px) {
        .index__top-slider__nav__pagination div:before {
          height: 18px;
          width: 18px;
          background-color: #fff;
          border-color: #fff; } }
    .index__top-slider__nav__pagination div:nth-child(1) {
      margin-top: 0; }
    .index__top-slider__nav__pagination div:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 1001px) {
      .index__top-slider__nav__pagination div:hover:not(.active):before {
        background-color: #e07793;
        border-color: #e07793; } }
    .index__top-slider__nav__pagination div.active {
      cursor: default; }
      .index__top-slider__nav__pagination div.active:before {
        background-color: transparent; }

.index__top-slider__nav__prev,
.index__top-slider__nav__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  width: 61px;
  background-image: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  cursor: pointer;
  border: 2px solid #7d2348;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__nav__prev,
    .index__top-slider__nav__next {
      display: none; } }
  @media only screen and (min-width: 1001px) {
    .index__top-slider__nav__prev:hover,
    .index__top-slider__nav__next:hover {
      background-color: #e07793;
      border-color: #e07793; }
      .index__top-slider__nav__prev:hover svg,
      .index__top-slider__nav__next:hover svg {
        fill: #fff; } }
  .index__top-slider__nav__prev svg,
  .index__top-slider__nav__next svg {
    display: block;
    height: auto;
    width: 11px;
    fill: #7d2348;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
    position: relative; }

.index__top-slider__nav__prev svg {
  top: -1px; }

.index__top-slider__nav__next svg {
  top: 1px; }

.index__top-slider__content {
  height: 571px;
  width: 100%;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__content {
      height: auto;
      background-color: #fff;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 39px; } }

.index__top-slider__content__slide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 571px;
  -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; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__content__slide .container {
      height: auto; } }

.index__top-slider__content__slide__image {
  display: none;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__content__slide__image {
      display: block; } }
  .index__top-slider__content__slide__image img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .index__top-slider__content__slide__image img.swiper-lazy-loaded {
      opacity: 1; }

.index__top-slider__content__slide__content {
  width: 540px; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__content__slide__content {
      width: 90%; } }

@media only screen and (max-width: 1000px) {
  .index__top-slider__content__slide__title {
    margin-top: 31px; } }

.index__top-slider__content__slide__title > * {
  display: block;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: #7d2348;
  text-transform: uppercase; }
  @media only screen and (max-width: 1500px) {
    .index__top-slider__content__slide__title > * {
      font-size: 42px;
      line-height: 52px; } }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__content__slide__title > * {
      font-size: 50px;
      line-height: 56px; } }
  @media only screen and (max-width: 597px) {
    .index__top-slider__content__slide__title > * {
      font-size: 25px;
      line-height: 34px; } }

.index__top-slider__content__slide__text {
  margin-top: 22px; }
  @media only screen and (max-width: 1500px) {
    .index__top-slider__content__slide__text {
      margin-top: 10px; } }
  .index__top-slider__content__slide__text p {
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    color: #7d2348;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 1500px) {
      .index__top-slider__content__slide__text p {
        font-size: 20px;
        line-height: 30px; } }
    @media only screen and (max-width: 1000px) {
      .index__top-slider__content__slide__text p {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 597px) {
      .index__top-slider__content__slide__text p {
        font-size: 18px;
        line-height: 24px; } }

.index__top-slider__content__slide__button {
  margin-top: 31px; }

.index__top-slider__images {
  height: 571px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__images {
      display: none;
      height: auto;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      position: relative; } }

.index__top-slider__images__slide.swiper-slide-active .container {
  opacity: 1; }

.index__top-slider__images__slide .container {
  height: 571px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__images__slide .container {
      height: auto;
      width: 100%; } }

.index__top-slider__images__slide__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  width: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -115px;
  right: -80px;
  z-index: 1; }
  @media only screen and (max-width: 1000px) {
    .index__top-slider__images__slide__image {
      height: auto;
      width: 100%;
      border-radius: 0;
      position: relative;
      top: 0;
      right: unset; } }
  .index__top-slider__images__slide__image img {
    display: block;
    height: auto;
    width: 100%; }

.index__ups {
  border-top: 10px solid #7d2348; }
  @media only screen and (max-width: 1000px) {
    .index__ups {
      border-top: none; } }

.index__ups__heading {
  text-align: center;
  margin-top: 51px; }
  .index__ups__heading .title > * {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #e07793;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .index__ups__heading .title > * {
        line-height: 38px; } }
    @media only screen and (max-width: 597px) {
      .index__ups__heading .title > * {
        font-size: 24px;
        line-height: 30px; } }
  @media only screen and (max-width: 1000px) {
    .index__ups__heading .text {
      margin-top: 5px; } }
  .index__ups__heading .text > * {
    display: block;
    font-size: 20px;
    line-height: 34px;
    color: #e07793;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .index__ups__heading .text > * {
        line-height: 30px; } }
    @media only screen and (max-width: 597px) {
      .index__ups__heading .text > * {
        font-size: 16px;
        line-height: 24px; } }

.index__ups__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px; }
  @media only screen and (max-width: 1500px) {
    .index__ups__content {
      margin-top: 50px; } }
  @media only screen and (max-width: 1240px) {
    .index__ups__content {
      width: 770px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 1000px) {
    .index__ups__content {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 65px; } }
  @media only screen and (max-width: 597px) {
    .index__ups__content {
      margin-top: 50px; } }

.index__ups__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 70px; }
  @media only screen and (max-width: 1500px) {
    .index__ups__content__item {
      width: 360px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__ups__content__item {
      width: 65%; } }
  @media only screen and (max-width: 597px) {
    .index__ups__content__item {
      width: 100%;
      -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; } }
  .index__ups__content__item:nth-child(1), .index__ups__content__item:nth-child(2), .index__ups__content__item:nth-child(3) {
    margin-top: 0; }
  .index__ups__content__item:not(:nth-child(3n)) {
    margin-right: 70px; }
    @media only screen and (max-width: 1500px) {
      .index__ups__content__item:not(:nth-child(3n)) {
        margin-right: 50px; } }
    @media only screen and (max-width: 1240px) {
      .index__ups__content__item:not(:nth-child(3n)) {
        margin-right: 0; } }
  @media only screen and (max-width: 1240px) {
    .index__ups__content__item {
      margin-top: 50px; }
      .index__ups__content__item:nth-child(3) {
        margin-top: 50px; }
      .index__ups__content__item:not(:nth-child(2n)) {
        margin-right: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__ups__content__item {
      margin-top: 60px; }
      .index__ups__content__item:nth-child(2) {
        margin-top: 60px; }
      .index__ups__content__item:nth-child(3) {
        margin-top: 60px; }
      .index__ups__content__item:not(:nth-child(2n)) {
        margin-right: 0; } }
  @media only screen and (max-width: 597px) {
    .index__ups__content__item {
      margin-top: 35px; }
      .index__ups__content__item:nth-child(2) {
        margin-top: 35px; }
      .index__ups__content__item:nth-child(3) {
        margin-top: 35px; } }
  .index__ups__content__item .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 115px;
    min-width: 135px;
    width: 135px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 25px; }
    @media only screen and (max-width: 1500px) {
      .index__ups__content__item .image {
        height: 95px;
        min-width: 100px;
        width: 100px; } }
    @media only screen and (max-width: 1000px) {
      .index__ups__content__item .image {
        height: auto;
        width: 135px;
        min-width: 135px;
        margin-right: 60px; } }
    @media only screen and (max-width: 597px) {
      .index__ups__content__item .image {
        width: 75px;
        min-width: 0;
        margin-right: 0; } }
    .index__ups__content__item .image img {
      display: block;
      height: auto;
      max-height: 100%;
      width: auto;
      max-width: 100%; }
  .index__ups__content__item .text {
    margin-bottom: 12px; }
    @media only screen and (max-width: 1500px) {
      .index__ups__content__item .text {
        margin-bottom: 0; } }
    @media only screen and (max-width: 597px) {
      .index__ups__content__item .text {
        width: 55%;
        text-align: center;
        margin: 15px auto 0 auto; } }
    .index__ups__content__item .text > * {
      display: block;
      font-weight: 300;
      font-size: 28px;
      line-height: 30px;
      color: #e07793;
      margin: 0; }
      @media only screen and (max-width: 1500px) {
        .index__ups__content__item .text > * {
          font-size: 21px;
          line-height: 28px; } }
      @media only screen and (max-width: 1000px) {
        .index__ups__content__item .text > * {
          font-size: 30px;
          line-height: 34px; } }
      @media only screen and (max-width: 597px) {
        .index__ups__content__item .text > * {
          font-size: 16px;
          line-height: 24px; } }

.index__services {
  background-color: #f1d8df;
  background-image: url("/static/images/services_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 60px; }
  @media only screen and (max-width: 1000px) {
    .index__services {
      background-image: none;
      margin-top: 80px;
      position: relative; } }

.index__services__title {
  text-align: center; }
  .index__services__title > * {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #7d2348;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .index__services__title > * {
        font-size: 30px;
        line-height: 38px; } }
    @media only screen and (max-width: 597px) {
      .index__services__title > * {
        font-size: 24px;
        line-height: 30px; } }

.index__services__content {
  margin-top: 50px;
  position: relative; }
  @media only screen and (max-width: 1500px) {
    .index__services__content {
      width: 990px;
      margin: 35px auto 0 auto; } }
  @media only screen and (max-width: 1240px) {
    .index__services__content {
      width: 100%; } }
  @media only screen and (max-width: 1000px) {
    .index__services__content {
      width: 75%;
      position: static; } }
  @media only screen and (max-width: 597px) {
    .index__services__content {
      width: 90%;
      margin-top: 30px; } }

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

.index__services__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  width: 445px;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 1501px) {
    .index__services__content__item:nth-child(1), .index__services__content__item:nth-child(2), .index__services__content__item:nth-child(3) {
      margin-top: 0; }
    .index__services__content__item:not(:nth-child(3n)) {
      margin-right: 32px; } }
  @media only screen and (max-width: 1500px) {
    .index__services__content__item {
      width: 470px;
      margin-top: 25px; }
      .index__services__content__item:nth-child(1), .index__services__content__item:nth-child(2) {
        margin-top: 0; }
      .index__services__content__item:not(:nth-child(2n)) {
        margin-right: 50px; } }
  @media only screen and (max-width: 1240px) {
    .index__services__content__item {
      width: 442px; }
      .index__services__content__item:not(:nth-child(2n)) {
        margin-right: 35px; } }
  @media only screen and (max-width: 1000px) {
    .index__services__content__item {
      width: 100%;
      margin-top: 30px;
      position: relative; }
      .index__services__content__item:nth-child(2) {
        margin-top: 30px; }
      .index__services__content__item:not(:nth-child(2n)) {
        margin-right: 0; } }
  @media only screen and (max-width: 597px) {
    .index__services__content__item {
      min-height: 50px;
      margin-top: 20px; }
      .index__services__content__item:nth-child(2) {
        margin-top: 20px; } }
  @media only screen and (min-width: 1001px) {
    .index__services__content__item:hover .icon {
      background-color: #e07793; }
      .index__services__content__item:hover .icon span {
        background-color: #fff; } }
  .index__services__content__item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    width: 385px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (max-width: 1500px) {
      .index__services__content__item .title {
        width: 410px; } }
    @media only screen and (max-width: 1000px) {
      .index__services__content__item .title {
        min-height: 50px;
        width: 100%;
        padding-right: 65px; } }
    .index__services__content__item .title span {
      display: block;
      font-size: 16px;
      line-height: 24px;
      color: #e07793;
      text-transform: uppercase; }
      @media only screen and (max-width: 597px) {
        .index__services__content__item .title span {
          font-size: 14px;
          line-height: 21px; } }
  .index__services__content__item .icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    background-color: #f6f6f6;
    border-radius: 50%;
    margin-left: auto;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .index__services__content__item .icon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5; } }
    @media only screen and (max-width: 597px) {
      .index__services__content__item .icon {
        height: 50px;
        width: 50px;
        min-width: 50px; } }
    .index__services__content__item .icon span {
      display: block;
      background-color: #e07793;
      margin: auto;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .index__services__content__item .icon span:nth-child(1) {
        height: 4px;
        width: 24px; }
        @media only screen and (max-width: 597px) {
          .index__services__content__item .icon span:nth-child(1) {
            height: 2px;
            width: 18px; } }
      .index__services__content__item .icon span:nth-child(2) {
        height: 24px;
        width: 4px; }
        @media only screen and (max-width: 597px) {
          .index__services__content__item .icon span:nth-child(2) {
            height: 18px;
            width: 2px; } }

.index__services__popup {
  height: 100%;
  min-height: 330px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15; }
  @media only screen and (max-width: 1000px) {
    .index__services__popup {
      height: auto;
      background-color: transparent;
      padding-top: 123px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media only screen and (max-width: 597px) {
    .index__services__popup {
      padding-top: 110px; } }
  .index__services__popup.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .index__services__popup .swiper-container {
    height: 100%; }
    @media only screen and (max-width: 1000px) {
      .index__services__popup .swiper-container {
        display: none;
        background-color: #fff;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .index__services__popup .swiper-scrollbar {
    height: 90% !important;
    width: 26px !important;
    background-color: #b8a8b0 !important;
    margin: auto;
    border-radius: 0;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
    @media only screen and (min-width: 1001px) {
      .index__services__popup .swiper-scrollbar:hover {
        background-color: #e07793 !important; }
        .index__services__popup .swiper-scrollbar:hover:before {
          background-color: #e07793 !important; } }
    .index__services__popup .swiper-scrollbar:before {
      display: block;
      height: 150%;
      width: 100%;
      background-color: #b8a8b0;
      content: '';
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      position: absolute;
      top: -10%;
      right: 0;
      z-index: 1; }
  .index__services__popup .swiper-scrollbar-drag {
    width: 8px;
    background-color: #fff;
    margin: auto;
    border-radius: 8px;
    z-index: 5; }

.index__services__popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 27px 70px 30px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .index__services__popup__container.hidden {
    display: none; }
    @media only screen and (max-width: 1000px) {
      .index__services__popup__container.hidden {
        display: block; } }
  @media only screen and (max-width: 1500px) {
    .index__services__popup__container {
      padding-right: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__services__popup__container {
      display: block;
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset;
      background-color: #fff;
      padding: 36px 5%; } }

.index__services__popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  background-color: #b8a8b0;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0 23px 0 17px;
  outline: none;
  border: none;
  border-radius: 19px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: absolute;
  top: 36px;
  right: 70px; }
  @media only screen and (max-width: 1500px) {
    .index__services__popup__close {
      top: 37px;
      right: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__services__popup__close {
      height: 59px;
      border-radius: 30px;
      position: relative;
      top: 0;
      right: unset; } }
  @media only screen and (max-width: 597px) {
    .index__services__popup__close {
      height: 38px;
      border-radius: 19px; } }
  @media only screen and (min-width: 1001px) {
    .index__services__popup__close:hover {
      background-color: #e07793; }
      .index__services__popup__close:hover svg {
        -webkit-transform: translateX(-3px);
                transform: translateX(-3px); } }
  .index__services__popup__close svg {
    display: block;
    height: auto;
    width: 17px;
    fill: #fff;
    margin-right: 10px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    @media only screen and (max-width: 1000px) {
      .index__services__popup__close svg {
        width: 26px; } }
    @media only screen and (max-width: 597px) {
      .index__services__popup__close svg {
        width: 15px; } }
  .index__services__popup__close span {
    display: block;
    font-size: 14px;
    line-height: 0;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 1500px) {
      .index__services__popup__close span {
        font-size: 13px; } }
    @media only screen and (max-width: 1000px) {
      .index__services__popup__close span {
        font-weight: 300;
        font-size: 21px; } }
    @media only screen and (max-width: 597px) {
      .index__services__popup__close span {
        font-weight: 500;
        font-size: 13px; } }

.index__services__popup__image {
  min-width: 297px;
  width: 297px;
  margin-right: 53px; }
  @media only screen and (max-width: 1500px) {
    .index__services__popup__image {
      min-width: 230px;
      width: 230px;
      margin-right: 40px; } }
  @media only screen and (max-width: 1000px) {
    .index__services__popup__image {
      width: 279px;
      margin-top: 15px; } }
  .index__services__popup__image img {
    display: block;
    height: auto;
    width: 100%; }

.index__services__popup__content__heading {
  padding-right: 175px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1000px) {
    .index__services__popup__content__heading {
      display: none;
      margin-top: 30px; } }
  @media only screen and (max-width: 597px) {
    .index__services__popup__content__heading {
      margin-top: 25px; } }
  .index__services__popup__content__heading.hidden {
    display: none; }
    @media only screen and (max-width: 1000px) {
      .index__services__popup__content__heading.hidden {
        display: block; } }
  .index__services__popup__content__heading .title > * {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #272324;
    text-transform: uppercase; }
    @media only screen and (max-width: 1500px) {
      .index__services__popup__content__heading .title > * {
        font-size: 18px;
        line-height: 26px; } }
    @media only screen and (max-width: 1000px) {
      .index__services__popup__content__heading .title > * {
        font-size: 20px;
        line-height: 30px; } }
    @media only screen and (max-width: 597px) {
      .index__services__popup__content__heading .title > * {
        font-size: 16px;
        line-height: 24px; } }
  @media only screen and (max-width: 1000px) {
    .index__services__popup__content__heading .price {
      margin-top: 5px; } }
  @media only screen and (max-width: 597px) {
    .index__services__popup__content__heading .price {
      margin-top: 2px; } }
  .index__services__popup__content__heading .price > * {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #272324;
    text-transform: uppercase; }
    @media only screen and (max-width: 1500px) {
      .index__services__popup__content__heading .price > * {
        font-size: 18px;
        line-height: 26px; } }
    @media only screen and (max-width: 597px) {
      .index__services__popup__content__heading .price > * {
        font-size: 16px;
        line-height: 24px; } }

.index__services__popup__content__text {
  margin-top: 20px; }
  @media only screen and (max-width: 1500px) {
    .index__services__popup__content__text {
      margin-top: 10px; } }
  @media only screen and (max-width: 1000px) {
    .index__services__popup__content__text {
      margin-top: 30px; } }
  @media only screen and (max-width: 597px) {
    .index__services__popup__content__text {
      margin-top: 25px; } }
  .index__services__popup__content__text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #272324;
    margin: 0; }
    @media only screen and (max-width: 1500px) {
      .index__services__popup__content__text p {
        font-size: 16px;
        line-height: 28px; } }
    @media only screen and (max-width: 1000px) {
      .index__services__popup__content__text p {
        font-size: 18px;
        line-height: 30px; } }
    @media only screen and (max-width: 597px) {
      .index__services__popup__content__text p {
        font-size: 16px;
        line-height: 26px; } }
    .index__services__popup__content__text p + p {
      margin-top: 15px; }

.index__benefits {
  background-color: #f9f9f9;
  padding-top: 51px;
  padding-bottom: 60px; }

.index__benefits__heading {
  text-align: center; }
  .index__benefits__heading .title > * {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #e07793;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .index__benefits__heading .title > * {
        line-height: 38px; } }
    @media only screen and (max-width: 597px) {
      .index__benefits__heading .title > * {
        font-size: 24px;
        line-height: 30px; } }
  @media only screen and (max-width: 1000px) {
    .index__benefits__heading .text {
      margin-top: 5px; } }
  .index__benefits__heading .text > * {
    display: block;
    font-size: 20px;
    line-height: 34px;
    color: #e07793;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .index__benefits__heading .text > * {
        line-height: 30px; } }
    @media only screen and (max-width: 597px) {
      .index__benefits__heading .text > * {
        font-size: 16px;
        line-height: 24px; } }

.index__benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px; }
  @media only screen and (max-width: 1240px) {
    .index__benefits__content {
      width: 800px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 1000px) {
    .index__benefits__content {
      width: 100%; } }

.index__benefits__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px; }
  @media only screen and (max-width: 1500px) {
    .index__benefits__content__item {
      width: 363px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 1000px) {
    .index__benefits__content__item {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 50px; } }
  .index__benefits__content__item:nth-child(1), .index__benefits__content__item:nth-child(2), .index__benefits__content__item:nth-child(3) {
    margin-top: 0; }
  .index__benefits__content__item:not(:nth-child(3n)) {
    margin-right: 55px; }
    @media only screen and (max-width: 1240px) {
      .index__benefits__content__item:not(:nth-child(3n)) {
        margin-right: 0; } }
  @media only screen and (max-width: 1240px) {
    .index__benefits__content__item:nth-child(2n) {
      margin-left: auto; }
    .index__benefits__content__item:nth-child(3) {
      margin-top: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__benefits__content__item:nth-child(2), .index__benefits__content__item:nth-child(3) {
      margin-top: 50px; } }
  .index__benefits__content__item .image {
    width: 149px;
    min-width: 149px;
    margin-top: 5px;
    margin-right: 30px; }
    @media only screen and (max-width: 1500px) {
      .index__benefits__content__item .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 103px;
        width: 100%;
        min-width: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 0; } }
    @media only screen and (max-width: 1000px) {
      .index__benefits__content__item .image {
        width: 150px; } }
    .index__benefits__content__item .image img {
      display: block;
      height: auto;
      width: 100%; }
      @media only screen and (max-width: 1500px) {
        .index__benefits__content__item .image img {
          height: 100%;
          width: auto; } }
  .index__benefits__content__item .content {
    width: 250px; }
    @media only screen and (max-width: 1500px) {
      .index__benefits__content__item .content {
        width: 100%;
        text-align: center;
        margin-top: 12px; } }
    @media only screen and (max-width: 1000px) {
      .index__benefits__content__item .content {
        text-align: left;
        margin-top: 0; } }
  .index__benefits__content__item .content__title > * {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #3e3e3e; }
    @media only screen and (max-width: 1500px) {
      .index__benefits__content__item .content__title > * {
        font-size: 20px; } }
    @media only screen and (max-width: 1000px) {
      .index__benefits__content__item .content__title > * {
        font-size: 22px; } }
    @media only screen and (max-width: 597px) {
      .index__benefits__content__item .content__title > * {
        font-size: 18px;
        line-height: 26px; } }
  .index__benefits__content__item .content__text {
    margin-top: 7px; }
    @media only screen and (max-width: 1500px) {
      .index__benefits__content__item .content__text {
        margin-top: 3px; } }
    .index__benefits__content__item .content__text p {
      font-weight: 300;
      font-size: 16px;
      line-height: 23px;
      color: #3e3e3e;
      margin: 0; }

.index__specialists {
  background-color: #7d2348;
  background-image: url("/static/images/specialists_bg.png");
  background-position: right 30px bottom;
  background-size: 457px auto;
  background-repeat: no-repeat;
  padding-top: 52px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1000px) {
    .index__specialists {
      background-image: none;
      padding-bottom: 50px; } }

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

.index__specialists__heading__slider-prev,
.index__specialists__heading__slider-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  @media only screen and (max-width: 597px) {
    .index__specialists__heading__slider-prev,
    .index__specialists__heading__slider-next {
      height: 32px;
      width: 32px; } }
  @media only screen and (min-width: 1001px) {
    .index__specialists__heading__slider-prev:hover,
    .index__specialists__heading__slider-next:hover {
      background-color: #e07793; }
      .index__specialists__heading__slider-prev:hover svg,
      .index__specialists__heading__slider-next:hover svg {
        fill: #fff; } }
  .index__specialists__heading__slider-prev svg,
  .index__specialists__heading__slider-next svg {
    display: block;
    height: auto;
    width: 10px;
    fill: #7d2348;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }
    @media only screen and (max-width: 597px) {
      .index__specialists__heading__slider-prev svg,
      .index__specialists__heading__slider-next svg {
        width: 8px; } }

.index__specialists__heading__slider-prev svg {
  position: relative;
  left: -2px; }
  @media only screen and (max-width: 597px) {
    .index__specialists__heading__slider-prev svg {
      left: -1px; } }

.index__specialists__heading__slider-next svg {
  position: relative;
  right: -2px; }
  @media only screen and (max-width: 597px) {
    .index__specialists__heading__slider-next svg {
      right: -1px; } }

.index__specialists__heading__title {
  margin: 0 20px; }
  .index__specialists__heading__title > * {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .index__specialists__heading__title > * {
        line-height: 38px; } }
    @media only screen and (max-width: 597px) {
      .index__specialists__heading__title > * {
        font-size: 24px;
        line-height: 33px; } }

.index__specialists__content {
  margin-top: 55px; }
  @media only screen and (max-width: 1240px) {
    .index__specialists__content {
      width: 783px;
      margin: 35px auto 0 auto; } }
  @media only screen and (max-width: 1000px) {
    .index__specialists__content {
      width: 100%; } }

.index__specialists__slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 1000px) {
    .index__specialists__slider__slide {
      -ms-flex-wrap: unset;
          flex-wrap: unset;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (max-width: 597px) {
    .index__specialists__slider__slide {
      display: block;
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

.index__specialists__slider__slide__image {
  width: 224px;
  margin-right: 9px; }
  @media only screen and (max-width: 1500px) {
    .index__specialists__slider__slide__image {
      width: 200px; } }
  @media only screen and (max-width: 1240px) {
    .index__specialists__slider__slide__image {
      width: 224px; } }
  @media only screen and (max-width: 1000px) {
    .index__specialists__slider__slide__image {
      min-width: 224px;
      margin-right: 15px; } }
  @media only screen and (max-width: 597px) {
    .index__specialists__slider__slide__image {
      width: 224px;
      min-width: 0;
      text-align: center;
      margin: auto; } }
  .index__specialists__slider__slide__image img {
    display: block;
    height: auto;
    width: 100%; }

.index__specialists__slider__slide__content {
  width: 442px;
  background-color: #fff;
  padding: 0 40px 13px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1500px) {
    .index__specialists__slider__slide__content {
      width: 366px; } }
  @media only screen and (max-width: 1240px) {
    .index__specialists__slider__slide__content {
      width: 550px; } }
  @media only screen and (max-width: 1000px) {
    .index__specialists__slider__slide__content {
      width: auto; } }
  @media only screen and (max-width: 597px) {
    .index__specialists__slider__slide__content {
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 20px;
      margin-top: 7px;
      overflow: hidden; } }

.index__specialists__slider__slide__heading {
  margin-top: 15px; }
  @media only screen and (max-width: 597px) {
    .index__specialists__slider__slide__heading {
      margin-top: 20px; } }
  .index__specialists__slider__slide__heading .title > * {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px; }
  .index__specialists__slider__slide__heading .position > * {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px; }

.index__specialists__slider__slide__text {
  margin-top: 27px; }
  @media only screen and (max-width: 1500px) {
    .index__specialists__slider__slide__text {
      margin-top: 15px; } }
  .index__specialists__slider__slide__text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin: 0; }
    .index__specialists__slider__slide__text p + p {
      margin-top: 15px; }

.index__youtube {
  background-image: url("/static/images/youtube_bg.png");
  background-position: right 30px bottom -1px;
  background-size: 358px auto;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 53px; }
  @media only screen and (max-width: 1000px) {
    .index__youtube {
      background-image: none; } }

.index__youtube__title {
  text-align: center; }
  .index__youtube__title > * {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #d94234;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .index__youtube__title > * {
        line-height: 38px; } }
    @media only screen and (max-width: 597px) {
      .index__youtube__title > * {
        font-size: 24px;
        line-height: 30px; } }

.index__youtube__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px; }
  @media only screen and (max-width: 1240px) {
    .index__youtube__content {
      width: 690px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 1000px) {
    .index__youtube__content {
      width: 100%; } }
  @media only screen and (max-width: 597px) {
    .index__youtube__content {
      margin-top: 30px; } }

.index__youtube__content__item {
  width: 320px;
  margin-top: 30px; }
  @media only screen and (max-width: 1500px) {
    .index__youtube__content__item {
      width: 277px; } }
  @media only screen and (max-width: 1240px) {
    .index__youtube__content__item {
      width: 320px; } }
  @media only screen and (max-width: 1000px) {
    .index__youtube__content__item {
      display: none;
      width: 47%; }
      .index__youtube__content__item:nth-child(1), .index__youtube__content__item:nth-child(2) {
        display: block; } }
  .index__youtube__content__item:nth-child(1), .index__youtube__content__item:nth-child(2), .index__youtube__content__item:nth-child(3), .index__youtube__content__item:nth-child(4) {
    margin-top: 0; }
  .index__youtube__content__item:not(:nth-child(4n)) {
    margin-right: 40px; }
    @media only screen and (max-width: 1500px) {
      .index__youtube__content__item:not(:nth-child(4n)) {
        margin-right: 30px; } }
    @media only screen and (max-width: 1240px) {
      .index__youtube__content__item:not(:nth-child(4n)) {
        margin-right: 0; } }
  @media only screen and (max-width: 1240px) {
    .index__youtube__content__item {
      margin-top: 40px; }
      .index__youtube__content__item:nth-child(3), .index__youtube__content__item:nth-child(4) {
        margin-top: 40px; }
      .index__youtube__content__item:not(:nth-child(2n)) {
        margin-right: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__youtube__content__item:not(:nth-child(2n)) {
      margin-right: 5%; } }
  .index__youtube__content__item a {
    display: block;
    text-decoration: none; }
    @media only screen and (min-width: 1001px) {
      .index__youtube__content__item a:hover .index__youtube__content__item__image:before {
        opacity: 1; }
      .index__youtube__content__item a:hover .index__youtube__content__item__image img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .index__youtube__content__item a:hover .index__youtube__content__item__title > * {
        color: #d94234; } }

.index__youtube__content__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  position: relative; }
  .index__youtube__content__item__image:before {
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .index__youtube__content__item__image img {
    display: block;
    height: auto;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .index__youtube__content__item__image .icon {
    width: 70px;
    margin: auto;
    position: absolute;
    z-index: 5; }
    .index__youtube__content__item__image .icon svg {
      display: block;
      height: auto;
      width: 100%; }

.index__youtube__content__item__title {
  text-align: center;
  margin-top: 15px; }
  .index__youtube__content__item__title > * {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    @media only screen and (max-width: 1500px) {
      .index__youtube__content__item__title > * {
        font-size: 14px;
        line-height: 21px; } }

.index__licenses {
  background-color: #f6f6f6;
  background-image: url("/static/images/licenses_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1000px) {
    .index__licenses {
      background-image: none; } }

.index__licenses__title {
  text-align: center; }
  .index__licenses__title > * {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #7d2348;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .index__licenses__title > * {
        line-height: 38px; } }
    @media only screen and (max-width: 597px) {
      .index__licenses__title > * {
        font-size: 24px;
        line-height: 30px; } }

.index__licenses__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px auto 0 auto; }
  @media only screen and (max-width: 1240px) {
    .index__licenses__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 1000px) {
    .index__licenses__content {
      width: 100%; } }
  @media only screen and (max-width: 597px) {
    .index__licenses__content {
      margin-top: 30px; } }

.index__licenses__content__item {
  width: 230px;
  background-color: #f6f6f6;
  padding: 6px;
  margin-top: 35px;
  border: 4px solid #b68fa8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1000px) {
    .index__licenses__content__item {
      width: 30%; } }
  .index__licenses__content__item:nth-child(1), .index__licenses__content__item:nth-child(2), .index__licenses__content__item:nth-child(3) {
    margin-top: 0; }
  .index__licenses__content__item:not(:nth-child(3n)) {
    margin-right: 90px; }
    @media only screen and (max-width: 1240px) {
      .index__licenses__content__item:not(:nth-child(3n)) {
        margin-right: 55px; } }
    @media only screen and (max-width: 1000px) {
      .index__licenses__content__item:not(:nth-child(3n)) {
        margin-right: 5%; } }
  .index__licenses__content__item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100%; }

.index__details {
  overflow: hidden; }
  @media only screen and (max-width: 597px) {
    .index__details {
      background-color: #e07793;
      padding-top: 55px;
      padding-bottom: 55px; } }
  .index__details .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 250px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .index__details .container {
        min-height: 470px;
        width: 594px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 597px) {
      .index__details .container {
        min-height: 0;
        width: 90%; } }

.index__details__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 338px;
  width: 338px;
  background-color: #e07793;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -44px;
  left: 0;
  z-index: 1; }
  @media only screen and (max-width: 1240px) {
    .index__details__image {
      height: 310px;
      width: 310px;
      top: -30px; } }
  @media only screen and (max-width: 1000px) {
    .index__details__image {
      height: 594px;
      width: 594px;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      margin: auto;
      top: -62px;
      right: 0; } }
  @media only screen and (max-width: 597px) {
    .index__details__image {
      height: auto;
      width: 100%;
      background-color: transparent;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      top: 0; } }
  .index__details__image img {
    display: block;
    height: auto;
    width: 181px;
    margin-left: -11px; }
    @media only screen and (max-width: 1240px) {
      .index__details__image img {
        width: 150px; } }
    @media only screen and (max-width: 1000px) {
      .index__details__image img {
        width: 181px;
        margin-left: 62px; } }
    @media only screen and (max-width: 597px) {
      .index__details__image img {
        width: 115px;
        margin-left: 0; } }

.index__details__content {
  width: 1013px;
  padding-bottom: 35px;
  margin-left: auto;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 1500px) {
    .index__details__content {
      width: 830px; } }
  @media only screen and (max-width: 1240px) {
    .index__details__content {
      width: 570px; } }
  @media only screen and (max-width: 1000px) {
    .index__details__content {
      width: 270px;
      padding-bottom: 0;
      margin-right: 40px; } }
  @media only screen and (max-width: 597px) {
    .index__details__content {
      width: 100%;
      margin-top: 23px;
      margin-right: 0; } }
  .index__details__content a {
    color: #7d2348; }

.index__details__content__heading {
  padding-left: 32px;
  margin-top: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1500px) {
    .index__details__content__heading {
      margin-top: 47px; } }
  @media only screen and (max-width: 1000px) {
    .index__details__content__heading {
      padding-left: 0;
      margin-top: 0; } }
  .index__details__content__heading > * {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 1500px) {
      .index__details__content__heading > * {
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (max-width: 1240px) {
      .index__details__content__heading > * {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (max-width: 1000px) {
      .index__details__content__heading > * {
        font-size: 20px;
        line-height: 24px;
        color: #fff; } }
    @media only screen and (max-width: 597px) {
      .index__details__content__heading > * {
        font-size: 16px;
        text-align: center; } }

.index__details__content__text {
  background-color: #f5f5f5;
  padding: 13px 20px 17px 32px;
  margin-top: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1000px) {
    .index__details__content__text {
      background-color: transparent;
      padding: 0;
      border-radius: 0; } }
  @media only screen and (max-width: 597px) {
    .index__details__content__text {
      margin-top: 12px; } }
  .index__details__content__text p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 0; }
    @media only screen and (max-width: 1500px) {
      .index__details__content__text p {
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (max-width: 1240px) {
      .index__details__content__text p {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (max-width: 1000px) {
      .index__details__content__text p {
        font-size: 20px;
        line-height: 24px;
        color: #fff; } }
    @media only screen and (max-width: 597px) {
      .index__details__content__text p {
        font-size: 16px;
        text-align: center; } }

@media only screen and (max-width: 1240px) {
  .index__contacts {
    margin-top: 35px; } }

@media only screen and (max-width: 1000px) {
  .index__contacts {
    margin-top: 53px; } }

.index__contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.index__contacts__map {
  min-height: 532px;
  width: 952px;
  margin-right: 68px;
  position: relative; }
  @media only screen and (max-width: 1500px) {
    .index__contacts__map {
      min-height: 480px;
      width: 750px; } }
  @media only screen and (max-width: 1240px) {
    .index__contacts__map {
      display: none;
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .index__contacts__map:before {
    display: block;
    height: 100%;
    width: 1500px;
    background-color: #f5f5f5;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }

.index__contacts__map__content {
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%281%201%29%22%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-645.263%22%20y1%3D%22440.701%22%20x2%3D%22-644.687%22%20y2%3D%22440.462%22%20gradientTransform%3D%22scale%28-18%2018%29%20rotate%2887.565%20-94.327%20556.502%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e07793%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.631%22%20stop-color%3D%22%23e07793%22%20stop-opacity%3D%22.631%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e07793%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url%28%23a%29%22%20stroke-width%3D%222%22%20d%3D%22M17.24%2035.98c9.93.42%2018.33-7.29%2018.75-17.22%22%3E%3CanimateTransform%20accumulate%3D%22none%22%20additive%3D%22replace%22%20attributeName%3D%22transform%22%20calcMode%3D%22linear%22%20dur%3D%220.9s%22%20fill%3D%22remove%22%20from%3D%220%2018%2018%22%20repeatCount%3D%22indefinite%22%20restart%3D%22always%22%20to%3D%22360%2018%2018%22%20type%3D%22rotate%22%2F%3E%3C%2Fpath%3E%3Ccircle%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23e07793%22%20cx%3D%2217.24%22%20cy%3D%2235.98%22%20r%3D%221%22%3E%3CanimateTransform%20accumulate%3D%22none%22%20additive%3D%22replace%22%20attributeName%3D%22transform%22%20calcMode%3D%22linear%22%20dur%3D%220.9s%22%20fill%3D%22remove%22%20from%3D%220%2018%2018%22%20repeatCount%3D%22indefinite%22%20restart%3D%22always%22%20to%3D%22360%2018%2018%22%20type%3D%22rotate%22%2F%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px 75px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5; }
  .index__contacts__map__content > div {
    height: 100% !important;
    width: 100% !important; }

.index__contacts__content {
  width: 270px; }
  @media only screen and (max-width: 1240px) {
    .index__contacts__content {
      width: 100%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.index__contacts__content__title {
  margin-top: 53px; }
  @media only screen and (max-width: 1500px) {
    .index__contacts__content__title {
      margin-top: 35px; } }
  @media only screen and (max-width: 1000px) {
    .index__contacts__content__title {
      margin-top: 0; } }
  .index__contacts__content__title > * {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 597px) {
      .index__contacts__content__title > * {
        font-size: 24px;
        line-height: 30px; } }

.index__contacts__content__items {
  margin-top: 32px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1500px) {
    .index__contacts__content__items {
      margin-top: 30px; } }
  @media only screen and (max-width: 1240px) {
    .index__contacts__content__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.index__contacts__content__item {
  font-weight: 300;
  color: #000; }
  @media only screen and (max-width: 1240px) {
    .index__contacts__content__item {
      width: 350px; }
      .index__contacts__content__item:nth-child(1) {
        margin-right: 50px; } }
  @media only screen and (max-width: 1000px) {
    .index__contacts__content__item {
      width: 100%; }
      .index__contacts__content__item:nth-child(1) {
        margin-right: 0; } }
  .index__contacts__content__item:not(:nth-child(1)) {
    margin-top: 48px; }
    @media only screen and (max-width: 1500px) {
      .index__contacts__content__item:not(:nth-child(1)) {
        margin-top: 20px; } }
    @media only screen and (max-width: 1240px) {
      .index__contacts__content__item:not(:nth-child(1)) {
        margin-top: 0; } }
    @media only screen and (max-width: 1000px) {
      .index__contacts__content__item:not(:nth-child(1)) {
        margin-top: 25px; } }
  .index__contacts__content__item:last-child {
    margin-top: 10px;
    margin-bottom: 15px; }
  .index__contacts__content__item ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .index__contacts__content__item ul li {
      display: block;
      margin-bottom: 5px;
      color: #7d2348;
      font-weight: 500;
      cursor: pointer; }

.index__contacts__content__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .index__contacts__content__item__heading .icon {
    width: 51px;
    min-width: 51px;
    margin-right: 11px; }
    .index__contacts__content__item__heading .icon img {
      display: block;
      height: auto;
      width: 100%; }

.index__contacts__content__item__details {
  margin-top: 18px; }
  @media only screen and (max-width: 1500px) {
    .index__contacts__content__item__details {
      margin-top: 12px; } }
  @media only screen and (max-width: 1000px) {
    .index__contacts__content__item__details {
      margin-top: 15px; } }
  .index__contacts__content__item__details p {
    line-height: 30px;
    margin: 0; }
    @media only screen and (max-width: 1500px) {
      .index__contacts__content__item__details p {
        line-height: 26px; } }
    @media only screen and (max-width: 1000px) {
      .index__contacts__content__item__details p {
        line-height: 30px; } }

.index__contacts__map__mobile {
  display: none;
  height: 500px;
  width: 100%;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%281%201%29%22%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-645.263%22%20y1%3D%22440.701%22%20x2%3D%22-644.687%22%20y2%3D%22440.462%22%20gradientTransform%3D%22scale%28-18%2018%29%20rotate%2887.565%20-94.327%20556.502%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e07793%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.631%22%20stop-color%3D%22%23e07793%22%20stop-opacity%3D%22.631%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e07793%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url%28%23a%29%22%20stroke-width%3D%222%22%20d%3D%22M17.24%2035.98c9.93.42%2018.33-7.29%2018.75-17.22%22%3E%3CanimateTransform%20accumulate%3D%22none%22%20additive%3D%22replace%22%20attributeName%3D%22transform%22%20calcMode%3D%22linear%22%20dur%3D%220.9s%22%20fill%3D%22remove%22%20from%3D%220%2018%2018%22%20repeatCount%3D%22indefinite%22%20restart%3D%22always%22%20to%3D%22360%2018%2018%22%20type%3D%22rotate%22%2F%3E%3C%2Fpath%3E%3Ccircle%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23e07793%22%20cx%3D%2217.24%22%20cy%3D%2235.98%22%20r%3D%221%22%3E%3CanimateTransform%20accumulate%3D%22none%22%20additive%3D%22replace%22%20attributeName%3D%22transform%22%20calcMode%3D%22linear%22%20dur%3D%220.9s%22%20fill%3D%22remove%22%20from%3D%220%2018%2018%22%20repeatCount%3D%22indefinite%22%20restart%3D%22always%22%20to%3D%22360%2018%2018%22%20type%3D%22rotate%22%2F%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px 75px;
  margin-top: 50px; }
  @media only screen and (max-width: 1240px) {
    .index__contacts__map__mobile {
      display: block; } }
  @media only screen and (max-width: 1000px) {
    .index__contacts__map__mobile {
      height: 532px; } }
  @media only screen and (max-width: 597px) {
    .index__contacts__map__mobile {
      height: 450px; } }
  .index__contacts__map__mobile > div {
    height: 100% !important;
    width: 100% !important; }

.index__pages {
  position: relative;
  margin-top: 50px; }

.index__form {
  background: #7d2348;
  padding: 50px 0; }
  .index__form__title {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center; }
    .index__form__title span {
      display: block;
      margin-top: 10px;
      font-weight: 300;
      font-size: 16px;
      line-height: 23px; }
  .index__form__error {
    color: #fff; }
  .index__form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .index__form__field {
    width: 33%; }
    @media only screen and (max-width: 1500px) {
      .index__form__field {
        width: 100%; } }
    .index__form__field input {
      width: calc(100% - 40px);
      height: 50px;
      border: none;
      background: #fff;
      padding: 0 20px;
      line-height: 50px;
      color: #7d2348; }
      .index__form__field input::-webkit-input-placeholder {
        color: #7d2348; }
      .index__form__field input::-moz-placeholder {
        color: #7d2348; }
      .index__form__field input:-ms-input-placeholder {
        color: #7d2348; }
      .index__form__field input:-moz-placeholder {
        color: #7d2348; }
  .index__form__button {
    width: 290px; }
    @media only screen and (max-width: 1500px) {
      .index__form__button {
        width: 100%; } }
    .index__form__button button {
      background-color: #e07793;
      border: none;
      width: 100%;
      max-width: 270px;
      height: 50px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      .index__form__button button:hover {
        background-color: rgba(224, 119, 147, 0.7); }
      @media only screen and (max-width: 1500px) {
        .index__form__button button {
          max-width: 100%; } }
  .index__form__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    color: #fff; }
    .index__form__agree label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .index__form__agree label span {
        line-height: 28px; }
      .index__form__agree label a {
        color: #fff; }
      .index__form__agree label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
    .index__form__agree:hover .index__form__check {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjggMFYyOEgwVjBIMjhaTTI2LjI1IDEuNzVIMS43NVYyNi4yNUgyNi4yNVYxLjc1WiIgZmlsbD0iI0UwNzc5MyIvPjwvc3ZnPgo="); }
    .index__form__agree:hover a, .index__form__agree:hover span {
      color: #E07793; }
  .index__form__check {
    display: block;
    width: 34px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjggMFYyOEgwVjBIMjhaTTI2LjI1IDEuNzVIMS43NVYyNi4yNUgyNi4yNVYxLjc1WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4K");
    background-repeat: no-repeat;
    margin-right: 10px; }
    @media only screen and (max-width: 1500px) {
      .index__form__check {
        min-width: 28px; } }
  .index__form__success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin-top: 25px; }
    .index__form__success__black {
      color: #3e3e3e; }

.index__form__agree label input:checked ~ .index__form__check {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjggMFYyOEgwVjBIMjhaTTI2LjI1IDEuNzVIMS43NVYyNi4yNUgyNi4yNVYxLjc1WiIgZmlsbD0iI0UwNzc5MyIvPjxwYXRoIGQ9Ik0xMS4wMDAyIDE4LjE2OThMNi44MzAxNiAxMy45OTk4TDUuNDEwMTYgMTUuNDA5OEwxMS4wMDAyIDIwLjk5OThMMjMuMDAwMiA4Ljk5OTg0TDIxLjU5MDIgNy41ODk4NEwxMS4wMDAyIDE4LjE2OThaIiBmaWxsPSIjRTA3NzkzIi8+PC9zdmc+Cg=="); }

.index__form__agree label input:checked ~ span {
  color: #E07793; }

.index__form__service {
  background: #fff; }
  .index__form__service .index__form__title {
    color: #3e3e3e; }
  .index__form__service .index__form__field input {
    border: 2px solid #7d2348;
    height: 46px;
    line-height: 46px; }
  .index__form__service .index__form__agree {
    color: #7d2348; }
    .index__form__service .index__form__agree a {
      color: #7d2348; }
  .index__form__service .index__form__check {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjggMFYyOEgwVjBIMjhaTTI2LjI1IDEuNzVIMS43NVYyNi4yNUgyNi4yNVYxLjc1WiIgZmlsbD0iIzdEMjM0OCIvPjwvc3ZnPgo="); }
  .index__form__service .index__form__error {
    color: #E07793; }

.index__certificates {
  position: relative;
  width: 100%;
  min-height: 558px;
  background: #7d2348;
  padding: 50px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1024px) {
    .index__certificates {
      padding-bottom: 50px; } }
  .index__certificates:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    height: 558px;
    background: url(/static/images/sertificate/pattern-left.png) no-repeat;
    background-size: cover; }
  .index__certificates:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 465px;
    height: 558px;
    background: url(/static/images/sertificate/pattern-right.png) no-repeat;
    background-size: cover; }
  .index__certificates .container {
    position: relative;
    z-index: 2; }
  .index__certificates__title {
    text-align: center;
    margin-bottom: 45px; }
    .index__certificates__title > * {
      display: block;
      font-weight: 700;
      font-size: 28px;
      line-height: 40px;
      color: #fff;
      text-transform: uppercase;
      margin: 0; }
      @media only screen and (max-width: 1000px) {
        .index__certificates__title > * {
          line-height: 38px; } }
      @media only screen and (max-width: 597px) {
        .index__certificates__title > * {
          font-size: 24px;
          line-height: 30px; } }
  .index__certificates__wrapper {
    display: grid;
    grid-gap: 16px;
    grid-column: span 2;
    grid-template-columns: repeat(2, [col] 1fr); }
    @media only screen and (max-width: 1024px) {
      .index__certificates__wrapper {
        grid-column: span 1;
        grid-template-columns: repeat(1, [col] 1fr); } }
  .index__certificates__subtitle {
    text-align: left; }
    .index__certificates__subtitle > * {
      display: block;
      font-weight: 700;
      font-size: 22px;
      line-height: 32px;
      color: #fff;
      text-transform: uppercase;
      margin: 0; }
      @media only screen and (max-width: 1000px) {
        .index__certificates__subtitle > * {
          line-height: 32px; } }
      @media only screen and (max-width: 597px) {
        .index__certificates__subtitle > * {
          font-size: 18px;
          line-height: 28px; } }
  .index__certificates__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    @media only screen and (max-width: 1024px) {
      .index__certificates__content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .index__certificates__content ul {
      list-style: none;
      padding: 0;
      margin: 20px 0 0 -15px; }
      @media only screen and (max-width: 1024px) {
        .index__certificates__content ul {
          margin-left: 0; } }
      .index__certificates__content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 6px; }
        .index__certificates__content ul li:before {
          content: "";
          display: block;
          background: #a6426c;
          width: 8px;
          height: 8px;
          margin-right: 7px; }
  .index__certificates__image {
    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; }
    @media only screen and (max-width: 1024px) {
      .index__certificates__image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .index__certificates__image img {
      width: 100%;
      height: auto; }
  .index__certificates__link {
    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;
    background-color: #e07793;
    border: none;
    width: 100%;
    max-width: 220px;
    height: 50px;
    color: #fff;
    margin-top: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .index__certificates__link:hover {
      background-color: rgba(224, 119, 147, 0.7); }

.certificate__form {
  position: relative; }
  .certificate__form .index__form__field {
    width: 25%; }
    @media only screen and (max-width: 1024px) {
      .certificate__form .index__form__field {
        width: 100%; } }
  .certificate__form .index__form__success {
    color: #000; }
  .certificate__form .index__form__button {
    text-align: center; }
    .certificate__form .index__form__button button {
      max-width: 260px; }

*:focus {
  outline: none; }

body {
  min-width: 375px;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e; }
  body.fixed {
    overflow: hidden; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: auto; }
  @media only screen and (max-width: 1500px) {
    .container {
      max-width: 1200px; } }
  @media only screen and (max-width: 1240px) {
    .container {
      max-width: 920px; } }
  @media only screen and (max-width: 1000px) {
    .container {
      width: 90%; } }

.swiper-container .swiper-lazy-preloader {
  display: block;
  height: 75px;
  width: 75px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%281%201%29%22%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-645.263%22%20y1%3D%22440.701%22%20x2%3D%22-644.687%22%20y2%3D%22440.462%22%20gradientTransform%3D%22scale%28-18%2018%29%20rotate%2887.565%20-94.327%20556.502%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e07793%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.631%22%20stop-color%3D%22%23e07793%22%20stop-opacity%3D%22.631%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e07793%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url%28%23a%29%22%20stroke-width%3D%222%22%20d%3D%22M17.24%2035.98c9.93.42%2018.33-7.29%2018.75-17.22%22%3E%3CanimateTransform%20accumulate%3D%22none%22%20additive%3D%22replace%22%20attributeName%3D%22transform%22%20calcMode%3D%22linear%22%20dur%3D%220.9s%22%20fill%3D%22remove%22%20from%3D%220%2018%2018%22%20repeatCount%3D%22indefinite%22%20restart%3D%22always%22%20to%3D%22360%2018%2018%22%20type%3D%22rotate%22%2F%3E%3C%2Fpath%3E%3Ccircle%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23e07793%22%20cx%3D%2217.24%22%20cy%3D%2235.98%22%20r%3D%221%22%3E%3CanimateTransform%20accumulate%3D%22none%22%20additive%3D%22replace%22%20attributeName%3D%22transform%22%20calcMode%3D%22linear%22%20dur%3D%220.9s%22%20fill%3D%22remove%22%20from%3D%220%2018%2018%22%20repeatCount%3D%22indefinite%22%20restart%3D%22always%22%20to%3D%22360%2018%2018%22%20type%3D%22rotate%22%2F%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px 75px;
  margin: auto;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-animation: none;
          animation: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .swiper-container .swiper-lazy-preloader:after {
    display: none; }

