@import url("https://fonts.cdnfonts.com/css/montserrat");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Montserrat", 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: #0E0E0E;
  color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}

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

.header {
  margin-bottom: 31px;
}
.header .container {
  padding: 28px 0;
  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: 2px solid #AEAEAE;
}
.header__logo {
  height: 51px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 49px;
}
.header__nav a:not(.main-btn) {
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid transparent;
  padding: 3px 0;
}
.header__nav a:not(.main-btn):hover {
  border-bottom: 2px solid #AEAEAE;
}

.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;
}
.intro__container {
  background: url(../img/intro-bg.png) no-repeat center right/cover;
  padding: 80px 80px 220px;
  border-radius: 20px;
}
.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;
  max-width: 616px;
  margin-bottom: 30px;
}
.intro__text h1 {
  font-size: 40px;
  line-height: 1;
  max-width: 713px;
}
.intro__text p {
  color: #fff;
  font-size: 16px;
  max-width: 455px;
  margin: 41px 0 37px;
}
.intro__img {
  height: 600px;
  width: auto;
}
.intro__footer {
  padding: 15px 0;
  background: #1DA1BD;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: auto;
}

.main-btn {
  padding: 16px 20px;
  font-size: 14px;
  color: #000000;
  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: #fff;
}
.main-btn span {
  line-height: 0;
}
.main-btn img {
  margin-top: -3px;
}
.main-btn--black {
  background: #000;
  color: #fff;
}

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

section {
  padding: 60px 0;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.about__img {
  width: 100%;
  max-width: 568px;
  height: auto;
}
.about__text {
  padding: 10px 0 0;
}
.about__text p {
  max-width: 470px;
  font-size: 16px;
}
.about__text p + p {
  margin-top: 24px;
}
.about__warn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 38px 0 30px;
}
.about__warn img {
  height: 20px;
  width: auto;
}
.about__warn p {
  color: #AEAEAE;
  font-size: 20px;
  text-transform: uppercase;
}

.benefits {
  background: #fff;
  color: #000;
}
.benefits__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.benefits__item {
  width: calc(33.3% - 13px);
  max-width: 404px;
  padding: 18px 18px 30px;
  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;
  min-height: 270px;
}
.benefits__item--1 {
  background: #F1F1F1 url(../img/benefits-1.png) no-repeat top 18px right 18px/60px 60px;
}
.benefits__item--2 {
  background: #F1F1F1 url(../img/benefits-2.png) no-repeat top 18px right 18px/60px 60px;
}
.benefits__item--3 {
  background: #F1F1F1 url(../img/benefits-3.png) no-repeat top 18px right 18px/60px 60px;
}
.benefits__item--4 {
  background: #F1F1F1 url(../img/benefits-4.png) no-repeat top 18px right 18px/60px 60px;
}
.benefits__item--5 {
  background: #F1F1F1 url(../img/benefits-5.png) no-repeat top 18px right 18px/60px 60px;
}
.benefits__item--6 {
  background: #F1F1F1 url(../img/benefits-6.png) no-repeat top 18px right 18px/60px 60px;
}
.benefits__item--title {
  display: block;
}
.benefits__item--title .main-title {
  margin: 0;
}
.benefits__item--title .main-btn {
  margin: 29px 0 19px;
}
.benefits__item--title .about__warn {
  margin: 0;
}
.benefits__item--title .about__warn img {
  margin-top: -3px;
}
.benefits__item--title .about__warn p {
  font-size: 12px;
}
.benefits__item div {
  font-size: 96px;
  margin-bottom: auto;
}
.benefits__item h4 {
  margin-top: auto;
  font-size: 24px;
  margin: 0 0 8px;
}
.benefits__item p {
  font-size: 20px;
}

.exp .main-title p {
  font-size: 16px;
  color: #fff;
  margin-top: 17px;
}
.exp__item img {
  width: 100%;
  height: auto;
}

.reviews {
  background: #fff;
  color: #000;
}
.reviews__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.reviews__item {
  width: calc(33.3% - 13px);
  max-width: 470px;
  background: #F1F1F1;
  padding: 30px 16px;
}
.reviews__item--title {
  padding: 0;
  background: transparent;
}
.reviews__item__quotes {
  height: 20px;
  width: auto;
}
.reviews__item p {
  font-size: 14px;
  color: #5A5A5A;
  margin: 18px 0 28px;
}
.reviews__item__stars {
  height: 19px;
  width: auto;
}
.reviews__item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-top: 28px;
}
.reviews__item__author img {
  height: 42px;
  width: auto;
}
.reviews__item__author h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 2px;
}
.reviews__item__author small {
  font-size: 12px;
  color: #AEAEAE;
}

.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 {
  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;
}

.faq {
  background: #fff;
  color: #000;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  background: #F1F1F1;
  padding: 33px 21px 33px 48px;
}
.faq__item.active .faq__item__btn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item + .faq__item {
  margin-top: 24px;
}
.faq__item__counter {
  font-weight: 600;
  font-size: 48px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 600;
}
.faq__item__text__content {
  padding-top: 15px;
  font-size: 16px;
  display: none;
}
.faq__item__text__content ul {
  padding-left: 20px;
  margin-top: 12px;
}
.faq__item__btn {
  height: 34px;
  width: 34px;
  min-height: 34px;
  min-width: 34px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.faq__item__btn img {
  height: 34px;
  width: 34px;
}
.faq__item__btn:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contacts {
  background: #0E100F url(../img/contacts-bg.png) no-repeat center/cover;
  padding: 67px 0;
}
.contacts__title {
  margin-bottom: 42px;
  font-size: 20px;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__img {
  max-width: 550px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  background: #F1F1F1;
  padding: 36px 32px 10px;
  width: 100%;
  max-width: 620px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 24px 15px;
  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: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #262B30;
  margin-top: 14px;
}
.contacts__form p a {
  color: #2C477B;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  background: #0E0E0E;
  color: #fff;
  padding: 19px;
}

.iti {
  margin-bottom: 20px;
}

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

.footer {
  background: #111111;
  padding: 60px 0 40px;
}
.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .header {
  margin-bottom: 70px;
}
.footer .header .container {
  border-bottom: none !important;
}
.footer .header .header__nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.footer .header__nav a:not(.main-btn) {
  color: #fff;
}
.footer__text {
  font-size: 16px;
  color: #fff;
}
.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;
}

.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/thanks-bg.png) no-repeat center/cover;
  color: #fff;
  padding: 0;
  overflow: auto;
}
.thanks__img {
  width: 80px;
  height: auto;
  margin: 50px 0 40px;
}
.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: 100px 15px 12px;
}
.thanks .pols {
  margin-top: 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;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none !important;
  }
  .mob-visible {
    display: block;
  }
  .intro .main-btn {
    margin: 0 auto;
  }
  .intro__container {
    background: url(../img/intro-bg-mob.png) no-repeat center right/cover;
    padding: 28px 18px 180px;
  }
  .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%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .header .container {
    padding: 18px 0;
  }
  .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 p {
    font-size: 16px;
  }
  .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;
  }
  .contacts__form .form-input {
    padding: 20px;
  }
  .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 h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .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 {
    padding: 20px 16px;
  }
  .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;
  }
}
@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 */