/*!************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \************************************************************************************************************/
  /* @import url(//fonts.googleapis.com/css?family=Raleway:400,500,600,700); */
  /* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); */
  /* @import url('//fonts.googleapis.com/css?family=Raleway:wght@400;500;600;800&display=swap'); */
  /* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;800&display=swap'); */

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

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

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

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

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url(../../fonts/promo/Montserrat-Medium.eot);
  src: url(../../fonts/promo/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../../fonts/promo/Montserrat-Medium.woff) format("woff"), url(../../fonts/promo/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  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 {
  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 */
  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 {
  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"] {
  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-family: 'Raleway', sans-serif;
  box-sizing: border-box; }

body {
  background: #F5F5F5; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
 }

.container--big {
  max-width: 1660px; }

.follow-cursor {
  width: 24px;
  height: 24px;
  background: #DFDDFF;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none; }

.title__wrap {
  overflow: hidden; }

.title {
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  color: #313131;
  margin: 0;
  transition: transform 0.6s;
  transform: translate(0, 200%);
  overflow: hidden; }

.title.show {
  animation: showTitle 1.7s forwards;
  overflow: hidden; }

.subtitle.show {
  animation: showTitle 1.7s forwards;
  overflow: hidden;
  animation-delay: 0.2s; }

@keyframes showTitle {
  100% {
    transform: translate(0, 0); } }

.header {
  padding: 15px 0;
  background: #F5F5F5;
  z-index: 20;
  position: relative;
  box-shadow: none;
 }
  .header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.menu__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }

.menu__item {
  margin-right: 55px; }

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

.menu__link {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  color: #313131;
  transition: color 0.3s; }

.menu__link:hover {
  color: #338CE5; }

.promo {
  margin-bottom: 170px;
  width: 100%; }
  .promo__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 775px;
    background: #24305C;
    border-radius: 60px;
    padding: 90px 60px 70px 110px; }
  .promo__title-big {
    margin: 0;
    margin-bottom: 35px;
    width: 520px;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: #fff; }
  .promo__title-big span {
    font-size: 60px;
    font-weight: 800;
    color: #5FAFFF; }
  .promo__subtitle {
    width: 350px;
    margin-bottom: 70px;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF; }
  .promo__img {
    position: absolute;
    z-index: 5; }
  .promo__img--left {
    top: 90px;
    right: 30%; }
  .promo__img--right {
    top: 145px;
    right: 12%; }
  .promo__blur-1 {
    position: absolute;
    top: 195px;
    right: 26%;
    width: 382px;
    height: 382px;
    background: #5D53CF;
    filter: blur(120px);
    z-index: 1;
    animation: elem_move 5s infinite ease-in-out;
    --X: -100px;
    --Y: 5px; }
  .promo__blur-2 {
    position: absolute;
    top: 145px;
    right: 14%;
    width: 260px;
    height: 260px;
    background: #A45DCF;
    filter: blur(80px);
    z-index: 1;
    animation: elem_move 5s infinite ease-in-out;
    --X: 120px;
    --Y: 40px; }
  .promo__elem {
    position: absolute;
    z-index: 10;
    animation: elem_move 5s infinite ease-in-out; }
  .promo__elem-1 {
    top: 150px;
    right: 7%;
    animation-duration: 4.5s;
    display: none; }
  .promo__elem-2 {
    top: 180px;
    right: 3%;
    --X: -25px;
    --Y: 5px; }
  .promo__elem-3 {
    top: 77px;
    right: 3%;
    --X: 0px;
    --Y: -10px;
    animation-duration: 4.8s; }
  .promo__elem-4 {
    top: 570px;
    right: 58%;
    --X: -30px;
    --Y: -20px;
    animation-duration: 5.2s; }
  .promo__elem-5 {
    top: 98px;
    right: 11%; }
  .promo__elem-6 {
    top: 670px;
    right: 40%;
    animation-duration: 4.7s; }
  .promo__elem-7 {
    top: 60px;
    right: 20%;
    --X: -5px;
    --Y: 15px; }
  .promo__elem-8 {
    top: 370px;
    right: 55%;
    --X: 5px;
    --Y: -20px;
    animation-duration: 4.5s; }
  .promo__elem-9 {
    top: 350px;
    right: 3%; }
  .promo__elem-10 {
    top: 620px;
    right: 6%;
    --X: -5px;
    --Y: -30px;
    animation-duration: 4.5s; }
  .promo__elem-11 {
    top: 455px;
    right: 45%; }
  .promo__elem-12 {
    bottom: -230px;
    left: 28%;
    --X: -15px;
    --Y: -40px;
    animation-duration: 4.7s; }
  .promo__elem-13 {
    bottom: -150px;
    left: 34%;
    transform: rotate(24deg);
    --X: 30px;
    --Y: -15px; }
  .promo__elem-14 {
    bottom: -160px;
    left: 28%;
    --X: -30px;
    --Y: -5px;
    animation-duration: 5.2s; }
  .promo__elem-15 {
    bottom: -220px;
    left: 28%;
    --X: 0px;
    --Y: -30px; }
  .promo__elem-16 {
    bottom: -220px;
    left: 33%;
    animation-duration: 4.5s;
    display: none; }
  .promo__arrow {
    position: absolute;
    bottom: -78px;
    animation-duration: 5.2s; }

@keyframes elem_move {
  0% {
    transform: translate(var(--X), var(--Y)); }
  50% {
    transform: translate(0px, 0px); }
  100% {
    transform: translate(var(--X), var(--Y)); } }

.app {
  display: flex; }
  .app__btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 50px;
    margin-right: 0;
    padding: 13px 26px 13px 26px;
    transition: background 0.3s; }
  .app__btn--mobile {
    display: none;
  }
  .app__btn:hover {
    background: #ECF0FF;
    text-decoration: none;
   }
  .app__btn:nth-child(even) {
    margin-right: 0; }
  .app__btn-img {
    margin-right: 15px; }
  .app__btn-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #24305C; }

.search {
  width: 100%;
  margin-bottom: 135px; }
  .search__wrap {
    padding: 72px 50px 22px 50px;
    background: #ECF0FF;
    border-radius: 60px;
    display: flex;
    margin-bottom: 100px; }
  .search__wrap .slick-track {
    margin: 0; 
  }
  .search__wrap .slick-slide {
    margin-right: 50px;
    padding-bottom: 50px; }
  .search__title {
    width: 340px; }
  .search__arrows {
    display: flex;
    margin-top: 85px; }
  .search__wrap-left {
    margin-right: 110px; }
  .search__wrap-right {
    width: 68%; }
  .search__slider-item {
    background: #FFFFFF;
    box-shadow: 12px 10px 0px #24305C;
    border-radius: 50px;
    padding: 50px 15px 40px 22px;
    min-height: 285px; }
  .search__slider-title {
    max-width: 170px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #384A5C;
    margin-bottom: 15px; }
  .search__slider-descr {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #313131; }
  .search__about {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(99% + 5px);
    border: 1px solid #24305C;
    border-radius: 50px;
    padding: 52px 275px 55px 70px;
    margin-bottom: 143px;
    background: #fff; }
    .search__about::before {
      content: '';
      position: absolute;
      border: 1px solid #24305C;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      bottom: -10px;
      right: -12px;
      z-index: -1; }
  .search__about-img {
    margin-right: 65px;
    opacity: 0;
    transition: transform 0.8s, opacity 0.6s;
    transform: scale(0, 0); }
  .search__about-img.show {
    opacity: 1;
    transform: scale(1, 1); }
  .search__about-top {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #313131;
    margin-bottom: 30px; }
  .search__about-bottom {
    width: 560px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #24305C; }
  .search__tizers {
    padding: 0 75px 0px 75px;
    display: flex; }
  .search__tizers-item {
    padding: 75px 60px 90px 60px;
    margin-right: 80px;
    box-shadow: 12px 10px 0px #24305C;
    border-radius: 50px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scaleY(0); }
    .search__tizers-item--first {
      background: #C2E8FD;
      transform-origin: bottom; }
    .search__tizers-item--second {
      background: #DFDDFF;
      transform-origin: top; }
    .search__tizers-item--third {
      background: #F9D3DC;
      transform-origin: bottom; }
  .search__tizers-item.show {
    animation: showBlock 0.8s forwards; }
  .search__tizers-item.show > * {
    animation: showContent 0.8s forwards 0.5s; }
  .search__tizers-item:last-child {
    margin-right: 0; }
  .search__tizers-item > * {
    opacity: 0;
    transform: translateY(35px); }
  .search__tizers-img {
    margin-bottom: 60px;
    height: 105px; }
  .search__tizers-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #313131; }

@keyframes showBlock {
  100% {
    transform: scaleY(1); } }

@keyframes showContent {
  100% {
    opacity: 1;
    transform: translateY(0px); } }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.arrow {
  cursor: pointer;
  transition: fill 0.3s; }

.arrow:hover {
  fill: #338CE5; }

.arrow-left {
  margin-right: 30px; }

.advantages {
  width: 100%;
  margin-bottom: 170px; }
  .advantages__wrap {
    width: calc(99% + 3px);
    background: #FFFFFF;
    border: 1px solid #24305C;
    box-shadow: 12px 10px 0px #24305C;
    border-radius: 50px;
    padding: 60px 155px 95px 155px;
    margin-bottom: 120px; }
  .advantages__title {
    text-align: center; }
  .advantages__items {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 480px 390px;
    grid-template-rows: repeat(2, auto);
    row-gap: 50px;
    justify-content: space-between; }
  .advantages__item {
    display: flex;
    align-items: center; }
  .advantages__item-img {
    margin-right: 35px;
    align-self: flex-start; }
  .advantages__item-img--three {
    margin-right: 20px; }
  .advantages__item-img--four {
    margin-right: 3px; }
  .advantages__item-text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #313131; }
  .advantages__download {
    position: relative;
    width: 100%;
    padding: 60px 92px;
    display: flex;
    background: #24305C;
    border-radius: 35px;
    align-items: center; }
  .advantages__download-text {
    flex: 1 1 720px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-right: 65px; }
  .advantages__download-arrow {
    position: absolute;
    right: 5%;
    bottom: -35px; }

.icon__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  border: 1px solid #24305C;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px #24305C;
  border-radius: 15px; }
  .icon__wrap--move {
    position: absolute;
    background: #ECF0FF;
    opacity: 1; }
  .icon__wrap-1 {
    top: 130px;
    left: 20%; }
  .icon__wrap-1.move {
    animation: moveUp-1 4s linear forwards; }
  .icon__wrap-2 {
    top: 220px;
    left: 32%; }
  .icon__wrap-2.move {
    animation: moveUp-2 4s linear forwards; }
  .icon__wrap-3 {
    top: 240px;
    right: 35%; }
  .icon__wrap-3.move {
    animation: moveUp-3 4s linear forwards; }
  .icon__wrap-4 {
    top: 90px;
    right: 20%; }
  .icon__wrap-4.move {
    animation: moveUp-4 4s linear forwards; }

.functionality {
  position: relative; }
  .functionality__title {
    text-align: center;
    margin-bottom: 20px; }
  .functionality__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #313131;
    transform: translate(0, 200%);
    overflow: hidden;
    transition: transform 0.6s;
    line-height: 140%;
   }
  .functionality__wrap {
    margin-top: 120px;
    display: grid;
    gap: 90px;
    grid-template-columns: repeat(2, 675px);
    margin-bottom: 160px; }
  .functionality__item {
    display: flex;
    border-radius: 50px;
    padding: 45px 40px 25px 52px; }
    .functionality__item--first {
      background: #fff; }
    .functionality__item--first .functionality__item-text {
      color: #313131; }
    .functionality__item--second {
      background: #24305C; }
    .functionality__item--third {
      background: #24305C; }
    .functionality__item--fourth {
      background: #fff; }
    .functionality__item--fourth .functionality__item-text {
      color: #313131; }
  .functionality__item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 25px 20px 0; }
  .functionality__item-text {
    color: #fff; }
  .functionality__item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    margin-bottom: 10px; }
  .functionality__item-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px; }
  .functionality__item-descr {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%; }
  .functionality__item-img {
    transform: translate(0, 150px);
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s;
    max-width: none;
  }
  .functionality__item-img.show {
    transform: translate(0, 0px);
    opacity: 1; }
  .functionality__favorite {
    position: relative; }
  .functionality__inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
    width: 60%;
    height: 810px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0); }
  .functionality__inner.show {
    animation: showCircle 0.7s forwards;
    -webkit-animation: showCircle 0.7s forwards; }
  .functionality__inner.show > .functionality__favorite-img {
    animation: showPhone 0.7s forwards;
    -webkit-animation: showPhone 0.7s forwards; }
  .functionality__favorite-img {
    position: absolute;
    top: -50px;
    z-index: 3;
    top: 75px;
    transform: translate3d(0, 110%, 0);
    -webkit-transform: translate3d(0, 110%, 0); }
  .functionality__favorite-circle {
    position: relative;
    margin: 0 auto;
    width: 660px;
    height: 660px;
    border-radius: 50%;
    top: 167px; }
    .functionality__favorite-circle--blue {
      position: absolute;
      z-index: 1;
      background: #338CE5;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: 640px;
      height: 640px; }
    .functionality__favorite-circle--cyan {
      z-index: 2;
      background: #C2E8FD; }
  .functionality__favorite-heart {
    position: absolute;
    animation: elem_move 5s infinite ease-in-out; }
    .functionality__favorite-heart--left {
      top: 300px;
      left: 10%;
      --X: 40px;
      --Y: -30px; }
    .functionality__favorite-heart--right {
      top: 60px;
      right: 18%;
      --X: 40px;
      --Y: 50px;
      animation-duration: 5.5s; }

@keyframes moveUp-1 {
  100% {
    transform: translateY(-220px);
    opacity: 0; } }

@keyframes moveUp-2 {
  100% {
    transform: translateY(-250px);
    opacity: 0; } }

@keyframes moveUp-3 {
  100% {
    transform: translateY(-320px);
    opacity: 0; } }

@keyframes moveUp-4 {
  100% {
    transform: translateY(-220px);
    opacity: 0; } }

@keyframes showCircle {
  100% {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes showPhone {
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); } }

.applicant {
  width: 100%;
  margin-bottom: 90px; }
  .applicant__wrap {
    display: flex;
    background: #ECF0FF;
    border-radius: 50px;
    padding: 55px 100px 45px 75px; }
  .applicant__text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .applicant__title {
    text-align: center;
    margin-bottom: 25px; }
  .applicant__descr {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #313131;
    transform: translate(0, 200%);
    overflow: hidden;
    transition: transform 0.6s; }
  .applicant__btn {
    margin: 55px auto 0 auto;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    border: 0;
    background: none;
    cursor: pointer;
    color: #338CE5; }

.download {
  width: 100%; }
  .download__wrap {
    background: #24305C;
    border-radius: 50px;
    padding: 65px 52px 75px 52px;
    position: relative; }
  .download__title {
    color: #fff;
    margin-bottom: 20px; }
  .download__subtitle {
    width: 425px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    transform: translate(0, 200%);
    overflow: hidden;
    transition: transform 0.6s; }
  .download__app {
    margin-top: 0;
    margin-right: 47px; }
  .download__bottom {
    display: flex;
    align-items: center;
    margin-top: 50px; }
  .download__logo-img {
    position: absolute;
    top: -1px;
    right: -1px; }

.social {
  display: flex; }
  .social__link {
    margin-right: 35px; }
  .social__link:last-child {
    margin-right: 0; }
  .social__icon {
    transition: all 0.3s; }
  .social__icon:hover {
    fill: #ECF0FF; }

.social-dzen {
  margin-left: auto;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.social-dzen__link {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.social-dzen__link:hover {
  color: rgba(255, 255, 255, 0.6);
}


.footer {
  width: 100%;
  padding: 0;
  background: none;
 }
  .footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0; }
  .footer__top {
    display: flex;
    align-items: center; }
  .footer__copy {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #313131;
    margin-right: 30px; }
  .footer__policy {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #313131;
    text-decoration: none;
   }
  .footer__policy:hover {
    text-decoration: none;
    color: #313131;
  }
  .footer__luckru {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #313131; 
  }
  .footer__luckru:hover {
    text-decoration: none;
    color: #313131;
  }

.overlay {
  background-color: rgba(0, 0, 0, 0.56);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.popup {
  display: none;
  border: 1px solid #24305C;
  border-radius: 30px;
  background: #fff;
  left: 50%;
  min-height: 660px;
  padding: 68px 38px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 540px; }
  #send-mail-form .form-group {
    margin-bottom: 0;
  }
  .popup__close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px; }
  .popup__title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #313131;
    margin-bottom: 20px;
    line-height: 130%;
   }
  .popup__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #313131;
    margin-bottom: 55px; }
  .popup__input {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #313131;
    border-radius: 0;
    color: rgba(49, 49, 49, 0.8);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 8px 0 8px 10px;
    width: 100%;
    outline: transparent; }
  #phone {
    font-family: 'Montserrat'; }
  .form-group.has-error > input {
    border-bottom: 1px solid #eb5757;
  }
  .form-group.has-error > input::placeholder {
    color: #EB5757;
  }
  .popup__input.error {
    border-bottom: 1px solid #eb5757; }
    .popup__input.error::placeholder {
      color: #EB5757; }
  .popup__btn {
    background: #24305C;
    border-radius: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    border: none;
    width: 100%;
    padding: 14px 40px;
    margin-top: 38px;
    margin-bottom: 15px;
    cursor: pointer; }
  .popup__policy {
    display: flex; }
  .popup__policy-checkbox {
    display: none !important; }
  .popup__label-checkbox {
    align-items: center;
    display: inline-flex;
    user-select: none; }
  .popup__label-checkbox::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: 1px solid rgba(49, 49, 49, 0.8);
    border-radius: 5px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 27px;
    margin-right: 15px; }
  .popup__policy-checkbox.error + .popup__label-checkbox::before {
    border: 1px solid #eb5757; }
  .popup__policy-checkbox:checked + .popup__label-checkbox::before {
    background-image: url(../../images/promo/checkbox.svg);
    background-size: 16px 12px; }
  .popup__policy-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: rgba(49, 49, 49, 0.8); }
  .popup__policy-text a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(49, 49, 49, 0.8); }
  .popup__img {
    display: block;
    margin: 0 auto 15px auto; }

.popup-thanks__title {
  margin-bottom: 35px; }

.popup-thanks__subtitle {
  width: 90%;
  margin: 0 auto 20px auto; }

@media (max-width: 1680px) {
  .container {
    max-width: 1110px; }
  .container--big {
    max-width: 1110px; }
  .logo__img {
    width: 64px; }
  .promo {
    margin-bottom: 135px; }
    .promo__wrap {
      border-radius: 35px;
      padding: 55px 40px 50px 40px;
      min-height: 510px; }
    .promo__title-big {
      font-size: 34px;
      line-height: 45px;
      margin-bottom: 20px;
      width: 375px; }
    .promo__title-big span {
      font-size: 44px; }
    .promo__subtitle {
      width: 285px;
      font-size: 22px;
      line-height: 30px; }
    .promo__img--left {
      width: 200px;
      top: 55px; }
    .promo__img--right {
      width: 180px;
      top: 100px; }
    .promo__blur-1 {
      top: 100px;
      width: 275px;
      height: 275px;
      filter: blur(70px);
      --X: -50px; }
    .promo__blur-2 {
      top: 85px;
      width: 180px;
      height: 180px;
      filter: blur(50px);
      right: 12%;
      --X: 60px; }
    .promo__elem-1 {
      top: 80px;
      width: 27px; }
    .promo__elem-2 {
      top: 100px;
      width: 36px;
      right: 5%; }
    .promo__elem-3 {
      top: 45px;
      width: 6px; }
    .promo__elem-4 {
      top: 340px;
      width: 11px; }
    .promo__elem-5 {
      top: 55px;
      width: 8px; }
    .promo__elem-6 {
      display: none; }
    .promo__elem-7 {
      top: 55px;
      width: 30px;
      right: 22%; }
    .promo__elem-8 {
      top: 190px;
      width: 30px;
      right: 50%; }
    .promo__elem-9 {
      top: 225px;
      width: 40px; }
    .promo__elem-10 {
      top: 395px;
      width: 35px; }
    .promo__elem-11 {
      top: 295px;
      width: 40px;
      right: 45%; }
    .promo__elem-12 {
      width: 100px;
      bottom: -160px;
      left: 18%; }
    .promo__elem-13 {
      width: 45px;
      bottom: -100px;
      left: 22%; }
    .promo__elem-14 {
      width: 15px;
      bottom: -110px;
      left: 18%; }
    .promo__elem-15 {
      width: 55px;
      bottom: -160px;
      left: 18%; }
    .promo__elem-16 {
      width: 50px;
      bottom: -150px;
      left: 25%; }
    .promo__arrow {
      position: absolute;
      width: 95px;
      bottom: -65px; }
  .app__btn {
    padding: 13px 20px;
    margin-right: 0; }
  .app__btn-img {
    width: 20px;
    margin-right: 10px; }
  .app__btn-text {
    font-size: 16px; }
  .title {
    font-size: 28px; }
  .search {
    margin-bottom: 105px; }
    .search__wrap {
      padding: 50px 40px 22px 40px; }
    .search__wrap .slick-slide {
      padding-bottom: 15px;
      margin-right: 35px; }
    .search__wrap-left {
      margin-right: 40px; }
    .search__wrap-right {
      width: 78%; }
    .search__title {
      width: 215px; }
    .search__arrows {
      margin-top: 160px; }
    .search__slider-item {
      box-shadow: 10px 9px 0px #24305C;
      border-radius: 30px; }
    .search__slider-title {
      font-size: 22px; }
    .search__slider-descr {
      font-size: 18px; }
    .search__about {
      padding: 50px 95px 55px 65px;
      border-radius: 30px; }
    .search__about::before {
      border-radius: 30px;
      bottom: -9px;
      right: -10px; }
    .search__about-img {
      width: 245px; }
    .search__about-top {
      font-size: 22px; }
    .search__about-bottom {
      font-size: 22px; }
    .search__tizers {
      padding: 0;
      width: 99%; }
    .search__tizers-item {
      padding: 80px 40px 95px 40px;
      box-shadow: 10px 9px 0px #24305C;
      border-radius: 35px;
      margin-right: 50px;
      width: 32%; }
  .arrow {
    width: 50px;
    height: 50px; }
  .advantages {
    margin-bottom: 145px; }
    .advantages__wrap {
      padding: 50px 45px 75px 45px;
      box-shadow: 10px 9px 0px #24305C;
      border-radius: 30px; }
    .advantages__items {
      grid-template-columns: 400px 390px; }
    .advantages__item-text {
      font-size: 22px; }
    .advantages__download {
      border-radius: 30px;
      padding: 60px 45px; }
    .advantages__download-text {
      font-size: 22px;
      flex: 1 1 625px;
      margin-right: 60px; }
    .advantages__download-arrow {
      width: 110px; }
  .functionality__subtitle {
    font-size: 22px;
    line-height: 140%;
    width: 385px;
    margin: 0 auto; }
  .functionality__item-icon {
    width: 23px; }
  .functionality__wrap {
    margin-top: 120px;
    gap: 40px;
    grid-template-columns: repeat(2, 535px);
    margin-bottom: 15px; }
  .functionality__item {
    border-radius: 35px;
    padding: 45px 35px 25px 40px; }
  .functionality__item-title {
    font-size: 24px; }
  .functionality__item-subtitle {
    font-size: 18px; }
  .functionality__item-descr {
    font-size: 16px; }
  .functionality__item-img {
    width: 200px; }
  .functionality__inner {
    height: 745px; }
  .functionality__favorite-circle--cyan {
    width: 580px;
    height: 580px; }
  .functionality__favorite-circle--blue {
    width: 560px;
    height: 560px; }
  .functionality__favorite-img {
    width: 355px;
    top: 120px; }
  .functionality__favorite-heart--left {
    width: 130px; }
  .functionality__favorite-heart--right {
    width: 100px;
    top: 120px;
    right: 15%; }
  .icon__wrap {
    width: 45px;
    height: 45px;
    box-shadow: 3px 3px 0px #24305C;
    border-radius: 10px; }
  .icon__wrap-1 {
    left: 25%; }
  .icon__wrap-4 {
    right: 30%; }
  .applicant {
    margin-bottom: 110px; }
    .applicant__wrap {
      border-radius: 30px;
      padding: 50px 45px 60px 40px; }
    .applicant__title {
      margin-bottom: 20px; }
    .applicant__descr {
      font-size: 22px; }
    .applicant__btn {
      margin-top: 45px;
      font-size: 22px; }
    .applicant__img--left {
      flex: 0 0 270px; }
    .applicant__img--right {
      flex: 0 0 240px; }
  .download__wrap {
    border-radius: 30px;
    overflow: hidden; }
  .download__wrap::before {
    content: '';
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -7px;
    right: -7px; }
  .download__logo-img {
    top: -7px;
    right: -7px;
    width: 200px; }
  .footer__wrap {
    padding: 45px 0; }
  .footer__copy {
    font-size: 16px;
    margin-right: 10px; }
  .footer__policy {
    font-size: 16px; }
  .footer__luckru {
    font-size: 16px; } }

@media (max-width: 1130px) {
  .container {
    max-width: 680px; }
  .container--big {
    max-width: 680px; }
  .logo__img {
    width: 56px; }
  .header {
    padding: 12px 0; }
  .menu__item {
    margin-right: 25px; }
  .menu__link {
    font-size: 14px; }
  .promo {
    margin-bottom: 80px; }
    .promo__wrap {
      border-radius: 25px;
      padding: 45px 30px 25px 30px;
      min-height: 335px; }
    .promo__title-big {
      width: 275px;
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 10px; }
    .promo__title-big span {
      font-size: 38px; }
    .promo__subtitle {
      width: 220px;
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 40px; }
    .promo__img--left {
      width: 115px;
      top: 45px;
      right: 23%; }
    .promo__img--right {
      width: 105px;
      top: 95px;
      right: 8%; }
    .promo__blur-1 {
      top: 50px;
      width: 170px;
      height: 170px;
      filter: blur(50px);
      right: 20%;
      --X: -30px; }
    .promo__blur-2 {
      top: 65px;
      width: 95px;
      height: 95px;
      filter: blur(30px);
      right: 10%;
      --X: 30px; }
    .promo__elem-1 {
      top: 65px;
      width: 15px;
      right: 5%; }
    .promo__elem-2 {
      top: 75px;
      width: 25px;
      right: 2%; }
    .promo__elem-3 {
      top: 30px;
      width: 6px;
      right: 10%; }
    .promo__elem-4 {
      top: 170px;
      width: 7px;
      right: 48%; }
    .promo__elem-5 {
      top: 62px;
      width: 10px;
      right: 15%; }
    .promo__elem-7 {
      top: 22px;
      width: 18px; }
    .promo__elem-8 {
      top: 120px;
      width: 12px;
      right: 42%; }
    .promo__elem-9 {
      top: 200px;
      width: 20px; }
    .promo__elem-10 {
      top: 285px;
      width: 18px;
      right: 25%; }
    .promo__elem-11 {
      top: 270px;
      width: 30px;
      right: 32%; }
    .promo__elem-12 {
      width: 70px;
      bottom: -110px;
      left: 24%; }
    .promo__elem-13 {
      width: 30px;
      bottom: -70px;
      left: 29%; }
    .promo__elem-14 {
      width: 10px;
      bottom: -75px;
      left: 24%; }
    .promo__elem-15 {
      width: 35px;
      bottom: -110px;
      left: 24%; }
    .promo__elem-16 {
      width: 35px;
      bottom: -105px;
      left: 30%; }
    .promo__arrow {
      width: 60px;
      height: 48px;
      bottom: -30px; }
  .app__btn {
    padding: 10px 20px;
    margin-right: 20px; }
  .app__btn-img {
    width: 20px;
    margin-right: 10px; }
  .app__btn-text {
    font-size: 16px; }
  .title {
    font-size: 23px; }
  .search {
    margin-bottom: 70px; }
    .search__wrap {
      border-radius: 25px;
      padding: 40px 25px 60px 25px;
      margin-bottom: 60px; }
    .search__wrap .slick-slide {
      padding-bottom: 10px;
      margin-right: 30px; }
    .search__wrap-left {
      margin-right: 22px; }
    .search__wrap-right {
      width: 72%; }
    .search__title {
      width: 175px; }
    .search__arrows {
      margin-top: 80px; }
    .search__slider-item {
      padding: 20px 5px 0px 12px;
      min-height: 190px;
      box-shadow: 8px 7px 0px #24305C;
      border-radius: 25px; }
    .search__slider-title {
      font-size: 20px;
      margin-bottom: 10px;
      max-width: 140px; }
    .search__slider-descr {
      font-size: 16px; }
    .search__about {
      padding: 35px 25px;
      border-radius: 25px;
      width: 99%;
      margin-bottom: 70px; }
    .search__about::before {
      border-radius: 25px;
      bottom: -8px;
      right: -8px; }
    .search__about-img {
      width: 145px;
      margin-right: 15px; }
    .search__about-text {
      width: 445px; }
    .search__about-top {
      font-size: 20px;
      margin-bottom: 10px; }
    .search__about-bottom {
      font-size: 20px;
      width: 100%; }
    .search__tizers-item {
      padding: 40px 18px 45px 18px;
      margin-right: 35px;
      box-shadow: 8px 8px 0px #24305C;
      border-radius: 25px; }
    .search__tizers-img {
      height: 70px;
      margin-bottom: 35px; }
    .search__tizers-text {
      font-size: 16px; }
  .advantages {
    margin-bottom: 100px; }
    .advantages__wrap {
      padding: 35px 25px 45px 25px;
      box-shadow: 8px 8px 0px #24305C;
      border-radius: 25px;
      width: 99%;
      margin-bottom: 60px; }
    .advantages__items {
      margin-top: 30px;
      grid-template-columns: 310px 280px; }
    .advantages__item-img {
      width: 32px;
      margin-right: 24px; }
      .advantages__item-img--three {
        width: 38px;
        margin-right: 20px; }
      .advantages__item-img--four {
        width: 55px; }
    .advantages__item-text {
      font-size: 16px; }
    .advantages__app {
      flex-direction: column; }
    .advantages__app > .app__btn {
      margin-right: 0;
      margin-bottom: 12px;
      width: 90%; }
    .advantages__app > .app__btn:nth-child(2) {
      margin: 0;
      width: 100%; }
    .advantages__download {
      padding: 45px; }
    .advantages__download-text {
      font-size: 18px;
      flex: 1 1 345px;
      margin-right: 80px; }
    .advantages__download-arrow {
      width: 90px;
      bottom: -33px; }
  .functionality__title {
    margin-bottom: 10px; }
  .functionality__subtitle {
    width: 100%;
    font-size: 18px; }
  .functionality__wrap {
    margin-top: 40px;
    grid-template-columns: 460px;
    justify-content: center;
    gap: 30px; }
  .functionality__item-icon {
    width: 16px; }
  .functionality__item {
    border-radius: 25px;
    padding: 30px 25px 25px 30px; }
    .functionality__item--first {
      background: #fff; }
    .functionality__item--first .functionality__item-text {
      color: #313131; }
    .functionality__item--second {
      background: #24305C; }
    .functionality__item--third {
      background: #fff; }
    .functionality__item--third .functionality__item-text {
      color: #313131; }
    .functionality__item--fourth {
      background: #24305C; }
    .functionality__item--fourth .functionality__item-text {
      color: #fff; }
  .functionality__item-title {
    font-size: 20px; }
  .functionality__item-subtitle {
    font-size: 16px; }
  .functionality__item-descr {
    font-size: 14px; }
  .functionality__item-img {
    width: 165px; }
  .functionality__inner {
    width: 80%;
    height: 580px;
    margin-bottom: 100px; }
  .functionality__favorite-img {
    width: 255px;
    top: 140px; }
  .functionality__favorite-circle--cyan {
    width: 420px;
    height: 420px; }
  .functionality__favorite-circle--blue {
    width: 400px;
    height: 400px; }
  .functionality__favorite-heart--left {
    width: 70px;
    top: 180px;
    left: 10%; }
  .functionality__favorite-heart--right {
    width: 40px;
    top: 100px; }
  .icon__wrap {
    width: 32px;
    height: 32px;
    box-shadow: 2px 2px 0px #24305C;
    border-radius: 7px; }
  .icon__wrap-1 {
    left: 18%;
    top: 110px; }
  .icon__wrap-2 {
    top: 70px; }
  .icon__wrap-3 {
    top: 110px;
    right: 18%; }
  @keyframes moveUp-1 {
    100% {
      transform: translateY(-120px);
      opacity: 0; } }
  @keyframes moveUp-2 {
    100% {
      transform: translateY(-150px);
      opacity: 0; } }
  @keyframes moveUp-3 {
    100% {
      transform: translateY(-220px);
      opacity: 0; } }
  @keyframes moveUp-4 {
    100% {
      transform: translateY(-120px);
      opacity: 0; } }
  .applicant {
    margin-bottom: 60px; }
    .applicant__wrap {
      border-radius: 25px;
      padding: 40px 45px 42px 30px;
      flex-wrap: wrap;
      justify-content: space-between; }
    .applicant__text {
      order: 1; }
    .applicant__title {
      margin-bottom: 10px; }
    .applicant__descr {
      font-size: 18px;
      width: 60%;
      margin: 0 auto 0 auto; }
    .applicant__btn {
      margin-top: 30px;
      font-size: 18px; }
    .applicant__img--left {
      flex: 0 0 220px;
      height: 310px;
      align-self: flex-end;
      order: 2; }
    .applicant__img--right {
      flex: 0 0 195px;
      height: 300px;
      align-self: flex-end;
      order: 3; }
  .download__wrap {
    border-radius: 25px;
    padding: 35px 28px 45px 28px; }
  .download__title {
    margin-bottom: 10px; }
  .download__subtitle {
    font-size: 16px;
    width: 380px; }
  .download__bottom {
    justify-content: space-between; }
  .download__app {
    margin-right: 35px; }
  .download__logo-img {
    width: 145px; }
  .social__link {
    margin-right: 20px; }
  .social__icon {
    width: 35px;
    height: 40px; }
  .footer__wrap {
    padding: 30px 0;
    flex-direction: column;
    align-items: unset; }
  .footer__top {
    justify-content: space-between;
    margin-bottom: 15px; }
  .footer__copy {
    font-size: 14px;
    margin-right: 0; }
  .footer__policy {
    font-size: 14px; }
  .footer__luckru {
    font-size: 12px;
    align-self: center;
    color: rgba(49, 49, 49, 0.5); } 

  .social-dzen {
    display: none;
  }
  
  }

@media (max-width: 767px) {
  .container {
    max-width: 92%; }
  .container--big {
    max-width: 92%; }
  .header {
    padding: 20px 0 20px 0; }
    .header__wrap {
      justify-content: center; }
  .menu {
    display: none; }
  .logo__img {
    width: 52px; }
  .promo {
    margin-bottom: 75px; }
    .promo__wrap {
      padding: 52px 35px 60px 20px;
      min-height: 445px;
      justify-content: flex-start; }
    .promo__title-big {
      font-size: 26px;
      line-height: 34px;
      width: 270px;
      z-index: 10; }
    .promo__title-big span {
      font-size: 36px; }
    .promo__subtitle {
      font-size: 18px;
      width: 245px;
      margin-bottom: 130px;
      z-index: 10; }
    .promo__img {
      display: none; }
    .promo__blur-1 {
      top: 125px; }
    .promo__blur-2 {
      right: 12%;
      --X: 10px;
      --Y: 15px; }
    .promo__elem-2 {
      display: none; }
    .promo__elem-3 {
      width: 10px;
      top: 345px; }
    .promo__elem-4 {
      width: 14px;
      top: 25px;
      right: 32%;
      --X: -20px;
      --Y: -10px; }
    .promo__elem-5 {
      display: none; }
    .promo__elem-6 {
      display: block;
      top: 300px;
      right: 32%; }
    .promo__elem-7 {
      width: 45px;
      top: 200px;
      right: 10%; }
    .promo__elem-8 {
      display: none; }
    .promo__elem-9 {
      display: none; }
    .promo__elem-10 {
      display: none; }
    .promo__elem-11 {
      display: none; }
    .promo__elem-12 {
      width: 50px;
      bottom: -95px;
      left: 70%;
      --X: -5px;
      --Y: -15px; }
    .promo__elem-13 {
      width: 25px;
      bottom: -65px;
      left: 80%;
      --X: 10px;
      --Y: -5px; }
    .promo__elem-14 {
      left: 68%;
      --X: -10px;
      --Y: -10px; }
    .promo__elem-15 {
      width: 30px;
      bottom: -100px;
      left: 68%;
      --X: 0px;
      --Y: -10px; }
    .promo__arrow {
      width: 65px;
      height: 36px;
      bottom: -23px;
      left: 10%; }
  .app {
    flex-direction: column;
    width: 190px;
    z-index: 10; }
    .app__btn {
      margin-bottom: 30px;
      margin-right: 0;
      padding: 11px 35px 11px 30px; }  
    .app__btn--desktop {
      display: none;
    }
    .app__btn--mobile {
      display: flex;
    }
    .app__btn:first-child {
      padding: 11px 35px 11px 36px;
      justify-content: flex-start; }
    .app__btn:last-child {
      margin-bottom: 0; }
    .app__btn-img {
      margin-right: 15px;
      width: 23px; }
    .app__btn:last-child > .app__btn-img {
      margin-bottom: 0;
      margin-right: 12px;
      width: 21px;
      height: 23px; }
  .title {
    font-size: 24px; }
  .search__wrap {
    padding: 35px 35px 45px 35px;
    flex-direction: column;
    position: relative;
    align-items: center;
    min-height: 490px; }
  .search__wrap .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
  .search__wrap-left {
    margin-right: 0; }
  .search__wrap-right {
    width: 100%;
    margin-top: 25px; }
  .search__title {
    text-align: center;
    width: 190px; }
  .search__arrows {
    margin-top: 0; }
  .search__slider-item {
    padding: 35px 15px 0px 15px;
    min-height: 230px; }
  .search__slider-title {
    text-align: center;
    max-width: 100%; }
  .search__slider-descr {
    text-align: center; }
  .search__arrows {
    position: absolute;
    top: 400px;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%); }
  .search__about {
    padding: 40px 20px;
    border-radius: 25px;
    width: 98%; }
  .search__about-top {
    margin-bottom: 20px; }
  .search__about-img {
    display: none; }
  .search__tizers {
    flex-direction: column;
    width: 98%; }
  .search__tizers-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 45px;
    padding: 40px 48px 55px 48px;
    transform-origin: top; }
  .search__tizers-img {
    height: 80px;
    margin-bottom: 25px; }
  .search__tizers-text {
    font-size: 20px; }
  .search__tizers-item:last-child {
    margin-bottom: 0px; }
  .advantages {
    margin-bottom: 92px; }
    .advantages__wrap {
      width: 98%; }
    .advantages__title br {
      display: none; }
    .advantages__items {
      margin-top: 50px;
      grid-template-columns: 100%; }
    .advantages__item {
      flex-direction: column; }
    .advantages__item-img {
      align-self: inherit;
      width: 55px;
      margin-right: 0;
      margin-bottom: 15px; }
      .advantages__item-img--three {
        width: 65px; }
      .advantages__item-img--four {
        width: 88px; }
    .advantages__item-text {
      text-align: center;
      font-size: 18px; }
    .advantages__download {
      flex-direction: column;
      padding: 45px 45px 60px 45px; }
    .advantages__download-text {
      flex: 1 1 100%;
      margin-right: 0;
      margin-bottom: 35px;
      text-align: center; }
    .advantages__download-arrow {
      width: 75px;
      bottom: -33px;
      right: 12%; }
    .advantages__app > .app__btn {
      width: 100%;
      margin-bottom: 30px; }
  .functionality__wrap {
    margin-top: 35px;
    grid-template-columns: 100%;
    position: relative; }
  .functionality__wrap .slick-dots {
    position: absolute;
    bottom: -65px;
    width: 100%;
    list-style: none;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10; }
  .functionality__wrap .slick-dots button {
    width: 15px;
    height: 15px;
    margin: 0 13px;
    border-radius: 50%;
    background: #338CE5;
    border: none; }
  .functionality__wrap .slick-active button {
    background: #24305C; }
  .functionality__wrap .slick-track {
    margin: 0; }
  .functionality__title {
    margin-bottom: 15px; }
  .functionality__subtitle {
    font-size: 20px; }
  .functionality__item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    min-height: 590px;
    overflow: hidden; }
    .functionality__item--first .functionality__item-descr {
      color: rgba(49, 49, 49, 0.8); }
    .functionality__item--second {
      background: #24305C; }
    .functionality__item--second .functionality__item-descr {
      color: rgba(255, 255, 255, 0.8); }
    .functionality__item--third {
      background: #fff; }
    .functionality__item--third .functionality__item-descr {
      color: rgba(49, 49, 49, 0.8); }
    .functionality__item--fourth {
      background: #24305C; }
    .functionality__item--fourth .functionality__item-descr {
      color: rgba(255, 255, 255, 0.8); }
  .functionality__item-left {
    margin: 0; }
  .functionality__item-right {
    position: absolute;
    top: 275px; }
  .functionality__item-text {
    order: 2;
    color: rgba(255, 255, 255, 0.8); }
  .functionality__item-icon-wrap {
    order: 1; }
  .functionality__item-title {
    text-align: center;
    font-size: 22px; }
  .functionality__item-subtitle {
    text-align: center;
    font-size: 18px; }
  .functionality__item-descr {
    text-align: center;
    font-weight: 400; }
  .functionality__item-img {
    width: 210px; }
  .functionality__inner {
    width: 335px;
    height: 450px;
    margin-bottom: 80px; }
  .functionality__favorite-circle--cyan {
    width: 280px;
    height: 280px; }
  .functionality__favorite-circle--blue {
    width: 260px;
    height: 260px; }
  .functionality__favorite-img {
    width: 190px;
    top: 120px; }
  .functionality__favorite-heart--left {
    width: 35px;
    top: 150px;
    left: 5%;
    --X: 20px;
    --Y: -10px; }
  .functionality__favorite-heart--right {
    width: 25px;
    right: 8%;
    --X: 15px;
    --Y: 20px; }
  .icon__wrap-1 {
    display: none; }
  .icon__wrap-2 {
    display: none; }
  .icon__wrap-3 {
    display: none; }
  .icon__wrap-4 {
    display: none; }
  .applicant__wrap {
    padding: 40px 0 30px 0;
    border-radius: 20px;
    justify-content: space-evenly; }
  .applicant__text {
    margin-bottom: 30px; }
  .applicant__title {
    margin-bottom: 15px; }
  .applicant__descr {
    width: 86%; }
  .applicant__img--left {
    flex: 0 0 160px;
    height: 225px; }
  .applicant__img--right {
    flex: 0 0 140px;
    height: 210px; }
  .download__wrap {
    padding: 160px 18px 50px 18px;
    border-radius: 20px; }
  .download__title {
    text-align: center;
    margin-bottom: 20px; }
  .download__subtitle {
    width: 100%;
    text-align: center;
    font-size: 18px; }
  .download__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 0; }
  .download__app {
    margin: 45px auto 55px auto; }
  .social {
    margin-bottom: 20px;
  }
  .social__icon {
    width: 40px;
  }
  .download__logo-img {
    width: 115px; }
  .footer__wrap {
    padding: 40px 0; }
  .footer__top {
    flex-direction: column;
    width: 85%;
    text-align: center;
    margin: 0 auto 20px auto; }
  .footer__copy {
    margin-bottom: 10px; }
  .popup {
    width: 320px;
    border-radius: 20px;
    padding: 68px 15px;
    min-height: auto; }
    .popup__close {
      top: 20px;
      right: 20px; }
    .popup__title {
      font-size: 23px; }
    .popup__subtitle {
      font-size: 18px;
      margin-bottom: 30px; }
    .popup__input {
      font-size: 16px; }
    .popup__btn {
      margin-top: 20px;
      font-size: 16px;
      padding: 12px; }
    .popup__label-checkbox::before {
      width: 23px;
      height: 24px; }
    .popup__policy-text {
      font-size: 12px; }
    .popup__policy-text a {
      font-size: 12px; }
    .popup__img {
      width: 90px; }
  .follow-cursor {
    display: none; } 

  .social-dzen {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
  .social-dzen__link {
    font-size: 14px;
  }
  
  }

@media (max-width: 359px) {
  .functionality__inner {
    width: 300px;
    height: 407px; }
  .functionality__favorite-img {
    width: 160px;
    top: 125px; }
  .functionality__favorite-circle--cyan {
    width: 240px;
    height: 240px; }
  .functionality__favorite-circle--blue {
    width: 220px;
    height: 220px; }
  .applicant__img--left {
    flex: 0 0 150px;
    height: 220px; }
  .applicant__img--right {
    flex: 0 0 130px;
    height: 200px; } }


/*# sourceMappingURL=main.css.map*/