@import url("https://fonts.cdnfonts.com/css/unbounded");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Arial", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #212121;
  color: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", sans-serif;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  text-transform: uppercase;
}

h1 {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  margin-bottom: 100px;
}
.header .container {
  padding: 48px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.header__logo {
  height: 36px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
.header__nav a:not(.main-btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 23px;
  line-height: 1;
  color: #F5F5F5;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #F5F5F5;
}
.header__nav a:not(.main-btn) img {
  height: 16px;
}

.intro {
  background: #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 31px;
  background: url(../img/intro-bg.png) no-repeat center/cover;
}
.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__text {
  color: #fff;
  margin-bottom: 30px;
}
.intro__text h1 {
  font-size: 48px;
  line-height: 1.5;
}
.intro__p {
  color: #FFC5CD;
  font-size: 14px;
  max-width: 590px;
}
.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 21px 0;
}
.intro__block h2 {
  padding: 12px 1px;
  font-size: 48px;
  color: #212121;
  background: #C3233A;
  font-weight: 900;
}
.intro__block p {
  color: #fff;
  font-size: 14px;
}
.intro__img {
  height: 600px;
  width: auto;
}
.intro__footer {
  margin-top: 50px;
}
.intro__footer .main-title {
  margin-bottom: 20px;
}
.intro__footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__footer__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  border-left: none;
}
.intro__footer__content div:first-child {
  border-left: 1px solid #F5F5F5;
}

.main-btn {
  padding: 16px 14px;
  font-size: 14px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  line-height: 1;
  background: #C3233A;
  border: none;
  font-family: "Unbounded", sans-serif;
}
.main-btn--black {
  border: 1px solid #F5F5F5;
  background: transparent;
  color: #fff;
}

.main-title {
  margin-bottom: 40px;
}
.main-title h2 {
  font-size: 24px;
}

section {
  padding: 60px 0;
}

.about {
  background: #F5F5F5;
  color: #000;
}
.about .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.about__slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.about__slider__btns button {
  background: transparent;
  border: none;
}
.about__slider__btns img {
  height: 64px;
  width: auto;
}
.about__item__top {
  background: #E9E9E9;
  height: 38px;
  width: 208px;
}
.about__item__content {
  background: #FFFFFF;
  padding: 57px 30px 0 33px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
.about__item__heading h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.about__item__heading p {
  font-size: 12px;
}
.about__item__heading img {
  height: 63px;
  width: auto;
}
.about__item__text {
  margin-top: 50px;
  font-size: 12px;
  color: #B0B0B0;
}
.about__item__counter {
  font-size: 64px;
  font-weight: 700;
  text-align: right;
  margin-top: -20px;
}

.results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.results__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 33.3333%;
}
.results__block + .results__item {
  width: 33.33%;
}
.results__item {
  width: 100%;
  min-height: 213px;
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results__item h3 {
  font-size: 16px;
  font-weight: 400;
}
.results__item h3 b {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
}
.results__item--black {
  background: #000;
  color: #fff;
}
.results__item--red {
  color: #fff;
  background: #C3233A;
}

.sphere {
  background: -webkit-gradient(linear, left top, left bottom, from(#C3233A), to(#3E0911));
  background: linear-gradient(180deg, #C3233A 0%, #3E0911 100%);
  color: #fff;
}
.sphere .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.sphere__slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.sphere__slider__btns button {
  background: transparent;
  border: none;
}
.sphere__slider__btns img {
  height: 64px;
  width: auto;
}
.sphere__item__top {
  border: 1px solid #F5F5F5;
  border-bottom: none;
  height: 38px;
  width: 208px;
}
.sphere__item__content {
  border: 1px solid #F5F5F5;
  padding: 11px 13px;
  background: transparent;
}
.sphere__item img {
  width: 100%;
  height: auto;
}
.sphere__item h4 {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 4px;
}
.sphere__item .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
}

.reviews {
  background: #F5F5F5;
  color: #000;
}
.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.reviews__item {
  width: 100%;
  max-width: 437px;
}
.reviews__item video {
  width: 100%;
  display: block;
  height: auto;
}
.reviews__item h3 {
  font-size: 36px;
  color: #C3233A;
  margin: 17px 0 7px;
}
.reviews__item p {
  font-size: 16px;
  margin-bottom: 15px;
}
.reviews__item b {
  color: #C3233A;
  font-weight: 700;
}
.reviews__item img {
  height: 19px;
  width: auto;
}

.slick-next {
  right: -30px;
}

.slick-track {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-slide {
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-dots {
  display: none !important;
  bottom: -45px;
  left: -20px;
}

.slick-dots li button:before {
  height: 14px;
  width: 14px;
  font-size: 16px;
  color: #D9D9D9;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #C53838;
}

.slick-dots li {
  height: 10px;
  width: 10px;
}

.slick-next, .slick-prev {
  height: 28px;
  width: auto;
}

.slick-center {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.how__item {
  width: calc(33.333% - 15px);
  background: #fff;
  padding: 19px 16px 55px;
  color: #000;
}
.how__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #D9D9D9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
.how__item__heading h4 {
  font-family: "Unbounded", sans-serif;
  font-size: 64px;
  font-weight: 600;
}
.how__item__heading img {
  height: 53px;
}
.how__item h3 {
  padding: 11px 0 13px;
  font-weight: 400;
  font-size: 24px;
}
.how__item p {
  font-size: 12px;
}
.how__item__cont h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: initial;
}
.how__item__cont p {
  font-size: 20px;
}
.how__item--red {
  background: #C3233A;
  color: #fff;
}
.how__item--desk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 48px;
}
.how__item--desk img {
  height: 118px;
  width: auto;
}
.how__item--desk h4 {
  font-size: 96px;
  font-weight: 700;
}

.order .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.order .main-title small {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  text-transform: initial;
}
.order .main-title small span {
  color: #C3233A;
}
.order .slick-track {
  padding: 0 0 20px;
}
.order__slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.order__slider__btns button {
  background: transparent;
  border: none;
}
.order__slider__btns img {
  height: 64px;
  width: auto;
}
.order__item img {
  width: 100%;
  height: auto;
}
.order .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.contacts {
  background: -webkit-gradient(linear, left top, left bottom, from(#C3233A), to(#3E0911));
  background: linear-gradient(180deg, #C3233A 0%, #3E0911 100%);
}
.contacts .main-title {
  margin-bottom: 26px;
}
.contacts__img {
  width: 100%;
  max-width: 400px;
}
.contacts__title {
  margin-bottom: 30px;
  font-size: 14px;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
.contacts__img {
  max-width: 550px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  width: 100%;
  max-width: 550px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 18px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #6D6D6D;
}
.contacts__form .form-input::-moz-placeholder {
  color: #6D6D6D;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #6D6D6D;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #6D6D6D;
}
.contacts__form .form-input::placeholder {
  color: #6D6D6D;
}
.contacts__form .form-input::-webkit-outer-spin-button, .contacts__form .form-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contacts__form p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
}
.contacts__form .form__policy {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form .form__policy a {
  color: #E9503B;
}
.contacts__form .form-btn {
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
}

.iti {
  margin-bottom: 20px;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}

.footer {
  background: #F5F5F5;
  padding: 60px 0 40px;
  color: #000;
}
.footer .header__logo {
  margin-bottom: 190px;
}
.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__text {
  font-size: 16px;
}
.footer__text .main-title {
  margin-bottom: 10px;
}
.footer__text h2 {
  font-size: 24px;
}
.footer__text--flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 12px;
}
.footer__text--flx img {
  height: 32px;
  width: auto;
}
.footer iframe {
  height: 303px;
  width: 100%;
  max-width: 600px;
}

.mob-visible {
  display: none;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: url(../img/intro-bg.png) no-repeat center/cover;
  color: #fff;
  padding: 0;
  overflow: auto;
}
.thanks .header__logo {
  margin-right: auto;
  display: block;
  margin-bottom: 180px;
}
.thanks__img {
  width: 64px;
  height: auto;
  margin: 25px 0;
}
.thanks h1 {
  font-size: 80px;
  margin-bottom: 30px;
}
.thanks h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
}
.thanks p {
  font-size: 16px;
  margin-bottom: 24px 0 50px;
  text-align: center;
}
.thanks p a {
  font-size: 14px;
  text-decoration: underline;
}
.thanks p img {
  height: 22px;
  width: auto;
  margin-bottom: -5px;
}
.thanks .container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 15px 12px;
}
.thanks .pols {
  margin-top: 40px;
}

@media (max-width: 1370px) {
  .container {
    max-width: 1100px;
  }
  .header__nav a:not(.main-btn) span {
    white-space: nowrap;
  }
  .header__nav a.main-btn {
    display: none;
  }
  .intro .contacts__form {
    max-width: 450px;
  }
  .results__item {
    padding: 40px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .header__nav {
    gap: 40px;
  }
  .about__text {
    padding: 40px 0;
  }
  .about__text::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #0149A4 url(../img/about-bg.png) no-repeat top left/220px auto;
  }
  .contacts__content {
    gap: 50px;
  }
  .contacts__img {
    max-width: 450px;
  }
  .footer iframe {
    max-width: 450px;
  }
  .intro__content {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none !important;
  }
  .mob-visible {
    display: block;
  }
  .about__slider__btns.mob-visible,
  .sphere__slider__btns.mob-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro .main-btn {
    margin: 0 auto;
  }
  .intro {
    background: url(../img/intro-bg-mob.png) no-repeat center right/cover;
  }
  .about__img,
  .why__img {
    margin: 0 auto;
  }
  .header {
    margin-bottom: 40px;
  }
  .header .burger {
    display: block;
  }
  .header__nav {
    display: none;
  }
  .intro__footer {
    display: none;
  }
  .intro__content,
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__img,
  .about__img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 16px auto 0;
  }
  .steps__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .steps {
    padding-bottom: 200px;
  }
  .steps__img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    height: 400px;
    left: auto;
    right: 0;
  }
  .wh-ds {
    background: #2C477B !important;
    color: #fff !important;
  }
  .wh-mb {
    background: #fff;
    color: #2C477B;
  }
  .contacts {
    padding-bottom: 40px;
  }
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .help__content {
    -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: 40px;
  }
  .reviews__item {
    width: 100%;
    max-width: 100%;
  }
  .reviews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exp__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .exp__item {
    width: calc(50% - 10px);
  }
  .benefits h2 br {
    display: none;
  }
  .benefits__item--title .main-btn {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .benefits__item--title {
    margin-top: 30px;
    padding: 0 !important;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .benefits__item {
    max-width: 100%;
  }
  .how__item {
    width: calc(50% - 10px);
  }
  .contacts__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .header .container {
    padding: 30px 15px;
  }
  .help .main-title p {
    font-size: 14px;
  }
  .help {
    background: url(../img/help-mob.png) no-repeat center bottom 120px/360px auto;
  }
  .help__content {
    gap: 302px;
  }
  .help__item h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .intro__text h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .intro__text h1 br {
    display: none;
  }
  .intro__text .main-btn {
    margin-top: auto;
  }
  .about__text {
    padding: 37px 0 90px;
    margin-bottom: -80px;
  }
  .about__img {
    position: relative;
    z-index: 5;
  }
  .intro__img,
  .about__img, .why__img {
    width: 100%;
    height: auto;
  }
  .about__text h2 img {
    height: 24px;
    margin-bottom: -3px;
  }
  .benefits__item {
    width: 100%;
  }
  .benefits__flag {
    height: 120px;
    margin: -60px 0 40px auto;
  }
  .benefits__footer p,
  .contacts__title p {
    font-size: 16px;
  }
  .faq__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq__item__img {
    width: 100%;
    height: auto;
  }
  .faq__item__text {
    width: calc(100% - 65px);
  }
  .footer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }
  .header__nav {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about {
    padding-bottom: 50px;
  }
  .thanks h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .thanks p {
    font-size: 14px !important;
  }
  .thanks .container {
    padding: 50px 15px 12px;
  }
  .about__text p {
    font-size: 16px;
  }
  .steps__img {
    height: 240px;
  }
  .stat__title p,
  .stat__item p {
    font-size: 14px;
  }
  .stat__title h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .stat__item img {
    height: 30px;
    width: auto;
  }
  .stat__item {
    gap: 20px;
  }
  .stat__item + .stat__item {
    margin-top: 16px;
  }
  .stat__item li + li {
    margin-top: 12px;
  }
  .stat__item ul {
    padding-left: 24px;
  }
  .stat__item li,
  .privacypolicy__item p {
    font-size: 14px;
  }
  .privacypolicy {
    background: url(../img/policy-bg-mob.png) no-repeat center bottom/cover;
  }
  .privacypolicy__item {
    padding-left: 0;
  }
  .faq h2 {
    font-size: 28px;
  }
  .faq__item__text__head {
    font-size: 18px;
  }
  .faq__item__text__content {
    padding-top: 16px;
  }
  .contacts__title {
    font-size: 18px;
  }
  .footer__text {
    font-size: 16px;
  }
  .steps__content {
    -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;
  }
  .steps__content::after {
    width: 1px;
    height: 100%;
    top: 0;
  }
  .steps__item {
    padding: 4px 0;
    background: #fff;
  }
  .steps {
    padding-bottom: 50px;
  }
  .main-title {
    margin-bottom: 30px;
  }
  .stat h3 {
    font-size: 28px;
  }
  .stat__item img {
    height: 24px;
    width: auto;
  }
  .privacypolicy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .privacypolicy__block {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .privacypolicy__img {
    width: calc(100% - 48px);
    height: auto;
  }
  .privacypolicy__item p br {
    display: none;
  }
  .privacypolicy__item + .privacypolicy__item {
    margin-top: 24px;
  }
  .faq__item {
    padding: 30px 16px;
  }
  .contacts__form {
    max-width: 100%;
  }
  .footer .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq__item__btn img,
  .faq__item__btn {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
  }
  .footer .header .header__nav {
    display: none !important;
  }
  .thanks h1 {
    font-size: 32px;
  }
  .thanks h2 {
    font-size: 20px;
  }
  .thanks p {
    font-size: 16px;
  }
  .slick-track {
    padding: 20px 0;
  }
  .slick-next {
    right: -10px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next, .slick-prev {
    height: 40px;
    width: auto;
  }
  .about .main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__text p {
    font-size: 14px;
  }
  .intro__block h2 {
    font-size: 20px;
  }
  .results__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .results__item,
  .results__block,
  .results__block + .results__item {
    width: 100%;
    max-width: 100%;
  }
  .results__item {
    min-height: 160px;
  }
  .how__item {
    width: 100%;
  }
  .footer .header__logo {
    margin-bottom: 40px;
  }
  .about__slider__btns img,
  .sphere__slider__btns img,
  .order__slider__btns img {
    height: 46px;
    width: auto;
  }
  .about__item__counter {
    margin-top: 12px;
  }
  .intro__block p {
    font-size: 12px;
  }
  .reviews__item p br {
    display: none;
  }
  .order .main-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order .main-title h2 {
    text-align: center;
  }
  .contacts__title {
    font-size: 16px;
  }
  .contacts__title br {
    display: none;
  }
  .reviews__item h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */