/* ============= Блок особенности ============= */
.country-osobennosti .section-grid {
	gap: 50px;
	align-items: center;
}

.country-osobennosti .col {
	padding: 0 !important;
}

.country-osobennosti .offshor-country__osobennosti-title {
	font-size: 32px !important;
}

@media (max-width: 1440px) {
	.country-osobennosti .offshor-country__osobennosti-title {
		font-size: 28px !important;
	}
}

@media (max-width: 1024px) {
	.country-osobennosti .section-grid {
		gap: 30px;
	}

	.country-osobennosti .offshor-country__osobennosti-title {
		font-size: 28px !important;
	}
}

@media (max-width: 480px) {
	.country-osobennosti .section-grid {
		gap: 24px;
		padding: 20px;
	}

	.country-osobennosti .offshor-country__osobennosti-title {
		font-size: 22px !important;
		letter-spacing: 0;
	}

	.country-osobennosti .col.title-4-text-white ul {
		padding-left: 0;
		gap: 15px;
	}

	.country-osobennosti .col.title-4-text-white ul li::before {
		transform: scale(0.8);
	}
}

@media (max-width: 393px) {
	.country-osobennosti .offshor-country__osobennosti-title {
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}
}

/* ============= Видео блок  ============= */
.video-block {
	width: 100%;
}

.video-block__title {
	font-size: clamp(20px, 8px + 3.33vw, 48px);
	margin-bottom: clamp(20px, 10px + 2.78vw, 40px);
}

.video-block__container {
	width: 100%;
	aspect-ratio: 16 / 9;
	/* max-height: 640px; */
	overflow: hidden;
	/* background: var(--gray-color); */
	border-radius: var(--block-br);
	position: relative;
	box-sizing: border-box;
}

.video-block__wrapper {
	/* padding: var(--block-padding60); */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe,
.video-iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: var(--block-br);
	display: block;
}
