.footer {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  background: #022C57;
  padding: 60px var(--page-padding-x) 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 98px;
  }
}
@media (min-width: 1366px) {
  .footer {
    padding-top: 120px;
    padding-bottom: 100px;
    gap: 9px;
  }
}
@media (min-width: 1900px) {
  .footer {
    padding-top: 150px;
    gap: 11px;
  }
}
.footer::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10C22 8 24 0 40 0C56 0 58 8 80 10H0Z' fill='%23022C57'/%3E%3C/svg%3E") repeat-x left 20px center/80px 10px;
}
@media (min-width: 768px) {
  .footer::before {
    background-position: left 64px center;
  }
}
@media (min-width: 1366px) {
  .footer::before {
    background-position: left 46px center;
  }
}
@media (min-width: 1900px) {
  .footer::before {
    background-position: left center;
  }
}
.footer::after {
  content: "";
  width: 155px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../../img/decoration/anchor.svg) no-repeat center;
}
@media (min-width: 768px) {
  .footer::after {
    width: 194px;
    height: 250px;
  }
}
@media (min-width: 1366px) {
  .footer::after {
    width: 233px;
    height: 300px;
  }
}
@media (min-width: 1900px) {
  .footer::after {
    width: 272px;
    height: 350px;
  }
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__top {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1366px) {
  .footer__top {
    gap: 40px;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__top-left {
    width: 21.367%;
    flex-shrink: 0;
    align-self: center;
  }
}
@media (min-width: 1366px) {
  .footer__top-left {
    width: 14.075%;
  }
}
@media (min-width: 1900px) {
  .footer__top-left {
    width: 14.837%;
  }
}
.footer__logo {
  height: 50px;
  display: block;
}
@media (min-width: 1366px) {
  .footer__logo {
    height: 65px;
  }
}
@media (min-width: 1900px) {
  .footer__logo {
    height: 84px;
  }
}
.footer__logo-img {
  display: block;
  max-height: 100%;
}
@media (min-width: 768px) {
  .footer__lang {
    order: 2;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .footer__nav {
    flex-grow: 1;
  }
}
@media (min-width: 1366px) {
  .footer__nav {
    width: calc(85.925% - 40px - ((85.925% - 40px) / 100 * 31.08 - 40px) - 40px);
    flex-grow: 0;
  }
}
@media (min-width: 1900px) {
  .footer__nav {
    width: calc(85.163% - 40px - ((85.163% - 40px) / 100 * 30.7795 - 40px) - 40px);
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  font-family: var(--font-accent);
}
@media (min-width: 1366px) {
  .footer__nav-list {
    font-size: 22px;
    gap: 15px 30px;
  }
}
@media (min-width: 1900px) {
  .footer__nav-list {
    gap: 20px 40px;
    font-size: 30px;
  }
}
.footer__nav-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__nav-link:hover {
  color: #FB8500;
}
.footer__middle {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .footer__middle {
    padding-left: calc(21.367% + 30px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 25px 20px;
  }
}
@media (min-width: 1366px) {
  .footer__middle {
    grid-template-columns: calc(31.08% - 40px) 1fr calc(31.08% - 40px);
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 30px 40px;
    padding: 0 0 0 calc(14.075% + 40px);
  }
}
@media (min-width: 1900px) {
  .footer__middle {
    padding-left: calc(14.837% + 40px);
    grid-template-columns: calc(30.7795% - 40px) 1fr calc(30.7795% - 40px);
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 245px;
}
@media (min-width: 768px) {
  .footer__contact {
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .footer__contact--socials {
    order: 2;
  }
}
@media (min-width: 1366px) {
  .footer__contact--email {
    order: 3;
  }
}
@media (min-width: 1366px) {
  .footer__contact--open {
    order: 4;
  }
}
@media (min-width: 1366px) {
  .footer__contact--callback {
    order: 5;
  }
}
.footer__contact-label {
  opacity: 0.5;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer__contact-label {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .footer__contact-label {
    font-size: 14px;
  }
}
.footer__contact-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1366px) {
  .footer__contact-value {
    font-size: 18px;
    line-height: 1.11111;
  }
}
@media (min-width: 1900px) {
  .footer__contact-value {
    font-size: 22px;
  }
}
.footer__contact-value:is(a):hover {
  color: #FB8500;
}
.footer__contact-btn {
  margin-top: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.footer__social-link {
  width: 35px;
  aspect-ratio: 1;
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  fill: #212322;
}
@media (min-width: 1366px) {
  .footer__social-link {
    width: 40px;
    padding: 10px;
  }
}
.footer__social-link--whatsapp:hover {
  background: var(--color-whatsapp);
  fill: #fff;
}
.footer__social-link--telegram:hover {
  background: var(--color-telegram);
  fill: #fff;
}
.footer__social-link--facebook-messenger:hover {
  background: var(--color-facebook-messenger);
  fill: #fff;
}
.footer__social-link--instagram:hover {
  background: var(--color-instagram);
  fill: #fff;
}
.footer__social-link--facebook:hover {
  background: var(--color-facebook);
  fill: #fff;
}
.footer__social-link--tiktok:hover {
  background: var(--color-tiktok);
  fill: #fff;
}
.footer__social-link--youtube:hover {
  background: var(--color-youtube);
  fill: #fff;
}
.footer__social-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    gap: 40px;
    flex-wrap: nowrap;
    margin-top: 31px;
  }
}
@media (min-width: 1900px) {
  .footer__bottom {
    margin-top: 49px;
  }
}
.footer__payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__payment {
    padding-left: calc(21.367% + 30px);
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .footer__payment {
    padding: 0;
    width: auto;
    order: 2;
    flex-grow: 1;
  }
}
.footer__payment-label {
  opacity: 0.5;
  font-size: 14px;
  line-height: 1;
}
.footer__payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__payment-item {
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer__links {
    width: 22.82%;
  }
}
@media (min-width: 1366px) {
  .footer__links {
    width: 14.075%;
    flex-shrink: 0;
  }
}
@media (min-width: 1900px) {
  .footer__links {
    width: 14.837%;
  }
}
.footer__links-link {
  color: #fff;
  text-decoration: none;
  line-height: 1.08333;
  display: block;
}
@media (min-width: 768px) {
  .footer__links-link {
    font-size: 12px;
  }
}
.footer__links-link:hover {
  color: #FB8500;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer__copyright {
    width: calc(77.18% - 20px);
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .footer__copyright {
    width: 430px;
    flex-shrink: 0;
  }
}
.footer__copyright-text {
  line-height: 1.08333;
}
@media (min-width: 768px) {
  .footer__copyright-text {
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .footer__copyright-text {
    font-size: 14px;
  }
}
.footer__copyright-disclaimer {
  margin: 0;
  line-height: 1.2;
  opacity: 0.5;
  font-size: 10px;
}
@media (min-width: 768px) {
  .footer__copyright-disclaimer {
    font-size: 12px;
    line-height: 1.16667;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-form {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .modal-form {
    gap: 40px;
  }
}
.modal-form__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-form__main {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .modal-form__main {
    gap: 40px;
  }
}
.modal-form__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-form__form {
    gap: 20px;
  }
}
.modal-form__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-form__fields {
    gap: 20px;
  }
}
.modal-form__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-form__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .modal-form__social {
    gap: 20px;
  }
}
.modal-form__social-item {
  flex: 1 0 0;
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .modal-form__social-item {
    width: 0;
  }
}
.modal-form__social-link {
  display: flex;
}
@media (min-width: 1900px) {
  .modal-form__social-link {
    min-height: 50px;
    font-size: 16px;
  }
}
.modal-form__social-link:hover {
  background: #212322;
  border-color: #212322;
  color: #fff;
  fill: #fff;
}
.modal-form__social-link--whatsapp:hover {
  background: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
}
.modal-form__social-link--telegram:hover {
  background: var(--color-telegram);
  border-color: var(--color-telegram);
}
.modal-form__social-link--facebook-messenger:hover {
  background: var(--color-facebook-messenger);
  border-color: var(--color-facebook-messenger);
}
.modal-form__social-icon {
  width: 15px;
  aspect-ratio: 1;
}
@media (min-width: 1900px) {
  .modal-form__social-icon {
    width: 17px;
  }
}

.modal-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-header {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (min-width: 1900px) {
  .modal-header {
    gap: 40px;
  }
}
.modal-header__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .modal-header__info {
    gap: 15px;
    flex-grow: 1;
  }
}
@media (min-width: 1900px) {
  .modal-header__info {
    gap: 20px;
  }
}
.modal-header__close {
  width: 35px;
  aspect-ratio: 1;
  background: none;
  padding: 0;
  stroke: #212322;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (min-width: 768px) {
  .modal-header__close {
    flex-shrink: 0;
    width: 40px;
    margin: 0;
  }
}
@media (min-width: 1900px) {
  .modal-header__close {
    width: 50px;
  }
}
.modal-header__close:hover {
  border-color: #212322;
}
.modal-header__close-icon {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .modal-header__close-icon {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .modal-header__close-icon {
    width: 25px;
    height: 25px;
  }
}
.modal-header__title {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-accent);
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-header__title {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .modal-header__title {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .modal-header__title {
    font-size: 50px;
  }
}
.modal-header__highlight {
  color: #0353A4;
  display: block;
}
.modal-header__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.22222;
}
@media (min-width: 768px) {
  .modal-header__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1366px) {
  .modal-header__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .modal-header__subtitle {
    font-size: 25px;
  }
}

.modal-divider {
  text-align: center;
  font-size: 14px;
  color: #A9A9A9;
  line-height: 1.07143;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1900px) {
  .modal-divider {
    font-size: 16px;
  }
}
.modal-divider__text {
  position: relative;
}
.modal-divider__text::before, .modal-divider__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  width: 999px;
  height: 1px;
  background: #a9a9a9;
}
@media (min-width: 768px) {
  .modal-divider__text::before, .modal-divider__text::after {
    right: calc(100% + 40px);
  }
}
.modal-divider__text::after {
  right: auto;
  left: calc(100% + 20px);
}
@media (min-width: 768px) {
  .modal-divider__text::after {
    right: auto;
    left: calc(100% + 40px);
  }
}

.modal-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-contacts {
    gap: 30px;
  }
}
.modal-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-contacts__list {
    gap: 20px;
  }
}
.modal-contacts__phone {
  color: #212322;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .modal-contacts__phone {
    font-size: 30px;
  }
}
.modal-contacts__phone:hover {
  color: #FB8500;
}
.modal-contacts__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .modal-contacts__socials {
    gap: 20px;
  }
}
.modal-contacts__socials-link {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #212322;
}
@media (min-width: 768px) {
  .modal-contacts__socials-link {
    width: 50px;
  }
}
.modal-contacts__socials-link:hover {
  background: #212322;
  border-color: #212322;
  fill: #fff;
}
.modal-contacts__socials-link--whatsapp:hover {
  background: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
}
.modal-contacts__socials-link--telegram:hover {
  background: var(--color-telegram);
  border-color: var(--color-telegram);
}
.modal-contacts__socials-link--facebook-messenger:hover {
  background: var(--color-facebook-messenger);
  border-color: var(--color-facebook-messenger);
}
.modal-contacts__socials-icon {
  width: 17px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .modal-contacts__socials-icon {
    width: 22px;
  }
}

.modal-quiz {
  gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .modal-quiz {
    gap: 30px;
    padding: 40px;
    width: 688px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz {
    width: 1055px;
    min-height: 650px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz {
    width: 1213px;
    min-height: 736px;
    padding: 60px;
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz:has(.modal-quiz__img-container) {
    transform: translateX(115px);
  }
}
@media (min-width: 1900px) {
  .modal-quiz:has(.modal-quiz__img-container) {
    transform: translateX(156px);
  }
}
.modal-quiz__img-container {
  display: none;
}
@media (min-width: 1366px) {
  .modal-quiz__img-container {
    display: block;
    position: absolute;
    top: 0;
    left: -230px;
    width: 221px;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__img-container {
    width: 302px;
    left: -312px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.modal-quiz__steps {
  display: none;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-quiz__steps {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps {
    gap: 40px;
  }
}
.modal-quiz__steps.active {
  display: flex;
}
@media (min-width: 768px) {
  .modal-quiz__steps-header .modal-header__info {
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps-header .modal-header__info {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .modal-quiz__steps-header .modal-header__close {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .modal-quiz__steps-header .modal-header__title {
    font-size: 40px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-header .modal-header__title {
    font-size: 50px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps-header .modal-header__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .modal-quiz__steps-header .modal-header__subtitle {
    font-size: 16px;
  }
}
.modal-quiz__steps-header .modal-header__highlight {
  display: inline;
}
@media (min-width: 768px) {
  .modal-quiz__steps-header .modal-header__highlight {
    display: block;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-header .modal-header__highlight {
    display: inline;
  }
}
.modal-quiz__steps-item {
  display: none;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item {
    gap: 20px;
  }
}
.modal-quiz__steps-item.active {
  display: flex;
}
.modal-quiz__steps-item-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-header {
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-item-header {
    gap: 20px;
  }
}
.modal-quiz__steps-item-number {
  min-width: 30px;
  height: 30px;
  border-radius: 10px;
  line-height: 30px;
  color: #fff;
  background: #0353A4;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-number {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps-item-number {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.modal-quiz__steps-item-title {
  font-size: 18px;
  line-height: 1.22222;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-title {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-item-title {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps-item-title {
    font-size: 25px;
  }
}
.modal-quiz__steps-item-variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-variants {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-item-variants {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-variants--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-item-variants--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-item-variants--compact .modal-quiz__steps-item-variant-text {
    height: 135px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps-item-variants--compact .modal-quiz__steps-item-variant-text {
    height: 130px;
  }
}
.modal-quiz__steps-item-variant {
  position: relative;
  cursor: pointer;
}
.modal-quiz__steps-item-variant-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.modal-quiz__steps-item-variant-text {
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  height: 125px;
  padding: 14px;
  font-size: 14px;
  line-height: 1.07143;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-variant-text {
    height: 138px;
    padding: 19px;
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__steps-item-variant-text {
    height: 294px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__steps-item-variant-text {
    height: 280px;
    font-size: 18px;
  }
}
.modal-quiz__steps-item-variant-text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 27.5C21.9036 27.5 27.5 21.9036 27.5 15C27.5 8.09644 21.9036 2.5 15 2.5C8.09644 2.5 2.5 8.09644 2.5 15C2.5 21.9036 8.09644 27.5 15 27.5Z' fill='%23FB8500'/%3E%3Cpath d='M11.25 15L13.75 17.5L18.75 12.5' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .modal-quiz__steps-item-variant-text::before {
    top: 20px;
    left: 20px;
  }
}
.modal-quiz__steps-item-variant-input:checked + .modal-quiz__steps-item-variant-text {
  border-color: #FB8500;
}
.modal-quiz__steps-item-variant-input:checked + .modal-quiz__steps-item-variant-text::before {
  opacity: 1;
  visibility: visible;
}
.modal-quiz__final {
  display: none;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-quiz__final {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__final {
    gap: 50px;
  }
}
.modal-quiz__final.active {
  display: flex;
}
@media (min-width: 768px) {
  .modal-quiz__final-header .modal-header__info {
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__final-header .modal-header__info {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .modal-quiz__final-header .modal-header__close {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .modal-quiz__final-header .modal-header__title {
    font-size: 40px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__final-header .modal-header__title {
    font-size: 50px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__final-header .modal-header__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .modal-quiz__final-header .modal-header__subtitle {
    font-size: 16px;
  }
}
.modal-quiz__final-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal-quiz__final-body {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__final-body {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-start;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__final-body {
    gap: 60px;
  }
}
.modal-quiz__gallery {
  margin: -3px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .modal-quiz__gallery {
    margin: -5px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__gallery {
    margin-right: 0;
  }
}
.modal-quiz__gallery-img {
  width: 56px;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: -16px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .modal-quiz__gallery-img {
    width: 90px;
    margin-right: -20px;
    border-width: 5px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__gallery-img {
    width: 110px;
    margin-right: -27px;
  }
}
.modal-quiz__gallery-img:nth-child(1) {
  z-index: 5;
}
.modal-quiz__gallery-img:nth-child(2) {
  z-index: 4;
}
.modal-quiz__gallery-img:nth-child(3) {
  z-index: 3;
}
.modal-quiz__gallery-img:nth-child(4) {
  z-index: 2;
}
.modal-quiz__gallery-img:nth-child(5) {
  z-index: 1;
}
.modal-quiz__gallery-count {
  border: 2px solid #0353A4;
  color: #0353A4;
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  margin-left: 3px;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .modal-quiz__gallery-count {
    width: 80px;
    font-size: 22px;
    margin-left: 5px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__gallery-count {
    width: 100px;
    font-size: 30px;
    padding-left: 10px;
  }
}
.modal-quiz__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-quiz__form {
    gap: 20px;
  }
}
.modal-quiz__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .modal-quiz__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__fields {
    display: flex;
    flex-direction: column;
  }
}
.modal-quiz__input .input__field {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-quiz__input .input__prefix {
  left: 30px;
}
.modal-quiz__input .input__prefix + .input__field {
  padding-left: 105px;
}
@media (min-width: 768px) {
  .modal-quiz__checkbox {
    font-size: 14px;
    align-items: center;
  }
}
.modal-quiz__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-quiz__actions-btn {
  padding: 9px;
}
.modal-quiz__btns {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .modal-quiz__btns {
    margin-top: auto;
  }
}
.modal-quiz__btn {
  border-radius: 15px;
  gap: 5px;
}
@media (min-width: 768px) {
  .modal-quiz__btn {
    font-size: 16px;
    padding: 15px 31px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__btn {
    gap: 10px;
    font-size: 18px;
    padding: 14px 39px;
    min-height: 60px;
    border-radius: 20px;
  }
}
@media (min-width: 1900px) {
  .modal-quiz__btn {
    font-size: 20px;
    min-height: 70px;
  }
}
@media (min-width: 1366px) {
  .modal-quiz__btn .btn__icon {
    width: 25px;
  }
}
.modal-quiz__btn[data-direction=prev] .btn__icon {
  transform: rotate(180deg);
}

.modal-booking {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-booking__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-booking__btn {
  width: 100%;
}

.fixed-nav {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 9px;
  display: flex;
  gap: 10px;
  z-index: 10;
  max-width: calc(100vw - var(--page-padding-x) * 2);
}
@media (min-width: 1900px) {
  .fixed-nav {
    font-size: 16px;
  }
}
.fixed-nav__list {
  display: flex;
}
.fixed-nav__link {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  padding: 11px 20px;
  border: none;
  line-height: 1.125;
  font-weight: 500;
  color: #212322;
  text-decoration: none;
  stroke: #0353A4;
  white-space: nowrap;
  border-radius: 10px;
}
@media (min-width: 1900px) {
  .fixed-nav__link {
    padding: 16px 20px;
  }
}
.fixed-nav__link:hover {
  color: #0353A4;
}
.fixed-nav__link.active {
  background: #F6F6F6;
}
.fixed-nav__link.active .fixed-nav__link-icon {
  transform: none;
}
.fixed-nav__link-icon {
  width: 16px;
  aspect-ratio: 1;
  transform: rotate(180deg);
  transition: 0.6s;
}
.fixed-nav__btn {
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 1900px) {
  .fixed-nav__btn {
    min-height: 50px;
  }
}
.fixed-nav__submenu {
  position: absolute;
  left: -1px;
  bottom: calc(100% + 10px);
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  background: #fff;
  width: calc(100% + 2px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 19px;
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.fixed-nav__submenu.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.fixed-nav__submenu-item {
  width: calc(25% - 7.5px);
}
.fixed-nav__submenu-item--clear {
  flex-grow: 1;
}
.fixed-nav__submenu-item--clear .fixed-nav__submenu-link {
  border: 1px solid #E0E0E0;
  color: #212322;
}
.fixed-nav__submenu-item--clear .fixed-nav__submenu-link:hover, .fixed-nav__submenu-item--clear .fixed-nav__submenu-link:hover .fixed-nav__submenu-icon {
  border-color: #212322;
}
.fixed-nav__submenu-item--clear .fixed-nav__submenu-link::before {
  display: none;
}
.fixed-nav__submenu-item--clear .fixed-nav__submenu-icon {
  border-color: #E0E0E0;
  stroke: #212322;
}
.fixed-nav__submenu-link {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.fixed-nav__submenu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #0353A4);
  z-index: 1;
}
.fixed-nav__submenu-link:hover .fixed-nav__submenu-img {
  transform: scale(1.1);
}
.fixed-nav__submenu-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.fixed-nav__submenu-content {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 30px);
  z-index: 2;
}
.fixed-nav__submenu-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #fff;
  transition: 0.6s;
}
.fixed-nav__submenu-svg {
  width: 14px;
  aspect-ratio: 1;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  padding: 20px 20px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  border-radius: 0 0 30px 30px;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .mobile-menu {
    padding: 28px 40px 40px;
    gap: 30px;
  }
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mobile-menu__btn {
  width: 35px;
  height: 35px;
  background: #F6F6F6;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  stroke: #212322;
  padding: 9px;
}
.mobile-menu__btn-icon {
  width: 100%;
  height: 100%;
}
.mobile-menu__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .mobile-menu__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .mobile-menu__nav {
    gap: 20px;
  }
}
.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #0353A4;
  stroke: #0353A4;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.12;
  font-family: var(--font-accent);
}
@media (min-width: 768px) {
  .mobile-menu__link {
    font-size: 30px;
    gap: 20px;
    line-height: 1.1;
  }
}
.mobile-menu__link-icon {
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .mobile-menu__link-icon {
    width: 25px;
  }
}
.mobile-menu__link.active .mobile-menu__link-icon {
  transform: rotate(180deg);
}
.mobile-menu__dropdown {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.mobile-menu__dropdown::before {
  content: "";
  display: block;
  height: 5px;
}
.mobile-menu__dropdown-list {
  background: #F6F6F6;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .mobile-menu__dropdown-list {
    padding: 20px;
  }
}
.mobile-menu__dropdown-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11111;
  display: block;
  text-decoration: none;
  color: #212322;
}
@media (min-width: 768px) {
  .mobile-menu__dropdown-link {
    font-size: 20px;
    line-height: 1.1;
  }
}
.mobile-menu__lang-selector {
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-menu__lang-selector .lang-selector__current {
  background: #F6F6F6;
  color: #212322;
  stroke: #212322;
}
.mobile-menu__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .mobile-menu__column {
    justify-content: space-between;
  }
}
.mobile-menu__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .mobile-menu__info {
    gap: 30px;
  }
}
.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__phone {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #212322;
  text-decoration: none;
}
@media (min-width: 768px) {
  .mobile-menu__phone {
    font-size: 30px;
  }
}
.mobile-menu__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu__socials-link {
  width: 40px;
  aspect-ratio: 1;
  fill: #212322;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mobile-menu__socials-link {
    width: 50px;
  }
}
.mobile-menu__socials-link:hover {
  background: #212322;
  border-color: #212322;
  fill: #fff;
}
.mobile-menu__socials-link--whatsapp:hover {
  background: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
}
.mobile-menu__socials-link--telegram:hover {
  background: var(--color-telegram);
  border-color: var(--color-telegram);
}
.mobile-menu__socials-link--facebook-messenger:hover {
  background: var(--color-facebook-messenger);
  border-color: var(--color-facebook-messenger);
}
.mobile-menu__socials-icon {
  width: 17px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .mobile-menu__socials-icon {
    width: 22px;
  }
}
.mobile-menu__open {
  font-size: 14px;
  color: #A9A9A9;
}
@media (min-width: 768px) {
  .mobile-menu__open {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */