@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.text-bold {
  font-weight: bold;
}

.text-green {
  color: #79b22f;
}

.text-red {
  color: #e80000;
  text-decoration: line-through;
}

.text-padding {
  padding: 0 0.5rem;
}

.text-center {
  text-align: center;
}

.line-through {
  text-decoration: line-through;
}

.image-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
}

img {
  display: block;
  max-width: 100%;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.btn {
  width: 100%;
  border: 2px solid #e89644;
  background-color: #e89644;
  text-align: center;
  display: block;
  border-radius: 30px;
  color: #102246;
  font-size: 1.8rem;
  padding: 1.8rem;
  margin: 0 auto 20px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.8rem 7rem;
  }
}
.btn:hover {
  background-color: white;
  color: #e89644;
  border: 2px solid #e89644;
}

.form__alert,
.form__alert2 {
  visibility: hidden;
  color: green;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
}

.container {
  width: 100%;
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22px;
}
@media (min-width: 1280px) {
  .container {
    padding: 0;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.navbar--solid {
  position: relative;
  background-color: #102246;
}
.navbar--solid .navbar__link {
  color: #fff;
}
.navbar--solid .navbar__link:hover {
  color: #e89644;
}
.navbar__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar__logo img {
  height: 3.6rem;
}
.navbar__menu {
  display: flex;
  gap: 3.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar__link {
  color: #102246;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.2s ease;
}
.navbar__link:hover {
  color: #e89644;
}

.subpage {
  padding: 8rem 0 6rem;
}
.subpage__heading {
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #102246;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .subpage__heading {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.subpage__text {
  font-size: 1.9rem;
  line-height: 3rem;
  color: #777986;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 2.4rem;
  max-width: 78rem;
}
.subpage__contact {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.subpage__contactItem {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #102246;
}
.subpage__contactItem a {
  color: #e89644;
  font-weight: 600;
  transition: color 0.2s;
}
.subpage__contactItem a:hover {
  color: #102246;
}
.subpage__label {
  font-weight: 700;
  color: #102246;
  min-width: 9rem;
}

.hero {
  background: url("../images/background_main.jpg") no-repeat 63%;
  background-size: cover;
  padding: 10rem 0 7rem;
}
@media (min-width: 992px) {
  .hero {
    padding: 10rem 0 5rem;
  }
}
.hero__logo {
  margin-bottom: 2.3rem;
}
.hero__content {
  text-align: left;
}
@media (min-width: 992px) {
  .hero__content {
    max-width: 66.5rem;
  }
}
.hero__heading {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  color: #102246;
}
@media (min-width: 768px) {
  .hero__heading {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
.hero__paragraph {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #777986;
  font-family: "Roboto Condensed", sans-serif;
}
.hero__paragraph:first-of-type {
  margin-bottom: 3rem;
}
.hero__form {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .hero__form {
    margin-top: 3rem;
  }
}
.hero__title {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
  margin-top: 2rem;
  font-family: "Roboto Condensed", sans-serif;
}
.hero__title span {
  color: #e89644;
}

.hearing {
  background-color: #f6f6f5;
  padding: 6rem 0;
}
.hearing__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hearing__wrapper {
    grid-template-columns: 35% 50%;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .hearing__wrapper {
    grid-template-columns: 30% 38%;
  }
}
.hearing__heading {
  font-size: 3.2rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #102246;
}
@media (min-width: 1024px) {
  .hearing__heading {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.hearing__title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #102246;
  margin-top: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
}
.hearing__paragraph {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #777986;
  font-family: "Roboto Condensed", sans-serif;
}
.hearing__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25.5rem, 1fr));
  grid-gap: 1.6rem;
}
@media (min-width: 525px) {
  .hearing__content {
    grid-template-columns: repeat(auto-fill, minmax(35.5rem, 1fr));
  }
}
@media (min-width: 992px) {
  .hearing__content {
    grid-gap: 3.4rem;
  }
}
.hearing__card {
  background-color: white;
  border-left: 1rem solid #e89644;
  padding: 4.1rem 1rem 1rem 3.2rem;
  text-align: left;
  border-radius: 0.3rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1240px) {
  .hearing__card {
    padding: 4.1rem 1rem 1rem 2.2rem;
    min-height: 15rem;
  }
}
.hearing__cardText {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #777986;
  font-family: "Roboto Condensed", sans-serif;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 625px) {
  .form {
    align-items: flex-start;
  }
}
.form__row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.8rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .form__row {
    grid-template-columns: repeat(2, 23.3rem);
    padding-right: 2rem;
  }
}
.form__input {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  background-color: #d6d6d6;
  padding: 1.2rem 3rem;
  font-size: 1.8rem;
  border: 0;
  outline: 0;
  border-bottom: 0.2rem solid #777986;
}
.form__input::-moz-placeholder {
  color: black;
}
.form__input::placeholder {
  color: black;
}
.form__input--checkbox {
  width: 2rem;
  height: 2rem;
  accent-color: #d6d6d6;
}
.form__label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #102246;
}
.form__button, .form__button2 {
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 625px) {
  .form__button, .form__button2 {
    margin: 15px auto 15px 0;
  }
}

.benefits {
  padding: 6rem 0;
}
.benefits__title {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  line-height: 4.5rem;
  color: #102246;
  font-weight: bold;
  text-transform: uppercase;
}
.benefits__contentWrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.1rem;
}
.benefits__col {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #9395a2;
}
.benefits__col:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.benefits__row {
  margin-bottom: 1rem;
  display: flex;
}
.benefits__rowImg {
  margin-right: 1.6rem;
}
.benefits__rowTitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #102246;
  font-family: "Roboto Condensed", sans-serif;
}
.benefits__list {
  padding: 0;
}
.benefits__listItem {
  padding-left: 2rem;
  color: #777986;
  line-height: 2.6rem;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}
.benefits__listItem::after {
  position: absolute;
  content: "";
  left: 0;
  top: 1.2rem;
  width: 1rem;
  height: 0.2rem;
  background-color: #e89644;
}
.benefits__discount {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #102246;
  font-weight: bold;
  max-width: 68%;
  font-family: "Roboto Condensed", sans-serif;
}
.benefits .text-orange {
  color: #e89644;
}
@media (min-width: 768px) {
  .benefits {
    padding: 7rem 0 6rem;
  }
  .benefits__title {
    margin-bottom: 2.7rem;
    font-size: 4rem;
    line-height: 5rem;
  }
  .benefits__contentWrapper {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 3.4rem;
  }
  .benefits__col {
    padding: 0 4rem;
    border-bottom: none;
  }
  .benefits__col:nth-child(2) {
    border-left: 1px solid #9395a2;
    border-right: 1px solid #9395a2;
  }
}

.form2 {
  background-color: #e89644;
  padding: 6rem 0 3rem;
}
.form2__row:last-of-type {
  background-color: white;
  padding-top: 2.8rem;
  padding-bottom: 3.8rem;
}
.form2__paragraph {
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: white;
  font-size: bold;
}
.form2__discount {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #102246;
  font-weight: bold;
  max-width: 68%;
}
.form2 .text-orange {
  color: #e89644;
}
.form2__contentWrapper {
  background-color: #e89644;
  padding: 0 2.2rem;
}
.form2 .hero__form {
  margin-bottom: 5rem;
}
.form2 .form__input {
  background-color: #fff1e3;
}
.form2 .form__button2 {
  background-color: white;
  color: #e89644;
}
.form2 .form__button2:hover {
  color: white;
  background-color: #a0672f;
}
@media (min-width: 768px) {
  .form2 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
  }
  .form2__imageWrapper {
    background-image: url("../images/woman.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  .form2__row:first-of-type {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .form2__contentWrapper {
    padding: 6rem 0 5rem 8.6rem;
  }
  .form2__paragraph {
    max-width: 68rem;
  }
  .form2__row:last-of-type {
    background-color: white;
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    border-bottom: 1.5rem solid #e89644;
  }
  .form2__discount {
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: center;
    max-width: unset;
  }
}

.footer {
  padding: 6rem 0;
}
.footer__container {
  display: flex;
  flex-direction: column;
}
.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__col:first-of-type {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #9395a2;
}
.footer__header {
  color: #102246;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.footer__text {
  color: #777986;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .footer {
    padding: 2.4rem 0 1.2rem;
  }
  .footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__col:first-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer__col:last-of-type .footer__text {
    text-align: right;
  }
}

.cookie-bar {
  background-color: rgb(35, 35, 35);
  position: sticky;
  bottom: 0;
}

.cookie-bar .container {
  padding: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.cookie-bar-content {
  color: white;
  font-size: 1.6rem;
  padding-right: 1.5rem;
}

.cookie-bar-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.cookie-bar-buttons-wrapper .btn {
  margin: 0;
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  .cookie-bar .container {
    grid-template-columns: minmax(auto, 80rem) auto;
  }
  .cookie-bar-buttons-wrapper {
    justify-content: center;
  }
}
.sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  z-index: 200;
  background: #954d05;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.sticky-banner.is-visible {
  transform: translateY(0);
}
.sticky-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sticky-banner__hey {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.sticky-banner__offers {
  flex: 1;
  width: 100%;
  max-width: 470px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 20px;
  flex-wrap: wrap;
}
.sticky-banner__offers span {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  color: white;
  align-items: center;
  text-align: left;
  gap: 10px;
}
.sticky-banner__offers span::before {
  content: "✓";
  color: #75c0b2;
  font-weight: 700;
  flex-shrink: 0;
}
.sticky-banner__close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff4a00;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 200ms;
}
.sticky-banner__close:hover {
  background-color: #2a6db0;
}
.sticky-banner__close svg {
  width: 12px;
  height: 12px;
  display: block;
}

body.modal-open {
  scrollbar-width: none;
}
body.modal-open::-webkit-scrollbar {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media (min-width: 768px) {
  .modal {
    padding: 50px;
  }
}
.modal.is-visible {
  display: flex;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(229, 229, 229, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: default;
}
.modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px;
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 4px;
  outline: none;
  animation: modalIn 0.3s ease;
  box-shadow: 0 12px 48px rgba(28, 47, 44, 0.18);
}
.modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f6f9f9;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 200ms;
  flex-shrink: 0;
}
.modal__close:hover {
  background: #dde2e2;
}
.modal__close svg {
  width: 14px;
  height: 14px;
  display: block;
}
.modal__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  color: #1c2f2c;
}
.modal__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  color: #1c2f2c;
}
.modal__captcha-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.modal__box {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 15px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
}
.modal__captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  width: 100%;
}
.modal__captcha-text {
  font-size: 16px;
  color: #1c2f2c;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal__checkbox {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
}
.modal__checkbox-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.modal__checkbox-input:disabled {
  cursor: default;
}
.modal__checkbox-check {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #4b867b;
  pointer-events: none;
}
.modal__checkbox-check svg {
  width: 18px;
  height: 18px;
  display: block;
}
.modal__checkbox-spinner {
  position: absolute;
  inset: 3px;
  display: none;
  border: 2px solid #e0e0e0;
  border-top-color: #4b867b;
  border-radius: 50%;
  animation: modalSpinner 0.8s linear infinite;
  pointer-events: none;
}
.modal__checkbox.is-checked .modal__checkbox-check {
  display: flex;
}
.modal__checkbox.is-loading .modal__checkbox-check {
  display: none;
}
.modal__checkbox.is-loading .modal__checkbox-spinner {
  display: block;
}
.modal__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.modal__offer {
  border: 2px solid #75c0b2;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.modal__offer p {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1c2f2c;
}
.modal__offer p::before {
  content: "✓";
  color: #4b867b;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 5px;
}
.modal__cta {
  width: 100%;
  max-width: 300px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 15px;
  background-color: #f9f9f9;
  color: #1c2f2c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  min-height: 56px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 300ms;
  text-align: center;
}
.modal__cta:hover {
  background-color: #2a6db0;
}

@keyframes modalSpinner {
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=styles.css.map */