.page-wrap{
	overflow: hidden;
	background-image: url(../../img/background.svg);
	background-size: 100% auto;
	background-position: center top -500px;
}

.page-game header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.page-game footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-game iframe{
	margin-top: 130px;
}

table{
	width: 100%;
}

table td{
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.5;
}

@media (max-width: 1400px) {
	.page-game iframe{
		margin-top: 106px;
	}
}

@media (max-width: 1199.98px){
	.page-game iframe{
		margin-top: 103px;
	}
}

@media (max-width: 1023.98px){
	.page-game iframe{
		margin-top: 127px;
	}
}

@media (max-width: 767.98px){
	.page-game header,
	.page-game footer {
    display: none !important;
	}

	.page-game iframe{
		margin-top: 0;
	}

	.page-game main{
		min-height: 100vh !important;
	}

	.page-game iframe{
		min-height: 100vh !important;
	}

	.page-game .fixed-socials {
    top: 14px;
    transform: translateY(0);
	}
}


/******************** Paging ********************/

.paging{
	margin-top: 60px;
	text-align: center;
}

.paging a{
	font-size: 25px;
	color: #B5B5B5;
	margin: 0 15px;
	height: 34px;
	transition: color .4s;
}

.paging a.active{
	font-weight: 700;
	color: #5a5a5a;
}

.paging a:hover{
	color: #5a5a5a;
}

.paging a i{
	font-size: 16px;
	position: relative;
	top: -2px;
}

@media (max-width: 1400px) {
	.paging{
		margin-top: 50px;
	}
}

@media (max-width: 1199.98px){
	.paging{
		margin-top: 40px;
	}

	.paging a {
    font-size: 23px;
	}
}

@media (max-width: 1023.98px){
	.paging a {
    font-size: 20px;
    margin: 0 11px;
	}

	.paging a i {
    font-size: 14px;
    top: -1px;
	}
}

@media (max-width: 575.98px){
	.paging a {
    font-size: 18px;
    margin: 0 8px;
	}
}

span.similar{
	font-weight: 600;
    color: #0F3F72;
}


/******************** Fixed Socials ********************/

.fixed-socials{
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.fixed-socials a{
	color: #0f3f72;
	opacity: 0.7;
	margin: 10px 0;
	font-size: 34px;
	transition: opacity .3s;
}

.fixed-socials a:hover{
	opacity: 1;
}

.page-game .fixed-socials{
	/*display: none;*/
}

@media (max-width: 1400px){
	.fixed-socials{
		right: 20px;
	}

	.fixed-socials a{
		margin: 8px 0;
		font-size: 30px;
	}
}

@media (max-width: 1199.98px){
	.fixed-socials{
		right: 15px;
	}

	.fixed-socials a{
		font-size: 26px;
	}
}

@media (max-width: 767.98px){
	.fixed-socials{
		right: 10px;
	}

	.fixed-socials a{
		margin: 6px 0;
		font-size: 22px;
	}
}

@media (max-width: 575.98px){
	.fixed-socials a{
		font-size: 18px;
	}
}


section.article h3.title,
.top-desc h3.title{
	padding: 15px 60px 15px 28px;
	cursor: pointer;
  background: #eaeaea;
  color: #3d3d3d;
  position: relative;
  transition: background-color .3s;
}

section.article h3.title:hover,
.top-desc h3.title:hover,
section.article h3.title.active,
.top-desc h3.title.active{
  background: #f4f4f4;
}

section.article section.dropdown,
.top-desc section.dropdown{
	display: none;
}

section.article section.dropdown a,
.top-desc section.dropdown a{
	color: #3992B9;
}

section.article section.dropdown a:hover,
.top-desc section.dropdown a:hover{
	text-decoration: underline;
}
  
section.article h3.title:after,
.top-desc h3.title:after{
	content: '';
  position: absolute;
  right: 32px;
  top: 50%;
  width: 2px;
  height: 20px;
  background-color: #07466d;
  transform: translateY(-50%) scale(1, 1);
  transition: transform .4s;
}

section.article h3.title:before,
.top-desc h3.title:before{
	content: '';
  position: absolute;
  right: 23px;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #07466d;
  transform: translateY(-50%) scale(1, 1);
  transition: transform .4s;
}

section.article h3.title.active:after,
.top-desc h3.title.active:after{
  transform: translateY(-50%) scale(1, 0);
}

@media (max-width: 767.98px){
	section.article h3.title, .top-desc h3.title {
    padding: 13px 42px 13px 20px;
	}

	section.article h3.title:after,
	.top-desc h3.title:after{
	  right: 23px;
	  height: 16px;
	}

	section.article h3.title:before,
	.top-desc h3.title:before{
	  right: 16px;
	  width: 16px;
	}
}


*:lang(ka) {
  text-transform: none !important;
}
