html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

ul[class],ol[class] {
	padding: 0;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}

ul[class] {
	list-style: none;
}

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

input,button,textarea,select {
	font: inherit;
}

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

button {
	border: none;
}

html,body {
	height: 100%;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	background-color: #f7f7f7;
	color: #4a4a4a;
}

.container--e1 {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

.color--blue {
	color: #0067A1;
}

.color--gray {
	color: #686868;
}

.color--white {
	color: #fff;
}

.bg--gray {
	background-color: #F7F7F7;
}

.bg--white {
	background-color: #fff;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-36 {
	font-size: 36px;
}

.fw-700 {
	font-weight: 700;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-26 {
	margin-bottom: 26px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mr-16 {
	margin-right: 16px;
}

.section {
	padding: 100px 0;
}

.d-block {
	display: block;
}

.overflow-hidden {
	overflow: hidden;
}

.hover {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (min-width: 991px) {
	.personal-btn:hover {
		-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.28);
		box-shadow: 0 6px 20px rgba(0,0,0,0.28);
	}

	.hover:hover {
		color: #F5A623;
	}

	.btn_outlined:hover {
		background-color: #008BD0;
		color: #fff;
	}

	.btn_green:hover {
		-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.28);
		box-shadow: 0 6px 20px rgba(0,0,0,0.28);
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}

	.close-btn:hover::after,.close-btn:hover::before {
		background-color: #F5A623;
	}
}

a,button,.dot,.swiper-button-next,.swiper-button-prev,.navigation-icon,.btn,.questions__item-title {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-uzer-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

a:focus,button:focus,.dot:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.navigation-icon:focus,.btn:focus,.questions__item-title:focus {
	outline: none !important;
}

.noSelect {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-uzer-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.noSelect:focus {
	outline: none !important;
}

.hero--e1 {
	padding: 65px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-image: url(../images/hero.png);
}

.hero--e1__title {
	max-width: 600px;
	width: 100%;
	margin-bottom: 23px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	color: #0067A1;
}

.hero--e1__text {
	max-width: 520px;
	width: 100%;
	color: #686868;
}

.step-section {
	padding: 70px 0;
	overflow: hidden;
}

.step__number {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#008BD0), to(#0067A1));
	background: -o-linear-gradient(top, #008BD0 0%, #0067A1 100%);
	background: linear-gradient(180deg, #008BD0 0%, #0067A1 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 26px;
}

.step__imoji {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD662), to(#E89D00));
	background: -o-linear-gradient(top, #FFD662 0%, #E89D00 100%);
	background: linear-gradient(180deg, #FFD662 0%, #E89D00 100%);
	margin-bottom: 26px;
}

.step__descr {
	max-width: 234px;
	width: 100%;
}

.step__inner {
	position: relative;
}

.step__item {
	position: relative;
}

.step__item:nth-child(odd) {
	margin-top: 90px;
}

.four-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.four-col__col {
	width: 25%;
	padding: 0 15px;
}

.plane-path {
	position: absolute;
	height: 100%;
	top: 8%;
	left: 7%;
	z-index: 0;
}

.plane {
	position: absolute;
	top: -16px;
	right: -35px;
	width: 44px;
	height: 45px;
	-webkit-transform: rotate(-31deg);
	-ms-transform: rotate(-31deg);
	transform: rotate(-31deg);
	background-image: url(../images/plane.svg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.blue-cloud-section {
	background-image: url(../images/bg-cloud.png);
	background-repeat: repeat-x;
	padding-top: 200px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
	min-height: 740px;
}

.three-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.three-col__col {
	width: 33.3%;
	padding: 0 15px;
}

.center-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

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

.icon-item img {
	margin-right: 26px;
	width: 46px;
	height: 46px;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cloud-white {
	position: relative;
	top: -140px;
	padding: 160px 0;
	z-index: 1;
	background-image: url(../images/cloud-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.big-number {
	font-size: 64px;
	line-height: 1.1;
	font-weight: 700;
	height: 70px;
}

.big-number__descr {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 23px;
}

.big-number span {
	display: none;
}

.section-partners {
	background-image: url(../images/cloud-white-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 120% 100%;
	padding: 120px 0;
}

.swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.running-line__wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
}

.section-numbers {
	margin-top: -100px;
	position: relative;
}

.decor-circle div {
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}

.decor-circle div:nth-child(1) {
	width: 38px;
	height: 39px;
	top: 36%;
	left: 15%;
}

.decor-circle div:nth-child(2) {
	width: 44px;
	height: 42px;
	top: 15%;
	left: 45%;
}

.decor-circle div:nth-child(3) {
	width: 33px;
	height: 30px;
	top: 65%;
	right: 20%;
}

.numbers__text {
	max-width: 300px;
	width: 100%;
}

.personal-section {
	padding-bottom: 100px;
}

.personal {
	border: 3px solid #F0F0F0;
	border-radius: 10px;
	padding: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.avatar {
	width: 312px;
	height: 312px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 50px;
}

.avatar__photo {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 6px;
}

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

.avatar__border {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2e4ed), to(#008bd0));
	background: -o-linear-gradient(top, #d2e4ed 0%, #008bd0 100%);
	background: linear-gradient(180deg, #d2e4ed 0%, #008bd0 100%);
	z-index: 1;
	-webkit-animation: rotate-center 4s linear infinite both;
	animation: rotate-center 4s linear infinite both;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.quote {
	position: relative;
	padding-top: 10px;
}

.quote::after {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	background-image: url(../images/quote.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 10px;
	left: -36px;
}

.personal-btn {
	padding: 12px 58px;
	background-color: #ffaa00;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	line-height: 1.2;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.two-col__col {
	width: 50%;
	padding: 0 15px;
}

.animate__animated.animate__delay-02s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animate__animated.animate__delay-03s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animate__animated.animate__delay-04s {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.animate__animated.animate__delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animate__animated.animate__delay-08s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.tag {
	padding: 6px 10px;
	display: inline-block;
	font-weight: 700;
}

.tag_blue {
	background-color: #69CCFE;
	color: #fff;
}

.btn {
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
}

.btn_outlined {
	background-color: inherit;
	border: 1px solid #008BD0;
	color: #008BD0;
	border-radius: 5px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.btn_md {
	padding: 10px 42px;
	font-size: 16px;
	font-weight: 700;
}

.btn_green {
	background-color: #ffaa00;
	color: #fff;
}

.hero_tour {
	padding-top: 50px;
	padding-bottom: 343px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	position: relative;
}

.hero_tour::after {
	position: absolute;
	content: '';
	width: 250px;
	height: 280px;
	background-image: url(../images/tour-page/hero-sm.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	bottom: -150px;
}

.hero_tour::before {
	position: absolute;
	content: '';
	width: 147px;
	height: 147px;
	background-image: url(../images/tour-page/hero-circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: 73%;
	bottom: 0px;
}

.bg_cloud_bottom {
	background-image: url(../images/cloud-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.color--lightblue {
	color: #008BD0;
}

.color--orange {
	color: #E89D00;
}

.h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
}

@media (max-width: 1520px) {
	.h2 {
		font-size: calc(24px + 12 * ((100vw - 320px) / 1200));
	}
}

.h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

@media (max-width: 1520px) {
	.h3 {
		font-size: calc(18px + 6 * ((100vw - 320px) / 1200));
	}
}

.fs-14 {
	font-size: 14px;
}

.text-center {
	text-align: center;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-80 {
	padding: 80px 0;
}

.p-30 {
	padding: 30px;
}

.border {
	border: 2px solid #F0F0F0;
}

.r-10 {
	border-radius: 10px;
}

.pb-120 {
	padding-bottom: 120px;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.overflow-hidden {
	overflow: hidden;
}

.section-facts {
	padding-top: 60px;
	padding-bottom: 170px;
}

.five-col__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 300px;
	width: 100%;
}

.five-col__icon {
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -6px;
}

.five-col__first-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 82px;
	margin-bottom: 46px;
}

.five-col__second-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 82px;
}

.wonder-slider {
	overflow: visible;
}

.wonder-slider__wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.wonder-slider__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wonder-pic {
	width: 100%;
	height: 270px;
	position: relative;
}

.wonder-pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.wonder-pic::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	background-color: #ADD8ED;
	z-index: -1;
}

.wonder-slider__slide:nth-child(odd) .wonder-pic {
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.wonder-slider__slide:nth-child(even) .wonder-pic {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.slider-btn {
	cursor: pointer;
	line-height: 1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 50%;
}

.slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: static;
	width: auto;
	margin: 0 60px;
}

.slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #008BD0;
}

.section-tour {
	background-image: url(../images/cloud-white-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 120% 100%;
	padding: 120px 0;
	padding-top: 220px;
}

.section_bottom-cloud {
	padding-bottom: 180px;
	z-index: 1;
	background-image: url(../images/cloud-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.tour-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	background-color: #F5F5F5;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.tour-preview__img {
	width: 100%;
	padding-top: 66%;
	position: relative;
}

.tour-preview__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.tour-preview__content {
	padding: 20px 30px;
}

.slider__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-three {
	overflow: visible;
}

.slider-three__wrapper {
	margin-bottom: 54px;
}

.avatar_sm {
	width: 84px;
	height: 84px;
}

.avatar_sm .avatar__photo {
	width: 100%;
	height: 100%;
}

.personal__sm {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 787px;
	width: 100%;
	margin: 0 auto;
}

.personal__sm .quote {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-top: 12px;
}

.personal-btn {
	white-space: nowrap;
	padding: 8px 14px;
}

.section-attractions {
	background-image: url(../images/cloud-white-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 120% 40%;
}

.slide_rotate .five-col__item {
	max-width: 100%;
}

.slide_rotate {
	display: block;
}

.slide_rotate:nth-child(odd) .slide_rotate__img {
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.slide_rotate:nth-child(even) {
	margin-top: 120px;
}

.slide_rotate:nth-child(even) .slide_rotate__img {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.slider-rotate {
	overflow: visible;
}

.slider-rotate__wrapper {
	margin-bottom: 40px;
}

.slide_rotate__img {
	width: 100%;
	height: 220px;
	position: relative;
	margin-bottom: 50px;
}

.slide_rotate__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.slide_rotate__img::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	background-color: #ADD8ED;
	z-index: -1;
}

.benefits-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: (1fr)[3];
	grid-template-rows: repeat(3, 1fr);
	gap: 30px;
}

.benefits-grid__item_img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1 / 2 / 3 / 3;
	background-image: url(../images/tour-page/cyprus-map.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.benefits-grid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

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

.know-more__img {
	max-width: 237px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.know-more__col {
	margin: 0 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.know-more__col.know-more__quote {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-left: 46px;
}

.section-cloud {
	background-image: url(../images/cloud-white-bottom.png),url(../images/cloud-white.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top, bottom;
	background-size: 120% 70%;
	padding: 120px 0;
}

.check_sm {
	width: 26px;
	height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
}

.modal-tour {
	max-width: 1200px;
	width: 100%;
	border-radius: 10px;
	padding: 32px;
	background-color: #fff;
	position: relative;
}

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

.modal-tour__col {
	margin-right: 40px;
	width: calc(50% - 40px);
}

.info {
	padding-left: 24px;
	position: relative;
	margin-left: 50px;
}

.info::after {
	position: absolute;
	content: 'i';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #999999;
	color: #999999;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	top: 2px;
	font-size: 12px;
	font-weight: 700;
}

.list_dot li {
	list-style: none;
	position: relative;
	padding-left: 16px;
	margin-bottom: 6px;
}

.list_dot li::after {
	position: absolute;
	content: '';
	background-color: #0067A1;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	left: 0;
	top: 10px;
}

.list_dot li:last-of-type {
	margin-bottom: 0;
}

.slider-product {
	margin-bottom: 12px;
	position: relative;
}

.slider-product__slide {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.slider-product__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.slider-product__btn {
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slider-product-prev {
	left: 15px;
}

.slider-product-next {
	right: 15px;
}

.slider-thumbs {
	width: 100%;
}

.slider-thumbs__slide {
	width: 100%;
	height: 110px;
	cursor: pointer;
	border-radius: 10px;
	border: 2px solid rgba(238,238,238,0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	overflow: hidden;
}

.slider-thumbs__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.slider-thumbs__slide.swiper-slide-thumb-active {
	border: 2px solid #0067A1;
}

.modal {
	position: relative;
}

.modal .fancybox-button {
	display: none;
}

.modal__close-btn {
	position: absolute;
	top: 24px;
	right: 24px;
}

.close-btn {
	outline: none;
	border: none;
	width: 30px;
	height: 30px;
	background-color: inherit;
	padding: 0;
	cursor: pointer;
}

.close-btn::after {
	position: absolute;
	content: '';
	width: 36px;
	height: 4px;
	background-color: #008BD0;
	top: 50%;
	right: 0;
	border-radius: 4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.close-btn::before {
	position: absolute;
	content: '';
	width: 36px;
	height: 4px;
	background-color: #008BD0;
	top: 50%;
	right: 0;
	border-radius: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.modal-tour-descr_mobile {
	display: none;
}

@media (max-width: 1560px) {
	.hero_tour::before {
		display: none;
	}
}

@media (max-width: 1400px) {
	.hero_tour::after {
		display: none;
	}
}

@media (max-width: 1200px) {
	.hero_tour {
		background-position: right bottom;
	}

	.section_bottom-cloud {
		padding-bottom: 120px;
	}
}

@media (max-width: 991px) {
	.five-col__first-row {
		gap: 40px;
	}

	.five-col__second-row {
		gap: 40px;
	}

	.avatar.avatar_sm {
		width: 84px;
		height: 84px;
	}

	.know-more {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.know-more__img {
		max-width: 160px;
		margin-bottom: 16px;
	}

	.section {
		padding: 0;
	}

	.section-tour {
		background-size: cover;
		padding-top: 120px;
	}

	.modal-tour__wrapper {
		display: block;
	}

	.modal-tour__col {
		width: 100%;
		margin-right: 0;
	}

	.product-slider {
		max-width: 560px;
		width: 100%;
		margin-bottom: 26px;
	}

	.modal-tour-descr {
		display: none;
	}

	.modal-tour-descr_mobile {
		display: block;
	}
}

@media (max-width: 768px) {
	.hero_tour .hero--e1__title {
		color: #0067A1;
	}

	.hero_tour .hero--e1__text {
		color: #686868;
	}

	.five-col__first-row,.five-col__second-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.five-col__item {
		max-width: 100%;
	}

	.personal__sm .quote {
		padding-top: 20px;
	}

	.personal__sm .personal-btn {
		margin-top: 16px;
	}

	.benefits-grid {
		display: block;
	}

	.benefits-grid__item_img {
		display: none;
	}

	.benefits-grid__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 16px;
	}

	.benefits-grid__item .text-center {
		text-align: start;
		margin-left: 16px;
	}

	.know-more__inner {
		display: block;
	}

	.know-more__col {
		margin: 16px 0;
	}

	.know-more__col.know-more__quote {
		margin-left: 0;
	}

	.know-more__col.know-more__quote .quote {
		padding-top: 20px;
	}

	.three-col_more {
		display: block;
	}

	.three-col__col {
		width: 100%;
		padding: 0;
	}

	.section-attractions {
		background-size: cover;
	}

	.section-cloud {
		background-size: auto;
		padding: 80px 0;
	}

	.know-more__col:last-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.know-more__col:last-of-type a {
		margin-right: 16px;
	}
}

@media (max-width: 576px) {
	.hero_tour {
		padding-bottom: 240px;
	}

	.hero_tour .tag {
		margin-bottom: 16px;
	}

	.wonder-pic {
		height: 220px;
	}

	.slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		margin: 0px 20px;
	}

	.tour-preview__content {
		padding: 15px 15px;
	}

	.slider-three__wrapper {
		margin-bottom: 36px;
	}

	.slide_rotate:nth-child(even) {
		margin-top: 20px;
	}

	.slide_rotate__img {
		height: 180px;
	}

	.slider-rotate__slide .five-col__icon {
		display: none;
	}

	.section-facts {
		padding-bottom: 80px;
	}

	.section-tour {
		padding: 80px 0;
	}

	.know-more__col:last-of-type {
		display: block;
	}

	.know-more__col:last-of-type a {
		margin-right: 0px;
	}

	.know-more {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.modal-tour {
		padding: 32px 24px;
	}

	.close-btn::after,.close-btn::before {
		width: 30px;
	}

	.modal__close-btn {
		top: 14px;
		right: 14px;
	}

	.slider-thumbs__slide {
		height: 90px;
	}

	.modal-tour__price {
		display: block;
	}

	.modal-tour__price .info {
		margin-left: 0;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.p-30 {
		padding: 12px;
	}

	.modal-tour__booking {
		display: block;
	}

	.modal-tour__booking .btn {
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}
}

@media (max-width: 1200px) {
	.hero--e1 {
		background-position: 140% 50%;
	}
}

@media (max-width: 991px) {
	.hero--e1 {
		background-size: 75% 100%;
		background-position: 260% 50%;
	}

	.hero--e1__title {
		max-width: 500px;
	}

	.hero--e1__text {
		max-width: 500px;
	}

	.animation-plane {
		top: 2%;
		left: 2%;
	}

	.blue-cloud-section {
		background-size: cover;
	}

	.two-col.personal__two-col .two-col__col {
		width: 100%;
	}

	.avatar {
		width: 234px;
		height: 234px;
	}

	.avatar__photo {
		width: 225px;
		height: 225px;
	}

	.plane-path {
		width: 77%;
	}
}

@media (max-width: 768px) {
	.hero--e1 {
		background-image: url(../images/hero-left.png);
		background-position: left;
		background-size: 125% 100%;
	}

	.hero--e1__title {
		color: #fff;
	}

	.hero--e1__text {
		color: #fff;
	}

	.hero--e1__title {
		font-size: 32px;
		max-width: 500px;
	}

	.hero--e1__text {
		max-width: 450px;
		width: 100%;
	}

	.animation-plane {
		display: none;
	}

	.four-col__col {
		width: 50%;
	}

	.plane {
		display: none;
	}

	.plane-path {
		display: none;
	}

	.step__item:nth-child(odd) {
		margin-top: 0px;
	}

	.step__item {
		margin-bottom: 26px;
	}

	.step__imoji,.step__number {
		margin-bottom: 16px;
	}

	.step__descr {
		max-width: 100%;
	}

	.three-col.control-wrapper .three-col__col {
		width: 100%;
	}

	.control__logo {
		margin-bottom: 16px;
		max-width: 160px;
	}

	.mb-26 {
		margin-bottom: 22px;
	}

	.three-col__col.icon-item {
		width: 100%;
	}

	.icon-item__title {
		margin-bottom: 0px;
	}

	.cloud-white {
		padding-bottom: 120px;
		padding-top: 150px;
	}

	.three-col__col.center-content {
		width: 100%;
		margin-bottom: 26px;
	}

	.numbers__text {
		max-width: 100%;
	}

	.big-number__descr {
		margin-bottom: 10px;
	}

	.personal {
		display: block;
		padding: 18px;
	}

	.avatar {
		width: 140px;
		height: 140px;
		margin-right: 0;
		margin: auto;
	}

	.avatar__photo {
		width: 136px;
		height: 136px;
		padding: 3px;
	}

	.quote::after {
		left: -8px;
		top: 0;
	}

	.big-number span {
		display: inline-block;
	}
}

@media (max-width: 576px) {
	.four-col__col.step__item {
		width: 100%;
	}

	.fs-20 {
		font-size: 16px;
	}

	.step__number,.step__imoji {
		width: 54px;
		height: 54px;
		font-size: 26px;
		margin: auto;
		margin-bottom: 8px;
	}

	.step__descr {
		text-align: center;
	}

	.step__imoji svg {
		width: 32px;
		height: 32px;
	}

	.four-col {
		margin-right: -10px;
		margin-left: -10px;
	}

	.four-col__col {
		padding: 0 10px;
	}

	.step-section {
		padding: 60px 0;
		padding-bottom: 0;
	}

	.blue-cloud-section {
		padding-top: 130px;
	}

	.mb-70 {
		margin-bottom: 40px;
	}

	.mb-16 {
		margin-bottom: 6px;
	}

	.fs-36 {
		font-size: 28px;
	}

	.fs-24 {
		font-size: 20px;
	}

	.big-number__descr {
		font-size: 26px;
	}

	.big-number {
		font-size: 52px;
	}

	.cloud-white {
		padding-bottom: 50px;
	}

	.section-partners {
		padding: 70px 0;
	}

	.control__logo {
		margin: auto;
		margin-bottom: 8px;
	}

	.three-col.control-wrapper .three-col__col {
		text-align: center;
	}
}

.section-facts2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width:576px) {
	.section-facts2 {
		padding-bottom: 80px;
	}
}