@charset "UTF-8";
:root {
	--font-family: 'Plus Jakarta Sans', sans-serif;
	--content-width: 1260px;
	--container-offset: 20px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--light-color: #fff;
}

.custom-checkbox__field:checked + .custom-checkbox__content::after {
	opacity: 1;
}
.custom-checkbox__field:focus + .custom-checkbox__content::before {
	outline: red solid 2px;
	outline-offset: 2px;
}
.custom-checkbox__field:disabled + .custom-checkbox__content {
	opacity: 0.4;
	pointer-events: none;
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page {
	height: 100%;
	font-family: var(--font-family, sans-serif);
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
.page__body {
	margin: 0;
	min-width: 360px;
	min-height: 100%;
	font-size: 16px;
}
img {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
a {
	text-decoration: none;
}
.site-container {
	overflow: hidden;
}
.is-hidden {
	display: none !important;
}
.btn-reset {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}
.input-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
	display: none;
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}
.container {
	margin: 0 auto;
	padding: 0 var(--container-offset);
	max-width: var(--container-width);
}
.centered {
	text-align: center;
}
.dis-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.page--ios .dis-scroll {
	position: relative;
}
.header {
	padding: 10px 0;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	background-color: #fff;
}

.logo img {
	max-height: 84px;
	object-fit: contain;
}

@media screen and (max-width: 982px) {
	.header__nav {
		gap: 14px;
	}
}
@media screen and (max-width: 682px) {
	.header {
		padding: 24px 0;
	}
	.header__nav .logo {
		max-width: 128px;
	}
}
.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	list-style: none;
	padding-left: 0;
}
@media screen and (max-width: 982px) {
	.header__list {
		gap: 24px;
	}
}
.header__list-item a {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__list-item a:hover {
	color: #4666ab;
}
.header__list-item a:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #4666ab;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__list-item a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.logo:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
@media screen and (max-width: 882px) {
	.header__list {
		display: none;
	}
	.header__list.menu--active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		background-color: #fff;
		z-index: 100;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 65px;
		left: 0;
		width: 100vw;
		padding: 32px 20px 20px;
		border-top: 1px solid #dcdcdc;
		gap: 30px;
	}
	.btn-pc {
		display: none !important;
	}
}
.btn-mobile {
	display: none !important;
}
@media screen and (max-width: 882px) {
	.btn-mobile {
		width: 100% !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
.burger {
	display: none;
}
@media screen and (max-width: 882px) {
	.burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.hero {
	position: relative;
	background: url(../img/hero-bg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.hero-masc {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #043d50;
	opacity: 0.6;
	z-index: 0;
}
.hero__content {
	padding: 205px 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 582px) {
	.hero__content .btn--secondary {
		width: 100% !important;
	}
}
@media screen and (max-width: 682px) {
	.hero__content {
		padding: 50px 0;
	}
	.hero-main {
		height: calc(100vh - 155px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
	.hero-main .hero__content {
		padding: 150px 0;
	}
}
@media screen and (max-width: 682px) and (max-width: 682px) {
	.hero-main .container {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
}
.hero-title {
	margin: 0;
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
@media screen and (max-width: 682px) {
	.hero-title {
		font-size: 32px;
	}
}
.hero-subtitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 6px 0 14px;
}
@media screen and (max-width: 682px) {
	.hero-subtitle {
		font-size: 20px;
		line-height: 26px;
	}
	.hero-subtitle br {
		display: none;
	}
}
.hero-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 32px;
}
@media screen and (max-width: 682px) {
	.hero-description {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px;
	}
}
.btn--secondary.hero-btn {
	width: 240px;
}
.hero-after {
	width: 100%;
	height: 60px;
	background: #4666ab;
}
.hero-after + .contact-form {
	margin-top: 0;
}

@media screen and (max-width: 582px) {
	.hero-after {
		height: 40px;
	}
}

.section-text {
	padding: 70px 0 60px;
}
.section-text-description {
	max-width: 764px;
	margin: 14px auto 32px;
	color: #797979;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.section-title-btn {
	margin: 0 auto;
	width: 215px;
}
.section-text .section-long-title {
	text-transform: uppercase;
}
@media screen and (max-width: 591px) {
	.section-text {
		padding: 50px 0;
	}
	.section-text .btn--standard {
		width: 100%;
	}
	.section-text .section-long-title {
		font-size: 20px;
		line-height: 24px;
	}
	.section-text .section-long-title br {
		display: none;
	}
	.section-text-description {
		font-size: 14px;
		line-height: 20px;
		margin: 8px auto 20px;
	}
}
.stat {
	background: #f5d749;
	padding: 40px 0 50px;
}
@media screen and (max-width: 792px) {
	.stat {
		padding: 50px 0;
	}
}
.stat__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
	list-style: none;
	padding: 0;
}
@media screen and (max-width: 792px) {
	.stat__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
		row-gap: 25px;
	}
	
	.destination-card__overlay {
		padding: 24px 10px !important;
	}
}
.stat__list-item-title {
	font-size: 46px;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 2px;
}
@media screen and (max-width: 591px) {
	.stat__list-item-title {
		font-size: 38px;
		line-height: 44px;
	}
}
.stat__list-item-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 591px) {
	.stat__list-item-subtitle {
		font-size: 14px;
		line-height: 20px;
	}
}
.services {
	padding: 70px 0 0;
}
@media screen and (max-width: 682px) {
	.services {
		padding: 50px 0 0;
	}
	.services .btn--standard,
	.services .section__btns {
		width: 100%;
		min-width: 100%;
	}
	.services .section__btns {
		margin: 24px auto 0;
	}
}
.services__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap: 20px;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	list-style: none;
	padding: 0;
	margin-top: 50px;
}
@media screen and (max-width: 982px) {
	.services__list {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.services__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
}
.services__list__item .services__list__item-image {
	max-width: 100%;
	width: 100%;
	height: 194px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.services__list__item .services__list__item-image:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.services__list__item .services__list__item__desc {
	width: 100%;
	background-color: #4666ab;
	padding: 12px 20px 15px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.services__list__item .services__list__item__desc:hover {
	background: #2c3f69;
}
.services__list__item .services__list__item__desc .services__list__item-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	text-align: center;
}
.services-image__wrapper {
	overflow: hidden;
	display: block;
	height: 194px;
}
.partners {
	padding-top: 100px;
}
@media screen and (max-width: 682px) {
	.services__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		row-gap: 15px;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		margin-top: 24px;
	}
	.services__list__item .services__list__item-image {
		height: 104px;
	}
	.services__list__item .services__list__item__desc {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px 5px;
		height: 38px;
	}
	.services__list__item
		.services__list__item__desc
		.services__list__item-title {
		font-size: 14px;
	}
	.services-image__wrapper {
		height: 104px;
	}
	.partners {
		padding-top: 50px;
	}
}
.partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin-top: 50px;
}
.partners__item {
	max-width: 191px;
	text-align: center;
}
.partners__item p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	margin-top: 12px;
}
@media screen and (max-width: 682px) {
	.partners__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		margin-top: 24px;
		gap: 24px;
	}
	.partners__item p {
		font-size: 10px;
		line-height: 14px;
	}
}
.reviews__slider {
	background: #ededed;
	padding: 70px 0;
	margin-top: 100px;
}
@media screen and (max-width: 582px) {
	.reviews__slider {
		margin-top: 50px;
		padding: 50px 0;
	}
}
.swiper-slide {
	max-width: 920px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reviews-swiper {
	position: relative;
	padding-top: 60px;
	padding-bottom: 90px;
	overflow: visible;
}
.reviews-swiper .swiper-slide.swiper-slide-active h3,
.reviews-swiper .swiper-slide.swiper-slide-active p {
	color: #000;
}
.reviews-swiper .swiper-slide p {
	color: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
@media screen and (max-width: 582px) {
	.reviews-swiper {
		padding-top: 32px;
		padding-bottom: 70px;
	}
	.reviews-swiper .swiper-slide p {
		font-size: 20px;
		line-height: 28px;
	}
}
.reviews-swiper .swiper-slide h3 {
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	margin-top: 20px;
}
.swiper-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	width: 132px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: visible;
}
.swiper-button-next,
.swiper-button-prev {
	color: #000;
	width: 50px;
	height: 50px;
	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;
	padding: 0;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
}
@media (max-width: 767px) {
	.reviews-swiper {
		padding-left: 24px;
		padding-right: 24px;
	}
	.reviews-swiper .swiper-slide {
		width: 80%;
	}
}
.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px;
	background: #4666ab;
	max-height: 1024px;
	margin-top: 70px;
}
.contact-form .contact-form__content {
	max-width: 670px;
}

.contact-form.contact-full-form .contact-form__content {
	padding: 0;
}

@media screen and (max-width: 982px) {
	.contact-form {
		margin-top: 50px;
	}
	.contact-form.contact-full-form .contact-form__content {
		padding: 24px 0px;
	}
}

.contact-form .contact-title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 53px;
	text-transform: uppercase;
	margin-bottom: 55px;
}
@media screen and (max-width: 582px) {
	.reviews-swiper .swiper-slide h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.contact-form .contact-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 24px;
	}
}
.contact-form .contact-form__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 45vw;
}
.contact-form .contact-form__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 782px) {
	.contact-form .contact-form__image {
		display: none;
	}
}
.contact-form .contact__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	background-color: #fff;
	padding: 40px;
}
@media screen and (max-width: 682px) {
	.contact-form .contact__form {
		max-width: 100%;
		width: 100%;
		gap: 14px;
		padding: 24px 20px;
	}
	.contact-form .contact__form .btn--standard {
		width: 100% !important;
	}
}
.contact-form .contact-form__content {
	padding: 50px 0;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
@media screen and (max-width: 682px) {
	.contact-form .form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 14px;
	}
}
.contact-form .form-row input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-form .form-row.captcha-row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact-form input {
	background-color: transparent;
	border: 0;
}
.contact-form .label-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.contact-form .label-form input {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contact-form .label-form input:placeholder {
	color: #797979;
}

.contact-form .label-form input:focus {
	outline: 0;
	border: none;
}
.contact-form .label-form,
.contact-form textarea {
	padding: 19px 21px 20px 20px;
	font-size: 16px;
	border: 1px solid rgba(165, 165, 165, 0.2);
	background: #f5f5f5;
	outline: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.label-form--textarea {
	align-items: flex-start !important;
}

.label-form--textarea textarea {
	padding: 0;
	border: none;
	background-color: transparent;
}

.label-form--textarea textarea::placeholder {
	color: #797979;
}

@media screen and (max-width: 682px) {
	.contact-form .label-form,
	.contact-form .label-form input,
	.contact-form textarea {
		font-size: 14px;
	}
}
.contact-form .label-form:focus,
.contact-form textarea:focus {
	border-color: #0073e6;
}
.contact-form .full-width {
	width: 100%;
}
.contact-form textarea {
	min-height: 100px;
	resize: vertical;
	width: 100%;
}
.contact-form textarea:focus {
	outline: 0;
	border: none;
}
.contact-form .captcha {
	width: 287px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	padding: 0 10px;
}
.contact-form .captcha img {
	height: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-o-object-fit: contain;
	object-fit: contain;
}
.contact-form .captcha input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-form .captcha input:focus {
	outline: 0;
	border: none;
}
.contact-form .captcha span {
	font-size: 14px;
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}
.contact-form .submit-btn {
	background-color: #3d5a99;
	color: #fff;
	padding: 15px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}
.contact-form .submit-btn:hover {
	background-color: #2c4373;
}
.contact-full-form {
	background: #ededed;
	padding: 70px 0;
	height: auto;
	max-height: none;
	margin: 0;
}
.contact-full-form .contact-title {
	color: #000;
	text-align: center;
}
.contact-form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 100px;
}
@media screen and (max-width: 1180px) {
	.contact-form__wrapper {
		gap: 50px;
	}
	.contacts__item:first-child .contacts__item__counter img {
		width: 32px !important;
	}
}
@media screen and (max-width: 982px) {
	.contact-full-form {
		padding: 50px 0;
	}
	.contact-full-form .contact-title {
		margin-bottom: 0;
	}
	.contact-full-form .contact-form__content {
		padding: 34px 0 24px;
	}
	.contact-form__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.contact-form__socials {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.contact-form__socials-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin-top: 24px;
}
@media screen and (max-width: 982px) {
	.contacts__list {
		gap: 16px;
		margin-top: 16px;
	}
}
.contacts__item {
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 10px;
}
.contacts__item__counter {
	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;
	max-width: 80px;
	min-width: 80px;
	width: 80px;
	max-height: 77px;
	min-height: 77px;
	height: 77px;
	background: rgba(70, 102, 171, 0.1);
}
@media screen and (max-width: 1180px) {
	.contacts__item__counter {
		max-width: 60px;
		min-width: 60px;
		width: 60px;
		max-height: 60px;
		min-height: 60px;
		height: 60px;
	}
}
.contacts__item__counter img {
	width: 25px !important;
}
.contacts__item {
	max-width: 100%;
	width: 468px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
}
@media screen and (max-width: 1180px) {
	.contacts__item {
		gap: 12px;
		width: 320px;
	}
}
@media screen and (max-width: 982px) {
	.contacts__item {
		width: 100%;
	}
}
.contacts__item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}
.contacts__item__content h4 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
}
@media screen and (max-width: 1180px) {
	.contacts__item__content h4 {
		font-size: 14px;
		line-height: 20px;
	}
}
.contacts__item__content a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
}
@media screen and (max-width: 1180px) {
	.contacts__item__content a {
		font-size: 14px;
		line-height: 14px;
	}
}
.contact__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	list-style: none;
	padding-left: 0;
	margin-top: 24px;
}
.contact__socials__item {
	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;
	width: 42px;
	height: 42px;
	max-width: 42px;
	min-width: 42px;
	max-height: 42px;
	min-height: 42px;
	background: rgba(70, 102, 171, 0.1);
	border-radius: 50%;
}
.cities {
	margin-top: 70px;
}
.cities__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url(../img/florida.jpg);
	padding: 60px 70px 60px 90px;
	margin-top: 50px;
}
.cities__title h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}
.cities__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 14px;
	padding-left: 0;
	list-style: none;
}
.cities__list li {
	max-width: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	background: #fff;
	padding: 14px 24px 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.cities__list li::before {
	content: url(../img/svg/list-before.svg);
	width: 30px;
	height: 30px;
}
.destinations__list {
	list-style: none;
	padding-left: 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 236px));
	gap: 20px;
}
.destinations__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 4px;
}

.destinations.destinations--secondary {
	padding: 70px 0;
	background-color: #ededed;
	margin-top: 100px;
}
.section-title.destinations-title {
	text-align: left;
	margin-bottom: 50px;
}
@media screen and (max-width: 582px) {
	.contact-full-form .container {
		width: 100%;
	}
	.destinations__bottom h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.destinations.destinations--secondary {
		margin-top: 50px;
		padding: 50px 0;
	}
	.section-title.destinations-title {
		margin-bottom: 24px;
	}
}
.destinations {
	margin-top: 24px;
}
.destinations__header {
	margin-bottom: 50px;
}
.destinations-title {
	text-align: left;
}
.destinations--swiper .swiper {
	position: relative;
	padding-bottom: 38px;
	padding-top: 92px;
	margin-top: -92px;
}
.destinations--swiper .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.destinations--swiper .swiper-slide {
	width: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.destinations--swiper .swiper-button-next,
.destinations--swiper .swiper-button-prev {
	color: #4666ab;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.destinations--swiper .swiper-button-next:hover,
.destinations--swiper .swiper-button-prev:hover {
	color: #2c3f69;
}
.destinations--swiper .swiper-pagination {
	position: absolute;
	bottom: 0;
	text-align: center;
}
.destinations__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}
.destinations__item img {
	width: 100%;
	height: 454px !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.destinations__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #4666ab;
	color: #fff;
	padding: 11px 8px 15px;
	-webkit-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

@media screen and (max-width: 582px) {
	.destinations__bottom {
		padding: 11px 8px 15px 8px;
		flex-direction: column;
		gap: 0px;
		align-items: flex-start;
	}
}

.destinations__bottom:hover {
	background: #2c3f69;
}
.destinations__bottom h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.destinations__bottom p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
}
.destinations-swiper-mobile .swiper__btns {
	display: none;
}
.swiper__btns {
	width: 138px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	position: absolute;
	right: 0;
	top: 22px;
}
@media screen and (max-width: 582px) {
	.destinations--swiper .swiper {
		padding-bottom: 105px;
		padding-top: 65px;
	}
	.destinations__item img {
		height: 320px !important;
	}
	.destinations-swiper-mobile .swiper__btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 5px;
	}
	.swiper__btns {
		position: absolute;
		height: 60px;
		margin: 0 auto;
		gap: 11px;
		width: 131px;
		bottom: 29px;
		top: auto;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.swiper__btns .swiper-button-disabled {
	background-color: rgba(70, 102, 171, 0.2) !important;
	opacity: 1;
	border: 2px solid rgba(70, 102, 171, 0.2);
}
.swiper__btns .swiper-button-disabled::after {
	color: #4666ab !important;
}
.swiper__btns .swiper-button-next,
.swiper__btns .swiper-button-prev {
	border-radius: 50%;
	background-color: #4666ab;
}
.swiper__btns .swiper-button-next::after,
.swiper__btns .swiper-button-prev::after {
	color: #fff;
}
.destinations--swiper {
	margin-top: 70px;
}
.destinations__item--hover {
	position: relative;
	height: 404px;
	overflow: hidden;
}
.destinations__item--hover .destinations__item__inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.destinations__item--hover .destinations__item__back,
.destinations__item--hover .destinations__item__front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.destinations__item--hover .destinations__item__front {
	z-index: 2;
}
.destinations__item--hover .destinations__item__front img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.destinations__item--hover .destinations__item__back {
	z-index: 1;
	background-color: #4666ab;
	color: #fff;
	opacity: 0;
	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;
	padding: 24px;
	text-align: center;
}
.destinations__item--hover .destinations__item__back h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.destinations__item--hover .destinations__item__back p {
	font-size: 14px;
	line-height: 1.4;
}
.destinations__item--hover:hover .destinations__item__front {
	opacity: 0;
}
.destinations__item--hover:hover .destinations__item__back {
	opacity: 1;
}
.destination-card {
	position: relative;
	width: 100%;
	max-width: 300px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
@media screen and (max-width: 1025px) {
	.swiper.destinations-swiper-mobile.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
		padding-bottom: 50px;
	}
	.destination-card {
		max-height: 455px;
	}
}
@media screen and (max-width: 582px) {
	.destinations--swiper {
		margin-top: 50px;
	}
	.swiper.destinations-swiper-mobile.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
		padding-bottom: 105px;
	}
	.destination-card {
		max-height: 387px;
        height: 387px !important;
	}
}
.destination-card__img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.destination-card__title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	pointer-events: none;
	text-align: center;
	width: 100%;
}
.destination-card__overlay {
	position: absolute;
	inset: 0;
	background: rgba(39, 70, 145, 0.85);
	backdrop-filter: blur(2px);
	color: #fff;
	padding: 24px 30px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
}
.destination-card__overlay .more-destinations__title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 14px;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.destination-card__overlay .more-destinations__list {
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.destination-card__overlay .more-destinations__list li {
	margin-bottom: 20px;
}
.destination-card__overlay .more-destinations__list li .city {
	display: block;
	font-weight: 600;
	font-size: 16px;
}
.destination-card__overlay .more-destinations__list li .state {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}
.destination-card__overlay .more-destinations__list li:hover .city {
	text-decoration: underline;
	cursor: pointer;
}
.destination-card:hover .destination-card__overlay {
	opacity: 1;
	z-index: 3;
}
.destination-card:hover .more-destinations__list,
.destination-card:hover .more-destinations__title {
	opacity: 1;
}
.destinations--responsive-swiper .destinations__list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 236px));
	gap: 20px;
}
.destinations--responsive-swiper .swiper-slide {
	width: auto;
}

@media screen and (max-width: 982px) {
	.destination-card {
		height: 505px;
		max-height: 505px;
	}
}

.info {
	margin-top: 100px;
	background: #ededed;
	padding: 70px 0;
}
@media screen and (max-width: 682px) {
	.info {
		padding: 50px 0;
		margin-top: 50px;
	}
	
	.destination-card__overlay .more-destinations__list li {
		margin-bottom: 14px;
	}
}
.info__wrapper {
	max-width: 650px;
	margin: 0 auto;
}
.info__wrapper .info-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 782px) {
	.info__wrapper .info-title {
		font-size: 32px;
		line-height: 40px;
	}
}
.info__wrapper .info-description {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 14px;
	text-align: center;
}
@media screen and (max-width: 782px) {
	.info__wrapper .info-description {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
	}
}
.info + .contact-form {
	margin-top: 0;
}
.hero + .detail-services {
	margin-top: 70px;
}
.detail-services__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	row-gap: 32px;
	padding-left: 0;
	list-style: none;
}
.detail-services__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(33.333% - 24px);
	flex: 1 1 calc(33.333% - 24px);
	max-width: calc(33.333% - 24px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-animation: 0.5s forwards fadeIn;
	animation: 0.5s forwards fadeIn;
	opacity: 0;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
@-webkit-keyframes fadeIn {
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes fadeIn {
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@media (max-width: 1024px) {
	.destinations--responsive-swiper .destinations__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0;
	}
	.detail-services__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 24px);
		flex: 1 1 calc(50% - 24px);
		max-width: calc(50% - 24px);
	}
}
@media (max-width: 600px) {
	.detail-services__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
}
.detail-services__image {
	max-width: 100%;
	height: 264px;
	overflow: hidden;
}
.detail-services__image .detail-services-image {
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 264px;
	-o-object-fit: cover;
	object-fit: cover;
}
.detail-services__bottom {
	background: #4666ab;
	padding: 12px 24px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 16px;
}
.detail-services__bottom h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
}
.detail-services__item-description {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
}
.section-intro {
	margin-top: 100px;
}
@media screen and (max-width: 582px) {
	.detail-services__list {
		row-gap: 20px;
	}
	.detail-services__image,
	.detail-services__image .detail-services-image {
		height: 218px;
	}
	.detail-services__bottom h3 {
		font-size: 14px;
	}
	.detail-services__item-description {
		font-size: 14px;
		line-height: 20px;
	}
	.section-intro {
		margin-top: 50px;
	}
}
.section-intro__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
@media screen and (max-width: 782px) {
	.section-intro__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.section-intro__content-title {
	color: #000;
	font-size: 42px;
	font-weight: 700;
	line-height: 53px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
@media screen and (max-width: 982px) {
	.section-intro__wrapper {
		gap: 24px;
	}
	.section-intro__content-title {
		font-size: 32px;
		line-height: 40px;
	}
}
.section-intro__content-description {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin: 14px 0 0;
}
@media screen and (max-width: 982px) {
	.section-intro__content-description {
		font-size: 14px;
		line-height: 20px;
		margin: 6px 0 0;
	}
}
.section-intro__image {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
.section-intro__image img {
	width: 100%;
	max-height: 384px;
	-o-object-fit: cover;
	object-fit: cover;
}

#squade-image .section-intro__image img {
  width: auto;
	height: 623px;
  max-height: 623px; /* пример высоты для ПК */
  aspect-ratio: 1 / 1; /* делает квадрат */
  object-fit: cover; /* обрезает изображение пропорционально */
  display: block;
  margin: 0 auto;
}

/* На мобильных — ширина 100%, квадрат по ширине */
@media (max-width: 768px) {
  #squade-image .section-intro__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width: 782px) {
	.section-intro__image {
		min-width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.section-intro__image img {
		width: 100%;
		max-height: 300px;
	}
}
@media screen and (max-width: 582px) {
	.section-intro__image img {
		max-height: 213px;
	}
}
.section-intro__content {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
.section-intro__content-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	margin-top: 14px;
}
@media screen and (max-width: 982px) {
	.section-intro__content-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-top: 6px;
	}
}
.gallery {
	margin-top: 100px;
}
@media screen and (max-width: 682px) {
	.gallery,
	.hero + .detail-services {
		margin-top: 50px;
	}
}
.gallery + .contact-form {
	margin-top: 100px;
}
.gallery__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	padding-left: 0;
}
.gallery__image {
	max-width: 100%;
	max-height: 294px;
	min-width: 160px;
	min-height: 158px;
	width: 297px;
	height: 294px;
}
@media screen and (max-width: 682px) {
	.gallery + .contact-form {
		margin-top: 50px;
	}
	.gallery__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.gallery__image {
		height: 158px;
		max-height: 158px;
		min-height: 158px;
		width: 100%;
		max-width: none;
		min-width: auto;
	}
	.gallery__image img {
		width: 100%;
		height: 100% !important;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.gallery__image:nth-child(2n) {
		height: 148px;
		max-height: 148px;
		min-height: 148px;
		margin-top: -10px;
	}
}
.advantages {
	background: #ededed;
	padding: 70px 0;
	margin-top: 70px;
}
@media screen and (max-width: 982px) {
	.advantages {
		padding: 50px 0;
		margin-top: 50px;
	}
}
.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	padding-left: 0;
	list-style: none;
	margin-top: 50px;
}
.advantages__item {
	max-width: calc(33% - 24px);
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 24px;
	transition: .3s;
}

.advantages__item:hover {
	transform: scale(1.05);
}


@media screen and (max-width: 982px) {
	.advantages__list {
		gap: 14px;
	}
	.advantages__item {
		max-width: calc(33% - 20px);
	}
}
@media screen and (max-width: 882px) {
	.advantages__item {
		max-width: calc(50% - 20px);
	}
}
@media screen and (max-width: 682px) {
	.advantages__list {
		margin-top: 24px;
	}
	.advantages__item {
		max-width: 100%;
	}
}
.advantage__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.advantage__header h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
}
.advantage__counter {
	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;
	max-width: 80px;
	min-width: 80px;
	width: 80px;
	max-height: 80px;
	min-height: 80px;
	height: 80px;
	background-color: #4666ab;
	color: #fff;
}
@media screen and (max-width: 982px) {
	.advantage__header {
		gap: 20px;
	}
	.advantage__header h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.advantage__counter {
		max-width: 60px;
		min-width: 60px;
		width: 60px;
		max-height: 60px;
		min-height: 60px;
		height: 60px;
	}
}
.advantage__counter h4 {
	color: #fff;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.advantage-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.advantage__body {
	margin-top: 16px;
}
.btn--standard {
	width: 215px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #4666ab;
	padding: 7px;
	border: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 591px) {
	.btn--standard {
		font-size: 14px;
	}
}
.btn--standard:hover {
	background: #2c3f69;
}
.btn--secondary {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	background: #fff;
	padding: 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 591px) {
	.btn--secondary {
		font-size: 14px;
	}
}
.btn--secondary .btn__icon {
	background: rgba(0, 0, 0, 0.1);
}
.btn--secondary:hover {
	color: #4666ab;
	background: #fff;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
}
.btn--text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
@media screen and (max-width: 682px) {
	.btn--text {
		padding-left: 25px;
	}
}
.btn__icon {
	width: 39px;
	height: 39px;
	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: rgba(255, 255, 255, 0.1);
}
.footer {
	background-color: #000a1f;
	padding: 40px 0 16px;
}
.footer .container {
	position: relative;
}
.footer__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}
@media screen and (max-width: 982px) {
	.advantage__counter h4 {
		font-size: 26px;
		line-height: 34px;
	}
	.footer__main {
		gap: 24px;
	}
}
@media screen and (max-width: 782px) {
	.footer__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.message__wrapper {
	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;
	width: 60px;
	height: 60px;
	background-color: #f5d749;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
}
.message__wrapper:hover {
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
	background-color: #ffda24;
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	list-style: none;
}
@media screen and (max-width: 982px) {
	.footer__list {
		gap: 24px;
	}
}
@media screen and (max-width: 782px) {
	.footer__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 14px;
	}
}
.footer__list a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
}
.footer__list a:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -5px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer__list a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.a-mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	transition: 0.3s;
}

.a-mail:hover {
	color: #f5d749;
}
.footer__copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 17.5px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 44px;
	gap: 24px;
}
@media screen and (max-width: 782px) {
	.footer__copy {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px;
		padding-top: 20px;
		padding-bottom: 21px;
	}
}
.footer__copy div,
.footer__copy p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.footer__copy .socials {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media screen and (max-width: 782px) {
	.footer__copy .socials {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.social__item {
	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;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transition: 0.3s;
}

.social__item:hover {
	background: rgba(255, 255, 255, 0.2);
}

.social__item img {
	height: 20px;
	object-fit: contain;
}

.copy {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.section-long-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	color: #000;
}
.section-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 682px) {
	.section-title {
		font-size: 32px;
		line-height: 40px;
	}
}
.section-description {
	color: #797979;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 12px;
	text-align: center;
}
.center {
	text-align: center;
}
.text-bl {
	color: #4666ab;
}
.section__btns {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin: 50px auto 0;
}
@media screen and (max-width: 682px) {
	.section-description {
		font-size: 14px;
		line-height: 18px;
	}
	.section__btns {
		max-width: 100%;
		margin: 24px auto 0;
	}
	.section__btns .btn--secondary,
	.section__btns .btn--standard {
		width: 100%;
	}
}

.burger {
	--burger-width: 22px;
	--burger-height: 16px;
	--burger-line-height: 2px;
	position: relative;
	border: none;
	padding: 0;
	width: var(--burger-width);
	height: var(--burger-height);
	color: #4666ab;
	background-color: transparent;
	cursor: pointer;
}
.burger::after,
.burger::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: var(--burger-line-height);
	background-color: currentColor;
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	border-radius: 3px;
}
.burger::before {
	top: 0;
}
.burger::after {
	width: 13px;
	right: 0;
	left: auto;
	top: calc(100% - var(--burger-line-height));
}
.burger__line {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: var(--burger-line-height);
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	border-radius: 3px;
}
.burger--active::before {
	color: rgba(0, 0, 0, 0.3);
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
	color: rgba(0, 0, 0, 0.3);
	width: 100%;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hero-masc {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #043d50;
	opacity: 0.6;
	z-index: 0;
}

.gallery__image a {
	cursor: zoom-in;
}

.gallery__image a img {
	transition: .3s;
}

.gallery__image a img:hover {
		box-shadow: 0 4px 20px 0 rgba(39, 70, 145, 0.85);
}

#destinations-center-title .destinations-title {
	text-align: center;
}

#destination-swiper-home .destinations__header {
	margin-bottom: 0;
}

#destinations-center-title .destinations__header {
	margin-bottom: 0px;
}

#hero-destinations .hero__content {
	padding: 120px 0;
}

#hero-services .hero__content {
	padding: 120px 0;
}

#hero-portfolio .hero__content {
	padding: 100px 0;
}

#hero-about .hero__content {
	padding: 70px 0px;
}

#hero-contact .hero__content {
	padding: 160px 0px 100px;
}

#destination-swiper-home .destinations__header {
	display: none;
}

@media screen and (max-width: 582px) {
	#hero-destinations .hero__content {
		padding: 50px 0;
	}
	
	#hero-services .hero__content {
		padding: 50px 0;
	}
	
	#hero-portfolio .hero__content {
		padding: 50px 0;
	}
	
	#hero-about .hero__content {
		padding: 50px 0;
	}

	#destination-swiper-home .destinations__header {
		display: block;
	}
	
	#hero-contact .hero__content {
		padding: 50px 0;
	}
	
	#destinations-center-title .destinations.destinations--secondary {
		margin-top: 0;
	}
}
