@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.woff2");
}
:root {
  --font-black: #000;
  --font-grey: #333539;
  --font-white: #fff;
  --link: #3C9D9B;
  --bg-grey: #F4F4F4;
  --bg-yellow: #FBD42F;
  --bg-blue: #253C78;
  --font-family: "Open Sans", Arial, sans-serif;
  --font-family-2: "Montserrat", Arial, sans-serif;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px;
  }
}
@media (max-width: 767px) {
  .container {
    /*padding-right: 40px;
    padding-left: 40px;*/
  }
  .container .row {
    /*margin-right: -40px;
    margin-left: -40px;*/
  }
  .container .row .col-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
header, nav, menu, main, section, article, aside, address, footer, noscript {
  display: block;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  /*text-decoration-thickness: 1px;
  text-underline-offset: 3px;*/
  text-decoration: none;
  color: var(--link);
}
a:hover {
  text-decoration: none;
  color: var(--link);
}
a:active, a:hover, a:focus {
  outline: none !important;
}

footer a {
  color: var(--font-white);
  text-decoration: none;
}
footer a:hover {
  color: var(--font-white);
  text-decoration: underline;
}

.via_block {
  /*margin-bottom: 110px;*/
}
@media (max-width: 1199px) {
  .via_block {
    /*margin-bottom: 80px;*/
  }
}
@media (max-width: 991px) {
  .via_block {
    /*margin-bottom: 60px;*/
  }
}

.block_header {
  margin-bottom: 48px;
  /*max-width: 975px;*/
}
@media (max-width: 1199px) {
  .block_header {
    /*margin-bottom: 48px;*/
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .block_header {
    /*margin-bottom: 40px;*/
  }
}
@media (max-width: 767px) {
  .block_header {
    /*margin-bottom: 30px;*/
    margin-bottom: 28px;
  }
}
.block_header > * {
  /*color: var(--color-grey);
  text-align: center;*/
}
@media (max-width: 767px) {
  .block_header > * {
    /*text-align: left;*/
  }
}

.block_header_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  color: var(--font-grey);
}
@media (max-width: 1199px) {
  .block_header_text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .block_header_text {
    font-size: 14px;
    line-height: 20px;
  }
}

/*
.block_footer {
	margin-top: 60px;
	text-align: center;

	@include _991 {
		margin-top: 48px;
	}

	@include _767 {
		margin-top: 32px;
	}

	a {
		padding-left: 70px;
		padding-right: 70px;

		@include _767 {
			padding: 14px 35px;
		}

	}
}
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  font-family: var(--font-family-2);
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 64px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    /*font-size: 48px;*/
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  h2, .h2 {
    /*font-size: 40px;*/
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    /*font-size: 28px;*/
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 18px;
  }
}

button,
.btn {
  border: none;
  outline: none;
  display: inline-block;
  color: var(--font-grey);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 23.5px 30px;
  border: 2px solid var(--bg-yellow);
  background: var(--bg-yellow);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
}
button:hover,
.btn:hover {
  /*background: transparent;
  color: var(--bgcolor-red);*/
}
button:focus,
.btn:focus {
  outline: none;
}
button.white_hover:hover,
.btn.white_hover:hover {
  /*color: var(--color-font-white);
  border-color: var(--color-font-white);	*/
}
@media (max-width: 1199px) {
  button,
  .btn {
    padding: 17px 22px;
    font-size: 14px;
    line-height: 18px;
  }
}

/*
button.btn_type2, 
.btn.btn_type2 {	
	color: var(--bgcolor-red);	
	background: transparent;

	&:hover {		
		background: var(--bgcolor-red);
		color: var(--color-font-white);
	}	

}

button.btn_type3, 
.btn.btn_type3 {	
	color: #828181;	
	background: transparent;
	padding: 14px 19px;
	border: 1px solid rgba(40, 70, 100, .6);

	&:hover {	

		background: rgba(40, 70, 100, .6);
		color: var(--color-font-white);

		color: var(--bgcolor-blue-deep);
		border: 1px solid var(--bgcolor-blue-deep);
	}	

}
*/
.swiper-horizontal {
  position: relative;
  height: 100%;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: auto !important;
}

body {
  height: 100%;
  width: 100%;
  background: var(--font-white);
  font-family: var(--font-family);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--font-grey);
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-synthesis: none !important;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

body.mm_active,
body.search,
body.filter {
  overflow: hidden;
}

textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
}

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  top: auto;
}

.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 6px;
  padding: 0 15px;
  width: 100%;
  gap: 9px;
}
@media (max-width: 1199px) {
  .swiper-pagination {
    height: 5px;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    height: 4px;
    gap: 5px;
    padding: 0;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 88px;
  height: 100%;
  display: block;
  border-radius: 0;
  background: var(--bgcolor-page-dark);
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 48px;
    /*height: 5px;*/
  }
}
@media (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 55px;
    /*height: 4px;*/
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 1;
  margin: 0;
  top: auto;
  bottom: 54px;
  width: 64px;
  height: 64px;
  background: var(--font-white) url("../img/via_slider_next.svg") center no-repeat;
  background-size: 24px auto;
  border-radius: 50%;
}

.swiper-button-prev {
  left: -32px;
  transform: rotate(180deg);
}

.swiper-button-next {
  right: -32px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: flex;
  }
}

/*
.up {
	position: fixed;
	right: 45px;
	bottom: 45px;
	z-index: 0;
	width: 40px;
    height: 40px;
    background: url('../img/swiper_btn_next.svg') center no-repeat;
    background-size: contain;
	cursor: pointer;
	transform: rotate(-90deg);
	display: none;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .25));
}	

.finger {
	position: absolute;	
	width: 35px;
	height: 31px;
	background: url('../img/finger.svg') center no-repeat;
	background-size: contain;
	opacity: 0;	
	z-index: 2;
	display: none;

	@include _767 {
		display: block;
	}

	&.finger_active {
		animation: leftRight 3s linear; 
	}

}

@include _767 {	

	.aist_6 .finger {
		top: -35px;
	}

	.aist_7 .finger, 
	.a14_designs_body .finger {
		top: 0;
	}

}

@keyframes leftRight {

	0% {
		right: 71px;
		opacity: 0;
	}

	50% {
		right: 37px;
		opacity: .5;
	}

	75% {
		right: 71px;
		opacity: .5;
	}

	100% {
		right: 54px;
		opacity: 0;
	}

}
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89px;
  background: var(--font-white);
  z-index: 1;
}
header .container,
header .container .row,
header .container .row .col-12,
header .header_wrapper {
  height: 100%;
}
header.shadow {
  /*border-bottom: 1px solid #A9A9A9;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, .25);*/
}
@media (max-width: 1199px) {
  header {
    height: 60px;
  }
}
@media (max-width: 767px) {
  header {
    /*border-bottom: 1px solid #A9A9A9;*/
    height: 44px;
  }
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hw_logo img {
  width: 140px;
}
@media (max-width: 1199px) {
  .hw_logo img {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .hw_logo img {
    width: 60px;
  }
}

.mm_trigger {
  display: none;
}
@media (max-width: 767px) {
  .mm_trigger {
    display: flex;
    width: 24px;
    height: 24px;
    background: url("../img/via_dd_menu_sign.svg") center no-repeat;
    background-size: 24px auto;
  }
}

.hw_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .hw_data {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--bg-grey);
    align-items: flex-start;
    padding: 19px 16px 24px;
    transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
  }
}
.hw_data .hwd_mobile_header {
  display: none;
}
@media (max-width: 767px) {
  .hw_data .hwd_mobile_header {
    display: block;
    font-family: var(--font-family-2);
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 3px;
    width: 100%;
    position: relative;
  }
}
.hw_data .hwd_mobile_header a {
  position: absolute;
  right: 0;
  top: -11px;
  width: 44px;
  height: 44px;
  background: url("../img/via_close_sign.svg") center no-repeat;
  background-size: contain;
}
.hw_data .hwd_menu {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .hw_data .hwd_menu {
    width: 100%;
  }
}
.hw_data .hwd_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .hw_data .hwd_menu ul {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .hw_data .hwd_menu ul {
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }
}
.hw_data .hwd_menu ul li {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .hw_data .hwd_menu ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .hw_data .hwd_menu ul li {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    width: 100%;
  }
}
.hw_data .hwd_menu ul li a {
  color: var(--font-black);
}
@media (max-width: 767px) {
  .hw_data .hwd_menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-grey);
    padding: 24px;
    background: var(--font-white);
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .hw_data .hwd_btn {
    width: 100%;
  }
}
.hw_data .hwd_btn a {
  padding: 14px 19.5px;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .hw_data .hwd_btn a {
    padding: 12px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .hw_data .hwd_btn a {
    width: 100%;
    padding: 21px;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .mm_active .hw_data {
    opacity: 1;
    right: 0;
  }
}

main {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  margin-top: 89px;
}
@media (max-width: 1199px) {
  main {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 44px;
  }
}

.via_1 {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
.via_1 .block_header_text {
  max-width: 410px;
}
@media (max-width: 991px) {
  .via_1 {
    padding-top: 429px;
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .via_1 {
    padding-bottom: 46px;
  }
}
.via_1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.78deg, #253C78 50.88%, #1468DA 70.05%, rgba(68, 111, 222, 0) 97.67%), url("../img/via_main_img.jpg");
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 68% auto, auto 100%;
}
@media (min-width: 1880px) {
  .via_1:before {
    background-size: 68% auto, 55% auto;
  }
}
@media (max-width: 1199px) {
  .via_1:before {
    background-position: left center, right 140% center;
  }
}
@media (max-width: 991px) {
  .via_1:before {
    background: linear-gradient(0deg, #253C78 50.88%, #1468DA 70.05%, rgba(68, 111, 222, 0) 97.67%), url("../img/via_main_big.jpg");
    background-position: left bottom, center top;
    background-repeat: no-repeat;
    background-size: auto 72%, auto;
  }
}
.via1_wrapper {
  position: relative;
  z-index: 2;
  max-width: 657px;
}
@media (max-width: 1199px) {
  .via1_wrapper {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .via1_wrapper {
    max-width: 503px;
  }
}
.via1_wrapper h1,
.via1_wrapper .h1,
.via1_wrapper .block_header_text {
  color: var(--font-white);
}

.via1w_box {
  background: var(--link);
  border-radius: 24px;
  max-width: 596px;
  padding: 28px 24px;
}
@media (max-width: 991px) {
  .via1w_box {
    max-width: 480px;
    padding: 24px;
  }
}

.via1wb_header {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
  color: var(--font-white);
}
@media (max-width: 991px) {
  .via1wb_header {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.via1wb_body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 991px) {
  .via1wb_body {
    gap: 4px;
  }
}
.via1wb_body p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--font-white);
}
@media (max-width: 991px) {
  .via1wb_body p {
    font-size: 14px;
    line-height: 24px;
  }
}

.via_2 {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .via_2 {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

.via2w_box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 24px;
}
.via2w_box ul li {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: var(--font-grey);
}
.via2w_box ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -20px;
  width: 16px;
  height: 16px;
  background: url("../img/via_breadcrumbs_arrow.svg") center no-repeat;
  background-size: contain;
}
.via2w_box ul li:last-child:after {
  display: none;
}
.via2w_box ul li a {
  color: var(--font-grey);
}

.via_3 {
  margin-bottom: 24px;
}
.via_3 .block_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .via_3 .block_header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .via_3 .block_header {
    gap: 24px;
  }
}

.via3_wrapper {
  padding: 32px 32px 48px;
  border-radius: 40px;
  background: var(--bg-grey);
}
@media (max-width: 991px) {
  .via3_wrapper {
    padding: 24px 24px 32px;
    border-radius: 24px;
  }
}

.via3w_left {
  max-width: 728px;
}
.via3w_right {
  flex-shrink: 1;
}
.via3w_right ul {
  display: flex;
  background: var(--font-white);
  border: 2px solid var(--font-white);
  border-radius: 50px;
}
.via3w_right ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .via3w_right ul li {
    font-size: 12px;
  }
}
.via3w_right ul li a {
  display: block;
  color: #8D939E;
  padding: 13px 30px;
  border-radius: 50px;
}
.via3w_right ul li.active a {
  color: var(--font-white);
  background: var(--bg-blue);
  cursor: default;
}

.via3w_box,
.via5w_cell,
.via6w_box,
.via8w_box {
  border-radius: 16px;
  background: var(--font-white);
  display: flex;
  width: 100%;
  height: 132px;
  align-items: center;
  justify-content: center;
  color: #f00;
}
@media (max-width: 991px) {
  .via3w_box,
  .via5w_cell,
  .via6w_box,
  .via8w_box {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .via3w_box,
  .via5w_cell,
  .via6w_box,
  .via8w_box {
    height: 332px;
  }
}

.via3w_box {
  height: 206px;
}

.via_4 {
  position: relative;
}
.via_4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: var(--bg-grey);
}

.via4_wrapper {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border: 3px solid var(--bg-grey);
  background: var(--font-white);
  border-radius: 40px;
  padding: 40px 32px;
}
@media (max-width: 991px) {
  .via4_wrapper {
    padding: 24px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .via4_wrapper {
    font-size: 12px;
    line-height: 22px;
  }
}
.via4_wrapper a {
  text-decoration: underline;
}
.via4_wrapper a:hover {
  text-decoration: none;
}

.via_5 {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--bg-grey);
}
@media (max-width: 991px) {
  .via_5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .via_5 {
    padding-top: 36px;
    padding-bottom: 56px;
  }
}

.via5_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .via5_wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .via5_wrapper {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.via5w_cell {
  border-radius: 24px;
  background: var(--font-white);
  height: 523px;
}
@media (max-width: 991px) {
  .via5w_cell {
    height: 545px;
  }
}

.via_6 {
  padding-top: 64px;
  padding-bottom: 96px;
  background: var(--bg-yellow);
}
@media (max-width: 991px) {
  .via_6 {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .via_6 {
    padding-top: 56px;
    padding-bottom: 17px;
  }
}
.via_6 .block_header {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .via_6 .block_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.via6w_left {
  width: 50%;
  padding-right: 180px;
  position: relative;
}
@media (max-width: 991px) {
  .via6w_left {
    width: 100%;
    max-width: 475px;
    padding: 0;
  }
}
.via6w_left:after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 0;
  width: 124px;
  height: 145px;
  background: url("../img/via_hot_tours.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .via6w_left:after {
    right: -180px;
    top: 0;
    bottom: auto;
    width: 104px;
    height: 122px;
  }
}
@media (max-width: 767px) {
  .via6w_left:after {
    right: 0;
    top: 0;
    bottom: auto;
    width: 73px;
    height: 85px;
  }
}

.via6w_right {
  width: 50%;
}
@media (max-width: 991px) {
  .via6w_right {
    width: 100%;
    max-width: 475px;
  }
}

.via6w_box {
  border-radius: 24px;
  height: 523px;
}
@media (max-width: 991px) {
  .via6w_box {
    height: 545px;
  }
}

.via_7 {
  position: relative;
  background: var(--bg-grey);
}
.via_7:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: var(--bg-yellow);
}

.via7_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 64px 56px 48px;
  background: var(--font-white);
  border-radius: 40px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--bg-grey);
}
@media (max-width: 991px) {
  .via7_wrapper {
    flex-direction: column-reverse;
    padding: 24px 24px 32px 32px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .via7_wrapper {
    padding: 28px 16px;
    gap: 0;
  }
}

.via7w_left {
  display: flex;
  gap: 44px;
}
@media (max-width: 991px) {
  .via7w_left {
    gap: 66px;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .via7w_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 8px;
  }
}

@media (max-width: 991px) {
  .via7wl_box {
    width: 172px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .via7wl_box {
    width: 100%;
  }
  .via7wl_box:nth-child(1) {
    order: 1;
  }
  .via7wl_box:nth-child(2) {
    order: 3;
  }
  .via7wl_box:nth-child(3) {
    order: 2;
  }
}

.via7wlb_header {
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: var(--bg-yellow);
}
@media (max-width: 991px) {
  .via7wlb_header {
    font-size: 32px;
    text-align: center;
  }
}

.via7wlb_box {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .via7wlb_box {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .via7wlb_box {
    font-size: 12px;
  }
}

.via7w_right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .via7w_right {
    position: absolute;
    right: 32px;
    bottom: 36px;
  }
}
.via7w_right img {
  width: 190px;
}
@media (max-width: 991px) {
  .via7w_right img {
    width: 142px;
  }
}
@media (max-width: 767px) {
  .via7w_right img {
    width: 120px;
  }
}

.via_8 {
  background: var(--bg-grey);
  padding-top: 99px;
  padding-bottom: 96px;
}
@media (max-width: 991px) {
  .via_8 {
    padding-top: 55px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .via_8 {
    padding-top: 52px;
    padding-bottom: 16px;
  }
}
.via_8 .block_header {
  padding-right: 325px;
}
@media (max-width: 767px) {
  .via_8 .block_header {
    padding: 0;
  }
}

.via8_wrapper {
  position: relative;
}
.via8_wrapper:before, .via8_wrapper:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.via8_wrapper:before {
  top: -109px;
  right: 11px;
  width: 312px;
  height: 312px;
  background-image: url("../img/via_hotel_1.png");
}
@media (max-width: 991px) {
  .via8_wrapper:before {
    top: -35px;
    right: 48px;
    width: 238px;
    height: 238px;
  }
}
@media (max-width: 767px) {
  .via8_wrapper:before {
    display: none;
  }
}
.via8_wrapper:after {
  bottom: -180px;
  left: -195px;
  width: 362px;
  height: 252px;
  background-image: url("../img/via_hotel_2_0.png");
}
@media (max-width: 991px) {
  .via8_wrapper:after {
    bottom: -125px;
    left: -98px;
    width: 239px;
    height: 166px;
  }
}

.via8w_box {
  height: 523px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .via8w_box {
    height: 545px;
  }
}

.via_9 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 991px) {
  .via_9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .via_9 {
    padding-top: 104px;
    padding-bottom: 56px;
  }
}
.via_9 .block_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .via_9 .block_header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .via_9 .block_header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 16px;
  }
}

.via9w_left {
  max-width: 630px;
}
@media (max-width: 991px) {
  .via9w_left {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .via9w_left {
    max-width: none;
  }
}

.via9w_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 20%;
  max-width: 217px;
  margin-right: 32px;
}
@media (max-width: 991px) {
  .via9w_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 194px;
    max-width: none;
    margin-right: 24px;
  }
}

.via9wwc_img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
.via9wwc_img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.via9wwc_name {
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 16px;
}

.via9wwc_data {
  width: 145px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.via9wwcd_row {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.via9wwcdr_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  width: 75px;
}

.via9wwcdr_data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2px;
}

.via9wwcdrd_number {
  font-family: var(--font-family-2);
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
  color: var(--link);
}

.via9wwcdrd_units {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #8D939E;
}

.via_10 {
  padding-bottom: 96px;
}
@media (max-width: 991px) {
  .via_10 {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .via_10 {
    padding-bottom: 56px;
  }
}
.via_10 .block_header {
  margin-bottom: 32px;
  padding-right: 487px;
}
@media (max-width: 991px) {
  .via_10 .block_header {
    padding-right: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .via_10 .block_header {
    padding: 0;
  }
}
.via_10 .block_header h2,
.via_10 .block_header .h2 {
  color: var(--font-white);
}
.via_10 .block_header .block_header_text {
  margin-top: 8px;
  color: var(--font-white);
}
@media (max-width: 991px) {
  .via_10 .block_header .block_header_text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .via_10 .block_header .block_header_text {
    margin-top: 6px;
  }
}

.via10_wrapper {
  padding: 32px 32px 48px;
  border-radius: 40px;
  background: url("../img/via_whereto_elem_1.png"), url("../img/via_whereto_elem_2.png"), var(--link);
  background-position: left -113px top, right bottom;
  background-repeat: no-repeat;
  background-size: auto 71%, auto 88%;
  position: relative;
}
@media (max-width: 991px) {
  .via10_wrapper {
    padding: 24px 24px 32px;
    background-position: left -90px top, right bottom -90px;
    background-size: auto 100%, auto 100%;
  }
}
@media (max-width: 767px) {
  .via10_wrapper {
    padding: 72px 24px 32px;
    background: url("../img/via_whereto_elem_1.png"), var(--link);
    background-repeat: no-repeat;
    background-position: left -115px top;
    background-size: auto;
  }
}
.via10_wrapper:after {
  content: "";
  position: absolute;
  right: 90px;
  top: -75px;
  width: 379px;
  height: 224px;
  background: url("../img/via_aircraft.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .via10_wrapper:after {
    right: 0;
    top: -37px;
    width: 228px;
    height: 135px;
  }
}
@media (max-width: 767px) {
  .via10_wrapper:after {
    right: 50%;
    margin-right: -114px;
    top: -34px;
  }
}

.via10_form form,
.via_18 .block_body form,
.modal .mc_form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 767px) {
  .via10_form form,
  .via_18 .block_body form,
  .modal .mc_form form {
    align-items: flex-start;
    flex-direction: column;
  }
}
.via10_form form .via10f_cell,
.via_18 .block_body form .via10f_cell,
.modal .mc_form form .via10f_cell {
  width: 26.35%;
}
@media (max-width: 991px) {
  .via10_form form .via10f_cell,
  .via_18 .block_body form .via10f_cell,
  .modal .mc_form form .via10f_cell {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .via10_form form .via10f_cell,
  .via_18 .block_body form .via10f_cell,
  .modal .mc_form form .via10f_cell {
    width: 100%;
  }
}
.via10_form form .via10f_cell:last-child,
.via_18 .block_body form .via10f_cell:last-child,
.modal .mc_form form .via10f_cell:last-child {
  width: auto;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .via10_form form .via10f_cell:last-child,
  .via_18 .block_body form .via10f_cell:last-child,
  .modal .mc_form form .via10f_cell:last-child {
    width: 100%;
  }
}
.via10_form form .via10f_cell input[type=text],
.via10_form form .via10f_cell input[type=tel],
.via10_form form .via10f_cell input[type=email],
.via10_form form .via10f_cell textarea,
.via_18 .block_body form .via10f_cell input[type=text],
.via_18 .block_body form .via10f_cell input[type=tel],
.via_18 .block_body form .via10f_cell input[type=email],
.via_18 .block_body form .via10f_cell textarea,
.modal .mc_form form .via10f_cell input[type=text],
.modal .mc_form form .via10f_cell input[type=tel],
.modal .mc_form form .via10f_cell input[type=email],
.modal .mc_form form .via10f_cell textarea {
  width: 100%;
  background: var(--font-white);
  border-radius: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 20px 24px;
  border: none;
  color: var(--font-black);
  outline: none;
}
.via10_form form .via10f_cell input[type=text]::-moz-placeholder, .via10_form form .via10f_cell input[type=tel]::-moz-placeholder, .via10_form form .via10f_cell input[type=email]::-moz-placeholder, .via10_form form .via10f_cell textarea::-moz-placeholder, .via_18 .block_body form .via10f_cell input[type=text]::-moz-placeholder, .via_18 .block_body form .via10f_cell input[type=tel]::-moz-placeholder, .via_18 .block_body form .via10f_cell input[type=email]::-moz-placeholder, .via_18 .block_body form .via10f_cell textarea::-moz-placeholder, .modal .mc_form form .via10f_cell input[type=text]::-moz-placeholder, .modal .mc_form form .via10f_cell input[type=tel]::-moz-placeholder, .modal .mc_form form .via10f_cell input[type=email]::-moz-placeholder, .modal .mc_form form .via10f_cell textarea::-moz-placeholder {
  opacity: 1;
  color: var(--font-grey);
}
.via10_form form .via10f_cell input[type=text]::placeholder,
.via10_form form .via10f_cell input[type=tel]::placeholder,
.via10_form form .via10f_cell input[type=email]::placeholder,
.via10_form form .via10f_cell textarea::placeholder,
.via_18 .block_body form .via10f_cell input[type=text]::placeholder,
.via_18 .block_body form .via10f_cell input[type=tel]::placeholder,
.via_18 .block_body form .via10f_cell input[type=email]::placeholder,
.via_18 .block_body form .via10f_cell textarea::placeholder,
.modal .mc_form form .via10f_cell input[type=text]::placeholder,
.modal .mc_form form .via10f_cell input[type=tel]::placeholder,
.modal .mc_form form .via10f_cell input[type=email]::placeholder,
.modal .mc_form form .via10f_cell textarea::placeholder {
  opacity: 1;
  color: var(--font-grey);
}
@media (max-width: 991px) {
  .via10_form form .via10f_cell input[type=text],
  .via10_form form .via10f_cell input[type=tel],
  .via10_form form .via10f_cell input[type=email],
  .via10_form form .via10f_cell textarea,
  .via_18 .block_body form .via10f_cell input[type=text],
  .via_18 .block_body form .via10f_cell input[type=tel],
  .via_18 .block_body form .via10f_cell input[type=email],
  .via_18 .block_body form .via10f_cell textarea,
  .modal .mc_form form .via10f_cell input[type=text],
  .modal .mc_form form .via10f_cell input[type=tel],
  .modal .mc_form form .via10f_cell input[type=email],
  .modal .mc_form form .via10f_cell textarea {
    font-size: 14px;
    padding: 19px 10px;
  }
}
@media (max-width: 767px) {
  .via10_form form .via10f_cell input[type=text],
  .via10_form form .via10f_cell input[type=tel],
  .via10_form form .via10f_cell input[type=email],
  .via10_form form .via10f_cell textarea,
  .via_18 .block_body form .via10f_cell input[type=text],
  .via_18 .block_body form .via10f_cell input[type=tel],
  .via_18 .block_body form .via10f_cell input[type=email],
  .via_18 .block_body form .via10f_cell textarea,
  .modal .mc_form form .via10f_cell input[type=text],
  .modal .mc_form form .via10f_cell input[type=tel],
  .modal .mc_form form .via10f_cell input[type=email],
  .modal .mc_form form .via10f_cell textarea {
    padding: 19px 14px;
  }
}
.via10_form form .via10f_cell button,
.via_18 .block_body form .via10f_cell button,
.modal .mc_form form .via10f_cell button {
  width: 100%;
  padding: 21px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .via10_form form .via10f_cell button,
  .via_18 .block_body form .via10f_cell button,
  .modal .mc_form form .via10f_cell button {
    padding: 17px 8px;
  }
}

.via_11 {
  padding-top: 96px;
  padding-bottom: 48px;
  background: var(--bg-grey);
}
@media (max-width: 991px) {
  .via_11 {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .via_11 {
    padding-top: 56px;
  }
}
.via_11 .block_header {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .via_11 .block_header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}

.via11w_left {
  width: 50%;
}
@media (max-width: 991px) {
  .via11w_left {
    width: 100%;
    max-width: 605px;
  }
}

.via11w_right {
  width: 50%;
}
@media (max-width: 991px) {
  .via11w_right {
    width: 100%;
  }
}

.via11wr_header {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .via11wr_header {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .via11wr_header {
    margin-bottom: 16px;
  }
}

.via11wr_body {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .via11wr_body {
    font-size: 12px;
    line-height: 20px;
  }
}

.via11w_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .via11w_wrapper {
    gap: 8px;
  }
}

.via11ww_row {
  display: flex;
  border-radius: 24px;
  background: var(--font-white);
}
@media (max-width: 991px) {
  .via11ww_row {
    min-height: 484px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .via11ww_row {
    min-height: 1px;
    flex-direction: column;
  }
}

.via11wwr_left {
  width: 50%;
  padding: 32px;
}
@media (max-width: 767px) {
  .via11wwr_left {
    width: 100%;
    padding: 32px 24px 28px;
  }
}

.via11wwrl_header {
  margin-bottom: 17px;
}
.via11wwrl_body {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.via11wwrl_body p,
.via11wwrl_body ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.via11wwrl_body ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.via11wwrl_body ul.check_li {
  gap: 10px;
}
.via11wwrl_body ul.check_li li {
  padding-left: 24px;
  background: url("../img/via_li_check.svg") left top no-repeat;
  background-size: 16px auto;
  min-height: 16px;
  display: flex;
  align-items: center;
}

.via11wwr_right {
  width: 50%;
  max-height: 318px;
}
@media (max-width: 767px) {
  .via11wwr_right {
    width: 100%;
  }
}
.via11wwr_right img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 991px) {
  .via11wwr_right img {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .via11wwr_right img {
    height: 318px;
  }
}

.via_12 {
  background: var(--bg-grey);
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .via_12 {
    padding-bottom: 32px;
  }
}

.via12_wrapper,
.via17w_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.via12_wrapper a,
.via17w_wrapper a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 42px 15px 18px;
  background: var(--font-white);
  color: var(--font-grey);
  border-radius: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .via12_wrapper a,
  .via17w_wrapper a {
    font-size: 12px;
    padding: 11px 42px 11px 18px;
  }
}
.via12_wrapper a:after,
.via17w_wrapper a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/via_breadcrumbs_arrow.svg") center no-repeat;
  background-color: contain;
}

.via_13 {
  background: var(--bg-grey);
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .via_13 {
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .via_13 .swiper-button-prev,
  .via_13 .swiper-button-next {
    display: none;
  }
}
.via_13 .block_header {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 991px) {
  .via_13 .block_header h3,
  .via_13 .block_header .h3 {
    font-size: 24px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .via_13 .block_header {
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
  }
}
.via_13 .block_footer {
  position: relative;
  height: 0;
}

.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 25%;
  max-width: 292px;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 292px;
    max-width: none;
  }
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 172px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  background: linear-gradient(180deg, rgba(60, 157, 155, 0) 0%, #3C9D9B 62.09%);
  z-index: 1;
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a .via13ww_slide_data {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 17px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a .via13wwsd_name {
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-white);
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a .via13wwsd_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--font-white);
  display: flex;
  align-items: center;
}
.via13w_wrapper .swiper-container .swiper-wrapper .swiper-slide a .via13wwsd_text:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/via_slide_white_arrow.svg") center no-repeat;
  background-color: contain;
}

.via_14,
.via_15,
.via_16,
.via_17 {
  background: var(--bg-grey);
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .via_14,
  .via_15,
  .via_16,
  .via_17 {
    padding-bottom: 32px;
  }
}
.via_14 .block_header,
.via_15 .block_header,
.via_16 .block_header,
.via_17 .block_header {
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .via_14 .block_header h3,
  .via_14 .block_header .h3,
  .via_15 .block_header h3,
  .via_15 .block_header .h3,
  .via_16 .block_header h3,
  .via_16 .block_header .h3,
  .via_17 .block_header h3,
  .via_17 .block_header .h3 {
    font-size: 24px;
    line-height: 120%;
  }
}

.via15w_wrapper {
  /*display: flex;
  gap: 40px;
  columns: 6;*/
  -moz-columns: 150px 5;
       columns: 150px 5;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.via15ww_cell {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 150px;
  margin-bottom: 32px;
}

.via15wwc_caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--link);
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .via15wwc_caption {
    margin-bottom: 4px;
  }
}

.via15wwc_links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.via15wwc_links a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-grey);
}
.via15wwc_links a:hover {
  text-decoration: underline;
}

.via16w_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .via16w_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.via16w_wrapper a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 172px;
  padding: 20px 20px 28px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .via16w_wrapper a {
    padding: 20px 16px;
  }
}
.via16w_wrapper a .via16wwc_header {
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: var(--font-grey);
}
.via16w_wrapper a .via16wwc_body {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--font-grey);
}
.via16w_wrapper a:before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../img/season_arrow.svg") center no-repeat;
  background-color: contain;
}
.via16w_wrapper a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .via16w_wrapper a:after {
    top: 16px;
    right: 10px;
  }
}
.via16w_wrapper a:nth-child(1) {
  background: #A8BBEA;
}
.via16w_wrapper a:nth-child(1):after {
  background-image: url("../img/via_season_1.svg");
}
.via16w_wrapper a:nth-child(2) {
  background: #A2DEDD;
}
.via16w_wrapper a:nth-child(2):after {
  background-image: url("../img/via_season_2.svg");
}
.via16w_wrapper a:nth-child(3) {
  background: #FBD42F;
}
.via16w_wrapper a:nth-child(3):after {
  background-image: url("../img/via_season_3.svg");
}
.via16w_wrapper a:nth-child(4) {
  background: #ECC1B0;
}
.via16w_wrapper a:nth-child(4):after {
  background-image: url("../img/via_season_4.svg");
}

@media (max-width: 991px) {
  .via_17 {
    padding-bottom: 54px;
  }
}
.via_17 .block_footer {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .via_17 .block_footer {
    margin-top: 24px;
  }
}
.via_17 .block_footer button {
  padding: 18px 38px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .via_17 .block_footer button {
    width: 100%;
    justify-content: center;
  }
}
.via_17 .block_footer button:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/via_arrow_up.svg") center no-repeat;
  background-color: contain;
}

.via17w_wrapper {
  display: block;
  -moz-columns: 213px 3;
       columns: 213px 3;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 280px;
}
@media (max-width: 991px) {
  .via17w_wrapper {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .via17w_wrapper {
    -moz-columns: 150px 2;
         columns: 150px 2;
    height: auto;
  }
}
.via17w_wrapper a {
  min-width: 213px;
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .via17w_wrapper a {
    min-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 11px 24px 11px 12px;
  }
  .via17w_wrapper a:after {
    right: 8px;
  }
}
.via_18 {
  background: var(--font-white);
  margin-bottom: 117px;
  position: relative;
}
@media (max-width: 991px) {
  .via_18 {
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .via_18 {
    margin-bottom: 68px;
  }
}
.via_18:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: var(--bg-grey);
}
@media (max-width: 991px) {
  .via_18 .block_header {
    max-width: 310px;
    margin: 0;
  }
}
.via_18 .block_header h2,
.via_18 .block_header .h2,
.via_18 .block_header .block_header_text {
  color: var(--font-white);
}
.via_18 .block_header .block_header_text {
  margin-top: 16px;
}
.via_18 .block_body {
  width: 41.666666%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .via_18 .block_body {
    width: 100%;
  }
}

.via18_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 60px;
  padding: 32px 32px 48px;
  border-radius: 40px;
  background: url("../img/via_hotel_3.png"), url("../img/via_form_elem_1.png"), url("../img/via_form_elem_2.png"), var(--link);
  background-position: left 37px bottom -8px, left bottom, right top -30px;
  background-repeat: no-repeat;
  background-size: auto 51%, auto 45%, auto 65%;
}
@media (max-width: 991px) {
  .via18_wrapper {
    gap: 50px;
    padding: 32px 24px;
    border-radius: 24px;
    background: url("../img/via_hotel_3.png"), url("../img/via_form_elem_1.png"), url("../img/via_form_elem_2.png"), var(--link);
    background-position: right 17px top 59px, left -30px bottom, right top -30px;
    background-repeat: no-repeat;
    background-size: auto 182px, auto 60%, auto 42%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .via18_wrapper {
    background: url("../img/via_form_elem_1.png"), var(--link);
    background-position: left -28px bottom;
    background-repeat: no-repeat;
    background-size: auto 57%;
  }
}

.via_18 .block_body form {
  flex-direction: column;
}
.via_18 .block_body form .via10f_cell {
  width: 100%;
}
@media (max-width: 991px) {
  .via_18 .block_body form .via10f_cell input[type=text],
  .via_18 .block_body form .via10f_cell input[type=tel],
  .via_18 .block_body form .via10f_cell input[type=email],
  .via_18 .block_body form .via10f_cell textarea {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.via_18 .block_body form .via10f_cell:last-child {
  width: 100%;
}
.via_18 .block_body form .via10f_cell textarea {
  height: 124px;
  display: block;
}

footer {
  background: var(--bg-blue);
}
.fw_top {
  padding-top: 38px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.2);
}
@media (max-width: 991px) {
  .fw_top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .fw_top {
    padding-top: 16px;
    padding-bottom: 43px;
    border: none;
  }
}
.fw_top a {
  font-family: var(--font-family-2);
  color: var(--bg-yellow);
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .fw_top a {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fw_top a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--font-grey);
    background: var(--bg-yellow);
    padding: 25px;
    width: 100%;
    border-radius: 16px;
    display: flex;
    justify-content: center;
  }
}
.fw_center {
  padding-top: 55px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.2);
}
@media (max-width: 991px) {
  .fw_center {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .fw_center {
    padding: 0;
    border: none;
  }
}

.fwc_wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .fwc_wrapper {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .fwc_wrapper {
    flex-direction: column;
    gap: 48px;
  }
}

.fwc_box {
  width: 50%;
}
@media (max-width: 991px) {
  .fwc_box:first-child {
    width: 58.333333%;
  }
  .fwc_box:last-child {
    width: 41.666666%;
  }
}
@media (max-width: 767px) {
  .fwc_box:first-child, .fwc_box:last-child {
    width: 100%;
  }
}

.fwcb_header {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--link);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .fwcb_header {
    margin-bottom: 16px;
  }
}

.fwcb_body {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .fwcb_body {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .fwcb_body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.fwcb_body a {
  color: var(--font-white);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .fwcb_body a {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url("../img/via_slide_white_arrow.svg") right center no-repeat;
    background-size: 16px auto;
    position: relative;
  }
  .fwcb_body a:before, .fwcb_body a:after {
    content: "";
    position: absolute;
    left: -16px;
    width: calc(100% + 32px);
    height: 1px;
    background: rgba(244, 244, 244, 0.2);
  }
  .fwcb_body a:before {
    top: 0;
  }
  .fwcb_body a:after {
    bottom: 0;
  }
}

.fw_bottom {
  padding-top: 27px;
  padding-bottom: 34px;
}
@media (max-width: 991px) {
  .fw_bottom {
    padding-top: 16px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .fw_bottom {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

.fwb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fwb_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

.fwb_logo {
  width: 25%;
}
@media (max-width: 767px) {
  .fwb_logo {
    width: 100%;
  }
}
.fwb_logo img {
  width: 140px;
}
@media (max-width: 991px) {
  .fwb_logo img {
    width: 95px;
  }
}

.fwb_links {
  width: calc(75% - 8px);
}
@media (max-width: 991px) {
  .fwb_links {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .fwb_links {
    width: 100%;
  }
}
.fwb_links ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .fwb_links ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.fwb_links ul li {
  width: 33.333333%;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .fwb_links ul li {
    width: auto;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fwb_links ul li {
    font-size: 14px;
  }
}
.fwb_links ul li a,
.fwb_links ul li span {
  color: var(--font-white);
}
.fwb_links ul li:last-child {
  text-align: right;
}

.modal-fullscreen .modal-body {
  overflow: unset;
}

.modal-content {
  background: rgba(40, 70, 100, 0.23);
  /*padding-right: 17px;*/
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0;
  }
}

.modal-body {
  padding: 200px 0;
  flex: none;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .modal-body .container {
    padding: 0 16px;
  }
}
.modal_content {
  position: relative;
  z-index: 1;
  padding: 56px 64px;
  width: 100%;
  border-radius: 40px;
  background: url(../img/via_form_elem_1.png), url(../img/via_form_elem_2.png), var(--link);
  background-position: left bottom, right top -30px;
  background-repeat: no-repeat;
  background-size: auto 45%, auto 65%;
  margin: 0 auto;
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .modal_content {
    gap: 24px;
    padding: 32px 24px;
    border-radius: 24px;
    background: url(../img/via_form_elem_1.png), url(../img/via_form_elem_2.png), var(--link);
    background-position: left -30px bottom, right top -30px;
    background-repeat: no-repeat;
    background-size: auto 60%, auto 42%;
    flex-direction: column;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .modal_content {
    background: url(../img/via_form_elem_1.png), var(--link);
    background-position: left -28px bottom;
    background-repeat: no-repeat;
    background-size: auto 57%;
  }
}

.mb_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  background: url("../img/via_close_sign.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}

.mc_left {
  width: 50%;
}
@media (max-width: 1199px) {
  .mc_left {
    width: 100%;
  }
}

.mc_title {
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 30px;
  color: var(--font-white);
}
@media (max-width: 1199px) {
  .mc_title {
    font-size: 32px;
    padding-right: 48px;
    margin-bottom: 12px;
  }
}
.mc_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--font-white);
}
@media (max-width: 1199px) {
  .mc_text {
    font-size: 14px;
    line-height: 24px;
  }
}

.mc_form {
  width: 50%;
}
@media (max-width: 1199px) {
  .mc_form {
    width: 100%;
  }
}
.mc_form form {
  flex-direction: column;
}

@media (max-width: 767px) {
  .modal .mc_form form .via10f_cell textarea {
    display: block;
  }
}

.modal .mc_form form .via10f_cell,
.modal .mc_form form .via10f_cell:last-child {
  width: 100%;
}

.modal .mc_form form .via10f_cell:nth-child(5) {
  display: flex;
  gap: 32px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .modal .mc_form form .via10f_cell:nth-child(5) {
    gap: 8px;
    flex-direction: column;
  }
}

.via10fc_box {
  width: 50%;
}
@media (max-width: 767px) {
  .via10fc_box {
    width: 100%;
  }
}
.via10fc_box label {
  position: relative;
  cursor: pointer;
}
.via10fc_box label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0;
}
.via10fc_box label span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  padding-left: 48px;
  color: var(--font-white);
  display: block;
  min-height: 32px;
}
@media (max-width: 767px) {
  .via10fc_box label span {
    line-height: 18px;
  }
}
.via10fc_box label span a {
  color: var(--font-white);
}
.via10fc_box label span a:hover {
  text-decoration: underline;
}
.via10fc_box label span:before, .via10fc_box label span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: var(--font-white);
  border-radius: 8px;
}
.via10fc_box label span:after {
  display: none;
  background: var(--font-white) url("../img/checkbox_check.svg") center no-repeat;
  background-size: 24px auto;
  z-index: 1;
}
.via10fc_box label input[type=checkbox]:checked + span:after {
  display: block;
}/*# sourceMappingURL=styles.css.map */