/*
 * main page
 */
/*
 * variables
 */
.hero-section .position-element {
  position: absolute;
}
.hero-section .position-element[data-hero-element="1"] {
  display: none;
}
@media (min-width: 768px) {
  .hero-section .position-element[data-hero-element="1"] {
    top: 370px;
    right: -80px;
    display: block;
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .hero-section .position-element[data-hero-element="1"] {
    top: 160px;
    right: -80px;
    max-width: 440px;
  }
}
@media (min-width: 1200px) {
  .hero-section .position-element[data-hero-element="1"] {
    top: 160px;
    right: -50px;
    max-width: 600px;
  }
}
@media (min-width: 1400px) {
  .hero-section .position-element[data-hero-element="1"] {
    top: 110px;
    right: -18px;
    max-width: inherit;
  }
}
.hero-section .position-element[data-hero-element="2"] {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: -70px;
  right: -60px;
  max-width: 260px;
}
@media (min-width: 768px) {
  .hero-section .position-element[data-hero-element="2"] {
    top: 310px;
    right: 40px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .hero-section .position-element[data-hero-element="2"] {
    top: 100px;
    right: 40px;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .hero-section .position-element[data-hero-element="2"] {
    top: 80px;
    right: 112px;
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .hero-section .position-element[data-hero-element="2"] {
    top: 8px;
    right: 162px;
    max-width: inherit;
  }
}
.hero-section .position-element[data-hero-element="3"] {
  top: -50px;
  right: -15px;
  max-width: inherit;
}
@media (min-width: 768px) {
  .hero-section .position-element[data-hero-element="3"] {
    display: none;
  }
}
.hero-section__container {
  position: relative;
  padding: 234px 24px 24px;
  border-radius: 25px;
  overflow: hidden;
  background: #f3f3f3 url("../images/pictures/start_text_m.svg") no-repeat top 10px right -32px;
  background-size: auto;
}
@media (min-width: 768px) {
  .hero-section__container {
    padding: 60px 40px;
    background: #f3f3f3 url("../images/pictures/start_text.svg") no-repeat bottom 30px right 32px;
    background-size: 440px;
  }
}
@media (min-width: 992px) {
  .hero-section__container {
    background: #f3f3f3 url("../images/pictures/start_text.svg") no-repeat top 30px right 32px;
    background-size: 540px;
  }
}
@media (min-width: 1200px) {
  .hero-section__container {
    padding: 120px 82px 82px 82px;
    background: #f3f3f3 url("../images/pictures/start_text.svg") no-repeat top 30px right 32px;
    background-size: 950;
  }
}
@media (min-width: 1400px) {
  .hero-section__container {
    padding: 140px 110px 82px 144px;
    background: #f3f3f3 url("../images/pictures/start_text.svg") no-repeat top 30px right 32px;
    background-size: auto;
  }
}
.hero-section__content {
  position: relative;
}
.hero-section__heading {
  max-width: 660px;
  margin: 0 0 20px;
  font-family: 'DelaGothicOne', sans-serif;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .hero-section__heading {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .hero-section__heading {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .hero-section__heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.hero-section__subheading {
  margin: 0 0 32px;
  font-size: 19px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-section__subheading {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .hero-section__subheading {
    font-size: 27px;
  }
}
.hero-section__geo {
  margin: 0 0 48px;
}
.hero-section__actions {
  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;
  gap: 14px 10px;
  margin: 0 0 48px;
}
@media (min-width: 768px) {
  .hero-section__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 56px;
  }
}
@media (min-width: 992px) {
  .hero-section__actions {
    margin: 0 0 100px;
  }
}
.hero-section__actions .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-section__actions .btn {
    width: auto;
  }
}
.hero-section__actions .btn-outline .btn__text {
  background: #f3f3f3;
}
.hero-section__features {
  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;
  gap: 14px 20px;
}
@media (min-width: 992px) {
  .hero-section__features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .hero-section__features {
    gap: 40px;
  }
}
.hero-section__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto 0 0;
  padding: 15px 15px 15px 90px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 12px 32px 0 rgba(0,102,255,0.15);
          box-shadow: 0 12px 32px 0 rgba(0,102,255,0.15);
  background: rgba(255,255,255,0.7);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-section__feature {
    width: 53%;
  }
}
@media (min-width: 992px) {
  .hero-section__feature {
    width: 100%;
    height: 112px;
    margin: 0;
    padding: 15px 15px 15px 120px;
  }
}
.hero-section__feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section__feature[data-feature="1"]:before {
  background: url("../images/pictures/2x/main_item_1@2x.png") no-repeat left bottom, url("../images/pictures/01.svg") no-repeat right bottom;
  background-size: contain, auto;
}
@media (min-width: 992px) {
  .hero-section__feature[data-feature="1"]:before {
    background-size: contain, auto;
  }
}
.hero-section__feature[data-feature="2"]:before {
  background: url("../images/pictures/2x/main_item_2@2x.png") no-repeat left bottom, url("../images/pictures/02.svg") no-repeat right bottom;
  background-size: contain, auto;
}
@media (min-width: 992px) {
  .hero-section__feature[data-feature="2"]:before {
    background-size: contain, auto;
  }
}
.hero-section__feature[data-feature="3"]:before {
  background: url("../images/pictures/2x/main_item_3@2x.png") no-repeat left bottom, url("../images/pictures/03.svg") no-repeat right bottom;
  background-size: contain, auto;
}
@media (min-width: 992px) {
  .hero-section__feature[data-feature="3"]:before {
    background-size: contain, auto;
  }
}
.hero-section__feature-text {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .hero-section__feature-text {
    font-size: 18px;
  }
}
.marquee-section__container {
  padding: 32px 0 40px;
  overflow: hidden;
}
.marquee-section .marquee-section__left-track .marquee-section__content {
  -webkit-animation: move-right-to-left linear 15s infinite;
          animation: move-right-to-left linear 15s infinite;
}
.marquee-section .marquee-section__right-track .marquee-section__content {
  -webkit-animation: move-left-to-right linear 15s infinite;
          animation: move-left-to-right linear 15s infinite;
}
.marquee-section__content {
  font-size: 48px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 1;
  white-space: nowrap;
  -webkit-text-stroke: 1px #2b405b;
  text-stroke: 1px #2b405b;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .marquee-section__content {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .marquee-section__content {
    font-size: 96px;
    letter-spacing: -0.8px;
  }
}
.marquee-section__content:first-child {
  -webkit-transform: translateX(-67px);
      -ms-transform: translateX(-67px);
          transform: translateX(-67px);
}
.marquee-section__content:last-child {
  -webkit-transform: translateX(67px);
      -ms-transform: translateX(67px);
          transform: translateX(67px);
}
.marquee-section__track .slider-track {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.marquee-section__track .slider-item {
  width: auto !important;
}
.offers {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .offers {
    margin: 0 0 100px;
  }
}
.offers__wrapper {
  position: relative;
  padding: 44px 24px 222px;
  border-radius: 25px;
  background: #f3f3f3 url("../images/pictures/offers_text.svg") no-repeat bottom 55px right 20px;
  background-size: 300px;
}
@media (min-width: 992px) {
  .offers__wrapper {
    padding: 60px 40px 260px;
    background: #f3f3f3 url("../images/pictures/offers_text.svg") no-repeat center right 28px;
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  .offers__wrapper {
    padding: 84px 82px 260px;
    background: #f3f3f3 url("../images/pictures/offers_text.svg") no-repeat top 40px right 28px;
  }
}
@media (min-width: 1400px) {
  .offers__wrapper {
    padding: 84px 144px 260px;
    background: #f3f3f3 url("../images/pictures/offers_text.svg") no-repeat top 40px right 28px;
    background-size: auto;
  }
}
.offers .pos-elm {
  position: absolute;
}
.offers .pos-elm[data-element="1"] {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 243px;
  left: -35px;
  max-width: 92px;
}
@media (min-width: 992px) {
  .offers .pos-elm[data-element="1"] {
    top: 243px;
    left: -41px;
  }
}
@media (min-width: 1400px) {
  .offers .pos-elm[data-element="1"] {
    top: 138px;
    left: -81px;
    max-width: inherit;
  }
}
.offers .pos-elm[data-element="2"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: -43px;
  right: 20px;
  max-width: 63px;
}
@media (min-width: 992px) {
  .offers .pos-elm[data-element="2"] {
    top: 35px;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .offers .pos-elm[data-element="2"] {
    max-width: inherit;
    top: 77px;
    right: 24%;
  }
}
@media (min-width: 1400px) {
  .offers .pos-elm[data-element="2"] {
    max-width: inherit;
    top: 77px;
    right: 45%;
  }
}
.offers__inner {
  position: relative;
}
.offers__title {
  max-width: 610px;
  margin: 0 0 20px;
  font-size: 24px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 30px;
}
@media (min-width: 992px) {
  .offers__title {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1400px) {
  .offers__title {
    font-size: 42px;
    line-height: 52px;
  }
}
.offers__subtitle {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .offers__subtitle {
    font-size: 19px;
  }
}
.offers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 8px;
  max-width: 1496px;
  margin: -70px auto 0;
}
@media (min-width: 768px) {
  .offers__container {
    gap: 28px 24px;
  }
}
@media (min-width: 992px) {
  .offers__container {
    margin: -158px auto 0;
  }
}
.offers .offer {
  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;
  max-width: 240px;
  min-height: 344px;
  padding: 16px 16px 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 20px 50px 0 rgba(43,64,91,0.1);
          box-shadow: 0 20px 50px 0 rgba(43,64,91,0.1);
  background: rgba(255,255,255,0.75);
  border-radius: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 376px) {
  .offers .offer {
    max-width: calc(100% / 2 - 4px);
  }
}
@media (min-width: 768px) {
  .offers .offer {
    max-width: 280px;
    min-height: 402px;
    padding: 20px;
  }
}
.offers .offer__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offers .offer__id {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #f3f3f3;
  border-radius: 8px;
}
.offers .offer__geo {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #f3f3f3;
          box-shadow: 0 0 0 2px #f3f3f3;
}
.offers .offer__picture {
  max-width: calc(100% + 34px);
  margin: 8px -17px 10px;
}
@media (min-width: 768px) {
  .offers .offer__picture {
    max-width: inherit;
    margin: -30px 0 0;
  }
}
.offers .offer__name {
  margin: auto 0 12px;
  font-size: 14px;
  font-family: 'DelaGothicOne', sans-serif;
}
@media (min-width: 768px) {
  .offers .offer__name {
    font-size: 17px;
  }
}
.offers .offer__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 12px;
}
.offers .offer__tag {
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#06f), to(#4b92ff));
  background: linear-gradient(90deg, #06f 0%, #4b92ff 100%);
  border-radius: 7px;
}
.offers .offer__tag-content {
  padding: 3px 6px;
  background: #fff;
  border-radius: 6px;
  line-height: 1;
}
.offers .offer__tag-content span {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .offers .offer__tag-content span {
    font-size: 12px;
  }
}
.offers .offer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offers .offer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .offers .offer__payment {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.offers .offer__payment span:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .offers .offer__payment span:first-child {
    width: auto;
    margin: 0 auto 0 0;
  }
}
.offers .offer__payments-icon {
  margin: 0 8px 0 0;
}
@media (min-width: 768px) {
  .offers .offer__payments-icon {
    margin: 0 6px 0 0;
  }
}
.offers .offer__more {
  border: 1px solid #06f;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0,102,255,0.32);
          box-shadow: 0 4px 20px 0 rgba(0,102,255,0.32);
}
.offers .offer__more .offer__picture {
  min-width: calc(100% + 34px);
  margin: -17px -17px 10px;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .offers .offer__more .offer__picture {
    min-width: calc(100% + 40px);
    margin: -20px -20px 10px;
  }
}
.offers .offer__more .btn {
  margin: auto 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.offers .offer__more .btn .btn-content {
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .offers .offer__more .btn .btn-content {
    font-size: 16px;
  }
}
.offers .offer__more-text {
  margin: auto 0 22px;
  font-size: 17px;
  line-height: 20px;
  font-family: 'DelaGothicOne', sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .offers .offer__more-text {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
.benefits {
  margin: 0 0 38px;
}
@media (min-width: 992px) {
  .benefits {
    margin: 0 0 80px;
  }
}
.benefits__container {
  position: relative;
  padding: 124px 24px 126px;
  background: #f3f3f3 url("../images/pictures/advantages_text_m.svg") no-repeat bottom 14px center;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .benefits__container {
    padding: 150px 64px 142px;
    background: #f3f3f3 url("../images/pictures/advantages_text.svg") no-repeat bottom center;
  }
}
@media (min-width: 1200px) {
  .benefits__container {
    padding: 170px 82px 142px;
  }
}
@media (min-width: 1400px) {
  .benefits__container {
    padding: 190px 145px 145px;
  }
}
.benefits .decor-element {
  position: absolute;
}
.benefits .decor-element[data-element="1"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  top: -65px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 174px;
}
@media (min-width: 992px) {
  .benefits .decor-element[data-element="1"] {
    top: -74px;
    right: 0;
    left: 0;
    max-width: inherit;
  }
}
.benefits .decor-element[data-element="2"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  top: 6px;
  left: 30px;
  max-width: 68px;
}
@media (min-width: 992px) {
  .benefits .decor-element[data-element="2"] {
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    top: -74px;
    left: 108px;
    max-width: inherit;
  }
}
.benefits .decor-element[data-element="3"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          transform: rotate(-23deg);
  top: -18px;
  right: 18px;
  max-width: 62px;
}
@media (min-width: 992px) {
  .benefits .decor-element[data-element="3"] {
    top: -61px;
    right: 121px;
    max-width: inherit;
  }
}
.benefits__heading {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 28px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 32px;
}
@media (min-width: 992px) {
  .benefits__heading {
    margin: 0 auto 48px;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .benefits__heading {
    margin: 0 auto 68px;
    font-size: 40px;
    line-height: 56px;
  }
}
.benefits__list {
  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: 32px 0;
  max-width: 1106px;
  margin: 0 auto;
  padding: 0 0 40px 32px;
}
@media (min-width: 992px) {
  .benefits__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 104px 0;
    padding: 0 0 150px;
  }
}
.benefits__list .scroll-indicator {
  position: absolute;
  bottom: -20px;
  left: -5px;
  width: 14px;
  height: calc(100% + 20px);
  margin: auto;
}
@media (min-width: 992px) {
  .benefits__list .scroll-indicator {
    right: 0;
    left: 0;
  }
}
.benefits__list .scroll-indicator__line {
  position: absolute;
  right: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  border-left: 1px dashed rgba(43,64,91,0.45);
}
.benefits__list .scroll-indicator__progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 3px;
  min-height: 10%;
  height: 0;
  max-height: 100%;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#06f), to(#4b92ff));
  background: linear-gradient(180deg, #06f 0%, #4b92ff 100%);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.benefits__list .scroll-indicator__start {
  position: absolute;
  top: -5px;
  right: 0;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#06f), to(#4b92ff));
  background: linear-gradient(90deg, #06f 0%, #4b92ff 100%);
}
.benefits__list .scroll-indicator__end {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#06f), to(#4b92ff));
  background: linear-gradient(90deg, #06f 0%, #4b92ff 100%);
}
@media (min-width: 992px) {
  .benefits__card {
    max-width: calc(50% - 76px);
  }
  .benefits__card:nth-child(odd) {
    position: relative;
    top: 110px;
  }
}
.benefits__icon {
  max-width: 32px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .benefits__icon {
    max-width: inherit;
  }
}
.benefits__title-text {
  margin: 0 0 14px;
  font-size: 18px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .benefits__title-text {
    font-size: 24px;
  }
}
.benefits__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .benefits__description {
    font-size: 18px;
  }
}
.benefits__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .benefits__action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.benefits__action .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .benefits__action .btn {
    width: 290px;
  }
}
.faq-section {
  margin: 0 0 80px;
}
.faq-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .faq-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.faq-section__heading {
  margin: 0 0 26px;
  font-size: 28px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 32px;
}
@media (min-width: 992px) {
  .faq-section__heading {
    margin: 0 0 32px;
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .faq-section__heading {
    max-width: 480px;
    margin: auto;
    font-size: 40px;
    line-height: 48px;
  }
}
.faq-section .agent-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 956px;
  padding: 34px 62px 62px;
  background: #f3f3f3;
  background-size: contain;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .faq-section .agent-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .faq-section .agent-block {
    padding: 82px 60px 82px 60px;
  }
}
@media (min-width: 1400px) {
  .faq-section .agent-block {
    padding: 100px 94px 100px 84px;
  }
}
.faq-section .agent-block .decorative-element {
  position: absolute;
}
.faq-section .agent-block .decorative-element[data-element="1"] {
  -webkit-transform: rotate(-80deg);
      -ms-transform: rotate(-80deg);
          transform: rotate(-80deg);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  top: -73px;
  left: -45px;
  margin: auto;
  max-width: 174px;
}
@media (min-width: 992px) {
  .faq-section .agent-block .decorative-element[data-element="1"] {
    top: -83px;
    left: 15px;
    max-width: inherit;
  }
}
.faq-section .agent-block .decorative-element[data-element="2"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  top: 200px;
  bottom: inherit;
  left: -22px;
  max-width: 70px;
}
@media (min-width: 992px) {
  .faq-section .agent-block .decorative-element[data-element="2"] {
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    top: inherit;
    bottom: -50px;
    left: 323px;
    max-width: inherit;
  }
}
.faq-section .agent-block .decorative-element[data-element="3"] {
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  -webkit-transform: rotate(-89deg);
      -ms-transform: rotate(-89deg);
          transform: rotate(-89deg);
  top: 8px;
  right: -30px;
  max-width: 90px;
}
@media (min-width: 992px) {
  .faq-section .agent-block .decorative-element[data-element="3"] {
    -webkit-transform: rotate(109deg);
        -ms-transform: rotate(109deg);
            transform: rotate(109deg);
    top: -40px;
    right: 70px;
    max-width: inherit;
  }
}
.faq-section .agent-block__profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px 30px;
}
@media (min-width: 992px) {
  .faq-section .agent-block__profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faq-section .agent-block__photo {
  -webkit-box-shadow: 0 10px 20px 0 rgba(43,111,217,0.15);
          box-shadow: 0 10px 20px 0 rgba(43,111,217,0.15);
  border-radius: 50%;
}
.faq-section .agent-block__name {
  font-size: 24px;
  font-family: 'DelaGothicOne', sans-serif;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-section .agent-block__name {
    text-align: left;
  }
}
.faq-section .agent-block__role {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-section .agent-block__role {
    text-align: left;
  }
}
.faq-section .agent-block__contact-links {
  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: 12px;
  margin: 38px auto 0;
}
@media (min-width: 992px) {
  .faq-section .agent-block__contact-links {
    margin: 0 0 0 auto;
  }
}
.faq-section .agent-block .contact-button {
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#06f), to(#4b92ff));
  background: linear-gradient(90deg, #06f 0%, #4b92ff 100%);
  border-radius: 7px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq-section .agent-block .contact-button:hover {
  color: #06f;
}
.faq-section .agent-block .contact-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 6px 18px 6px 12px;
  background: #f3f3f3;
  border-radius: 6px;
  line-height: 1;
}
.faq-section .agent-block .contact-button__inner span {
  font-size: 15px;
}
.testimonials-section {
  margin: 0 0 60px;
}
@media (min-width: 992px) {
  .testimonials-section {
    margin: 0 0 112px;
  }
}
.testimonials-section__wrapper {
  position: relative;
  padding: 50px 16px 102px;
  background: #f3f3f3;
  border-radius: 25px;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .testimonials-section__wrapper {
    padding: 64px 60px 88px;
  }
}
@media (min-width: 992px) {
  .testimonials-section__wrapper {
    padding: 64px 0 88px;
    overflow: hidden;
  }
}
.testimonials-section .pos-elm {
  position: absolute;
}
.testimonials-section .pos-elm[data-element="1"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  top: -38px;
  left: 146px;
  max-width: 62px;
}
@media (min-width: 992px) {
  .testimonials-section .pos-elm[data-element="1"] {
    top: -50px;
    left: 137px;
    max-width: inherit;
  }
}
.testimonials-section .pos-elm[data-element="2"] {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          transform: rotate(-23deg);
  top: 3px;
  right: 19px;
  max-width: 50px;
}
@media (min-width: 992px) {
  .testimonials-section .pos-elm[data-element="2"] {
    top: -50px;
    right: 232px;
    max-width: inherit;
  }
}
.testimonials-section__inner {
  position: relative;
}
.testimonials-section__title {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 28px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 32px;
}
@media (min-width: 992px) {
  .testimonials-section__title {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .testimonials-section__title {
    margin: 0 auto 18px;
    font-size: 40px;
    line-height: 48px;
  }
}
.testimonials-section__subtitle {
  max-width: 800px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .testimonials-section__subtitle {
    margin: 0 auto 44px;
    font-size: 18px;
    text-align: center;
  }
}
.testimonials-section__slider {
  position: relative;
}
@media (min-width: 992px) {
  .testimonials-section__slider:after,
  .testimonials-section__slider:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    width: 44px;
    height: 100%;
    -webkit-box-shadow: inset -40px 0px 20px -20px #f3f3f3;
            box-shadow: inset -40px 0px 20px -20px #f3f3f3;
  }
}
.testimonials-section__slider:after {
  right: 0;
}
.testimonials-section__slider:before {
  left: 0;
  -webkit-box-shadow: inset 40px 0px 20px -20px #f3f3f3;
          box-shadow: inset 40px 0px 20px -20px #f3f3f3;
}
.testimonials-section__slider .swiper {
  overflow: inherit;
}
@media (min-width: 992px) {
  .testimonials-section__slider .swiper {
    overflow-x: clip;
    padding: 0 44px;
  }
}
@media (min-width: 992px) {
  .testimonials-section__slider .swiper-slide {
    width: auto;
  }
}
.testimonials-section__slider .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  margin: auto;
  padding: 4px 6px;
  border-radius: 12px;
  background: #fff;
}
.testimonials-section__slider .swiper-button-prev,
.testimonials-section__slider .swiper-button-next {
  top: calc(50% - 24px);
  display: none;
  width: 48px;
  height: 48px;
  margin: inherit;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 992px) {
  .testimonials-section__slider .swiper-button-prev,
  .testimonials-section__slider .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.testimonials-section__slider .swiper-button-prev:after,
.testimonials-section__slider .swiper-button-next:after {
  content: none;
}
.testimonials-section__slider .swiper-button-prev.swiper-button-disabled,
.testimonials-section__slider .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.testimonials-section__slider .swiper-button-prev.swiper-button-disabled .arrow,
.testimonials-section__slider .swiper-button-next.swiper-button-disabled .arrow {
  opacity: 0.4;
}
.testimonials-section__slider .swiper-button-prev .arrow,
.testimonials-section__slider .swiper-button-next .arrow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .testimonials-section__slider .swiper-button-prev {
    left: calc(50% - 510px);
  }
}
@media (min-width: 1400px) {
  .testimonials-section__slider .swiper-button-prev {
    left: calc(50% - 600px);
  }
}
.testimonials-section__slider .swiper-button-prev .arrow {
  background: #fff url("../images/icons/arrow.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .testimonials-section__slider .swiper-button-next {
    right: calc(50% - 510px);
  }
}
@media (min-width: 1400px) {
  .testimonials-section__slider .swiper-button-next {
    right: calc(50% - 600px);
  }
}
.testimonials-section__slider .swiper-button-next .arrow {
  background: #fff url("../images/icons/arrow.svg") no-repeat center;
}
.testimonials-section .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 60px 20px 56px 32px;
  background: #213043 url("../images/pictures/review_text_m.svg") no-repeat center bottom 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 24px 44px 0 rgba(13,24,36,0.36);
          box-shadow: 0 24px 44px 0 rgba(13,24,36,0.36);
}
@media (min-width: 992px) {
  .testimonials-section .testimonial {
    max-width: 806px;
    min-height: 432px;
    padding: 82px 68px 56px 94px;
    background: #213043 url("../images/pictures/review_text.svg") no-repeat left 50px bottom;
    background-size: auto;
  }
}
.testimonials-section .testimonial__text {
  position: relative;
  margin: 0 0 30px;
}
.testimonials-section .testimonial__text:before {
  content: url("../images/icons/quote.svg");
  position: absolute;
  top: -34px;
  left: -8px;
}
@media (min-width: 992px) {
  .testimonials-section .testimonial__text:before {
    top: -40px;
    left: -54px;
  }
}
.testimonials-section .testimonial__text p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.testimonials-section .testimonial__text p:last-child {
  margin: 0;
}
.testimonials-section .testimonial__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
  margin: auto 0 0;
}
.testimonials-section .testimonial__author-ava {
  border-radius: 50%;
}
.testimonials-section .testimonial__author-name {
  font-size: 18px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 1.5;
  color: #fff;
}
.testimonials-section .testimonial__author-position {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.45);
}
.faq-section {
  margin: 0 0 50px;
}
@media (min-width: 992px) {
  .faq-section {
    margin: 0 0 142px;
  }
}
.faq-section__title {
  margin: 0 0 10px;
  font-size: 48px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-section__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.faq-section__subtitle {
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-section__subtitle {
    margin: 0 auto 48px;
  }
}
.faq-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 12px;
  background: #213043;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .faq-section__wrapper {
    gap: 20px 0;
    padding: 40px 36px;
  }
}
.faq-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .faq-section__item {
    gap: 0 30px;
    padding: 30px;
  }
}
.faq-section__item.show .faq-section__question span {
  background: -webkit-gradient(linear, left top, right top, from(#06f), to(#4b92ff));
  background: linear-gradient(90deg, #06f 0%, #4b92ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-section__item.show .faq-section__answer {
  height: auto;
  margin: 14px 0 0;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .faq-section__item.show .faq-section__answer {
    margin: 18px 0 0;
  }
}
.faq-section__item.show .faq-section__toggle {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-section__question {
  font-size: 17px;
  font-family: 'DelaGothicOne', sans-serif;
}
@media (min-width: 992px) {
  .faq-section__question {
    font-size: 21px;
  }
}
.faq-section__answer {
  height: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  line-height: 1.4;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .faq-section__answer {
    font-size: 18px;
  }
}
.faq-section__toggle {
  max-width: 20px;
  margin: 0 0 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 992px) {
  .faq-section__toggle {
    max-width: inherit;
  }
}
.partners-section {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .partners-section {
    margin: 0 0 62px;
  }
}
.partners-section__heading {
  margin: 0 0 30px 23px;
  font-size: 24px;
  font-family: 'DelaGothicOne', sans-serif;
  line-height: 48px;
}
@media (min-width: 992px) {
  .partners-section__heading {
    font-size: 54px;
    line-height: 42px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .partners-section__heading {
    margin: 0 auto 54px;
    font-size: 40px;
    line-height: 48px;
  }
}
.partners-section__container {
  padding: 32px 0;
  background: #f3f3f3;
  border-radius: 25px;
}
.partners-section__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.partners-section__slider .swiper-slide {
  width: auto;
}
.partners-section__slider .swiper-slide img {
  min-width: 156px;
}
@media (min-width: 992px) {
  .partners-section__slider .swiper-slide img {
    width: 200px;
  }
}
/*
 * reset
 */
/*
 * variables
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #2b405b;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.modal-backdrop {
  background: rgba(0,0,0,0.7);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-dialog {
  pointer-events: auto;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-header .btn-close {
  padding: 0;
  opacity: unset;
}
@-webkit-keyframes move-left-to-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes move-left-to-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes move-right-to-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes move-right-to-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
