section.list-pages{
	padding-top: 104px;
}

section.list-pages .wrap{
	width: 1640px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

section.list-pages .wrap .left,
section.list-pages .wrap .center,
section.list-pages .wrap .right{
	position: relative;
	padding-right: 15px;
  padding-left: 15px;
}

section.list-pages .wrap .left{
	flex: 0 0 25%; max-width: 25%;
}

section.list-pages .tag{    
	display: inline-block;
    color: #7d7d7d;
    margin: 0 9px;
    font-size: 15px;
    padding-left: 20px;
    background: url(http://millab.ge/assets/img/tag.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left;
}

section.list-pages .wrap .center{
	flex: 0 0 50%; max-width: 50%;
}

section.list-pages .wrap .right{
	flex: 0 0 25%; max-width: 25%;
}

.page-game-quizzes section.list-pages .wrap .left{
	flex: 0 0 10%; max-width: 10%;
}

.page-game-quizzes section.list-pages .wrap .center{
	flex: 0 0 80%; max-width: 80%;
}

.page-game-quizzes section.list-pages .wrap .right{
	flex: 0 0 10%; max-width: 10%;
}

section.list-pages .wrap .left form{
	display: block;
}

section.list-pages .wrap .left form .search {
	display: block;
	width: 260px;
	position: relative;
	height: 38px;
	margin-bottom: 35px;
}

section.list-pages .wrap .left form .search input[type="text"]{
	display: block;
	width: 242px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	height: 100%;
	border-bottom: 1px solid #0F4D72;
	float: left;
	font-size: 16px;
}

section.list-pages .wrap .left form .search button{
	display: block;
	width: 18px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	height: 100%;
	border-bottom: 1px solid #0F4D72;
	float: left;
}

section.list-pages .wrap .left form .search button img{
	display: block;
	width: 100%;
}

section.list-pages .wrap .left form .box{
	margin-bottom: 40px;
}

section.list-pages .wrap .left form .box h3{
	color: #ffb12a;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: inherit;
}

section.list-pages .wrap .left form .box .line{
	width: 200px;
	height: 2px;
	background-color: #e3e3e3;
	margin-top: 16px;
}

section.list-pages .wrap .left form .box .item{
	margin-top: 14px;
}

section.list-pages .wrap .left form .box .item a{
	color: #0F3F72;
  font-size: 18px;
  font-weight: 700;
  opacity: 0.7;
  text-transform: uppercase;
  position: relative;
  transition: opacity .3s;
}

section.list-pages .wrap .left form .box .item a:lang(ka){
  /*font-family: "FiraGO-SemiBold";*/
  text-transform: uppercase;
  -webkit-font-feature-settings: 'case'; 
     -moz-font-feature-settings: 'case'; 
          font-feature-settings: 'case' on;
}

section.list-pages .wrap .left form .box .item a.active,
section.list-pages .wrap .left form .box .item a:hover{
	opacity: 1;
}

section.list-pages .wrap .left form .box .item a .plus{
		width: 15px;
		height: 15px;
		position: relative;
		top: 1px;
		margin-left: 5px;
}

section.list-pages .wrap .left form .box .item a .plus:before,
section.list-pages .wrap .left form .box .item a .plus:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #0F4D72;
	transition: transform .3s;
}

section.list-pages .wrap .left form .box .item a .plus:before{
	width: 3px;
	height: 100%;
}

section.list-pages .wrap .left form .box .item a .plus:after{
	width: 100%;
	height: 3px;
}

section.list-pages .wrap .left form .box .item a.active .plus:before{
	transform: scale(1, 0);
}

section.list-pages .wrap .left form .box .item .dropdown{
	padding-left: 20px;
	padding-bottom: 5px;
	display: none;
	padding-top: 10px;
}

section.list-pages .wrap .left form .box .item .dropdown a{
	font-size: 16px;
	text-transform: inherit;
	font-weight: 600;
	margin: 7px 0;
}

section.list-pages .wrap .left form .box .item .dropdown a:lang(ka){
  -webkit-font-feature-settings: 'case'; 
     -moz-font-feature-settings: 'case'; 
          font-feature-settings: 'case' off;
}

section.list-pages .wrap .left form .box .item .dropdown a.active,
section.list-pages .wrap .left form .box .item .dropdown a:hover{
	opacity: 1;
}

section.list-pages .wrap .center .content{

}

section.list-pages .wrap .center .content h2{
	color: #3d3d3d;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

section.list-pages .wrap .center .content .top-desc{
	color: #7d7d7d;
	font-size: 22px;
	margin-top: -10px;
}

section.list-pages .wrap .center .content .top-desc:lang(ar){
	font-size: 20px;
}

section.list-pages .wrap .center .content .top-desc:lang(ka){
	font-size: 18px;
	letter-spacing: -0.02em
}

section.list-pages .wrap .center .content .top-desc:lang(ka){
	line-height: 1.3;
}

section.list-pages .wrap .center .content .sub-desc{
	color: #7d7d7d;
	font-size: 22px;
	margin-top: 30px;
	border-top: 1px solid #C8C8C8;
	padding-top: 26px;
}

section.list-pages .wrap .center .content .top-desc a,
section.list-pages .wrap .center .content .sub-desc a{
	color: #3992B9;
}

section.list-pages .wrap .center .content .top-desc a:hover,
section.list-pages .wrap .center .content .sub-desc a:hover{
	text-decoration: underline;
}

section.list-pages .wrap .center .content .sub-desc:lang(ka){
	line-height: 1.5;
}

section.list-pages .wrap .center .content .sub-desc .title{
	font-weight: 700;
	color: #3D3D3D;
	margin-bottom: 20px;
}

section.list-pages .wrap .center .content .box{
	margin-top: 30px;
	margin-bottom: 40px;
}

section.list-pages .wrap .center .content .box h3{
	color: #0f3f72;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 6px;
	text-transform: uppercase;
}

section.list-pages .wrap .center .content .box .items{
	margin-top: 30px;
}

.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2{
	margin-top: 60px;
}

section.list-pages .wrap .center .content .box .items.style1 .item{
	display: block;
	margin-bottom: 10px;
	padding: 30px 38px 38px 38px;
	transition: background-color .3s;
}

.page-publications section.list-pages .wrap .center .content .box .items.style1 .item{
	padding: 15px 38px 16px 38px;
}

section.list-pages .wrap .center .content .box .items.style1 .item:nth-child(2n+1){
	background-color: #eff8fe;
}

section.list-pages .wrap .center .content .box .items.style1 .item:nth-child(2n+2){
	background-color: #f9f9f9;
}

section.list-pages .wrap .center .content .box .items.style1 .item:hover:nth-child(2n+1){
	background-color: #e2f4ff;
}

section.list-pages .wrap .center .content .box .items.style1 .item:hover:nth-child(2n+2){
	background-color: #efefef;
}

section.list-pages .wrap .center .content .box .items.style1 .item .date{
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 21px;
}

section.list-pages .wrap .center .content .box .items.style1 .item .img{
	height: 142px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

section.list-pages .wrap .center .content .box .items.style1 .item .img:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	transition: opacity .3s;
}

section.list-pages .wrap .center .content .box .items.style1 .item:hover .img:before{
	opacity: .2;
}

section.list-pages .wrap .center .content .box .items.style1 .item h4{
	color: #272727;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	text-transform: uppercase;
	margin-top: -5px;
}

section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ka){
	font-size: 21px;
}

section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ar){
	font-size: 20px;
	line-height: 26px;
  max-height: 78px;
}

section.list-pages .wrap .center .content .box .items.style1 .item .text{
	color: #7d7d7d;
	font-size: 18px;
	margin-top: 15px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}

section.list-pages .wrap .center .content .box .items.style1 .item .autor{
	font-size: 15px;
	color: #7D7D7D;
	font-style: italic;
	margin-top: 7px;
}

section.list-pages .wrap .center .content .box .items.style1 .item .autor span{
	font-weight: 600;
}

section.list-pages .wrap .center .content .box .items.style1 .item .link{
	height: 32px;
	display: inline-block;
	line-height: 32px;
	color: #fff;
	background-color: #55A1D4;
	text-align: center;
	padding: 0 35px;
	font-size: 15px;
	border-radius: 3px;
	margin-top: 13px;
	transition: background-color .4s;
}

section.list-pages .wrap .center .content .box .items.style1 .item .link:hover{
	background-color: #3e8cbf;
}

section.list-pages .wrap .center .content .box .view-more-btn{
	text-align: center;
	margin-top: 28px;
}

section.list-pages .wrap .center .content .box .view-more-btn a{
	display: inline-block;
	border-radius: 5px;
	background-color: #b6ddf8;
	height: 50px;
	color: #0f4d72;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	padding: 0 83px;
	transition: background-color .3s;
}

section.list-pages .wrap .center .content .box .view-more-btn a:lang(ka){
  font-family: "DejaVu-Sans-Bold-M";
}

section.list-pages .wrap .center .content .box .view-more-btn a:hover{
	background-color: #94d0f9;
}

section.list-pages .wrap .center .content .box .items.style2 .item{
	display: block;
	height: 252px;
	margin-bottom: 16px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item{
	height: 416px;
}

section.list-pages .wrap .center .content .box .items.style2 .item .img{
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.list-pages .wrap .center .content .box .items.style2 .item .bg{
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background-image: linear-gradient(to top, #ff8484 0%, rgba(255, 132, 132, 0.15) 100%);
	opacity: 0.8;
	transition: background-color .3s;
}

section.list-pages .wrap .center .content .box .items.style2 .item:hover .bg{
	background-color: #ff8484;
}

section.list-pages .wrap .center .content .box .items.style2 .item h5{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	padding: 0 30px;
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1.52px;
	text-transform: uppercase;
	transition: transform .4s;
}

.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
  bottom: 30px;
  font-size: 36px;
}

section.list-pages .wrap .center .content .box .items.style2 .item:hover h5{
	transform: translateY(-138px);
}

.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item:hover h5{
	transform: translateY(-182px);
}

section.list-pages .wrap .center .content .box .items.style2 .item .text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 13px;
	height: 108px;
	line-height: 18px;
	overflow: hidden;
	transform: translateY(140%);
	transition: transform .45s;
}

.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item .text {
  font-size: 20px;
  height: 156px;
  line-height: 26px;
}

section.list-pages .wrap .center .content .box .items.style2 .item:hover .text{
	transform: translateY(0);
}


/******************** Responsive ********************/

@media (max-width: 1700px){
	section.list-pages .wrap {
    width: 1360px;
	}

	section.list-pages .wrap .left{
		flex: 0 0 23%; max-width: 23%;
	}

	section.list-pages .wrap .center{
		flex: 0 0 54%; max-width: 54%;
	}

	section.list-pages .wrap .right{
		flex: 0 0 23%; max-width: 23%;
	}

	section.list-pages .wrap .left form .search {
    width: 230px;
	}

	section.list-pages .wrap .left form .search input[type="text"] {
    width: 212px;
	}

	section.list-pages .wrap .left form .box {
    margin-bottom: 34px;
	}

	section.list-pages .wrap .left form .box .line {
    margin-top: 11px;
	}

	section.list-pages .wrap .left form .box .item a {
    font-size: 18px;
	}

	section.list-pages .wrap .left form .box .item a .plus {
    width: 13px;
    height: 13px;
    top: 0px;
	}

	section.list-pages .wrap .left form .box .item .dropdown a {
    font-size: 16px;
    margin: 5px 0;
	}

	section.list-pages .wrap .center .content h2 {
    margin-bottom: 32px;
	}

	section.list-pages .wrap .center .content .top-desc {
    font-size: 20px;
	}

	section.list-pages .wrap .center .content .top-desc:lang(ar){
		font-size: 18px;
	}

	section.list-pages .wrap .center .content .sub-desc{
		font-size: 20px;
	}

	section.list-pages .wrap .center .content .box h3 {
    font-size: 28px;
    letter-spacing: 5px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 {
    margin-top: 50px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item {
    padding: 30px 38px 38px 38px;
	}

	.page-publications section.list-pages .wrap .center .content .box .items.style1 .item {
    padding: 15px 30px 16px 30px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .date {
    margin-bottom: 17px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 224px;
    border-radius: 10px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 342px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    font-size: 28px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item:hover h5 {
    transform: translateY(-118px);
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item:hover h5 {
    transform: translateY(-155px);
	}

	section.list-pages .wrap .center .content .box .items.style2 .item .text{
		bottom: 20px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item .text {
    font-size: 18px;
    height: 144px;
    line-height: 24px;
	}
}

@media (max-width: 1400px) {
	section.list-pages {
    padding-top: 82px;
	}

	section.list-pages .wrap {
    width: 1160px;
	}

	section.list-pages .wrap .left form .search {
    width: 210px;
    margin-bottom: 30px;
	}

	section.list-pages .wrap .left form .search input[type="text"] {
    width: 192px;
	}

	section.list-pages .wrap .left form .box h3 {
    font-size: 18px;
    letter-spacing: 0.3px;
	}

	section.list-pages .wrap .left form .box .item a {
    font-size: 16px;
	}

	section.list-pages .wrap .left form .box .item .dropdown a {
    font-size: 15px;
	}

	section.list-pages .wrap .center .content h2 {
    font-size: 26px;
    letter-spacing: 5px;
	}

	section.list-pages .wrap .center .content .top-desc {
    font-size: 18px;
	}

	section.list-pages .wrap .center .content .top-desc:lang(ar){
		font-size: 16px;
	}

	section.list-pages .wrap .center .content .top-desc:lang(ka){
		font-size: 16px;
	}

	section.list-pages .wrap .center .content .sub-desc {
    font-size: 18px;
	}

	section.list-pages .wrap .center .content .box h3 {
    font-size: 24px;
    letter-spacing: 3px;
	}

	section.list-pages .wrap .center .content .box .items {
    margin-top: 20px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item {
    padding: 20px 25px 25px 25px;
	}

	.page-publications section.list-pages .wrap .center .content .box .items.style1 .item {
    padding: 15px 25px 16px 25px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .img {
    height: 120px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4 {
    font-size: 20px;
    line-height: 24px;
    max-height: 72px;
    margin-top: -5px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ka){
		font-size: 17px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ar) {
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .text {
    font-size: 16px;
    margin-top: 17px;
    line-height: 20px;
    max-height: 60px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .autor {
    font-size: 13px;
	}

	section.list-pages .wrap .center .content .box .view-more-btn a {
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    padding: 0 65px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 190px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 288px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 1px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    font-size: 26px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item:hover h5 {
    transform: translateY(0);
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item:hover h5 {
    transform: translateY(0);
	}

	section.list-pages .wrap .center .content .box .items.style2 .item .text{
		display: none;
	}
}

@media (max-width: 1199.98px){
	section.list-pages {
    padding-top: 62px;
	}

	section.list-pages .wrap {
    width: 960px;
	}

	section.list-pages .wrap .left{
		flex: 0 0 30%; max-width: 30%;
	}

	section.list-pages .wrap .center{
		flex: 0 0 70%; max-width: 70%;
	}

	section.list-pages .wrap .right{
		flex: 0 0 0%; max-width: 0%;
	}

	.page-news section.list-pages .wrap .left,
	.page-publications section.list-pages .wrap .left{
		flex: 0 0 15%; max-width: 15%;
	}

	.page-news section.list-pages .wrap .center,
	.page-publications section.list-pages .wrap .center{
		flex: 0 0 70%; max-width: 70%;
	}

	.page-news section.list-pages .wrap .right,
	.page-publications section.list-pages .wrap .right{
		flex: 0 0 15%; max-width: 15%;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 205px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 235px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    font-size: 20px;
    bottom: 20px;
	}
}

@media (max-width: 1023.98px){
	section.list-pages {
    padding-top: 42px;
	}

	section.list-pages .wrap {
    width: 720px;
	}

	section.list-pages .wrap .left{
		flex: 0 0 35%; max-width: 35%;
	}

	section.list-pages .wrap .center{
		flex: 0 0 65%; max-width: 65%;
	}

	.page-news section.list-pages .wrap .left,
	.page-publications section.list-pages .wrap .left{
		flex: 0 0 10%; max-width: 10%;
	}

	.page-news section.list-pages .wrap .center,
	.page-publications section.list-pages .wrap .center{
		flex: 0 0 80%; max-width: 80%;
	}

	.page-news section.list-pages .wrap .right,
	.page-publications section.list-pages .wrap .right{
		flex: 0 0 10%; max-width: 10%;
	}

	.page-game-quizzes section.list-pages .wrap .left{
		flex: 0 0 0%; max-width: 0%;
	}

	.page-game-quizzes section.list-pages .wrap .center{
		flex: 0 0 100%; max-width: 100%;
	}

	.page-game-quizzes section.list-pages .wrap .right{
		flex: 0 0 0%; max-width: 0%;
	}

	section.list-pages .wrap .left form .search {
    width: 196px;
    margin-bottom: 26px;
    height: 34px;
	}

	section.list-pages .wrap .left form .search input[type="text"] {
    width: 178px;
    font-size: 14px;
	}

	section.list-pages .wrap .left form .box {
    margin-bottom: 30px;
	}

	section.list-pages .wrap .left form .box h3 {
    font-size: 16px;
    letter-spacing: 0.2px;
	}

	section.list-pages .wrap .left form .box .line {
    width: 140px;
	}

	section.list-pages .wrap .left form .box .item {
    margin-top: 8px;
	}

	section.list-pages .wrap .left form .box .item a {
    font-size: 15px;
	}

	section.list-pages .wrap .left form .box .item a .plus {
    width: 10px;
    height: 10px;
	}

	section.list-pages .wrap .left form .box .item a .plus:before {
    width: 2px;
	}

	section.list-pages .wrap .left form .box .item a .plus:after {
    height: 2px;
	}

	section.list-pages .wrap .left form .box .item .dropdown {
    padding-left: 15px;
	}

	section.list-pages .wrap .left form .box .item .dropdown a {
    font-size: 14px;
    margin: 4px 0;
	}

	section.list-pages .wrap .center .content h2 {
    font-size: 24px;
    letter-spacing: 4px;
	}

	section.list-pages .wrap .center .content .top-desc {
    font-size: 14px;
	}

	section.list-pages .wrap .center .content .top-desc:lang(ar){
		font-size: 14px;
	}

	section.list-pages .wrap .center .content .top-desc:lang(ka){
		font-size: 14px;
	}

	section.list-pages .wrap .center .content .sub-desc {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 20px;
	}

	section.list-pages .wrap .center .content .sub-desc .title {
    margin-bottom: 14px;
	}

	section.list-pages .wrap .center .content .box {
    margin-top: 25px;
    margin-bottom: 35px;
	}

	section.list-pages .wrap .center .content .box h3 {
    font-size: 22px;
    letter-spacing: 2px;
	}

	section.list-pages .wrap .center .content .box .items {
    margin-top: 16px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 {
    margin-top: 40px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item {
    padding: 10px 20px 20px 20px;
	}

	.page-piblications section.list-pages .wrap .center .content .box .items.style1 .item {
    padding: 12px 20px 16px 20px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .date {
    margin-bottom: 14px;
    font-size: 14px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .img {
    height: 80px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4 {
    font-size: 16px;
    line-height: 24px;
    max-height: 25px;
    margin-top: -5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ka){
		font-size: 14px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ar) {
    font-size: 16px;
    max-height: 25px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .text {
    font-size: 14px;
    margin-top: 9px;
    line-height: 18px;
    max-height: 54px;
	}

	section.list-pages .wrap .center .content .box .view-more-btn a {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    padding: 0px 48px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 135px;
    margin-bottom: 10px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
    bottom: 14px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    font-size: 22px;
	}
}

@media (max-width: 767.98px){
	section.list-pages {
    padding-top: 20px;
	}

	section.list-pages .wrap {
    width: 540px;
	}

	section.list-pages .wrap .left{
		flex: 0 0 100%; max-width: 100%;
	}

	section.list-pages .wrap .center{
		flex: 0 0 100%; max-width: 100%;
	}

	.page-news section.list-pages .wrap .left,
	.page-publications section.list-pages .wrap .left{
		flex: 0 0 100%; max-width: 100%;
	}

	.page-news section.list-pages .wrap .center,
	.page-publications section.list-pages .wrap .center{
		flex: 0 0 100%; max-width: 100%;
	}

	.page-news section.list-pages .wrap .right,
	.page-publications section.list-pages .wrap .right{
		flex: 0 0 100%; max-width: 100%;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 163px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 163px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    font-size: 14px;
    bottom: 14px;
	}
}

@media (max-width: 575.98px){
	section.list-pages .wrap {
    width: auto;
    margin-left: 21px;
    margin-right: 21px;
	}

	section.list-pages .wrap .center .content h2 {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 26px;
	}

	section.list-pages .wrap .center .content .box h3 {
    font-size: 20px;
    letter-spacing: 1px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 {
    margin-top: 30px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item .img {
    height: 116px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4 {
    max-height: 66px;
    margin-top: 8px;
    white-space: inherit;
    line-height: 22px;
	}

	section.list-pages .wrap .center .content .box .items.style1 .item h4:lang(ar) {
    font-size: 14px;
    max-height: 66px;
    line-height: 22px;
	}

	section.list-pages .wrap .center .content .box .view-more-btn {
    margin-top: 24px;
	}

	section.list-pages .wrap .center .content .box .view-more-btn a {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding: 0px 38px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 230px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item {
    height: 230px;
	}

	section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    padding: 0 20px;
    font-size: 18px;
	}

	.page-game-quizzes section.list-pages .wrap .center .content .box .items.style2 .item h5 {
    font-size: 18px;
	}
}