﻿@charset "UTF-8";

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: Montserrat;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: Montserrat;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.content__wrap {
  height: 100%;
  background: url(../images/dora_wrap.png);
}

[class$=__container] {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.checkbox {
  display: none;
}

.conf-checbox {
  margin: 20px 0px 0px 0px;
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}

.fake {
  margin: -10px 0px 0px 0px;
  display: inline-block;
  max-width: 28px;
  width: 100%;
  height: 28px;
  border: 2px solid #166915;
  border-radius: 20px;
  position: relative;
}

.fake:hover {
  cursor: pointer;
}

.video {
  padding: 50px 0;
  background: #1A1E1C;
  color: #fff;

}

div .top-video {
  padding-top: 50px;
}

@media (max-width:479.99px) {

  .video {
    padding-top: 0px;
  }

  .video-player-1 {
    min-height: 300px;
  }

  div .top-video {
    padding-bottom: 0px;
  }
}

.fake::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #166915;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkbox:checked+.fake::before {
  opacity: 1;
}

.conf {
  font-weight: 400;
  text-decoration: underline;
  color: #FFF;
  transition: color 0.3s ease;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

.conf:hover {
  color: #567AE5;
}

.hero {
  padding: 100px 0 200px 0;
  background: url(../images/header-bg.jpg);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__logo {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

.hero__content {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin: 85px 0px 0px 0px;
}

@media (max-width: 1199.98px) {
  .hero__content {
    flex-direction: column;
    align-items: center;
  }
}

.hero__text {
  max-width: 604px;
}

.hero__title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1.25px;
}

@media (max-width: 767.98px) {
  .hero__title {
    font-size: 40px;
    line-height: 150%;
  }
}

@media (max-width: 479.98px) {
  .hero__title {
    font-size: 35px;
  }
}
.hero__subtext {
  color: #004a79 !important;
  font-weight: 700 !important;
}
.hero__subtext {
  margin: 20px 0px 0px 0px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.hero__title {
  font-size: 48px; /* Размер шрифта */
  color: white; /* Цвет текста - белый */
  text-shadow: 
      2px 2px 2px black,  /* Тень справа вниз */
      -2px -2px 2px black, /* Тень слева вверх */
      2px -2px 2px black,  /* Тень справа вверх */
      -2px 2px 2px black;  /* Тень слева вниз */
  font-weight: bold; /* Жирное начертание */
}

.hero__button {
  margin: 30px 0px 0px 0px;
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  border-radius: 64px;
  background: #772b2b; 
  gap: 16px;
  color: #083467;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 150% */
  cursor: pointer;
}


.hero__button:hover {
  background-color: #1f8f1d;
}

.hero__button:hover img {
  margin-left: 10px;
  transform: rotate(90deg);
}

.consult-form {
  max-width: 368px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .consult-form {
    max-width: 604px;
  }
}

.consult-form input {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  height: 57px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 70px;
  padding-left: 25px;
}

.consult-form input::placeholder {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.consult-btn {
  border-radius: 70px;
  background: rgba(217, 217, 217, 0.2);
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  transition: all 0.3s ease;
  width: 100%;
  height: 57px;
}

.consult-btn:hover {
  background: #166915;
}

.consult-btn[disabled] {
  cursor: not-allowed;
  background: rgba(217, 217, 217, 0.2);
}

.consult-btn[disabled]:hover {
  background: rgba(217, 217, 217, 0.2);
}

.info {
  background: #ffae00;
  color: #FFF;
  padding: 50px 0 100px 0;
}

.info__title {
  text-align: center;
  margin: 100px 0px 0px 0px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 479.98px) {
  .info__title {
    font-size: 30px;
  }
}

.info__title:first-child {
  margin: 0px 0px 0px 0px;
}

.info__subtext {
  margin: 40px auto 0 auto;
  max-width: 688px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}

.info__items {
  margin: 50px 0px 0px 0px;
  display: flex;
  gap: 95px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1449.98px) {
  .info__items {
    gap: 40px;
  }
}

.info__item {
  max-width: 342px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}

.info__text {
  margin: 35px 0px 0px 0px;
  color: #ADB2B1;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}

.info__steps {
  margin: 50px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.info__step {
  border-radius: 32px;
  backdrop-filter: blur(8px);
  max-width: 392px;
  width: 100%;
  padding: 37px 25px;
  background: rgba(39, 50, 47, 0.2392156863);
}

.info__why {
  margin: 30px 0px 0px 0px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.item__img {
  padding: 16px;
  border-radius: 24px;
  background: #104d7f;
}

.item__text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step__icon {
  width: 56px;
  height: 56px;
  padding: 16px;
  background: #3D544D;
  border-radius: 56px;
}

@media (max-width: 1199.98px) {
  .info__text-left {
    max-width: 860px;
  }
}

.last-title {
  text-align: left;
}

.next-text {
  max-width: 816px;
}

@media (max-width: 991.98px) {
  .why {
    flex-direction: column;
    align-items: center;
  }
}

.why__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  align-items: start;
}

.why__item {
  padding: 30px 25px;
  border-radius: 32px;
  background: rgba(39, 50, 47, 0.24);
  backdrop-filter: blur(8px);
}

.why__item p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.why__item:nth-child(1) {
  max-width: 392px;
  width: 100%;
}

.why__item:nth-child(2) {
  max-width: 458px;
  width: 100%;
}

.why__item:nth-child(3) {
  max-width: 525px;
  width: 100%;
}

.why__item:nth-child(4) {
  max-width: 556px;
  width: 100%;
}

.why__img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

.footer {
  padding: 10px 0 10px 0;
  background: #004a79;
  backdrop-filter: blur(8px);
}

.footer__content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 479.98px) {
  .footer__content {
    flex-direction: column;
    gap: 20px;
  }
}

.footer__logo {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

.footer__text {
  margin: 10px 0px 0px 0px;
  color: #ADB2B1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.48px;
}

.footer__rights {
  margin: 30px 0px 0px 0px;
  color: #ADB2B1;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.footer__conf {
  align-self: flex-end;
  color: #ADB2B1;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  transition: all 0.3s ease;
}

@media (max-width: 479.98px) {
  .footer__conf {
    align-self: flex-start;
  }
}

.footer__conf:hover {
  color: #166915;
}

.messages {
  color: red;
}
.highlight-text {
  color: #e8b14b;
  font-weight: bold;
}
.item__text {
  font-weight: bold;
}