@import url("https://fonts.cdnfonts.com/css/montserrat");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

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: #020010;
  color: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

section {
  padding: 50px 0;
}

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

.header {
  color: #fff;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  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;
}
.header__logo {
  height: 34px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.header__nav__a {
  color: #fff;
  font-size: 12px;
}
.header .main-btn {
  font-size: 12px;
  padding: 18px 55px;
}

.main-btn {
  font-size: 14px;
  padding: 19px 25px;
  background: #320EED;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.iti__selected-flag {
  border-radius: 10px 0 10px 0;
}

span.blue {
  color: #340CF2;
}

.accordion__header {
  gap: 20px;
}

.hero {
  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;
  background: url(../img/hero.png) no-repeat top right 44px/auto 100%;
  color: #fff;
  margin: 90px 0 0;
  padding: 0;
  min-height: 100vh;
}
.hero .container {
  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;
  padding-bottom: 30px;
}
.hero__content {
  max-width: 750px;
}
.hero__content h1 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero__content p {
  margin-bottom: 24px;
  font-size: 14px;
  max-width: 430px;
  line-height: 1.4;
}
.hero__img {
  display: none;
}

.title {
  text-align: center;
  color: #fff;
}
.title h2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#999999));
  background: linear-gradient(0deg, #FFFFFF 0%, #999999 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
.title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 900px;
}

.about__img {
  width: 100%;
  height: auto;
}

.how__wrap {
  padding: 333px 56px 88px;
  background: url(../img/how-bg.png) no-repeat top center/auto 983px;
}
.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-bottom: 120px;
}
.how__item.transform {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.how__item div {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 9px;
}
.how__item p {
  font-size: 12px;
  font-weight: 600;
  max-width: 202px;
}

.important__content {
  max-width: 873px;
  margin: 0 auto;
}
.important__content p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.important__content p a {
  font-weight: bold;
}

.work__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work__item {
  width: 100%;
  max-width: 432px;
  padding: 30px 22px;
  min-height: 288px;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.work__item--1 {
  background: url(../img/how-1.png) no-repeat center/cover;
}
.work__item--2 {
  background: url(../img/how-2.png) no-repeat center/cover;
}
.work__item--3 {
  background: url(../img/how-3.png) no-repeat center/cover;
}
.work__item h4 {
  font-size: 18px;
  margin-top: auto;
}
.work__item p {
  font-size: 12px;
  line-height: 1.4;
}

.custom .title p {
  max-width: 1000px;
}

.why {
  background: url(../img/why-bg.png) no-repeat center top/100% 100%;
  padding-bottom: 190px;
}
.why .main-btn {
  padding: 22px 108px;
}
.why .title {
  color: #5A5E63;
}
.why__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 655px;
  margin: 84px auto 0;
}
.why__item {
  width: 100%;
  max-width: 311px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why__item div {
  font-size: 40px;
  font-weight: 500;
}
.why__item h3 {
  margin: 10px 0 14px;
  font-size: 24px;
  font-weight: 600;
}
.why__item p {
  font-size: 16px;
  line-height: 1.4;
}
.why__item .main-btn {
  padding: 18px;
  display: block;
  width: 100%;
}

.white-bg {
  background: #fff;
}
.white-bg .title {
  color: #5A5E63;
}

ul {
  padding-left: 40px;
}

li::marker {
  color: #340CF2;
}

.quiz__top {
  padding: 40px 0 110px;
  background: url(../img/quiz-top.png) no-repeat center/cover;
}
.quiz__top .title {
  text-align: left;
}
.quiz__top .title p {
  text-align: left;
  margin-left: 0;
}
.quiz__txt {
  margin-bottom: 40px;
}
.quiz__txt h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.quiz__txt ul {
  padding-left: 20px;
}
.quiz__txt li {
  font-size: 14px;
}
.quiz__txt li + li {
  margin-top: 24px;
}
.quiz__txt li::marker {
  color: #340CF2;
  font-size: 24px;
  line-height: 0.2;
}
.quiz__content {
  background: #340CF2;
}
.quiz__question {
  padding: 42px;
  font-size: 24px;
  font-weight: 700;
  background: url(../img/line.png) no-repeat bottom/100% 2px;
}
.quiz__item {
  border-radius: 40px;
}
.quiz__bg {
  padding: 40px 72px 24px;
}
.quiz__answers {
  min-height: 320px;
}
.quiz__answers p {
  font-size: 18px;
}
.quiz__answers__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 14px 0;
}
.quiz__answers__label input {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  max-height: 18px;
  max-width: 18px;
  display: block;
  accent-color: #340CF2;
}
.quiz__answers__label > p {
  font-size: 14px;
}
.quiz__footer {
  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;
  margin-top: 30px;
  border-radius: 0 0 40px 40px;
}
.quiz__footer__counter {
  color: #9BA3AC;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
}
.quiz__footer__next {
  background: #fff;
  color: #340CF2;
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.quiz__footer__next.disabled {
  opacity: 0.8;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.testimonials {
  padding: 50px 20px;
}
.testimonials__slider {
  padding: 0 10px;
}
.testimonials__item {
  width: 100%;
  background-color: #F1F1F1;
  padding: 30px 50px 40px 32px;
  scroll-snap-align: center;
  min-height: 360px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonials__item h3 {
  font-size: 1.2rem;
  color: #020011;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
}
.testimonials__photo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__text {
  color: #000;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.testimonials__rating {
  width: 100%;
  height: auto;
  max-width: 188px;
  display: block;
  margin-top: auto;
}

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

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

.slick-dots {
  bottom: -45px;
}

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

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

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

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

.gradient-bg-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#424448), to(#9BA3AC));
  background: linear-gradient(360deg, #424448 0%, #9BA3AC 100%);
  color: #fff;
}

.services {
  background: url(../img/faq-bg.png) no-repeat top/100% auto;
}

.accordion {
  overflow: hidden;
  margin-top: 32px;
}
.accordion__item {
  padding: 24px 26px;
  border-radius: 10px;
  position: relative;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(#340CF2), color-stop(49.52%, rgba(52, 12, 242, 0)), to(#340CF2));
  background: linear-gradient(90deg, #340CF2 0%, rgba(52, 12, 242, 0) 49.52%, #340CF2 100%);
}
.accordion__item::after {
  border-radius: 10px;
  content: "";
  background: #020010;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.accordion__item div {
  position: relative;
  z-index: 100;
}
.accordion__item + .accordion__item {
  margin-top: 24px;
}
.accordion__header {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  cursor: pointer;
  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;
}
.accordion__header::-moz-selection {
  background: transparent;
}
.accordion__header::selection {
  background: transparent;
}
.accordion__header:after {
  content: "+";
  font-size: 22px;
  line-height: 1;
  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;
  background: #340CF2;
  border: 3px solid #340CF2;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__header.active:after {
  content: "-";
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__content {
  padding-top: 18px;
  padding-top: 25px;
  display: none;
  font-size: 14px;
}
.accordion__content::-moz-selection {
  background: transparent;
}
.accordion__content::selection {
  background: transparent;
}
.accordion__content ul {
  margin: 16px 0;
}
.accordion__content ul li {
  font-size: 16px;
}
.accordion__content ul li + li {
  margin-top: 8px;
}
.accordion__content p {
  margin: 0;
  font-size: 16px;
}

.video video {
  width: 100%;
  height: auto;
}

.contacts {
  background: url(../img/form.png) no-repeat center/cover;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts__form {
  background: #340CF2;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 76px 35px 18px;
  width: 100%;
  max-width: 550px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 18px;
  background: transparent;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  color: #fff;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.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 .form-input option {
  color: #000;
}
.contacts__form p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #fff;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  background: #FFFFFF;
  color: #340CF2;
  border: none;
  font-family: "Montserrat", sans-serif;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #F5F5F5 !important;
}

.footer {
  padding: 60px 0;
  background: #340CF2;
  color: #fff;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 170px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
.footer__bottom p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.footer__logo {
  height: 50px;
  width: auto;
}
.footer__nav {
  width: 100%;
  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: 48px;
}
.footer__nav a {
  font-size: 14px;
}

.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: #0F0F0F url(../img/thanks-bg.png) no-repeat center top/cover;
  color: #fff;
  padding: 0;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
  margin-top: 38px;
}
.thanks p {
  font-size: 16px;
  margin-bottom: 15px;
}
.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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: 210px 15px 12px;
}/*# sourceMappingURL=styles.css.map */