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

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

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

section {
  padding: 50px 0;
}

.main-btn {
  background: #fff;
  padding: 7px 7px 7px 30px;
  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: 21px;
  border-radius: 100px;
  max-width: 320px;
  font-size: 14px;
  color: #223849;
}
.main-btn img {
  height: 70px;
  width: auto;
}

.header {
  padding: 30px 0;
}
.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: 32px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.header__nav a {
  color: #B2B9C2;
  font-size: 16px;
}
.header .main-btn {
  margin-left: 70px;
  font-size: 12px;
  background: #223849;
  color: #fff;
}
.header .main-btn img {
  height: 39px;
}

.intro {
  padding: 0 0 50px;
}
.intro .container {
  background: url(../images/intro-bg.png) no-repeat center/100% 100%;
  border-radius: 28px;
  padding: 88px 64px 74px;
}
.intro__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;
}
.intro__text {
  color: #fff;
}
.intro__text h1 {
  font-size: 54px;
}
.intro__text p {
  max-width: 568px;
  font-size: 24px;
  margin: 47px 0;
}
.intro__img {
  height: 480px;
  width: auto;
}

h2 {
  color: #223849;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about__img {
  height: 410px;
  width: auto;
}
.about__text p {
  font-size: 24px;
  color: #34454F;
  font-weight: 300;
}

.benefits .container {
  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;
}
.benefits__content {
  max-width: 750px;
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #B2B9C2;
}
.benefits__item div {
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  background: #E9741A;
  border-radius: 100%;
}
.benefits__item .heading {
  margin: 0 100px 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #223849;
  width: 100%;
  max-width: 356px;
}
.benefits__item .text {
  margin-left: auto;
  max-width: 270px;
  width: 100%;
}
.benefits__item .text br {
  display: none;
}
.benefits__item .text small {
  font-size: 12px;
  color: #39505F;
}
.benefits__item + .benefits__item {
  margin-top: 30px;
}

.work__content {
  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;
  gap: 30px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work__item {
  width: calc(25% - 15px);
  padding: 157px 19px 25px;
  color: #fff;
  border-radius: 12px;
  min-height: 255px;
}
.work__item--1 {
  background: url(../images/work-item-1.png) no-repeat center/100% 100%;
}
.work__item--2 {
  background: url(../images/work-item-2.png) no-repeat center/100% 100%;
}
.work__item--3 {
  background: url(../images/work-item-3.png) no-repeat center/100% 100%;
}
.work__item--4 {
  background: url(../images/work-item-4.png) no-repeat center/100% 100%;
}
.work__item--5 {
  width: calc(75% - 10px);
  padding-top: 50px;
  text-align: center;
  background: url(../images/work-item-5.png) no-repeat center/100% 100%;
}
.work__item--5 img {
  height: 140px;
  width: auto;
}
.work__item--6 {
  text-align: center;
  padding-top: 44px;
  background: url(../images/work-item-6.png) no-repeat center/100% 100%;
}
.work__item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}
.work__item p {
  font-size: 12px;
}

.achievements__content {
  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;
  gap: 20px;
}
.achievements__item {
  color: #fff;
  border-radius: 12px;
  padding: 88px 40px 100px;
  width: 100%;
  max-width: 436px;
}
.achievements__item--1 {
  background: #B2B9C2 url(../images/achievement-1.png) no-repeat center/100% 100%;
}
.achievements__item--2 {
  background: #B2B9C2 url(../images/achievement-2.png) no-repeat center/100% 100%;
}
.achievements__item--3 {
  background: #B2B9C2 url(../images/achievement-3.png) no-repeat center/100% 100%;
}
.achievements__item h4 {
  font-size: 24px;
  font-weight: 600;
}

.policy__content {
  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;
  gap: 20px;
}
.policy__img {
  width: 100%;
  max-width: 660px;
  height: auto;
  border-radius: 28px;
}
.policy__block {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.policy__item {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  padding: 28px 27px 55px;
  color: #fff;
}
.policy__item img {
  height: 52px;
  width: auto;
}
.policy__item p {
  margin-top: 32px;
  font-weight: 500;
  font-size: 14px;
}
.policy__item--1 {
  background: #B2B9C2 url(../images/policy-item-1.png) no-repeat center/100% 100%;
}
.policy__item--2 {
  background: #2E5069 url(../images/policy-item-2.png) no-repeat center/100% 100%;
}
.policy__item--3 {
  background: #B2B9C2 url(../images/policy-item-3.png) no-repeat center/100% 100%;
}
.policy__item--4 {
  background: #B2B9C2 url(../images/policy-item-4.png) no-repeat center/100% 100%;
  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;
  padding: 36px;
}
.policy__item--4 img {
  height: 140px;
  width: auto;
}

.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: 45px 0;
  border-bottom: 1px solid #B2B9C2;
}
.faq__item:first-of-type {
  border-top: 1px solid #B2B9C2;
}
.faq__item.active .faq__item__btn {
  background: #2E516A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item.active .faq__item__btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.faq__item__img {
  height: 180px;
  width: auto;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  color: #223849;
  font-size: 24px;
  font-weight: 500;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 16px;
  color: #4F6371;
  display: none;
}
.faq__item__text__content ul {
  padding-left: 20px;
  margin-top: 12px;
}
.faq__item__btn {
  height: 68px;
  width: 68px;
  min-height: 68px;
  min-width: 68px;
  background: #F5F5F5;
  border-radius: 100%;
  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;
  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;
}
.faq__item__btn img {
  height: 25px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contacts .container {
  padding: 60px 62px;
  background: #203949;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contacts__title {
  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;
}
.contacts__title h2 {
  color: #fff;
}
.contacts__title p {
  color: #fff;
  font-size: 16px;
}
.contacts__form {
  max-width: 666px;
  margin-left: auto;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 14px 24px;
  margin-bottom: 20px;
  background: #203949;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.contacts__form .form-input::-moz-placeholder {
  color: #d9d9d9;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #d9d9d9;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #d9d9d9;
}
.contacts__form .form-input::placeholder {
  color: #d9d9d9;
}
.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: 300;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin: 0 0 14px;
}
.contacts__form p a {
  color: #fff;
}
.contacts__form .form-btn {
  border: none;
}
.contacts__form .form-btn img {
  height: 38px;
}

.iti {
  margin-bottom: 20px;
}

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

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

.footer {
  background: #203949;
  padding: 30px 0;
}
.footer__header {
  margin-bottom: 150px;
}
.footer__header .header__nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.footer__header .header__logo {
  height: 62px;
}
.footer__text {
  font-size: 16px;
  color: #fff;
}

.mob-visible {
  display: none;
}

.privacy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #223849;
  font-weight: 500;
}
.privacy p, .privacy li {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 300;
}
.privacy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: url(../images/thanks-bg.png) no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 0;
}
.thanks__img {
  width: 106px;
  height: auto;
}
.thanks h1 {
  font-size: 64px;
  margin-bottom: 45px;
}
.thanks p {
  font-size: 24px;
  margin-bottom: 15px;
}
.thanks p a {
  font-size: 14px;
  text-decoration: underline;
}
.thanks p img {
  height: 34px;
  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;
  padding: 100px 15px 12px;
}

@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .header__nav {
    gap: 30px;
  }
  .header .main-btn {
    margin-left: 0;
  }
  .about__img {
    height: 300px;
  }
  .benefits .container {
    display: block;
  }
  .benefits__content {
    max-width: 100%;
  }
  .benefits__item .heading {
    max-width: 380px;
  }
  .intro__img {
    height: 400px;
  }
  .work__item {
    min-height: 200px;
    padding-top: 70px;
  }
  .work__item--5 {
    padding-top: 50px;
  }
  .work__item--6 {
    padding-top: 36px;
  }
  .policy__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;
  }
  .contacts__form {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .intro {
    padding-bottom: 32px;
  }
  .intro__img.mob-visible {
    margin: 0 auto 40px;
  }
  .intro .main-btn {
    margin: 0 auto;
  }
  .about__img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .header .burger {
    display: block;
  }
  .header__nav {
    display: none;
  }
  .about .container {
    -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;
  }
  .work__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;
  }
  .work__item {
    width: 100%;
    max-width: 316px;
    padding-top: 160px;
    min-height: 250px;
  }
  .work__item--5 {
    padding-top: 50px;
    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;
  }
  .work__item--5 img {
    width: 100%;
    height: auto;
  }
  .work__item--6 {
    padding-top: 50px;
  }
  .contacts .container {
    -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;
  }
  .contacts__title {
    text-align: center;
  }
  .contacts__title h2 {
    margin-bottom: 24px;
  }
  .contacts__form {
    margin: 32px auto 0;
  }
  .contacts__form .form-btn {
    max-width: 100%;
    width: 100%;
  }
  .contacts__form .form-btn span {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer__header .header__nav {
    display: none !important;
  }
  .footer__header {
    margin-bottom: 90px;
  }
  .intro .container {
    padding: 57px 16px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro__text h1 {
    font-size: 24px;
  }
  .intro__text h1 img {
    height: 30px;
  }
  .intro__text p {
    font-size: 16px;
    margin: 29px 0;
  }
  .main-btn img {
    height: 36px;
  }
  .intro__img,
  .about__img, .why__img {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .about__text p {
    font-size: 16px;
  }
  .benefits__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .benefits__item .heading {
    max-width: 300px;
    font-size: 16px;
    margin: 0;
    margin-top: -10px;
    margin-left: 20px;
  }
  .benefits__item .text {
    width: 100%;
    height: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    padding-left: 32px;
  }
  .benefits__flag {
    height: 120px;
    margin: -60px 0 40px auto;
  }
  .benefits__footer p,
  .contacts__title p {
    font-size: 16px;
  }
  .faq__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq__item__btn {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }
  .faq__item__btn img {
    height: 16px;
  }
  .faq__item__text {
    width: calc(100% - 65px);
  }
  .faq__item__text__head {
    font-size: 20px;
  }
  .faq__item {
    padding: 30px 0;
  }
  .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;
  }
  .thanks__img {
    width: 80px;
    margin-bottom: 38px;
  }
  .thanks h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .thanks p {
    font-size: 14px;
  }
  .thanks p img {
    margin: 12px auto 0;
    display: block;
  }
  .thanks .container {
    padding: 50px 15px 12px;
  }
  .intro__img {
    max-width: 200px;
  }
  .achievements__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;
  }
  .achievements__item {
    padding: 58px 20px;
    min-height: 170px;
  }
  .achievements__item h4 {
    font-size: 20px;
  }
  .policy__item--4 {
    display: none;
  }
  .contacts {
    padding: 50px 16px;
  }
  .contacts .container {
    padding: 42px 16px;
  }
  .intro {
    padding: 0 16px 50px;
  }
}
@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 */