@charset "UTF-8";

.loading * {
  -webkit-transition: none !important;
  transition: none !important;
}

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

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

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

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

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

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

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

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

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

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-accord-arrow:before {
  content: "\e900";
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #1F1D1D;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 82.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.form__items-group {
  margin-top: 1.25rem;
  width: 100%;
}

.form__items-group .form__item {
  margin-top: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__items-group .form__item .form__input {
  width: 100%;
}

.form__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}

.form__item:not(:first-child) {
  margin-top: 1.25rem;
}

.form__button {
  position: relative;
  margin-top: 40px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 400;
  font-size: 1.25rem;
  min-height: 57px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form__button span::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 20%;
  width: 60%;
  border-bottom: 2.5px solid #49B9EC;
  border-radius: 50%;
  opacity: 0.5;
}

.form__button:hover {
  background-color: #49B9EC;
  color: #fff;
}

.form__button:hover span::before {
  border-bottom: 2.5px solid #fff;
}

.form__gallery {
  margin-top: 1.25rem;
}

.form__gallery-wrapper {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.form__add-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: 140px;
  max-height: 75px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.form__add-img ._preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__add-img:not(:first-child) .form__add-label {
  display: none;
}

.form__remove-img {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #49B9EC;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: #1F1D1D;
}

::-moz-placeholder {
  color: #1F1D1D;
}

:-ms-input-placeholder {
  color: #1F1D1D;
}

::-ms-input-placeholder {
  color: #1F1D1D;
}

::placeholder {
  color: #1F1D1D;
}

input {
  padding: 20px 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 31px 0px rgba(63, 151, 255, 0.25);
          box-shadow: 0px 1px 31px 0px rgba(63, 151, 255, 0.25);
  border-radius: 15px;
  -webkit-transition: outline 0.1s ease;
  transition: outline 0.1s ease;
}

input._form-focus {
  outline: 3px solid #49B9EC;
}

textarea {
  width: 100%;
  display: block;
  padding: 20px 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 31px 0px rgba(63, 151, 255, 0.25);
          box-shadow: 0px 1px 31px 0px rgba(63, 151, 255, 0.25);
  border-radius: 15px;
  -webkit-transition: outline 0.1s ease;
  transition: outline 0.1s ease;
  min-height: 140px;
  resize: none;
}

textarea:not(:first-child) {
  margin-top: 1.25rem;
}

textarea._form-focus {
  outline: 3px solid #49B9EC;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.select {
  position: relative;
}

.select:not(:first-child) {
  margin-top: 0.9375rem;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 31px 0 rgba(63, 151, 255, 0.25);
          box-shadow: 0 1px 31px 0 rgba(63, 151, 255, 0.25);
  overflow: hidden;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.875rem;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__value:after {
  content: "\e900";
  font-family: "icons";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #4B4545;
  font-size: 0.4375rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #1F1D1D;
  position: absolute;
  top: 65px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  width: 100%;
  white-space: break-spaces;
  left: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 20px;
  color: inherit;
}

.select__option:first-child {
  border-radius: 15px 15px 0 0;
}

.select__option:last-child {
  border-radius: 0 0 15px 15px;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

.select._select-focus {
  -webkit-transition: outline 0.2s ease;
  transition: outline 0.2s ease;
  outline: 3px solid #49B9EC;
  border-radius: 15px;
}

._select-tag {
  cursor: pointer;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.3s ease-in-out 0s;
  transition: visibility 0.3s ease-in-out 0s;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  position: relative;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  border-radius: 15px;
  width: 100%;
  max-width: 1186px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
  border-radius: 15px;
  border: 9px solid #FFF;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
  z-index: 11;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 15;
  font-size: 1.25rem;
  color: #1F1D1D;
  background-color: transparent;
  border: none;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease;
  transition: transform 0.2s ease-in-out, color 0.2s ease, -webkit-transform 0.2s ease-in-out;
}

.popup__close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: #49B9EC;
}

.popup-partner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-partner__map-block {
  position: relative;
  z-index: 12;
  border-top: 9px solid #FFF;
  border-bottom: 9px solid #FFF;
  border-left: 9px solid #FFF;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  max-width: 447px;
  width: 100%;
}

.popup-partner__map-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-partner__info {
  position: relative;
  z-index: 12;
  border-radius: 0 15px 15px 0;
  padding: 2.3125rem 1.25rem 2.75rem 1.875rem;
}

.popup-partner__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.popup-partner__partner-logo {
  max-width: 247px;
  max-height: 111px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.popup-partner__partner-logo img {
  aspect-ratio: 247/111;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-partner__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.popup-partner__subtitle {
  font-weight: 400;
  line-height: normal;
}

.popup-partner__services {
  margin-top: 1.1875rem;
}

.popup-partner__services-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.popup-partner__services-text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
}

.popup-partner__services-text ol {
  padding-left: 1rem;
}

.popup-partner__services-text li:not(:first-child) {
  margin-top: 1.25rem;
}

.accordion {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.accordion__item {
  font-size: 1.25rem;
}

@supports (font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem )) {
  .accordion__item {
    font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem )) {
  .accordion__item {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 66.5625);
  }
}

.accordion__item:not(:last-child) {
  border-bottom: 1px solid #4B4545;
}

.accordion__title {
  font-weight: 600;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  padding-right: 2.5rem;
  padding-bottom: 1.875rem;
}

._spoller-init .accordion__title {
  cursor: pointer;
}

._spoller-init .accordion__title::before {
  font-size: 0.625rem;
  color: #4B4545;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

@supports (font-size: clamp( 0.5rem , 0.4559859155rem  +  0.1877934272vw , 0.625rem )) {
  ._spoller-init .accordion__title::before {
    font-size: clamp( 0.5rem , 0.4559859155rem  +  0.1877934272vw , 0.625rem );
  }
}

@supports not (font-size: clamp( 0.5rem , 0.4559859155rem  +  0.1877934272vw , 0.625rem )) {
  ._spoller-init .accordion__title::before {
    font-size: calc(0.5rem + 0.125 * (100vw - 23.4375rem) / 66.5625);
  }
}

._spoller-init .accordion__title::before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

._spoller-init .accordion__title._spoller-active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__body {
  padding: 1.875rem 0rem;
  border-top: 1px solid #4B4545;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

::-webkit-scrollbar {
  cursor: pointer;
}

::-webkit-scrollbar:horizontal {
  height: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #49B9EC;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

.no-webp .page{
  background-image: url("../img/bg1.png"); }

.page {
  position: relative;
  background-position: 30% 84%;
  background-repeat: no-repeat;
}

.no-webp .page.bg-variant{
  background-image: url("../img/bg2.png"); }

.page.bg-variant {
  position: relative;
  background-clip: border-box;
  background-position: 30% 84%;
  background-repeat: no-repeat;
}

.page.bg-none {
  background: #fff !important;
}

.title {
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 107.4%;
}

@supports (font-size: clamp( 1.875rem , 1.5448943662rem  +  1.4084507042vw , 2.8125rem )) {
  .title {
    font-size: clamp( 1.875rem , 1.5448943662rem  +  1.4084507042vw , 2.8125rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.5448943662rem  +  1.4084507042vw , 2.8125rem )) {
  .title {
    font-size: calc(1.875rem + 0.9375 * (100vw - 23.4375rem) / 66.5625);
  }
}

.description {
  font-size: 0.9375rem;
  font-weight: 300;
}

@supports (font-size: clamp( 0.75rem , 0.6839788732rem  +  0.2816901408vw , 0.9375rem )) {
  .description {
    font-size: clamp( 0.75rem , 0.6839788732rem  +  0.2816901408vw , 0.9375rem );
  }
}

@supports not (font-size: clamp( 0.75rem , 0.6839788732rem  +  0.2816901408vw , 0.9375rem )) {
  .description {
    font-size: calc(0.75rem + 0.1875 * (100vw - 23.4375rem) / 66.5625);
  }
}

.main-text {
  font-size: 1rem;
  line-height: 149.9%;
}

@supports (font-size: clamp( 0.875rem , 0.8309859155rem  +  0.1877934272vw , 1rem )) {
  .main-text {
    font-size: clamp( 0.875rem , 0.8309859155rem  +  0.1877934272vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8309859155rem  +  0.1877934272vw , 1rem )) {
  .main-text {
    font-size: calc(0.875rem + 0.125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.main-text a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline;
}

.main-text a:hover {
  color: #49B9EC;
}

.media-block {
  pointer-events: none;
}

.country-flag {
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 24px;
}

@supports (max-height: clamp( 1.25rem , 1.161971831rem  +  0.3755868545vw , 1.5rem )) {
  .country-flag {
    max-height: clamp( 1.25rem , 1.161971831rem  +  0.3755868545vw , 1.5rem );
  }
}

@supports not (max-height: clamp( 1.25rem , 1.161971831rem  +  0.3755868545vw , 1.5rem )) {
  .country-flag {
    max-height: calc(1.25rem + 0.25 * (100vw - 23.4375rem) / 66.5625);
  }
}

.about-block {
  margin-top: 3.125rem;
}

.about-block:last-child {
  margin-bottom: 3.125rem;
}

.about-block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1875rem;
}

@supports (margin-bottom: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem )) {
  .about-block__heading {
    margin-bottom: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem );
  }
}

@supports not (margin-bottom: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem )) {
  .about-block__heading {
    margin-bottom: calc(1.5625rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.about-block__title {
  margin-right: 1.25rem;
  width: 100%;
}

.about-block__description {
  width: 100%;
}

.about-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 6px solid #fff;
  border-radius: 22px;
  background: #FFF;
  -webkit-box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
}

.about-block__content:not(:nth-child(2)) {
  margin-top: 4.25rem;
}

@supports (margin-top: clamp( 1rem , -0.1443661972rem  +  4.882629108vw , 4.25rem )) {
  .about-block__content:not(:nth-child(2)) {
    margin-top: clamp( 1rem , -0.1443661972rem  +  4.882629108vw , 4.25rem );
  }
}

@supports not (margin-top: clamp( 1rem , -0.1443661972rem  +  4.882629108vw , 4.25rem )) {
  .about-block__content:not(:nth-child(2)) {
    margin-top: calc(1rem + 3.25 * (100vw - 23.4375rem) / 66.5625);
  }
}

.about-block__text {
  position: relative;
  padding: 3.3125rem 0rem 3.3125rem 1.875rem;
  z-index: 10;
  max-width: 668px;
  width: 100%;
}

.about-block__text::before {
  border-radius: 22px;
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  z-index: -1;
  background: #FFF;
  width: 5%;
  height: 100%;
}

.about-block__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.about-block__media-block {
  max-width: 650px;
  width: 100%;
  border-radius: 0 22px 22px 0;
  overflow: hidden;
}

.about-block__media-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-block__content.reverse-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-block__content.reverse-content .about-block__text {
  padding-left: 0;
}

.about-block__content.reverse-content .about-block__text::before {
  border-radius: 22px;
  content: "";
  position: absolute;
  top: 0;
  left: -3%;
  z-index: -1;
  background: #FFF;
  width: 5%;
  height: 100%;
}

.about-block__content.reverse-content .about-block__media-block {
  border-radius: 22px 0 0 22px;
}

.emoji-block {
  position: relative;
  width: 100%;
  max-width: 350px;
  min-width: 300px;
  height: 350px;
}

.emoji-block__team-member {
  position: absolute;
}

.emoji-block__team-member img {
  width: 100%;
  height: 100%;
}

.emoji-block__team-member:nth-child(1) {
  left: 0;
  top: 0;
  max-width: 151px;
  max-height: 151px;
  -webkit-transform: rotate(-8.637deg);
      -ms-transform: rotate(-8.637deg);
          transform: rotate(-8.637deg);
}

.emoji-block__team-member:nth-child(2) {
  right: -25px;
  top: 0;
  max-width: 201px;
  max-height: 201px;
  -webkit-transform: rotate(12.544deg);
      -ms-transform: rotate(12.544deg);
          transform: rotate(12.544deg);
}

.emoji-block__team-member:nth-child(3) {
  bottom: 10px;
  left: 40%;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  max-width: 149px;
  max-height: 149px;
}

.partners {
  margin-top: 3.125rem;
}

@supports (margin-top: clamp( 1.875rem , 1.4348591549rem  +  1.8779342723vw , 3.125rem )) {
  .partners {
    margin-top: clamp( 1.875rem , 1.4348591549rem  +  1.8779342723vw , 3.125rem );
  }
}

@supports not (margin-top: clamp( 1.875rem , 1.4348591549rem  +  1.8779342723vw , 3.125rem )) {
  .partners {
    margin-top: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 66.5625);
  }
}

.partners:last-child {
  margin-bottom: 5rem;
}

@supports (margin-bottom: clamp( 3.125rem , 2.4647887324rem  +  2.8169014085vw , 5rem )) {
  .partners:last-child {
    margin-bottom: clamp( 3.125rem , 2.4647887324rem  +  2.8169014085vw , 5rem );
  }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.4647887324rem  +  2.8169014085vw , 5rem )) {
  .partners:last-child {
    margin-bottom: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 66.5625);
  }
}

.partners__content {
  margin-top: 2.1875rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26.375rem, 1fr));
  gap: 1.25rem 1.5625rem;
}

.partners__item {
  position: relative;
  min-height: 174px;
}

.partners__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 2.4375rem 3.75rem;
  -webkit-transition: color 0.5s ease, -webkit-transform 0.5s ease-in-out;
  transition: color 0.5s ease, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, color 0.5s ease;
  transition: transform 0.5s ease-in-out, color 0.5s ease, -webkit-transform 0.5s ease-in-out;
}

.partners__item a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  color: #49B9EC;
}

.partners__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  border: 9px solid #FFF;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
  z-index: 9;
}

.partners__item-media {
  max-width: 284px;
  max-height: 127px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.partners__item-media img {
  aspect-ratio: 284/127;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners__item-text {
  margin-top: 2.0625rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}

@supports (font-size: clamp( 0.9375rem , 0.8274647887rem  +  0.4694835681vw , 1.25rem )) {
  .partners__item-text {
    font-size: clamp( 0.9375rem , 0.8274647887rem  +  0.4694835681vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 0.9375rem , 0.8274647887rem  +  0.4694835681vw , 1.25rem )) {
  .partners__item-text {
    font-size: calc(0.9375rem + 0.3125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.partners__item-text:first-child {
  margin-top: auto;
}

.header {
  min-height: 79px;
  z-index: 25;
  background-color: #fff;
  font-family: "Mulish";
  font-weight: 400;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  /*max-width: 6.875rem;
  max-height: 1.9375rem;*/
  max-width: 12rem;
  max-height: 4rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__lang {
  margin-left: auto;
}

.menu {
  margin-left: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-open .menu__body {
  top: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.menu-open .menu__body::before {
  -webkit-transform: skewX(15deg) translateX(0);
      -ms-transform: skewX(15deg) translateX(0);
          transform: skewX(15deg) translateX(0);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item {
  margin: 1rem 0.625rem;
  font-size: 0.9375rem;
  overflow: hidden;
}

.menu__link {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1rem 0.625rem;
}

.menu__link:hover {
  color: #49B9EC;
  font-weight: 700;
}

.menu__link:before {
  display: block;
  content: attr(data-text);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.icon-menu {
  display: none;
}

.footer {
  z-index: 15;
  background-color: #fff;
}

.footer__container {
  padding-left:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  margin-top: 1.8125rem;
  margin-right: 1.875rem;
}

.footer__logo img {
  max-width: 6.875rem;
  max-height: 1.9375rem;
  height: 100%;
  width: 100%;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer_service_info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__col {
  margin: 1.5rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__col:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__item {
  padding: 0.3125rem 0;
}

.footer__item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.footer__link {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.8125rem;
  white-space: nowrap;
}

@supports (font-size: clamp( 0.6875rem , 0.6434859155rem  +  0.1877934272vw , 0.8125rem )) {
  .footer__link {
    font-size: clamp( 0.6875rem , 0.6434859155rem  +  0.1877934272vw , 0.8125rem );
  }
}

@supports not (font-size: clamp( 0.6875rem , 0.6434859155rem  +  0.1877934272vw , 0.8125rem )) {
  .footer__link {
    font-size: calc(0.6875rem + 0.125 * (100vw - 23.4375rem) / 66.5625);
  }
}

a.footer__link:hover {
  color: #49B9EC;
}

.country-direction {
  margin-top: 3.75rem;
}

@supports (margin-top: clamp( 1.9375rem , 1.2992957746rem  +  2.7230046948vw , 3.75rem )) {
  .country-direction {
    margin-top: clamp( 1.9375rem , 1.2992957746rem  +  2.7230046948vw , 3.75rem );
  }
}

@supports not (margin-top: clamp( 1.9375rem , 1.2992957746rem  +  2.7230046948vw , 3.75rem )) {
  .country-direction {
    margin-top: calc(1.9375rem + 1.8125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.country-direction__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0.5625rem 2rem 0.5625rem;
  border-radius: 15px;
  border: 9px solid #FFF;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
}

.country-direction__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
  z-index: 9;
}

.country-direction__media {
  z-index: 10;
}

.country-direction__media:first-child img {
  /* margin-left: -70px; */
  /*-webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);*/
  max-width: 295px;
  max-height: 295px;
}

.country-direction__media.bag img {
  /* margin-left: -60px; */
}

.country-direction__media:last-child img {
  margin-left: -85px;
  max-width: 200px;
  max-height: 326px;
}

.country-direction__info {
  z-index: 20;
  margin-right: 1rem;
  margin-top: 1.625rem;
  margin-left: 1rem;
}

.country-direction__title span {
  color: #49B9EC;
}

.country-direction__description {
  margin-top: 0.8125rem;
}

.country-direction__form {
  position: relative;
  margin-top: 2.1875rem;
}

.country-direction__form .form__input {
  width: 100%;
}

.country-direction__search-results {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 1px 31px 0px rgba(63, 151, 255, 0.25);
          box-shadow: 0px 1px 31px 0px rgba(63, 151, 255, 0.25);
  border-radius: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.country-direction__search-results.show-results {
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.most-popular {
  margin-top: 3.125rem;
}

.most-popular:last-child {
  margin-bottom: 3.125rem;
}

.most-popular a {
  display: block;
  border: 6px solid #FFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
  overflow: hidden;
}

.most-popular a:hover .media-block img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.most-popular a:hover {
  color: #49B9EC;
}

.most-popular__grid-items {
  margin-top: 2.1875rem;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 2.8125rem;
  grid-template-columns: repeat(auto-fit, minmax(21.5625rem, 1fr));
}

@supports (row-gap: clamp( 0.625rem , -0.1452464789rem  +  3.2863849765vw , 2.8125rem )) {
  .most-popular__grid-items {
    row-gap: clamp( 0.625rem , -0.1452464789rem  +  3.2863849765vw , 2.8125rem );
  }
}

@supports not (row-gap: clamp( 0.625rem , -0.1452464789rem  +  3.2863849765vw , 2.8125rem )) {
  .most-popular__grid-items {
    row-gap: calc(0.625rem + 2.1875 * (100vw - 23.4375rem) / 66.5625);
  }
}

.most-popular__item {
  position: relative;
  max-width: 434px;
  width: 100%;
  z-index: 10;
}

.most-popular__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
}

.most-popular__media-ibg {
  padding-bottom: 49%;
}

.most-popular__media-ibg img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.most-popular__country-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5625rem;
  border-radius: 22px;
  background: #FFF;
  -webkit-box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.25rem;
}

@supports (font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem )) {
  .most-popular__country-name {
    font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem )) {
  .most-popular__country-name {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 66.5625);
  }
}

.most-popular__country-name span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countries-list {
  margin-top: 3.125rem;
}

.countries-list:last-child {
  margin-bottom: 3.125rem;
}

.countries-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1875rem;
}

@supports (margin-bottom: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem )) {
  .countries-list__heading {
    margin-bottom: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem );
  }
}

@supports not (margin-bottom: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem )) {
  .countries-list__heading {
    margin-bottom: calc(1.5625rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.countries-list__title {
  margin-right: 4.1875rem;
}

.countries-list__description {
  max-width: 421px;
}

.countries-list__filter {
  padding: 2.0625rem 1.5625rem;
  border-radius: 15px;
  border: 6px solid #FFF;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
}

.countries-list__filter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
}

.countries-list__letters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.countries-list__letter-btn {
  position: relative;
  width: 64px;
  height: 57px;
  font-size: 1.5625rem;
  font-weight: 700;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.countries-list__letter-btn span::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 20%;
  width: 60%;
  border-bottom: 1.5px solid #49B9EC;
  border-radius: 50%;
  opacity: 0.5;
}

.countries-list__letter-btn:hover {
  background-color: #49B9EC;
  color: #fff;
}

.countries-list__letter-btn:hover span::before {
  border-bottom: 1.5px solid #fff;
}

.countries-list__letter-btn.active {
  background-color: #49B9EC;
  color: #fff;
}

.countries-list__letter-btn.active span::before {
  border-bottom: 1.5px solid #fff;
}

.countries-list__countries {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 1.375rem;
}

@supports (margin-top: clamp( 1.3125rem , 0.8943661972rem  +  1.7840375587vw , 2.5rem )) {
  .countries-list__countries {
    margin-top: clamp( 1.3125rem , 0.8943661972rem  +  1.7840375587vw , 2.5rem );
  }
}

@supports not (margin-top: clamp( 1.3125rem , 0.8943661972rem  +  1.7840375587vw , 2.5rem )) {
  .countries-list__countries {
    margin-top: calc(1.3125rem + 1.1875 * (100vw - 23.4375rem) / 66.5625);
  }
}

.countries-list__country {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 10px;
  background: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@supports (font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem )) {
  .countries-list__country {
    font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.911971831rem  +  0.3755868545vw , 1.25rem )) {
  .countries-list__country {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 66.5625);
  }
}

.countries-list__country:hover {
  background-color: #49B9EC;
  color: #fff;
}

@supports (max-height: clamp( 1rem , 0.8679577465rem  +  0.5633802817vw , 1.375rem )) {
  .countries-list .country-flag {
    max-height: clamp( 1rem , 0.8679577465rem  +  0.5633802817vw , 1.375rem );
  }
}

@supports not (max-height: clamp( 1rem , 0.8679577465rem  +  0.5633802817vw , 1.375rem )) {
  .countries-list .country-flag {
    max-height: calc(1rem + 0.375 * (100vw - 23.4375rem) / 66.5625);
  }
}

@supports (max-width: clamp( 0.875rem , 0.6549295775rem  +  0.9389671362vw , 1.5rem )) {
  .countries-list .country-flag {
    max-width: clamp( 0.875rem , 0.6549295775rem  +  0.9389671362vw , 1.5rem );
  }
}

@supports not (max-width: clamp( 0.875rem , 0.6549295775rem  +  0.9389671362vw , 1.5rem )) {
  .countries-list .country-flag {
    max-width: calc(0.875rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.no-webp .page.country-details{
  background-image: url("../img/bg2.png"); }

.page.country-details {
  position: relative;
  background-clip: border-box;
  background-position: 30% 84%;
  background-repeat: no-repeat;
}

.country-heading {
  margin-top: 5rem;
}

@supports (margin-top: clamp( 2.8125rem , 2.0422535211rem  +  3.2863849765vw , 5rem )) {
  .country-heading {
    margin-top: clamp( 2.8125rem , 2.0422535211rem  +  3.2863849765vw , 5rem );
  }
}

@supports not (margin-top: clamp( 2.8125rem , 2.0422535211rem  +  3.2863849765vw , 5rem )) {
  .country-heading {
    margin-top: calc(2.8125rem + 2.1875 * (100vw - 23.4375rem) / 66.5625);
  }
}

.country-heading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}

.country-heading__country-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 540px;
}

.country-heading__more-transit {
  margin-top: auto;
  position: relative;
}

.country-heading__more-transit button {
  text-decoration: underline;
}

.country-heading__transit-countries {
  position: absolute;
  top: 25px;
  width: 100%;
  background-color: #FFF;
  border-radius: 16px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.country-heading__transit-countries._transit-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.country-heading__transit-countries._closing-transit {
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: visible;
}

.country-heading__transit-country {
  font-size: 25px;
  font-weight: 500;
}

.country-heading__transit-country img {
  width: 25px;
  height: 25px;
}

.country-heading__country-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  max-width: 750px;
  font-weight: 800;
  line-height: 121.9%;
  /* 73.14px */
  text-transform: uppercase;
}

@supports (font-size: clamp( 1.875rem , 1.6549295775rem  +  0.9389671362vw , 2.5rem )) {
  .country-heading__country-name {
    font-size: clamp( 1.875rem , 1.6549295775rem  +  0.9389671362vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.6549295775rem  +  0.9389671362vw , 2.5rem )) {
  .country-heading__country-name {
    font-size: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

@supports (max-width: clamp( 21.75rem , -13.804245283rem  +  126.4150943396vw , 46.875rem )) {
  .country-heading__country-name {
    max-width: clamp( 21.75rem , -13.804245283rem  +  126.4150943396vw , 46.875rem );
  }
}

@supports not (max-width: clamp( 21.75rem , -13.804245283rem  +  126.4150943396vw , 46.875rem )) {
  .country-heading__country-name {
    max-width: calc(21.75rem + 25.125 * (100vw - 28.125rem) / 19.875);
  }
}

.country-heading__country-name img {
  margin-bottom: 5px;
  max-height: 2.8125rem;
}

@supports (max-height: clamp( 1.875rem , 1.5448943662rem  +  1.4084507042vw , 2.8125rem )) {
  .country-heading__country-name img {
    max-height: clamp( 1.875rem , 1.5448943662rem  +  1.4084507042vw , 2.8125rem );
  }
}

@supports not (max-height: clamp( 1.875rem , 1.5448943662rem  +  1.4084507042vw , 2.8125rem )) {
  .country-heading__country-name img {
    max-height: calc(1.875rem + 0.9375 * (100vw - 23.4375rem) / 66.5625);
  }
}

.country-heading__description {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
}

@supports (font-size: clamp( 0.8125rem , 0.7024647887rem  +  0.4694835681vw , 1.125rem )) {
  .country-heading__description {
    font-size: clamp( 0.8125rem , 0.7024647887rem  +  0.4694835681vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.8125rem , 0.7024647887rem  +  0.4694835681vw , 1.125rem )) {
  .country-heading__description {
    font-size: calc(0.8125rem + 0.3125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.country-heading__questions {
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

@supports (margin-top: clamp( 2.4375rem , 1.8653169014rem  +  2.441314554vw , 4.0625rem )) {
  .country-heading__questions {
    margin-top: clamp( 2.4375rem , 1.8653169014rem  +  2.441314554vw , 4.0625rem );
  }
}

@supports not (margin-top: clamp( 2.4375rem , 1.8653169014rem  +  2.441314554vw , 4.0625rem )) {
  .country-heading__questions {
    margin-top: calc(2.4375rem + 1.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.country-heading__question-btn {
  max-width: 433px;
  width: 100%;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 15px;
  border: 6px solid #FFF;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
  z-index: 10;
}

@supports (font-size: clamp( 1.125rem , 1.0809859155rem  +  0.1877934272vw , 1.25rem )) {
  .country-heading__question-btn {
    font-size: clamp( 1.125rem , 1.0809859155rem  +  0.1877934272vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.0809859155rem  +  0.1877934272vw , 1.25rem )) {
  .country-heading__question-btn {
    font-size: calc(1.125rem + 0.125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.country-heading__question-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
  z-index: -1;
}

.country-heading__question-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.375rem 3.125rem;
}

.country-heading__question-btn img {
  max-width: 60px;
  max-height: 60px;
}

.faq {
  margin-top: 5rem;
}

@supports (margin-top: clamp( 1.875rem , 0.7746478873rem  +  4.6948356808vw , 5rem )) {
  .faq {
    margin-top: clamp( 1.875rem , 0.7746478873rem  +  4.6948356808vw , 5rem );
  }
}

@supports not (margin-top: clamp( 1.875rem , 0.7746478873rem  +  4.6948356808vw , 5rem )) {
  .faq {
    margin-top: calc(1.875rem + 3.125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.faq:last-child {
  margin-bottom: 3.125rem;
}

.faq__content {
  margin-top: 2.0625rem;
  border-radius: 22px;
  background: #FFF;
  padding: 3.375rem 3.75rem 1.5rem 3.75rem;
}

@supports (margin-top: clamp( 1.5625rem , 1.386443662rem  +  0.7511737089vw , 2.0625rem )) {
  .faq__content {
    margin-top: clamp( 1.5625rem , 1.386443662rem  +  0.7511737089vw , 2.0625rem );
  }
}

@supports not (margin-top: clamp( 1.5625rem , 1.386443662rem  +  0.7511737089vw , 2.0625rem )) {
  .faq__content {
    margin-top: calc(1.5625rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
  }
}

.faq__accordion-body p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.faq__accordion-body ul:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.faq__accordion-body li {
  margin-left: 2.8125rem;
  list-style: inherit;
}

.greetings-block {
  margin-top: 3.75rem;
}

@supports (margin-top: clamp( 1.9375rem , 1.2992957746rem  +  2.7230046948vw , 3.75rem )) {
  .greetings-block {
    margin-top: clamp( 1.9375rem , 1.2992957746rem  +  2.7230046948vw , 3.75rem );
  }
}

@supports not (margin-top: clamp( 1.9375rem , 1.2992957746rem  +  2.7230046948vw , 3.75rem )) {
  .greetings-block {
    margin-top: calc(1.9375rem + 1.8125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.greetings-block__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: 9px solid #FFF;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
}

.greetings-block__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
  z-index: 9;
}

.greetings-block__team-emoji {
  z-index: 10;
}

.greetings-block__text-block {
  z-index: 10;
  padding: 3.4375rem 6.875rem 3.4375rem 0rem;
}

@supports (padding-right: clamp( 0.5625rem , -6.6719448584rem  +  15.0521609538vw , 6.875rem )) {
  .greetings-block__text-block {
    padding-right: clamp( 0.5625rem , -6.6719448584rem  +  15.0521609538vw , 6.875rem );
  }
}

@supports not (padding-right: clamp( 0.5625rem , -6.6719448584rem  +  15.0521609538vw , 6.875rem )) {
  .greetings-block__text-block {
    padding-right: calc(0.5625rem + 6.3125 * (100vw - 48.0625rem) / 41.9375);
  }
}

.greetings-block__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 107.4%;
  /* 32.22px */
}

@supports (font-size: clamp( 1.5625rem , 1.4524647887rem  +  0.4694835681vw , 1.875rem )) {
  .greetings-block__title {
    font-size: clamp( 1.5625rem , 1.4524647887rem  +  0.4694835681vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.5625rem , 1.4524647887rem  +  0.4694835681vw , 1.875rem )) {
  .greetings-block__title {
    font-size: calc(1.5625rem + 0.3125 * (100vw - 23.4375rem) / 66.5625);
  }
}

.greetings-block__title span {
  color: #49B9EC;
  font-weight: 800;
}

.greetings-block__subtitle {
  margin-top: 0.625rem;
  font-weight: 500;
  line-height: normal;
}

@supports (font-size: clamp( 0.9375rem , 0.9154929577rem  +  0.0938967136vw , 1rem )) {
  .greetings-block__subtitle {
    font-size: clamp( 0.9375rem , 0.9154929577rem  +  0.0938967136vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.9375rem , 0.9154929577rem  +  0.0938967136vw , 1rem )) {
  .greetings-block__subtitle {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.greetings-block__text {
  margin-top: 1.8125rem;
  font-weight: 300;
  line-height: normal;
}

@supports (font-size: clamp( 0.8125rem , 0.7464788732rem  +  0.2816901408vw , 1rem )) {
  .greetings-block__text {
    font-size: clamp( 0.8125rem , 0.7464788732rem  +  0.2816901408vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.8125rem , 0.7464788732rem  +  0.2816901408vw , 1rem )) {
  .greetings-block__text {
    font-size: calc(0.8125rem + 0.1875 * (100vw - 23.4375rem) / 66.5625);
  }
}

.about-teudat .about-block__text {
  max-width: none;
  width: 95%;
}

.about-teudat .about-block__media-block {
  max-width: none;
  width: 100%;
}

.info-block {
  margin-top: 3.75rem;
}

@supports (margin-top: clamp( 3.125rem , 2.9049295775rem  +  0.9389671362vw , 3.75rem )) {
  .info-block {
    margin-top: clamp( 3.125rem , 2.9049295775rem  +  0.9389671362vw , 3.75rem );
  }
}

@supports not (margin-top: clamp( 3.125rem , 2.9049295775rem  +  0.9389671362vw , 3.75rem )) {
  .info-block {
    margin-top: calc(3.125rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.info-block:last-child {
  margin-bottom: 3.875rem;
}

@supports (margin-bottom: clamp( 3.125rem , 2.9049295775rem  +  0.9389671362vw , 3.75rem )) {
  .info-block:last-child {
    margin-bottom: clamp( 3.125rem , 2.9049295775rem  +  0.9389671362vw , 3.75rem );
  }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.9049295775rem  +  0.9389671362vw , 3.75rem )) {
  .info-block:last-child {
    margin-bottom: calc(3.125rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.info-block__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  border-radius: 15px;
  border: 9px solid #FFF;
  padding: 0 40px;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
          box-shadow: 0px 0px 50px 1px rgba(111, 126, 204, 0.35);
}

.info-block__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(201px);
          backdrop-filter: blur(201px);
  z-index: 9;
}

.info-block__media-block {
  max-width: 176px;
  max-height: 176px;
  z-index: 10;
  margin: 0.125rem;
}

.info-block__media-block img {
  width: 100%;
  height: 100%;
}

.info-block__col {
  z-index: 10;
  padding: 20px 0;
}

.info-block__title {
  z-index: 10;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 107.4%;
}

@supports (font-size: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem )) {
  .info-block__title {
    font-size: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem );
  }
}

@supports not (font-size: clamp( 1.5625rem , 1.3424295775rem  +  0.9389671362vw , 2.1875rem )) {
  .info-block__title {
    font-size: calc(1.5625rem + 0.625 * (100vw - 23.4375rem) / 66.5625);
  }
}

.info-block__title span {
  color: #49B9EC;
}

.info-block__text {
  font-size: 1.5625rem;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
}

@supports (font-size: clamp( 1.0625rem , 0.886443662rem  +  0.7511737089vw , 1.5625rem )) {
  .info-block__text {
    font-size: clamp( 1.0625rem , 0.886443662rem  +  0.7511737089vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.0625rem , 0.886443662rem  +  0.7511737089vw , 1.5625rem )) {
  .info-block__text {
    font-size: calc(1.0625rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
  }
}

.info-block__description {
  margin-top: 0.75rem;
  z-index: 10;
}

.form-page__heading {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-page__heading .title {
  margin-right: 0;
  max-width: 1200px;
}

.form-page__heading .description {
  margin-top: 1rem;
}

.add-country {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.add-country__btn {
  border: 1px solid #2f2f2f;
  margin-bottom: 0px;
  border-radius: 50%;
  width: 41px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 15px;
  font-size: 20px;
}

.gallery {
  height: 500px;
  margin-top: 3.75rem;
}

.gallery:last-child {
  margin-bottom: 3.125rem;
}

.gallery__content {
  position: relative;
  border: 6px solid #fff;
  border-radius: 22px;
  background: #FFF;
  -webkit-box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 4px 21px -7px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.gallery__media-block {
  height: 100%;
}

.gallery-button-next,
.gallery-button-prev {
  position: absolute;
  z-index: 15;
  width: 77px;
  height: 77px;
  cursor: pointer;
}

.gallery-button-next svg,
.gallery-button-prev svg {
  width: 100%;
  height: 100%;
}

.gallery-button-prev {
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.gallery-button-next {
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.passport-index {
  margin-top: 20px;
}

.passport-index__table-scroll {
  overflow-x: auto;
  margin-top: 20px;
}

.passport-index__table {
  width: 100%;
  white-space: nowrap;
  min-height: 380px;
  padding-bottom: 80px;
  margin: 0;
  padding: 0 0 80px 0;
  border-spacing: 0;
}

.passport-index th {
  padding: 2px 7px;
}

.passport-index td {
  padding-left: 7px;
  padding-right: 7px;
}

.passport-index tbody {
  position: relative;
}

.passport-index tbody:first-child td {
  padding-top: 20px;
}

.passport-index tbody td {
  padding-top: 20px;
}

.passport-index__heading-item {
  min-width: 275px;
  text-align: center;
}

.passport-index__heading-item .select__value {
  font-weight: 700;
}

.passport-index__heading-item .form__input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.passport-index .select {
  width: 100%;
}

.passport-index .select__title {
  border: none;
}

.passport-index .table-divider th {
  padding-top: 20px;
  border-bottom: 2px solid #49B9EC;
}

.passport-index .select__value {
  padding: 18px 20px;
}

.passport-index .select__title {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.passport-index__search-col {
  min-width: 298px;
}

.passport-index__add-btn-col {
  min-width: 0;
}

.passport-index__status-col {
  min-width: 350px;
}

.passport-index .form__input {
  width: 100%;
  padding: 18px 20px;
}

.passport-index .item-wrapper {
  border-radius: 16px;
  -webkit-box-shadow: 1px 0px 10px -2px rgba(32, 106, 174, 0.31);
          box-shadow: 1px 0px 10px -2px rgba(32, 106, 174, 0.31);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 59px;
}

.passport-index__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.passport-index__table-row {
  vertical-align: top;
}

.passport-index__table-item {
  text-align: center;
}

.passport-index .sort-col__btn {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 10px;
}

.passport-index .sort-col__btn:hover {
  background-color: #49B9EC;
}

.passport-index .add-passport {
  border-radius: 16px;
  width: 56px;
  height: 56px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.passport-index .add-passport img {
  width: 100%;
  height: 100%;
}

.passport-index .green-cell {
  border: 4px solid #6DD453;
}

.passport-index .red-cell {
  border: 4px solid #FFAEA8;
}

.passport-index .yellow-cell {
  border: 4px solid #ED9657;
}

.print-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 25px;
  padding: 11px;
  border-radius: 11.765px;
  border: 1px solid #49B9EC;
  background: #FFF;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.print-btn:hover {
  background-color: #49B9EC;
}

.countries-not-found {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.countries-not-found._active {
  display: block;
}

.countries-not-found._hidden {
  display: none;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          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: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet: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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

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

.swiper .media-block {
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  height: 100%;
  max-height: 500px;
}

@media (max-width: 350px) {
  .country-heading__question-btn a {
    padding: 2.0625rem 1.25rem;
    gap: 1.25rem;
  }

  .country-heading__question-btn img {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 61.99875em) {
  .about-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-block__text {
    padding: 2.0625rem 1.25rem;
    max-width: none;
  }

  .about-block__text::before {
    top: 97%;
    right: 0;
    width: 100%;
    height: 7%;
  }

  .about-block__media-block {
    max-width: none;
    max-height: 400px;
    border-radius: 0 0 22px 22px;
  }

  .about-block__content.reverse-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about-block__content.reverse-content .about-block__text {
    padding: 2.0625rem 1.25rem;
    max-width: none;
  }

  .about-block__content.reverse-content .about-block__text::before {
    top: -2%;
    left: 0;
    right: 0;
    width: 100%;
    height: 7%;
  }

  .about-block__content.reverse-content .about-block__media-block {
    border-radius: 22px 22px 0 0;
  }

  .country-direction__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.25rem 0.4375rem 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .country-direction__media {
    margin: 1rem auto 0rem;
  }

  .country-direction__media:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .country-direction__media:first-child img {
    margin-left: 0;
  }

  .country-direction__media:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .country-direction__media:last-child img {
    margin-left: 0;
  }

  .country-direction__info {
    margin: 1.25rem 0 0 0;
  }

  .country-heading__question-btn {
    font-weight: 700;
  }

  .country-heading__question-btn a {
    padding: 2.0625rem 2.5625rem;
  }

  .about-teudat .about-block__text {
    width: 100%;
  }
}

@media (max-width: 47.99875em) {
  .form__items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-block__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about-block__title {
    margin-right: 0;
  }

  .about-block__description {
    margin-top: 0.625rem;
  }

  .partners__item::before {
    border: 3px solid #fff;
  }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__container {
    width: 100%;
  }

  .header__lang {
    margin-left: 8px;
  }

  .menu__body {
    height: 100%;
    width: 100%;
    padding: 4.375rem 0.9375rem 0rem 0.9375rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu__item {
    margin: 0;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__col {
    /*margin: 0.75rem 1rem;*/
	margin: 0.75rem 0rem 0.75rem 1rem;
  }

  .footer__col:last-child {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .country-direction__content {
    padding: 0rem 0.4375rem 1.875rem 0.6875rem;
  }

  .country-direction__media {
    width: 70%;
  }

  .country-direction__media:first-child {
    max-width: 250px;
    max-height: 594px;
  }

  .country-direction__media:last-child {
    max-width: 140px;
    max-height: 179px;
  }

  .country-direction__media img {
    width: 100%;
    height: 100%;
  }

  .countries-list__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .countries-list__title {
    margin-right: 0;
  }

  .countries-list__description {
    margin-top: 0.625rem;
  }

  .countries-list__filter {
    padding: 1.125rem;
  }

  .countries-list__letters-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .countries-list__countries {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 0.6875rem;
  }

  .countries-list__country {
    padding: 1rem 1.25rem;
  }

  .country-heading__question-btn img {
    max-width: 50px;
    max-height: 50px;
  }

  .faq__content {
    padding: 1.9375rem 1.125rem 0rem 1.9375rem;
  }

  .greetings-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .greetings-block__text-block {
    padding: 1.8125rem 0.5625rem 0.625rem 1.0625rem;
  }

  .info-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-block__media-block {
    margin-top: 2.25rem;
  }

  .info-block__text {
    padding: 1.875rem 0.9375rem;
    text-align: center;
  }

  .gallery-button-next,
  .gallery-button-prev {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 29.99875em) {
  .about-block__media-block {
	display: flex;
    justify-content: center;
    align-items: flex-end;
	background: #EDF4FC;
    padding-top: 15px;
    height: 410px;
  }

  .about-block-tm, .about-block__content.reverse-content .about-block__media-block.about-block-tm {
	height: 280px;
  }

  .about-block-country {
	height: 245px;	
  }

  #about-block-tm-hack {
	height: 250px;
  }

  .about-block__content.reverse-content .about-block__media-block {
    height: 340px;
  }

  .partners__content {
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  }

  .most-popular__grid-items {
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  .header {
    display: none;
  }

  .info-block {
    margin-top: 20px;
  }

  .info-block__content {
    display: none;
  }

  .print-btn {
    display: none;
  }

  .passport-index {
    margin-top: 0;
  }

  .passport-index__table-scroll {
    margin-top: 0;
  }

  .footer {
    display: none;
  }

  .passport-index__table,
  .passport-index__table * {
    visibility: visible;
  }

  thead {
    display: table-row-group;
  }

  tr {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.webp .page{ background-image: url(../img/bg1.webp); }

.webp .page.bg-variant{ background-image: url(../img/bg2.webp); }

.webp .page.country-details{ background-image: url(../img/bg2.webp); }