@import url("https://fonts.cdnfonts.com/css/lato");
* {
  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: #0E100F;
}

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

section {
  padding: 50px 0;
}

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

.header {
  color: #FEFDE2;
  padding: 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header.scrolled {
  background: #0E1110;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.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;
  gap: 70px;
}
.header__logo {
  height: 158px;
  width: auto;
}
.header__nav {
  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: 36px;
  width: 100%;
}
.header__nav__a {
  color: #FEFDE2;
  font-size: 16px;
  font-weight: 400;
}
.header .main-btn {
  font-weight: 400;
  white-space: nowrap;
  font-size: 12px;
  color: #D99860;
  padding: 20px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #003380;
}

.main-btn {
  font-size: 16px;
  padding: 20px 48px;
  background: #003380;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  color: #FEFDE2;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 5;
}



span.green {
  color: #54A72A;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3019607843);
}

.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: #000 url(../img/hero3.png) no-repeat top center/100% 100% !important;
  color: #FEFDE2;
  padding: 130px 0 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;
  gap: 30px;
  padding-bottom: 30px;
}
.hero__content {
  max-width: 510px;
}
.hero__content h1 {
  font-size: 32px;
  margin-bottom: 36px;
  font-weight: 400;
}
.hero__content h1 b {
  font-size: 42px;
}
.hero__subtitle {
  /* background: url(../img/hero-subtitle-bg.png) no-repeat center/100% 100%; */
  padding: 8px 24px;
  font-size: 16px;
  margin-bottom: 20px;
}
.hero__p {
  font-size: 16px;
}
.hero__p b {
  font-size: 24px;
}
.hero__img {
  display: none;
}

.title {
  text-align: center;
  color: #D99860;
}
.title h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
}
.title h2 b {
  font-weight: 600;
}
.title p {
  color: #FEFDE2;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 28px;
}
ul {
  list-style-type: none; /* Убирает буллиты */
 }

.gradient-bg {
  background: #F4F1E5;
}

.why-us .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why-us .card {
  background: #111;
  border: 2px solid #003380;
  padding: 20px;
  border-radius: 10px;
  width: 330px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.why-us .card .icon img {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
}
.why-us .card h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.why-us .card p {
  font-size: 16px;
  color: #FEFDE2;
}

.why {
  background: url(../img/steps-bg.png) no-repeat bottom left/auto 555px;
}
.why .main-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#D99860), to(#735133));
  background: linear-gradient(180deg, #D99860 0%, #735133 100%);
}
.why .cta-text {
  margin-top: 40px;
  font-size: 16px;
}
.why .title {
  color: #5A5E63;
}
.why__content {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why__devider {
  height: 55px;
  width: 55px;
  margin: auto -40px auto -40px;
  position: relative;
  z-index: 3;
}
.why__devider.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.why__item {
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003380), to(#D99860));
  background: linear-gradient(180deg, #003380 0%, #D99860 100%);
  width: 100%;
  max-width: 330px;
  padding: 14px;
  text-align: center;
  color: #FEFDE2;
}
.why__item img {
  height: 154px;
  width: auto;
  display: block;
  margin: -70px auto 0;
}
.why__item h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  font-weight: 600;
}
.why__item p {
  font-size: 14px;
  line-height: 1.4;
}

.dark-bg {
  background: #1B3A33 url(../img/dark-bg.png) no-repeat left center/360px auto;
  color: #FEFDE2;
}
.dark-bg .title {
  color: #FEFDE2;
}

.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;
  position: relative;
}
.how__text {
  max-width: 450px;
}
.how__text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
}
.how__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.how__text__item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.how__text__item p {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
}
.how__text__item + .how__text__item {
  margin-top: 32px;
}
.how__img {
  width: 100%;
  max-width: 900px;
  height: auto;
  position: absolute;
  right: -200px;
  top: -150px;
}

.testimonials {
  padding: 50px 20px;
  text-align: center;
  background: url(../img/reviews-bg.png) no-repeat top right/auto 520px;
}
.testimonials .container {
  max-width: 1400px;
}
.testimonials__slider {
  padding: 0 10px;
}
.testimonials__item {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003380), to(#D99860));
  background: linear-gradient(180deg, #003380 0%, #D99860 100%);
  padding: 30px 30px 60px;
  scroll-snap-align: center;
  text-align: center;
  min-height: 455px;
  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: #FEFDE2;
  margin-bottom: 19px;
  font-size: 20px;
  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: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  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 50px;
  -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: #D99860;
}

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

#services {
  /* background: url(../img/services-bg.png) no-repeat center/100% 100%; */
}
#services .hero__subtitle {
  /* background: url(../img/hero-subtitle-bg.png) no-repeat center/100% 100%; */
}
#services .card {
  background: transparent;
  max-width: 240px;
  text-align: center;
  padding: 20px 12px;
}
#services .card img {
  height: 60px;
  width: auto;
}
#services .card h3 {
  font-size: 16px;
}
#services .card p {
  font-size: 14px;
}

.choose__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: 30px;
  color: #FEFDE2;
}
.choose__img {
  width: 100%;
  max-width: 520px;
  height: auto;
}
.choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.choose__item svg {
  height: 14px;
  width: 14px;
}
.choose__item + .choose__item {
  margin-top: 55px;
}
.choose .hero__subtitle {
  /* background: url(../img/hero-subtitle-bg.png) no-repeat center/100% 100%; */
  font-size: 20px;
  margin-top: 20px;
}



.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 90;
}

.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4274509804);
  z-index: 80;
}

.popup__content {
  position: absolute;
  top: 0;
  right: -100vw;
  width: 50%;
  min-width: 500px;
  height: 100%;
  background: #FEFDE2;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup__content__wrapper {
  padding: 40px;
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 70;
}

.popup__content.active {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup__content p {
  font-size: 16px;
}

.popup__content h3 {
  font-size: 30px;
}

.popup form h3 {
  text-align: center;
  margin-bottom: 20px;
}

.visible-mob {
  display: none;
}

.contacts__form p a {
  text-decoration: underline;
}

.accordion {
  overflow: hidden;
  margin-top: 32px;
}
.accordion__item + .accordion__item {
  margin-top: 24px;
}
.accordion__header {
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  color: #FEFDE2;
  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;
  padding: 24px 26px;
  border: 2px solid #003380;
  border-radius: 100px;
}
.accordion__header::-moz-selection {
  background: transparent;
}
.accordion__header::selection {
  background: transparent;
}
.accordion__header:after {
  content: "+";
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion__header.active:after {
  content: "-";
  font-size: 50px;
}
.accordion__content {
  padding-top: 18px;
  padding-top: 25px;
  display: none;
  font-size: 20px;
  background: #d9986094;
  font-weight: 300;
  padding: 48px 64px;
  border-radius: 37px;
  margin-top: 12px;
  color: #FEFDE2;
}
.accordion__content::-moz-selection {
  background: transparent;
}
.accordion__content::selection {
  background: transparent;
}
.accordion__content p {
  margin: 0;
  font-size: 16px;
}

.contacts .title p {
  text-align: center;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
.contacts__img {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.contacts__form {
  background: #D99860;
  border-radius: 20px;
  padding: 32px 32px 12px;
  width: 100%;
  max-width: 550px;
  text-align: left;
}
.contacts__form h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}
.contacts__form p span {
  font-size: 16px;
  color: #d6d6d6;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 24px;
  
  background: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 15px;
  font-family: "Lato", sans-serif;
}

.form__field{
  margin-bottom: 18px;
}
.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: #0E100F;
  margin-top: 14px;
}
.contacts__form p a {
  color: #0E100F;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  border: none;
  font-family: "Lato", sans-serif;
}



.footer {
  background: url(../img/footer-bg.png) no-repeat center/253px auto;
  color: #FEFDE2;
  border-top: 2px solid #003380;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left img {
  display: block;
  height: 164px;
  width: auto;
}

.footer__right p {
  color: #FEFDE2;
  font-size: 16px;
  margin: 0;
}
