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

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

section {
  padding: 50px 0;
}

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

.header {
  color: #fff;
  padding: 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #22262B url(../images/line.png) no-repeat bottom center/100% 2px;
}
.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: 58px;
  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: 14px;
}
.header .main-btn {
  font-weight: 400;
  white-space: nowrap;
}

.main-btn {
  font-size: 16px;
  padding: 22px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F33A47), to(#CC2227));
  background: linear-gradient(180deg, #F33A47 0%, #CC2227 100%);
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 700;
}

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

span.red {
  color: #F33A47;
}

.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(../images/hero.png) no-repeat bottom right/auto 100%;
  color: #fff;
  margin: 90px 0 0;
  padding: 0;
  min-height: calc(100vh - 90px);
}
.hero-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#22262B), to(#373B40));
  background: linear-gradient(180deg, #22262B 0%, #373B40 100%);
}
.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: 42px;
  margin-bottom: 42px;
  font-weight: 600;
}
.hero__content p {
  margin-bottom: 42px;
  font-size: 16px;
  max-width: 648px;
  line-height: 1.4;
}
.hero__img {
  display: none;
}

.title {
  text-align: center;
  color: #fff;
}
.title h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}
.title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 48px;
}

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

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

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.how__item {
  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;
  text-align: center;
  gap: 16px;
}
.how__item div {
  height: 55px;
  width: 55px;
  background: #F33A47;
  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;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100%;
}
.how__item p {
  font-size: 14px;
  font-weight: 600;
}
.how__devider {
  height: 52px;
  width: auto;
}

.important__content {
  background: -webkit-gradient(linear, left bottom, left top, from(#22252A), to(#595D62));
  background: linear-gradient(0deg, #22252A 0%, #595D62 100%);
  padding: 34px;
  position: relative;
  border-radius: 100px;
}
.important__content p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.important__content p a {
  font-weight: bold;
}
.important__content img {
  position: absolute;
  right: 0;
  top: -35px;
  height: 72px;
  width: 72px;
}

.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 {
  border-radius: 45px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2509803922);
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5E63), to(#212429));
  background: linear-gradient(180deg, #5A5E63 0%, #212429 100%);
  width: 100%;
  max-width: 370px;
  padding: 42px 36px 26px;
  text-align: center;
}
.work__item img {
  height: 149px;
  width: auto;
}
.work__item h4 {
  margin: 12px 0;
  font-size: 18px;
}
.work__item p {
  font-size: 14px;
  line-height: 1.4;
}

.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: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why__item {
  border-radius: 45px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5019607843);
  background: -webkit-gradient(linear, left top, left bottom, from(#9BA3AC), to(#5A5E63));
  background: linear-gradient(180deg, #9BA3AC 0%, #5A5E63 100%);
  width: 100%;
  max-width: 370px;
  padding: 24px;
  text-align: center;
  color: #fff;
}
.why__item img {
  height: 75px;
  width: auto;
}
.why__item h3 {
  margin: 8px 0;
  font-size: 24px;
}
.why__item p {
  font-size: 16px;
  line-height: 1.4;
}

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

ul {
  padding-left: 40px;
}

li::marker {
  color: #F33A47;
}

.quiz__txt {
  margin-bottom: 40px;
}
.quiz__txt h4 {
  font-size: 24px;
  color: #4B4A4F;
  margin-bottom: 24px;
}
.quiz__txt li {
  font-size: 24px;
  color: #4B4A4F;
}
.quiz__txt li + li {
  margin-top: 24px;
}
.quiz__txt li::marker {
  font-size: 36px;
  line-height: 0.8;
}
.quiz__question {
  border-radius: 40px 40px 0 0;
  background: #DDEAEF;
  color: #4B4A4F;
  padding: 42px;
  font-size: 24px;
  font-weight: 700;
}
.quiz__item {
  border-radius: 40px;
}
.quiz__bg {
  background: #EBEEED url(../images/quiz-bg.png) no-repeat bottom right/450px auto;
  padding: 40px 72px 24px;
  border-radius: 0 0 40px 40px;
}
.quiz__answers {
  min-height: 320px;
}
.quiz__answers p {
  font-size: 18px;
  color: #000;
}
.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: 8px 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: #F33A47;
}
.quiz__answers__label > p {
  font-size: 14px;
  color: #000;
}
.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 {
  padding: 22px 56px;
  opacity: 1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.quiz__footer__next.disabled {
  opacity: 0.5;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.testimonials {
  padding: 50px 20px;
  text-align: center;
}
.testimonials__slider {
  padding: 0 10px;
}
.testimonials__item {
  width: 100%;
  background-color: #EBEEED;
  padding: 30px 30px 40px;
  scroll-snap-align: center;
  text-align: center;
  min-height: 555px;
  border-radius: 25px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials__item h3 {
  font-size: 1.2rem;
  color: #4B4A4F;
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
}
.testimonials__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__text {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.testimonials__rating {
  width: 100%;
  height: auto;
  max-width: 262px;
  display: block;
  margin: auto auto 0;
}

.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: #D9D9D9;
  opacity: 1;
}

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

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

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

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

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

.accordion {
  overflow: hidden;
  margin-top: 32px;
}
.accordion__item {
  padding: 24px 26px;
  background: #5A5E63;
  border-radius: 10px;
}
.accordion__item + .accordion__item {
  margin-top: 24px;
}
.accordion__header {
  width: 100%;
  font-size: 24px;
  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: #F33A47;
  border: 3px solid #F33A47;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__header.active:after {
  content: "-";
  background: transparent;
  color: #F33A47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__content {
  padding-top: 18px;
  padding-top: 25px;
  display: none;
  font-size: 20px;
}
.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__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__form {
  background: #EBEEED;
  border-radius: 10px;
  -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: 50px 70px 8px;
  width: 100%;
  max-width: 550px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 24px;
  margin-bottom: 18px;
  background: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::-moz-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::placeholder {
  color: #5A5E63;
}
.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;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #4A4A4A;
  margin-top: 14px;
}
.contacts__form p a {
  color: #F33A47;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.contacts__img {
  width: 100%;
  max-width: 613px;
  height: auto;
}

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

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

.footer {
  padding: 60px 0;
  background: #22252A url(../images/footer-bg.png) no-repeat bottom right/300px auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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;
}/*# sourceMappingURL=styles.css.map */