@media only screen and (max-width: 768px) {
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro12 {
		display: flex;
		justify-content: center;
	}
}


@media only screen and (min-width: 768px) {
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro12 {
		display: block;
		justify-content: initial;
	}
}


@media only screen and (min-width: 1024px) {
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro12 {
		display: block;
		justify-content: initial;
	}
}


@media only screen and (min-width: 1250px) {
	.ro0:hover .ro2 {
		transform: scale(0.86);
	}
	
	.ro8 {
		max-height: 0;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro12 {
		display: block;
		justify-content: initial;
	}
}


@media only screen and (min-width: 1400px) {
	.ro0:hover .ro2 {
		transform: scale(0.86);
	}
	
	.ro8 {
		max-height: 0;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro12 {
		display: block;
		justify-content: initial;
	}
}


.ro0 {
	position: relative;
}

.ro1 {
	position: relative;
	z-index: 5;
}

.ro2 {
	transition: all 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ro3 {
	text-align: center;
	transition: all 0.3s ease-in-out;
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ro4 {
	font: 22px Arial;
}

.ro4 span {
	font-size: 20px;
}

.ro5 {
	width: 70px;
	height: 3px;
	margin: auto;
}

.ro7 {
	margin: auto;
}

.ro7:lang(ge) {
	font-size: 18px;
}

.ro7:lang(en) {
	font-size: 18px;
}

.ro7:lang(ru) {
	font-size: 18px;
}

.ro8 {
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

#ro9 {
	margin: 30px auto;
	width: 200px;
	text-align: center;
}

.ro10 {
	height: 70px;
	width: 70px;
}

.ro10 svg path,
.ro10 svg circle,
.ro10 svg ellipse,
.ro10 svg polygon,
.ro10 svg rect,
.ro10 svg polyline,
.ro10 svg g {
	fill: #dab671 !important;
	opacity: 1 !important;
}

.ro11 {
	display: flex;
	align-items: center;
}

.ro13 {
	height: 60px;
	width: 70px;
}

.ro13 svg path,
.ro13 svg circle,
.ro13 svg ellipse,
.ro13 svg polygon,
.ro13 svg rect,
.ro13 svg polyline,
.ro13 svg g {
	fill: #dab671 !important;
	opacity: 1 !important;
}

.ro14 {
	padding: 10px 0 0;
}

.ro15 {
	padding: 8px 0;
}

#cc10 {
	text-align: center;
}

section {
	padding-bottom: 0;
}