@import url("https://fonts.cdnfonts.com/css/montserrat");
@import url("https://fonts.cdnfonts.com/css/cormorant");
@import url("https://fonts.cdnfonts.com/css/cormorant-infant");
* {
  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: #262626;
  color: #fff;
}

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

section {
  padding: 60px 0;
}

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

.main-btn {
  background: #359786;
  padding: 22px 80px;
  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: 16px;
}
.main-btn img {
  height: 19px;
  width: auto;
}

.intro {
  background: url(../img/intro-bg.png) no-repeat center/cover;
  padding: 0 0 76px;
}
.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 h1 {
  font-family: "Cormorant", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}
.intro__text p {
  font-size: 14px;
  margin: 29px 0 32px;
  max-width: 663px;
  color: #F5F5F5;
}
.intro__img {
  height: 531px;
  width: auto;
}

.header {
  margin-bottom: 55px;
}
.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: 41px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__nav a {
  font-size: 14px;
  padding: 34px 22px;
}
.header__nav a:hover {
  background: #359786;
  -webkit-filter: none;
          filter: none;
}
.header__nav .main-btn {
  border: 1px solid #359786;
  background: transparent;
  padding: 17px 60px;
}

.main-title {
  position: relative;
  padding-left: 20px;
}
.main-title::after {
  content: "";
  height: 24px;
  width: 9px;
  background: #359786;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-title h2 {
  font-family: "Cormorant", sans-serif;
  font-size: 40px;
}

.about {
  background: #fff;
  color: #262626;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
}
.about__img {
  width: 100%;
  height: auto;
}
.about__left {
  width: 100%;
  max-width: 662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.about__left p {
  font-size: 14px;
}
.about__right {
  max-width: 510px;
  margin-top: -80px;
}
.about ul {
  list-style: none;
}
.about__block {
  border: 1px solid #000000;
  padding: 53px 60px;
}
.about__block h3 {
  font-size: 20px;
  margin-bottom: 44px;
}
.about__block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.about__block li span {
  display: inline-block;
  height: 12px;
  width: 12px;
  min-height: 12px;
  min-width: 12px;
  background: #359786;
}
.about__block li p {
  font-size: 12px;
}
.about__block li + li {
  margin-top: 25px;
}
.about__footer {
  margin-top: 64px;
}
.about__footer h4 {
  font-size: 18px;
  margin-bottom: 24px;
}
.about__footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.about__footer li img {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
}
.about__footer li p {
  font-size: 12px;
}
.about__footer li + li {
  margin-top: 12px;
}

.work {
  background: url(../img/work-bg.png) no-repeat center/cover;
  padding: 70px 0 90px;
}
.work__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 120px;
  margin-top: 50px;
}
.work__item__counter {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 128px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 0.7;
}
.work__item__counter::after {
  content: "";
  height: 15px;
  width: 15px;
  background: #359786;
  position: absolute;
  bottom: 0;
  right: -16px;
}
.work__item h4 {
  font-size: 20px;
  margin: 53px 0 15px;
}
.work__item p {
  font-size: 12px;
  max-width: 296px;
}

.cases {
  background: url(../img/cases-bg.png) no-repeat center/cover;
  color: #262626;
}
.cases__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: 26px;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cases__item {
  width: 100%;
  max-width: 179px;
}
.cases__item img {
  width: 100%;
  height: auto;
}
.cases__item p {
  font-size: 20px;
  margin-top: 4px;
  color: #B0B0B0;
  text-align: center;
}

.reviews__slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 7px;
}
.reviews__slider__btns button {
  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;
  height: 32px;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  border: 1px solid rgba(245, 245, 245, 0.5019607843);
  background: transparent;
}
.reviews__slider__btns button:hover {
  background: #359786;
  -webkit-filter: none;
          filter: none;
}
.reviews {
  background: url(../img/reviews-bg.png) no-repeat center/cover;
}
.reviews__title {
  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;
}
.reviews__item {
  width: 100%;
  max-width: 404px;
  min-height: 313px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(38, 38, 38, 0.25)), to(#262626));
  background: linear-gradient(270deg, rgba(38, 38, 38, 0.25) 0%, #262626 100%);
  border: 1px solid #898989;
  position: relative;
  padding: 43px 30px;
}
.reviews__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
}
.reviews__item__quoters {
  position: absolute;
  right: 35px;
  top: -15px;
  height: 33px;
  width: auto;
}
.reviews__item__photo {
  height: 76px;
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.reviews__item__text h4 {
  font-family: "Cormorant", sans-serif;
}
.reviews__item__text small {
  display: block;
  padding: 3px 0 34px;
  font-size: 12px;
  color: #5D5D5D;
}
.reviews__item__text p {
  font-size: 14px;
  color: #fff;
}

.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: 50px;
  width: auto;
}

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

.faq {
  color: #000;
  background: #F9F9F9;
}
.faq .main-title {
  margin-bottom: 50px;
}
.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;
  padding: 26px 35px;
  border: 1px solid #262626;
}
.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: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 500;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 16px;
  display: none;
}
.faq__item__text__content ul {
  padding-left: 20px;
  margin-top: 12px;
}
.faq__item__btn {
  height: 52px;
  width: 52px;
  min-height: 52px;
  min-width: 52px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.faq__item__btn:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contacts {
  background: url(../img/contacts-bg.png) no-repeat center/cover;
}
.contacts__title {
  margin-bottom: 13px;
  font-size: 14px;
}
.contacts__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;
  gap: 130px;
}
.contacts__img {
  max-width: 550px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  width: 100%;
  max-width: 620px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 24px;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#262626), to(rgba(38, 38, 38, 0.25)));
  background: linear-gradient(90deg, #262626 0%, rgba(38, 38, 38, 0.25) 100%);
  border: 1px solid #8d8d8d;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input::-moz-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input::placeholder {
  color: #B0B0B0;
}
.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: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #359786;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.iti {
  margin-bottom: 20px;
}

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

.footer {
  padding: 60px 0;
}
.footer__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer__text__item img {
  width: 20px;
  height: auto;
}
.footer__text__item p {
  color: #fff;
  font-size: 14px;
}

.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: #002434 url(../img/intro-bg.png) no-repeat center/cover;
  color: #fff;
  padding: 0;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 128px;
  margin-bottom: 45px;
  font-family: "Cormorant", sans-serif;
}
.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: 100px 15px 12px;
}

@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .header__nav {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header {
    padding: 20px 0;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .intro .main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 30px 0 0;
  }
  .about__right {
    margin: 0;
    max-width: 100%;
  }
  .about__img,
  .why__img {
    margin: 0 auto;
  }
  .header {
    margin-bottom: 40px;
  }
  .header .burger {
    display: block;
  }
  .header__nav {
    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;
  }
  .contacts__form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .main-title h2 {
    font-size: 22px;
  }
  .footer {
    padding: 30px 0 60px;
  }
  .about__content {
    margin-top: 30px;
  }
  .cases__item {
    max-width: 150px;
  }
  .main-title::after {
    width: 5px;
    height: 13px;
  }
  .main-title {
    padding-left: 8px;
  }
  .about__block {
    padding: 20px;
  }
  .about__block li + li {
    margin-top: 16px;
  }
  .about__block h3 {
    margin-bottom: 32px;
  }
  .work__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .reviews__item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
  }
  .faq__item {
    padding: 16px 24px;
  }
  .intro__text h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .intro__text p {
    font-size: 16px;
  }
  .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__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__img {
    width: 80px;
    margin-bottom: 38px;
  }
  .thanks h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .thanks p {
    font-size: 14px !important;
  }
  .thanks p img {
    margin: 12px auto 0;
    display: block;
  }
  .thanks .container {
    padding: 50px 15px 12px;
  }
  .about__text p {
    font-size: 16px;
  }
  .reviews__item {
    max-width: 100%;
  }
  .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__item {
    padding-left: 0;
  }
  .faq__item__text__head {
    font-size: 18px;
  }
  .faq__item__text__content {
    padding-top: 16px;
  }
  .contacts__title {
    font-size: 18px;
  }
  .footer__text {
    font-size: 16px;
  }
}
@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 */