@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: ALSHauss;
  font-display: swap;
  src: url("../fonts/ALSHauss-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: ALSHauss;
  font-display: swap;
  src: url("../fonts/ALSHauss-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: ALSHauss;
  font-display: swap;
  src: url("../fonts/ALSHauss-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: ALSHauss;
  font-display: swap;
  src: url("../fonts/ALSHauss-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("https://visakazan.ru/assets/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900; /* переменная толщина от Thin до Black */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900; /* переменная толщина от Thin до Black */
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-500Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot@gw5t38") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg@gw5t38") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e90b";
}

.icon-arrow-right-d:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-right-down:before {
  content: "\e902";
}

.icon-arrow-right-up:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-document:before {
  content: "\e905";
}

.icon-get-visa:before {
  font-size: 35px;
  content: "\e906";
}

.icon-rouble:before {
  content: "\e907";
}

.icon-talk:before {
  content: "\e908";
}

.icon-time:before {
  content: "\e909";
}

/** Подключение переменных */
:root {
  --bs-font-family: MuseoSansCyrl, sans-serif;
  --bs-body-font-weight: 400;
  --bs-body-bg: #f1efff;
  --bs-body-bg: linear-gradient(180deg,rgba(241, 239, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  --bs-footer-bg: #3F2BA8;
  --bs-font-size: 16px;
  --bs-font-weight: 300;
  --bs-line-height: 1.2;
  --bs-body-color: var(--text-body);
  --text-body: #303030;
  --bs-body-font-family: var(--bs-font-family);
  --bs-font-color: var(--light-text);
  --bs-transition: .2s ease;
  --bs-radius: 28px;
  --btn-gray-text: var(--text-body);
  --text-light-gray: #818097;
  --primary-color: #3F2BA8;
  --primary-color--bright: #7300ff;
  --header-navlink--hover: #3f2ba8;
  --header-color: #0475e1;
  --inner-bg: #0068ca;
  --card-bg-accent: #1679d7;
  --primary-color--hover: var(--action-color--hover);
  --primary-color--active: var(--action-color--active);
  --link-color: #004c96;
  --action-color: var(--primary-color);
  --action-color--hover: #462ebe;
  --action-color--active: #462ebe;
  --action-color--light: #ebe9ff;
  --primary-hover-color: var(--btnhover);
  --secondary-color: #ce34f0;
  --secondary-color-2: #9800b9;
  --secondary-color-2-hover: #b200d7;
  --attention-color: #dc0606;
  --step-color-1: #e7f9ff;
  --step-color-2: #f1efff;
  --main-bg: #0067c9;
  --bg-blue: #0165c5;
  --light-blue-bg: #f0f8ff;
  --light-blue-bg2: #dfefff;
  --light-blue-bg2--hover: #b8dcff;
  --light-blue-bg2--active: #9ecfff;
  --white-color: #fff;
  --black-color: #131313;
  --title-color: var(--text);
  --bs-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 8px 3px rgba(0, 0, 0, 0.1);
  --hover-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
  --white: #fff;
  --text: #223642;
  --light-text: #778496;
  --btnhover: #c03535;
  --stroke: #cfd8e5;
}

/**
* Подключение sass function и mixins и extends стилей
*/
/**
	Шаблоны (заготовки)
	@extend %имя шаблона;
*/
.burger-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Обнуление */
/**
* Библиотеки
* раскомментировать для использования
*/
/**
* Подключение custom scrollbar для всего сайта
*/
html:not(.touch) *::-webkit-scrollbar {
  inline-size: 1rem;
  background-color: var(--white-color);
}
html:not(.touch) *::-webkit-scrollbar-track {
  border-radius: 0rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
  background: #eee;
}
html:not(.touch) *::-webkit-scrollbar-thumb {
  border-radius: 0rem;
  border: 0 none #fff;
  background-color: var(--primary-color);
}
@media (any-hover: hover) {
  html:not(.touch) *::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color--active);
  }
}

/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/
/** Базовые анимации: */
@keyframes show-header {
  0% {
    inset-block-start: -100%;
  }
  100% {
    inset-block-start: 0;
  }
}
@keyframes fade-up-big {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
/** Стили для полноэкранного блока: */
/*
* (i) Стили будут применяться ко
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  margin-inline: auto;
  max-inline-size: 77rem;
  padding-inline: 1rem;
}

.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}
.ibg_contain img {
  object-fit: contain;
}

.wrapper {
  display: flex;
  min-block-size: 100%;
  /** Поменять на clip - если используется в проекте position: sticky */
  overflow: hidden;
  flex-direction: column;
  position: relative;
}

.page {
  position: relative;
  flex: 1 1 auto;
}
.page [data-observ] {
  pointer-events: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  block-size: 0.125rem;
  inline-size: 100%;
  background: transparent;
}
.page_start {
  padding-block-start: 6.25rem;
}

img {
  max-width: 100%;
  user-select: none;
}

.container {
  --bs-gutter-x: 2.5rem;
  max-width: 1244px;
}

[data-tabs=tabs-panels] > *,
.tabs-block .tab-panel {
  display: none;
}

[data-tabs=tabs-panels] > *.active,
.tabs-block .tab-panel.active {
  display: block;
}

[data-tabs=tabs-list] {
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  border-radius: 70px;
}
[data-tabs=tabs-list] > * {
  padding: 10px;
  font-size: 13px;
  font-family: Raleway, sans-serif;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 768px) {
  [data-tabs=tabs-list] > * {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 70px;
  }
}
[data-tabs=tabs-list] > *.active {
  background-color: var(--primary-color);
  border-radius: 50px;
  color: #fff;
}

/**
* БЕМ блоки используемые во всё проекте
*/
html, body {
  background: var(--bs-body-bg);
  min-width: 320px;
}

p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.form-check-input {
  border-color: #b0afcc;
  position: relative;
  box-shadow: none !important;
}
.form-check-input::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 65%;
  height: 65%;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0;
}

.form-check-input:checked {
  background-color: #ffffff;
  border-color: #b0afcc;
}
.form-check-input:checked::before {
  opacity: 1;
}

.with-noise {
  position: relative;
  z-index: 0;
}

.with-noise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--noise-image);
  background-repeat: repeat;
  pointer-events: none;
  z-index: -1;
}

.primary-bgc {
  background-color: var(--primary-color);
}

.light-white {
  color: #f4f4f4 !important;
}
.light-white span, .light-white p {
  color: #f4f4f4 !important;
}

.pt-40 {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pt-50 {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .pt-50 {
    padding-top: 50px;
  }
}

.pt-60 {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pt-100 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pb-40 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

.pb-50 {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

.pb-60 {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.pb-100 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.mt-40 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mt-50 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .mt-50 {
    margin-top: 50px;
  }
}

.mt-60 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mt-80 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .mt-100 {
    margin-top: 100px;
  }
}

.mb-40 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.mb-60 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.mb-80 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 50px;
  }
}

.section-padding {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 50px 0;
  }
}

.section-margin {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .section-margin {
    margin: 50px 0;
  }
}

.text-white .section-title {
  color: #fff;
}
.text-white .section-title span {
  color: #fff;
}

.text-white .breadcrumbs {
  line-height: 130%;
  font-weight: 400;
}
.text-white .breadcrumbs li {
  font-size: 14px;
  color: #f4f4f4;
}
.text-white .breadcrumbs a {
  font-size: 14px;
  color: #f4f4f4;
  opacity: 0.6;
}
.text-white .breadcrumbs i {
  margin: 0 5.5px;
}

.section-title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 112%;
  margin-bottom: 40px;
  color: var(--text-body);
}
@media (min-width: 992px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.section-title span {
  font-family: Raleway, sans-serif;
  font-style: italic;
  color: var(--primary-color);
}
.section-title.descr-block__title span, .section-title.sights__title span, .section-title.documents__title span, .section-title.visa-type-advantages__title span {
  color: var(--text-body);
}

.section-subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-subtitle {
    margin-bottom: 40px;
  }
}

.btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border: none;
  font-family: ALSHauss, sans-serif;
  color: #fff;
  background-color: var(--primary-color);
  padding: 14.5px 20px;
  border-radius: 70px;
  --bs-btn-hover-bg: var(--primary-color--hover);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--primary-color--hover);
  --bs-btn-active-color: #fff;
}
.btn--action {
  padding: 16px 18px;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--action-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color--active);
  --bs-btn-active-bg: var(--primary-color--active);
  --bs-btn-active-color: #fff ;
}
.btn--accent {
  padding: 16px 18px;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--secondary-color-2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-color-2-hover);
  --bs-btn-active-bg: var(--secondary-color-2-hover);
  --bs-btn-active-color: #fff ;
}
.btn--light {
  background-color: var(--light-blue-bg2);
  color: var(--btn-gray-text);
  --bs-btn-hover-color: var(--btn-gray-text);
  --bs-btn-hover-bg: var(--light-blue-bg2--hover);
  --bs-btn-active-color: var(--btn-gray-text);
  --bs-btn-active-bg: var(--light-blue-bg2--active);
}
.btn--light_2 {
  background-color: var(--light-blue-bg2--hover);
  color: var(--btn-gray-text);
  --bs-btn-hover-color: var(--btn-gray-text);
  --bs-btn-hover-bg: var(--light-blue-bg2--active);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color--active);
}
.btn--white {
  background-color: #fff;
  color: var(--text-body);
  border: 1px solid var(--primary-color);
  --bs-btn-hover-color: var(--btn-gray-text);
  --bs-btn-hover-bg: var(--action-color--light);
  --bs-btn-active-color: var(--btn-gray-text);
  --bs-btn-active-bg: var(--action-color--light);
}
.btn--transparent {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
}
.btn--w-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn--w-icon i {
  margin-right: 6px;
}

.two-columns {
  column-count: 2;
  column-gap: -20px;
}
.two-columns li {
  width: fit-content;
}

.card {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  border: none;
}

.clouds-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mobile-horizontal-scroll {
  display: flex;
  flex-wrap: nowrap;
}
.mobile-horizontal-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
@media (max-width: 1199px) {
  .mobile-horizontal-scroll {
    overflow-x: scroll;
  }
}

.form-control {
  border-radius: 30px;
  padding: 15.2px 16px 15.2px;
  background: #fff;
  font-size: 14px;
  line-height: 120%;
  color: #666;
}
.form-control:active, .form-control:focus {
  box-shadow: none;
  outline: none;
}

.line-form {
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--text-body);
  font-family: Raleway, sans-serif;
  box-shadow: none !important;
}
.line-form:active, .line-form:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--primary-color);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--primary-color);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

:root {
  --mm-size: 100%;
  --mm-max-size: 100%;
}

.mmenu-close {
  position: relative;
  padding: 5px;
  width: 34px;
  height: 30px;
}
.mmenu-close span {
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: var(--primary-color);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.mmenu-close span:nth-child(1) {
  top: 5px;
}
.mmenu-close span:nth-child(2) {
  top: 14px;
}
.mmenu-close span:nth-child(3) {
  bottom: 5px;
}

.mm-wrapper--opened .mmenu-close span:nth-child(1) {
  transform: rotate(45deg);
  width: 26px;
  top: 14px;
}
.mm-wrapper--opened .mmenu-close span:nth-child(2) {
  top: 14px;
  transform: scale(0);
}
.mm-wrapper--opened .mmenu-close span:nth-child(3) {
  width: 26px;
  bottom: 14px;
  transform: rotate(-45deg);
}

#mm-1 .mm-navbar {
  display: none;
}

.mm-wrapper--opened .mm-wrapper__blocker {
  --mm-blocker-opacity-delay: 0s;
}

.mm-menu {
  transition-duration: 0.3s !important; /* Ваше значение (например, 0.3 секунды) */
}

.mm-panels {
  position: relative;
  left: 0;
}

.mm-menu--position-right-front {
  --mm-translate-horizontal: 110%;
}

.mm-menu--theme-light {
  --mm-color-background: rgba(255, 255, 255, 0.85);
  --mm-color-background: #fff;
}

#mmenu {
  max-height: 340px !important;
  --bs-gutter-x: 2.5rem;
  top: 83px;
  top: -1px;
  width: calc(100% - var(--bs-gutter-x));
  left: calc(var(--bs-gutter-x) * 0.5);
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  height: 70%;
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
#mmenu .icon-arrow-right-d {
  display: inline-block;
  font-size: 8px;
  margin-left: 5px;
  transform: rotate(270deg);
  position: relative;
  top: -1px;
}
#mmenu .mm-btn--prev {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
#mmenu .mm-btn--prev:before {
  content: "\e900";
  transform: none;
  border: none;
  color: #000;
}
#mmenu li {
  border-color: #faf7f7;
}

.mm-panel:after {
  display: none;
  content: none;
}

.mmenu-bottom {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-top: 20px;
}
.mmenu-bottom .btn {
  color: #fff !important;
}
.mmenu-bottom .btn i {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.mmenu-bottom .btn:hover, .mmenu-bottom .btn:active {
  background-color: var(--bs-btn-hover-bg) !important;
  color: #fff !important;
}

.mm-wrapper--opened #mmenu {
  top: 83px;
  opacity: 1;
}

.mm-panel--parent ~ .mm-panel--opened .mm-listitem {
  border-color: transparent;
}
.mm-panel--parent ~ .mm-panel--opened .mm-navbar {
  border-color: transparent;
  border-bottom: 1px solid #faf7f7;
}

.mm-listitem:after {
  left: -20px;
}

.mm-navbar__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #383838 !important;
  opacity: 1;
  justify-content: flex-start;
  padding-inline-start: 0 !important;
}

.mm-listitem__text:active {
  color: var(--primary-color--hover) !important;
  background-color: transparent !important;
}
.mm-listitem__text::after {
  content: none;
}

.accent-bg {
  background: var(--inner-bg);
  background: linear-gradient(164deg, var(--inner-bg) 0%, #0064c3 91.23%);
}

.user-content {
  padding-top: 0;
  font-family: Raleway, sans-serif;
}
.user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  margin-bottom: 20px;
}
.user-content hr {
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .user-content hr {
    margin: 2rem 0;
  }
}
.user-content ul:not(:last-child), .user-content ol:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
.user-content ul li:not(:last-child), .user-content ol li:not(:last-child) {
  margin-bottom: 10px !important;
}
@media (min-width: 992px) {
  .user-content {
    font-size: 18px;
  }
}

body.modal-open .mm-slideout {
  position: static;
}

.modal-header {
  background-color: var(--primary-color);
  color: #fff;
}

.modal .modal-title {
  line-height: 1;
}
.modal .btn-close {
  opacity: 1;
}
.modal .modal-content {
  overflow: hidden;
  border-radius: 32px;
}
.modal .section-title {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .modal .section-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .modal .section-title {
    font-size: 32px;
  }
}
.modal .modal-header {
  padding: 20px 20px;
}
@media (min-width: 576px) {
  .modal .modal-header {
    padding: 20px 40px;
  }
}
.modal .modal-body {
  background-color: #F1EFFF;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .modal .modal-body {
    padding: 0 40px;
  }
}
.modal .application__wrapper {
  padding: 20px 0;
}
@media (min-width: 1400px) {
  .modal .application__wrapper::before {
    right: -225px;
    left: auto;
    opacity: 0.5;
  }
}
.modal .application__advantage {
  gap: 8px;
}
.modal .application__advantages i {
  font-size: 18px;
  color: var(--primary-color);
  position: relative;
  top: -1px;
}

.full-height {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.full-height main {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

[data-expand=parent]:hover [data-expand=element], [data-expand=parent].hover [data-expand=element] {
  max-height: var(--popup-height) !important;
}
@media (min-width: 992px) {
  [data-expand=parent]:hover .main-hero__location-title, [data-expand=parent].hover .main-hero__location-title {
    margin-bottom: 1px;
    transition: all 0.3s ease 0.2s;
  }
}

[data-block=less-more] {
  position: relative;
  overflow: hidden;
}

[data-block=more-elem] {
  display: block;
  cursor: pointer;
}

[data-tabs=tabs-panels] > *,
.tabs-block .tab-panel {
  display: none;
}

[data-tabs=tabs-panels] > *.active,
.tabs-block .tab-panel.active {
  display: block;
}

.custom-accordion__wrapper {
  overflow: hidden;
  transition: all 0.2s ease;
}

/**
* Подключение стилей отдельных блоков и секций
*/
.header {
  inline-size: 100%;
  transition: background-color var(--bs-transition);
  padding: 20px 0;
  position: relative;
  z-index: 5;
}
.header.absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header.header-is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
}
.header.header-is-sticky .container {
  transition: all 0.2s ease;
}
.header.header-is-sticky .navbar {
  transition: all 1s ease;
}
.header.header-is-sticky.scrolled-down {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .header.header-is-sticky.scrolled-down {
    padding-top: 10px;
  }
}
.header.header-is-sticky.scrolled-down .container {
  padding-left: 5px;
  padding-right: 5px;
}
.header.header-is-sticky.scrolled-down .navbar {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.5s ease;
}
.header.header-is-sticky + main > *:first-child {
  padding-top: 166px;
}
@media (min-width: 992px) {
  .header.header-is-sticky + main > *:first-child {
    padding-top: 298px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-is-sticky .header__container {
  block-size: 3.125rem;
}
.header .navbar {
  padding: 0 16px 0 6px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 93px;
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 6px 6px 6px 15px;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav {
    gap: 30px;
  }
}
.header .navbar .navbar-nav .nav-item:hover .nav-link::before {
  opacity: 0.5;
  transition: all 0.3s ease;
  transform: translateX(0);
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    color: #303030;
    position: relative;
  }
  .header .navbar .navbar-nav .nav-link::before {
    position: absolute;
    bottom: 5px;
    left: 8px;
    right: auto;
    width: calc(100% - 16px);
    height: 1px;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    transform: translateX(10px);
  }
  .header .navbar .navbar-nav .nav-link:hover {
    color: var(--header-navlink--hover);
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
}
.header .navbar .navbar-nav .nav-link.show {
  color: var(--primary-color--bright);
}
.header .navbar .navbar-nav .nav-link.show::before {
  opacity: 0.5;
  transition: all 0.3s ease;
  transform: translateX(0);
}
.header .navbar .navbar-collapse {
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .header .navbar .navbar-collapse {
    gap: 60px;
  }
}
.header .navbar .dropdown-toggle::after {
  content: none;
}
.header .navbar .dropdown-toggle i {
  display: inline-block;
  font-size: 10px;
  margin-left: 4px;
  transition: all 0.2s ease;
}
.header .navbar .dropdown-toggle.show i {
  transform: rotate(180deg);
}
.header .navbar .dropdown-menu {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  border: none;
  box-shadow: 2px 2px 6px -4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin-top: 0;
    top: calc(100% + 22px);
  }
}
.header .navbar .dropdown-menu__title {
  font-size: 14px;
  line-height: 140%;
  color: #666;
  margin-bottom: 8px;
}
.header .navbar .dropdown-item {
  padding-left: 0;
  font-size: 14px;
  line-height: 140%;
  color: var(--btn-gray-text);
}
@media (min-width: 1200px) {
  .header .navbar .dropdown-item {
    font-size: 16px;
  }
}
.header .navbar .dropdown-item:focus, .header .navbar .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.header + main > *:first-child {
  margin-top: -83px;
}
@media (min-width: 992px) {
  .header + main > *:first-child {
    padding-bottom: 140px;
    margin-top: -105px;
    padding-top: 215px;
  }
}

@media (min-width: 768px) {
  .inner-page .header.header-is-sticky + main > *:first-child {
    padding-top: 215px;
  }
}
@media (min-width: 992px) {
  .inner-page .header.header-is-sticky + main > *:first-child {
    padding-top: 300px !important;
  }
}
@media (min-width: 1400px) {
  .inner-page .header.header-is-sticky + main > *:first-child {
    padding-top: 280px !important;
    padding-bottom: 95px;
  }
}

.header__logo {
  position: relative;
  z-index: 50;
  margin-right: 10px;
  padding: 0;
}
@media (min-width: 375px) {
  .header__logo {
    margin-right: 15px;
  }
}
.header__logo img {
  width: 156px;
  height: 43px;
}
@media (min-width: 1200px) {
  .header__logo img {
    width: 190px;
    height: 53px;
  }
}

.header__button {
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .header__button {
    margin-right: 0;
  }
}
.header__button .btn {
  padding: 10px 10px;
  font-size: 14px;
  display: none;
}
@media (min-width: 395px) {
  .header__button .btn {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .header__button .btn {
    min-height: 53px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .header__button .btn {
    font-size: 16px;
    padding: 13px 24px;
  }
}
.header__button .btn i {
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media (min-width: 992px) {
  .header__button .btn i {
    font-size: 20px;
  }
}

.burger-button {
  display: none;
  padding: 0.5rem;
  background-color: var(--primary-color);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  z-index: 50;
}
@media (max-width: 62em) {
  .burger-button {
    display: flex;
  }
}
@media (max-width: 62em) {
  .burger-button .icon-menu {
    position: relative;
    width: 1rem;
    height: 0.75rem;
    cursor: pointer;
    z-index: 5;
  }
  .burger-button .icon-menu span, .burger-button .icon-menu::before, .burger-button .icon-menu::after {
    content: "";
    transition: all 300ms ease 0ms;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }
  .burger-button .icon-menu::before {
    top: 0;
  }
  .burger-button .icon-menu::after {
    bottom: 0;
  }
  .burger-button .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .burger-button .icon-menu span {
    width: 0;
  }
  .menu-open .burger-button .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  .menu-open .burger-button .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  padding-top: 72px;
  transform: translateX(100%);
  overflow: hidden;
  touch-action: auto;
}
.menu-open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
  transform: translateX(0);
}
.mobile-menu__container {
  height: 100dvh;
  overflow-y: scroll;
}

html.menu-open {
  position: relative;
}

.main-hero {
  padding-top: 83px;
  background-color: #c0c1eb;
  position: relative;
  padding-bottom: 40px;
  margin-top: -83px;
}
@media (min-width: 992px) {
  .main-hero {
    padding-bottom: 80px;
    margin-top: -105px;
    padding-top: 105px;
  }
}
.main-hero .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .main-hero .clouds-bg {
    background-position: bottom right -332px;
  }
}
.main-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .main-hero::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  .main-hero::after {
    content: none;
  }
}

.full-screen {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .full-screen_desktop {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .main-hero__content {
    position: relative;
  }
}

.main-hero__title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 34px;
}
@media (min-width: 576px) {
  .main-hero__title {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .main-hero__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .main-hero__title {
    margin-top: -66px;
    margin-bottom: 42px;
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .main-hero__title {
    font-size: 48px;
    max-width: 670px;
    text-align: left;
    margin: -55px auto 44px 0;
  }
}
@media (min-width: 1400px) {
  .main-hero__title {
    max-width: 715px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .main-hero__title span {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .main-hero__title span {
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.9);
  }
}

.main-hero__form-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 575px) {
  .main-hero__form-title {
    font-size: 30px;
  }
}

.main-hero__action-form {
  margin-top: 5px;
  display: flex;
}
@media (min-width: 768px) {
  .main-hero__action-form {
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    overflow: hidden;
  }
}
.main-hero__action-form .form-label {
  display: block;
  margin-bottom: 10px;
}

.main-hero__action-element {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 20px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .main-hero__action-element {
    border-radius: 40px;
    padding: 30px;
  }
}
.main-hero__action-element--application input {
  font-size: 16px;
}
.main-hero__action-element--application .form-control:active, .main-hero__action-element--application .form-control:focus {
  background-color: #e8e9ff;
  border-color: transparent;
}

.main-hero__form-element {
  margin-bottom: 20px;
}
.main-hero__form-element label {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.main-hero__button {
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.main-hero__button .btn {
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 349px) {
  .main-hero__button .btn {
    font-size: 14px;
    padding: 14.5px 16px;
  }
}

.main-hero__form-subtitle {
  font-family: Raleway, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 370px) {
  .main-hero__form-subtitle {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main-hero__form-subtitle {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .main-hero__form-subtitle {
    margin-bottom: 25px;
  }
}

.application__advantages {
  margin-bottom: 10px;
}
@media (min-width: 370px) {
  .application__advantages {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .application__advantages {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .application__advantages {
    margin-bottom: 25px;
  }
}
.application__advantages i {
  color: var(--primary-color);
}

.range-slider {
  position: relative;
  width: 100%;
  margin: 40px auto 10px; /* для примера */
}
.range-slider .slider-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  margin-bottom: 12px;
}
.range-slider .slider-labels span {
  font-family: ALSHauss, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #b0afcc;
}
.range-slider #step-slider {
  margin-top: 20px; /* чтобы не наезжало на лейблы */
}
.range-slider .noUi-tooltip {
  background: #ce34f0;
  border-radius: 8px;
  padding: 4px 5px;
  color: #fff;
  font-family: ALSHauss, sans-serif;
  font-weight: 400;
  font-size: 16px;
  bottom: 140% !important;
}
.range-slider .noUi-tooltip::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 6px;
  background: #ce34f0;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  border-radius: 6px;
}
.range-slider .noUi-base {
  height: 2px; /* толщина дорожки */
  background-color: #c9c9c9;
}
.range-slider .noUi-horizontal {
  height: 3px;
  box-shadow: none;
}
.range-slider .noUi-connect {
  background-color: var(--primary-color);
  height: 2px;
  box-shadow: 0 1px 1px var(--primary-color);
}
.range-slider .noUi-handle {
  border: none;
  background: #4b28d3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  max-width: 16px;
  max-height: 16px;
  top: -8px !important;
}
.range-slider .noUi-handle::before, .range-slider .noUi-handle::after {
  content: none;
}

[data-calculator=container] {
  display: flex;
  overflow: hidden;
  position: relative;
}

[data-calculator=track] {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

[data-calculator=window] {
  min-width: 100%;
}

.advantages__items {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .advantages__items {
    gap: 20px;
  }
}

.advantages__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .advantages__image {
    height: 60vw;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .advantages__image {
    height: 80vw;
  }
}

.advantages__item {
  font-family: Raleway, sans-serif;
  color: var(--text-body);
  border-radius: 30px;
}

.advantages__item-stats {
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .advantages__item-stats {
    margin-bottom: 25px;
  }
}
.advantages__item-stats--plate {
  background: var(--light-blue-bg);
  padding: 10px;
}
.advantages__item-stats i {
  color: var(--primary-color);
  font-size: 21.67px;
  position: relative;
  top: 1px;
}
.advantages__item-stats span {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 992px) {
  .advantages__item-stats span {
    font-size: 20px;
  }
}

.advantages__item-title {
  font-family: MuseoSansCyrl, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 0;
}

.advantages__item-text {
  margin-top: 10px;
}

.advantages-inner .advantages__item {
  flex-grow: 1;
}
.advantages-inner .advantages__item:nth-child(odd) {
  background-color: #d9f6ff;
}
.advantages-inner .advantages__item:nth-child(even) {
  background-color: #e9e6fd;
}
.advantages-inner .advantages__item:last-child {
  background-color: #e9e6fd;
}
@media (min-width: 992px) {
  .advantages-inner .advantages__item {
    width: auto;
    padding: 20px;
    flex-basis: calc(33.3333333333% - 15px);
  }
}
.advantages-inner .advantages__item-title {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 992px) {
  .advantages-inner .advantages__item-title {
    font-size: 24px;
  }
}
.popular-countries {
  position: relative;
}
@media (min-width: 768px) {
  .popular-countries .section-title {
    margin-bottom: 0;
  }
}
.popular-countries .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .popular-countries .container--slider {
    padding: 0;
  }
}

.popular-countries__header {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .popular-countries__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .popular-countries__header {
    margin-bottom: 60px;
  }
}

.popular-countries__tabs {
  flex-grow: 1;
  height: min-content;
}
@media (min-width: 768px) {
  .popular-countries__tabs {
    flex-grow: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.countriesSwiper {
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .countriesSwiper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .countriesSwiper .swiper-wrapper {
    display: contents; /* отключаем Swiper layout */
  }
}
@media (min-width: 1200px) {
  .countriesSwiper .swiper-slide {
    width: calc(25% - 15px); /* 4 карточки в ряд с отступами */
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .countriesSwiper .swiper__navigation {
    display: none;
  }
}

.swiper-slide {
  width: fit-content;
}

.swiper__navigation {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  gap: 0px;
  z-index: 2;
}
@media (min-width: 992px) {
  .swiper__navigation {
    margin-top: 32px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  top: 0;
  bottom: auto;
  width: 60px;
  height: 20px;
  border-radius: 30px;
  margin-top: 0;
  right: auto;
  left: auto;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  transition: all 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 32px;
  color: var(--primary-color);
}

.swiper-button-next:active {
  transform: translateX(5px);
}

.swiper-button-prev:active {
  transform: translateX(-5px);
}

.country-card {
  user-select: none;
  border-radius: 20px 20px 30px 30px;
  padding: 0;
  background: #fff;
  border: none;
  overflow: hidden;
  font-family: ALSHauss, sans-serif;
}

.country-card__body {
  padding: 10px;
}

.popular-countries__item {
  width: 249px;
}
@media (min-width: 768px) {
  .popular-countries__item {
    width: 291px;
  }
}
@media (min-width: 992px) {
  .popular-countries__item {
    width: unset;
  }
}
.popular-countries__item:hover .country-card__image img {
  transform: scale3d(1.05, 1.05, 1);
}

.country-card__header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.country-card__title {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.country-card__title span, .country-card__title a {
  font-weight: 500;
  font-size: 16px;
  color: var(--text-body);
  line-height: 1;
}
.country-card__title a:hover {
  color: var(--primary-color--hover);
}

.card-pill {
  background: #fff;
  border-radius: 100px;
  padding: 5px 6px 4px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--bs-body-color);
}
.card-pill--color {
  color: #fff;
  background: var(--secondary-color);
  font-size: 12px;
  line-height: 100%;
  margin-left: auto;
}

.country-card__flag img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.country-card__image {
  border-radius: 20px;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.country-card__image img {
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
  height: 205px;
  width: 100%;
}

.country-card__pills {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  z-index: 2;
}

.popular-countries__tabs-panels {
  margin-top: 20px;
}

.country-card__conditions {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  min-height: 40px;
}

.country-card__prices,
.country-card__terms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.country-card__terms {
  justify-content: space-between;
}

.country-card__price {
  font-size: 14px;
  color: var(--text-light-gray);
  line-height: 1;
}

.country-card__value {
  font-size: 14px;
  color: var(--text-light-gray);
  line-height: 1;
}

.country-card__price-current {
  font-weight: 500;
  font-size: 20px;
  color: #383838;
  line-height: 1;
}
.country-card__price-current--discount {
  color: var(--attention-color);
}

.country-card__days {
  font-weight: 500;
  font-size: 16px;
  color: var(--text-body);
  line-height: 1;
}

.country-card__button {
  margin-top: 10px;
}
.country-card__button .btn {
  width: 100%;
}

main .popular-countries:first-child {
  margin-top: 0;
}

.zone-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.zone-countries .country-card {
  width: 100%;
}
@media (min-width: 576px) {
  .zone-countries .country-card {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .zone-countries .country-card {
    width: calc(33.3333333333% - 14px);
  }
}
@media (min-width: 1200px) {
  .zone-countries .country-card {
    width: calc(25% - 15px);
  }
}

.steps::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/flower.png");
  background-repeat: no-repeat;
  background-size: 545px;
  background-position: bottom right -105px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .steps::after {
    background-size: contain;
    min-height: calc(100% + 60px);
  }
}
@media (min-width: 992px) {
  .steps::after {
    min-height: calc(100% + 100px);
    background-position: bottom right calc(50% - 300px);
  }
}
@media (min-width: 1200px) {
  .steps::after {
    background-position: bottom right calc(50% - 400px);
  }
}
@media (min-width: 1400px) {
  .steps::after {
    background-position: bottom right calc(50% - 600px);
  }
}
@media (min-width: 1800px) {
  .steps::after {
    background-position: bottom right calc(50% - 682px);
  }
}
.steps > * {
  position: relative;
  z-index: 1;
}

.steps__items {
  gap: 20px;
}

.steps__item {
  border-radius: 30px;
  padding: 20px;
  position: relative;
}
@media (min-width: 576px) {
  .steps__item {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .steps__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .steps__item {
    width: calc(25% - 15px);
  }
}
.steps__item:nth-child(odd) {
  background-color: var(--step-color-1);
}
.steps__item:nth-child(even) {
  background-color: var(--step-color-2);
}
.steps__item--accent {
  background: linear-gradient(164deg, #0068ca 0%, #0064c3 91.23%);
  color: #fff;
}

.steps__item-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .steps__item-header {
    margin-top: auto;
  }
}
.steps__item-header--pics {
  margin-bottom: 20px;
  max-width: 142.5px;
}
@media (min-width: 992px) {
  .steps__item-header--pics {
    margin-bottom: 44px;
  }
}
.steps__item-header i {
  font-size: 30px;
  color: var(--text-body);
}

.steps__item-step-num {
  position: absolute;
  right: 20px;
  top: 0;
  font-family: ALSHauss, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}
@media (min-width: 992px) {
  .steps__item-step-num {
    font-size: 70px;
    right: 10px;
    top: -10px;
  }
}
@media (min-width: 1400px) {
  .steps__item-step-num {
    font-size: 90px;
    right: 20px;
    top: -10px;
  }
}

.steps__item-title {
  font-family: MuseoSansCyrl, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-body);
}

.steps__item-text {
  line-height: 120%;
}
@media (min-width: 768px) {
  .steps__item-text {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .steps__item-text {
    margin-bottom: 0 !important;
  }
}

.steps__item-btn {
  margin-top: auto;
  min-height: 48px;
}
@media (min-width: 992px) {
  .steps__item-btn {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .steps__item-btn {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .steps__item-btn i {
    display: none;
  }
}

.steps__item-stats {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .steps__item-stats {
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .steps__item-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 40px;
  }
}
.steps__item-stats span {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  font-family: MuseoSansCyrl, sans-serif;
}
@media (min-width: 1200px) {
  .steps__item-stats span {
    line-height: 1;
  }
}

.steps__item-stats-num {
  font-size: 64px;
  font-family: ALSHauss, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .steps__item-stats-num {
    margin-bottom: 0;
  }
}
.steps__item-stats-num .plus {
  font-family: ALSHauss, sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-right: 2px;
  position: relative;
  top: -4px;
}

.steps__item-user-pic {
  position: relative;
}
.steps__item-user-pic img {
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  border-radius: 50%;
}
.steps__item-user-pic:nth-child(2) {
  z-index: 1;
  left: -8px;
}
.steps__item-user-pic:nth-child(3) {
  z-index: 2;
  left: -16px;
}

.reviews {
  position: relative;
}
.reviews::before {
  position: absolute;
  content: "";
  top: -38px;
  left: calc(50% - 10px);
  width: 158px;
  height: 71px;
  background-image: url("../img/bg/bird.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 375px) {
  .reviews::before {
    left: calc(50% + 28px);
  }
}
@media (min-width: 768px) {
  .reviews::before {
    width: 229px;
    height: 102px;
  }
}
@media (max-width: 991px) {
  .reviews .container--slider {
    padding: 0;
  }
}
.reviews .section-title {
  margin-bottom: 10px;
}
.reviews .title__btn {
  min-width: 214px;
  height: fit-content;
}

.reviews__title-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .reviews__title-wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 80px;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .reviews__title-wrap .section-subtitle {
    margin-bottom: 0;
  }
}

.reviews__slider {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .reviews__slider {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .reviews__slider {
    margin-top: 40px;
  }
}
.reviews__slider .swiper-slide:nth-child(odd) .review-card {
  background-color: var(--step-color-2);
}
.reviews__slider .swiper-slide:nth-child(even) .review-card {
  background-color: var(--step-color-1);
}
.reviews__slider .swiper-button-next i,
.reviews__slider .swiper-button-prev i {
  color: #fff;
}

.review-card__video {
  margin-bottom: 15px;
}

.video-thumbnail {
  position: relative;
}
.video-thumbnail img {
  max-height: 200px;
  border-radius: 20px;
}
.video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url("../img/icons/play-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.video-thumbnail .play-button:hover {
  filter: drop-shadow(2px 2px 4px #000);
}

.reviews__item {
  min-height: 386px;
  width: 250px;
  user-select: none;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 450px) {
  .reviews__item {
    width: 270px;
  }
}
@media (min-width: 576px) {
  .reviews__item {
    width: 291px;
  }
}
@media (min-width: 992px) {
  .reviews__item {
    width: unset;
  }
}
.reviews__item::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 70px;
  height: 49px;
  background-image: url("../img/icons/quotes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.reviewsSwiper .swiper-slide-active [data-block=more-elem] {
  pointer-events: auto;
}
@media (min-width: 576px) {
  .reviewsSwiper [data-block=more-elem] {
    pointer-events: auto;
  }
}
.reviewsSwiper .swiper__navigation {
  margin-top: 40px;
  /*
  &::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
  	background: rgb(2,0,36);
  	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(231,243,255,0.8323704481792717) 25%, rgba(231,243,255,1) 50%);
  }
  */
}
@media (min-width: 768px) {
  .reviewsSwiper .swiper__navigation {
    margin-top: 60px;
  }
}

.review-card__header {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.review-card__user-pic img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.review-card__user-name {
  line-height: 1;
}
.review-card__user-name span {
  font-size: 12px;
  color: #666;
}
.review-card__user-name p {
  margin-bottom: 0;
  font-weight: 500;
  color: #333;
}

.review-card__type-block {
  background: #e7f3ff;
  border-radius: 6px;
  padding: 6px 10px;
  display: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
@media (min-width: 576px) {
  .review-card__type-block {
    display: flex;
  }
}

.review-card__text {
  line-height: 120%;
}
.review-card__text [data-block=more-elem] {
  margin-top: 8px;
  display: block;
  color: var(--primary-color);
  transition: all 0.2s ease;
}
.review-card__text [data-block=more-elem] i {
  font-size: 12px;
  display: inline-block;
  transition: all 0.2s ease;
}
.review-card__text [data-block=more-elem]:hover {
  cursor: pointer;
  color: var(--primary-color--bright);
}
.review-card__text [data-block=more-elem]:hover i {
  transform: translateX(2px);
}

.visa-types__item {
  border-bottom: 1px solid #303030;
  padding: 20px 0;
}
.visa-types__item img {
  width: 40px;
  height: 35px;
}
.visa-types__item .visa-types__icon, .visa-types__item span, .visa-types__item a {
  display: flex;
  height: 100%;
  align-items: center;
}

.visa-types__title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--bs-body-color);
}
.visa-types__title:hover {
  color: var(--primary-color);
}
@media (min-width: 1400px) {
  .visa-types__title {
    margin-left: 50px;
  }
}

.visa-types__link i {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  font-size: 12px;
  color: var(--primary-color);
  transition: all 0.2s ease;
}
.visa-types__link:hover i {
  color: var(--primary-color--bright);
  transform: translateX(2px) translateY(-2px);
}

.visa-types__descr {
  font-family: Raleway, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .visa-types__descr {
    -webkit-line-clamp: 3;
  }
}

.more-button-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 575px) {
  .more-button-wrapper button, .more-button-wrapper a {
    width: 100%;
  }
}

.application {
  background-color: var(--bg-blue);
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .application {
    padding: 80px 0;
  }
}
.application::before, .application::after {
  position: absolute;
  content: "";
  background-image: url("../img/bg/plane.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.application::before {
  bottom: -5%;
  left: -12%;
  width: 60%;
  height: 60%;
}
@media (min-width: 768px) {
  .application::before {
    bottom: -10%;
    left: -18%;
    width: 74%;
    height: 74%;
  }
}
@media (min-width: 1200px) {
  .application::before {
    left: calc(50% - 765px);
    width: 638px;
    height: 691px;
    bottom: -285px;
  }
}
.application::after {
  top: -2%;
  right: -13%;
  width: 55%;
  height: 55%;
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .application::after {
    top: 2%;
    right: -22%;
    width: 74%;
    height: 74%;
  }
}
@media (min-width: 1200px) {
  .application::after {
    right: calc(50% - 862px);
    width: 590px;
    height: 650px;
    top: -55px;
    transform: scale(-1, 1) rotate(345deg);
  }
}
.application .section-title {
  color: #fff;
}
@media (min-width: 768px) {
  .application .section-title {
    line-height: 110%;
    font-size: 40px;
  }
}
.application > .container {
  position: relative;
  z-index: 1;
}

.application__advantage {
  gap: 10px;
}
.application__advantage i {
  font-size: 26px;
}

.application__advantages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .application__advantages {
    justify-content: space-between;
  }
}

.application__form-button {
  margin-top: 30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .application__form-button {
    justify-content: flex-start;
  }
}
.application__form-button .btn {
  width: 100%;
  min-height: 59px;
}
@media (min-width: 768px) {
  .application__form-button .btn {
    max-width: 214px;
  }
}

.faq__accordion {
  display: flex;
  flex-direction: column;
}

.faq__item {
  padding: 20px 0;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid var(--text-body);
}
.faq__item.active .faq__item-icon::before {
  transform: rotate(180deg);
}
.faq__item.active .faq__item-icon::after {
  transform: rotate(180deg);
}

.faq__item-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__item-title {
  max-width: calc(90% - 16px);
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.faq__item-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}
.faq__item-icon::before, .faq__item-icon::after {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  width: 14px;
  height: 2px;
  transition: all 0.2s ease;
}
.faq__item-icon::before {
  top: calc(50% - 1px);
  left: calc(50% - 7px);
}
.faq__item-icon::after {
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  transform: rotate(90deg);
}

.faq__item-body {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}

.payment-ways {
  padding: 25px 0;
}

.payment-ways__wrapper {
  gap: 10px;
}
@media (min-width: 992px) {
  .payment-ways__wrapper {
    gap: 10px;
    justify-content: space-between;
  }
}

.payment-ways__item {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .payment-ways__item {
    width: auto;
    padding: 0;
  }
}

.payment-ways__image img {
  max-width: 57px;
  height: auto;
  max-height: 20px;
}

.map-and-application {
  min-height: 576px;
  background-color: var(--step-color-2);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .map-and-application {
    min-height: 520px;
  }
}
.map-and-application .section-title {
  text-align: left;
}
@media (min-width: 768px) {
  .map-and-application .section-title {
    max-width: 320px;
  }
}
.map-and-application .section-title span {
  color: var(--text-body);
}

@media (max-width: 767px) {
  .map-and-application__container {
    padding: 0;
    max-width: 100%;
  }
}

.inner-page.page-contacts .breadcrumbs {
  padding-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .inner-page.page-contacts .breadcrumbs {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .inner-page.page-contacts .breadcrumbs {
    margin-bottom: 30px;
  }
}
.inner-page.page-contacts .application__wrapper {
  padding: 35px 0 60px;
}

@media (min-width: 768px) {
  .inner-page.page-contacts .header.header-is-sticky + main > div.container {
    padding-top: 170px;
  }
}
@media (min-width: 992px) {
  .inner-page.page-contacts .header.header-is-sticky + main > div.container {
    padding-top: 210px !important;
    padding-bottom: 0;
  }
}

.inner-page.page-contacts .header.header-is-sticky + main > .map-and-application {
  /*
  margin-top: 50px !important;
  padding: 0 !important;

  @media (min-width: 768px) {
  	margin-top: 100px !important;
  }

  @media (min-width: 992px) {
  	margin-top: 130px !important;
  	padding-top: 0 !important;
  }


   */
  margin: 0 !important;
  padding: 0 !important;
}

.application__wrapper {
  padding: 50px 0 60px;
  position: relative;
}
@media (min-width: 992px) {
  .application__wrapper {
    padding-left: 28px;
  }
}
.application__wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -190px;
  width: 475px;
  height: 415px;
  background-image: url("../img/bg/flowers.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .application__wrapper::before {
    right: -225px;
  }
}
@media (min-width: 1400px) {
  .application__wrapper::before {
    opacity: 1;
    right: auto;
    left: calc(50% + 12px);
    bottom: -16px;
  }
}
@media (min-width: 1600px) {
  .application__wrapper::before {
    left: calc(50% + 200px);
  }
}
.application__wrapper > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .map-contacts__wrapper {
    height: 578px;
  }
}
@media (min-width: 768px) {
  .map-contacts__wrapper > .container {
    position: relative;
  }
}

.map-contacts__contact-card-container {
  margin-top: 40px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .map-contacts__contact-card-container {
    margin: 0;
    padding: 0;
    pointer-events: none;
    height: 100%;
  }
}

.map-contacts__contact-card {
  background-color: var(--primary-color);
  padding: 16px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .map-contacts__contact-card {
    margin-top: 50px;
    z-index: 2;
    max-width: 197px;
    pointer-events: auto;
  }
}
@media (min-width: 992px) {
  .map-contacts__contact-card {
    left: 5px;
    position: relative;
  }
}

.application__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.map-contacts__form-element {
  margin-bottom: 10px;
}
.map-contacts__form-element .form-control {
  background: #f4f4f4;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px;
}
.map-contacts__form-element .form-control:active, .map-contacts__form-element .form-control:focus {
  background: #ecf5ff;
}

.map-contacts__form-button .btn {
  width: 100%;
}

.contacts__contact-block {
  margin-top: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  padding: 10px;
}
.contacts__contact-block > *:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__contacts-element {
  display: flex;
  flex-direction: column;
}
.contacts__contacts-element span {
  font-size: 12px;
  color: var(--step-color-2);
}
.contacts__contacts-element p, .contacts__contacts-element a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.contacts__contacts-element a:hover {
  color: var(--step-color-1);
}

.map-contacts__map {
  position: relative;
  height: 576px;
}
@media (min-width: 768px) {
  .map-contacts__map {
    height: 520px;
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .map-contacts__map {
    height: 576px;
  }
}
.map-contacts__map iframe {
  height: 100%;
}
.map-contacts__map.colored-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(153, 134, 255);
  opacity: 0.2;
  pointer-events: none;
}
.map-contacts__map.colored-overlay iframe {
  filter: grayscale(1);
}

@media (min-width: 768px) {
  .page-contacts .map-contacts {
    padding: 0;
  }
}

.inner-hero {
  padding: 83px 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 768px) {
  .inner-hero {
    padding: 155px 0 90px;
  }
}
@media (min-width: 992px) {
  .inner-hero {
    padding-top: 180px !important;
  }
}

.inner-hero__content {
  border-radius: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) {
  .inner-hero__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 490px;
  }
}

@media (min-width: 768px) {
  .inner-hero__title {
    margin-bottom: 20px;
  }
}

.inner-hero__subtitle {
  line-height: 140%;
  font-family: Raleway, sans-serif;
}
@media (min-width: 1400px) {
  .inner-hero__subtitle {
    max-width: 94%;
  }
}

.inner-hero__cards {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .inner-hero__cards {
    gap: 16px;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .inner-hero__cards {
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .inner-hero__cards {
    justify-content: flex-start;
  }
}

.inner-hero__card {
  width: auto;
}
@media (min-width: 576px) {
  .inner-hero__card {
    width: calc(33.3333333333% - 11px);
  }
}
@media (min-width: 992px) {
  .inner-hero__card {
    width: calc(33.3333333333% - 14px);
  }
}
.inner-hero__card i {
  color: #B0AFCC;
}
.inner-hero__card--accent i, .inner-hero__card--accent .card-element__body span {
  color: #3F2BAF;
}

.card-element {
  border-radius: 6px;
  padding: 10px;
  background: var(--card-bg-accent);
}

.card-element--white {
  background-color: #fff;
  color: #666;
}
.card-element--white i.rouble_icon {
  background-color: var(--primary-color);
  color: #fff;
}
.card-element--white .card-element__body span {
  color: var(--primary-color);
}

.card-element__head {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-element__head {
    margin-bottom: 15px;
  }
}
.card-element__head i {
  font-size: 28px;
}

i.rouble_icon {
  font-size: 12px;
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  i.rouble_icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

.card-element__body p {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .card-element__body p {
    font-size: 16px;
  }
}
.card-element__body span {
  font-family: ALSHauss, sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 576px) {
  .card-element__body span {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .card-element__body span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .card-element__body span {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .inner-hero__button {
    margin-top: auto;
  }
}
.inner-hero__button .btn {
  width: 100%;
  min-height: 59px;
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: unset;
}

.inner-hero__image {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .inner-hero__image {
    border-radius: 40px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .inner-hero__image {
    max-height: 535px;
    min-height: 535px;
  }
}
.inner-hero__image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .inner-hero__image img {
    border-radius: 40px;
  }
}

.page-other .inner-hero__subtitle {
  display: block !important;
  margin: 0;
}
@media (min-width: 768px) {
  .page-other .inner-hero__button {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-other .inner-hero__image {
    height: 260px;
    min-height: unset;
  }
}
@media (min-width: 992px) {
  .page-other .inner-hero__image {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .page-other .inner-hero__image {
    height: 320px;
  }
}

@media (min-width: 1400px) {
  .page-faq .inner-hero {
    min-height: 980px;
  }
}

.sights {
  padding-bottom: 60px !important;
}

@media (max-width: 575px) {
  .sights__title {
    word-break: break-word;
  }
}

.photo-and-text-card__image {
  border-radius: 30px;
  margin-bottom: 20px;
}
.photo-and-text-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 576px) {
  .photo-and-text-card__image img {
    aspect-ratio: 1/1;
  }
}

.photo-and-text-card__title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.photo-and-text-card__text {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.documents {
  padding: 60px 0 !important;
}
.documents + .application {
  margin-top: 0;
}

.documents__title {
  position: relative;
  z-index: 2;
}

.documents__image {
  min-height: 184px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 184px;
}
@media (min-width: 768px) {
  .documents__image {
    height: 100%;
    background-size: 285px;
    position: relative;
    top: -65px;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .documents__image {
    top: -90px;
  }
}

ul.documents__list {
  margin-bottom: 20px;
}
ul.documents__list li {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #383838;
}

section.documents ul.documents__list {
  margin-bottom: 0;
}

.list-style-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-style-icon li {
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .list-style-icon li {
    font-size: 20px;
  }
}
.list-style-icon li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .list-style-icon li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.list-style-icon li i {
  margin-right: 10px;
  font-size: 21px;
  color: var(--primary-color);
  position: relative;
  top: 3px;
}
@media (min-width: 992px) {
  .list-style-icon li i {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .visa-type-advantages__title {
    max-width: 500px;
  }
}

.visa-type-advantages__text {
  font-family: Raleway, sans-serif;
}
@media (min-width: 1200px) {
  .visa-type-advantages__text {
    font-size: 20px;
    max-width: 560px;
  }
}
.visa-type-advantages__text p:not(:last-chd) {
  margin-bottom: 0.5rem;
}

.visa-type-advantages__descr {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .visa-type-advantages__descr {
    margin-top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.list-card-advantages {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.list-card-advantages li {
  margin-right: -20px;
  flex-wrap: nowrap;
  flex-direction: row;
  font-weight: 500;
  border-bottom: 1px solid var(--text-body);
  padding: 15px;
}
@media (min-width: 768px) {
  .list-card-advantages li {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .list-card-advantages li {
    font-size: 20px;
    padding: 18px;
  }
}
.list-card-advantages li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media (min-width: 992px) {
  .list-card-advantages li i {
    margin-right: 20px;
    top: 5px;
  }
}

.list-card-advantages--icon-centered li {
  align-items: center;
}
.list-card-advantages--icon-centered li i {
  position: static;
}

.service-elements__list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: my-counter;
  padding: 0;
}
@media (min-width: 768px) {
  .service-elements__list {
    flex-direction: row;
    column-gap: 40px;
  }
}
.service-elements__list li {
  width: 100%;
  counter-increment: my-counter;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .service-elements__list li {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.service-elements__list li::before {
  content: counter(my-counter) ". ";
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .service-elements__list li {
    width: calc(50% - 10px);
  }
}

.popup {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 2000;
  block-size: 100%;
  inline-size: 100%;
  /** Установить свои значения */
  padding: 1.875rem 0.625rem;
  overflow-block: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease-in-out;
}
.popup.is-open {
  pointer-events: auto;
  opacity: 1;
}
.popup.is-open .popup__content {
  opacity: 1;
  transform: translateY(0);
}
.popup__wrapper {
  display: flex;
  min-block-size: 100%;
  align-items: center;
}
.popup__content {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  inline-size: 100%;
  max-inline-size: 43.125rem;
  /** Установить свои значения */
  padding: 1.875rem 3.125rem;
  background-color: #fff;
  transform: translateY(-12.5rem);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.popup__close {
  display: flex;
  position: absolute;
  /** Установить свои значения */
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  border-radius: 0.5rem;
  block-size: 2.5rem;
  inline-size: 2.5rem;
  align-items: center;
  justify-content: center;
  color: #000;
  background: transparent;
}

.checkboxes {
  display: flex;
  gap: 10px;
  align-items: center;
}

.checkbox {
  display: flex;
  gap: 4px;
  align-items: center;
  text-wrap: nowrap;
}
.checkbox__input {
  appearance: none;
  position: absolute;
  /* Disabled */
  /* Focused */
  /* Checked */
}
.checkbox__input:disabled + .checkbox__box {
  opacity: 0.7;
}
.checkbox__input:focus + .checkbox__box {
  box-shadow: 0 0 0 2px #00f;
}
.checkbox__input:checked + .checkbox__box {
  border-color: #fff;
  background-color: #ff4040;
}
.checkbox__input:checked:focus + .checkbox__box {
  outline: 1px solid #000;
}
.checkbox__input:checked:disabled + .checkbox__box {
  opacity: 0.7;
}
.checkbox__box {
  border: 2px solid #1a8c80;
  border-radius: 3px;
  block-size: 20px;
  flex: 0 0 20px;
}

.tabs {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
.tabs__nav {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.tabs__trigger {
  padding: 0.625rem;
  transition: 0.2s ease-in-out;
}
.tabs__trigger.active {
  color: #fff;
  background-color: #ff4040;
}
.tabs__panel {
  display: none;
  animation: fade-up-big 0.4s forwards;
}
.tabs__panel.active {
  display: block;
}

.accordion {
  /** Установить свои значения */
}
.accordion__item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  /** Установить свои значения */
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.accordion__item:not(:first-of-type) {
  border-block-start: 0;
}
.accordion__item:first-of-type {
  border-start-start-radius: 0.25rem;
  border-start-end-radius: 0.25rem;
}
.accordion__item:last-of-type {
  border-end-end-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.accordion__item.open .accordion__header {
  color: #ff4040;
  /** Установить свои значения */
  background-color: #e7f1ff;
}
.accordion__item.open .accordion__header::after {
  transform: rotate(0deg);
}
.accordion__item.open .accordion__content {
  block-size: max-content;
  /** Установить свои значения */
  padding: 2.25rem 0.5rem;
}
.accordion__header {
  cursor: pointer;
  display: flex;
  position: relative;
  /** Установить свои значения */
  padding: 0.5rem;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease-in-out;
}
.accordion__header:hover {
  background: rgba(255, 255, 255, 0.02);
}
.accordion__header:active {
  background: rgba(255, 255, 255, 0.05);
}
.accordion__header::after {
  content: "";
  position: static;
  block-size: 1.5rem;
  inline-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.6s ease-in-out;
}
.accordion__content {
  block-size: 0;
  /** Установить свои значения */
  padding: 0 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 35px;
  }
}
.breadcrumbs a, .breadcrumbs span {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #303030;
}
.breadcrumbs a {
  font-weight: 400;
}
.breadcrumbs a:hover {
  color: var(--primary-color);
}
.breadcrumbs .breadcrumb-divider i {
  display: inline-block;
  transform: rotate(270deg);
  font-size: 8px;
  margin: 0 4px 0 6px;
  position: relative;
  top: -2px;
}

.footer {
  padding: 40px 0 0;
  background: var(--black-color);
}
@media (min-width: 992px) {
  .footer {
    padding: 65px 0 0;
  }
}
.footer__container {
  display: flex;
  align-items: center;
}
@media (max-width: 31.875em) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.navigation__row {
  row-gap: 40px;
}

.footer {
  background-color: var(--bs-footer-bg);
}
.footer a {
  word-break: break-all;
}

.footer__logo {
  display: inline-block;
  border-radius: 6px;
  text-align: center;
}

.footer__slogan {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer__slogan {
    max-width: 230px;
  }
}

.footer__brand-btn {
  width: 100%;
}
@media (min-width: 576px) {
  .footer__brand-btn {
    max-width: calc(50% - 17px);
  }
}
@media (min-width: 768px) {
  .footer__brand-btn {
    max-width: 172px;
  }
}

.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav a {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}
.footer__nav a:hover {
  opacity: 1;
}

.footer__nav-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__contacts span {
  color: #fff;
  opacity: 0.7;
}
.footer__contacts a {
  font-family: ALSHauss, sans-serif;
  color: #fff;
  opacity: 1;
}

.footer__copyright {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__copyright {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__copyright {
    padding: 40px 0;
  }
}

.footer__copyright-element {
  display: flex;
  column-gap: 40px;
  row-gap: 10px;
  flex-wrap: wrap;
  order: 1;
}
@media (min-width: 768px) {
  .footer__copyright-element {
    order: 2;
  }
}
@media (min-width: 576px) {
  .footer__copyright-element {
    width: 100%;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .footer__copyright-element {
    width: auto;
  }
}
.footer__copyright-element span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer__brand {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__brand {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -16px;
  }
}
@media (min-width: 1200px) {
  .footer__brand {
    margin-top: -14px;
  }
}
.footer__brand > * {
  width: calc(50% - 17px);
}
@media (min-width: 768px) {
  .footer__brand > * {
    width: auto;
  }
}
.footer__brand .footer__brand-btn {
  font-size: 14px;
}
@media (max-width: 349px) {
  .footer__brand .footer__brand-btn {
    width: calc(65% - 17px);
  }
}

.footer__brandname img {
  width: 100%;
  height: auto;
}

.footer__copyright-element--rights {
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .footer__copyright-element--rights {
    width: auto;
    order: 1;
  }
}
/*# sourceMappingURL=main.min.css.map */
