/*! 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.
 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

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;
  max-width: 100%;
}

/* 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: "LT Wave";
  font-style: normal;
  font-weight: normal;
  src: local("LT Wave Regular"), url("../fonts/LTWave-Regular.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: italic;
  font-weight: normal;
  src: local("LT Wave Italic"), url("../fonts/LTWave-Italic.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: italic;
  font-weight: 100;
  src: local("LT Wave Thin Italic"), url("../fonts/LTWave-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 100;
  src: local("LT Wave Thin"), url("../fonts/LTWave-Thin.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: italic;
  font-weight: 300;
  src: local("LT Wave Light Italic"), url("../fonts/LTWave-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 300;
  src: local("LT Wave Light"), url("../fonts/LTWave-Light.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: italic;
  font-weight: 500;
  src: local("LT Wave Medium Italic"), url("../fonts/LTWave-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 500;
  src: local("LT Wave Medium"), url("../fonts/LTWave-Medium.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: italic;
  font-weight: 700;
  src: local("LT Wave Bold Italic"), url("../fonts/LTWave-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 700;
  src: local("LT Wave Bold"), url("../fonts/LTWave-Bold.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: italic;
  font-weight: 900;
  src: local("LT Wave Black Italic"), url("../fonts/LTWave-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 900;
  src: local("LT Wave Black"), url("../fonts/LTWave-Black.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy-ExtraBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavyd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy-LightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy-ThinItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy-BlackItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy-UltraLightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.eot");
  src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url("../fonts/Gilroy-SemiBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy-MediumItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBoldItalic.eot");
  src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url("../fonts/Gilroy-ExtraBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy-HeavyItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy-RegularItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy-UltraLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy-Thind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #FF3395 #01367A;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #01367A;
}

*::-webkit-scrollbar-thumb {
  background-color: #FF3395;
}

html {
  font-size: 0.0520833333dvw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 0.2777777778dvw;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-family: "Gilroy";
  font-family: "LT Wave";
  font-weight: normal;
  line-height: 1;
  background-color: #fff;
  background-image: url(../img/all-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.wrapper {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1700px;
  padding: 0 15px;
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 1700rem;
    padding: 0 15rem;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1920px) {
  .header {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 600px) {
  .header {
    margin-top: 30rem;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1920px) {
  .header__logo {
    max-width: 382rem;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    max-width: 205rem;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1920px) {
  .header__menu {
    gap: 100rem;
  }
}
@media screen and (max-width: 600px) {
  .header__menu {
    display: none;
  }
}
.header__link {
  text-decoration: none;
  color: #01367A;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1920px) {
  .header__link {
    font-size: 24rem;
  }
}
.header__link:hover {
  color: #FF3395;
}
.header__burger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .header__burger {
    display: block;
  }
}
.header__burger img {
  width: 28rem;
}

.band {
  position: absolute;
  padding: 20px 0;
}
@media screen and (max-width: 1920px) {
  .band {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 600px) {
  .band {
    padding: 7rem 0;
  }
}
.band__flex {
  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;
  gap: 45px;
}
@media screen and (max-width: 1920px) {
  .band__flex {
    gap: 45rem;
  }
}
@media screen and (max-width: 600px) {
  .band__flex {
    gap: 15rem;
  }
}
.band__text {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .band__text {
    font-size: 60rem;
  }
}
@media screen and (max-width: 600px) {
  .band__text {
    font-size: 20rem;
  }
}
.band__figure {
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1920px) {
  .band__figure {
    width: 45rem;
    height: 45rem;
  }
}
@media screen and (max-width: 600px) {
  .band__figure {
    width: 15rem;
    height: 15rem;
  }
}
.band--pink {
  background-color: #fff;
}
.band--pink .band__text {
  color: #FF3395;
}
.band--pink .band__figure {
  background-color: #FF3395;
}
.band--blue {
  background-color: #01367A;
}
.band--blue .band__text {
  color: #fff;
}
.band--blue .band__figure {
  background-color: #fff;
}

.features {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.features__icon {
  position: absolute;
}
.features--mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .features--mob {
    display: block;
  }
}

.main {
  position: relative;
  margin-bottom: 3dvw;
}
.main__girl {
  position: absolute;
  bottom: -26%;
  left: 45%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .main__girl {
    max-width: 987rem;
  }
}
@media screen and (max-width: 600px) {
  .main__girl {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 334rem;
    bottom: 2%;
  }
}
.main__block {
  padding: 120px 0 150px;
}
@media screen and (max-width: 1920px) {
  .main__block {
    padding: 120rem 0 150rem;
  }
}
@media screen and (max-width: 600px) {
  .main__block {
    padding: 45rem 0 60rem;
  }
}
.main__title {
  font-size: 140px;
  line-height: 0.9;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .main__title {
    font-size: 140rem;
  }
}
@media screen and (max-width: 600px) {
  .main__title {
    font-size: 46rem;
  }
}
.main p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .main p:nth-child(3) {
    margin-left: 0.8em;
  }
}
.main .orange {
  color: #EF5123;
}
.main .blue {
  color: #01367A;
}
.main__logo {
  margin-left: 0.1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 1920px) {
  .main__logo {
    max-width: 120rem;
  }
}
@media screen and (max-width: 600px) {
  .main__logo {
    max-width: 39rem;
  }
}
.main__text {
  color: #01367A;
  font-family: "Gilroy";
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  max-width: 7400px;
  margin: 40px 0;
}
@media screen and (max-width: 1920px) {
  .main__text {
    font-size: 32rem;
    max-width: 740rem;
    margin: 40rem 0;
  }
}
@media screen and (max-width: 600px) {
  .main__text {
    font-size: 20rem;
    margin: 15rem 0 330rem;
  }
}
.main__band {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-3deg);
          transform: translateX(-50%) rotate(-3deg);
}
.main__band:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10dvw;
  background-color: #FF81BD;
}
.main .features__arrow {
  max-width: 128px;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 50%;
  left: calc(50% + 700px);
}
@media screen and (max-width: 1920px) {
  .main .features__arrow {
    max-width: 128rem;
    left: calc(50% + 700rem);
  }
}
.main .features__heart {
  max-width: 132px;
  top: 10%;
  left: calc(50% - 50px);
}
@media screen and (max-width: 1920px) {
  .main .features__heart {
    max-width: 132rem;
    left: calc(50% - 50rem);
  }
}
.main .features__dollar-one {
  width: 82px;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  top: 15%;
  left: calc(50% - 950px);
}
@media screen and (max-width: 1920px) {
  .main .features__dollar-one {
    width: 82rem;
    left: calc(50% - 950rem);
  }
}
.main .features__dollar-two {
  width: 130px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  bottom: 10%;
  left: calc(50% - 300px);
}
@media screen and (max-width: 1920px) {
  .main .features__dollar-two {
    width: 130rem;
    left: calc(50% - 300rem);
  }
}
@media screen and (max-width: 600px) {
  .main .features {
    display: none;
  }
}
.main .features--mob .features__arrow {
  width: 47rem;
  bottom: 23%;
  top: auto;
  left: auto;
  right: 10rem;
}
.main .features--mob .features__heart {
  width: 54rem;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  top: 3%;
  right: 50rem;
  left: auto;
}
.main .features--mob .features__dollar-one {
  width: 73rem;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: auto;
  left: 0;
  bottom: 42%;
}
.main .features--mob .features__dollar-two {
  width: 42rem;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  top: auto;
  left: auto;
  right: 15%;
  bottom: 35%;
}
.main__socials {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .main__socials {
    gap: 16rem;
    padding: 16rem;
  }
}
@media screen and (max-width: 600px) {
  .main__socials {
    display: none;
  }
}
.main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__link img {
  max-width: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1920px) {
  .main__link img {
    max-width: 32rem;
  }
}
.main__link img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn {
  border: none;
  display: block;
  background-color: #FF3395;
  color: #fff;
  cursor: pointer;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 32px;
  padding: 27px 95px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1920px) {
  .btn {
    font-size: 32rem;
    padding: 27rem 95rem;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    width: 100%;
    padding: 27rem;
  }
}
.btn:hover {
  background-color: #ff007b;
}
.btn--blue-shadow {
  -webkit-box-shadow: 5px 5px 0px 0px #01367A;
          box-shadow: 5px 5px 0px 0px #01367A;
}
@media screen and (max-width: 600px) {
  .btn--blue-shadow {
    -webkit-box-shadow: 2rem 2rem 0px 0px #01367A;
            box-shadow: 2rem 2rem 0px 0px #01367A;
  }
}
.btn--yellow-shadow {
  -webkit-box-shadow: 5px 5px 0px 0px #F1F277;
          box-shadow: 5px 5px 0px 0px #F1F277;
}
@media screen and (max-width: 600px) {
  .btn--yellow-shadow {
    -webkit-box-shadow: 2rem 2rem 0px 0px #F1F277;
            box-shadow: 2rem 2rem 0px 0px #F1F277;
  }
}

.title {
  font-size: 100px;
  font-style: italic;
  font-weight: 900;
  line-height: 95%;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .title {
    font-size: 100rem;
  }
}
@media screen and (max-width: 600px) {
  .title {
    font-size: 40rem;
  }
}
.title--white {
  color: #fff;
}
.title--blue {
  color: #01367A;
}
.title--small {
  font-size: 64px;
}
@media screen and (max-width: 1920px) {
  .title--small {
    font-size: 64rem;
  }
}
@media screen and (max-width: 600px) {
  .title--small {
    font-size: 24rem;
  }
}

.top-feature {
  height: 40px;
  background-image: radial-gradient(108.76% 141.42% at 100% 0%, #99E2F1 0%, #6DBFF1 25%, #9180F2 50%, #D188F3 75%, #EAAFF3 100%);
  position: relative;
}
@media screen and (max-width: 1920px) {
  .top-feature {
    height: 40rem;
  }
}
@media screen and (max-width: 600px) {
  .top-feature {
    height: 22rem;
  }
}
.top-feature:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 70px;
  background-image: url(../img/top-feature-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1920px) {
  .top-feature:after {
    right: 10rem;
    width: 70rem;
  }
}
@media screen and (max-width: 600px) {
  .top-feature:after {
    width: 37rem;
  }
}

.offer {
  position: relative;
  background-color: #FF81BD;
  padding: 50px 0 200px;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .offer {
    padding: 50rem 0 200rem;
  }
}
@media screen and (max-width: 600px) {
  .offer {
    padding: 50rem 0;
  }
}
.offer__title span {
  display: block;
}
.offer__wrap {
  position: relative;
}
@media screen and (max-width: 600px) {
  .offer__wrap {
    margin-top: 30rem;
  }
}
.offer__block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .offer__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
  }
}
.offer__item {
  max-width: 464px;
  width: 464px;
  position: absolute;
}
@media screen and (max-width: 1920px) {
  .offer__item {
    max-width: 464rem;
    width: 464rem;
  }
}
@media screen and (max-width: 600px) {
  .offer__item {
    position: initial;
    max-width: 242rem;
    width: 242rem;
  }
}
@media screen and (max-width: 600px) {
  .offer__item:nth-child(2n) {
    margin-left: auto;
  }
}
.offer__item:nth-child(1) {
  top: 12%;
  left: 2%;
}
.offer__item:nth-child(2) {
  top: 12%;
  right: 2%;
}
.offer__item:nth-child(3) {
  top: 36%;
  left: 7%;
}
.offer__item:nth-child(4) {
  top: 36%;
  right: 7%;
}
.offer__item:nth-child(5) {
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .offer__item:nth-child(5) {
    -webkit-transform: none;
            transform: none;
  }
}
.offer__body {
  background-color: #F6F2F6;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 220px;
  text-align: center;
  padding: 0 35px;
  gap: 15px;
}
@media screen and (max-width: 1920px) {
  .offer__body {
    min-height: 220rem;
    padding: 0 35rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .offer__body {
    min-height: 117rem;
  }
}
.offer__name {
  color: #FF3395;
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .offer__name {
    font-size: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .offer__name {
    font-size: 22rem;
  }
}
.offer__text {
  color: #01367A;
  text-align: center;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1920px) {
  .offer__text {
    font-size: 32rem;
  }
}
@media screen and (max-width: 600px) {
  .offer__text {
    font-size: 14rem;
  }
}
.offer__girl {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -35px 0 -200px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .offer__girl {
    margin: -35rem 0 -200rem;
    max-width: 822rem;
  }
}
@media screen and (max-width: 600px) {
  .offer__girl {
    max-width: 312rem;
    margin: 0 0 -85rem;
  }
}
.offer__band {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%) rotate(3deg);
          transform: translateX(-50%) translateY(100%) rotate(3deg);
}
.offer__band:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10dvw;
  background-color: #FF81BD;
}
.offer .features__heart {
  max-width: 132px;
  top: 5%;
  left: calc(50% + 660px);
}
@media screen and (max-width: 1920px) {
  .offer .features__heart {
    max-width: 132rem;
    left: calc(50% + 660rem);
  }
}
@media screen and (max-width: 600px) {
  .offer .features__heart {
    max-width: 46rem;
    top: 10rem;
    left: auto;
    right: 10%;
  }
}
.offer .features__star {
  max-width: 128px;
  top: 60%;
  left: calc(50% - 800px);
}
@media screen and (max-width: 1920px) {
  .offer .features__star {
    max-width: 128rem;
    left: calc(50% - 800rem);
  }
}
@media screen and (max-width: 600px) {
  .offer .features__star {
    max-width: 50rem;
    top: 40%;
    left: 3%;
  }
}
.offer .features__dollar {
  max-width: 155px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  top: 62%;
  left: calc(50% + 400px);
}
@media screen and (max-width: 1920px) {
  .offer .features__dollar {
    max-width: 155rem;
    left: calc(50% + 400rem);
  }
}
@media screen and (max-width: 600px) {
  .offer .features__dollar {
    max-width: 62rem;
    top: 30%;
    left: auto;
    right: 6%;
  }
}

.text-shadow {
  text-shadow: 2px 2px 0px #01367A;
}
@media screen and (max-width: 600px) {
  .text-shadow {
    text-shadow: 1rem 1rem 0px #01367A;
  }
}

.box-shadow {
  -webkit-box-shadow: 8px 8px 0px 0px #01367A, -8px -8px 0px 0px #F1F277;
          box-shadow: 8px 8px 0px 0px #01367A, -8px -8px 0px 0px #F1F277;
}
@media screen and (max-width: 600px) {
  .box-shadow {
    -webkit-box-shadow: 2rem 5rem 0px 0px #01367A, -2rem -5rem 0px 0px #F1F277;
            box-shadow: 2rem 5rem 0px 0px #01367A, -2rem -5rem 0px 0px #F1F277;
  }
}

.board {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #F6F2F6;
  position: relative;
  z-index: 10;
  padding: 50px 55px 10px;
}
@media screen and (max-width: 1920px) {
  .board {
    max-width: 1400rem;
    padding: 50rem 55rem 10rem;
  }
}
@media screen and (max-width: 600px) {
  .board {
    padding: 15rem 8rem 20rem;
  }
}
.board__title {
  text-align: center;
  color: #FF3395;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .board__title {
    font-size: 32rem;
  }
}
.board__title img {
  position: absolute;
  top: 10px;
  right: calc(100% + 20px);
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
  max-width: 48px;
}
@media screen and (max-width: 1920px) {
  .board__title img {
    top: 10rem;
    right: calc(100% + 20rem);
    max-width: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .board__title img {
    max-width: 22rem;
    top: 100%;
    left: 20rem;
  }
}
.board__calculator {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: rgba(1, 54, 122, 0.8);
  height: 8px;
  border-radius: 100px;
  margin: 35px 0;
}
@media screen and (max-width: 1920px) {
  .board__calculator {
    height: 8rem;
    margin: 35rem 0;
  }
}
@media screen and (max-width: 600px) {
  .board__calculator {
    margin: 60rem 0 40rem;
  }
}
.board__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  height: 8px;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .board__range {
    height: 8rem;
  }
}
.board__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-image: url(../img/range-thumb.webp);
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .board__range::-webkit-slider-thumb {
    width: 69rem;
    height: 69rem;
  }
}
@media screen and (max-width: 600px) {
  .board__range::-webkit-slider-thumb {
    width: 53rem;
    height: 53rem;
  }
}
.board__range::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  height: 8px;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .board__range::-moz-range-track {
    height: 8rem;
  }
}
.board__range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-image: url(../img/range-thumb.webp);
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .board__range::-moz-range-thumb {
    width: 69rem;
    height: 69rem;
  }
}
@media screen and (max-width: 600px) {
  .board__range::-moz-range-thumb {
    width: 53rem;
    height: 53rem;
  }
}
.board__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 8px;
  border-radius: 100px;
  background-color: #FF3395;
}
@media screen and (max-width: 1920px) {
  .board__progress {
    height: 8rem;
  }
}
.board__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
@media screen and (max-width: 1920px) {
  .board__item {
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .board__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px;
  }
}
@media screen and (max-width: 600px) {
  .board__item--price {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.board__item p {
  font-family: "Gilroy";
  color: #01367A;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .board__item p {
    font-size: 36rem;
  }
}
@media screen and (max-width: 600px) {
  .board__item p {
    font-size: 24rem;
  }
}
.board__item small {
  font-family: "Gilroy";
  font-weight: 600;
  color: #01367A;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1920px) {
  .board__item small {
    font-size: 18rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .board__item small {
    font-size: 12rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 1920px) {
  .board__icon {
    max-width: 32rem;
  }
}

.start {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .start {
    padding: 150rem 0;
  }
}
@media screen and (max-width: 600px) {
  .start {
    padding: 65rem 0 115rem;
  }
}
.start__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 180px 0;
}
@media screen and (max-width: 1920px) {
  .start__wrap {
    margin: 180rem 0;
  }
}
@media screen and (max-width: 600px) {
  .start__wrap {
    margin: 0;
  }
}
.start__block {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .start__block {
    width: 100%;
  }
}
.start__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.start__small {
  font-family: Gilroy;
  font-size: 32px;
  margin: 30px 0 60px;
  font-weight: 500;
  color: #01367A;
}
@media screen and (max-width: 1920px) {
  .start__small {
    font-size: 32rem;
    margin: 30rem 0 60rem;
  }
}
@media screen and (max-width: 600px) {
  .start__small {
    font-size: 16rem;
    margin: 17rem 0 35rem;
  }
}
.start__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1920px) {
  .start__list {
    gap: 60rem;
  }
}
@media screen and (max-width: 600px) {
  .start__list {
    gap: 25rem;
  }
}
.start__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1920px) {
  .start__item {
    gap: 30rem;
  }
}
@media screen and (max-width: 600px) {
  .start__item {
    gap: 15rem;
  }
}
.start__point {
  color: #FF3395;
  font-size: 130px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.8;
}
@media screen and (max-width: 1920px) {
  .start__point {
    font-size: 130rem;
  }
}
@media screen and (max-width: 600px) {
  .start__point {
    font-size: 48rem;
  }
}
.start__text {
  color: #01367A;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .start__text {
    font-size: 40rem;
  }
}
@media screen and (max-width: 600px) {
  .start__text {
    font-size: 16rem;
  }
}
.start__btn {
  margin-top: 90px;
}
@media screen and (max-width: 1920px) {
  .start__btn {
    margin-top: 90rem;
  }
}
@media screen and (max-width: 600px) {
  .start__btn {
    margin-top: 270rem;
  }
}
.start__girl {
  position: absolute;
  bottom: 0;
  right: calc(50% - 150px);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .start__girl {
    right: calc(50% - 150rem);
    max-width: 1148rem;
  }
}
@media screen and (max-width: 600px) {
  .start__girl {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    max-width: 359rem;
  }
}
.start__band {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-3deg);
          transform: translateX(-50%) rotate(-3deg);
}
.start__band:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10dvw;
  background-color: #FF81BD;
}
.start__arrow {
  width: 125px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 15%;
  left: calc(50% + 520px);
}
@media screen and (max-width: 1920px) {
  .start__arrow {
    width: 125rem;
    left: calc(50% + 520rem);
  }
}
@media screen and (max-width: 600px) {
  .start__arrow {
    max-width: 42rem;
    top: 10%;
    left: auto;
    right: 20%;
  }
}

.bottom {
  position: relative;
  background-color: #FF81BD;
}
.bottom__block {
  margin-top: 130px;
  padding-bottom: 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;
}
@media screen and (max-width: 1920px) {
  .bottom__block {
    margin-top: 130rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 600px) {
  .bottom__block {
    margin-top: 15rem;
    padding: 50rem 0;
  }
}
.bottom .features__heart {
  width: 178px;
  top: -10%;
  left: calc(50% + 600px);
}
@media screen and (max-width: 1920px) {
  .bottom .features__heart {
    width: 178rem;
    left: calc(50% + 600rem);
  }
}
@media screen and (max-width: 600px) {
  .bottom .features__heart {
    width: 55rem;
    top: -1%;
    left: 65%;
  }
}
.bottom .features__dollar-one {
  width: 223px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 20%;
  left: calc(50% - 800px);
}
@media screen and (max-width: 1920px) {
  .bottom .features__dollar-one {
    width: 223rem;
    left: calc(50% - 800rem);
  }
}
@media screen and (max-width: 600px) {
  .bottom .features__dollar-one {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
    width: 72rem;
    top: auto;
    bottom: 30%;
    left: 5%;
  }
}
.bottom .features__dollar-two {
  width: 186px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  bottom: 20%;
  left: calc(50% + 500px);
}
@media screen and (max-width: 1920px) {
  .bottom .features__dollar-two {
    width: 186rem;
    left: calc(50% + 500rem);
  }
}
@media screen and (max-width: 600px) {
  .bottom .features__dollar-two {
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
    width: 107rem;
    top: auto;
    bottom: 30%;
    left: 70%;
  }
}

.feedback {
  width: 100%;
  max-width: 866px;
  padding: 60px;
  background-color: #F6F2F6;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .feedback {
    max-width: 866rem;
    padding: 60rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback {
    padding: 20rem;
  }
}
.feedback__title {
  color: #FF3395;
  text-align: center;
}
.feedback__text {
  color: #01367A;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin: 20px 0 30px;
}
@media screen and (max-width: 1920px) {
  .feedback__text {
    font-size: 32rem;
    margin: 20rem 0 30rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__text {
    font-size: 14rem;
    margin: 20rem 0;
  }
}
.feedback__text + .btn {
  margin: 0 auto;
  padding: 27px;
  width: 100%;
  max-width: 323px;
}
@media screen and (max-width: 1920px) {
  .feedback__text + .btn {
    padding: 27rem;
    max-width: 323rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__text + .btn {
    padding: 10rem;
    font-size: 12rem;
    max-width: 114rem;
  }
}
.feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1920px) {
  .feedback__form {
    gap: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__form {
    gap: 10rem;
  }
}
.feedback__field {
  max-width: calc(50% - 8px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1920px) {
  .feedback__field {
    max-width: calc(50% - 8rem);
    gap: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__field {
    max-width: 100%;
    gap: 3rem;
  }
}
.feedback__label {
  color: #01367A;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .feedback__label {
    font-size: 18rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__label {
    font-size: 12rem;
  }
}
.feedback__input {
  outline: none;
  border: 1px solid rgba(1, 54, 122, 0.5);
  background: #FFF;
  font-size: 32px;
  color: #01367A;
  padding: 16px 5px;
  font-family: Gilroy;
  max-height: 64px;
  font-weight: 600;
}
@media screen and (max-width: 1920px) {
  .feedback__input {
    font-size: 32rem;
    padding: 16rem 5rem;
    max-height: 64rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__input {
    font-size: 18rem;
    max-height: 24rem;
  }
}
.feedback__btn {
  padding: 16px;
}
@media screen and (max-width: 1920px) {
  .feedback__btn {
    padding: 16rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__btn {
    font-size: 12rem;
    max-width: 135rem;
    padding: 10rem;
    margin: 0 auto;
  }
}
.feedback__close {
  position: absolute;
  top: 16px;
  right: 16px;
  max-width: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1200;
}
@media screen and (max-width: 1920px) {
  .feedback__close {
    top: 16rem;
    right: 16rem;
    max-width: 32rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__close {
    top: auto;
    bottom: calc(100% + 40px);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.feedback__close:hover svg path {
  fill: #FF3395;
}
.feedback__close:hover svg rect {
  stroke: #FF3395;
}
.feedback__close svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1920px) {
  .feedback__close svg {
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__close svg {
    width: 28rem;
    height: 28rem;
  }
}
.feedback__close svg path {
  fill: #01367A;
}
@media screen and (max-width: 600px) {
  .feedback__close svg path {
    fill: #fff;
  }
}
.feedback__close svg rect {
  stroke: #01367A;
}
@media screen and (max-width: 600px) {
  .feedback__close svg rect {
    stroke: #fff;
  }
}
.feedback__arrow {
  position: absolute;
  top: 65%;
  left: 23%;
}
@media screen and (max-width: 1920px) {
  .feedback__arrow {
    max-width: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__arrow {
    max-width: 20rem;
  }
}
.feedback__success {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F6F2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 15px;
  display: none;
}
@media screen and (max-width: 1920px) {
  .feedback__success {
    gap: 15rem;
    padding: 15rem;
  }
}
.feedback__success p {
  font-size: 48px;
  color: #FF3395;
  font-family: Gilroy;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .feedback__success p {
    font-size: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .feedback__success p {
    font-size: 24rem;
  }
}
.feedback.success .feedback__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 1920px) {
  .footer {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30rem;
    padding: 30rem 0;
  }
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__text {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .footer__text {
    font-size: 16rem;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
}
@media screen and (max-width: 1920px) {
  .footer__links {
    gap: 73rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15rem;
  }
}
.footer__link {
  text-decoration: none;
  color: #fff;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1920px) {
  .footer__link {
    font-size: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__link {
    font-size: 20rem;
  }
}
.footer__link:hover {
  color: #01367A;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1920px) {
  .footer__socials {
    gap: 12rem;
  }
}
.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials a img {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1920px) {
  .footer__socials a img {
    width: 24rem;
    height: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__socials a img {
    width: 40rem;
    height: 40rem;
  }
}
.footer__socials a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 10rem;
}
.modal.opened {
  opacity: 1;
  pointer-events: all;
}

.burger-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 10rem;
}
.burger-modal.opened {
  opacity: 1;
  pointer-events: all;
}
.burger-modal__close {
  position: absolute;
  width: 22rem;
  height: 20rem;
  top: 30rem;
  right: 20rem;
}
.burger-modal__close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #01367A;
}
.burger-modal__close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background-color: #01367A;
}
.burger-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.burger-modal__link {
  text-decoration: none;
  color: #01367A;
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
.burger-modal__link:first-child {
  margin-bottom: 30px;
}

.main-referal .main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 150px 0;
}
@media screen and (max-width: 1920px) {
  .main-referal .main__block {
    padding: 150rem 0;
  }
}
@media screen and (max-width: 600px) {
  .main-referal .main__block {
    padding: 45rem 0 60rem;
  }
}
.main-referal .main__wrap {
  max-width: 80%;
  margin: 100px 0;
}
@media screen and (max-width: 1920px) {
  .main-referal .main__wrap {
    margin: 100rem 0;
  }
}
@media screen and (max-width: 600px) {
  .main-referal .main__wrap {
    max-width: 100%;
    margin: 0;
  }
}
.main-referal .main__title {
  font-size: 120px;
}
@media screen and (max-width: 1920px) {
  .main-referal .main__title {
    font-size: 120rem;
  }
}
@media screen and (max-width: 600px) {
  .main-referal .main__title {
    font-size: 36rem;
  }
}
@media screen and (max-width: 600px) {
  .main-referal .main__text {
    margin: 15rem 0 430rem;
  }
}
.main-referal .main__girl {
  bottom: -30%;
  left: calc(50% - 950px);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .main-referal .main__girl {
    left: calc(50% - 950rem);
    max-width: 978rem;
  }
}
@media screen and (max-width: 600px) {
  .main-referal .main__girl {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 415rem;
  }
}
.main-referal .features__dollar-one {
  width: 135px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  top: 8%;
  left: calc(50% + 550px);
}
@media screen and (max-width: 1920px) {
  .main-referal .features__dollar-one {
    width: 135rem;
    left: calc(50% + 550rem);
  }
}
.main-referal .features__dollar-two {
  width: 102px;
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
  top: 16%;
  left: 6%;
}
@media screen and (max-width: 1920px) {
  .main-referal .features__dollar-two {
    width: 102rem;
  }
}
.main-referal .features__dollar-three {
  width: 186px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  right: 5%;
  bottom: 15%;
}
@media screen and (max-width: 1920px) {
  .main-referal .features__dollar-three {
    width: 186rem;
  }
}

.offer-referal {
  padding: 50px 0 0;
}
@media screen and (max-width: 1920px) {
  .offer-referal {
    padding: 50rem 0 0;
  }
}
.offer-referal .offer__wrap {
  min-height: 500px;
}
@media screen and (max-width: 1920px) {
  .offer-referal .offer__wrap {
    min-height: 500rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__wrap {
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__item {
    position: relative;
    top: auto;
    left: auto;
  }
}
.offer-referal .offer__item:nth-child(1) {
  top: 55px;
  left: 15px;
}
@media screen and (max-width: 1920px) {
  .offer-referal .offer__item:nth-child(1) {
    top: 55rem;
    left: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__item:nth-child(1) {
    position: relative;
    top: auto;
    left: auto;
  }
}
.offer-referal .offer__item:nth-child(1) .offer__arrow {
  top: calc(100% + 30px);
  left: 60%;
}
@media screen and (max-width: 1920px) {
  .offer-referal .offer__item:nth-child(1) .offer__arrow {
    top: calc(100% + 30rem);
    max-width: 261rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__item:nth-child(1) .offer__arrow {
    max-width: 100rem;
    -webkit-transform: rotate(110deg);
            transform: rotate(110deg);
    top: calc(100% + 75rem);
    left: -5%;
  }
}
.offer-referal .offer__item:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__item:nth-child(2) {
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: auto;
    left: auto;
  }
}
.offer-referal .offer__item:nth-child(2) .offer__arrow {
  bottom: calc(100% + 40px);
  left: 60%;
}
@media screen and (max-width: 1920px) {
  .offer-referal .offer__item:nth-child(2) .offer__arrow {
    bottom: calc(100% + 40rem);
    max-width: 222rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__item:nth-child(2) .offer__arrow {
    max-width: 100rem;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    bottom: calc(100% + 50rem);
    left: 62%;
  }
}
.offer-referal .offer__item:nth-child(3) {
  top: calc(50% - 260px);
  left: calc(50% + 300px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .offer-referal .offer__item:nth-child(3) {
    top: calc(50% - 260rem);
    left: calc(50% + 300rem);
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .offer__item:nth-child(3) {
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: auto;
    left: auto;
  }
}
.offer-referal .feedback {
  margin: 20px auto 50px;
}
@media screen and (max-width: 1920px) {
  .offer-referal .feedback {
    margin: 20rem auto 50rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .feedback {
    margin: 20rem auto 50rem;
  }
}
.offer-referal .features__heart {
  max-width: 178px;
  top: 0;
  left: 90%;
}
@media screen and (max-width: 1920px) {
  .offer-referal .features__heart {
    max-width: 178rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .features__heart {
    width: 60rem;
    top: 12%;
    left: 80%;
  }
}
.offer-referal .features__dollar-one {
  max-width: 199px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 65%;
  left: 2%;
}
@media screen and (max-width: 1920px) {
  .offer-referal .features__dollar-one {
    max-width: 199rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .features__dollar-one {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
    width: 72rem;
    top: auto;
    bottom: 20%;
    left: 5%;
  }
}
.offer-referal .features__dollar-two {
  max-width: 186px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  top: 45%;
  left: 85%;
}
@media screen and (max-width: 1920px) {
  .offer-referal .features__dollar-two {
    max-width: 186rem;
  }
}
@media screen and (max-width: 600px) {
  .offer-referal .features__dollar-two {
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
    width: 107rem;
    top: auto;
    bottom: 20%;
    left: 70%;
  }
}
.offer-referal .offer__arrow {
  position: absolute;
}

.main-about-us .main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-about-us .main__wrap {
  max-width: 712px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}
@media screen and (max-width: 1920px) {
  .main-about-us .main__wrap {
    max-width: 712rem;
    margin: 100rem 0;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us .main__wrap {
    margin: 0;
  }
}
.main-about-us .main__title {
  text-align: center;
}
.main-about-us .main__title p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-about-us .main__text {
  max-width: 100%;
  margin: 30px 0 40px;
}
@media screen and (max-width: 1920px) {
  .main-about-us .main__text {
    margin: 30rem 0 40rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us .main__text {
    margin: 15rem 0 20rem;
    max-width: 266rem;
  }
}
.main-about-us .main__btn {
  max-width: 400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1920px) {
  .main-about-us .main__btn {
    max-width: 400rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us .main__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.main-about-us__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 45px;
}
@media screen and (max-width: 1920px) {
  .main-about-us__block {
    gap: 30rem;
    margin-top: 45rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us__block {
    gap: 10rem;
    margin: 0 0 330rem;
  }
}
.main-about-us__item {
  width: 100%;
}
.main-about-us__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  width: 100%;
  background-color: #F6F2F6;
}
@media screen and (max-width: 1920px) {
  .main-about-us__body {
    gap: 15rem;
    min-height: 160rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us__body {
    gap: 10rem;
    min-height: 80rem;
  }
}
.main-about-us__number {
  color: #FF3395;
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
  line-height: 90%;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .main-about-us__number {
    font-size: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us__number {
    font-size: 20rem;
  }
}
.main-about-us__text {
  color: #01367A;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1920px) {
  .main-about-us__text {
    font-size: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us__text {
    font-size: 12rem;
  }
}
.main-about-us__girl {
  position: absolute;
  z-index: -1;
  bottom: 0;
  pointer-events: none;
}
.main-about-us__girl--left {
  right: calc(50% + 170px);
}
@media screen and (max-width: 1920px) {
  .main-about-us__girl--left {
    right: calc(50% + 170rem);
    max-width: 806rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us__girl--left {
    max-width: 356rem;
    right: 23%;
  }
}
.main-about-us__girl--right {
  left: calc(50% + 10px);
}
@media screen and (max-width: 1920px) {
  .main-about-us__girl--right {
    left: calc(50% + 10rem);
    max-width: 962rem;
  }
}
@media screen and (max-width: 600px) {
  .main-about-us__girl--right {
    max-width: 466rem;
    left: 5%;
    bottom: -5%;
  }
}

.with-us {
  background-color: #FF81BD;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .with-us {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 600px) {
  .with-us {
    padding: 50rem 0 10rem;
  }
}
.with-us__block {
  position: relative;
}
.with-us__title span {
  display: block;
}
.with-us__slider {
  width: 100%;
  position: relative;
  margin: 100px 0;
}
@media screen and (max-width: 1920px) {
  .with-us__slider {
    margin: 100rem 0;
  }
}
@media screen and (max-width: 600px) {
  .with-us__slider {
    margin: 40rem 0;
    width: 150%;
  }
}
.with-us .features__heart {
  width: 135px;
  top: 5%;
  left: 65%;
}
@media screen and (max-width: 1920px) {
  .with-us .features__heart {
    width: 135rem;
  }
}
@media screen and (max-width: 600px) {
  .with-us .features__heart {
    display: none;
  }
}
.with-us .features__dollar-one {
  width: 127px;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  top: 22%;
  right: 100%;
}
@media screen and (max-width: 1920px) {
  .with-us .features__dollar-one {
    width: 127rem;
  }
}
@media screen and (max-width: 600px) {
  .with-us .features__dollar-one {
    display: none;
  }
}
.with-us .features__dollar-two {
  width: 120px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  top: calc(100% + 50px);
  right: 5%;
}
@media screen and (max-width: 1920px) {
  .with-us .features__dollar-two {
    width: 120rem;
    top: calc(100% + 50rem);
  }
}
@media screen and (max-width: 600px) {
  .with-us .features__dollar-two {
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
    width: 62rem;
    top: 0;
    right: 0;
  }
}
.with-us__band {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%) rotate(3deg);
          transform: translateX(-50%) translateY(100%) rotate(3deg);
}
.with-us__band:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10dvw;
  background-color: #FF81BD;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__item {
  border: 1px solid #99E2F1;
  background: #FFF;
  width: 408px;
  height: 495px;
  margin: 0 5px;
}
@media screen and (max-width: 1920px) {
  .slider__item {
    width: 408rem;
    height: 495rem;
    margin: 0 5rem;
  }
}
@media screen and (max-width: 600px) {
  .slider__item {
    width: 238rem;
    height: 288rem;
  }
}
.slider__wrap {
  padding: 10px;
}
@media screen and (max-width: 1920px) {
  .slider__wrap {
    padding: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .slider__wrap {
    padding: 5rem;
  }
}
.slider__image {
  max-height: 395px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .slider__image {
    max-height: 395rem;
  }
}
@media screen and (max-width: 600px) {
  .slider__image {
    max-height: 230rem;
  }
}
.slider__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider__text {
  color: #FF3395;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .slider__text {
    font-size: 24rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .slider__text {
    font-size: 14rem;
  }
}
.slider__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: calc(100% + 150px);
  right: 0;
  gap: 20px;
  display: none;
}
@media screen and (max-width: 1920px) {
  .slider__nav {
    bottom: calc(100% + 150rem);
    gap: 20rem;
  }
}
@media screen and (max-width: 600px) {
  .slider__nav {
    display: none;
  }
}
.slider__arrow svg {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .slider__arrow svg {
    width: 64rem;
    height: 64rem;
  }
}
.slider__arrow svg path {
  fill: white;
}
.slider__arrow svg circle {
  stroke: white;
}
.slider__arrow:hover svg path {
  fill: #01367A;
}
.slider__arrow:hover svg circle {
  stroke: #01367A;
}
.slider.slick-initialized + .slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .slider.slick-initialized + .slider__nav {
    display: none;
  }
}

.managers {
  position: relative;
  padding: 250px 0;
}
@media screen and (max-width: 1920px) {
  .managers {
    padding: 250rem 0;
  }
}
@media screen and (max-width: 600px) {
  .managers {
    padding: 70rem 0 340rem;
  }
}
.managers__wrap {
  position: relative;
}
.managers__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.managers__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .managers__title {
    font-size: 36rem;
  }
}
.managers__title span {
  display: block;
}
.managers__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 690px;
  margin: 120px;
}
@media screen and (max-width: 1920px) {
  .managers__list {
    gap: 24rem;
    max-width: 690rem;
    margin: 120rem;
  }
}
@media screen and (max-width: 600px) {
  .managers__list {
    margin: 30rem 0;
    gap: 18rem;
    width: 100%;
  }
}
.managers__link {
  text-decoration: none;
  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;
  gap: 24px;
  color: #01367A;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  padding: 24px;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .managers__link {
    gap: 24rem;
    font-size: 40rem;
    padding: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .managers__link {
    font-size: 18rem;
    gap: 10rem;
    padding: 10rem;
  }
}
.managers__link:hover {
  color: #FF3395;
}
.managers__link:hover svg path {
  fill: #FF3395;
}
.managers__link svg {
  width: 15px;
}
@media screen and (max-width: 1920px) {
  .managers__link svg {
    width: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .managers__link svg {
    width: 7rem;
  }
}
.managers__link svg path {
  fill: #01367A;
}
.managers__band {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-3deg);
          transform: translateX(-50%) rotate(-3deg);
}
.managers__band:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10dvw;
  background-color: #FF81BD;
}
.managers__girl {
  pointer-events: none;
  position: absolute;
  bottom: -10%;
  right: calc(50% - 350px);
}
@media screen and (max-width: 1920px) {
  .managers__girl {
    right: calc(50% - 350rem);
    max-width: 1275rem;
  }
}
@media screen and (max-width: 600px) {
  .managers__girl {
    bottom: -5%;
    right: 45%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    max-width: 360rem;
  }
}