.country-header-img {
	margin-top: -140px;
	margin-left: 75px;
	justify-content: start;
	margin-bottom: 35px;
}
@media(max-width:767px){
	.country-header-img{
		margin-top: -16px;
    	margin-left: 0px;
		margin-bottom: 20px;
	}
}
.country__intro .wave_big {
	bottom: 300px;
	left: -550px;
}
.country__intro .wave_small {
	top: 400px;
	right: 0;
}

.banner {
	height: 440px;
}
.banners-text-section{
	padding: 0;
	margin: 0;
}

.banners{
	align-items: start;
}
.banners .wave_big {
	top: -30px;
	right: -550px;
}
@media(max-width:1100px){
	.banner{
		height: 100%;
	}
	.banner-content {
		flex: 1;
	}
}
@media(max-width:767px){
	.banners-text-section h2{
		text-align: center;
	}
}
.registration .wave_small {
	top: 25px;
	right: -250px;
}
@media(max-width:767px){
	.registration{
		margin-top: 0;
		padding-top: 0;
	}
}
.step1 .g-space-list {
	margin-bottom: 0;
}

.step1 .wave_big {
	bottom: 100px;
	left: -550px;
}

.step2 .g-button:not(.g-button-green) {
	margin: 50px auto 0;
}
.step2 .image-float-right{
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 360px;
}
.step2 .wave_big {
	bottom: 25px;
	left: -570px;
}
.step2{
	margin-bottom: 0;
	padding-bottom: 0;
}
.step2 picture{
	margin-top: 30px;
}
@media(max-width:767px){
	.step2{
		display: flex;
		flex-direction: column;
	}
	.step2_text{
		order: -1;
	}
	.step2 .image-float-right{
		margin-left: 0;
		margin-top: 30px;
		gap: 30px;
		align-items: center;
		float: none;
		min-width: unset;
	}
	.step2 .g-button:not(.g-button-green){
		margin: 30px auto 0;
	}

}

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

.procedura .wave_big {
	bottom: 25px;
	right: -550px;
}

@media(max-width:767px){
	.procedura .image-float-left{
		float: unset;
		margin-bottom: 20px;
	}
	.procedura .g-button {
   	 	margin: 30px auto 0;
	}
}

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

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

.useful .wave_small {
	top: 600px;
	left: -300px;
}
@media(max-width:767px){
	.useful .g-button{
		margin: 30px auto 0;
	}

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

.facts .g-button {
	margin: 50px auto 0;
}
@media(max-width:767px){
	.facts .g-button {
		margin: 30px auto 0;
	}	
}

.reg-comm .wave_big {
	bottom: 50px;
	left: -350px;
}

.reg-comm .wave_small {
	top: 545px;
	right: 0;
}
.reg-comm h3{
	font-size: 42px;
	line-height: 50px;
}
@media(max-width:767px){
	.reg-comm .g-button{
		margin: 30px auto 0;
		text-align: center;
	}
	.reg-comm h3{
		font-size: 28px;
		line-height: 30px;
		text-align: center;
	}
	.featurtes h2{
		margin-top: 0;
	}
	.featurtes .wave_small:last-of-type {
        bottom: -52px;
        top: auto;
    }
	
}
