html {
  --header_height: 130px;
  scroll-padding-top: 90px;
}
@media (max-width: 1200px) {
  html {
    --header_height: 80px;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}
main {
  padding-top: var(--header_height);
}
@media (max-width: 1200px) {
  main {
    padding-top: var(--header_height);
  }
}
.header_wrapper {
  width: 100%;
  height: var(--header_height);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: transparent;
  transition: ease-in-out 0.25s;
}
@media (min-width: 1201px) {
  .header_wrapper {
    padding: 22px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .header_wrapper {
    height: var(--header_height);
  }
}
.header_wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header_wrapper .container > div {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: ease-in-out 0.25s;
}
@media (max-width: 1200px) {
  .header_wrapper .container > div:nth-child(1) {
    width: 100%;
    gap: 26px;
  }
}
.header_wrapper .header_logo {
  display: block;
  transition: initial;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .header_wrapper .header_logo {
    margin: 0;
  }
}
.header_wrapper .header_logo img,
.header_wrapper .header_logo svg {
  display: block;
  width: 106px;
  transition: ease-in-out 0.25s;
}
@media (min-width: 1201px) {
  .header_wrapper .header_logo img,
  .header_wrapper .header_logo svg {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .header_wrapper .header_logo img,
  .header_wrapper .header_logo svg {
    width: 79px;
    height: auto;
  }
}
.header_wrapper .header_navigation ul {
  display: flex;
  align-items: center;
  gap: 41px;
}
.header_wrapper .header_navigation ul li a {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-white);
}
.header_wrapper .header_btn_1,
.header_wrapper .header_btn_2 {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 33px;
}
.header_wrapper .header_btn_1 {
  color: white;
  background: transparent;
}
@media (min-width: 1400px) {
  .header_wrapper .header_btn_1 {
    margin-left: 27px;
  }
}
.header_wrapper .header_btn_2 {
  color: black;
  background: white;
}
.header_wrapper .header_icon_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .header_wrapper .header_icon_wrap {
    padding-left: 0;
    padding-right: 18px;
  }
}
.header_wrapper .header_icon_wrap a img {
  display: block;
  width: 18px;
  height: 18px;
}
.scrolled .header_wrapper {
  background: white;
  height: 60px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.scrolled .header_wrapper .header_logo img,
.scrolled .header_wrapper .header_logo svg {
  width: 108px;
  height: auto;
}
.scrolled .header_wrapper .header_logo img path,
.scrolled .header_wrapper .header_logo svg path {
  fill: #221e5f;
}
@media (max-width: 768px) {
  .scrolled .header_wrapper .header_logo img,
  .scrolled .header_wrapper .header_logo svg {
    width: 79px;
  }
}
.scrolled .header_wrapper .header_icon_wrap a img {
  filter: brightness(0) saturate(100%);
}
.scrolled .header_wrapper .header_btn_1 {
  background: #231E5F;
}
.scrolled .header_wrapper .header_btn_2 {
  color: black;
  outline: 2px solid black;
  outline-offset: -2px;
}
.scrolled .header_wrapper .header_navigation ul li a {
  color: black;
}
.scrolled .header_wrapper label.hb_label span {
  background: #161A2C;
}
.scrolled .header_wrapper .language_btn,
.scrolled .header_wrapper .header_currency_switcher button {
  color: #161A2C;
}
.scrolled .header_wrapper .language_btn svg path,
.scrolled .header_wrapper .header_currency_switcher button svg path {
  fill: #161A2C;
}
.scrolled .header_wrapper .chc1 svg path {
  fill: #161A2C;
}
.scrolled .header_wrapper .chc2 svg path {
  fill: #161A2C;
}
.header_language_switcher_wrap {
  position: relative;
}
@media (max-width: 1200px) {
  .header_language_switcher_wrap {
    margin-right: 28px;
  }
  .header_language_switcher_wrap span {
    display: none;
  }
}
.header_language_switcher_wrap button {
  background: initial;
  border: initial;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
}
.header_language_switcher_wrap button * {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.header_language_switcher_wrap button svg {
  display: block;
  width: 18px;
  height: 18px;
}
.header_language_switcher_wrap button svg path {
  fill: white;
}
.header_language_switcher_wrap .language_popup {
  width: 310px;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  padding: 30px 25px 24px 27px;
  background: #FFFFFF;
  box-shadow: 0px 16px 11px #00000029;
  border-radius: 10px;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal {
  border: initial;
  padding: 0;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 10px;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal a img {
  display: block;
  width: 23px;
  height: 15px;
  border-radius: 4px;
  object-fit: contain;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal a span {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #5C5A71;
  margin: 0;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a span {
  color: #5191FA;
}
.header_language_switcher_wrap .language_popup .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: -6px;
  left: 17px;
  background-image: url('../../images/icons/checkmark_circled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header_currency_switcher {
  position: relative;
}
@media (max-width: 1200px) {
  .header_currency_switcher {
    margin-left: auto;
  }
  .header_currency_switcher span {
    display: none;
  }
}
.header_currency_switcher button {
  background: initial;
  border: initial;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: initial;
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
}
.header_currency_switcher button * {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.header_currency_switcher button svg {
  display: block;
  width: 18px;
  height: 18px;
}
.header_currency_switcher button svg path {
  fill: white;
}
label.hb_label {
  display: flex;
  flex-direction: column;
  width: 18px;
  cursor: pointer;
  margin-left: auto;
  transition: ease-in-out 0.5s;
}
label.hb_label span {
  background: white;
  border-radius: 15px;
  height: 1px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label.hb_label span:nth-of-type(1) {
  width: 100%;
}
label.hb_label span:nth-of-type(2) {
  width: 100%;
}
label.hb_label span:nth-of-type(3) {
  width: 100%;
}
label.hb_label input[type="checkbox"] {
  display: none;
}
label.hb_label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  width: 50%;
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 2px);
}
label.hb_label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  width: 100%;
  transform-origin: top;
  transform: rotatez(-45deg);
}
label.hb_label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(7px, -4px) rotatez(45deg);
}
.header_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #ECF2F7;
  background: linear-gradient(180deg, #ECF2F7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: 1001;
  padding: 20px 23px 120px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  transition: ease-in-out 0.25s;
}
.header_menu .header_menu_content {
  width: 100%;
}
.header_menu .mobile_header_navigation {
  margin: 0 0 42px 0;
}
.header_menu .mobile_header_navigation ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.header_menu .mobile_header_navigation ul li a {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: black;
  padding: 4px 4px 4px 38px;
  position: relative;
}
.header_menu .mobile_header_navigation ul li a::before,
.header_menu .mobile_header_navigation ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.header_menu .mobile_header_navigation ul li a::after {
  right: 0;
  width: 8px;
  height: 8px;
  background-image: url('../../images/icons/header_arrow.svg');
}
.header_menu .mobile_header_navigation ul li a::before {
  left: 0;
  width: 21px;
  height: 21px;
}
.header_menu .mobile_header_navigation ul li.icon_home a::before {
  background-image: url('../../images/icons/icon_home.svg');
}
.header_menu .mobile_header_navigation ul li.icon_car a::before {
  background-image: url('../../images/icons/icon_car.svg');
}
.header_menu .mobile_header_navigation ul li.icon_palm a::before {
  background-image: url('../../images/icons/icon_palm.svg');
}
.header_menu .mobile_header_navigation ul li.icon_person a::before {
  background-image: url('../../images/icons/icon_person.svg');
}
.header_menu .mobile_header_navigation ul li.icon_question a::before {
  background-image: url('../../images/icons/icon_question.svg');
}
.header_menu .mobile_header_navigation ul li.icon_communication a::before {
  background-image: url('../../images/icons/icon_communication.svg');
}
.header_menu .mobile_header_row {
  margin: 41px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 67px;
}
.header_menu .mobile_header_row .mobile_language,
.header_menu .mobile_header_row .mobile_currency_switcher {
  background: initial;
  border: initial;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #161A2C;
}
.header_menu .mobile_header_row .mobile_language *,
.header_menu .mobile_header_row .mobile_currency_switcher * {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.header_menu .mobile_header_row .mobile_language svg,
.header_menu .mobile_header_row .mobile_currency_switcher svg {
  display: block;
  width: 23px;
  height: 23px;
}
.header_menu .mob_icon_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header_menu .mob_icon_wrap a {
  border: 1px solid #161A2C;
  border-radius: 8px;
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #161A2C;
}
.header_menu .mob_icon_wrap a:nth-child(1) {
  background: #20214C;
  background: radial-gradient(at 46% -132%, #0561C4 0%, #0C51A6 25%, #20214C 100%);
  color: white;
  border-color: transparent;
}
html::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: ease-in-out 0.25s;
  z-index: 1;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
html.header_menu_open::before {
  background: rgba(0, 0, 0, 0.5);
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.25s ease-in-out both;
  animation: slide-in-right 0.25s ease-in-out both;
}
@-webkit-keyframes slide-in-right {
  0% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 80px;
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 80px;
    opacity: 1;
  }
}
.slide-out-right {
  -webkit-animation: slide-out-right 0.25s ease-in-out both;
  animation: slide-out-right 0.25s ease-in-out both;
}
@-webkit-keyframes slide-out-right {
  0% {
    top: 80px;
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    top: 80px;
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@media (min-width: calc(1200px + 1px)) {
  #mobile_menu_popup {
    display: none;
  }
  label.hb_label {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header_wrapper .header_icon_wrap,
  .header_wrapper .header_navigation,
  .header_wrapper .btn {
    display: none;
  }
}
#mobile_menu_popup {
  opacity: 0;
}
#mobile_menu_popup.hidden {
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
#mobile_language_popup {
  width: 310px;
  padding: 30px 25px 24px 27px;
  background: #FFFFFF;
  box-shadow: 0px 16px 11px #00000029;
  border-radius: 10px;
  z-index: 50000;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal {
  border: initial;
  padding: 0;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 10px;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  outline: none;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal a img {
  display: block;
  width: 24px;
  height: 18px;
  border-radius: 4px;
  object-fit: initial;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal a span {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #5C5A71;
  margin: 0;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a span {
  color: #5191FA;
}
#mobile_language_popup .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: -6px;
  left: 17px;
  background-image: url('../../images/icons/checkmark_circled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#mobile_language_popup .f-button.is-close-btn {
  display: none;
}
.header_menu_open .header_wrapper {
  background: #ECF2F7;
}
.header_menu_open .header_wrapper .header_icon_wrap {
  display: none;
}
.header_menu_open .header_logo img path,
.header_menu_open .header_logo svg path {
  fill: #221e5f;
}
.header_menu_open .language_btn,
.header_menu_open .header_currency_switcher button {
  color: #161A2C;
}
.header_menu_open .language_btn svg path,
.header_menu_open .header_currency_switcher button svg path {
  fill: #161A2C;
}
.header_menu_open .chc1 svg path {
  fill: #161A2C;
}
.header_menu_open .chc2 svg path {
  fill: #161A2C;
}
.header_menu_open label.hb_label span {
  background: #161A2C;
}
.chc1 {
  margin-right: 28px;
}
.chc1 svg {
  display: block;
  width: 18px;
  height: 18px;
}
.chc1 svg path {
  fill: white;
}
.header_modular {
  height: 128px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: ease-in-out 0.25s;
}
@media (max-width: 1200px) {
  .header_modular {
    height: 60px;
  }
}
.header_modular .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1201px) {
  .header_modular .container {
    gap: 52px;
  }
}
.header_modular .block_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1201px) {
  .header_modular .block_right {
    gap: 52px;
  }
}
.header_modular .header_logo {
  display: block;
}
.header_modular .header_logo img,
.header_modular .header_logo svg {
  display: block;
  width: 106px;
  height: 39px;
}
@media (max-width: 768px) {
  .header_modular .header_logo img,
  .header_modular .header_logo svg {
    width: 77px;
    height: 28px;
  }
}
.header_modular .header_navigation ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_modular .header_navigation ul > li > a {
  display: block;
  padding: 5px 16px;
  border-radius: 5px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-white);
  text-decoration: initial;
  transition: ease-in-out 0.25s;
  position: relative;
}
.header_modular .header_navigation ul > li > a:hover {
  background: #ECF2F7;
  color: #1C2A5C;
}
.header_modular .header_navigation ul li.item_has_dropdown:hover > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90vw;
  height: 50px;
  transform: translateY(100%) translateX(-50%);
}
.header_modular .header_navigation ul li.item_has_dropdown:first-child:hover > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-100%, 0);
}
.header_modular .header_navigation ul li .header_dropdown {
  width: 1350px;
  opacity: 0;
  min-height: 270px;
  transition: ease-in-out 0.25s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 10000;
  background: var(--color-white);
}
.header_modular .header_navigation ul li .header_dropdown::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: inherit;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.25) -2px 19px 13px;
}
@media (max-width: 1450px) {
  .header_modular .header_navigation ul li .header_dropdown::before {
    left: -40px;
    transform: initial;
  }
}
.header_modular .header_navigation ul li a:focus-visible ~ .header_dropdown,
.header_modular .header_navigation ul li:hover .header_dropdown {
  opacity: 1;
}
.header_modular .header_navigation ul li:not(:hover) .header_dropdown {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.header_modular .header_controls {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header_modular .header_controls > * {
  position: relative;
  transition: ease-in-out 0.25s;
}
.header_modular .header_controls > *::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 94%;
  background: var(--color-black);
}
.header_modular .header_controls > *:last-child::before {
  content: initial;
}
.header_modular .header_controls [class*="hc_btn"],
.header_modular .header_controls > a {
  display: block;
  padding: 0;
  margin: 0;
  background: initial;
  border: initial;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: relative;
  outline-offset: 1px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header_modular .header_controls .hc_btn_1 {
  background-image: url('../../images/icons/hm_icon_1.svg');
}
.header_modular .header_controls .hc_btn_2 {
  background-image: url('../../images/icons/hm_icon_2.svg');
}
.header_modular .header_controls .hc_btn_3 {
  background-image: url('../../images/icons/hm_icon_3.svg');
}
.scrolled .header_modular {
  height: 60px;
}
.scrolled .header_modular,
.header_modular.hovering:hover {
  background: white;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.scrolled .header_modular .header_dropdown,
.header_modular.hovering:hover .header_dropdown {
  padding-top: 24px;
  height: 294px;
}
.scrolled .header_modular .header_logo img,
.header_modular.hovering:hover .header_logo img,
.scrolled .header_modular .header_logo svg,
.header_modular.hovering:hover .header_logo svg {
  width: 108px;
  height: auto;
}
.scrolled .header_modular .header_logo img path,
.header_modular.hovering:hover .header_logo img path,
.scrolled .header_modular .header_logo svg path,
.header_modular.hovering:hover .header_logo svg path {
  fill: #221e5f;
}
@media (max-width: 768px) {
  .scrolled .header_modular .header_logo img,
  .header_modular.hovering:hover .header_logo img,
  .scrolled .header_modular .header_logo svg,
  .header_modular.hovering:hover .header_logo svg {
    width: 79px;
  }
}
.scrolled .header_modular .header_navigation ul li a,
.header_modular.hovering:hover .header_navigation ul li a {
  color: black;
}
.scrolled .header_modular label.hb_label span,
.header_modular.hovering:hover label.hb_label span {
  background: #161A2C;
}
.scrolled .header_modular .language_btn,
.header_modular.hovering:hover .language_btn,
.scrolled .header_modular .header_currency_switcher button,
.header_modular.hovering:hover .header_currency_switcher button {
  color: #161A2C;
}
.scrolled .header_modular .language_btn svg path,
.header_modular.hovering:hover .language_btn svg path,
.scrolled .header_modular .header_currency_switcher button svg path,
.header_modular.hovering:hover .header_currency_switcher button svg path {
  fill: #161A2C;
}
.scrolled .header_modular .chc1 svg path,
.header_modular.hovering:hover .chc1 svg path {
  fill: #161A2C;
}
.scrolled .header_modular .chc2 svg path,
.header_modular.hovering:hover .chc2 svg path {
  fill: #161A2C;
}
.header_modular.hovering .header_controls [class*="hc_btn"] {
  filter: initial !important;
}
.header_modular.hovering .header_language_switcher_wrap.hide_below_1200::before {
  background: var(--color-black) !important;
}
html:not(.scrolled) .header_modular .header_controls [class*="hc_btn"] {
  filter: invert(1);
}
html:not(.scrolled) .header_modular .header_language_switcher_wrap.hide_below_1200::before {
  background: var(--color-white);
}
.item_has_dropdown .header_dropdown {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.item_has_dropdown .header_dropdown .block_right {
  display: flex;
  gap: 16px;
  max-width: 608px;
  flex-grow: 1;
}
@media (min-width: 1201px) {
  .item_has_dropdown .header_dropdown .block_right {
    padding-top: 20px;
  }
}
.item_has_dropdown .header_dropdown .block_right img {
  object-fit: contain;
}
.item_has_dropdown .header_dropdown.hs1 .block_right {
  max-width: 780px;
}
.item_has_dropdown .header_dropdown.hs2 .block_right {
  padding: 0;
  align-items: initial;
}
.item_has_dropdown .header_dropdown.hs4 {
  padding-bottom: 70px;
  height: auto !important;
  display: flex;
}
.item_has_dropdown .header_dropdown.hs4 .block_left {
  width: 280px;
  border-right: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}
.item_has_dropdown .header_dropdown.hs4 .block_left button {
  background: #ECF2F7;
  border-radius: 5px;
  border: initial;
  padding: 9px 12px;
  margin: 0;
  text-align: left;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: black;
}
.item_has_dropdown .header_dropdown.hs4 .block_left button.active {
  background: #1C2A5C;
  color: white;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab {
  display: flex;
  flex-grow: 1;
  gap: 0;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_middle {
  flex-grow: 1;
  height: fit-content;
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_right {
  width: 291px;
  height: 100%;
  flex-grow: initial;
  padding: 0;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_right .hs4_button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 22px 28px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_right .hs4_button::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(170deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  border-radius: inherit;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_right .hs4_button span {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  max-width: 150px;
  margin: 0 0 20px 0;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_right .hs4_button hr {
  width: 100%;
  height: 1px;
  border: initial;
  margin: 0;
  background: white;
}
.item_has_dropdown .header_dropdown.hs4 .hs4_tab .block_right .hs4_button img {
  display: block;
  width: 27px;
  height: 27px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  top: 22px;
  right: 24px;
}
.item_has_dropdown .dropdown_title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 28px 0;
}
.item_has_dropdown .hdrop_btn_row {
  display: flex;
  gap: 14px;
}
.item_has_dropdown .hdrop_btn {
  width: 145px;
  height: 145px;
  border-radius: 10px;
  background: #ECF2F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: ease-in-out 0.25s;
  position: relative;
}
.item_has_dropdown .hdrop_btn::before {
  content: '';
  position: absolute;
  top: 9px;
  right: 12px;
  width: 16px;
  height: 16px;
  background-image: url('../../images/icons/white_circle_arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item_has_dropdown .hdrop_btn p {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
  text-align: center;
  margin: 0;
  transition: inherit;
}
.item_has_dropdown .hdrop_btn p.book {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
}
.item_has_dropdown .hdrop_btn img,
.item_has_dropdown .hdrop_btn svg {
  display: block;
  margin: 0 auto 8px auto;
}
.item_has_dropdown .hdrop_btn img path,
.item_has_dropdown .hdrop_btn svg path {
  fill: var(--color-black);
  transition: ease-in-out 0.25s;
}
.item_has_dropdown .hdrop_btn:hover,
.item_has_dropdown .hdrop_btn:focus-visible {
  background: #231E5F;
}
.item_has_dropdown .hdrop_btn:hover p,
.item_has_dropdown .hdrop_btn:focus-visible p {
  color: var(--color-white);
}
.item_has_dropdown .hdrop_btn:hover img,
.item_has_dropdown .hdrop_btn:focus-visible img {
  filter: brightness(0) saturate(100%) invert(1);
}
.item_has_dropdown .hdrop_btn:hover svg path,
.item_has_dropdown .hdrop_btn:focus-visible svg path {
  fill: var(--color-white);
}
.item_has_dropdown .dropdown_row {
  display: flex;
  justify-content: space-between;
}
.item_has_dropdown .drop_col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 200px;
}
.item_has_dropdown a,
.item_has_dropdown button {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
  margin: 0;
  cursor: pointer;
}
.item_has_dropdown .dropdown_col_btn {
  width: fit-content;
  padding: 0 14px 0 0;
  background: initial;
  border: initial;
  margin: 0 0 10px 0;
  text-align: left;
  position: relative;
}
.item_has_dropdown .dropdown_col_btn::before {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  background-image: url('../../images/icons/chevron-down-solid.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: ease-in-out 0.25s;
}
.item_has_dropdown .dropdown_col_btn[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}
.item_has_dropdown .dropdown_col_btn:not([aria-expanded="true"]) + .dropdown_col_hidden_content {
  display: none;
}
.item_has_dropdown .dropdown_col_hidden_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 0 16px;
  border-left: 1px solid #BFBFBF;
}
.item_has_dropdown .dropdown_s_banner,
.item_has_dropdown .dropdown_m_banner,
.item_has_dropdown .dropdown_l_banner {
  border-radius: 10px;
  padding: 40px 24px 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 8px;
  position: relative;
  z-index: 5;
}
.item_has_dropdown .dropdown_s_banner img,
.item_has_dropdown .dropdown_m_banner img,
.item_has_dropdown .dropdown_l_banner img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 0 3px 0;
  border-radius: inherit;
}
.item_has_dropdown .dropdown_s_banner p,
.item_has_dropdown .dropdown_m_banner p,
.item_has_dropdown .dropdown_l_banner p {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
  margin: 0;
}
.item_has_dropdown .dropdown_s_banner p.banner_title,
.item_has_dropdown .dropdown_m_banner p.banner_title,
.item_has_dropdown .dropdown_l_banner p.banner_title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.item_has_dropdown .dropdown_s_banner.use_overlay::before,
.item_has_dropdown .dropdown_m_banner.use_overlay::before,
.item_has_dropdown .dropdown_l_banner.use_overlay::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.25;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.item_has_dropdown .dropdown_s_banner {
  width: 212px;
  height: 212px;
}
@media (max-width: 1200px) {
  .item_has_dropdown .dropdown_s_banner {
    width: 100%;
  }
}
.item_has_dropdown .dropdown_m_banner {
  width: 378px;
  height: 212px;
}
@media (max-width: 1200px) {
  .item_has_dropdown .dropdown_m_banner {
    width: 100%;
  }
}
.item_has_dropdown .dropdown_l_banner {
  width: 608px;
  height: 212px;
}
@media (max-width: 1200px) {
  .item_has_dropdown .dropdown_l_banner {
    width: 100%;
  }
}
.item_has_dropdown a.dropdown_s_banner::after,
.item_has_dropdown a.dropdown_m_banner::after,
.item_has_dropdown a.dropdown_l_banner::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../../images/icons/white_circle_arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item_has_dropdown .col_title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .item_has_dropdown .col_title {
    margin: 0 0 10px 0;
  }
}
.header_menu_open .header_modular {
  height: 80px;
  background: var(--color-white);
}
.header_menu.header_modular_menu {
  background: var(--color-white);
  padding-bottom: 200px;
}
.header_menu.header_modular_menu .hmm_title_1 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
  margin: 0 0 20px 0;
}
.header_menu.header_modular_menu .hmm_btns_row {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.header_menu.header_modular_menu .hmm_btns_row .box {
  width: 100%;
  max-width: 135px;
  height: 105px;
  background: #ECF2F7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 6px 0 6px;
}
.header_menu.header_modular_menu .hmm_btns_row .box img,
.header_menu.header_modular_menu .hmm_btns_row .box svg {
  display: block;
  width: 22px;
  height: 22px;
}
.header_menu.header_modular_menu .hmm_btns_row .box p {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2em;
  min-height: calc(13px * 1.2 * 2);
  text-align: center;
  margin: 0;
}
.header_menu.header_modular_menu .header_modular_mobile_navigation {
  margin: 10px 0 0 0;
}
.header_menu.header_modular_menu .header_modular_mobile_navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header_menu.header_modular_menu .header_modular_mobile_navigation ul > li > a {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 7px 0;
  position: relative;
}
.header_menu.header_modular_menu .header_modular_mobile_navigation ul > li.item_has_dropdown > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  background-image: url('../../images/icons/chevron-down-solid.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%) rotate(270deg);
}
.header_mobile_dropwindow {
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0;
  background: white;
  z-index: 10;
  padding: 20px 23px 130px 23px;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  overflow-y: auto;
  --f-carousel-dot-color: white;
}
.header_mobile_dropwindow .header_mobile_dropwindow_inside {
  display: flex;
  flex-direction: column-reverse;
  gap: 26px;
  justify-content: flex-end;
  overflow-y: auto;
}
.header_mobile_dropwindow .header_mobile_dropwindow_inside .block_right {
  margin: 0;
}
.header_mobile_dropwindow .dropdown_row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header_mobile_dropwindow .block_goback {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_mobile_dropwindow .block_goback p {
  font-weight: 700;
  margin: 0;
}
.header_mobile_dropwindow .f-carousel__dots {
  flex-direction: row !important;
  left: initial;
  top: 2px;
  bottom: initial;
  right: 12px;
}
.header_mobile_dropwindow .f-carousel__dots .f-carousel__dot {
  border-radius: 20px;
}
.header_mobile_dropwindow .f-carousel__dots li.is-current .f-carousel__dot {
  width: 28px;
}
.header_mobile_dropwindow .f-carousel__nav {
  display: none;
}
.header_mobile_dropwindow a.dropdown_s_banner::after,
.header_mobile_dropwindow a.dropdown_m_banner::after,
.header_mobile_dropwindow a.dropdown_l_banner::after {
  content: initial !important;
}
.header_modular_mobile_sticky {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 23px;
  background: var(--color-white);
  border-top: 1px solid #c1c1c1;
}
.header_modular_mobile_sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 45px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}
.header_modular_mobile_sticky a:nth-child(1) {
  background: #5191FA;
  color: white;
}
.header_modular_mobile_sticky a:nth-child(2) {
  background: #ECF2F7;
  color: black;
}
@media (max-width: 1200px) {
  .header_modular .header_navigation,
  .header_modular .header_controls {
    display: none !important;
  }
}
.header_mobile_btns_row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 34px 0 0;
}
.chc2 {
  margin: 0;
}
.chc2 svg {
  display: block;
  width: 18px;
  height: 18px;
}
.chc2 svg path {
  fill: white;
}
.header_controls {
  position: relative;
}
.lr_popup {
  display: none;
}
.lr_popup_btn[expanded="true"] ~ .lr_popup {
  display: flex;
  width: 200px;
}
.lr_popup {
  position: absolute !important;
  bottom: -12px;
  left: 0;
  transform: translate(-50%, 100%);
  background: white;
  padding: 20px 18px;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 11px #00000029;
  border-radius: 8px;
}
.lr_popup::before {
  content: initial !important;
}
.lr_popup a {
  width: 100%;
  max-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 45px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}
.lr_popup a:nth-child(1) {
  background: #5191FA;
  color: white;
}
.lr_popup a:nth-child(2) {
  background: #ECF2F7;
  color: black;
}
.header_mobile_dropwindow.hs4 .block_nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 16px;
}
.header_mobile_dropwindow.hs4 .block_nav button {
  width: 100%;
  background: initial;
  border: initial;
  padding: 3px 0;
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: black;
  position: relative;
}
.header_mobile_dropwindow.hs4 .block_nav button.active {
  color: #231E5F;
}
.header_mobile_dropwindow.hs4 .block_nav button.active::before {
  content: '';
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url('../../images/icons/chevron-down-solid.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header_mobile_dropwindow.hs4 .block_nav button:not(.active) + .hs4_mobile_url_box,
.header_mobile_dropwindow.hs4 .block_nav button:not(.active) + .hs4_mobile_url_box + .hs4_mobile_button {
  display: none;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_url_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 0 16px;
  border-left: 1px solid #939393;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_url_box a {
  display: block;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: black;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_button {
  width: 100%;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_button a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 4px 0 0 0;
  padding: 30px 18px;
  position: relative;
  z-index: 5;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_button a::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(170deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  border-radius: inherit;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_button a span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  margin: 0 0 14px 0;
  max-width: 160px;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_button a hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background: white;
}
.header_mobile_dropwindow.hs4 .hs4_mobile_button a img {
  display: block;
  width: 27px;
  height: 27px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  top: 22px;
  right: 24px;
}
:root {
  --cc-text: #212529;
  --cc-btn-primary-bg: var(--color-main);
  --cc-btn-primary-hover-bg: var(--color-mainHover);
}
html {
  --color-main: #231E5F;
  --color-mainHover: #1d194b;
  --color-white: #ffffff;
  --color-black: #000000;
  overflow-x: hidden;
  font-size: 100%;
}
html body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
}
@media (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  box-sizing: border-box;
}
html a {
  color: inherit;
  outline: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
}
html a:focus-visible {
  outline: 2px solid var(--color-black);
  outline-color: var(--color-black);
}
.container {
  max-width: 1350px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 50px);
  }
}
.container.container_wide {
  max-width: 1710px;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h2,
.h2 {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
h2 span,
.h2 span {
  color: #5191FA;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
h3,
.h3 {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h4,
.h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
header p,
footer p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroll-locked {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.events-none {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 1201px) {
  .hide_above_1200 {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide_below_1200 {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .hide_above_1100 {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hide_below_1100 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide_above_768 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide_below_768 {
    display: none !important;
  }
}
@media (min-width: 501px) {
  .hide_above_500 {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .hide_below_500 {
    display: none !important;
  }
}
select {
  display: none;
}
main:not(.home_main, #contact_main, #wholesale_main, #comissions_main, #primary) {
  padding-bottom: 50px;
}
.btn {
  position: relative;
  transition: ease-in-out 0.25s;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em;
}
@media (max-width: 1600px) {
  .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn_style_1 {
  border-radius: 24px;
  background: var(--color-main);
  padding: 11px 46px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--color-white);
}
.btn_style_1:hover {
  background: var(--color-mainHover);
}
.btn_style_1:focus-visible {
  outline: 2px solid #2F6E65;
}
@media (max-width: 768px) {
  .btn_style_1 {
    padding: 8px 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn_style_outline {
  border: 2px solid #000000;
  border-radius: 10px;
  background: transparent;
  padding: 16px 45px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25em;
  color: #000000;
}
@media (max-width: 1600px) {
  .btn_style_outline {
    padding: 12px 32px;
  }
}
@media (max-width: 768px) {
  .btn_style_outline {
    padding: 9px 27px;
  }
}
.btn_style_2 {
  border-radius: 10px;
  background: #5191FA;
  padding: 18px 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
}
.btn_style_2:hover {
  background: #3BC9A8;
}
.btn_style_2:focus-visible {
  outline: 2px solid var(--color-black);
}
@media (max-width: 768px) {
  .btn_style_2 {
    padding: 12px 30px;
  }
}
section.home_initial {
  padding: 32px 0 0 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  section.home_initial {
    padding: 74px 0 0 0;
  }
}
section.home_initial::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(var(--header_height) * -1);
  left: 0;
  width: 100%;
  height: calc(100% + var(--header_height));
  background: transparent linear-gradient(346deg, #0561C4 -123%, #20214C 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.home_initial .container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0;
}
@media (max-width: 1400px) {
  section.home_initial .container {
    flex-direction: column;
    align-items: initial;
  }
}
section.home_initial .container .block_left {
  max-width: 950px;
}
@media (max-width: 1300px) {
  section.home_initial .container .block_left {
    display: none;
  }
}
section.home_initial .container h1,
section.home_initial .container h2 {
  color: #FFFFFF;
}
section.home_initial .container h1 span,
section.home_initial .container h2 span {
  color: #5191FA;
}
section.home_initial .container h1 {
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 13px 0;
}
@media (max-width: 768px) {
  section.home_initial .container h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  section.home_initial .container h1 br {
    display: none;
  }
}
section.home_initial .container h2 {
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 33px 0;
}
@media (max-width: 768px) {
  section.home_initial .container h2 {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 284px;
  }
}
.lg_bg {
  background: transparent linear-gradient(347deg, #231E5F 0%, #161A2C 100%) 0% 0% no-repeat padding-box;
}
.dispo_cars {
  width: 100%;
  max-width: 1720px;
  height: 560px;
  border-radius: 50px;
  margin: 330px auto -240px auto;
  position: relative;
  top: -240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .dispo_cars {
    height: 400px;
    width: calc(100% - 60px);
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .dispo_cars {
    margin: 330px auto -255px auto;
  }
}
.dispo_cars::before {
  content: '';
  width: 335px;
  height: 344px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../../images/dispo_element_2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dispo_cars .booking_row {
  position: relative;
  top: -90px;
}
@media (max-width: 1600px) {
  .dispo_cars .booking_row .container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .dispo_cars .booking_row {
    top: -320px;
  }
}
@media (max-width: 768px) {
  .dispo_cars {
    top: initial;
    background: initial !important;
  }
  .dispo_cars::before {
    content: initial;
  }
}
.booking_row .booking_row_inner {
  width: 100%;
  height: 266px;
  background: transparent linear-gradient(175deg, #231E5F 0%, #161A2C 100%) 0% 0% no-repeat padding-box;
  border-radius: 35px;
}
@media (max-width: 1600px) {
  .booking_row .booking_row_inner {
    height: auto;
  }
}
@media (max-width: 768px) {
  .booking_row .booking_row_inner {
    background: #282176;
  }
}
.accomplishments_row {
  padding: 110px 0 126px 0;
}
@media (max-width: 1600px) {
  .accomplishments_row {
    padding: 65px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .accomplishments_row {
    padding: 31px 0 60px 0;
  }
  .accomplishments_row .btn_row {
    margin: 0;
    width: 100%;
  }
  .accomplishments_row .btn_row .btn {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 56px;
    gap: 16px;
  }
}
.accomplishments_row .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1200px) {
  .accomplishments_row .container {
    flex-direction: column;
  }
}
.accomplishments_row .block_left {
  flex-shrink: 0;
}
@media (min-width: 1201px) {
  .accomplishments_row .block_left {
    max-width: 410px;
  }
}
.accomplishments_row .block_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
  max-width: 1035px;
}
@media (max-width: 1600px) {
  .accomplishments_row .block_right {
    max-width: 790px;
  }
}
@media (max-width: 768px) {
  .accomplishments_row .block_right {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: initial;
    gap: 8px;
    width: calc(100% + 50px);
    position: relative;
    left: 0;
    padding: 0 25px 10px 25px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .accomplishments_row .block_right .accomplishments_box {
    width: 184px;
    height: 200px;
  }
  .accomplishments_row .block_right::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
  }
}
@media (max-width: 500px) {
  .accomplishments_row .block_right .accomplishments_box {
    width: 143px;
    height: 153px;
  }
}
.accomplishments_row h1,
.accomplishments_row h2,
.accomplishments_row h3,
.accomplishments_row p,
.accomplishments_row .btn {
  color: var(--color-white);
}
.accomplishments_box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.3;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1700px) {
  .accomplishments_box {
    min-height: 180px;
  }
}
.accomplishments_box img {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(1);
}
@media (max-width: 768px) {
  .accomplishments_box img {
    width: 20px;
    height: 20px;
  }
}
.accomplishments_box h3,
.accomplishments_box h4 {
  font-weight: 800;
  color: #FFFFFF;
}
.accomplishments_box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0 3px 0;
}
@media (max-width: 768px) {
  .accomplishments_box h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 13px 0 0 0;
  }
}
.accomplishments_box h4 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  max-width: 90%;
}
@media (max-width: 768px) {
  .accomplishments_box h4 {
    font-weight: 700;
  }
}
.btn_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 22px 0 0 0;
}
section.sided_row {
  padding: 86px 0 72px 0;
}
@media (max-width: 768px) {
  section.sided_row {
    padding: 40px 0 30px 0;
  }
}
section.sided_row .container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  section.sided_row .container {
    flex-direction: column;
    align-items: initial;
    gap: 15px;
  }
}
section.sided_row .block_left h2 {
  font-weight: 800;
  font-size: 60px;
  font-size: 3.75rem;
  color: #161A2C;
  max-width: 700px;
  margin: 0;
}
section.sided_row .block_left h2 span {
  color: #5191FA;
}
@media (max-width: 1600px) {
  section.sided_row .block_left h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  section.sided_row .block_left h2 {
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 300px;
  }
}
section.sided_row .block_right {
  max-width: 425px;
}
.learn_more_btn {
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  color: #161A2C;
  position: relative;
  padding-right: 20px;
}
.learn_more_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  background-image: url('../../images/icons/arrow_diagonal.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.booking_needs_row_1 {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .booking_needs_row_1 {
    background: #20214C;
    background: radial-gradient(at 55% -110%, #0561C4 -10%, #20214C 100%);
  }
}
.booking_needs_row_1 .container {
  display: flex;
  gap: 11px;
}
@media (max-width: 1200px) {
  .booking_needs_row_1 .container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .booking_needs_row_1 .container {
    width: 100%;
    gap: 0;
  }
}
.booking_needs_row_1 .block_left {
  width: 100%;
  max-width: 572px;
}
@media (max-width: 1200px) {
  .booking_needs_row_1 .block_left {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .booking_needs_row_1 .block_left {
    padding: 0 25px;
  }
}
.booking_needs_row_1 .block_left img {
  display: block;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .booking_needs_row_1 .block_left img {
    max-width: initial;
    width: 100%;
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .booking_needs_row_1 .block_left img {
    max-height: 276px;
    margin-top: -82px;
    position: relative;
    left: -25px;
    max-width: initial;
    width: calc(100% + 50px);
    border-radius: 0;
  }
}
.booking_needs_row_1 .block_right {
  flex-grow: 1;
  border-radius: 10px;
  padding: 35px 56px 39px 39px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .booking_needs_row_1 .block_right {
    background: #20214C;
    background: radial-gradient(at 55% -110%, #0561C4 -10%, #20214C 100%);
  }
}
@media (max-width: 1700px) {
  .booking_needs_row_1 .block_right {
    padding: 50px 45px 50px 45px;
    flex-direction: column;
    gap: 25px;
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .booking_needs_row_1 .block_right {
    padding: 30px 25px 36px 36px;
    border-radius: 0;
  }
}
.booking_needs_row_1 .block_right > div {
  display: flex;
  flex-direction: column;
}
.booking_needs_row_1 .block_right h2,
.booking_needs_row_1 .block_right p,
.booking_needs_row_1 .block_right li,
.booking_needs_row_1 .block_right .btn {
  color: white;
}
@media (max-width: 768px) {
  .booking_needs_row_1 .block_right h2 br,
  .booking_needs_row_1 .block_right p br,
  .booking_needs_row_1 .block_right li br,
  .booking_needs_row_1 .block_right .btn br {
    display: none;
  }
}
.booking_needs_row_1 .block_right .btn {
  border-color: white;
}
.booking_needs_row_1 .block_right ul {
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .booking_needs_row_1 .block_right ul {
    margin-top: 12px;
  }
}
.booking_needs_row_1 .block_right ul li {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  margin: 0 0 8px 0;
  position: relative;
  padding-left: 28px;
}
@media (max-width: 768px) {
  .booking_needs_row_1 .block_right ul li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
}
.booking_needs_row_1 .block_right ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url('../../images/icons/check_shielded.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.booking_needs_row_1 .block_right ul li:last-of-type {
  margin-bottom: 0;
}
.booking_needs_row_1 .block_right .btn {
  margin-top: auto;
}
@media (max-width: 768px) {
  .booking_needs_row_1 .block_right .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    height: 47px;
  }
}
.booking_needs_row_1 .block_right div:nth-child(1) {
  max-width: 453px;
}
.highlight_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .highlight_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }
}
@media (max-width: 340px) {
  .highlight_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.highlight_wrap .highlight_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
  background: #dee3ea;
  width: calc((100% - 30px) / 4);
  height: 174px;
  max-height: 215px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: initial;
  transition: ease-in-out 0.25s;
}
.highlight_wrap .highlight_box .highlight_box_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .highlight_wrap .highlight_box .highlight_box_img_wrap {
    width: 30px;
    height: 30px;
  }
}
.highlight_wrap .highlight_box .highlight_box_img_wrap img,
.highlight_wrap .highlight_box .highlight_box_img_wrap svg {
  display: block;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  .highlight_wrap .highlight_box .highlight_box_img_wrap img,
  .highlight_wrap .highlight_box .highlight_box_img_wrap svg {
    width: 100%;
    height: 100%;
  }
}
.highlight_wrap .highlight_box .highlight_box_img_wrap svg path {
  fill: #231E5F;
}
.highlight_wrap .highlight_box p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25em;
  min-height: calc(14px*1.25*2);
  color: #231E5F;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.highlight_wrap .highlight_box .learn_more_btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: ease-in-out 0.25s;
  transform: translateX(-50%) scale(0.6);
  font-size: 14px;
  font-size: 0.875rem;
  color: #5191FA;
  text-align: center;
  padding-right: 16px;
}
.highlight_wrap .highlight_box .learn_more_btn::before {
  width: 8px;
  height: 8px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(34%) saturate(5198%) hue-rotate(197deg) brightness(100%) contrast(96%);
}
.highlight_wrap .highlight_box .highlight_soon {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #231E5F;
  transition: ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .highlight_wrap .highlight_box .highlight_soon {
    position: initial;
  }
}
.highlight_wrap .highlight_box:hover,
.highlight_wrap .highlight_box:focus-visible {
  background: #173876;
}
.highlight_wrap .highlight_box:hover .learn_more_btn,
.highlight_wrap .highlight_box:focus-visible .learn_more_btn {
  bottom: 19px;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.highlight_wrap .highlight_box:hover p,
.highlight_wrap .highlight_box:focus-visible p,
.highlight_wrap .highlight_box:hover .highlight_soon,
.highlight_wrap .highlight_box:focus-visible .highlight_soon {
  color: #FFFFFF;
}
.highlight_wrap .highlight_box:hover p img,
.highlight_wrap .highlight_box:focus-visible p img,
.highlight_wrap .highlight_box:hover .highlight_soon img,
.highlight_wrap .highlight_box:focus-visible .highlight_soon img {
  filter: brightness(0) saturate(100%) invert(1);
}
.highlight_wrap .highlight_box:hover svg path,
.highlight_wrap .highlight_box:focus-visible svg path {
  fill: #FFFFFF;
}
@media (max-width: 768px) {
  .highlight_wrap .highlight_box {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .highlight_wrap .highlight_box p {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 90%;
    min-height: calc(12px*1.25*2);
  }
}
@media (max-width: 500px) {
  .highlight_wrap .highlight_box .highlight_box_img_wrap {
    width: 34px;
    height: 27px;
  }
  .highlight_wrap .highlight_box .highlight_box_img_wrap img {
    width: 100%;
    height: 100%;
  }
}
.is_essential_wrap {
  position: relative;
}
.is_essential_wrap h2 {
  color: white;
  margin-bottom: 21px;
}
.essential_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 465px;
}
.essential_wrap .essential_box {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.essential_wrap .essential_box .essential_label {
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25em;
  color: white;
  position: relative;
  cursor: pointer;
  transition: ease-in-out 0.25s;
  padding-right: 34px;
  opacity: 0.3;
}
.essential_wrap .essential_box .essential_label::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url('../../images/icons/arrow_right_small.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: ease-in-out 0.25s;
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
@media (max-width: 768px) {
  .essential_wrap .essential_box .essential_label {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
  }
}
.essential_wrap .essential_box .essential_content {
  transition: ease-in-out 0.25s;
  max-width: 611px;
}
.essential_wrap .essential_box .essential_content p {
  font-weight: 600;
  color: #F8F8F8;
}
@media (max-width: 768px) {
  .essential_wrap .essential_box .essential_content p {
    font-weight: 400;
  }
}
.essential_wrap .essential_box.active .essential_label {
  color: white;
  padding-left: 34px;
  padding-right: 0;
  opacity: 1;
}
.essential_wrap .essential_box.active .essential_label::before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.essential_wrap .essential_box:not(.active) .essential_content {
  display: none;
}
.block_title_1 {
  font-weight: 800;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2em;
  color: #FFFFFF;
  margin: 0 0 0.5em 0;
}
.block_title_1 span {
  color: #5191FA;
}
@media (max-width: 1600px) {
  .block_title_1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1200px) {
  .block_title_1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .block_title_1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.block_title_2 {
  font-weight: 900;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.2em;
  color: #FCFCFC;
  margin: 0 0 0.4em 0;
}
@media (max-width: 1600px) {
  .block_title_2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .block_title_2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .block_title_2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.book_ride {
  margin: 100px 0 86px 0;
}
@media (max-width: 1200px) {
  .book_ride {
    margin: 36px 0 54px 0;
  }
}
.book_ride .container {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .book_ride .container {
    flex-direction: column;
    gap: 20px;
  }
}
.book_ride .container .block_side {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0;
  margin: 0;
  max-width: 300px;
}
@media (min-width: 769px) {
  .book_ride .container .block_side p {
    max-width: 245px;
  }
}
@media (max-width: 1200px) {
  .book_ride .container .block_side {
    flex-direction: column;
    align-items: initial;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .book_ride .container .block_side {
    margin: 0;
    width: 100%;
    max-width: initial;
    gap: 20px;
  }
}
.book_ride .container .block_primary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
  max-width: 930px;
  width: 100%;
}
@media (max-width: 1200px) {
  .book_ride .container .block_primary {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .book_ride .container .block_primary {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.book_ride .book_ride_btn_row_wrap {
  overflow: hidden;
  max-width: 280px;
  margin: 6px 0 15px 0;
}
@media (max-width: 768px) {
  .book_ride .book_ride_btn_row_wrap {
    max-width: 475px;
    margin: 0;
  }
}
.book_ride .book_ride_btn_row {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 22px 30px;
  position: relative;
  white-space: nowrap;
  animation: bannermove 10s linear infinite;
}
@media (max-width: 500px) {
  .book_ride .book_ride_btn_row {
    left: -25px;
    width: fit-content;
  }
}
.book_ride .book_ride_btn_row > * {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border: initial;
  background: initial;
  margin: 0;
  transition: ease-in-out 0.25s;
  font-weight: 600;
  color: #091017;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.15em;
}
.book_ride .book_ride_btn_row > * img {
  width: 19px;
  height: 19px;
  display: block;
}
@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-61.2%, 0);
  }
}
.ride_box {
  background: #ECF2F7;
  border-radius: 10px;
  padding: 33px 20px 10px 20px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .ride_box {
    min-height: initial;
    align-items: center;
    text-align: center;
    padding: 43px 20px 22px 20px;
    min-height: 350px;
  }
}
.ride_box p,
.ride_box img {
  position: relative;
  z-index: 2;
  transition: inherit;
}
.ride_box .ride_title {
  font-weight: 800;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #091017;
  margin: 0 0 7px 0;
}
@media (max-width: 768px) {
  .ride_box .ride_title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.ride_box .ride_subtitle {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #161A2C;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .ride_box .ride_subtitle {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}
.ride_box .btn {
  border: 2px solid #161A2C;
  border-radius: 10px;
  padding: 8px 33px;
  transition: inherit;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1600px) {
  .ride_box .btn {
    padding: 10px 34px;
  }
}
@media (max-width: 1200px) {
  .ride_box .btn {
    padding: 11px 30px;
  }
}
.ride_box img {
  display: block;
  margin: auto auto 0 auto;
}
@media (max-width: 1600px) {
  .ride_box img {
    max-width: 94%;
  }
}
@media (max-width: 768px) {
  .ride_box img {
    margin: 25px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .ride_box img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ride_box .ride_title,
  .ride_box .ride_subtitle,
  .ride_box .btn {
    margin-left: 17px;
  }
}
.ride_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20214C;
  background: radial-gradient(at left top, #0665CC 1%, #1F204C);
  border-radius: inherit;
  z-index: 0;
  transition: inherit;
  opacity: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ride_box::after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../images/dispo_element_3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 127px;
  height: 130px;
  opacity: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ride_box.active {
  background: transparent;
}
.ride_box.active .ride_title,
.ride_box.active .ride_subtitle {
  color: white;
}
.ride_box.active .btn {
  border-color: white;
  color: white;
}
.ride_box.active::before,
.ride_box.active::after {
  opacity: 1;
}
.ride_box .ride_box_shadow {
  position: absolute;
  z-index: -1;
  border-radius: 35px;
  width: calc(100% - 26px);
  height: 80%;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  background: #102A45;
  opacity: 0.37;
  filter: blur(11px);
  transition: initial;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ride_box:not(.active) .ride_box_shadow {
  display: none;
}
.tour_destinations {
  margin: 86px 0;
}
@media (max-width: 1600px) {
  .tour_destinations {
    margin: 62px 0;
  }
}
@media (max-width: 768px) {
  .tour_destinations {
    margin: 55px 0 55px 0;
  }
}
.tour_destinations .container {
  display: flex;
  align-items: center;
  gap: 92px;
}
@media (max-width: 900px) {
  .tour_destinations .container {
    gap: 53px;
  }
}
@media (max-width: 768px) {
  .tour_destinations .container {
    flex-direction: column-reverse;
  }
}
.tour_destinations .container .block_side {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0;
  margin: 0;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1401px) {
  .tour_destinations .container .block_side {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .tour_destinations .container .block_side {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: initial;
  }
}
.tour_destinations .container .block_side p {
  max-width: 290px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .tour_destinations .container .block_side p {
    max-width: initial;
    text-align: left;
  }
}
.tour_destinations .container .block_side .btn {
  border-color: black;
  margin-top: 20px;
}
.tour_destinations .container .block_side .btn img {
  width: 9px;
  height: 9px;
  object-position: center;
  filter: invert(1);
}
@media (max-width: 768px) {
  .tour_destinations .container .block_side .btn {
    margin: 0;
    height: 48px;
    width: 100%;
    justify-content: center;
  }
}
.tour_destinations .container .block_primary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 18px;
  width: 100%;
}
@media (max-width: 1200px) {
  .tour_destinations .container .block_primary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .tour_destinations .container .block_primary {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tour_dest_box {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tour_dest_box::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.36;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.tour_dest_box p {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .tour_dest_box p {
    font-size: 16px;
    font-size: 1rem;
    max-width: 86%;
  }
}
@media (max-width: 1600px) {
  .tour_dest_box {
    max-height: 280px;
  }
}
@media (max-width: 768px) {
  .tour_dest_box {
    aspect-ratio: 1.4 / 1;
  }
}
.partner_row {
  margin: 0;
  padding: 52px 0 52px 0;
  background: #F0F3F5;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.39);
}
@media (max-width: 768px) {
  .partner_row {
    margin: 41px 0 0 0;
    padding: 27px 0 40px 0;
    border-top: 1px solid rgba(112, 112, 112, 0.41);
    border-bottom: initial;
    background: white;
  }
}
.partner_row .container {
  padding: 0 0 80px 0;
}
@media (max-width: 768px) {
  .partner_row .container {
    padding: 0 0 50px 0;
  }
}
.partner_row .container .partner_title {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  color: #161A2C;
  margin: 0;
}
@media (max-width: 768px) {
  .partner_row .container .partner_title {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
#partner_slider {
  margin: 0 auto;
  max-width: 1350px;
}
#partner_slider .partner_box {
  --f-carousel-spacing: 60px;
  width: calc(100% / 8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.15s;
  filter: grayscale(1);
}
#partner_slider .partner_box img {
  max-height: 45px;
}
#partner_slider .partner_box:hover {
  filter: initial;
}
@media (max-width: 1600px) {
  #partner_slider .partner_box {
    --f-carousel-spacing: 50px;
    width: calc(100% / 6);
  }
}
@media (max-width: 500px) {
  #partner_slider .partner_box {
    --f-carousel-spacing: 30px;
    width: 25%;
  }
}
#partner_slider .f-carousel__dots {
  display: none;
}
#partner_slider .f-progress {
  display: none;
}
#partner_slider .f-carousel__nav {
  max-width: 1600px;
  width: calc(100% - 80px);
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #partner_slider .f-carousel__nav {
    display: none;
  }
}
#partner_slider .f-carousel__nav .f-button.is-next,
#partner_slider .f-carousel__nav .f-button.is-prev {
  top: -75px;
  left: initial;
  right: 0;
  width: 32px;
  height: 32px;
  background: initial;
  border-radius: 50%;
  transform: translateY(-100%);
  background: #161a2c;
}
@media (max-width: 768px) {
  #partner_slider .f-carousel__nav .f-button.is-next,
  #partner_slider .f-carousel__nav .f-button.is-prev {
    top: -50px;
  }
}
#partner_slider .f-carousel__nav .f-button.is-next::before,
#partner_slider .f-carousel__nav .f-button.is-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../images/icons/arrow_right_small.svg');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  filter: invert(1) invert(7%) sepia(13%) saturate(2914%) hue-rotate(191deg) brightness(93%) contrast(92%);
}
#partner_slider .f-carousel__nav .f-button.is-next svg,
#partner_slider .f-carousel__nav .f-button.is-prev svg {
  display: none;
}
#partner_slider .f-carousel__nav .f-button.is-next::before,
#partner_slider .f-carousel__nav .f-button.is-prev::before {
  filter: initial;
}
#partner_slider .f-carousel__nav .f-button.is-prev {
  right: 50px;
  transform: translateY(-100%) rotate(180deg);
}
.page_main {
  min-height: calc(100vh - 96px);
}
.page_main .container h1 {
  font-weight: 700;
  color: black;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.5em 0;
}
@media (max-width: 768px) {
  .page_main .container h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.page_main .container h2:not([class]) {
  font-weight: 700;
  color: black;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 0.75em 0;
}
@media (max-width: 768px) {
  .page_main .container h2:not([class]) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page_main .container h3 {
  font-weight: 600;
  color: black;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.8em 0;
}
@media (max-width: 768px) {
  .page_main .container h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page_main .container h4 {
  font-weight: 700;
  color: black;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1em 0;
}
@media (max-width: 768px) {
  .page_main .container h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page_main .container p,
.page_main .container a:not(.file_box, .go_home_btn, .contact_box, .leaflet-control-zoom-in, .leaflet-control-zoom-out, .btn, .urls_link) {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: black;
  margin: 0 0 0.75em 0;
}
.page_main .container a:not(.leaflet-control-zoom-out, .leaflet-control-zoom-in, .contact_box, .btn, .urls_link) {
  text-decoration: underline;
}
.page_main .container a:not(.leaflet-control-zoom-out, .leaflet-control-zoom-in, .contact_box, .btn, .urls_link):hover {
  text-decoration: initial;
}
.page_main .container ul:not(.list) {
  padding: 0;
  margin: 28px 0;
}
.page_main .container ul:not(.list) li {
  padding-left: 38px;
}
.page_main .container ul:not(.list) li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../../images/icons/input_circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_main .container ol {
  padding: 0 0 0 75px;
  margin: 28px 0;
}
.page_main .container ul li,
.page_main .container ol li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #161A2C;
}
.page_main .container ul li:not(:last-of-type),
.page_main .container ol li:not(:last-of-type) {
  margin-bottom: 24px;
}
.page_main .container ul li::marker,
.page_main .container ol li::marker {
  color: #5191FA;
}
@media (max-width: 768px) {
  .page_main .container {
    width: calc(100% - 40px);
  }
}
section.page_banner {
  width: 100%;
  margin: 0 0 66px 0;
  margin-top: calc(var(--header_height) * -1);
  min-height: 264px;
  background: transparent linear-gradient(339deg, #0561C4 -200%, #20214C 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 40px 40px 58px 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.page_banner {
    min-height: 136px;
    padding: 40px 0 28px 0;
    margin-bottom: 28px;
  }
}
section.page_banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../images/banner_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  border-radius: inherit;
}
section.page_banner::before {
  content: '';
  width: 226px;
  height: 220px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('../../images/dispo_element_6.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  section.page_banner::before {
    width: 72px;
    height: 70px;
  }
}
section.page_banner h1 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  section.page_banner h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.faq_page_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
@media (max-width: 1200px) {
  .faq_page_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.faq_page_wrap .faq_col {
  display: flex;
  flex-direction: column;
}
.faq_wrap {
  border-radius: 10px;
  padding: 44px 50px 50px 48px;
  margin: 0 0 34px 0;
  background: #F0F3F5;
}
@media (max-width: 768px) {
  .faq_wrap {
    margin: 70px 0 20px 0;
    padding: 0 23px 30px 23px;
  }
  .faq_wrap > h2 {
    font-size: 20px;
    font-size: 1.25rem;
    transform: translateY(-100%);
    margin: 0 auto !important;
    text-align: center;
    position: relative;
    top: -26px;
  }
}
.faq_wrap .faq_box {
  margin: 0 0 21px 0;
}
.faq_wrap .faq_box:last-of-type {
  margin-bottom: 0;
}
.faq_wrap .faq_label {
  display: flex;
  align-items: center;
  gap: 22px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq_wrap .faq_label {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.faq_wrap .faq_label p {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  transition: ease-in-out 0.25s;
  margin: 0;
}
@media (max-width: 768px) {
  .faq_wrap .faq_label p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.faq_wrap .faq_label > img {
  display: block;
  transition: transform ease-in-out 0.25s;
}
.faq_wrap .faq_label:not(.active) > img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(13%) saturate(2906%) hue-rotate(191deg) brightness(97%) contrast(92%);
}
.faq_wrap .faq_label:hover p {
  color: #5191FA;
}
.faq_wrap .faq_label.active p {
  color: #5191FA;
}
.faq_wrap .faq_label.active > img {
  transform: rotate(90deg);
}
.faq_wrap .faq_content {
  max-width: 574px;
  margin: 21px 0 0 0;
  display: none;
}
.faq_wrap .faq_content p {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .faq_wrap .faq_content p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.go_home_btn {
  width: fit-content;
  background: #F0F3F5;
  border-radius: 34px;
  min-width: 281px;
  padding: 21px 30px 21px 44px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: initial !important;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #161A2C;
}
@media (max-width: 768px) {
  .go_home_btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 30px 16px 42px;
    min-width: initial;
  }
}
.go_home_btn svg {
  display: block;
  width: 11px;
  height: 11px;
  transform: rotate(180deg);
}
.go_home_btn svg path {
  fill: black;
  stroke: black;
}
@media (max-width: 768px) {
  main.faq_main .container {
    background: initial;
    padding: 0;
  }
  main.faq_main .go_home_btn {
    background: white;
    margin: 18px auto 28px auto;
  }
}
main .slideshow_wrap {
  width: 100%;
  height: auto;
  max-width: 845px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  --f-button-next-pos: 44px;
  --f-button-prev-pos: 44px;
}
main .slideshow_wrap .slideshow_slide {
  width: 100%;
  height: 100%;
  position: relative;
}
main .slideshow_wrap .slideshow_slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .slideshow_wrap .slideshow_slide > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 2;
  transform: translate(-50%, -50%);
}
main .slideshow_wrap .slideshow_slide > svg path {
  fill: white;
}
main .slideshow_wrap > svg {
  opacity: 0;
  position: absolute;
  bottom: 37px;
  right: 34px;
  z-index: 10;
  transition: ease-in-out 0.25s;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
main .slideshow_wrap:hover > svg {
  opacity: 1;
}
@media (max-width: 768px) {
  main .slideshow_wrap {
    --f-button-next-pos: 22px;
    --f-button-prev-pos: 22px;
  }
}
main .slideshow_wrap .f-carousel__dots {
  display: none;
}
main .slideshow_wrap .f-progress {
  display: none;
}
main .slideshow_wrap .f-carousel__nav .f-button.is-next,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  transition: ease-in-out 0.25s;
}
main .slideshow_wrap .f-carousel__nav .f-button.is-next::before,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../images/icons/arrow_right_small.svg');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  filter: invert(1) invert(7%) sepia(13%) saturate(2914%) hue-rotate(191deg) brightness(93%) contrast(92%);
}
main .slideshow_wrap .f-carousel__nav .f-button.is-next svg,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev svg {
  display: none;
}
main .slideshow_wrap .f-carousel__nav .f-button.is-next:not([disabled]):hover,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev:not([disabled]):hover,
main .slideshow_wrap .f-carousel__nav .f-button.is-next:focus-visible,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev:focus-visible {
  background: #161a2c;
}
main .slideshow_wrap .f-carousel__nav .f-button.is-next:not([disabled]):hover::before,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev:not([disabled]):hover::before,
main .slideshow_wrap .f-carousel__nav .f-button.is-next:focus-visible::before,
main .slideshow_wrap .f-carousel__nav .f-button.is-prev:focus-visible::before {
  filter: initial;
}
main .slideshow_wrap .f-carousel__nav .f-button.is-next[disabled],
main .slideshow_wrap .f-carousel__nav .f-button.is-prev[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
main .slideshow_wrap .f-carousel__nav .f-button.is-prev {
  transform: translateY(-50%) rotate(180deg) !important;
}
.file_wrap {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0;
}
.file_wrap .file_box {
  display: flex;
  align-items: center;
  gap: 2px 38px;
  text-decoration: initial !important;
}
.file_wrap .file_box > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.file_wrap .file_box > div:nth-child(1) {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #161A2C;
}
.file_wrap .file_box > div:nth-child(1) img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.file_wrap .file_box > div:nth-child(2) {
  margin-left: auto;
  flex-shrink: 0;
}
.file_wrap .file_box > div:nth-child(2) p {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: #161A2C;
  margin: 0;
}
.file_wrap .file_box > div:nth-child(2) svg {
  width: 13px;
  height: 13px;
}
.content_column_2 {
  margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 769px) {
  .content_column_2 > div {
    max-width: 620px;
  }
}
@media (max-width: 768px) {
  .content_column_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content_column_3 {
  margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .content_column_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page_main .container .page_urls_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px 20px;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .page_main .container .page_urls_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
}
@media (max-width: 370px) {
  .page_main .container .page_urls_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.page_main .container .page_urls_wrap > div {
  width: 100%;
  max-width: 226px;
}
.page_main .container .page_urls_wrap > div h3 {
  margin: 0 0 15px;
  font-weight: 600;
}
.page_main .container .page_urls_wrap > div a {
  text-decoration: initial;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ADACB8;
}
@media (max-width: 768px) {
  .page_main .container .page_urls_wrap > div a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page_main .container .page_urls_wrap > div a img {
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(8%) saturate(293%) hue-rotate(206deg) brightness(91%) contrast(84%);
}
.container .page_galleries_wrap {
  margin: 88px 0 60px 0;
}
.container .page_galleries_wrap .page_galleries_upper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 36px 0;
}
.container .page_galleries_wrap .page_galleries_upper h3 {
  margin: 0;
}
.container .page_galleries_wrap .page_galleries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .container .page_galleries_wrap .page_galleries {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .container .page_galleries_wrap .page_galleries {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .container .page_galleries_wrap .page_galleries {
    grid-template-columns: repeat(1, 1fr);
  }
}
.container .page_galleries_wrap .page_galleries a {
  width: 100%;
  height: 302px;
  text-decoration: initial;
  background-color: #F0F3F5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px 49px 30px 24px;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .container .page_galleries_wrap .page_galleries a {
    height: auto;
    padding: 70px 20px 20px 20px;
    min-height: 300px;
  }
}
.container .page_galleries_wrap .page_galleries a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, rgba(0, 0, 0, 0.85) 100%);
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.container .page_galleries_wrap .page_galleries a p {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .container .page_galleries_wrap .page_galleries a p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.container .page_galleries_wrap .page_galleries a img {
  display: none;
}
.container .page_galleries_wrap .page_galleries a .gallery_upper_dialog {
  position: absolute;
  top: 30px;
  left: 17px;
  background: #00000080;
  border-radius: 10px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.contact_wrap {
  display: flex;
  gap: 78px;
  padding: 0 0 116px 0;
}
@media (max-width: 1200px) {
  .contact_wrap {
    flex-direction: column-reverse;
    gap: 32px;
    margin: 0;
    padding: 0;
  }
}
.contact_wrap .contact_left {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.contact_wrap .contact_left p {
  max-width: 428px;
}
@media (max-width: 1200px) {
  .contact_wrap .contact_left {
    max-width: initial;
    padding-right: 0;
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
  }
}
@media (max-width: 768px) {
  .contact_wrap .contact_left {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.contact_wrap .contact_right {
  margin-left: auto;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1600px) {
  .contact_wrap .contact_right {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .contact_wrap .contact_right {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}
.page_main .container .contact_box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
  text-decoration: initial;
}
@media (max-width: 768px) {
  .page_main .container .contact_box {
    margin: 15px 0;
  }
}
.page_main .container .contact_box img {
  display: block;
  width: 15px;
  height: 15px;
}
.page_main .container .contact_box p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  margin: 0;
}
.contact_form_wrap {
  width: 100%;
  max-width: 700px;
  position: relative;
}
@media (max-width: 1200px) {
  .contact_form_wrap {
    max-width: initial;
  }
}
.contact_form_wrap:not(.processing_form) .lds-ellipsis {
  display: none;
}
.contact_form_wrap.processing_form .contact_form_content {
  opacity: 0.4;
}
.contact_form_wrap .contact_form_content {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 5px;
  transition: ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .contact_form_wrap .contact_form_content {
    gap: 8px;
    padding-top: 18px;
  }
}
.contact_form_wrap .contact_form_content .contact_form_row {
  display: flex;
  gap: 13px;
}
@media (max-width: 768px) {
  .contact_form_wrap .contact_form_content .contact_form_row {
    flex-direction: column;
    gap: 8px;
  }
}
.contact_form_wrap .contact_form_content .contact_form_lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  margin: 11px 0 0 0;
}
@media (max-width: 768px) {
  .contact_form_wrap .contact_form_content .contact_form_lower {
    flex-direction: column;
    gap: 18px;
  }
}
.contact_form_wrap .contact_form_content input:not([type="checkbox"]),
.contact_form_wrap .contact_form_content textarea {
  width: 100%;
  background: #F0F3F5;
  outline: 2px solid transparent;
  border: initial;
  border-radius: 10px;
  padding: 16px 30px;
  transition: ease-in-out 0.25s;
  transition-property: outline, border;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
}
.contact_form_wrap .contact_form_content input:not([type="checkbox"]):hover,
.contact_form_wrap .contact_form_content textarea:hover {
  border-color: black;
}
.contact_form_wrap .contact_form_content input:not([type="checkbox"]):focus,
.contact_form_wrap .contact_form_content textarea:focus {
  outline-color: #231E5F;
  border-color: transparent;
}
.contact_form_wrap .contact_form_content input:not([type="checkbox"]).error,
.contact_form_wrap .contact_form_content textarea.error {
  outline-color: red;
  border-color: red;
}
.contact_form_wrap .contact_form_content input:not([type="checkbox"]) {
  height: 53px;
}
.contact_form_wrap .contact_form_content textarea {
  min-height: 55px;
  max-height: 650px;
  height: 269px;
  resize: vertical;
}
.contact_form_wrap .contact_form_content .contact_send_btn {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 10px;
  border: initial;
  background: #231E5F;
  padding: 17px 61px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
}
@media (max-width: 500px) {
  .contact_form_wrap .contact_form_content .contact_send_btn {
    width: 100%;
    text-align: center;
  }
}
.contact_form_wrap .contact_form_content .nice-select {
  width: 100%;
  height: 53px;
  background: #F0F3F5;
  outline: 2px solid transparent;
  border: initial;
  border-radius: 10px;
  padding: 16px 30px;
  transition: ease-in-out 0.25s;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: black;
}
.contact_form_wrap .contact_form_content .nice-select::after {
  right: 26px;
}
.contact_form_wrap .contact_form_content .nice-select .list {
  border-radius: inherit;
}
.contact_form_wrap .contact_form_content .nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 10px;
}
.contact_form_wrap .contact_form_content .nice-select .nice-select-dropdown ul li {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 30px;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.checkbox.bounce input:focus-visible {
  outline: 2px solid black;
}
.checkbox {
  --CB_background: #F0F3F5;
  --CB_border: #F0F3F5;
  --CB_border-hover: #BBC1E1;
  --CB_border-active: #5191FA;
  --CB_tick: #fff;
  --CB_text-size: 1.125rem;
  --CB_text-color: #161A2C;
  --CB_error-color: red;
  position: relative;
  display: flex;
  gap: 16px;
  text-align: left;
  max-width: 400px;
  margin: 6px 0;
}
@media (max-width: 768px) {
  .checkbox {
    --CB_text-size: 0.875rem;
    gap: 13px;
  }
}
.checkbox input,
.checkbox svg {
  width: 21px;
  height: 21px;
  display: block;
  flex-shrink: 0;
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  background: var(--CB_background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--CB_s, 1px) var(--CB_b, var(--CB_border));
}
.checkbox input:hover {
  --CB_s: 2px;
  --CB_b: var(--CB_border-hover);
}
.checkbox input:checked {
  --CB_b: var(--CB_border-active);
}
.checkbox input.error {
  --CB_border: var(--CB_error-color);
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--CB_stroke, var(--CB_border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--CB_scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
  --CB_s: 2px;
  transition-delay: 0.4s;
}
.checkbox.path input:checked + svg {
  --CB_a: 16.1 86.12;
  --CB_o: 102.22;
}
.checkbox.path svg {
  stroke-dasharray: var(--CB_a, 86.12);
  stroke-dashoffset: var(--CB_o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkbox.bounce {
  --CB_stroke: var(--CB_tick);
}
.checkbox.bounce input:checked {
  --CB_s: 11px;
}
.checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --CB_scale: 0;
}
.checkbox > p,
.checkbox > a {
  display: inline;
  margin: 0 !important;
  font-size: var(--CB_text-size) !important;
  color: var(--CB_text-color) !important;
  line-height: 21px;
}
.checkbox a {
  text-decoration: underline;
  color: #5191FA !important;
  margin: 0 !important;
}
.checkbox a:hover {
  text-decoration: initial;
}
.checkbox.error {
  --CB_border: var(--CB_error-color);
}
.checkbox.error p,
.checkbox.error a {
  color: var(--CB_error-color);
}
.lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #231E5F;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#contact_success {
  padding: 0;
  background: transparent;
  min-width: 420px;
}
@media (max-width: 500px) {
  #contact_success {
    min-width: initial;
    width: 100%;
  }
}
#contact_success .contact_success {
  display: flex;
  flex-direction: column;
}
#contact_success .contact_success .block_upper {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(at 75% -65%, #0561C4 35%, #20214C 100%);
  border-radius: 10px 10px 0 0;
}
#contact_success .contact_success .block_upper img {
  width: 130px;
  height: 48px;
}
#contact_success .contact_success .block_lower {
  display: flex;
  flex-direction: column;
  padding: 26px 0 22px 0;
  background: white;
  border-radius: 0 0 10px 10px;
}
#contact_success .contact_success .block_lower p {
  margin: 0 0 10px 0;
  color: #5C5A71;
}
#contact_success .contact_success .block_lower p strong {
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
}
#map {
  width: 100%;
  height: 405px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 15px 0 0 0;
}
#map > a {
  display: none;
}
#map .leaflet-bottom.leaflet-right,
#map .leaflet-top.leaflet-left {
  display: none;
}
#map .leaflet-control {
  margin: 20px 0 0 20px;
}
@media (min-width: 1701px) {
  #map {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1700px) {
  #map {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #map {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  #map {
    height: 340px;
  }
}
#map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#map_box {
  position: absolute;
  top: 28px;
  left: 26px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background: white;
  min-width: 270px;
  padding: 27px 27px 27px 25px;
  z-index: 600;
}
@media (max-width: 768px) {
  #map_box {
    padding: 22px;
    min-width: initial;
  }
}
#map_box p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 768px) {
  #map_box p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#map_box a:not(.contact_box) {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #5191FA;
  text-decoration: underline;
  margin: 0;
}
#map_box a:not(.contact_box):hover {
  text-decoration: initial;
}
@media (max-width: 768px) {
  .mcb1 p {
    font-size: 16px;
    font-size: 1rem;
    color: white;
  }
  .mobile_video_tour {
    border-radius: 20px;
    width: calc(100% - 30px);
    height: auto;
    aspect-ratio: 16/9;
    margin: 30px auto 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .mobile_video_tour .mb_popup {
    position: absolute;
    top: 18px;
    left: 18px;
    border-radius: 28px;
    background: #E3E6EA;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #161A2C;
  }
  .mobile_video_tour .mb_popup img {
    width: 16px;
    height: 16px;
  }
}
section.essential_section {
  margin: 40px 0 0 0;
}
@media (max-width: 900px) {
  section.essential_section {
    padding-top: 98px;
  }
}
section.essential_section .container {
  min-height: 440px;
  background: #20214C;
  background: radial-gradient(at 75% -65%, #0561C4 15%, #20214C 65%);
  border-radius: 10px;
  padding: 55px;
  display: flex;
  gap: 76px;
  position: relative;
}
@media (max-width: 1200px) {
  section.essential_section .container {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  section.essential_section .container {
    width: 100%;
    flex-direction: column;
    gap: 41px;
    padding: 0 25px 41px 25px;
    border-radius: 0;
  }
}
section.essential_section .container::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background-image: url('../../images/dispo_element_5.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 391px;
  height: 381px;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 900px) {
  section.essential_section .container::before {
    content: initial;
  }
}
@media (max-width: 768px) {
  section.essential_section .container::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background-image: url('../../images/dispo_element_7.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 213px;
    height: 207px;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}
section.essential_section .block_left {
  width: 100%;
  max-width: 588px;
}
@media (max-width: 1200px) {
  section.essential_section .block_left {
    max-width: 360px;
  }
}
@media (max-width: 900px) {
  section.essential_section .block_left {
    margin: -90px auto 0 auto;
    max-width: initial;
  }
}
section.essential_section .block_left img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 900px) {
  section.essential_section .block_left img {
    min-height: 150px;
  }
}
section.essential_section .block_left,
section.essential_section .block_right {
  position: relative;
  z-index: 3;
}
.booking_section_2 {
  margin: 47px 0;
}
@media (max-width: 768px) {
  .booking_section_2 {
    margin: 41px 0 36px 0;
  }
}
.booking_section_2 .container {
  display: flex;
  gap: 29px;
}
@media (max-width: 900px) {
  .booking_section_2 .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 36px;
  }
}
.booking_section_2 .container .block_left {
  width: 100%;
  max-width: 700px;
}
.booking_section_2 .container .block_left h2 {
  color: #231E5F;
  text-align: center;
  margin: 0 0 26px 0;
}
@media (max-width: 768px) {
  .booking_section_2 .container .block_left h2 {
    margin: 0 0 29px 0;
  }
}
.booking_section_2 .container .block_left h2 span {
  color: #5191FA;
}
.booking_section_2 .container .block_right {
  width: 100%;
  max-width: 621px;
  position: relative;
}
@media (max-width: 1200px) {
  .booking_section_2 .container .block_right {
    max-width: 360px;
  }
}
.booking_section_2 .container .block_right img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  max-height: 410px;
  width: 100%;
}
@media (max-width: 1600px) {
  .booking_section_2 .container .block_right img {
    height: 100%;
  }
}
.booking_section_2 .container .block_right::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('../../images/dispo_element_4.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 413px;
  height: 402px;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1200px) {
  .booking_section_2 .container .block_right::before {
    width: 279px;
    height: 271px;
  }
}
.svg_background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.transport_solutions {
  min-height: 428px;
  position: relative;
  z-index: 2;
  padding-bottom: 180px;
  margin-bottom: -125px;
  background: radial-gradient(at 50% -11%, #0561C4 0%, #0C51A6 43%, #20214C 100%);
}
@media (max-width: 768px) {
  .transport_solutions {
    padding-top: 15px;
    padding-bottom: 120px;
    margin-bottom: 0;
  }
}
.transport_solutions .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .transport_solutions .container {
    flex-direction: column;
    align-items: center;
  }
}
.transport_solutions .block_left,
.transport_solutions .block_middle {
  padding-top: 58px;
}
.transport_solutions .block_left {
  max-width: 605px;
}
@media (max-width: 1200px) {
  .transport_solutions .block_left {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .transport_solutions .block_left {
    padding-top: 8px;
  }
}
@media (min-width: 1601px) {
  .transport_solutions .block_left {
    padding-top: 52px;
  }
}
.transport_solutions .block_left .btn {
  background: transparent;
  padding: 0;
  gap: 10px;
  margin-top: 22px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.transport_solutions .block_left .btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(1);
}
.transport_solutions .block_left .page_partner_slider {
  --f-carousel-spacing: 26px;
  margin-top: 34px;
}
.transport_solutions .block_left .page_partner_slider .f-carousel__slide {
  max-width: 148px;
}
.transport_solutions .block_middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 434px;
}
@media (max-width: 1200px) {
  .transport_solutions .block_middle {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .transport_solutions .block_middle {
    padding-top: 28px;
  }
}
@media (min-width: 1600px) {
  .transport_solutions .block_right img {
    margin-right: 40px;
    margin-top: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .transport_solutions .block_right {
    display: none;
  }
}
@media (max-width: 1200px) {
  .transport_solutions .block_right {
    order: -1;
  }
}
@media (max-width: 768px) {
  .transport_solutions .block_right img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}
.transport_solutions h2,
.transport_solutions p {
  color: white;
}
.transport_solutions .block_left_lower {
  max-width: 573px;
  height: 62px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 30px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1600px) {
  .transport_solutions .block_left_lower {
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .transport_solutions .block_left_lower {
    height: 92px;
  }
}
.planner_row {
  width: 100%;
  background: initial;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  top: -62px;
  margin-bottom: -62px;
}
.planner_row_more {
  width: 100%;
  padding: 18px 0 26px 0;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px 4px;
}
@media (max-width: 768px) {
  .planner_row_more {
    flex-wrap: wrap;
    text-align: center;
  }
}
.planner_row_more p,
.planner_row_more a {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .planner_row_more p,
  .planner_row_more a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.planner_row_more a {
  color: #5191FA;
  text-decoration: initial;
}
.planner_row_more a:hover {
  text-decoration: underline;
}
.planner_row_more img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(78%) saturate(1000%) hue-rotate(196deg) brightness(98%) contrast(100%);
}
.page_main .container .get_in_touch_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 46px 0 60px 0;
}
.page_main .container .get_in_touch_row p {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  margin: 0;
}
.page_main .container .get_in_touch_row .btn {
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: initial;
  padding: 16px 50px;
}
@media (max-width: 768px) {
  .page_main .container .get_in_touch_row {
    flex-direction: column;
    gap: 20px;
    margin: 32px 0 0 0;
  }
  .page_main .container .get_in_touch_row p {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    max-width: 170px;
  }
}
.home_bgd {
  background: white;
  background: linear-gradient(180deg, #F0F3F5 90%, #ffffff 90%);
}
.page_sidebar {
  display: flex;
  gap: 111px;
}
@media (max-width: 1200px) {
  .page_sidebar {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .page_sidebar {
    flex-direction: column;
    gap: 40px;
  }
}
.page_sidebar .page {
  flex-grow: 1;
}
.page_sidebar .sidebar {
  width: 100%;
  max-width: 428px;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .page_sidebar .sidebar {
    max-width: 700px;
    margin: 0 auto;
  }
}
.sidebar .sidebar_box {
  background: #F0F3F5;
  border-radius: 10px;
  padding: 22px 36px 36px 38px;
  width: 100%;
  margin: 0 0 26px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sidebar .sidebar_box {
    padding: 26px 16px 32px 20px;
  }
}
.sidebar .sid_box_row_1 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px 0;
}
.sidebar .sid_box_row_1 img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
}
.sidebar .sid_box_row_1 h4 {
  margin: 0;
}
.sidebar .file_wrap {
  margin: 0;
}
.sidebar .file_wrap .file_box {
  width: 100%;
}
main .container .urls_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main .container .urls_wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 0;
  margin: 0;
  text-decoration: initial;
  font-size: 14px;
  font-size: 0.875rem;
  color: #161A2C;
}
main .container .urls_wrap a svg {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}
.highlighted_text_row {
  background: #F0F3F5;
  border-radius: 10px;
  padding: 37px 46px 35px 46px;
  display: flex;
  flex-direction: column;
  margin: 36px 0 44px 0;
}
@media (max-width: 768px) {
  .highlighted_text_row {
    padding: 26px 16px 32px 20px;
    margin: 26px 0 30px 0;
  }
}
.highlighted_text_row .block_row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 13px 0;
}
.highlighted_text_row .block_row img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
}
.highlighted_text_row .block_row h4 {
  font-weight: 600;
  margin: 0;
}
.quote_text_row {
  width: 100%;
  background: #F0F3F5;
  border-radius: 10px;
  margin: 56px 0 40px 0;
  padding: 43px 43px 23px 43px;
  position: relative;
}
.quote_text_row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 43px;
  transform: translateY(-50%);
  width: 44px;
  height: 36px;
  display: block;
  background-image: url('../../images/quotes.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.quote_text_row p:not(.quote_author) {
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  margin: 0 0 10px 0;
  max-width: 622px;
}
.quote_text_row p.quote_author {
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: #161A2C;
  margin: 4px 0 0 0;
}
.page-404 {
  min-height: calc(100vh - 96px);
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404-title,
.error-404-text {
  text-align: center;
}
.error-404-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 36px;
  margin: 40px 0 12px 0;
}
.error-404-text {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  color: black;
}
a.error-404-btn {
  background: #231E5F;
  height: 46px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  transition: ease-in-out 0.18s;
  margin: 0 auto 90px auto;
  text-decoration: none;
  border-radius: 10px;
}
.flex {
  display: flex;
}
.gap-2 {
  gap: 2px;
}
#wholesale_main {
  padding: 0;
}
@media (max-width: 768px) {
  #wholesale_main .partner_row {
    border: initial;
  }
}
.page_initial {
  height: 672px;
  background: transparent radial-gradient(closest-side at 59% 60%, #0561C4 0%, #0C51A6 33%, #20214C 260%) 0% 0% no-repeat padding-box;
}
@media (max-width: 768px) {
  .page_initial {
    height: auto;
  }
}
.page_initial .container {
  display: flex;
  position: relative;
  height: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .page_initial .container {
    flex-direction: column-reverse;
    gap: 2px;
  }
}
.page_initial .block_left {
  padding: 195px 0 0 0;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.page_initial .block_left h1,
.page_initial .block_left p {
  color: var(--color-white);
}
.page_initial .block_left h1 {
  font-weight: 800;
  font-size: 45px;
  font-size: 2.8125rem;
  margin: 0 0 12px 0;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .page_initial .block_left h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    max-width: 250px;
  }
}
.page_initial .block_left p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 20px 0;
  line-height: 1.45em;
}
.page_initial .block_left .btn {
  border-color: var(--color-white);
  color: var(--color-white);
}
@media (max-width: 768px) {
  .page_initial .block_left {
    padding: 0;
  }
}
.page_initial .block_right img {
  position: absolute;
  bottom: 0;
  right: -132px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .page_initial .block_right img {
    right: -355px;
  }
}
@media (max-width: 768px) {
  .page_initial .block_right img {
    position: initial;
    margin-top: 115px;
  }
}
body main .page_partner_slider {
  display: flex;
  margin: 48px 0 8px 0;
  --f-carousel-slide-width: auto;
  --f-carousel-spacing: 32px;
}
@media (max-width: 768px) {
  body main .page_partner_slider {
    margin: 38px 0 8px 0;
    --f-carousel-spacing: 28px;
  }
}
body main .page_partner_slider .f-carousel__nav {
  display: none;
}
body main .page_partner_slider .f-carousel__dots {
  display: none;
}
body main .page_partner_slider .f-progress {
  display: none;
}
body main .page_partner_slider .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .page_partner_slider .f-carousel__slide img {
  display: block;
}
section.points {
  height: auto;
  min-height: 600px;
  background: #F0F3F5;
  padding: 70px 0 306px 0;
}
@media (max-width: 768px) {
  section.points {
    padding: 54px 0 250px 0;
  }
}
section.points .points_col_wrap {
  display: flex;
  gap: 0;
  --f-carousel-spacing: 72px;
  --f-carousel-slide-width: calc((100% - 216px) / 4);
}
@media (max-width: 1000px) {
  section.points .points_col_wrap {
    --f-carousel-spacing: 30px;
    --f-carousel-slide-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 768px) {
  section.points .points_col_wrap {
    --f-carousel-spacing: 0;
    --f-carousel-slide-width: 100%;
  }
  section.points .points_col_wrap .f-carousel__nav .f-button.is-next,
  section.points .points_col_wrap .f-carousel__nav .f-button.is-prev {
    width: 26px;
    height: 26px;
    top: 28px;
    background-image: url('../../images/icons/circle_arrow_right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  section.points .points_col_wrap .f-carousel__nav .f-button.is-next svg,
  section.points .points_col_wrap .f-carousel__nav .f-button.is-prev svg {
    display: none;
  }
  section.points .points_col_wrap .f-carousel__nav .f-button.is-next[disabled],
  section.points .points_col_wrap .f-carousel__nav .f-button.is-prev[disabled] {
    opacity: 0.25;
  }
  section.points .points_col_wrap .f-carousel__nav .f-button.is-prev {
    transform: translateY(-50%) rotate(180deg);
  }
}
section.points .points_col_wrap .f-carousel__dots {
  display: none;
}
section.points .points_col_wrap .points_col {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
}
@media (min-width: 1001px) {
  section.points .points_col_wrap .points_col {
    max-width: 305px;
  }
}
@media (max-width: 768px) {
  section.points .points_col_wrap .points_col {
    text-align: center;
  }
}
section.points .points_col_wrap .points_col img {
  display: block;
}
@media (max-width: 768px) {
  section.points .points_col_wrap .points_col img {
    margin: 0 auto;
  }
}
section.points .points_col_wrap .points_col p {
  line-height: 1.375em;
  margin: 0;
}
@media (max-width: 768px) {
  section.points .points_col_wrap .points_col p {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
section.points .points_col_wrap .points_col .points_col_title {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 14px;
}
@media (max-width: 1000px) {
  section.points .points_col_wrap .points_col .points_col_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.points .points_col_wrap .points_col .points_col_text {
  font-size: 16px;
  font-size: 1rem;
}
section.wholesale_choices {
  margin: -240px 0 92px 0;
}
@media (max-width: 768px) {
  section.wholesale_choices {
    margin: -240px 0 40px 0;
  }
}
section.wholesale_choices .wchoice_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 14px;
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
  }
}
section.wholesale_choices .wchoice_wrap .wchoice_box {
  height: auto;
  min-height: 322px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 32px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap .wchoice_box {
    min-height: 162px;
    padding: 41px 19px;
  }
}
section.wholesale_choices .wchoice_wrap .wchoice_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.2;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.wholesale_choices .wchoice_wrap .wchoice_box h3,
section.wholesale_choices .wchoice_wrap .wchoice_box p {
  color: var(--color-white);
  margin: 0;
  max-width: 545px;
  line-height: 1.4em;
}
section.wholesale_choices .wchoice_wrap .wchoice_box h3 {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 5px 0;
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap .wchoice_box h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap .wchoice_box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.wholesale_choices .wchoice_wrap .wchoice_box .btn {
  color: var(--color-white);
  border-color: var(--color-white);
  margin: 10px 0 0 0;
}
section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(1) {
  grid-column: span 4;
  height: 478px;
}
section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 298px;
  height: 290px;
  background-image: url('../../images/wholesale_element_1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(1)::after {
    width: 199px;
    height: 194px;
  }
}
section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(1)::before {
  opacity: 0.3;
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(1) {
    grid-column: span 2;
    height: 510px;
  }
}
section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(4) {
  grid-column: span 2;
}
section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(4)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 193px;
  height: 198px;
  background-image: url('../../images/wholesale_element_2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  section.wholesale_choices .wchoice_wrap .wchoice_box:nth-child(4)::after {
    width: 100px;
    height: 103px;
  }
}
section.wholesale_destination {
  margin: 0 0 92px 0;
}
@media (max-width: 768px) {
  section.wholesale_destination {
    margin: 0 0 52px 0;
  }
}
section.wholesale_destination .wholesale_dtitle {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 92px 0;
}
@media (max-width: 768px) {
  section.wholesale_destination .wholesale_dtitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 42px 0;
  }
}
.wholesale_destinations_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1000px) {
  .wholesale_destinations_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
.wholesale_destinations_wrap .wdest_box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-height: 300px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wholesale_destinations_wrap .wdest_box p {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--color-white);
  margin: 0;
}
@media (max-width: 768px) {
  .wholesale_destinations_wrap .wdest_box p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.wholesale_destinations_wrap .wdest_box::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.36;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.wholesale_started {
  margin: 0 0 85px 0;
}
@media (max-width: 768px) {
  section.wholesale_started {
    margin: 0 0 44px 0;
  }
}
section.wholesale_started .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  section.wholesale_started .container {
    gap: 54px 70px;
  }
}
@media (max-width: 1000px) {
  section.wholesale_started .container {
    grid-template-columns: repeat(1, 1fr);
    overflow: initial;
  }
}
section.wholesale_started .block_left {
  height: auto;
  min-height: 381px;
  width: 100%;
  max-width: 590px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 60px 0 0 0;
}
section.wholesale_started .block_left .wholesale_title {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 35px 0;
}
@media (max-width: 768px) {
  section.wholesale_started .block_left .wholesale_title {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1000px) {
  section.wholesale_started .block_left {
    margin: 0 auto;
    padding: 0;
  }
}
section.wholesale_started .block_right {
  min-height: 485px;
  padding: 64px 0 72px 0;
  text-align: center;
  background: transparent radial-gradient(closest-side at 59% 60%, #0561C4 0%, #0C51A6 33%, #20214C 260%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  section.wholesale_started .block_right {
    padding: 58px 26px 56px 26px;
    min-height: 420px;
  }
}
section.wholesale_started .block_right::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -112px;
  width: 357px;
  height: 327px;
  display: block;
  background-image: url('../../images/wholesale_started_figure.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1000px) {
  section.wholesale_started .block_right::before {
    left: initial;
    right: -1px;
    width: 112px;
    height: 205px;
    background-image: url('../../images/wholesale_started_figure_mobile.png');
    z-index: 3;
    bottom: -40px;
    right: -40px;
  }
}
@media (max-width: 768px) {
  section.wholesale_started .block_right::before {
    right: -20px;
  }
}
section.wholesale_started .block_right .ws_title {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin: 0 0 52px 0;
  color: var(--color-white);
}
@media (max-width: 768px) {
  section.wholesale_started .block_right .ws_title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 32px 0;
  }
}
section.wholesale_started .block_right .started_box {
  margin: 0 0 42px 0;
}
section.wholesale_started .block_right .btn {
  width: 271px;
  border-radius: 10px;
  background: #3BC9A8;
  padding: 16px 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: auto auto 0 auto;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
}
@media (max-width: 500px) {
  section.wholesale_started .block_right .btn {
    width: 100%;
  }
}
.faq_alternative_box {
  display: flex;
  flex-direction: column;
}
.faq_alternative_box .faq_label {
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  padding: 0 20px 0 0;
}
.faq_alternative_box .faq_label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url('../../images/icons/plus');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.faq_alternative_box .faq_label.active::before {
  background-image: url('../../images/icons/minus');
}
.faq_alternative_box .faq_label p {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
  color: var(--color-black);
}
@media (max-width: 768px) {
  .faq_alternative_box .faq_label p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.faq_alternative_box .faq_content {
  max-width: 534px;
  margin: 22px 46px 16px 0;
  display: none;
}
.faq_alternative_box .faq_content p {
  font-size: 16px;
  font-size: 1rem;
}
.faq_alternative_box .faq_content .btn {
  margin: 9px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-black);
}
.faq_alternative_box .faq_content .btn img {
  filter: invert(1);
  width: 9px;
  height: 9px;
  margin: 0 0 0 6px;
}
.faq_alternative_box .faq_label.active ~ .faq_content {
  display: block;
}
#comissions_main {
  padding: 0;
}
#comissions_main .page_initial .block_left {
  max-width: 495px;
}
#comissions_main .page_initial .block_right img {
  right: 0px;
}
@media (max-width: 1200px) {
  #comissions_main .page_initial .block_right img {
    right: -84px;
    width: 500px;
  }
}
@media (max-width: 768px) {
  #comissions_main .page_initial .block_right img {
    width: 390px;
    margin-top: 96px;
  }
}
#comissions_main section.points {
  padding-bottom: 22px;
  min-height: initial;
}
@media (max-width: 768px) {
  #comissions_main .started_steps_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  #comissions_main .started_steps_wrap .ss_box:nth-child(1) > div::before {
    content: initial;
  }
  #comissions_main .partner_row {
    border: initial;
  }
  #comissions_main .page_initial .block_left h1 {
    max-width: 280px;
  }
  #comissions_main .page_initial {
    height: 580px;
  }
}
.comissions_programs {
  margin: 64px 0 90px 0;
}
@media (max-width: 768px) {
  .comissions_programs {
    margin: 52px 0 30px 0;
  }
}
.comissions_programs .program_title {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin: 0 0 106px 0;
}
@media (max-width: 768px) {
  .comissions_programs .program_title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 55px 0;
  }
}
.comissions_programs .program_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1000px) {
  .comissions_programs .program_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.comissions_programs .program_wrap .program {
  width: 100%;
  height: 483px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 62px 50px 54px 50px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .comissions_programs .program_wrap .program {
    max-width: 460px;
    margin: 0 auto;
    height: auto;
  }
}
@media (max-width: 400px) {
  .comissions_programs .program_wrap .program {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.comissions_programs .program_wrap .program p {
  color: var(--color-white);
  margin: 0;
  line-height: 1.4em;
}
.comissions_programs .program_wrap .program::before,
.comissions_programs .program_wrap .program::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.comissions_programs .program_wrap .program::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.comissions_programs .program_wrap .program:nth-child(1)::before {
  background: transparent linear-gradient(171deg, #0561C4 0%, #0C51A6 30%, #20214C 1750%) 0% 0% no-repeat padding-box;
}
.comissions_programs .program_wrap .program:nth-child(2)::before {
  background: transparent linear-gradient(162deg, #0561C4 0%, #3DD9CA 150%) 0% 0% no-repeat padding-box;
}
.comissions_programs .program_wrap .program:nth-child(3)::before {
  background: transparent linear-gradient(164deg, #0561C4 0%, #B55BC1 180%) 0% 0% no-repeat padding-box;
}
.comissions_programs .program_wrap .program .program_bg_figure {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.comissions_programs .program_wrap .program:nth-child(1) .program_bg_figure {
  width: 142px;
  height: 138px;
  background-image: url('../../images/comissions_figure_1.svg');
}
@media (min-width: 1001px) {
  .comissions_programs .program_wrap .program:nth-child(2) {
    top: -30px;
  }
}
.comissions_programs .program_wrap .program:nth-child(2) .program_bg_figure {
  top: initial;
  bottom: 0;
  width: 138px;
  height: 142px;
  background-image: url('../../images/comissions_figure_2.svg');
}
.comissions_programs .program_wrap .program:nth-child(3) .program_bg_figure {
  width: 142px;
  height: 138px;
  background-image: url('../../images/comissions_figure_3.svg');
}
@media (max-width: 768px) {
  .comissions_programs .program_wrap .program:nth-child(3) .program_bg_figure {
    width: 135px;
    height: 132px;
  }
}
@media (min-width: 1201px) {
  .comissions_programs .program_wrap .program:nth-child(3) p {
    width: 101%;
  }
}
.comissions_programs .program_wrap .program::after {
  content: '';
  position: absolute;
  z-index: -4;
  bottom: -12px;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translateX(-50%);
  background: var(--color-black);
  opacity: 0.37;
  filter: blur(20px);
}
.comissions_programs .program_wrap .program .upto {
  border: 1px solid var(--color-white);
  border-radius: 16px;
  padding: 3px 12px;
  font-weight: 800;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--color-white);
  margin: 0 0 5px 0;
}
@media (max-width: 1200px) {
  .comissions_programs .program_wrap .program .upto {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.comissions_programs .program_wrap .program .program_percent {
  font-weight: 800;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.375em;
  color: var(--color-white);
}
@media (max-width: 1200px) {
  .comissions_programs .program_wrap .program .program_percent {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.comissions_programs .program_wrap .program .program_title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  .comissions_programs .program_wrap .program .program_title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.comissions_programs .program_wrap .program .program_text {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 18px 0;
}
@media (max-width: 1200px) {
  .comissions_programs .program_wrap .program .program_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.comissions_programs .program_wrap .program .btn {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background: #1FC9A8;
  margin: auto auto 0 auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
}
section.get_started {
  height: auto;
  min-height: 474px;
  margin: 40px 0 72px 0;
}
@media (max-width: 768px) {
  section.get_started {
    margin-bottom: 40px;
  }
}
section.get_started .container {
  height: 100%;
  min-height: inherit;
  border-radius: 10px;
  padding: 72px 0 72px 0;
  background: transparent radial-gradient(closest-side at 59% 60%, #0561C4 0%, #0C51A6 33%, #20214C 260%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
section.get_started .container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 46px;
  width: 456px;
  height: 417px;
  background-image: url('../../images/started_figure.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  section.get_started .container::before {
    height: 274px;
    width: 300px;
    left: initial;
    right: -1px;
  }
}
@media (max-width: 768px) {
  section.get_started .container::before {
    height: 205px;
    width: 226px;
    left: initial;
    right: -78px;
    z-index: 2;
    background-image: url('../../images/started_figure_mobile.png');
  }
}
section.get_started .container::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 413px;
  height: 402px;
  background-image: url('../../images/started_bg_figure.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  section.get_started .container::after {
    display: none;
  }
}
section.get_started .started_title {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--color-white);
  text-align: center;
  margin: 0 0 42px 0;
}
@media (max-width: 768px) {
  section.get_started .started_title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 36px 0;
  }
}
section.get_started .btn {
  width: 270px;
  height: 52px;
  border-radius: 10px;
  background: #1FC9A8;
  margin: auto auto 0 auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
}
.started_steps_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.started_steps_wrap .ss_box {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 3;
}
@media (max-width: 500px) {
  .started_steps_wrap .ss_box {
    width: 100%;
  }
}
.started_steps_wrap .ss_box > div {
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.started_steps_wrap .ss_box img {
  display: block;
}
.started_steps_wrap .ss_box p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-white);
  margin: 0;
  text-align: center;
  max-width: 150px;
}
.started_steps_wrap .ss_box:nth-child(1) > div::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 52px;
  width: 380px;
  height: 3px;
  z-index: -1;
  background: #5191FA;
  background: linear-gradient(90deg, #5191fa 62%, #52b1b7 82%, #52c68c 100%);
}
.started_steps_wrap.wholesale_steps {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}
.started_steps_wrap.wholesale_steps .ss_box:nth-child(1) div::before {
  width: 190px;
  background: linear-gradient(90deg, #5191fa 10%, #52c68c 100%);
}
@media (max-width: 370px) {
  .started_steps_wrap.wholesale_steps .ss_box:nth-child(1) div::before {
    width: 130px;
  }
}
#hotel_main {
  padding: 0 !important;
}
.hotel_initial {
  height: 719px;
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .hotel_initial {
    height: 506px;
  }
}
.hotel_initial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.hotel_initial .container {
  height: 100%;
  padding: 60px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .hotel_initial .container {
    align-items: baseline;
    text-align: left;
  }
}
.hotel_initial .container h1,
.hotel_initial .container p {
  margin-left: auto;
  margin-right: auto;
  color: var(--color-white);
}
.hotel_initial .container h1 {
  max-width: 552px;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25em;
  margin: 0 0 7px 0;
}
.hotel_initial .container h1 span {
  display: block;
  font-weight: 800;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.3em;
  margin: 11px 0 0 0;
}
@media (max-width: 768px) {
  .hotel_initial .container h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .hotel_initial .container h1 span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.hotel_initial .container p {
  max-width: 524px;
  margin: 0 0 30px 0;
}
.hotel_initial .container .btn {
  border-color: var(--color-white);
  color: var(--color-white);
}
.hotel_partner_row {
  margin: 70px 0;
}
@media (max-width: 768px) {
  .hotel_partner_row {
    margin: 50px 0;
  }
}
.hotel_partner_row .hp_upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px 0;
  gap: 20px;
}
@media (max-width: 768px) {
  .hotel_partner_row .hp_upper {
    margin: 0 0 15px 0;
  }
}
.hotel_partner_row .hp_upper .block_left {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}
.hotel_partner_row .hp_upper .block_left p {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--color-black);
  max-width: 200px;
  margin: 0;
}
@media (max-width: 768px) {
  .hotel_partner_row .hp_upper .block_left p {
    font-size: 16px;
    font-size: 1rem;
    max-width: 160px;
  }
}
.hotel_partner_row .hp_upper .block_right {
  max-width: 740px;
  text-align: right;
}
.hotel_partner_row .hp_upper .block_right p {
  margin: 0;
}
#hotel_slider .f-carousel__dots {
  display: none;
}
#hotel_slider .f-progress {
  display: none;
}
#hotel_slider .partner_box {
  --f-carousel-spacing: 33px;
  width: auto;
  display: flex;
  align-items: center;
  max-width: 130px;
}
#hotel_slider .partner_box img {
  display: block;
}
@media (max-width: 768px) {
  #hotel_slider {
    margin-bottom: 10px;
  }
}
.hotel_info_row_1 .container {
  height: 478px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
  border-radius: 10px;
}
.hotel_info_row_1 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: inherit;
}
.hotel_info_row_1 .container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 298px;
  height: 290px;
  background-image: url('../../images/hotel_element_1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .hotel_info_row_1 .container::after {
    width: 208px;
    height: 203px;
  }
}
.hotel_info_row_1 .container p {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--color-white);
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .hotel_info_row_1 .container {
    height: 492px;
    justify-content: end;
    padding: 36px 20px;
  }
  .hotel_info_row_1 .container p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.hotel_info_row_2 {
  overflow: hidden;
  margin: 96px 0;
}
@media (max-width: 768px) {
  .hotel_info_row_2 {
    margin: 48px 0;
  }
}
.hotel_info_row_2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .hotel_info_row_2 .container {
    flex-direction: column;
    gap: 43px;
  }
}
.hotel_info_row_2 .container .block_left {
  max-width: 336px;
}
@media (max-width: 768px) {
  .hotel_info_row_2 .container .block_left {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
  }
}
.hotel_info_row_2 .container .block_left p {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 22px 0;
}
@media (max-width: 768px) {
  .hotel_info_row_2 .container .block_left p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.hotel_info_row_2 .container .block_left p strong {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3em;
}
.hotel_info_row_2 .container .block_right {
  display: flex;
  gap: 23px;
}
@media (max-width: 768px) {
  .hotel_info_row_2 .container .block_right {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 769px) {
  .hotel_info_row_2 .container .block_right img:nth-child(1) {
    width: 588px;
  }
  .hotel_info_row_2 .container .block_right img:nth-child(2) {
    width: 266px;
    object-position: right;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hotel_info_row_2 .container .block_right img:nth-child(2) {
    display: none;
  }
}
.hotel_info_row_2 .container .block_right img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hotel_info_row_2 .container .block_right img {
    width: 100%;
  }
}
.hotel_info_row_3 {
  margin: 96px 0;
}
@media (max-width: 768px) {
  .hotel_info_row_3 {
    margin: 62px 0;
  }
}
.hotel_info_row_3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .hotel_info_row_3 .container {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.hotel_info_row_3 .container .block_left {
  position: relative;
  width: 100%;
  max-width: 745px;
}
@media (min-width: 769px) {
  .hotel_info_row_3 .container .block_left {
    height: 767px;
  }
}
.hotel_info_row_3 .container .block_left img {
  display: block;
  height: auto;
  max-width: initial;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}
@media (min-width: 769px) {
  .hotel_info_row_3 .container .block_left img {
    width: 1030px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .hotel_info_row_3 .container .block_left img {
    width: 100%;
    height: 298px;
    border-radius: 10px;
  }
}
.hotel_info_row_3 .container .block_left::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 526px;
  height: 515px;
  background-image: url('../../images/hotel_element_2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .hotel_info_row_3 .container .block_left::after {
    width: 188px;
    height: 181px;
  }
}
.hotel_info_row_3 .container .block_right {
  width: 100%;
  max-width: 374px;
  text-align: right;
}
.hotel_info_row_3 .container .block_right p {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 22px 0;
}
.hotel_info_row_3 .container .block_right p strong {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .hotel_info_row_3 .container .block_right p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .hotel_info_row_3 .container .block_right {
    text-align: left;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.hotel_destinations {
  margin: 126px 0 76px 0;
}
@media (max-width: 768px) {
  .hotel_destinations {
    margin: 60px 0;
  }
}
.hotel_destinations .hd_upper {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 768px) {
  .hotel_destinations .hd_upper {
    flex-direction: column;
    gap: 30px;
  }
}
.hotel_destinations .hd_upper .block_left {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .hotel_destinations .hd_upper .block_left {
    max-width: 335px;
  }
}
.hotel_destinations .hd_upper .block_left p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0 0 14px 0;
}
.hotel_destinations .hd_upper .block_left p strong {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
}
.hotel_destinations .hd_upper .block_left h3 {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4em;
  margin: 0 0 25px 0;
  max-width: 310px;
}
@media (max-width: 768px) {
  .hotel_destinations .hd_upper .block_right img {
    position: relative;
    left: -60px;
    width: calc(100% + 270px);
    max-width: initial;
  }
}
.hotel_destinations .hd_points {
  margin: -70px 0 0 0;
  padding: 0 0 0 130px;
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  max-width: 970px;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .hotel_destinations .hd_points {
    max-width: initial;
    padding: 0;
  }
}
.hotel_destinations .hd_points div {
  display: block;
  background: #ECF2F7;
  border-radius: 35px;
  padding: 20px 50px;
  min-width: 170px;
  text-align: center;
  transition: ease-in-out 0.25s;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-black);
}
@media (max-width: 768px) {
  .hotel_destinations .hd_points div {
    min-width: 70px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 14px;
  }
}
.hotel_destinations .hd_points div:not(.alternative):hover {
  background: #5191FA;
  color: var(--color-white);
}
.hotel_destinations .hd_points div.alternative {
  background: initial;
  font-weight: 800;
}
@media (min-width: 769px) {
  .hotel_destinations .hd_points div:nth-child(8) {
    margin-right: auto;
  }
  .hotel_destinations .hd_points div:nth-child(16) {
    margin-right: auto;
  }
}
.hotel_countries {
  margin: 76px 0 0 0;
}
@media (max-width: 768px) {
  .hotel_countries {
    margin: 52px 0 0 0;
  }
}
.hotel_countries .block_upper {
  max-width: 524px;
  margin: 0 116px 0 auto;
  text-align: right;
}
@media (max-width: 768px) {
  .hotel_countries .block_upper {
    margin: 0 auto;
    text-align: left;
    width: 90%;
  }
}
.hotel_countries .block_upper h2 {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 20px 0;
}
.hotel_countries .block_upper p {
  font-weight: 600;
  margin: 0;
}
.hotel_countries .block_content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 76px 0 0 0;
}
@media (max-width: 1200px) {
  .hotel_countries .block_content {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .hotel_countries .block_content {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 50px 0 0 0;
  }
}
.hotel_countries .block_content .hotel_box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-white);
}
.hotel_countries .block_content .hotel_box:not(.no_overlay)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: inherit;
}
@media (max-width: 768px) {
  .hotel_countries .block_content .hotel_box {
    min-height: 100px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.hotel_group {
  height: 730px;
  position: relative;
  z-index: 5;
  margin-top: -160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 1px;
}
@media (max-width: 768px) {
  .hotel_group {
    height: 556px;
  }
}
.hotel_group::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.hotel_group::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) -50%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-100%);
  filter: blur(37px);
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.hotel_group .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .hotel_group .container {
    justify-content: start;
    padding: 84px 0 0 0;
  }
}
.hotel_group .container .hotel_group_title,
.hotel_group .container p {
  color: var(--color-white) !important;
}
.hotel_group .container .hotel_group_title {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .hotel_group .container .hotel_group_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hotel_group .container p {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto 20px auto;
  max-width: 600px;
}
@media (max-width: 768px) {
  .hotel_group .container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hotel_group .container .btn {
  border-color: var(--color-white);
  color: var(--color-white);
}
.hotel_group .hg_element {
  margin: 0 auto 36px auto;
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hotel_group .hg_element p {
  top: 0;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 18px 0;
}
.hotel_group .hg_element p:nth-child(1) {
  transform: translateX(-40%);
}
.hotel_group .hg_element p:nth-child(2) {
  transform: translateX(40%);
}
#index_main {
  padding: 0 0 24px 0 !important;
}
.home_refreshed h1,
.home_refreshed .h1 {
  font-weight: 800;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.25em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  .home_refreshed h1,
  .home_refreshed .h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.home_refreshed h2,
.home_refreshed .h2 {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.25em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  .home_refreshed h2,
  .home_refreshed .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home_refreshed h3,
.home_refreshed .h3 {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25em;
  color: var(--color-black);
  margin: 0 0 0.75em 0;
}
.home_refreshed h3:first-child,
.home_refreshed .h3:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .home_refreshed h3,
  .home_refreshed .h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home_refreshed h4,
.home_refreshed .h4 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
.home_refreshed h4:first-child,
.home_refreshed .h4:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .home_refreshed h4,
  .home_refreshed .h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.home_refreshed p {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .home_refreshed p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.href_initial {
  height: 605px;
  position: relative;
  z-index: 5;
  margin: 0 0 180px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1300px) {
  section.href_initial {
    height: auto;
  }
}
section.href_initial .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
section.href_initial::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.3;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.href_initial p,
section.href_initial h1,
section.href_initial h2,
section.href_initial .h3 {
  color: var(--color-white);
  margin: 0 auto 4px auto;
}
section.href_initial p {
  max-width: 392px;
}
section.href_initial .block_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  section.href_initial .block_content {
    position: initial;
    transform: initial;
    margin: 142px 0 70px 0;
  }
}
section.href_initial .href_planner {
  background: transparent linear-gradient(342deg, #0561C4 -40%, #20214C 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 30px 32px;
  margin: auto 0 -90px 0;
}
@media (max-width: 1600px) {
  section.href_initial .href_planner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.href_initial .href_planner {
    width: calc(100% + 50px);
    border-radius: 0;
  }
}
section.href_initial .planner_row {
  top: initial;
  margin: 0;
}
section.href_initial .planner_row .planner_title {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
  max-width: initial;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  color: var(--color-white);
}
section.href_initial .planner_row .planner_title span {
  color: #5191FA;
}
@media (max-width: 1300px) {
  section.href_initial .planner_row .planner_title {
    display: none;
  }
}
section.href_initial .planner_row_more {
  padding: 20px 0 0 0;
}
section.href_initial .planner_row_more p {
  margin: 0;
}
section.href_initial .fas_icon_row i {
  color: var(--color-white);
  font-size: 18px;
}
section.href_initial.left .block_content {
  left: 0;
  text-align: left;
}
@media (min-width: 1301px) {
  section.href_initial.left .block_content {
    transform: translateY(-50%);
  }
}
section.href_initial.right .block_content {
  left: initial;
  right: 0;
  text-align: right;
}
@media (min-width: 1301px) {
  section.href_initial.right .block_content {
    transform: translateY(-50%);
  }
  section.href_initial.right .block_content p {
    margin-right: 0;
  }
}
section.href_initial.right .fas_icon_row > div {
  justify-content: end;
}
section.href_initial.pr_hide {
  margin-bottom: 110px;
}
section.content_4_col {
  margin: 72px 0 72px 0;
}
@media (max-width: 768px) {
  section.content_4_col {
    margin: 50px 0;
  }
}
section.content_4_col .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 98px;
}
section.content_4_col .container .col {
  width: 100%;
}
section.content_4_col .container .col i {
  font-size: 42px;
  color: var(--color-black);
  margin: 0 0 16px 0;
}
@media (max-width: 1200px) {
  section.content_4_col .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  section.content_4_col .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
section.href_text_with_bg {
  margin: 70px 0 56px 0;
}
@media (max-width: 768px) {
  section.href_text_with_bg {
    margin: 56px 0 40px 0;
  }
}
section.href_text_with_bg .container {
  height: 478px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 16px;
}
@media (max-width: 768px) {
  section.href_text_with_bg .container {
    justify-content: end;
    text-align: left;
    padding-right: 28px;
  }
}
section.href_text_with_bg .container::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.15;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.href_text_with_bg .container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 298px;
  height: 290px;
  background-image: url('../../images/background_element_f2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1200px) {
  section.href_text_with_bg .container::after {
    width: 208px;
    height: 203px;
  }
}
section.href_text_with_bg .container p {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--color-white);
  max-width: 608px;
  margin: 0 auto 16px auto;
}
@media (max-width: 768px) {
  section.href_text_with_bg .container p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.href_text_and_image {
  margin: 66px 0;
}
@media (max-width: 1200px) {
  section.href_text_and_image {
    margin: 40px 0;
  }
}
section.href_text_and_image .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}
@media (max-width: 1200px) {
  section.href_text_and_image .container {
    flex-direction: column;
    gap: 22px;
  }
}
section.href_text_and_image .block_left {
  max-width: 560px;
}
@media (max-width: 1200px) {
  section.href_text_and_image .block_left {
    text-align: center;
  }
}
section.href_text_and_image .block_right {
  position: relative;
}
section.href_text_and_image .block_right img {
  display: block;
  width: 100%;
  max-width: 630px;
  border-radius: 10px;
}
section.href_text_and_image.reversed .container {
  flex-direction: row-reverse;
}
section.href_text_and_image.reversed .container .block_left {
  text-align: right;
}
@media (max-width: 1200px) {
  section.href_text_and_image.reversed .container {
    flex-direction: column-reverse;
    gap: 22px;
  }
  section.href_text_and_image.reversed .container .block_left {
    text-align: center;
  }
}
section.href_text_and_image.narrow .block_left {
  max-width: 350px;
}
section.href_text_and_image.narrow .block_right img {
  max-width: 876px;
}
@media (max-width: 1200px) {
  section.href_text_and_image.narrow .container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1201px) {
  section.href_text_and_image.imgfw .block_right {
    width: 630px;
  }
}
section.href_text_and_image.imgfw .block_right img {
  width: 1050px;
  max-width: initial;
  height: auto;
  object-fit: cover;
  left: -123px;
  position: relative;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1400px) {
  section.href_text_and_image.imgfw .block_right img {
    width: 828px;
    left: -30px;
  }
}
@media (max-width: 1200px) {
  section.href_text_and_image.imgfw .block_right img {
    width: 100%;
    left: initial;
    border-radius: 10px;
  }
}
section.href_text_and_image.narrow.imgfw .block_left {
  max-width: 400px;
}
@media (min-width: 1201px) {
  section.href_text_and_image.reversed .block_right img {
    left: -290px;
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  section.href_text_and_image.reversed .block_right img {
    left: -136px;
  }
}
section.href_services {
  background: transparent linear-gradient(354deg, #0561C4 -80%, #20214C 100%) 0% 0% no-repeat padding-box;
  padding: 92px 0 105px 0;
}
@media (max-width: 1200px) {
  section.href_services {
    padding: 50px 0 70px 0;
  }
}
section.href_services .container .block_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  section.href_services .container .block_inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
section.href_services .container > h2 {
  text-align: center;
  color: var(--color-white);
  margin: 0 auto 52px auto;
  max-width: 560px;
}
section.href_services .container .href_service {
  box-shadow: 0px 4px 8px #00000029;
  border-radius: 10px;
  background: var(--color-white);
  padding: 18px 48px 38px 44px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 1200px) {
  section.href_services .container .href_service {
    padding: 14px 34px 24px 28px;
  }
}
section.href_services .container .href_service img {
  display: block;
  margin: 0 0 22px 0;
}
section.href_services .container .href_service ul {
  margin: 28px 0;
  padding: 0;
}
section.href_services .container .href_service ul li {
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
}
@media (max-width: 768px) {
  section.href_services .container .href_service ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.href_services .container .href_service ul li:last-of-type {
  margin: 0;
}
section.href_services .container .href_service ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../../images/icons/checkmark_green_circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.href_faq {
  background: #F0F3F5;
  padding: 74px 0 92px 0;
}
@media (max-width: 768px) {
  section.href_faq {
    padding: 40px 0 70px 0;
  }
}
section.href_faq h2 {
  margin: 0 0 46px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.href_faq h2 {
    margin-bottom: 38px;
  }
}
section.href_faq .faq_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
@media (max-width: 1000px) {
  section.href_faq .faq_col {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
section.href_faq .faq_col .faq_wrap {
  background: var(--color-white);
  box-shadow: 0px 4px 8px #00000029;
  height: fit-content;
}
@media (max-width: 768px) {
  section.href_faq .faq_col .faq_wrap {
    margin: 0;
    padding: 31px 23px 30px 23px;
  }
}
section.href_text_and_slider {
  margin: 92px 0 0 0;
}
@media (max-width: 768px) {
  section.href_text_and_slider {
    margin: 38px 0 0 0;
  }
}
section.href_text_and_slider .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: #F0F3F5;
  border-radius: 10px;
  padding: 80px 0 80px 64px;
}
@media (max-width: 1200px) {
  section.href_text_and_slider .container {
    flex-direction: column;
    padding: 36px 26px 60px 30px;
  }
}
section.href_text_and_slider .block_left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
section.href_text_and_slider .block_right {
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 760px;
  --f-carousel-spacing: 20px;
  margin: 0;
}
section.href_text_and_slider .block_right .f-carousel__dots {
  display: none;
}
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-prev,
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-next {
  top: initial;
  bottom: 0;
  right: initial;
  width: 28px;
  height: 28px;
  background-image: url('../../images/icons/slider_arrow_left.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-prev svg,
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-next svg {
  display: none;
}
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-prev[disabled],
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-next[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-prev {
  left: -100px;
  transform: initial;
}
@media (max-width: 1200px) {
  section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-prev {
    left: 0;
    bottom: -44px;
  }
}
section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-next {
  left: -60px;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  section.href_text_and_slider .block_right .f-carousel__nav .f-button.is-next {
    left: 42px;
    bottom: -44px;
  }
}
@media (max-width: 1400px) {
  section.href_text_and_slider .block_right {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  section.href_text_and_slider .block_right {
    max-width: initial;
  }
}
section.href_text_and_slider ul {
  margin: 28px 0;
  padding: 0;
}
section.href_text_and_slider ul:last-child {
  margin-bottom: 0;
}
section.href_text_and_slider ul li {
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
}
section.href_text_and_slider ul li:last-of-type {
  margin: 0;
}
section.href_text_and_slider ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../../images/icons/checkmark_green_circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.href_text_and_slider .ttd_box {
  width: 311px;
  height: 311px;
  flex-shrink: 0;
  padding: 36px 30px;
  position: relative;
  z-index: 5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  section.href_text_and_slider .ttd_box {
    width: 229px;
    height: 229px;
    padding: 26px 20px;
  }
}
section.href_text_and_slider .ttd_box::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.35;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.href_text_and_slider .ttd_box p {
  color: var(--color-white);
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  section.href_text_and_slider .ttd_box p {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.href_text_and_slider .ttd_box .btn {
  border-color: var(--color-white);
  color: var(--color-white);
  margin: auto auto 0 0;
  padding: 10px 22px;
}
section.href_text_and_slider .ttd_box .ttd_corner {
  position: absolute;
  bottom: 44px;
  right: 32px;
}
section.href_text_and_slider.fw_alt {
  background: transparent linear-gradient(351deg, #0561C4 -125%, #20214C 70%) 0% 0% no-repeat padding-box;
  padding: 86px 0;
}
section.href_text_and_slider.fw_alt .container {
  padding: 0;
  background: initial;
}
@media (max-width: 1200px) {
  section.href_text_and_slider.fw_alt .container {
    flex-direction: column-reverse;
    gap: 44px;
  }
}
section.href_text_and_slider.fw_alt h1,
section.href_text_and_slider.fw_alt h2,
section.href_text_and_slider.fw_alt h3,
section.href_text_and_slider.fw_alt h4,
section.href_text_and_slider.fw_alt p,
section.href_text_and_slider.fw_alt li {
  color: var(--color-white);
}
section.href_text_and_slider.fw_alt .block_right {
  width: 100%;
  height: 466px;
  max-width: 654px;
}
@media (max-width: 768px) {
  section.href_text_and_slider.fw_alt .block_right {
    height: 238px;
  }
}
section.href_text_and_slider.fw_alt .block_right img {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
section.href_text_and_slider.fw_alt .block_right .f-button,
section.href_text_and_slider.fw_alt .block_right .is-next,
section.href_text_and_slider.fw_alt .block_right .f-button.is-prev {
  filter: invert(1);
}
section.href_text_and_image_boxed {
  margin: 92px 0 70px 0;
}
@media (max-width: 1200px) {
  section.href_text_and_image_boxed {
    margin: 28px 0 36px 0;
  }
}
section.href_text_and_image_boxed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #F0F3F5;
  border-radius: 10px;
  padding: 32px 32px 32px 64px;
}
@media (max-width: 1200px) {
  section.href_text_and_image_boxed .container {
    flex-direction: column;
    gap: 23px;
    padding: 32px;
  }
}
section.href_text_and_image_boxed .block_left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 1200px) {
  section.href_text_and_image_boxed .block_left {
    max-width: 760px;
  }
}
section.href_text_and_image_boxed .block_right {
  display: flex;
  width: 100%;
  max-width: 760px;
  justify-content: end;
}
@media (max-width: 1200px) {
  section.href_text_and_image_boxed .block_right {
    justify-content: center;
  }
  section.href_text_and_image_boxed .block_right img {
    width: 100%;
  }
}
.fas_icon_row {
  margin: 20px 0 14px 0;
}
.fas_icon_row > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px 0;
}
.fas_icon_row > div i {
  font-size: 18px;
  color: var(--color-black);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fas_icon_row > div p {
  margin: 0;
}
section.countries_list_block {
  margin: 108px 0 70px 0;
}
section.countries_list_block .container h2 {
  text-align: center;
  margin: 0 auto 59px auto;
}
@media (max-width: 768px) {
  section.countries_list_block .container h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  section.countries_list_block {
    margin: 40px 0 60px 0;
  }
}
section.href_free_text {
  margin: 60px 0;
}
@media (max-width: 768px) {
  section.href_free_text {
    margin: 36px 0;
  }
}
section.href_free_text img {
  margin: 0;
  display: block;
  border-radius: 10px;
}
section.href_free_text img.aligncenter {
  margin: 0 auto;
}
section.href_free_text p[style*="center"] + .btn {
  display: flex;
  width: fit-content;
  margin: 18px auto;
}
section.content_3_col_colored {
  margin: 60px 0 70px 0;
}
section.content_3_col_colored .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1200px) {
  section.content_3_col_colored .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
section.content_3_col_colored .container .col {
  width: 100%;
  background: #ECF2F7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 76px 40px;
  transition: ease-in-out 0.25s;
}
section.content_3_col_colored .container .col i {
  display: block;
  font-size: 48px;
  color: var(--color-black);
  margin: 0 auto 34px auto;
}
section.content_3_col_colored .container .col p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  section.content_3_col_colored .container .col {
    padding: 36px 24px;
  }
}
section.content_3_col_colored .container .col:hover {
  box-shadow: 0px 11px 16px #0000001C;
}
section.row_links_bg .container {
  padding: 64px 86px 64px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  section.row_links_bg .container {
    flex-direction: column;
    gap: 28px;
    padding: 40px 20px 42px 20px;
  }
}
section.row_links_bg .container::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.35;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.row_links_bg h1,
section.row_links_bg h2,
section.row_links_bg h3,
section.row_links_bg h4,
section.row_links_bg p {
  color: var(--color-white);
}
section.row_links_bg .block_left {
  max-width: 400px;
}
section.row_links_bg .block_right {
  width: 100%;
  max-width: 428px;
}
section.row_links_bg .block_inner {
  width: 100%;
  max-width: inherit;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px #00000029;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 22px 28px;
}
section.row_links_bg .block_inner > p {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px 0;
  color: var(--color-black);
}
section.row_links_bg .block_inner a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 14px 0;
  padding: 0 14px 0 0;
  position: relative;
}
section.row_links_bg .block_inner a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url('../../images/icons/arrow_right_small_black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.content_4_col_backgrounded {
  margin: 72px 0 98px 0;
}
@media (max-width: 768px) {
  section.content_4_col_backgrounded {
    margin: 30px 0 70px 0;
  }
}
section.content_4_col_backgrounded .block_upper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 58px 0;
}
section.content_4_col_backgrounded .block_upper p {
  text-align: right;
  max-width: 518px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  section.content_4_col_backgrounded .block_upper {
    flex-direction: column;
    justify-content: baseline;
    gap: 8px;
    margin: 0 0 22px 0;
  }
  section.content_4_col_backgrounded .block_upper p {
    text-align: left;
    margin: 0;
  }
}
section.content_4_col_backgrounded .block_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
@media (max-width: 1200px) {
  section.content_4_col_backgrounded .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.content_4_col_backgrounded .block_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.content_4_col_backgrounded .block_content .col {
  width: 100%;
  height: auto;
  min-height: 220px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 360px;
  max-height: 360px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 5;
  padding: 28px;
}
section.content_4_col_backgrounded .block_content .col::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.3;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.content_4_col_backgrounded .block_content .col a {
  position: absolute;
  top: 24px;
  right: 26px;
  padding: 0 22px 0 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
  background-image: url('../../images/icons/arrow_right_small.svg');
  background-size: 8px 8px;
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
}
section.content_4_col_backgrounded .block_content .col h1,
section.content_4_col_backgrounded .block_content .col h2,
section.content_4_col_backgrounded .block_content .col h3,
section.content_4_col_backgrounded .block_content .col p {
  color: var(--color-white);
}
section.content_4_col_backgrounded .block_content .col h3 {
  margin: 0 0 3px 0;
}
section.row_with_icon_text_and_button {
  margin: 58px 0 68px 0;
}
section.row_with_icon_text_and_button .container {
  background: transparent linear-gradient(190deg, #0561C4 0%, #20214C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000F;
  border-radius: 10px;
  padding: 60px 57px;
  display: flex;
  align-items: center;
  gap: 42px;
}
@media (max-width: 900px) {
  section.row_with_icon_text_and_button .container {
    flex-direction: column;
    align-items: baseline;
    padding: 40px 60px 44px 42px;
  }
}
section.row_with_icon_text_and_button .container i {
  font-size: 60px;
  color: var(--color-white);
}
section.row_with_icon_text_and_button .container p {
  max-width: 560px;
  color: var(--color-white);
  margin: 0;
}
section.row_with_icon_text_and_button .container .btn {
  justify-self: end;
  margin-left: auto;
}
@media (max-width: 900px) {
  section.row_with_icon_text_and_button .container .btn {
    margin: 0;
  }
}
section.fw_bt {
  height: 730px;
  margin: 68px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  section.fw_bt {
    height: auto;
    min-height: 545px;
  }
}
section.fw_bt::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.3;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.fw_bt::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 339px;
  height: 345px;
  background-image: url('../../images/background_element_f1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1200px) {
  section.fw_bt::after {
    width: 131px;
    height: 133px;
  }
}
section.fw_bt .container {
  min-height: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.fw_bt h1,
section.fw_bt h2,
section.fw_bt h3,
section.fw_bt h4,
section.fw_bt p {
  color: var(--color-white);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
section.column_4_boxed {
  margin: 68px 0;
}
@media (max-width: 768px) {
  section.column_4_boxed {
    margin: 40px 0;
  }
}
section.column_4_boxed .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 1200px) {
  section.column_4_boxed .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}
@media (max-width: 768px) {
  section.column_4_boxed .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
section.column_4_boxed .container .col {
  width: 100%;
  box-shadow: 0px 4px 8px #00000029;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 50px 65px 50px;
  text-align: center;
}
section.column_4_boxed .container .col i {
  font-size: 60px;
  color: var(--color-black);
  margin: 0 auto 12px auto;
}
section.href_text_and_gal {
  margin: 68px 0;
}
@media (max-width: 768px) {
  section.href_text_and_gal {
    margin: 50px 0;
  }
}
section.href_text_and_gal .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 900px) {
  section.href_text_and_gal .container {
    flex-direction: column;
    gap: 36px;
  }
}
section.href_text_and_gal .block_left {
  width: 100%;
  max-width: 334px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 900px) {
  section.href_text_and_gal .block_left {
    max-width: initial;
  }
}
section.href_text_and_gal .block_right {
  width: 100%;
  max-width: 875px;
}
section.href_text_and_gal .block_right .block_gallery {
  height: 493px;
}
@media (max-width: 768px) {
  section.href_text_and_gal .block_right .block_gallery {
    height: 326px;
  }
}
section.href_text_and_gal .block_right .block_gallery a {
  height: 100%;
}
section.href_text_and_gal .block_right .block_gallery a img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.href_text_and_gal .block_right .block_gallery .f-carousel__dots {
  display: none;
}
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-prev,
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-next {
  width: 28px;
  height: 28px;
  background-image: url('../../images/icons/slider_arrow_left_full.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-prev svg,
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-next svg {
  display: none;
}
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-prev[disabled],
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-next[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-prev {
  left: 48px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-prev {
    left: 28px;
  }
}
section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-next {
  right: 48px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  section.href_text_and_gal .block_right .block_gallery .f-carousel__nav .f-button.is-next {
    right: 28px;
  }
}
section.href_timg {
  margin: 100px 0;
  background: #F0F3F5;
  position: relative;
  z-index: 5;
  height: auto;
  min-height: 598px;
}
@media (max-width: 768px) {
  section.href_timg {
    margin: 50px 0;
  }
}
section.href_timg .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  position: relative;
  gap: 96px;
}
@media (max-width: 1200px) {
  section.href_timg .container {
    flex-direction: column;
    gap: 36px;
    padding: 0 0 52px 0;
  }
}
section.href_timg .block_right {
  max-width: 692px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 1400px) {
  section.href_timg .block_right {
    max-width: 600px;
  }
}
section.href_timg .block_left {
  width: 500px;
}
@media (max-width: 1200px) {
  section.href_timg .block_left {
    width: 100%;
  }
}
section.href_timg .block_left img {
  display: block;
  position: absolute;
  top: 0;
  left: -285px;
  height: 100%;
  width: 100%;
  max-width: 702px;
  object-fit: cover;
}
@media (min-width: 1930px) {
  section.href_timg .block_left img {
    left: -485px;
    max-width: 902px;
  }
}
@media (max-width: 1700px) {
  section.href_timg .block_left img {
    left: -190px;
  }
}
@media (max-width: 1200px) {
  section.href_timg .block_left img {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    max-width: initial;
    max-height: 500px;
  }
}
section.column_3_steps {
  margin: 100px 0;
}
@media (max-width: 768px) {
  section.column_3_steps {
    margin: 60px 0;
  }
}
section.column_3_steps .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 900px) {
  section.column_3_steps .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
section.column_3_steps .container .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: relative;
  z-index: 5;
}
section.column_3_steps .container .col img {
  display: block;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  section.column_3_steps .container .col img {
    margin: 0 0 22px 0;
  }
}
section.column_3_steps .container .col::before {
  content: attr(iteration);
  position: absolute;
  top: 22px;
  left: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5191FA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  color: var(--color-white);
}
@media (max-width: 768px) {
  section.column_3_steps .container .col::before {
    width: 34px;
    height: 34px;
    font-size: 16px;
    font-size: 1rem;
  }
}
section.reviews_section {
  margin: 64px 0;
}
section.reviews_section .container {
  display: flex;
}
section.reviews_section .review_box_wrap {
  --f-carousel-spacing: 28px;
  --f-carousel-slide-width: calc((100% - 56px) / 3);
}
@media (max-width: 1200px) {
  section.reviews_section .review_box_wrap {
    --f-carousel-spacing: 20px;
    --f-carousel-slide-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  section.reviews_section .review_box_wrap {
    width: 100%;
    --f-carousel-spacing: 10px;
    --f-carousel-slide-width: 100%;
  }
}
section.reviews_section .review_box_wrap .f-carousel__track {
  padding: 10px 12px;
}
section.reviews_section .review_box_wrap .f-carousel__dots {
  display: none;
}
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-prev,
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-next {
  width: 28px;
  height: 28px;
  background-image: url('../../images/icons/slider_arrow_left.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-prev svg,
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-next svg {
  display: none;
}
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-prev[disabled],
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-next[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-prev {
  left: -32px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-prev {
    left: 0;
    bottom: -44px;
    top: initial;
    transform: initial;
  }
}
section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-next {
  right: -32px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  section.reviews_section .review_box_wrap .f-carousel__nav .f-button.is-next {
    left: 42px;
    bottom: -44px;
    top: initial;
    transform: rotate(180deg);
  }
}
section.reviews_section .review_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 44px 44px 27px;
  background: var(--color-white);
  box-shadow: 0px 4px 8px #00000029;
  border-radius: 10px;
}
section.reviews_section .review_box .rb_upper {
  display: flex;
  align-items: center;
  gap: 30px;
}
section.reviews_section .review_box .rb_upper img {
  display: block;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  section.reviews_section .review_box .rb_upper img {
    width: 64px;
    height: 64px;
  }
}
section.reviews_section .review_box .rb_upper p {
  margin: 0 0 4px 0;
}
section.reviews_section .review_box .rb_upper .rb_t1 {
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  section.reviews_section .review_box .rb_upper .rb_t1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.reviews_section .review_box .rb_upper .rb_t2 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
section.reviews_section .review_box .rb_upper .rb_t2 span {
  font-weight: 800;
  color: #3BC9A8;
}
@media (max-width: 768px) {
  section.reviews_section .review_box .rb_upper .rb_t2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.fw_url_list {
  margin: 90px 0;
  padding: 86px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  section.fw_url_list {
    margin: 60px 0 40px 0;
    padding: 48px 0 54px 0;
  }
}
section.fw_url_list .container {
  padding: 80px 30px 100px 30px;
  box-shadow: 0px 4px 8px #00000029;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}
section.fw_url_list .container h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
@media (max-width: 1200px) {
  section.fw_url_list .container {
    padding: 30px;
  }
}
section.fw_url_list .block_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px 60px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  section.fw_url_list .block_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 30px;
  }
}
section.fw_url_list .block_content a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
  text-decoration: initial;
  position: relative;
  width: fit-content;
}
section.fw_url_list .block_content a:hover {
  color: #5191FA;
  padding: 0 20px 0 0;
}
section.fw_url_list .block_content a:hover::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url('../../images/icons/arrow_right_small_black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(46%) sepia(87%) saturate(423%) hue-rotate(179deg) brightness(102%) contrast(96%);
}
.href_text_and_slider + .fw_url_list {
  margin-top: 0 !important;
}
section.href_with_tabs {
  margin: 88px 0 66px 0;
}
section.href_with_tabs .container {
  display: flex;
  gap: 30px;
}
@media (max-width: 900px) {
  section.href_with_tabs .container {
    flex-direction: column;
  }
}
section.href_with_tabs .block_left {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
  flex-shrink: 0;
}
section.href_with_tabs .block_left button {
  border: initial;
  background: #ECF2F7;
  border-radius: 5px;
  padding: 12px 18px;
  margin: 0;
  transition: ease-in-out 0.25s;
  cursor: pointer;
  text-align: left;
  font-weight: inherit;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-black);
}
section.href_with_tabs .block_left button.active,
section.href_with_tabs .block_left button:hover {
  background: #5191FA;
  color: var(--color-white);
}
section.href_with_tabs .block_left button:focus-visible {
  outline: 2px solid var(--color-white);
}
@media (max-width: 900px) {
  section.href_with_tabs .block_left {
    flex-direction: row;
    gap: 9px;
    overflow-x: auto;
    width: calc(100% + 50px);
    padding: 0 0 6px 25px;
    position: relative;
    left: -25px;
  }
  section.href_with_tabs .block_left button {
    flex-shrink: 0;
  }
}
section.href_with_tabs .block_right {
  flex-grow: 1;
}
section.href_with_tabs .block_right .hr_tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.href_with_tabs .block_right .hr_tab div {
  max-width: 432px;
}
section.href_with_tabs .block_right .hr_tab img {
  display: block;
  border-radius: 10px;
  max-width: 493px;
}
@media (max-width: 768px) {
  section.href_with_tabs .block_right .hr_tab img {
    width: 100%;
  }
}
section.href_partners {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 48px 0 0 0;
}
section.href_map_row {
  margin: 70px 0;
}
section.href_map_row h1,
section.href_map_row h2,
section.href_map_row h3,
section.href_map_row h4,
section.href_map_row p {
  text-align: center;
}
section.href_map_row p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
section.href_map_row #map {
  height: 530px;
}
@media (max-width: 768px) {
  section.href_map_row #map {
    height: 301px;
  }
}
section.href_review_upper {
  margin: 120px 0 60px 0;
}
@media (max-width: 768px) {
  section.href_review_upper {
    margin: 72px 0 50px 0;
  }
}
section.href_review_upper .block_upper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 76px 0;
}
section.href_review_upper .block_upper p {
  margin: 0;
}
section.href_review_upper .block_upper p:nth-child(1) {
  font-weight: 800;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (max-width: 768px) {
  section.href_review_upper .block_upper p:nth-child(1) {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
section.href_review_upper .block_upper p:nth-child(2) {
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  section.href_review_upper .block_upper p:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.href_review_upper .block_upper p:nth-child(2) span {
  color: #3BC9A8;
}
@media (min-width: 1201px) {
  section.href_review_upper .block_upper p:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  section.href_review_upper .block_upper {
    flex-direction: column;
    justify-content: baseline;
    margin: 0 0 48px 0;
  }
}
section.href_review_upper .block_content {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
section.href_review_upper .block_content img {
  display: block;
}
section.faq_alt {
  margin: 110px 0 90px 0;
}
section.faq_alt h2 {
  margin: 0 auto 28px auto;
  text-align: center;
}
section.faq_alt .block_content {
  display: flex;
  flex-direction: column;
}
section.faq_alt .faq_alt_box {
  padding: 26px 0 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
section.faq_alt .faq_alt_box:last-of-type {
  border: initial;
  padding: 26px 0 0 0;
}
@media (max-width: 768px) {
  section.faq_alt .faq_alt_box {
    padding: 26px 0 20px 0;
  }
  section.faq_alt .faq_alt_box:last-of-type {
    padding: 26px 0 0 0;
  }
}
section.faq_alt .faq_alt_box button {
  width: 100%;
  border: initial;
  background: initial;
  padding: 2px 20px 0 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  font-family: inherit;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  color: var(--color-black);
}
section.faq_alt .faq_alt_box button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('../../images/icons/chevron-down-solid.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: ease-in-out 0.25s;
}
section.faq_alt .faq_alt_box button.active::before {
  transform: translateY(-50%) rotate(180deg);
}
section.faq_alt .faq_alt_box button:hover {
  color: var(--color-main);
}
@media (max-width: 768px) {
  section.faq_alt .faq_alt_box button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.faq_alt .faq_alt_box button.active ~ .box_content {
  max-height: initial;
  padding: 30px 0 0 0;
}
section.faq_alt .faq_alt_box .box_content {
  transition: padding ease-in-out 0.1s;
  overflow: hidden;
  max-height: 0;
  max-width: 1110px;
  padding: 0;
}
section.faq_alt .faq_alt_box .box_content p {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  section.faq_alt .faq_alt_box .box_content p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.href_col_2 {
  margin: 85px 0 95px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  section.href_col_2 {
    margin: 40px 0 80px;
  }
}
section.href_col_2 .container {
  display: flex;
  gap: 34px;
}
@media (max-width: 1200px) {
  section.href_col_2 .container {
    flex-direction: column;
    gap: 20px;
  }
}
section.href_col_2 .block_left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  padding: 47px 57px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
section.href_col_2 .block_left h1,
section.href_col_2 .block_left h2,
section.href_col_2 .block_left h3 {
  max-width: 450px;
}
section.href_col_2 .block_left h3 {
  line-height: 1.35em;
}
section.href_col_2 .block_left p {
  max-width: 375px;
  line-height: 1.4em;
  margin-bottom: 22px;
}
section.href_col_2 .block_left .btn {
  position: relative;
  z-index: 7;
}
section.href_col_2 .block_left::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.35;
  border-radius: inherit;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1200px) {
  section.href_col_2 .block_left {
    padding: 45px 47px 45px 30px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  section.href_col_2 .block_right {
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: 6;
    bottom: -38px;
    right: 44px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
}
section.href_col_2 h1,
section.href_col_2 h2,
section.href_col_2 h3,
section.href_col_2 h4,
section.href_col_2 p {
  color: var(--color-white);
}
section.href_3_col_ib {
  margin: 100px 0;
}
@media (max-width: 768px) {
  section.href_3_col_ib {
    margin: 84px 0 96px;
  }
}
section.href_3_col_ib .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
@media (max-width: 1200px) {
  section.href_3_col_ib .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
  }
}
@media (max-width: 768px) {
  section.href_3_col_ib .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.href_3_col_ib .container .ib_box {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  padding: 18px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.href_3_col_ib .container .ib_box {
    height: 242px;
    aspect-ratio: initial;
  }
}
section.href_3_col_ib .container .ib_box .btn {
  margin: 0 0 0 auto;
  color: var(--color-white);
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.contact_v2 {
  position: relative;
  z-index: 4;
}
section.contact_v2::before {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1427px;
  height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  section.contact_v2::before {
    content: initial;
  }
}
section.contact_v2 .container {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
@media (max-width: 1200px) {
  section.contact_v2 .container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  section.contact_v2 .container {
    gap: 124px;
  }
}
section.contact_v2 .block_left {
  flex-grow: 1;
  max-width: 660px;
}
@media (max-width: 768px) {
  section.contact_v2 .block_left {
    width: 100%;
  }
}
section.contact_v2 .block_right {
  width: 100%;
  max-width: 518px;
  background: white;
  border-radius: 10px;
  padding: 32px 38px 30px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}
@media (min-width: 1201px) {
  section.contact_v2 .block_right {
    top: -110px;
    margin-top: -50px;
  }
}
@media (max-width: 1200px) {
  section.contact_v2 .block_right {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.contact_v2 .block_right {
    max-width: initial;
    padding: 34px 20px;
  }
}
section.contact_v2 .office_nav {
  display: flex;
  gap: 10px;
  margin: 0 0 42px 0;
  overflow-x: auto;
  padding: 0 0 4px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.contact_v2 .office_nav {
    left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 26px;
    padding: 0 0 4px 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.contact_v2 .office_nav::-webkit-scrollbar {
    display: none;
  }
}
section.contact_v2 .office_nav .office_nav_btn {
  background: rgba(0, 0, 0, 0.05);
  border: initial;
  border-radius: 10px;
  padding: 11px 16px;
  transition: ease-in-out 0.25s;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: black;
}
section.contact_v2 .office_nav .office_nav_btn:hover,
section.contact_v2 .office_nav .office_nav_btn.active {
  background: #5191FA;
  color: white;
}
section.contact_v2 .office_content .office_box {
  width: 660px;
  height: auto;
  padding: 34px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box {
    width: 100%;
    padding: 23px 28px 26px 28px;
  }
}
section.contact_v2 .office_content .office_box > p {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box > p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 14px 0;
  }
}
section.contact_v2 .office_content .office_box .office_contact_box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 9px 0;
}
section.contact_v2 .office_content .office_box .office_contact_box p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box .office_contact_box {
    margin: 7px 0;
  }
  section.contact_v2 .office_content .office_box .office_contact_box img,
  section.contact_v2 .office_content .office_box .office_contact_box svg {
    width: 15px;
    height: 15px;
  }
}
section.contact_v2 .office_content .office_box .office_box_lower {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 0 0;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box .office_box_lower {
    flex-direction: column-reverse;
    justify-content: baseline;
    margin: 14px 0 14px 0;
  }
}
section.contact_v2 .office_content .office_box .office_btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 11px 29px;
  border-radius: 23px;
  background: #F0F3F5;
  text-decoration: initial;
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box .office_btn {
    background: white;
  }
}
section.contact_v2 .office_content .office_box .office_box_social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box .office_box_social {
    margin: 0;
  }
}
section.contact_v2 .office_content .office_box .office_box_social a {
  display: block;
}
section.contact_v2 .office_content .office_box .office_box_social a svg,
section.contact_v2 .office_content .office_box .office_box_social a img {
  display: block;
  width: 23px;
  height: 23px;
}
@media (max-width: 768px) {
  section.contact_v2 .office_content .office_box .office_btn_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 15px 0px;
    margin-bottom: -124px;
    margin-top: 14px;
  }
}
.contact_form_wrap_v2 {
  width: 100%;
  max-width: 700px;
  position: relative;
}
@media (max-width: 1200px) {
  .contact_form_wrap_v2 {
    max-width: initial;
  }
}
.contact_form_wrap_v2:not(.processing_form) .lds-ellipsis {
  display: none;
}
.contact_form_wrap_v2.processing_form .contact_form_content {
  opacity: 0.4;
}
.contact_form_wrap_v2 p.title,
.contact_form_wrap_v2 p.text {
  color: #000000;
  text-align: center;
}
.contact_form_wrap_v2 p.title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin: 0 auto 10px auto;
}
.contact_form_wrap_v2 p.text {
  max-width: 355px;
  margin: 0 auto 20px auto;
  font-size: 16px;
  font-size: 1rem;
}
.contact_form_wrap_v2 .contact_form_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  transition: ease-in-out 0.25s;
}
.contact_form_wrap_v2 .contact_form_content .contact_form_row {
  display: flex;
  gap: 13px;
}
@media (max-width: 768px) {
  .contact_form_wrap_v2 .contact_form_content .contact_form_row {
    flex-direction: column;
    gap: 8px;
  }
}
.contact_form_wrap_v2 .contact_form_content .contact_form_lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .contact_form_wrap_v2 .contact_form_content .contact_form_lower {
    flex-direction: column;
    gap: 18px;
  }
}
.contact_form_wrap_v2 .contact_form_content input:not([type="checkbox"]),
.contact_form_wrap_v2 .contact_form_content textarea {
  width: 100%;
  background: #FFFFFF;
  outline: 2px solid transparent;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 14px 30px;
  transition: ease-in-out 0.25s;
  transition-property: outline, border;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: black;
  line-height: 1.25em;
}
.contact_form_wrap_v2 .contact_form_content input:not([type="checkbox"]):hover,
.contact_form_wrap_v2 .contact_form_content textarea:hover {
  border-color: black;
}
.contact_form_wrap_v2 .contact_form_content input:not([type="checkbox"]):focus,
.contact_form_wrap_v2 .contact_form_content textarea:focus {
  outline-color: #231E5F;
  border-color: transparent;
}
.contact_form_wrap_v2 .contact_form_content input:not([type="checkbox"]).error,
.contact_form_wrap_v2 .contact_form_content textarea.error {
  outline-color: red;
  border-color: red;
}
.contact_form_wrap_v2 .contact_form_content input:not([type="checkbox"]) {
  height: 50px;
}
.contact_form_wrap_v2 .contact_form_content textarea {
  min-height: 55px;
  max-height: 650px;
  height: 138px;
  resize: vertical;
}
.contact_form_wrap_v2 .contact_form_content .contact_send_btn {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 10px;
  border: initial;
  background: #5191FA;
  padding: 17px 40px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
}
@media (max-width: 500px) {
  .contact_form_wrap_v2 .contact_form_content .contact_send_btn {
    width: 100%;
    max-width: 204px;
    text-align: center;
    margin: 0 auto;
  }
}
.contact_form_wrap_v2 .contact_form_content .nice-select {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  outline: 2px solid transparent;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 16px 30px;
  transition: ease-in-out 0.25s;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: black;
}
.contact_form_wrap_v2 .contact_form_content .nice-select::after {
  right: 26px;
}
.contact_form_wrap_v2 .contact_form_content .nice-select .list {
  border-radius: inherit;
}
.contact_form_wrap_v2 .contact_form_content .nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 10px;
}
.contact_form_wrap_v2 .contact_form_content .nice-select .nice-select-dropdown ul li {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 30px;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact_form_wrap_v2 .contact_form_content .checkbox {
  --CB_text-size: 0.875rem;
}
.contact_form_wrap_v2 .contact_form_content .checkbox input {
  background: transparent;
  border: 1px solid #D9D9D9;
}
section.contact_v2_banner {
  height: 320px;
  background: transparent linear-gradient(342deg, #0561C4 -50%, #20214C 100%) 0% 0% no-repeat padding-box;
  position: relative;
  margin: calc(var(--header_height)*-1) 0 40px 0;
}
@media (max-width: 768px) {
  section.contact_v2_banner {
    height: 224px;
    margin-bottom: 30px;
  }
}
section.contact_v2_banner::before {
  content: '';
  width: 226px;
  height: 220px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('../../images/dispo_element_6.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  section.contact_v2_banner::before {
    content: initial;
  }
}
section.contact_v2_banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: end;
  padding: 32px 0;
}
@media (max-width: 768px) {
  section.contact_v2_banner .container {
    gap: 9px;
  }
}
section.contact_v2_banner .container h1,
section.contact_v2_banner .container h2 {
  color: white;
  margin: 0;
}
section.contact_v2_banner .container h1 span,
section.contact_v2_banner .container h2 span {
  text-decoration: underline;
  color: inherit;
}
section.contact_v2_banner .container h1 {
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (max-width: 768px) {
  section.contact_v2_banner .container h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.contact_v2_banner .container h2 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  section.contact_v2_banner .container h2 {
    max-width: 260px;
  }
}
body.page-template-page-contacts_v2 {
  background: #F0F3F5;
}
section.href_initial.href_initial_with_contact .btn {
  background: #3BC9A8;
}
section.href_initial.href_initial_with_contact .block_form {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  max-width: 372px;
  background: transparent linear-gradient(358deg, #0561C4 -80%, #20214C 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 26px 24px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 1300px) {
  section.href_initial.href_initial_with_contact .block_form {
    width: calc(100% + 80px);
    position: initial;
    max-width: initial;
    border-radius: 0;
  }
  section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.href_initial.href_initial_with_contact .block_form {
    width: calc(100% + 50px);
    left: -25px;
  }
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .contact_form_content {
  gap: 6px;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .title {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 3px 0;
}
@media (max-width: 1300px) {
  section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .title {
    margin-left: auto;
    margin-right: auto;
  }
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #3BC9A8;
  margin: 0 0 16px 0;
}
@media (max-width: 1300px) {
  section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .text {
    margin-left: auto;
    margin-right: auto;
  }
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 p {
  color: white;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .checkbox {
  --CB_text-color: white;
  --CB_border-active: #3BC9A8;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .checkbox a {
  color: white !important;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .contact_form_lower {
  display: flex;
  flex-direction: column;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 .contact_send_btn {
  width: 100%;
  max-width: initial;
  background: #3BC9A8;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 input:not([type="checkbox"]) {
  height: 45px;
  padding: 11px 17px;
}
section.href_initial.href_initial_with_contact .block_form .contact_form_wrap_v2 textarea {
  height: 100px;
  padding: 11px 17px;
}
@media (max-width: 1300px) {
  section.href_initial.href_initial_with_contact .block_content {
    text-align: center;
  }
  section.href_initial.href_initial_with_contact .block_content p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  section.href_initial.href_initial_with_contact .block_content h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  section.href_initial.href_initial_with_contact .block_content h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.free_quote_btn {
  width: 64px;
  height: 234px;
  background: #1B2F65;
  border: initial;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 3px 11px #00000029;
  overflow: hidden;
  margin: 0;
  padding: 25px 0 0 0;
  cursor: pointer;
  position: fixed;
  z-index: 15;
  left: 0;
  bottom: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.free_quote_btn p {
  font-family: 'Nunito Sans';
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-white);
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.free_quote_btn .svg_wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3BC9A8;
  margin: auto 0 0 0;
  clip-path: circle(77.5% at 79% 50%);
  transform: rotate(90deg);
}
.free_quote_btn svg {
  display: block;
  width: 27px;
  height: 27px;
}
.accomplishments_box_version_2 {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
@media (max-width: 768px) {
  .accomplishments_box_version_2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.accomplishments_box_version_2 img {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(1);
}
@media (max-width: 768px) {
  .accomplishments_box_version_2 img {
    width: 20px;
    height: 20px;
  }
}
.accomplishments_box_version_2 > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.accomplishments_box_version_2 > div h3,
.accomplishments_box_version_2 > div h4 {
  font-weight: 800;
  color: #FFFFFF;
}
.accomplishments_box_version_2 > div h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 768px) {
  .accomplishments_box_version_2 > div h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.accomplishments_box_version_2 > div h4 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.accomplishments_box_separator {
  flex-shrink: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.accomplishments_box_separator:last-child {
  display: none;
}
main.home_main_v3 {
  padding: 0;
}
section.hr_initial {
  padding: 165px 0 80px 0;
  min-height: 530px;
  position: relative;
  z-index: 5;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  section.hr_initial {
    padding: 96px 0 0 0;
    min-height: 440px;
    background-attachment: initial;
  }
}
section.hr_initial::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: inherit;
}
section.hr_initial .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.hr_initial .block_upper {
  text-align: center;
  margin: 0 0 34px 0;
}
@media (max-width: 768px) {
  section.hr_initial .block_upper {
    margin: 0 0 20px 0;
  }
}
section.hr_initial .block_content {
  width: 100%;
  position: relative;
  z-index: 5;
  max-width: 1210px;
}
@media (max-width: 1200px) {
  section.hr_initial .block_content:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 250px;
    background: #1b4483;
  }
}
@media (max-width: 768px) {
  section.hr_initial .block_content:before {
    width: calc(100% + 50px);
    left: -25px;
  }
}
section.hr_initial h1,
section.hr_initial h2 {
  color: white;
}
section.hr_initial h1 {
  font-weight: 800;
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0 0 6px 0;
}
@media (max-width: 768px) {
  section.hr_initial h1 {
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.hr_initial h2 {
  font-weight: 300;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  section.hr_initial h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.hr_partners {
  background-image: url('../../images/hr_dispo_gradient_bg_1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  section.hr_partners {
    background: #1b4483;
  }
}
section.hr_partners .block_content {
  display: flex;
  align-items: center;
  height: 142px;
}
@media (max-width: 768px) {
  section.hr_partners .block_content {
    height: 92px;
  }
}
section.hr_partners .block_filler {
  height: 164px;
}
section.hr_partners .keen-slider {
  height: 60px;
}
@media (max-width: 768px) {
  section.hr_partners .keen-slider {
    height: 58px;
  }
}
section.hr_partners .keen-slider img.keen-slider__slide {
  width: initial;
  display: block;
  object-fit: contain;
  min-width: initial !important;
  max-width: 100% !important;
  min-height: initial;
  max-height: initial;
}
section.hr_services .block_content {
  width: calc(100% - 100px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 6px;
  margin: 0 auto;
  padding: 79px 0;
}
@media (max-width: 1200px) {
  section.hr_services .block_content {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  section.hr_services .block_content {
    grid-template-columns: repeat(3, 1fr);
    padding: 32px 16px;
  }
}
@media (max-width: 450px) {
  section.hr_services .block_content {
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  section.hr_services .block_content {
    width: 100%;
    background: #f3f4f6;
    border-radius: 10px;
    margin: 30px auto;
  }
}
section.hr_services .highlight_wrap .highlight_box {
  height: auto;
  width: 96px;
  aspect-ratio: initial;
  background: initial;
  text-align: center;
  gap: 22px;
}
@media (max-width: 768px) {
  section.hr_services .highlight_wrap .highlight_box {
    width: 100%;
  }
}
section.hr_services .highlight_wrap .highlight_box p {
  color: black;
}
section.hr_services .highlight_wrap .highlight_box > p {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  section.hr_services .highlight_wrap .highlight_box > p {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 80px;
  }
}
section.hr_services .highlight_wrap .highlight_box .highlight_box_img_wrap img,
section.hr_services .highlight_wrap .highlight_box .highlight_box_img_wrap svg {
  filter: brightness(0) saturate(100%);
}
section.hr_services .highlight_wrap .highlight_box .highlight_soon {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  background: initial;
  outline: 2px solid transparent;
  border: initial;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  background-image: url('../../images/icons/question_mark_circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  section.hr_services .highlight_wrap .highlight_box .highlight_soon {
    width: 14px;
    height: 14px;
    right: 10px;
  }
}
section.hr_services .highlight_wrap .highlight_box .highlight_soon:focus {
  outline: 2px solid black;
  outline-offset: 1px;
}
section.hr_services .highlight_wrap .highlight_box .highlight_soon:not(:focus, :hover) ~ .highlight_soon_window {
  opacity: 0;
}
section.hr_services .highlight_wrap .highlight_box .highlight_soon_window {
  position: absolute;
  z-index: 10;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
  top: 26px;
  right: 4px;
  left: initial;
  padding: 4px 6px;
  border-radius: 6px;
  background: white;
  transition: ease-in-out 0.25s;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.hr_services .highlight_wrap .highlight_box .highlight_soon_window .coming_soon {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  color: black;
  margin: 0;
}
section.hr_two_side {
  margin: 0 0 78px 0;
}
@media (max-width: 768px) {
  section.hr_two_side {
    margin: 0 0 40px 0;
  }
}
section.hr_two_side .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 1200px) {
  section.hr_two_side .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}
section.hr_two_side .block_left,
section.hr_two_side .block_right {
  width: 100%;
  border-radius: 10px;
}
section.hr_two_side .block_content_side {
  background: transparent linear-gradient(105deg, #1564B9 0%, #20214C 100%) 0% 0% no-repeat padding-box;
  padding: 78px 84px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 768px) {
  section.hr_two_side .block_content_side {
    padding: 36px 28px;
  }
}
section.hr_two_side .block_content_side h2,
section.hr_two_side .block_content_side p,
section.hr_two_side .block_content_side li {
  color: white;
}
section.hr_two_side .block_content_side h2 {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  section.hr_two_side .block_content_side h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 16px 0;
  }
}
section.hr_two_side .block_content_side p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px 0;
  max-width: 23.35rem;
}
@media (max-width: 768px) {
  section.hr_two_side .block_content_side p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.hr_two_side .block_content_side ul {
  margin-top: 12px;
  margin-bottom: 24px;
}
section.hr_two_side .block_content_side ul li {
  font-weight: 500;
  margin: 0 0 8px 0;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  section.hr_two_side .block_content_side ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.hr_two_side .block_content_side ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(../../images/icons/check_shielded.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.hr_two_side .block_content_side .btn_style_1 {
  padding: 15px 26px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
}
@media (max-width: 1200px) {
  section.hr_two_side .block_gallery {
    order: 5;
  }
}
section.hr_two_side .block_gallery .f-carousel {
  margin: 0;
  --f-carousel-dot-color: white;
  --f-carousel-dot-opacity: 0.4;
  --f-carousel-dots-width: 18px;
}
section.hr_two_side .block_gallery .f-carousel .f-carousel__nav {
  display: none;
}
section.hr_two_side .block_gallery .f-carousel .f-carousel__dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: initial;
}
@media (max-width: 768px) {
  section.hr_two_side .block_gallery .f-carousel .f-carousel__dots {
    bottom: 10px;
  }
}
section.hr_two_side .block_gallery .f-carousel .f-carousel__slide {
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  section.hr_two_side .block_gallery .f-carousel .f-carousel__slide {
    max-height: 400px;
  }
}
section.hr_two_side .block_login {
  min-height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  section.hr_two_side .block_login {
    min-height: 335px;
  }
}
section.hr_two_side .block_login::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
}
section.hr_two_side .block_login h2 {
  max-width: 260px;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 18px 0;
  color: white;
}
@media (max-width: 768px) {
  section.hr_two_side .block_login h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.hr_two_side .block_login > div {
  display: flex;
  gap: 7px;
}
section.hr_two_side .block_login > div a {
  padding: 15px 22px;
  min-width: 118px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
}
section.hr_two_side .block_login > div a:first-child {
  background: #5191FA;
}
section.hr_two_side .essential_wrap {
  gap: 15px;
  width: 100%;
  max-width: 404px;
}
section.hr_two_side .essential_wrap .essential_box .essential_label {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}
section.hr_two_side .essential_wrap .essential_box .essential_label::before {
  content: initial;
}
section.hr_two_side .essential_wrap .essential_box .essential_content {
  padding: 0 0 12px 0;
}
section.hr_two_side .essential_wrap .essential_box .essential_content p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
section.hr_two_side .essential_wrap .essential_box.active .essential_label {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  section.hr_two_side .essential_wrap .essential_box.active .essential_label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.hr_two_side .essential_wrap .essential_box:not(:last-child) .essential_content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
section.hr_resources {
  margin: 78px 0 86px 0;
}
@media (max-width: 768px) {
  section.hr_resources {
    margin: 40px 0 34px 0;
  }
}
section.hr_resources .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.hr_resources .block_upper {
  width: 100%;
  max-width: 46.125rem;
  margin: 0 auto 22px auto;
  text-align: center;
}
section.hr_resources .block_upper h2 {
  font-weight: 800;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 22px 0;
  color: #161A2C;
}
section.hr_resources .block_upper p {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  section.hr_resources .block_upper {
    max-width: 28rem;
  }
  section.hr_resources .block_upper h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 15px 0;
  }
  section.hr_resources .block_upper p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.hr_resources .block_switch {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 50px auto;
  background: #F3F4F6;
  border-radius: 10px;
}
@media (max-width: 768px) {
  section.hr_resources .block_switch {
    margin: 0 auto 34px auto;
  }
}
@media (max-width: 500px) {
  section.hr_resources .block_switch {
    width: 100%;
  }
}
section.hr_resources .block_switch button,
section.hr_resources .block_switch a {
  background: initial;
  width: auto;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: initial;
  border-radius: inherit;
  transition: ease-in-out 0.25s;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5C5A71;
}
@media (max-width: 768px) {
  section.hr_resources .block_switch button,
  section.hr_resources .block_switch a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1em;
    padding: 12px;
  }
}
@media (max-width: 500px) {
  section.hr_resources .block_switch button,
  section.hr_resources .block_switch a {
    flex-grow: 1;
  }
}
section.hr_resources .block_switch button.active,
section.hr_resources .block_switch a.active,
section.hr_resources .block_switch button:hover,
section.hr_resources .block_switch a:hover {
  background: #5191FA;
  color: #F8F8F8;
}
section.hr_resources .block_switch button.active,
section.hr_resources .block_switch a.active {
  font-weight: 700;
}
section.hr_resources .block_switch button:not([disabled]),
section.hr_resources .block_switch a:not([disabled]) {
  cursor: pointer;
}
section.hr_resources .block_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  section.hr_resources .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.hr_resources .block_content {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    padding: 0;
    gap: 10px;
  }
}
section.hr_resources .block_content .ride_box {
  width: 100%;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 3px 60px #0000000B;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  min-height: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 38px 20px;
}
@media (max-width: 768px) {
  section.hr_resources .block_content .ride_box {
    max-width: 400px;
    height: 180px;
    margin: 0 auto;
    padding: 14px 100px 14px 26px;
    align-items: baseline;
    text-align: left;
  }
}
section.hr_resources .block_content .ride_box::before {
  background: transparent linear-gradient(121deg, #1564B9 0%, #20214C 120%) 0% 0% no-repeat padding-box;
}
section.hr_resources .block_content .ride_box::after {
  content: initial;
}
section.hr_resources .block_content .ride_box img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 6px auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  section.hr_resources .block_content .ride_box img.desktop_img {
    display: none;
  }
}
section.hr_resources .block_content .ride_box img.mobile_img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 769px) {
  section.hr_resources .block_content .ride_box img.mobile_img {
    display: none;
  }
}
section.hr_resources .block_content .ride_box .ride_title {
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto 6px auto;
  color: #000000;
  transition: ease-in-out 0.25s;
  text-align: center;
}
@media (max-width: 768px) {
  section.hr_resources .block_content .ride_box .ride_title {
    margin: 0 0 5px 0;
    text-align: left;
  }
}
section.hr_resources .block_content .ride_box .ride_subtitle {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto 16px auto;
  color: #000000;
  transition: ease-in-out 0.25s;
}
@media (max-width: 768px) {
  section.hr_resources .block_content .ride_box .ride_subtitle {
    margin: 0 0 10px 0;
    max-width: 10rem;
  }
}
section.hr_resources .block_content .ride_box .btn {
  margin: 0;
  border-radius: 10px;
  background: #5191FA;
  border: initial;
  width: auto;
  min-width: 128px;
  text-align: center;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F8F8F8;
}
@media (max-width: 768px) {
  section.hr_resources .block_content .ride_box .btn {
    min-width: 100px;
    padding: 12px 18px;
  }
}
@media (min-width: 1201px) {
  section.hr_resources .block_content .ride_box:hover .ride_title,
  section.hr_resources .block_content .ride_box.active .ride_title,
  section.hr_resources .block_content .ride_box:hover .ride_subtitle,
  section.hr_resources .block_content .ride_box.active .ride_subtitle {
    color: white;
  }
}
@media (max-width: 1200px) {
  section.hr_resources .block_content .ride_box.active .ride_title,
  section.hr_resources .block_content .ride_box.active .ride_subtitle {
    color: white;
  }
}
@media (max-width: 768px) {
  section.tour_destinations.home_refresh {
    margin: 34px 0;
  }
}
section.tour_destinations.home_refresh .container {
  gap: 82px;
}
@media (min-width: 1201px) {
  section.tour_destinations.home_refresh .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  section.tour_destinations.home_refresh .container {
    gap: 32px;
  }
}
section.tour_destinations.home_refresh .container .block_primary {
  gap: 20px;
}
@media (max-width: 768px) {
  section.tour_destinations.home_refresh .container .block_primary {
    gap: 10px;
  }
}
section.tour_destinations.home_refresh .container .block_side {
  padding: 0;
  max-width: 414px;
}
@media (max-width: 768px) {
  section.tour_destinations.home_refresh .container .block_side {
    text-align: center;
    align-items: center;
  }
}
section.tour_destinations.home_refresh .container .block_side h2 {
  font-weight: 800;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  section.tour_destinations.home_refresh .container .block_side h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
  }
}
section.tour_destinations.home_refresh .container .block_side p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  margin: 0;
  max-width: initial;
}
@media (max-width: 768px) {
  section.tour_destinations.home_refresh .container .block_side p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}
section.tour_destinations.home_refresh .btn_style_1 {
  margin: 20px 0 0 0;
  padding: 15px 26px;
  border-radius: 10px;
  background: #5191FA;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white !important;
}
section.tour_destinations.home_refresh .tour_dest_box p {
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
}
section.hr_reviews {
  margin: 62px 0;
}
@media (max-width: 768px) {
  section.hr_reviews {
    margin: 34px 0;
  }
}
section.hr_reviews .f-carousel {
  margin: 0;
  --f-carousel-dot-color: white;
  --f-carousel-dot-opacity: 0.4;
  --f-carousel-dots-width: 18px;
}
section.hr_reviews .f-carousel .f-progress {
  display: none;
}
section.hr_reviews .f-carousel .f-carousel__nav {
  display: none;
}
section.hr_reviews .f-carousel .f-carousel__dots {
  position: absolute;
  bottom: 44px;
  right: 86px;
  left: initial;
}
@media (max-width: 768px) {
  section.hr_reviews .f-carousel .f-carousel__dots {
    right: 28px;
    bottom: 30px;
  }
}
section.hr_reviews .f-carousel__slide {
  width: 100%;
  height: 380px;
  padding: 52px 86px;
  position: relative;
  z-index: 5;
  border: initial;
  border-radius: 10px;
  margin: 0 12px 0 0;
  background-image: url('../../images/hr_review_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 768px) {
  section.hr_reviews .f-carousel__slide {
    height: 320px;
    padding: 32px 28px 32px 28px;
  }
}
section.hr_reviews .f-carousel__slide::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
}
section.hr_reviews .f-carousel__slide .review_attr_row {
  margin: 0;
  display: flex;
  gap: 4px 8px;
  margin: 0 0 10px 0;
}
section.hr_reviews .f-carousel__slide .review_attr_row p {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
section.hr_reviews .f-carousel__slide .review_attr_row p img {
  display: block;
}
section.hr_reviews .f-carousel__slide .review_attr_row p:last-child.separator {
  display: none;
}
@media (max-width: 768px) {
  section.hr_reviews .f-carousel__slide .review_attr_row p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.hr_reviews .f-carousel__slide h3 {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  section.hr_reviews .f-carousel__slide h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.hr_reviews .f-carousel__slide p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  color: white;
  margin: 0 0 10px 0;
  max-width: 460px;
}
section.hr_reviews .f-carousel__slide .btn_style_1 {
  margin: 20px 0 0 0;
  padding: 15px 26px;
  border-radius: 10px;
  background: #5191FA;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white !important;
}
section.hr_features {
  position: relative;
  z-index: 5;
}
section.hr_features::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F0F3F5;
}
section.hr_features .block_content {
  padding: 60px 84px 72px 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent linear-gradient(111deg, #1564B9 0%, #20214C 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  gap: 20px;
}
@media (max-width: 1200px) {
  section.hr_features .block_content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  section.hr_features .block_content {
    align-items: baseline;
    padding: 34px 32px 36px 28px;
  }
}
section.hr_features .block_content .block_left {
  width: 100%;
  max-width: 590px;
}
section.hr_features .block_content .block_left h2 {
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 16px 0;
  color: white;
}
section.hr_features .block_content .block_left h2 strong,
section.hr_features .block_content .block_left h2 b {
  font-weight: 800;
}
@media (max-width: 768px) {
  section.hr_features .block_content .block_left h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
  }
}
section.hr_features .block_content .block_right {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  section.hr_features .block_content .block_right {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
}
section.hr_features .btn_row {
  display: flex;
  gap: 10px;
}
section.hr_features .btn_row a {
  padding: 14px 22px;
  min-width: 112px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
}
section.hr_features .btn_row a:first-child {
  background: #5191FA;
  border-color: #5191FA;
}
@media (max-width: 500px) {
  section.hr_features .btn_row {
    width: 100%;
  }
  section.hr_features .btn_row a {
    flex-grow: 1;
  }
}
section.hr_features .feature_box {
  width: 100%;
  max-width: 156px;
  height: 156px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  section.hr_features .feature_box {
    width: auto;
    height: auto;
    background: initial;
    border-radius: 0;
    flex-direction: row;
    gap: 18px;
    text-align: left;
    justify-content: left;
  }
}
section.hr_features .feature_box img {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  section.hr_features .feature_box img {
    width: 15px;
    height: 15px;
  }
}
section.hr_features .feature_box p {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  margin: 0;
}
@media (max-width: 768px) {
  section.hr_features .feature_box p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section.hr_about_us {
  margin: -162px 0 0 0;
}
section.hr_about_us .block_content {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1201px) {
  section.hr_about_us .block_content {
    box-shadow: 0px 3px 60px hsla(0, 0%, 0%, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(26px) brightness(0.85);
    -webkit-backdrop-filter: blur(26px) brightness(0.85);
    background: rgba(255, 255, 255, 0.9);
    padding: 42px 60px;
  }
}
@media (max-width: 1200px) {
  section.hr_about_us .block_content {
    flex-direction: column;
    gap: 0;
  }
}
section.hr_about_us .block_left {
  width: 100%;
  max-width: 495px;
}
@media (max-width: 1200px) {
  section.hr_about_us .block_left {
    box-shadow: 0px 3px 60px hsla(0, 0%, 0%, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(26px) brightness(0.85);
    -webkit-backdrop-filter: blur(26px) brightness(0.85);
    background: rgba(255, 255, 255, 0.9);
    padding: 32px 28px 40px 32px;
  }
}
section.hr_about_us .block_left h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 800;
  color: black;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  section.hr_about_us .block_left h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
  }
}
section.hr_about_us .block_left p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  section.hr_about_us .block_left p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1200px) {
  section.hr_about_us .block_middle {
    margin: 36px 0 2px 0;
    padding: 0 34px;
  }
}
section.hr_about_us .block_right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 142px;
}
@media (max-width: 1200px) {
  section.hr_about_us .block_right {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
section.hr_about_us .btn_row {
  display: flex;
  gap: 10px;
}
section.hr_about_us .btn_row a {
  padding: 14px 22px;
  min-width: 112px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5C5A71;
}
section.hr_about_us .btn_row a:first-child {
  background: #5191FA;
  border-color: #5191FA;
  color: #F8F8F8;
}
section.hr_about_us .acco_box {
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
section.hr_about_us .acco_box .value {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 768px) {
  section.hr_about_us .acco_box .value {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.hr_about_us .acco_box .title {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #5C5A71;
  margin: 0;
}
.footer_wrapper {
  background: #F0F3F5;
  height: auto;
  min-height: 96px;
}
@media (max-width: 768px) {
  .footer_wrapper {
    min-height: initial;
  }
}
.footer_wrapper .container {
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
}
@media (max-width: 1200px) {
  .footer_wrapper .container {
    flex-direction: column;
    padding: 30px 0 32px 0;
  }
}
@media (max-width: 768px) {
  .footer_wrapper .container {
    flex-direction: row;
    padding: 15px 0;
  }
}
.footer_wrapper .footer_logo {
  display: block;
}
@media (max-width: 1200px) {
  .footer_wrapper .footer_logo {
    order: -1;
  }
}
.footer_wrapper .footer_logo img {
  display: block;
  width: 90px;
  height: 33px;
}
@media (max-width: 768px) {
  .footer_wrapper .footer_logo img {
    width: 52px;
    height: 19px;
  }
}
.footer_wrapper .footer_navigation ul {
  display: flex;
  gap: 2px 38px;
}
.footer_wrapper .footer_navigation ul li a {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  color: #161A2C;
  padding: 4px 0;
}
@media (max-width: 1200px) {
  .footer_wrapper .footer_navigation ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer_wrapper .footer_navigation ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footer_wrapper .footer_navigation ul li a:hover {
  text-decoration: underline;
}
.footer_wrapper .footer_copyright {
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: #161A2C;
  margin: 0;
}
.footer_wrapper_hotel {
  height: 96px;
  background: #161A2C;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .footer_wrapper_hotel {
    height: 60px;
  }
}
.footer_wrapper_hotel .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_wrapper_hotel .container .block_left {
  display: flex;
  align-items: center;
  gap: 58px;
}
.footer_wrapper_hotel .container .block_left p {
  color: var(--color-white);
  margin: 0;
}
@media (max-width: 768px) {
  .footer_wrapper_hotel .container .block_left p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 6;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footer_wrapper_hotel .container .block_right {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 768px) {
  .footer_wrapper_hotel .container .block_right {
    justify-content: space-between;
    width: 100%;
  }
}
.footer_wrapper_hotel .container .block_right a {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-white);
  margin: 0;
  text-decoration: initial;
}
.footer_wrapper_hotel .container .block_right a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer_wrapper_hotel .container .block_right a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footer_wrapper_hotel .footer_logo {
  display: block;
  width: 93px;
  height: 43px;
}
.footer_wrapper_refreshed {
  background: #F0F3F5;
  padding: 58px 0;
}
@media (max-width: 768px) {
  .footer_wrapper_refreshed {
    padding: 36px 0 20px 0;
  }
}
.footer_wrapper_refreshed .container {
  display: flex;
  gap: 150px;
}
@media (max-width: 768px) {
  .footer_wrapper_refreshed .container {
    flex-direction: column-reverse;
    gap: 21px;
    width: calc(100% - 80px);
  }
}
.footer_wrapper_refreshed .block_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .footer_wrapper_refreshed .block_left {
    gap: 10px;
    align-items: center;
  }
}
.footer_wrapper_refreshed .block_left .footer_logo {
  display: block;
}
.footer_wrapper_refreshed .block_left .footer_logo img {
  display: block;
  width: 106px;
  height: 39px;
}
@media (max-width: 768px) {
  .footer_wrapper_refreshed .block_left .footer_logo img {
    width: 78px;
    height: 29px;
  }
}
.footer_wrapper_refreshed .block_left .footer_copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  color: #696969;
}
.footer_wrapper_refreshed .block_right {
  flex-grow: 1;
}
.footer_wrapper_refreshed .footer_navigation ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 7px;
  max-height: 100px;
}
@media (max-width: 1200px) {
  .footer_wrapper_refreshed .footer_navigation ul {
    max-height: 150px;
  }
}
@media (max-width: 768px) {
  .footer_wrapper_refreshed .footer_navigation ul {
    max-height: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer_wrapper_refreshed .footer_navigation ul a {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.25em;
  text-decoration: initial;
}
.footer_wrapper_refreshed .footer_navigation ul a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer_wrapper_refreshed .footer_navigation ul li:nth-child(5),
  .footer_wrapper_refreshed .footer_navigation ul li:nth-child(6),
  .footer_wrapper_refreshed .footer_navigation ul li:nth-child(11),
  .footer_wrapper_refreshed .footer_navigation ul li:nth-child(12) {
    margin-bottom: 10px;
  }
}
