@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Molot';
  src: url("../fonts/Molot.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Van';
  src: url("../fonts/van.otf") format("opentype");
  font-display: swap; }
@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
/*! 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; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

html, body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden; }

html {
  font-size: 2.667vw !important;
  height: 100%; }

body {
  background: #FFF;
  color: #1E3048;
  font-size: 1.6rem;
  line-height: 1.45;
  font-family: 'SFProText';
  font-weight: 400; }

@media screen and (max-width: 575px) {
  body {
    font-size: 1.4rem; } }
.my-body-noscroll-class {
  overflow: hidden; }

.my-body-noscroll-class body {
  overflow: hidden; }

img {
  max-width: 100%; }

a, button, .img-svg, .modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  -webkit-transition: 320ms;
  transition: 320ms;
  text-decoration: none; }

.img-svg path, .img-svg line, .img-svg circle {
  -webkit-transition: 320ms;
  transition: 320ms; }

/* Bootstrap 4 */
.container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  html {
    font-size: .621vw !important; }

  .container {
    max-width: 143rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
@media (min-width: 1200px) {
  html {
    font-size: .521vw !important; } }
@media screen and (max-width: 575px) {
  .pc {
    display: none; } }
@media screen and (min-width: 575px) {
  .xs {
    display: none; } }
.slick-slide {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

section {
  position: relative;
  z-index: 5; }

.container {
  position: relative;
  z-index: 5; }

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center top; }

@media screen and (max-width: 575px) {
  .section__bg {
    background-size: 37.5rem auto; } }
.section__bg.bottom {
  background-position: center bottom; }

@media screen and (max-width: 575px) {
  .section__bg.pc {
    display: none; } }
@media screen and (min-width: 575px) {
  .section__bg.xs {
    display: none; } }
.iframe-document {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.t-title {
  font-family: 'Molot';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 7.4rem;
  line-height: 1.17; }

@media screen and (max-width: 575px) {
  .t-title {
    font-size: 3rem; }

  .t-title br {
    display: none; } }
.t-title.black {
  color: #1E3048; }

.t-title span {
  color: #4D9AFF; }

.t-title span.green {
  color: #C2F641; }

.t-title span.orange {
  color: #FFB744; }

.t-subtitle {
  font-size: 3.6rem;
  font-family: 'Van'; 
  margin-bottom: 5rem;
}

@media screen and (max-width: 575px) {
  .t-subtitle {
    font-size: 2rem; 
    margin-bottom: 4rem;} }
.t-subtitle span {
  color: #4D9AFF; }

.t-btn {
  border-radius: 1.8rem;
  width: 37rem;
  height: 8.5rem;
  background-color: #FFC856;
  background-image: url("../img/buttons/orange.png");
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: #302108;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 320ms;
  transition: 320ms; }

@media screen and (max-width: 575px) {
  .t-btn {
    width: 28rem;
    height: 8rem;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto; } }
.t-btn.blue {
  background-color: #4D9AFF;
  background-image: url("../img/buttons/blue.png");
  color: #fff; }

.t-btn.orange-transparent {
  border: 1px solid #FFB744;
  color: #fff;
  background: none; }

.t-btn:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04); }

.t-btn img {
  width: 1.8rem;
  margin-left: 1rem; }

.tildaflash {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.flash_wrap-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  -webkit-transform: translateX(-85px);
          transform: translateX(-85px);
  -webkit-animation-name: tildaflash;
  animation-name: tildaflash;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.flash_effects {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  width: 45px;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg); }

@-webkit-keyframes tildaflash {
  20% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@keyframes tildaflash {
  20% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
br.important {
  display: block !important; }

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E3048;
  color: #fff;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 520ms;
  transition: 520ms;
  opacity: 0;
  pointer-events: none;
  padding: 1.7rem 1rem; }

.mobile__menu.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto; }

.mobile__menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mobile__menu-header .mobile__menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mobile__menu-header .mobile__menu-close .img-svg {
  width: 3.6rem;
  height: 3.6rem; }

.mobile__menu .header__phone {
  margin: 5rem 0 2rem;
  display: block;
  text-align: left; }

.mobile__menu .header__phone-link {
  font-size: 2.1rem; }

.mobile__menu .t-btn {
  margin: 0;
  width: 19rem;
  height: 6rem; }

@media screen and (min-width: 991px) {
  .overlay__inner::-webkit-scrollbar-thumb {
    background: transparent; }

  .overlay__inner::-webkit-scrollbar {
    width: 0;
    height: 5px;
    background: transparent; } }


.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3rem 0;
  z-index: 10;
  font-family: 'Manrope';
  color: #F4F9FF; }

@media screen and (max-width: 575px) {
  .header {
    padding: 1.7rem 0; } }
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__messenger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 6rem; }

@media screen and (max-width: 575px) {
  .header__messenger {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: 0; } }
.header__messenger-img {
  width: 4.6rem;
  margin-right: -1.5rem;
  margin-top: -2.5rem;
  z-index: 5;
  position: relative;
  border-radius: 50%; }

@media screen and (max-width: 575px) {
  .header__messenger-img {
    width: 2.4rem;
    margin-top: -0.3rem;
    margin-right: -1.5rem; } }
.header__messenger-link {
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 575px) {
  .header__messenger-link {
    width: 3.6rem;
    height: 3.6rem; } }
.header__messenger-link .img-svg {
  width: 2.5rem; }

@media screen and (max-width: 575px) {
  .header__messenger-link .img-svg {
    width: 1.7rem; } }
.header__messenger-link:hover {
  background: #36C550; }

.header__messenger-link:hover .img-svg path {
  fill: #fff; }

.header .mobile__menu-open {
  display: none; }

@media screen and (max-width: 575px) {
  .header .mobile__menu-open {
    width: 3.6rem;
    display: block;
    margin-left: 1rem; } }
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  color: #F4F9FF; }

@media screen and (max-width: 575px) {
  .header__logo {
    font-size: 1.1rem; } }
.header__logo img {
  width: 9rem;
  margin-right: 3rem; }

@media screen and (max-width: 575px) {
  .header__logo img {
    width: 3.2rem;
    margin-right: 2rem; } }
.header__phone {
  text-align: right; }

@media screen and (max-width: 575px) {
  .header__phone {
    display: none; } }
.header__phone-link {
  font-weight: 600;
  font-size: 1.9rem;
  color: #F4F9FF; }

.header__phone-link:hover {
  color: #4D9AFF; }

.header__phone-subtitle {
  opacity: 0.6;
  font-size: 1.4rem; }

.footer {
  padding-top: 5rem; }

@media screen and (max-width: 575px) {
  .footer {
    text-align: center; } }
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5rem; }

@media screen and (max-width: 575px) {
  .footer__top {
    display: block;
    padding-bottom: 3rem; } }
.footer__logo {
  width: 60rem;
  color: #848D99; }

@media screen and (max-width: 575px) {
  .footer__logo {
    width: 100%; } }
.footer__logo span {
  color: #1E3048; }

.footer__logo img {
  width: 7.3rem;
  margin-bottom: 1.5rem; }

.footer__center {
  font-size: 1.8rem;
  color: #848D99;
  width: 45rem; }

@media screen and (max-width: 575px) {
  .footer__center {
    width: 100%;
    font-size: 1.4rem;
    margin: 2.5rem 0 3.5rem; } }
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media screen and (min-width: 575px) {
  .footer__contacts {
    min-width: 35rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }
@media screen and (max-width: 575px) {
  .footer__contacts {
    display: block; } }
.footer__contacts .footer__messenger {
  margin-right: 2.3rem; }

@media screen and (max-width: 575px) {
  .footer__contacts .footer__messenger {
    margin: 0 auto;
    display: inline-block; } }
.footer__contacts .footer__messenger img {
  display: block;
  width: 5.3rem; }

@media screen and (max-width: 575px) {
  .footer__contacts .footer__messenger img {
    width: 4rem; } }
.footer__contacts .footer__phone-link {
  font-size: 3.2rem;
  font-family: 'Manrope';
  font-weight: 600;
  color: #1E3048; }

@media screen and (max-width: 575px) {
  .footer__contacts .footer__phone-link {
    font-size: 2.4rem;
    line-height: 1;
    display: inline-block;
    margin: 0.5rem 0 .3rem; } }
.footer__contacts .footer__phone-link:hover {
  color: #4D9AFF; }

.footer__contacts .footer__phone-subtitle {
  color: #848D99;
  font-size: 1.7rem; }

@media screen and (max-width: 575px) {
  .footer__contacts .footer__phone-subtitle {
    font-size: 1.6rem;
    letter-spacing: -0.05rem; } }
.footer__bottom {
  padding: 2.8rem 0;
  border-top: 1px solid rgba(132, 141, 153, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media screen and (max-width: 575px) {
  .footer__bottom {
    -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;
    padding: 2.2rem 0 3rem;
    font-size: 1.4rem; } }
.footer__bottom .footer__text {
  color: #848D99;
  width: 60rem; }

@media screen and (max-width: 575px) {
  .footer__bottom .footer__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
.footer__bottom .footer__link {
  color: #1E3048;
  font-weight: 600; }

@media screen and (max-width: 575px) {
  .footer__bottom .footer__link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1.5rem; } }
.footer__bottom .footer__link span {
  color: #4D9AFF; }

.footer__bottom .link2 {
  width: 45rem; }

@media screen and (max-width: 575px) {
  .footer__bottom .link2 {
    width: 100%; } }
.footer__bottom .link3 {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(4, 18, 38, 0.9);
  text-align: center; }

.overlay .overlay__inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5rem 0; }

@media screen and (max-width: 575px) {
  .overlay .overlay__inner {
    padding: 0; } }
.modal {
  display: none;
  margin: 0 auto;
  position: relative; }

.modal__form {
  width: 52rem;
  border-radius: 3rem;
  background: #fff;
  text-align: center; }

@media screen and (max-width: 575px) {
  .modal__form {
    width: 100%;
    min-height: 100%;
    border-radius: 0; } }
.modal__form .modal__close {
  position: absolute;
  right: 4.5rem;
  top: 4.5rem; }

@media screen and (max-width: 575px) {
  .modal__form .modal__close {
    right: 1.9rem;
    top: 2.6rem; } }
.modal__form .modal__close .img-svg {
  width: 2rem;
  height: 2rem; }

@media screen and (max-width: 575px) {
  .modal__form .modal__close .img-svg {
    width: 1.8rem;
    height: 1.8rem; } }
@media screen and (min-width: 575px) {
  .modal__form .modal__close:hover .img-svg path {
    stroke: #000; } }
.modal__form .modal__content {
  padding: 5rem 5rem 3rem; }

@media screen and (max-width: 575px) {
  .modal__form .modal__content {
    padding: 3rem 3rem 2.3rem; } }
.modal__form .t-title {
  font-size: 3.5rem; }

@media screen and (max-width: 575px) {
  .modal__form .t-title {
    font-size: 3rem; } }
.modal__form .subtitle {
  margin: 1.5rem 0 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8C97A3; }

@media screen and (max-width: 575px) {
  .modal__form .subtitle {
    font-size: 1.3rem;
    margin: 1rem 0 2rem; } }
.modal__form .t-btn {
  margin: 1.5rem 0;
  width: 100%; }

@media screen and (max-width: 575px) {
  .modal__form .t-btn {
    height: 7rem;
    margin: 1rem 0; } }
.modal__form .contacts {
  border-radius: 3rem;
  padding: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f6fd), to(#fff));
  background: linear-gradient(180deg, #f0f6fd 0%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 575px) {
  .modal__form .contacts {
    border-radius: 0;
    padding: 2rem; } }
.modal__form .contacts .contacts__title {
  margin-bottom: .5rem;
  font-size: 1.2rem; }

.modal__form .contacts .contacts__link {
  font-size: 2rem;
  color: #1E3048; }

.modal__form .contacts .contacts__link:hover {
  color: #4D9AFF; }

.modal__form .contacts .contacts__whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.05rem;
  color: rgba(30, 48, 72, 0.5); }

.modal__form .contacts .contacts__whatsapp:hover {
  color: #1e3048; }

.modal__form .contacts .contacts__whatsapp .dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.7rem; }

.t-input {
  margin-bottom: 1.1rem;
  background: #F0F6FD;
  border-radius: 1.5rem;
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  height: 6rem;
  padding: 0 2.5rem;
  font-size: 1.4rem;
  color: #1E3048; }

.t-input:-ms-input-placeholder {
  color: #1E3048;
  opacity: 1; }

.t-input::-webkit-input-placeholder {
  color: #1E3048;
  opacity: 1; }

.t-input::-ms-input-placeholder {
  color: #1E3048;
  opacity: 1; }

.t-input::placeholder {
  color: #1E3048;
  opacity: 1; }

.bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #1E3048;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0.7rem;
  text-align: left; }

.bonus__img {
  margin-right: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7rem;
  height: 8rem;
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 575px) {
  .bonus__img {
    margin-right: 1.5rem;
    height: 7rem; } }
.bonus__text .t-subtitle {
  font-size: 2.1rem; 
  margin-bottom: 0;}

@media screen and (max-width: 575px) {
  .bonus__text .t-subtitle {
    font-size: 1.7rem;} }
.bonus__text .t-subtitle span {
  color: #C2F641; }

.bonus__text .text {
  font-size: 1.2rem; }

@media screen and (max-width: 575px) {
  .bonus__text .text {
    font-size: 1.1rem; } }
.form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  text-align: left; }

.form__privacy input {
  display: none; }

.form__privacy input:checked ~ .form__privacy-rect img {
  opacity: 1; }

.form__privacy-rect {
  margin-right: 3px;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFB744;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media screen and (max-width: 575px) {
  .form__privacy-rect {
    margin-right: .8rem;
    width: 1.4rem;
    height: 1.4rem; } }
.form__privacy-rect img {
  width: 70%;
  -webkit-transition: 320ms;
  transition: 320ms;
  opacity: 0; }

.form__privacy-text {
  font-size: 0.9rem;
  color: #1E3048; }

@media screen and (max-width: 575px) {
  .form__privacy-text {
    line-height: 1.3;
    font-size: 1.1rem; } }
.form__privacy-text a {
  color: #1E3048;
  text-decoration: underline; }

.modal[data-modal="video"] {
  padding: 0;
  width: auto; }

.modal[data-modal="video"] .video-content {
  width: 800px;
  height: 450px;
  max-width: 100%;
  padding: 0;
  margin-top: 20rem; }

@media screen and (max-width: 575px) {
  .modal[data-modal="video"] .video-content {
    margin-top: 30rem; } }
@media screen and (max-width: 991px) {
  .modal[data-modal="video"] .video-content {
    width: 100rem;
    height: 60rem; } }
@media screen and (max-width: 570px) {
  .modal[data-modal="video"] .video-content {
    width: 90vw;
    height: 65vw; } }
.modal[data-modal="video"] iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none; }

.modal[data-modal="video"] .modal__close {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0c0b12;
  cursor: pointer; }

.modal[data-modal="video"] .modal__close .img-svg {
  width: 20px;
  height: 20px; }

.modal[data-modal="video"] .modal__close .img-svg path {
  fill: #777777; }

.modal[data-modal="video"] .modal__close:hover .img-svg path {
  fill: #fff; }

.intro-section {
  text-align: center;
  height: 124.5rem;
  color: #fff;
  background: #041625;
  overflow: hidden; }

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }

@media screen and (max-width: 575px) {
  .intro__bg {
    display: none; }

  .intro-section {
    height: auto;
    padding-bottom: 21rem; } }
.intro-section .container {
  padding-top: 17.5rem; }

@media screen and (max-width: 575px) {
  .intro-section .container {
    padding-top: 9rem; } }
.intro-section .intro__title {
  font-size: 12.4rem;
  position: relative;
  color: #fff; }

@media screen and (max-width: 575px) {
  .intro-section .intro__title {
    font-size: 4.8rem; }

  .intro-section .intro__title br {
    display: block; } }
.intro-section .intro__title span {
  color: #fff; }

.intro-section .intro__title .span1 {
  position: relative;
  z-index: 5; }

.intro-section .intro__title .span2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #A7A7A7;
  top: 0.3rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35); }

@media screen and (max-width: 575px) {
  .intro-section .intro__title .span2 {
    top: 0.2rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); } }
.intro__content {
  height: 64rem; }

.intro__subtitle {
  font-family: 'Van';
  color: #C2F641;
  font-size: 4.1rem;
  margin: 0rem 0 3rem;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg); }

@media screen and (max-width: 575px) {
  .intro__subtitle {
    font-size: 2rem;
    margin: 0.7rem 0 1.1rem;
    line-height: 1.2; } }
.intro__description {
  font-size: 2.2rem; }

@media screen and (max-width: 575px) {
  .intro__description {
    font-size: 1.6rem;
    width: 25rem;
    margin: 0 auto;
    line-height: 1.3; } }
.intro__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 5.5rem; }

@media screen and (max-width: 575px) {
  .intro__footer {
    display: block;
    margin: 2rem 0 0; } }
.intro__footer .t-btn {
  margin-right: 4rem;
  -webkit-box-shadow: 0 2rem 3rem rgba(230, 179, 68, 0.5);
          box-shadow: 0 2rem 3rem rgba(230, 179, 68, 0.5); }

.intro__footer .t-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.intro__footer-video {
  width: 9rem;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5rem rgba(194, 246, 65, 0.5);
          box-shadow: 0 0 5rem rgba(194, 246, 65, 0.5); }

@media screen and (max-width: 575px) {
  .intro__footer-video {
    display: none; } }
.intro__footer-video img {
  display: block; }

.intro__footer-video .play-btn {
  position: absolute;
  top: 1.7rem;
  left: 5.7rem;
  z-index: 5;
  width: 5.5rem;
  cursor: pointer;
  -webkit-transition: 320ms;
  transition: 320ms; }

.intro__footer-video .play-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.intro__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -15rem; }

@media screen and (max-width: 575px) {
  .intro__advantages {
    display: block;
    padding: 0 1rem;
    margin: 0; } }
.intro__advantages-space {
  width: 33.5rem; }

@media screen and (max-width: 575px) {
  .intro__advantages-space {
    width: 100%;
    margin-bottom: 2.5rem; }

  .intro__advantages-space:last-child {
    margin-bottom: 0; } }
@media screen and (min-width: 575px) {
  .intro__advantages-space:nth-child(1), .intro__advantages-space:nth-child(4) {
    margin-top: -20rem; }

  .intro__advantages-space:nth-child(1) .item {
    background-image: url("../img/intro/bg1.jpg"); }

  .intro__advantages-space:nth-child(2) .item {
    background-image: url("../img/intro/bg2.jpg"); }

  .intro__advantages-space:nth-child(3) .item {
    background-image: url("../img/intro/bg3.jpg"); }

  .intro__advantages-space:nth-child(4) .item {
    background-image: url("../img/intro/bg4.jpg"); } }
.intro__advantages-space .top-title {
  font-family: 'Van';
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 575px) {
  .intro__advantages-space .top-title {
    font-size: 2rem; } }
.intro__advantages-space .item {
  padding: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem; }

@media screen and (max-width: 575px) {
  .intro__advantages-space .item {
    margin-bottom: 2.5rem;
    background: #0E2F4E; }

  .intro__advantages-space .item:last-child {
    margin-bottom: 0; } }
.intro__advantages-space .item img {
  border-radius: 3rem;
  display: block; }

.intro__advantages-space .item .title {
  height: 11.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 575px) {
  .intro__advantages-space .item .title {
    height: 10rem;
    padding: 0 2rem; } }
.second-section {
  padding: 1rem 0 4rem;
  z-index: 16; }

@media screen and (max-width: 575px) {
  .second-section {
    padding: 0;
    text-align: center; }

  .second-section .container {
    padding: 15rem 0 4rem; } }
.second-section .t-subtitle {
  margin: 3.5rem 0 0;
  color: #848D99; }

@media screen and (max-width: 575px) {
  .second-section .t-subtitle {
    margin-top: 2rem; } }
.second-section .woman {
  position: absolute;
  width: 86rem;
  left: -13rem;
  top: -31rem; }

@media screen and (max-width: 575px) {
  .second-section .woman {
    width: 30.4rem;
    top: -17rem;
    left: 5rem; } }
.second__text {
  margin-left: 71.5rem; }

@media screen and (max-width: 575px) {
  .second__text {
    margin: 0; } }
.gallery-section {
  background: #1E3048;
  color: #fff;
  padding: 23rem 0 15.5rem; }

@media screen and (max-width: 575px) {
  .gallery-section {
    padding: 8.5rem 0 4rem; } }
.gallery-section .t-title {
  margin-bottom: 6rem; }

@media screen and (max-width: 575px) {
  .gallery-section .t-title {
    margin-bottom: 2rem;
    text-align: center; }

  .gallery-section .t-title br.xs {
    display: block; } }
.gallery-section .section__bg.bottom {
  background-position: center bottom; }

.gallery__space {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media screen and (max-width: 575px) {
  .gallery__space {
    margin-bottom: 3.2rem; } }
@media screen and (max-width: 575px) {
  .gallery__space.space2 .t-title {
    text-align: left; } }
@media screen and (max-width: 575px) {
  .gallery__space.space3 .t-title {
    text-align: left;
    margin-bottom: 2rem; } }
.gallery__box {
  position: relative; }

.gallery__box .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 102% 102%;
  border-radius: 3rem; }

@media screen and (max-width: 575px) {
  .gallery__box .img {
    border-radius: 2.5rem;
    background-size: cover; } }
.gallery__box.box1 .img1 {
  width: 44.7rem;
  height: 85.5rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box1 .img1 {
    width: 17rem;
    height: 36.3rem;
    margin-bottom: 2rem; } }
@media screen and (min-width: 575px) {
  .gallery__box.box1 .img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 92.1rem;
    height: 49.2rem; } }
@media screen and (max-width: 575px) {
  .gallery__box.box1 .img2 {
    width: 100%;
    height: 19rem; } }
.gallery__box.box1 .img3 {
  position: absolute;
  left: 47.7rem;
  bottom: 0;
  width: 44.5rem;
  height: 33.3rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box1 .img3 {
    width: 16.7rem;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 16.7rem;
    height: 12.5rem; } }
.gallery__box.box1 .img4 {
  position: absolute;
  right: 0;
  top: 52.2rem;
  width: 44.5rem;
  height: 58.3rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box1 .img4 {
    width: 16.7rem;
    height: 21.7rem;
    top: 14.6rem; } }
.gallery__box.box2 {
  height: 102.4rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box2 {
    height: auto; } }
.gallery__box.box2 .img1 {
  width: 68.5rem;
  height: 56.8rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box2 .img1 {
    position: absolute;
    width: 16.7rem;
    height: 14.5rem;
    right: 0;
    top: -2.4rem;
    background-size: 130% auto;
    background-position: right bottom; } }
.gallery__box.box2 .img2 {
  position: absolute;
  left: 0;
  top: 60rem;
  width: 68.5rem;
  height: 43.2rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box2 .img2 {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    width: 16.7rem;
    height: 11.2rem; } }
@media screen and (min-width: 575px) {
  .gallery__box.box2 .img3 {
    position: absolute;
    right: 0;
    top: 10.2rem;
    width: 68.3rem;
    height: 93rem; } }
@media screen and (max-width: 575px) {
  .gallery__box.box2 .img3 {
    width: 16.8rem;
    height: 25.2rem; } }
.gallery__box.box2 .text {
  position: absolute;
  right: 0;
  top: 1.5rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box2 .text {
    width: 17rem;
    top: 8.5rem;
    line-height: 1.1;
    text-align: right; } }
.gallery__box.box3 .img1 {
  width: 68.5rem;
  height: 70rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box3 .img1 {
    width: 16.8rem;
    height: 20.8rem; } }
.gallery__box.box3 .img2 {
  position: absolute;
  right: 0;
  top: -8rem;
  width: 68.5rem;
  height: 37.7rem; }

@media screen and (max-width: 575px) {
  .gallery__box.box3 .img2 {
    top: -3.6rem;
    width: 16.8rem;
    height: 11.1rem; } }
.gallery__box.box3 .img3 {
  position: absolute;
  right: 0;
  width: 68.3rem;
  height: 37.7rem;
  bottom: 0; }

@media screen and (max-width: 575px) {
  .gallery__box.box3 .img3 {
    width: 16.8rem;
    height: 11.1rem; } }
.gallery__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  margin-top: -1rem; }

@media screen and (max-width: 575px) {
  .gallery__footer {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; } }
@media screen and (max-width: 575px) {
  .gallery__footer .t-subtitle {
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 27rem;
    margin: 0 auto;}

  .gallery__footer .t-subtitle br {
    display: none; } }

@media screen and (max-width: 575px) {
  .gallery__footer .t-btn {
    margin: 3.4rem auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
.gift-section {
  padding: 7rem 0 15.5rem; }

@media screen and (max-width: 575px) {
  .gift-section {
    padding: 4rem 0 5rem; } }
.gift__box {
  background-image: url("../img/gift/bg.jpg");
  height: 62.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 22.2rem 17rem; }

@media screen and (max-width: 575px) {
  .gift__box {
    background-image: url("../img/gift/bg-xs.jpg");
    height: 45rem;
    text-align: center;
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.gift__box .t-title {
  margin-bottom: 3rem;
  font-size: 3.8rem;
  line-height: 1.4;
  color: #fff; }

@media screen and (max-width: 575px) {
  .gift__box .t-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0; } }
/*  */
.who-section {
  text-align: center;
  padding-bottom: 7rem;
  z-index: 15; }

@media screen and (max-width: 575px) {
  .who-section {
    padding-bottom: 5rem; } }
.who-section .subtitle {
  margin: 2.4rem 0 7.2rem;
  font-size: 2.2rem; }

@media screen and (max-width: 575px) {
  .who-section .subtitle {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
    padding: 0 3.5rem; } }
.who-section .snow1 {
  position: absolute;
  width: 35.3rem;
  left: 0;
  bottom: -37rem; }

@media screen and (max-width: 575px) {
  .who-section .snow1 {
    width: 11rem;
    left: -3rem;
    bottom: -12rem; } }
.who-section .snow2 {
  position: absolute;
  width: 14.6rem;
  right: 12rem;
  bottom: -7rem; }

@media screen and (max-width: 575px) {
  .who-section .snow2 {
    width: 5rem;
    right: 0rem;
    bottom: -1rem; } }
.who__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.5rem; }

@media screen and (max-width: 575px) {
  .who__box {
    display: block;
    margin: 0 -1.5rem !important; } }
.who__box .space {
  width: 41rem; }

@media screen and (max-width: 575px) {
  .who__box .space {
    width: 100%;
    padding: 2.5rem 1.5rem 2rem; } }
.who__box .item {
  padding: 0.9rem;
  border-radius: 3rem;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 12rem rgba(0, 0, 0, 0.14);
          box-shadow: 0 0.4rem 12rem rgba(0, 0, 0, 0.14); }

@media screen and (max-width: 575px) {
  .who__box .item {
    -webkit-box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1); } }
.who__box .item img {
  border-radius: 3rem; }

.who__box .item .title {
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 575px) {
  .who__box .item .title {
    font-size: 1.6rem;
    height: 8.5rem; } }
.slick-dots {
  bottom: -6.7rem; }

.slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto; }

.slick-dots li button {
  padding: 0;
  margin: 0 1rem;
  width: 0.5rem;
  height: 5rem;
  background: #D9D9D9;
  border-radius: 0.3rem; }

.slick-dots li button::before {
  display: none; }

.slick-dots li.slick-active button {
  background: #FFB744; }

.slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.1rem;
  margin-bottom: 3.5rem;
  border-radius: 2rem;
  border: 1px solid #D9D9D9;
  display: none; }

@media screen and (max-width: 575px) {
  .slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.slider__arrows img {
  display: block;
  z-index: 15;
  position: relative;
  -webkit-transition: 320ms;
  transition: 320ms; }

.slider__arrows img.slick-disabled {
  opacity: 0.5; }

.slider__arrows .right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.components-section {
  padding: 14rem 0 21rem; }

.components-section .section__bg.pc {
  bottom: -1px;
  height: auto; }

@media screen and (max-width: 575px) {
  .components-section {
    padding: 5rem 0; } }
.components-section .t-title {
  text-align: center; }

.components__box {
  margin: 7rem 0 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 575px) {
  .components__box {
    display: block;
    margin: 5rem 0 2.3rem; } }
.components__box .item {
  width: 44.6rem;
  background: #fff;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0.4rem 12rem rgba(0, 0, 0, 0.14);
          box-shadow: 0 0.4rem 12rem rgba(0, 0, 0, 0.14); }

@media screen and (max-width: 575px) {
  .components__box .item {
    width: 100%;
    margin-bottom: 2rem; }

  .components__box .item:last-child {
    margin-bottom: 0; } }
.components__box .item img {
  border-radius: 3rem; }

.components__box .item .text {
  padding: 3rem 5rem 8rem; }

@media screen and (max-width: 575px) {
  .components__box .item .text {
    padding: 2rem 4rem 6rem; } }
.components__box .item .title {
  margin-bottom: 1.3rem;
  font-size: 2.2rem;
  font-family: 'Molot'; }

@media screen and (max-width: 575px) {
  .components__box .item .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center; } }
.components__box .item ul {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 575px) {
  .components__box .item ul {
    font-size: 1.4rem; } }
.components__box .item ul li {
  margin-left: 2rem; }

@media screen and (max-width: 575px) {
  .components__box .item ul li {
    margin-bottom: 0.3rem;
    margin-left: 1.7rem; } }
.components__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media screen and (max-width: 575px) {
  .components__footer {
    -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; } }
.components__footer .t-btn {
  margin-right: 9rem; }

@media screen and (max-width: 575px) {
  .components__footer .t-btn {
    margin: 5rem auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
.components__footer .t-subtitle {
  color: #848D99;
  margin: 1rem auto 0;
  position: relative; }

@media screen and (max-width: 575px) {
  .components__footer .t-subtitle {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }
.components__footer .t-subtitle img {
  position: absolute;
  left: -7rem;
  top: 9rem;
  width: 5rem; }

@media screen and (max-width: 575px) {
  .components__footer .t-subtitle img {
    left: 12rem;
    top: 7.5rem;
    width: 3.5rem;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg); } }
.tariff-section {
  padding: 10.5rem 0 0;
  color: #fff;
  height: 130rem;
  background: #1E3048; }

@media screen and (max-width: 575px) {
  .tariff-section {
    height: auto;
    padding-top: 4.5rem;
    padding-bottom: 4rem; } }
@media screen and (max-width: 575px) {
  .tariff-section .t-title {
    text-align: center; } }
.tariff__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 4rem 0 0; }

@media screen and (max-width: 575px) {
  .tariff__box {
    margin-top: 3rem;
    display: block; } }
.tariff__left {
  width: 60rem;
  padding: 4rem 5rem;
  background: #293B54;
  border-radius: 3rem; }

@media screen and (max-width: 575px) {
  .tariff__left {
    width: 100%;
    padding: 2rem 1.5rem; } }
.tariff__left ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tariff__left ul li {
  margin: 0 0 1.7rem;
  padding: 0;
  padding-left: 7.5rem;
  min-height: 3.5rem;
  font-size: 1.8rem;
  padding-top: 0.3rem; }

@media screen and (max-width: 575px) {
  .tariff__left ul li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    background-size: 2.5rem auto;
    padding-left: 4rem;
    min-height: 2.8rem;
    background-position: 0 .1rem;
    padding-right: 1rem;
    line-height: 1.35; } }
.tariff__left ul li:last-child {
  margin-bottom: 0; }

.tariff__right {
  width: 52rem;
  margin-left: 12.4rem; }

@media screen and (max-width: 575px) {
  .tariff__right {
    width: 100%;
    margin: 1.5rem 0 0;
    text-align: center; } }
.tariff__right .price {
  font-size: 3.2rem;
  font-family: 'Molot'; }

@media screen and (max-width: 575px) {
  .tariff__right .price {
    font-size: 2.2rem; } }
.tariff__right .price span {
  font-size: 4.8rem; }

@media screen and (max-width: 575px) {
  .tariff__right .price span {
    font-size: 3.2rem; } }
.tariff__price {
  border-radius: 3rem;
  background: #293B54; }

.tariff__price-top {
  padding: 2.5rem 0 4rem 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 48, 72, 0)), to(#1e3048));
  background: linear-gradient(180deg, rgba(30, 48, 72, 0) 0%, #1e3048 100%);
  border-radius: 0 0 3rem 3rem; }

@media screen and (max-width: 575px) {
  .tariff__price-top {
    padding: 2rem 1rem; } }
.tariff__price-top .price {
  margin-bottom: 1.3rem; }

@media screen and (max-width: 575px) {
  .tariff__price-top .price {
    margin: 0 0 .5rem; } }
.tariff__price-top p {
  margin: 0 0 .8rem;
  font-size: 1.8rem; }

@media screen and (max-width: 575px) {
  .tariff__price-top p {
    font-size: 1.4rem; } }
@media screen and (max-width: 575px) {
  .tariff__price-top p:nth-child(1) {
    font-size: 1.6rem; } }
.tariff__price-top p img {
  display: inline-block;
  width: 6rem;
  margin-bottom: -0.5rem;
  margin-left: 0.5rem; }

@media screen and (max-width: 575px) {
  .tariff__price-top p img {
    width: 5rem; } }
.tariff__price-top p span {
  color: #C2F641; }

.tariff__price .t-btn {
  margin: 2rem auto 3rem; }

@media screen and (max-width: 575px) {
  .tariff__price .t-btn {
    margin-bottom: 2rem; } }
.contacts {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.4rem 0 5rem 8rem; }

@media screen and (max-width: 575px) {
  .contacts {
    border: 0;
    padding: 0 0 3.5rem; } }
.contacts__title {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 575px) {
  .contacts__title {
    margin-bottom: 1rem;
    font-size: 1.1rem; } }
.contacts__link {
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff; }

@media screen and (max-width: 575px) {
  .contacts__link {
    font-size: 2rem; } }
.contacts__whatsapp {
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem; }

@media screen and (max-width: 575px) {
  .contacts__whatsapp {
    font-size: 1.1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.contacts__whatsapp:hover {
  color: #fff; }

.contacts__whatsapp .dot {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #C2F641;
  margin-right: 1rem; }

@media screen and (max-width: 575px) {
  .contacts__whatsapp .dot {
    width: 0.5rem;
    height: 0.5rem; } }
.tariff__offer {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3rem;
  background: #293B54;
  padding: 0.8rem; }

@media screen and (max-width: 575px) {
  .tariff__offer {
    display: block;
    margin-top: 1.5rem;
    padding: 1rem 1rem 3rem; } }
.tariff__offer-img {
  width: 12.7rem;
  height: 15.5rem;
  border-radius: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2.5rem; }

@media screen and (max-width: 575px) {
  .tariff__offer-img {
    width: 100%;
    height: 20rem;
    margin: 0 0 3rem; } }
.tariff__offer-text .t-subtitle {
  font-size: 2.8rem;
  margin-bottom: 0.5rem; }

@media screen and (max-width: 575px) {
  .tariff__offer-text .t-subtitle {
    font-size: 2.4rem; } }
.tariff__offer-text .t-subtitle span {
  color: #FF4FD6; }

.tariff__offer-text .price {
  font-size: 2.6rem; }

@media screen and (max-width: 575px) {
  .tariff__offer-text .price {
    font-size: 2.2rem;
    margin-top: 1rem; } }
.tariff__offer-text .price span {
  font-size: 3.8rem; }

@media screen and (max-width: 575px) {
  .tariff__offer-text .price span {
    font-size: 3.2rem; } }
.how-section {
  padding: 14.5rem 0 5rem; }

@media screen and (max-width: 575px) {
  .how-section {
    padding: 5rem 0 3rem; } }
.how-section .t-title {
  text-align: center; }

.how__box {
  margin: 8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 575px) {
  .how__box {
    margin-top: 3rem;
    display: block; } }
.how__left {
  width: 56.5rem; }

@media screen and (max-width: 575px) {
  .how__left {
    width: 100%; } }
.how__left-item {
  height: 54rem;
  border-radius: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

@media screen and (max-width: 575px) {
  .how__left-item {
    height: 34rem;
    border-radius: 2rem; } }
.how__left-item .t-subtitle {
  font-size: 3.2rem;
  position: absolute;
  line-height: 1.16;
  top: 37rem;
  left: 36rem;
  width: 21rem;
  z-index: 6; }

@media screen and (max-width: 575px) {
  .how__left-item .t-subtitle {
    font-size: 2rem;
    top: 23rem;
    left: 23rem;
    width: 12rem; } }
.how__left-item .t-subtitle span {
  color: #fff; }

.how__left-item .t-subtitle img {
  position: absolute;
  width: 1.5rem; }

@media screen and (max-width: 575px) {
  .how__left-item .t-subtitle img {
    display: none; } }
.how__left-item .t-subtitle .notice1 {
  left: -1.5rem;
  top: -1.5rem; }

.how__left-item .t-subtitle .notice2 {
  right: 7rem;
  bottom: 0rem; }

.how__left .t-btn {
  margin: 7rem auto 0; }

@media screen and (max-width: 575px) {
  .how__left .t-btn {
    display: none; } }
.how__right {
  width: 80.4rem; }

@media screen and (max-width: 575px) {
  .how__right {
    width: 100%;
    padding: 2.5rem 0 0; } }
.how__right .t-btn {
  display: none; }

@media screen and (max-width: 575px) {
  .how__right .t-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem; } }
.how__right-item {
  margin-bottom: 2rem;
  border-radius: 3rem;
  background: #F0F6FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.8rem 3.8rem;
  min-height: 12rem; }

@media screen and (max-width: 575px) {
  .how__right-item {
    display: block;
    min-height: 0;
    padding: 2.5rem 3.5rem;
    margin-bottom: 1rem;
    border-radius: 2.5rem; } }
.how__right-item .number {
  margin-right: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 0.7rem;
  background: #4D9AFF;
  color: #fff;
  font-size: 3.2rem;
  font-family: 'Molot';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 575px) {
  .how__right-item .number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
    margin: 0 auto 1rem; } }
.how__right-item .text {
  font-size: 1.8rem; }

@media screen and (max-width: 575px) {
  .how__right-item .text {
    font-size: 1.6rem;
    text-align: center; }

  .how__right-item .text br {
    display: none; }

  .how__right-item .text br.xs {
    display: block; } }
.how__right-item .text b {
  font-weight: 600; }

.program-section {
  background: #1E3048;
  padding: 22rem 0 0; }

@media screen and (max-width: 575px) {
  .program-section {
    padding-top: 8rem; } }
.program-section .t-title {
  color: #fff;
  text-align: center; }

@media screen and (max-width: 575px) {
  .program-section .t-title span {
    display: block; } }
.program__box {
  margin: 10rem 0 0;
  padding: 0 .3rem; }

@media screen and (max-width: 575px) {
  .program__box {
    margin-top: 3rem; } }
.program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 5rem; }

@media screen and (max-width: 575px) {
  .program__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem; } }
.program__item.hide {
  display: none; }

.program__item-text {
  width: 92rem;
  background: #fff;
  border-radius: 3rem 2rem 3rem 3rem;
  position: relative;
  min-height: 45rem;
  padding: 3.2rem 9rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 575px) {
  .program__item-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 0;
    padding: 2.5rem 2.5rem;
    border-radius: 0 0 2.5rem 2.5rem !important; } }
.program__item-text .title {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-family: 'Molot'; }

@media screen and (max-width: 575px) {
  .program__item-text .title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem; } }
.program__item-text .title span {
  color: #4D9AFF; }

.program__item-text ul {
  pointer-events: none;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000000;
  line-height: 1.55; }

.program__item-text ul li {
  font-size: 1.8rem; }

@media screen and (max-width: 575px) {
  .program__item-text ul li {
    font-size: 1.4rem; } }
.program__item-text .rect {
  position: absolute;
  left: calc(100% - .5rem);
  top: 0;
  width: 3.1rem; }

@media screen and (max-width: 575px) {
  .program__item-text .rect {
    display: none; } }
.program__item-img {
  width: 44.5rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative; }

@media screen and (max-width: 575px) {
  .program__item-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 35rem; } }
.program__item-img .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20; }

.program__item-img .program__img-slider {
  margin: 0 !important;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 0px;
  left: 2px;
  border-radius: 2rem;
  overflow: hidden; }

.program__item-img .program__img-slider div {
  height: 100%; }

.program__item-img .program__img-slider img {
  display: block;
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.program__item:last-child {
  margin: 0; }

.program__item:nth-child(5) {
  margin-bottom: 3rem; }

.program__item:nth-child(2n) .program__item-text {
  border-radius: 2rem 3rem 3rem 3rem; }

.program__item:nth-child(2n) .program__item-text .rect {
  left: auto;
  right: calc(100% - .5rem);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.show-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  height: 7.5rem;
  margin-left: 8rem; }

@media screen and (max-width: 575px) {
  .show-program {
    margin-left: auto; } }
.program__footer {
  margin: -3rem 0 0;
  bottom: -4.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media screen and (max-width: 575px) {
  .program__footer {
    bottom: -2rem;
    margin-top: 1rem; } }
.program__footer .t-btn {
  margin-top: 1rem;
  margin-left: 8rem;
  margin-right: 21rem; }

@media screen and (max-width: 575px) {
  .program__footer .t-btn {
    display: none; } }
.program__animal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }

.program__animal .animal {
  width: 42rem; }

@media screen and (max-width: 575px) {
  .program__animal .animal {
    width: 22rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }
.program__animal .line {
  position: absolute;
  width: 4.5rem;
  top: 12rem;
  left: 36rem; }

@media screen and (max-width: 575px) {
  .program__animal .line {
    width: 2.5rem;
    top: 8rem;
    left: 21rem; } }
.program__animal-text {
  color: #fff;
  margin-top: 6rem;
  margin-left: -5.5rem; }

@media screen and (max-width: 575px) {
  .program__animal-text {
    margin: 0;
    text-align: center;
    width: 18.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0rem;
    margin-left: -4.5rem; } }
@media screen and (max-width: 575px) {
  .program__animal-text .name {
    font-size: 1.8rem; } }
.program__animal-text .name span {
  color: #C2F641; }

.program__animal-text .text {
  margin-left: 8rem; }

@media screen and (max-width: 575px) {
  .program__animal-text .text {
    margin: 0; } }
@media screen and (max-width: 575px) {
  .thanks-section {
    height: 92.7rem; } }
@media screen and (max-width: 575px) {
  .thanks-section .intro__title {
    font-size: 4rem; } }
.thanks-section .intro__subtitle {
  font-size: 6.3rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 575px) {
  .thanks-section .intro__subtitle {
    font-size: 2rem;
    margin-bottom: 17.5rem; } }
@media screen and (max-width: 575px) {
  .thanks-section .intro__description {
    width: 33rem;
    font-size: 1.5rem; } }
.thanks-section .intro__footer {
  margin: 4rem 0 7rem; }

@media screen and (max-width: 575px) {
  .thanks-section .intro__footer {
    margin: 2rem 0 0; } }
.thanks-section .t-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 1rem; }

@media screen and (max-width: 575px) {
  .thanks-section .t-btn {
    margin: 0 auto 1rem;
    width: 27rem;
    height: 7rem; }

  .thanks-section .t-btn:last-child {
    margin-bottom: 0; } }
.intro__video {
  width: 61.3rem;
  height: 35rem;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 575px) {
  .intro__video {
    position: absolute;
    top: 24rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 23rem;
    height: 13rem; } }
.intro__video iframe {
  position: relative;
  z-index: 5;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  border: .5rem solid #4D9AFF;
  background: #4D9AFF; }

@media screen and (max-width: 575px) {
  .intro__video iframe {
    border-radius: 2rem;
    border-width: .2rem; } }
/*  */
.modal__exit {
  width: 140rem;
  background: #fff;
  border-radius: 4rem;
  padding: 7rem;
  text-align: left; }
  @media screen and (max-width: 575px) {
    .modal__exit {
      margin-top: 2rem;
      width: 35.5rem;
      border-radius: 3rem;
      padding: 2.5rem 3.5rem 3rem; } }

.modal__exit .modal__close {
  position: absolute;
  right: 3rem;
  top: 3rem; }

.modal__exit .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 575px) {
    .modal__exit .modal__content {
      display: block; } }

.modal__left {
  width: 62.5rem; }
  @media screen and (max-width: 575px) {
    .modal__left {
      width: 100%; } }

.modal__left .toptitle {
  padding: 1.2rem 2.5rem;
  border-radius: 2.5rem;
  background: #4D9AFF;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6rem;
  display: inline-block;
  font-family: 'Molot'; }
  @media screen and (max-width: 575px) {
    .modal__left .toptitle {
      font-size: 1.5rem;
      padding: 0.5rem 1.5rem; } }

.modal__left .t-title {
  font-size: 4.6rem;
  margin: 3.5rem 0 3rem; }
  @media screen and (max-width: 575px) {
    .modal__left .t-title {
      font-size: 2.1rem;
      margin: 1.5rem 0 1.5rem; }
      .modal__left .t-title br {
        display: block; } }

.modal__left .subtitle {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  color: #536275; }
  @media screen and (max-width: 575px) {
    .modal__left .subtitle {
      font-size: 1.6rem;
      margin-bottom: 23rem; } }

.modal__left .t-input {
  font-size: 1.8rem;
  height: 8rem;
  padding-left: 4rem; }
  @media screen and (max-width: 575px) {
    .modal__left .t-input {
      height: 6.5rem;
      font-size: 1.6rem;
      padding-left: 3rem; } }

.modal__left .t-btn {
  width: 100%; }
  @media screen and (max-width: 575px) {
    .modal__left .t-btn {
      height: 7rem; } }

.modal__left-form {
  width: 53.5rem; }
  @media screen and (max-width: 575px) {
    .modal__left-form {
      width: 100%; } }

.modal__left .form__privacy {
  margin-top: 2rem; }
  @media screen and (max-width: 575px) {
    .modal__left .form__privacy br {
      display: none; } }

.modal__left .form__privacy-rect {
  width: 1.5rem;
  height: 1.5rem; }

.modal__left .form__privacy-text {
  font-size: 1.2rem; }

.modal__right {
  width: 62.4rem; }
  @media screen and (max-width: 575px) {
    .modal__right {
      width: 100%;
      position: absolute;
      top: 26rem;
      left: 0;
      width: 100%;
      padding: 0 3.5rem; } }
  .modal__right-gifts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .modal__right-gifts .gift__item {
      width: 30rem;
      background: #F0F6FD;
      border-radius: 2rem;
      position: relative; }
      @media screen and (max-width: 575px) {
        .modal__right-gifts .gift__item {
          width: 13.5rem;
          border-radius: 1rem;
          background: none; } }
      .modal__right-gifts .gift__item .stars {
        display: none;
        position: absolute;
        left: 1rem;
        top: 1rem;
        width: 5rem; }
        @media screen and (max-width: 575px) {
          .modal__right-gifts .gift__item .stars {
            display: block; } }
      .modal__right-gifts .gift__item-img {
        height: 44.5rem;
        border-radius: 2rem;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media screen and (max-width: 575px) {
          .modal__right-gifts .gift__item-img {
            width: 100%;
            height: 13rem;
            border-radius: 1rem; } }
      .modal__right-gifts .gift__item-title {
        border-radius: 0 0 2rem 2rem;
        padding: 1.2rem 2rem 1.6rem;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        color: #536275;
        line-height: 1.4; }
        @media screen and (max-width: 575px) {
          .modal__right-gifts .gift__item-title {
            padding: 0;
            margin-top: .6rem;
            margin-left: 1.2rem;
            font-size: 1.3rem;
            border-radius: 0;
            text-align: left; }
            .modal__right-gifts .gift__item-title br {
              display: none; } }
        .modal__right-gifts .gift__item-title img {
          width: 6.6rem;
          margin-left: 0.5rem;
          margin-bottom: -0.3rem; }
          @media screen and (max-width: 575px) {
            .modal__right-gifts .gift__item-title img {
              display: none; } }
  .modal__right-description {
    margin-top: 2.8rem;
    background: #1E3048;
    color: #fff;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem 3rem;
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'Molot';
    text-transform: uppercase; }
    @media screen and (max-width: 575px) {
      .modal__right-description {
        display: none; } }
    .modal__right-description img {
      width: 4.4rem;
      margin-right: 3rem; }

.showExitModal {
  display: none; }
