@charset "UTF-8";
.footer {
  position: relative;
  z-index: 3;
  background-color: #0F4272;
  overflow: hidden;
  padding-top: 24px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (width >= 768px) {
  .footer {
    padding-top: 40px;
  }
}
@media screen and (width >= 1024px) {
  .footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(50%);
    width: 1px;
    background-image: linear-gradient(to top, rgba(105, 139, 164, 0.4) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 1px 20px;
    /* 15px — це загальна довжина (риска + проміжок) */
    background-repeat: repeat-y;
    height: 100%;
    z-index: 1;
  }
}
.footer .footer-title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .footer .footer-title {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .footer .footer-title {
    font-size: 2.7083333333vw;
    font-size: clamp(28px, 28px + 24 * (100vw - 1024px) / 896, 52px);
  }
}
.footer .footer-title {
  color: white;
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .footer .footer-title {
    margin-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .footer .footer-title {
    margin-bottom: 6.25vw;
  }
}

.footer-content {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (width >= 768px) {
  .footer-content {
    margin-bottom: 80px;
  }
}
@media screen and (width >= 1024px) {
  .footer-content {
    display: flex;
    align-items: stretch;
    gap: 4.1666666667vw;
    margin-bottom: 2.0833333333vw;
  }
}

.footer-contacts {
  margin-bottom: 50px;
}
@media screen and (width >= 768px) {
  .footer-contacts {
    margin-bottom: 70px;
  }
}
@media screen and (width >= 1024px) {
  .footer-contacts {
    flex: 1;
    margin-bottom: 0px;
    width: calc(50% - 2.0833333333vw);
  }
}
.footer-contacts__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (width >= 768px) {
  .footer-contacts__list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 60px;
    justify-content: flex-end;
  }
}
@media screen and (width >= 1024px) {
  .footer-contacts__list {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3.125vw;
  }
}
@media screen and (width >= 768px) {
  .footer-contacts__item {
    width: calc(50% - 10px);
  }
  .footer-contacts__item:last-child {
    margin-top: -96px;
  }
}
@media screen and (width >= 1024px) {
  .footer-contacts__item {
    width: 50%;
  }
  .footer-contacts__item:last-child {
    margin-top: -88px;
  }
}
.footer-contacts__item-label {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .footer-contacts__item-label {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .footer-contacts__item-label {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.footer-contacts__item-label {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
}
@media screen and (width >= 768px) {
  .footer-contacts__item-label {
    margin-bottom: 20px;
  }
}
.footer-contacts__item-link {
  font-size: 20px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818A98;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .footer-contacts__item-link {
    font-size: 28px;
  }
}
@media screen and (width >= 1024px) {
  .footer-contacts__item-link {
    font-size: 1.6666666667vw;
    font-size: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  }
}
.footer-contacts__item-link {
  color: #F6F4EB;
  text-decoration: underline;
}
@media screen and (width >= 1024px) {
  .footer-contacts__item-link {
    transition: all 0.5s ease;
    padding-right: 40px;
  }
  .footer-contacts__item-link:hover {
    text-shadow: 0 0 10px #8a8a8a, 0 0 20px #8a8a8a, 0 0 30px #8a8a8a;
  }
}
.footer-contacts__item .general-btn {
  margin-top: 28px;
}
@media screen and (width >= 768px) {
  .footer-contacts__item .general-btn {
    margin-top: 40px;
  }
}
.footer-contacts__item-link--second {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .footer-contacts__item-link--second {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .footer-contacts__item-link--second {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.footer-contacts__item-link--second {
  color: #0F4272;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.footer__bottom-block {
  border-top: 1px solid rgba(105, 139, 164, 0.4);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #0F4272;
}
@media screen and (width >= 768px) {
  .footer__bottom-block {
    padding-top: 28px;
  }
}
.footer__bottom-block .footer__license {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .footer__bottom-block .footer__license {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .footer__bottom-block .footer__license {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.footer__bottom-block .footer__license {
  opacity: 0.4;
  color: white;
}
.footer__bottom-block .footer__license span {
  text-decoration: underline;
  display: block;
}
@media screen and (width >= 768px) {
  .footer__bottom-block .footer__license span {
    display: inline;
  }
}

.footer-map {
  width: 100%;
  aspect-ratio: 351/420;
}
@media screen and (width >= 768px) {
  .footer-map {
    aspect-ratio: 728/480;
  }
}
@media screen and (width >= 1024px) {
  .footer-map {
    flex: 1;
    aspect-ratio: auto;
    width: calc(50% - 2.0833333333vw);
  }
}
.footer-map iframe {
  width: 100%;
  height: 100%;
}

.socials-list {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer .socials-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0.75px solid #EFDCCB;
  position: relative;
  background-color: #F6F4EB;
}
.footer .socials-list__item svg {
  position: relative;
  z-index: 3;
}
.footer .socials-list__item svg path {
  transition: all 0.4s ease-in-out;
}
.footer .socials-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F4272;
  z-index: 2;
  transform: scale(1);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) {
  .footer .socials-list__item:hover::before {
    transform: scale(0);
  }
  .footer .socials-list__item:hover svg path {
    fill: #0F4272;
  }
}.overflow {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: rgba(16, 24, 32, 0.8);
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: all;
}
.overflow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overflow .form-wrap {
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
}
@media screen and (width >= 768px) {
  .overflow .form-wrap {
    width: 688px;
  }
}
.hidden .overflow .form-wrap {
  transform: scale(1.2);
  opacity: 0;
}

.modal-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  background: #F6F4EB;
  border: none;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
  padding: 28px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-form[data-ty-popup] {
  transform: translate(-50%, -50%);
}
@media screen and (width >= 1024px) {
  .modal-form[data-ty-popup] {
    transform: translate(0%, 0%);
  }
}
.hidden .modal-form {
  opacity: 0;
}
@media screen and (width >= 768px) {
  .modal-form {
    padding: 40px;
    width: 620px;
  }
}
@media screen and (width >= 1024px) {
  .modal-form {
    padding: 40px 13.0208333333vw;
    width: 50%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0%, 0%);
  }
}

.form-title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media screen and (width >= 768px) {
  .form-title {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .form-title {
    font-size: 52px;
  }
}
.form-title {
  color: #0F4272;
  text-align: start;
  margin-bottom: 12px;
  width: 100%;
}

.form-descr {
  font-size: 20px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818A98;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .form-descr {
    font-size: 28px;
  }
}
@media screen and (width >= 1024px) {
  .form-descr {
    font-size: 1.6666666667vw;
    font-size: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  }
}
.form-descr {
  text-align: start;
  width: 100%;
  margin-bottom: 60px;
}

.call-us__container {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #14293e;
  transform: translate(-50%, -50%);
  padding: 32px 16px;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
}
.hidden .call-us__container {
  transform: translate(-50%, -20%);
  opacity: 0;
}
@media screen and (width >= 768px) {
  .call-us__container {
    padding: 72px 24px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__container {
    padding: 100px 100px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__container {
    padding: 100px 120px;
  }
}

.close-btn {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 48px;
  height: 48px;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
@media (hover: hover) {
  .close-btn:hover svg {
    transform: rotate(90deg);
  }
}
.close-btn svg {
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
}
@media screen and (width >= 1024px) {
  .close-btn {
    top: 20px;
    right: 20px;
  }
}
@media screen and (width >= 1920px) {
  .close-btn {
    top: 40px;
    right: 40px;
  }
}

.call-us__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}
.call-us__title-wrap p {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .call-us__title-wrap p {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__title-wrap p {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
@media screen and (width >= 768px) {
  .call-us__title-wrap p {
    width: 324px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__title-wrap p {
    width: 500px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__title-wrap p {
    width: 600px;
  }
}
@media screen and (width >= 768px) {
  .call-us__title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}

.form-wrapper {
  width: 100%;
}

.inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .inputs-wrapper {
    gap: 40px;
  }
}

.input-title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .input-title {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .input-title {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.input-title {
  color: #818A98;
}

.form-field {
  position: relative;
}
.form-field__checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  position: relative;
}
@media screen and (width >= 768px) {
  .form-field__checkbox-container {
    margin-top: 10px;
  }
}
.form-field__checkbox-container[data-status=field--error] .form-field__checkbox-checkmark {
  border-color: #ff0000;
}
.form-field__checkbox-container[data-status=field--error] .input-message {
  display: block;
  opacity: 1;
}
.form-field__checkbox {
  display: flex;
  align-items: self-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-field__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark {
  background-color: transparent;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark::after {
  display: block;
}
.form-field__checkbox-checkmark {
  display: block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  border: 1px solid var(--white, #fff);
  position: relative;
  margin-top: 3px;
}
.form-field__checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox-text {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .form-field__checkbox-text {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .form-field__checkbox-text {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.form-field__checkbox-text {
  color: #818A98;
}
.form-field__checkbox-text a {
  text-decoration: underline;
  color: inherit;
}
.form-field__checkbox-text a:hover {
  opacity: 0.7;
}
.form-field__required {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.form-field__required svg {
  width: 100%;
  height: 100%;
  fill: #0F4272;
}
.form-field__required svg use {
  fill: #0F4272;
}

.form-field[data-custom-select] {
  position: relative;
  cursor: pointer;
}
.form-field[data-custom-select] .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1a2e44;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger {
  border-bottom-color: #ffffff;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger__icon {
  transform: rotate(90deg);
}
.form-field[data-custom-select] .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.form-field[data-custom-select] .select-trigger__text {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.form-field[data-custom-select] .select-trigger__text {
  color: #818A98;
}
.form-field[data-custom-select] .select-trigger__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.form-field[data-custom-select] .select-trigger__icon svg {
  width: 16px;
  height: 16px;
  color: #818A98;
}
.form-field[data-custom-select] .select-item {
  padding: 12px 20px;
  color: white;
  list-style: none;
  transition: all 0.3s ease;
}
.form-field[data-custom-select] .select-item:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  color: #818A98;
}

.input-message {
  position: absolute;
  bottom: -16px;
  z-index: 2;
  color: #8D162C;
}

.form-field__input {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .form-field__input {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .form-field__input {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.form-field__input {
  width: 100%;
  padding: 16px 0;
  color: #818A98;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(10, 15, 19, 0.2);
  position: relative;
}
@media screen and (width >= 768px) {
  .form-field__input {
    padding: 20px 0;
  }
}
.form-field__input::-moz-placeholder {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.form-field__input::placeholder {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .form-field__input::-moz-placeholder {
    font-size: 20px;
  }
  .form-field__input::placeholder {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .form-field__input::-moz-placeholder {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
  .form-field__input::placeholder {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.form-field__input::-moz-placeholder {
  color: #818A98;
}
.form-field__input::placeholder {
  color: #818A98;
}
.form-field__input:not(:-moz-placeholder) + .placeholder {
  top: 0;
  font-size: 12px;
}
.form-field__input:focus + .placeholder, .form-field__input:not(:placeholder-shown) + .placeholder {
  top: 0;
  font-size: 12px;
}

.placeholder {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .placeholder {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .placeholder {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.placeholder {
  color: #818A98;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.text-input {
  resize: none;
}

.form__button {
  justify-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.form__button:hover .submit-btn__text {
  position: relative;
  z-index: 1;
}

.form__button-svg {
  transform: scale(1.25);
}
@media screen and (width >= 1024px) {
  .form__button-svg {
    transform: translateY(50%) scale(1.25);
  }
}

.form__button-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iti__flag {
  background-image: url("/src/widgets/form/img/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/src/widgets/form/img/flags@2x.png");
  }
}
.input-message {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.footer .iti--allow-dropdown input {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .footer .iti--allow-dropdown input {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .footer .iti--allow-dropdown input {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.footer .iti--allow-dropdown input {
  color: #0f0f0f;
  padding-right: 0;
}
@media screen and (width >= 1024px) {
  .footer .iti--allow-dropdown input {
    padding-right: 20px;
  }
}

.iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.iti__mobile .iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.form-phone span {
  color: #fff;
  font-size: 20px;
}
@media screen and (width >= 768px) {
  .form-phone span {
    font-size: 40px;
  }
}
@media screen and (width >= 1024px) {
  .form-phone span {
    font-size: 2vw;
  }
}.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.6s ease;
  pointer-events: none;
}
.header.visible {
  transform: translateY(0);
}
.header.hide .header-bg {
  transform: translateY(-100%);
}
.header.menu-is-open .header-bg {
  background-color: transparent;
}

.nav-link {
  overflow: hidden;
  position: relative;
}
.nav-link .fake {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-105%);
  transition: all 0.4s ease-in-out;
  color: #310101;
}
.nav-link .real {
  display: block;
  transition: all 0.4s ease-in-out;
  transform: translateY(0%);
}
.nav-link:hover .fake {
  transform: translateY(0%);
}
.nav-link:hover .real {
  transform: translateY(105%);
}

.header-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  transition: all 0.4s ease-out;
  width: 100%;
  padding: 0 12px;
  position: relative;
  transition: all 0.4s ease;
  pointer-events: all;
  background: #0F4272;
  backdrop-filter: blur(50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (width >= 768px) {
  .header-bg {
    padding: 0 20px;
    height: 88px;
  }
}
@media screen and (width >= 1024px) {
  .header-bg {
    padding: 0 2.0833333333vw;
    justify-content: space-between;
    height: clamp(72px, 5vw, 96px);
  }
}
.header-bg.scroll-down {
  height: 60px;
}
@media screen and (width >= 768px) {
  .header-bg.scroll-down {
    height: 88px;
  }
}
@media screen and (width >= 1024px) {
  .header-bg.scroll-down {
    height: 120px;
  }
}
.header-bg .socials-list {
  display: none;
}
@media screen and (width >= 768px) {
  .header-bg .socials-list {
    display: flex;
  }
}

.header-left-toolkit {
  display: flex;
  gap: 28px;
  align-items: center;
}

.logo-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo-wrap .tablet-logo {
  display: none;
}
@media screen and (width >= 768px) {
  .logo-wrap {
    padding: 20px;
  }
  .logo-wrap .tablet-logo {
    display: block;
  }
  .logo-wrap .mob-logo {
    display: none;
  }
  .logo-wrap {
    padding-left: 0;
  }
}
@media screen and (width >= 1024px) {
  .logo-wrap {
    padding: 1.25vw 1.6145833333vw;
    padding-left: 0;
  }
}
.logo-wrap svg {
  width: 100%;
  height: 100%;
}
.logo-wrap:hover .rotate-hover {
  transform: rotateY(360deg);
}
@media screen and (width >= 1024px) {
  .logo-wrap {
    transition: all 0.4s ease;
  }
}

.header-tools__wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (width >= 768px) {
  .header-tools__wrapper {
    padding-left: 20px;
    gap: 12px;
  }
}
@media screen and (width >= 1024px) {
  .header-tools__wrapper {
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1366px) {
  .header-tools__wrapper {
    width: 100%;
  }
}

@media screen and (width >= 1024px) {
  .mobile-mode {
    display: none;
  }
}

.header-flat-btn.general-btn {
  padding: 12px;
}
@media screen and (width >= 768px) {
  .header-flat-btn.general-btn {
    padding: 16px 28px;
  }
}
@media screen and (width >= 1024px) {
  .header-flat-btn.general-btn {
    padding: 0.8333333333vw 1.4583333333vw;
  }
}
.header-flat-btn.general-btn span {
  display: none;
}
@media screen and (width >= 768px) {
  .header-flat-btn.general-btn span {
    display: initial;
  }
}
.header-flat-btn.general-btn svg {
  width: 24px;
  height: 24px;
}
@media screen and (width >= 768px) {
  .header-flat-btn.general-btn svg {
    display: none;
  }
}

.header-btn.general-btn {
  padding: 16px;
}
.header-btn.general-btn svg {
  width: 16px;
  height: 16px;
}
@media screen and (width >= 1024px) {
  .header-btn.general-btn {
    padding: 0.8333333333vw 1.4583333333vw;
  }
}

.laptop-mode {
  display: none;
}
@media screen and (width >= 768px) {
  .laptop-mode {
    display: initial;
  }
}

.header-link {
  display: none;
}
.header-link.header-call-back svg {
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 30% 100%);
  overflow: hidden;
  transition: all 0.4s linear;
  transform: translateX(-29%);
  transform-origin: left;
}
.header-link.header-call-back:hover svg, .header-link.header-call-back:focus svg {
  clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%);
  transform: translateX(0%);
}
@media screen and (width >= 1024px) {
  .header-link {
    display: flex;
    gap: 12px;
  }
  .header-link span {
    transition: all 0.5s ease;
    color: #F6F4EB;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    font-family: "BasisGrotesquePro", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: -0.06em;
  }
  .header-link svg path {
    transition: all 0.5s ease;
  }
}
.header-link.laptop-mode {
  display: none;
}
@media screen and (width >= 1024px) {
  .header-link.laptop-mode {
    display: flex;
  }
}

@media (hover: hover) {
  .header-link svg {
    transform-origin: 50% 50%;
    transform-box: fill-box;
  }
  .header-link span {
    position: relative;
  }
  .header-link span:after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    transform-origin: left;
    transition: 0.25s ease-in-out;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
  }
  .header-link:hover span:after {
    transform: scaleX(1);
  }
}
.header-location {
  display: none;
}
@media screen and (min-width: 1366px) {
  .header-location {
    order: -1;
    margin-right: auto;
    display: flex;
    gap: 12px;
    align-items: center;
    font-family: "BasisGrotesquePro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: white;
  }
  .header-location .header-loc-svg-wrap {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  .header-location .header-loc-svg-wrap svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}

@media screen and (width >= 768px) {
  .menu-btn.general-btn {
    padding-left: 0;
    gap: 12px;
    background-color: transparent;
  }
  .menu-btn.general-btn span.laptop-mode {
    color: white;
    margin-top: 2px;
  }
  .menu-btn.general-btn::before {
    background-color: transparent;
  }
}
@media screen and (width >= 1024px) {
  .menu-btn.general-btn {
    padding-left: 2.0833333333vw;
  }
}
@media (hover: hover) {
  .menu-btn.general-btn:hover .menu-burger span {
    width: 12px;
  }
}

.menu-burger {
  display: flex;
  flex-direction: column;
  gap: 1.5px;
}
.menu-burger span {
  width: 8px;
  height: 1.5px;
  background-color: #0F4272;
  transition: all 0.3s ease-in-out;
}
@media screen and (width >= 768px) {
  .menu-burger span {
    background-color: white;
  }
}
.menu-burger span.middle {
  width: 12px;
}
@media screen and (width >= 768px) {
  .menu-burger {
    gap: 1.5px;
  }
  .menu-burger span {
    width: 8px;
  }
  .menu-burger span.middle {
    width: 12px;
  }
}

.header.menu-is-open {
  background-color: transparent;
}
.header.menu-is-open .menu-burger .middle {
  opacity: 0;
}
.header.menu-is-open .menu-burger .over {
  transform: rotate(45deg) translate(2px, 1px);
  width: 12px;
}
.header.menu-is-open .menu-burger .under {
  transform: rotate(-45deg) translate(2px, -1px);
  width: 12px;
}

.menu-overlay {
  position: fixed;
  z-index: 2;
  height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(16, 24, 32, 0.8);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  pointer-events: all;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (width >= 1024px) {
  .menu-overlay {
    align-items: center;
  }
}
.menu-overlay.hidden {
  pointer-events: none;
}

.menu-container {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #F6F4EB;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (width >= 768px) {
  .menu-container {
    gap: 120px;
  }
}
@media screen and (width >= 1024px) {
  .menu-container {
    width: 480px;
    margin-left: auto;
    padding-top: 8.4375vw;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.menu-container .menu-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 4;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (width >= 768px) {
  .menu-container .menu-nav-list {
    gap: 0;
  }
}
@media screen and (width >= 1024px) {
  .menu-container .menu-nav-list {
    gap: 12px;
    align-items: flex-start;
  }
}
.menu-container .menu-main-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-container .menu-main-link span {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media screen and (width >= 768px) {
  .menu-container .menu-main-link span {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .menu-container .menu-main-link span {
    font-size: 52px;
  }
}
.menu-container .menu-main-link span {
  color: #0F4272;
}
.menu-container .menu-main-link span.fake {
  color: #310101;
}
@media screen and (max-width: 387px) {
  .menu-container .menu-main-link span.fake.flat {
    max-width: 315px;
  }
}

.socials-block__title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .socials-block__title {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .socials-block__title {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.socials-block__title {
  color: #818A98;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (width >= 768px) {
  .socials-block__title {
    margin-bottom: 20px;
  }
}
@media screen and (width >= 1024px) {
  .socials-block__title {
    text-align: start;
  }
}
.socials-block .socials-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.socials-block .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F6F4EB;
  width: 48px;
  height: 48px;
  border: 1px solid #9AACBB;
}
.socials-block .social-link svg {
  position: relative;
  z-index: 2;
}
.socials-block .social-link svg path {
  transition: transform 0.4s ease-in-out;
}
.socials-block .social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F4272;
  z-index: 1;
  transform: scale(1);
  border-radius: 50%;
  transition: transform 0.4s ease-in-out;
}
@media (hover: hover) {
  .socials-block .social-link:hover::before {
    transform: scale(0);
  }
  .socials-block .social-link:hover svg path {
    fill: #0F4272;
  }
}

.accent-color {
  color: #0F4272;
}

.general-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 18px 28px;
  background-color: #310101;
  height: 48px;
  position: relative;
  overflow: hidden;
  border: none;
}
@media screen and (width >= 1024px) {
  .general-btn {
    padding: 0.9375vw 1.4583333333vw;
  }
}
.general-btn span {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .general-btn span {
    font-size: 14px;
  }
}
@media screen and (width >= 1024px) {
  .general-btn span {
    font-size: 16px;
  }
}
.general-btn span {
  font-weight: 500;
  color: #F6F4EB;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.general-btn svg {
  position: relative;
  z-index: 2;
}
.general-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C0000;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media (hover: hover) {
  .general-btn:hover::before {
    transform: translateY(0);
  }
}
@media screen and (width >= 1024px) {
  .general-btn.mobile {
    display: none;
  }
}
.general-btn.laptop {
  display: none;
}
@media screen and (width >= 1024px) {
  .general-btn.laptop {
    display: flex;
  }
}
.general-btn--simple {
  background-color: white;
}
.general-btn--simple span {
  color: #0F4272;
}
.general-btn--simple::before {
  background-color: #E7EEF5;
}
.general-btn.lang-switcher {
  width: 48px;
  height: 48px;
  padding: 0;
  justify-content: center;
}
.general-btn.lang-switcher .lang-switcher-mobile-label {
  display: inline;
}
.general-btn.lang-switcher .lang-switcher-option,
.general-btn.lang-switcher .lang-switcher-track {
  display: none;
}
@media screen and (width >= 1024px) {
  .general-btn.lang-switcher {
    width: auto;
    order: -1;
    padding: 0 0;
    gap: 8px;
    background-color: transparent;
    padding-right: 2.0833333333vw;
  }
  .general-btn.lang-switcher::before {
    display: none;
  }
  .general-btn.lang-switcher .lang-switcher-mobile-label {
    display: none;
  }
  .general-btn.lang-switcher .lang-switcher-option,
  .general-btn.lang-switcher .lang-switcher-track {
    display: flex;
  }
  .general-btn.lang-switcher .lang-switcher-option {
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .general-btn.lang-switcher .lang-switcher-track {
    position: relative;
    width: 32px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    align-items: center;
  }
  .general-btn.lang-switcher .lang-switcher-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    transform: translateX(0);
    transition: transform 0.25s ease;
  }
  .general-btn.lang-switcher[data-current-lang=uk] .lang-switcher-option--ua {
    color: #F6F4EB;
  }
  .general-btn.lang-switcher[data-current-lang=en] .lang-switcher-option--en {
    color: #F6F4EB;
  }
  .general-btn.lang-switcher[data-current-lang=en] .lang-switcher-dot {
    transform: translateX(24px);
  }
}

.overflow[data-mob-call__overflow] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: calc(100vh - 100svh + 20px);
  gap: 4px;
  z-index: 99;
  height: 100dvh;
}
.overflow[data-mob-call__overflow] .general-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 28px;
  background-color: #310101;
}
.overflow[data-mob-call__overflow] .general-btn--simple {
  background-color: #F6F4EB;
}
.overflow[data-mob-call__overflow] .general-btn span {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .overflow[data-mob-call__overflow] .general-btn span {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .overflow[data-mob-call__overflow] .general-btn span {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.overflow[data-mob-call__overflow] .general-btn span {
  font-weight: 500;
}
.overflow[data-mob-call__overflow] .general-btn svg path {
  transition: all 0.3s ease;
}
.overflow[data-mob-call__overflow] .general-btn[data-mob-call-close] {
  background-color: transparent;
}
.overflow[data-mob-call__overflow] .general-btn[data-mob-call-close]::before {
  background-color: transparent;
}

.home-hero__img-wrap,
.home-hero__block,
.home-hero__text-block,
.home-location__img-block,
.home-location__block,
.documents__img,
.documents__list,
.documents__title-wrap .header {
  visibility: hidden;
}

section {
  max-width: 100vw;
  overflow: hidden;
}

.separator {
  display: none;
}
@media screen and (width >= 1024px) {
  .separator {
    display: block;
    width: 1px;
    height: clamp(72px, 5vw, 96px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pagination__utility {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
  width: 100%;
  max-width: 343px;
}
@media screen and (width >= 768px) {
  .pagination__utility {
    gap: 32px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__utility {
    gap: 2.5vw;
  }
}
.pagination__input {
  display: flex;
  padding: 4px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #F6F4EB;
  border-radius: 100px;
  background: #0F4272;
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .pagination__input {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__input {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.pagination__input {
  width: 86px;
  pointer-events: none;
}
.pagination__more {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .pagination__more {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__more {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.pagination__more {
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (width >= 768px) {
  .pagination__more {
    margin-top: 32px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__more {
    margin-top: 40px;
  }
}
.pagination .pagination-count {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pagination .pagination-count__current {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .pagination .pagination-count__current {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .pagination .pagination-count__current {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.pagination .pagination-count__current {
  padding: 12px 24px;
  background-color: #818A98;
  border-radius: 100px;
  color: #0F4272;
}
@media screen and (width >= 768px) {
  .pagination .pagination-count__current {
    padding: 22px 48px;
  }
}
.pagination .pagination-count__max {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .pagination .pagination-count__max {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .pagination .pagination-count__max {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.pagination .pagination-count__max {
  color: #818A98;
  text-wrap: nowrap;
}[data-ty-popup] {
  z-index: 1000;
  transition: all 0.4s ease-in-out;
}
[data-ty-popup].hidden {
  transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (width >= 1024px) {
  [data-ty-popup].hidden {
    transform: translateX(100%);
  }
}

.thank-you-popup__title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media screen and (width >= 768px) {
  .thank-you-popup__title {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .thank-you-popup__title {
    font-size: 52px;
  }
}
.thank-you-popup__title {
  color: #0F4272;
  margin-bottom: 12px;
  text-align: center;
}

.thank-you-popup__subtitle {
  font-size: 20px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818A98;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .thank-you-popup__subtitle {
    font-size: 28px;
  }
}
@media screen and (width >= 1024px) {
  .thank-you-popup__subtitle {
    font-size: 1.6666666667vw;
    font-size: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  }
}
.thank-you-popup__subtitle {
  color: #818A98;
  text-align: center;
}

.thank-you-popup__icon {
  margin-top: 60px;
  margin-bottom: 60px;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*::after,
*::before {
  box-sizing: border-box;
  line-height: 1;
  outline: none;
  border: none;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.debug {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100vh;
}
.debug > div {
  height: inherit;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .debug > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.debug > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.debug > div > div > div {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(4.1666666667% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  font-size: 14px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #818A98;
  background-color: white;
}

body input,
body textarea {
  outline: none;
  border: #666 1px solid;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #F6F4EB;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #0F4272;
  border-radius: 20px;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:placeholder {
  color: #ccc;
}

::input-placeholder {
  color: #ccc;
}

:input-placeholder {
  color: #ccc;
}

::input-placeholder {
  color: #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

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

body *:focus {
  outline: none;
}

body.focus-tab--enable *:focus {
  outline: #4d90fe auto 7px;
  outline-offset: -2px;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: navajowhite;
}

button:hover,
a:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=tel],
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type=tel],
  .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.container--full-screen {
  width: 100%;
  height: 100vh;
  max-height: none;
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.thumbs__item {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  border-radius: 4px;
  opacity: 1;
  transform-origin: center;
  transition: width 0.25s ease-out;
}
.thumbs__item[class*=active] {
  width: 16px;
  background-color: var(--color-blue);
}
.thumbs > :nth-child(n+2) {
  margin-left: 8px;
}

@font-face {
  font-family: "BasisGrotesquePro";
  src: local("BasisGrotesquePro Regular"), local("BasisGrotesquePro-Regular"), url("../fonts/BasisGrotesquePro-Regular.ttf") format("ttf"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff"), url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BasisGrotesquePro";
  src: local("BasisGrotesquePro Medium"), local("BasisGrotesquePro-Medium"), url("../fonts/BasisGrotesquePro-Medium.ttf") format("ttf"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff"), url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BasisGrotesquePro";
  src: local("BasisGrotesquePro Bold"), local("BasisGrotesquePro-Bold"), url("../fonts/BasisGrotesquePro-Bold.ttf") format("ttf"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff"), url("../fonts/BasisGrotesquePro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  height: 100%;
  max-width: 100vw;
  background-color: #F6F4EB;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (width >= 1024px) {
  .container {
    padding-right: 2.0833333333vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (width >= 1920px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container--mobile {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .container--mobile {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 1024px) {
  .container--mobile {
    padding-right: 30px;
    padding-left: 30px;
  }
}

#bingc-phone-button {
  display: none !important;
}/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
