@font-face {
	font-family: "Ouvality";
	src: url("../../fonts/Ouvality/Ouvality.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.country-header__text h2,
.country-header h2 {
	font-family: "Ouvality", sans-serif;
	margin-bottom: 100px;
	margin-top: 35px;
	font-size: 68px;
	font-weight: 400;
	line-height: 50px;
	text-align: left;
}

.country-header__text {
	max-width: 555px;
	position: relative;
}

.country-header-img-text img {
	margin-top: -20px;
	left: -50px;
	position: relative;
	z-index: -1;
}

.country__intro .wave_big {
	top: 670px;
	left: -270px;
}
.country__intro .wave_small {
	top: 170px;
	right: -250px;
}

.banners {
	margin-top: -120px;
}

.banner {
	height: 440px;
}

.banners .wave_big {
	top: -30px;
	right: -550px;
}
.banners .wave_small {
	bottom: 25px;
	left: -250px;
}

.note .block-note {
	margin-bottom: 60px;
}

.note .block-note .g-listy-left-gap {
	padding-left: 80px;
}

.note .g-button {
	margin: 50px auto 0;
}

.button-wave {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.button-wave .wave_small {
	position: static;
}

.button-wave .g-button {
	margin: 0;
}

.note .small2 {
	bottom: 25px;
	left: -250px;
}

.reg-docs .g-button {
	margin: 50px auto 0;
}

.reg-docs .wave_small {
	bottom: 745px;
	left: -450px;
}

.reg-docs .wave_big {
	top: 890px;
	right: -550px;
}
.reg-docs .wave_big.big2 {
	top: auto;
	right: -550px;
	bottom: 315px;
}

.reg-comm img {
	margin-bottom: 30px;
}

.reg-comm .wave_big {
	bottom: 160px;
	right: -550px;
}
.reg-comm .wave_small {
	top: 200px;
	left: -200px;
}

.add-service .g-button {
	margin: 50px auto 0;
}

.add-service .wave_big {
	bottom: 25px;
	left: -550px;
}

.useful .g-button {
	margin: 50px auto 0;
}

.useful .wave_small {
	top: 715px;
	left: -400px;
}

.useful .wave_big {
	bottom: 500px;
	right: -550px;
}

.facts .wave_small {
	top: 110px;
	left: -400px;
}

.facts .wave_big {
	bottom: 315px;
	right: -550px;
}

@media (max-width: 1024px) {
	.banners {
		margin-top: 15px;
	}

	.country-header-img-text {
		flex-direction: column;
	}

	.country-header__text {
		max-width: 100%;
	}

	.note .block-note {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.country-header__text h2,
	.country-header h2 {
		margin-bottom: 0px;
		margin-top: 7px;
		font-size: 36px;
		text-align: right;
	}

	.country-header-img-text img {
		max-height: 600px;
	}

	.country-header__text {
		margin-top: -270px;
	}

	.country-header-img-text img {
		margin-top: -100px;
		left: -20px;
	}

	.banner {
		height: 580px;
	}

	.note .block-note {
		margin-bottom: 20px;
	}

	.note .mobile_wave {
		display: flex;
		justify-content: end;
	}

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

	.note .wave_small.static {
		position: relative;
		left: auto;
		right: -37px;
		top: auto;
		margin-bottom: 20px;
	}

	.note .block-note .g-listy-left-gap {
		padding-left: 0px;
	}
	.note .block-note .g-listy-left-gap li {
		padding-left: 0px;
	}

	.block-note span {
		text-align: center;
	}

	.note .mobile-hidden {
		display: none;
	}

	.button-wave {
		justify-content: center;
	}

	.button-wave .wave_small {
		display: none;
	}

	.button-wave .g-button {
		width: 240px;
	}

	.reg-docs .g-button {
		margin: 30px auto 0;
	}

	.static-wave {
		position: relative;
		width: 100%;
		display: flex;
		justify-content: end;
		margin: 20px 0;
	}

	.reg-comm .wave_small.static {
		position: relative;
		left: auto;
		right: -37px;
		top: auto;
	}

	.add-service .g-button {
		margin: 30px auto 0;
	}

	.useful .g-button {
		margin: 30px auto 0;
	}

	.featurtes .wave_small {
		bottom: -54px;
		left: -27px;
	}
}

@media (max-width: 560px) {
	.add-service .image-float-right,
	.reg-docs .image-float-right,
	.reg-docs .image-float-left {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
