@media only screen and (max-width: 768px) {
	.ab1:hover .ab3 {
		opacity: 1;
	}
	
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 90%;
	}
}

@media only screen and (min-width: 768px) {
	.ab1:hover .ab3 {
		opacity: 1;
	}
	
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 80%;
	}
}

@media only screen and (min-width: 1024px) {
	.ab1:hover .ab3 {
		opacity: 1;
	}
	
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 80%;
	}
}

@media only screen and (min-width: 1250px) {
	.ab1:hover .ab3 {
		opacity: 0;
	}
	.ro7 {
		width: 50%;
		margin: auto;
	}
	
	.ro0:hover .ro2 {
		transform: scale(0.86);
	}
	
	.ro8 {
		max-height: 0;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 80%;
	}
}

@media only screen and (min-width: 1400px) {
	.ab1:hover .ab3 {
		opacity: 0;
	}
	
	.ro0:hover .ro2 {
		transform: scale(0.86);
	}
	
	.ro8 {
		max-height: 0;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 65%;
	}
}



.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%);
}

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

.ro7 {
	float: none;
	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;
}



.ab0 {
	display: block;
	position: relative;
	z-index: 5;
}

.ab1 {
	position: relative;
}

.ab2 {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 190px;
	height: 190px;
	transform: translate(-50%, -50%);
}

.ab3 {
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
	position: absolute;
	z-index: 8;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ab4 {
	margin-bottom: 30px;
}

#ab5 {
	margin-top: 30px !important;
}

.of0 {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.of0 a {
	color: #fff;
}

.of1 {
	color: #000;
}