body {
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	font-family: system-ui, sans-serif;
	color: #1F2F54;
}

.homepage-body{
    color: #fff;
}
a {
	text-decoration: none;
	color: #fff;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6,h7 {
	margin: 0;
}

@media screen and (max-width: 1226px) {
	/*
    #topDivForAd{
        display: none !important;
    }
	*/
}

input::-ms-clear {
	display: none;
}
input:focus {
	outline: none !important;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
button:active, button:focus {
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
button {
	cursor: pointer;
	border: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b2b2b2;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #b2b2b2;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #b2b2b2;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #b2b2b2;
	opacity: 1;
}
.text-center {
	text-align: center;
}
.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header {
	background: #1f2f54;
}
.logo {
	display: block;
}
.logo__image {
	width: auto;
	height: 24px;
}
.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.navbar-list-item:not(:last-child) {
	margin-right: 50px;
}
.btn-green {
	background: #4b9d28;
	padding: 5px 25px;
	border-radius: 30px;
	text-align: center;
	transition: all .2s ease-in-out;
}
.btn-green ul {
	margin-bottom: 0px !important;
	font-size: 13px !important;
	text-decoration: none;
}
.btn-green li {
	font-size: 13px !important;
	text-decoration: none;
}

.btn-green a
{
	text-decoration: none;
	color: #fff !important;
}

.btn-green:hover, .btn-green:active{
	transform: scale(1.05);
	text-decoration: none;
	color: #fff !important;
}

.btn-green a:hover, .btn-green a:active{
	text-decoration: none;
	color: #fff !important;
}

main {
	background: #94cdf9;
	background-image: linear-gradient(#94cdf9, #1F2F54);
	padding-bottom: 75px;
}
.ad-section {

}

.ad-remove{
	display: none;
}

.typing-games {
	background: #4b9d28;
	margin: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	padding: 20px 0 20px 25px;
}

.typing-games-logo {
	display: block;
}
.typing-games-logo__image {
	width: 100%;
	padding-right: 50px;
}
.advert {
	background: none !important;
	color: #000;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-top: 25px;
}
.content {
	background: none;
	margin: 0 15px;
	padding: 10px 5px 15px 5px;
}
.card {
	text-align: center;
	border: 1px #f3f3f3 solid;
	border-radius: 20px;
	position: relative;
	margin: 0 10px 20px 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	
	border: none !important;
	box-shadow: none !important;
	padding: 7px;
}
.card-link {
	display: block;
	line-height: 0;
}
.card__image {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.card__play {
	display: none;
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 35px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 600;
	min-width: 130px;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	/*
	display: none;
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #e5292e;
	border: 3px #fff solid;
	text-align: center;
	align-items: center;
	height: 35px;
	border-radius: 35px;
	padding-left: 0px;
	padding-right: 0px;
	color: white;
	font-weight: 600;
	min-width: 130px;
	*/
}
.card:hover .card__play {
	display: inline;
	opacity: 1;
}
.card:hover .card__image  {
	opacity: 0.5;
}
.site-bar {
	background: #fff;
	padding: 5px;
	margin-top: 50px;
}
.site-bar__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #4b9d28;
	padding: 15px 10px 15px 20px;
	position: relative;
}
.site-bar__title-image {
	position: absolute;
	right: 10px;
	top:-10px;
}
.site-bar-list {
	margin-top: 5px;
	margin-bottom: 10px;
}
.site-bar-list-item {
	padding: 5px 0;
}
.site-bar-list-item:nth-child(2n) {
	background: #f8fbff;
}
.site-bar-list-item-link {
	color: #243d4d;
	padding-left: 10px;
}
.site-bar-card {
	margin: 10px 0;
}
.site-bar-card__image {
	/*padding: 10px 10px 5px 10px;*/
	border-radius: 10px;
	padding: 0px;
	background: #fff;
	border: 1px #f3f3f3 solid;
	/*margin: 0 10px;*/
	margin: 0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	margin-bottom: 5px;
}
.site-bar-card__image img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	-o-object-fit: fill;
	object-fit: fill;
}
.site-bar-card__title {
	color: #1f2f54;
	margin: 0 15px;
	padding: 10px 0;
}
.site-bar-card__text {
	color: #1f2f54;
	margin: 0 15px;
	font-size: 12px;
	padding-bottom: 20px;
}
.site-bar-card__play {
	margin: 0 25px;
	padding: 5px 0;
	background: #e5292e;
	border-radius: 30px;
	display: block;
	text-align: center;
}
.site-bar-playe-list {
	margin: 0;
}
.site-bar-playe-list-item {
	padding: 15px 15px;
}
.site-bar-playe-list-item:nth-child(2n) {
	background: #f8fbff;
}
.site-bar-playe-list-item__title {
	color: #1f2f54;
	padding-bottom: 10px;
}
.site-bar-playe-list-item__text {
	color: #1f2f54;
	font-size: 12px;
}
.search-form {
	background: #f4f7fa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 15px;
	border-radius: 15px;
	height: 57px;
}
.search__image {
	width: 15px;
	height: 15px;
}
.select {
	position: relative;
	width: 15%;
}
.select-contant {
	display: block;
	height: 100%;
}
.select i.arrowDown {
	display: none;
	width: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	height: 10px;
}
.form-2search{
	width: 115px;
	border: none;
    outline: none;
    scroll-behavior: smooth;
  background-color: rgb(244, 247, 250);
}
.arrowDown img {
	width: 10px;
	height: 10px;
}
.remove-ads-text-base {
	z-index:1; 
	/*position:absolute;
	top: 145px;
	right: 60px;*/
	width: 125px;
	margin-left: auto;
	margin-right: 40px;
	transition: all .2s ease-in-out;
	text-decoration: none;
	min-width: 124px;
	min-height: 42px;
	margin-left: 15px;
}

@media screen and (max-width: 630px){
	.remove-ads-text-base{
		display: none;
	}
}

.remove-ads-text-base:hover, .remove-ads-text-base:active{
	transform: scale(1.05);
	text-decoration: none;
}


.remove-ads-text {
	color:black;
	font-weight: 600;
}

.remove-ads-text-base:hover .remove-ads-text{
	text-decoration:none;
}

.dropdown-item {
	background: #f4f7fa;
	max-height: 70px;
	margin-top: 17px;
}
.dropdown-item:nth-child(1) {
	
}
.dropdown-el {
	background: #f4f7fa;
	left: 0px;
	top: 0px;
	border-radius: 15px;
	width: 100%;
	min-width: 100px;
	position: absolute;
	display: inline-block;
	min-height: 57px;
	max-height: 57px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	color: #000;
	outline: none;
	background-color: transparent;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.dropdown-el:hover {

}
.dropdown-el:hover span{

}
.dropdown-el.noabsolute {
	position: relative;
}
.dropdown-el:hover {

}
.dropdown-el input {
	width: 1px;
	height: 1px;
	display: inline-block;
	position: absolute;
	opacity: 0.01;
	visibility: hidden;
}
.dropdown-el label {
	background: #f4f7fa;
	display: block;
	height: 100%;
	line-height: 2em;
	padding-left: 25px;
	padding-right: 3em;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.3s color ease-in-out;
	-o-transition: 0.3s color ease-in-out;
	transition: 0.3s color ease-in-out;
	visibility: hidden;
}
.dropdown-el label span {
	margin-left: 15px;
}
.dropdown-el input:checked + label {
	visibility: visible;
	display: block;
	border-top: none;
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	min-height: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}
.dropdown-el input:checked + label:nth-child(2) {
	margin-top: 0;
}
.dropdown-el input:checked + label:hover {
	color: #000;
}
.dropdown-el::after {
	content: "";
	position: absolute;
	right: 0.8em;
	top: 0.9em;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	display: none;
}
.dropdown-el.expanded {
	z-index: 10;
	background: #FFFFFF;
	padding: 0;
	max-height: unset;
}
.dropdown-el.expanded label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 42px;
	border-top: none;
	font-size: 14px;
	visibility: visible;
	color: #000000;
}
.dropdown-el.expanded label:hover span{
	color: #000 !important
}
.dropdown-el.expanded input:checked + label {
	color: #000000;
}
.quantity button:hover {
	-webkit-filter: invert(0%) sepia(90%) saturate(7459%) hue-rotate(60deg) brightness(88%) contrast(112%);
	filter: invert(0%) sepia(90%) saturate(7459%) hue-rotate(60deg) brightness(88%) contrast(112%);
}
.dropdown-el.expanded::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 0.55em;
}
.dropdown-icon {
	padding-left: 96px !important;
	overflow: hidden;
}
.search {
	position: relative;
	cursor: pointer;
	width: 85%;
	background: #f4f7fa;
	border-radius: 15px;
	color: rgb(0,0,0);
}
.search__input {
	height: 57px;
	width: 100%;
	border-radius: 15px;
	padding: 20px 15px 20px 20px;
	background: #f4f7fa;
	font-size: 14px;
	border: 0;
	outline: 0;
	-webkit-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
	cursor: pointer;
}
.search:before {
	content: "";
	background: #c7c7c7;
	height: 30px;
	width: 1px;
	display: block;
	top: 14px;
	position: absolute;
}
.search-img {
	background: #69bc31;
	position: absolute;
	right: 0;
	top: 0;
	height: 57px;
	width: 50px;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.search__image {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
	-webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(104%) contrast(104%);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(104%) contrast(104%);
}
.game-catalog {
	margin: 0 15px;
}
.play-card {
	margin-bottom: 25px;
}
.plat-card-img__image {
	width: 100%;
	border-radius: 10px;
}
.play-card-img {
	padding: 10px 10px 5px 10px;
	border: 1px #f3f3f3 solid;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.play-card-img:hover .bottom-stars {
	opacity: 0;
}

.play-card-img:hover  .bg-image-bottom{
	opacity: 0.2;
	filter: blur(5px);
}

.play-card-img:hover  .description-bottom{
	display: inline;
	opacity: 1;
}

.play-card-img:hover .play-bottom {
	display: inline;
	opacity: 1;
}

.play-card-img .bg-image-bottom{
	grid-area: 1 / 1; 
	display: block; 
	max-height: 100%; 
	max-width: 100%; 
	-o-object-fit: cover; 
	object-fit: cover; 
	border-radius: 20px; 
	margin: auto; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.play-card-img .bottom-stars {
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.play-card-img .description-bottom{
	grid-area: 1 / 1; 
	display: none; 
	opacity: 0;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px; 
	text-align:center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.play-card-img .play-bottom{
	top: 85% !important;
	opacity: 0;
	display: inline !important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.button-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 25px;
}
.btn-load {
	outline: 0;
	border: 0;
	background: #e5292e;
	padding: 5px 40px;
	border-radius: 30px;
	color: #fff;
	font-size: 20px;
}
.tab {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	font-size: 18px;
	background: #69bc31;
}
.tab__image {
	position: absolute;
	top: 18px;
	left: -60px;
}
.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.tab label {
	position: relative;
	display: block;
	background: transparent;
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
	padding: 10px 0;
	margin-left: 85px;
	font-size: 18px;
}
.blue label {
	background: transparent;
}
.tab-content {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	border-bottom: 1px #fff solid;
	color: #000;
}
.blue .tab-content {
	background: transparent;
}
.tab-content p {
	margin: 25px 1em;
	line-height: 1.5;
	font-size: 14px;
}
/* :checked */
.tab input:checked ~ .tab-content {
	max-height: 3000px;
}

/* Icon */
.tab label::after {
	position: absolute;
	right: 25px;
	top: 27px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
.tab input[type=checkbox] + label::after {
	content: "";
	background-image: url(../image/down.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.tab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(540deg);
	-ms-transform: rotate(540deg);
	transform: rotate(540deg);
	top: 15px;
}
.tab input[type=radio]:checsked + label::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
footer {
	background: #1f2f54;
	padding: 35px 0;
	text-align: center;
}
.copy {
	margin-bottom: 15px;
}
@media screen and (max-width: 576px){

}


.col-left{
    width: 300px;
}
        
 .col-right{
    width: 300px;
}
        
@media (max-width: 1420px) 
{
	.col-right{
		-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
        
@media (max-width: 1100px) 
{
    .col-left{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}


.col-left-play, .col-right-play {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-left-play .left-ad-container{
	position: fixed;
	width: 16.666667%;
}

.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.ad-300-600{
	display: block;
}

.ad-160-600{
	display: none;
}

.ad-300-250{
	display: none;
}

.games-content-bottom{
	display: none !important;
}

@media (max-height: 620px){
	.ad-300-600{
	display: none;
}

.ad-160-600{
	display: none;
}

.ad-300-250{
	display: block;
}
}


@media (max-width: 1700px){
	.col-left-play{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
	}
	
	.col-left-play .left-ad-container{
	width: 21%;
	}

	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	}
}

@media (max-width: 1550px){
	.col-left-play{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
	}
	
	.col-left-play .left-ad-container{
	width: 21%;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 69%;
	flex: 0 0 69%;
	max-width: 69%;
	}
	
	.content{
		margin: 0 2px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.container-fluid{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.card{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.site-bar__title-image{
		display: none;
	}
}

@media (max-width: 1450px){
	.col-left-play{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
	}
	
	.col-left-play .left-ad-container{
	width: 22.5%;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 69.5%;
	flex: 0 0 69.5%;
	max-width: 69.5%;
	}
	
	.content{
		margin-left: 2px !important;
		margin-right: 5px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.container-fluid{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.card{
		margin-top: 20px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		border: none !important;
		box-shadow: none !important;
	}
	
	.site-bar__title-image{
		display: none;
	}
	
	.site-bar{
		padding: 7px;
	}
	
	.site-bar__title{
		padding-left: 2px;
	}
	
	.games-content-top{
		display: none !important;
	}
	
	.games-content-bottom{
		display: flex !important;
		margin-top: 0px !important;
	}
}

@media (max-width: 1330px){
	
	.col-left-play{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 13.3%;
		flex: 0 0 13.3%;
		max-width: 13.3%;	
	}
	
	.col-left-play .left-ad-container{
	width: 13.3%;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 76.7%;
	flex: 0 0 76.7%;
	max-width: 76.7%;
	}

	.ad-300-600{
		display: none;
	}

	.ad-160-600{
		display: block;
	}
}

@media (max-width: 1200px){
	
	.col-left-play{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
	
	.col-left-play .left-ad-container{
	width: 15%;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
	}
}



@media (max-width: 1080px){
	
	.col-left-play{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 17.5%;
		flex: 0 0 17.5%;
		max-width: 17.5%;
	}
	
	.col-left-play .left-ad-container{
	width: 17.5%;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 82.5%;
	flex: 0 0 82.5%;
	max-width: 82.5%;
	}
}

@media (max-width: 950px){
	.ad-section{
		display: none;
	}
	
	.col-left-play{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 21%;
		flex: 0 0 21%;
		max-width: 21%;
	}
	
	.col-left-play .left-ad-container{
	width: 21%;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 79%;
	flex: 0 0 79%;
	max-width: 79%;
	}
}


@media (max-width: 780px){
	
	.col-left-play{
		display: none;
	}
	
	.col-right-play {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.col-center-play{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
}

@media (max-height: 700px){
	.advert {
		height: 250px;
		margin-top: 50px;
	}
}


.play-card .pull-left{
	color: #1F2F54 !important;
}

.play-card .pull-left .small{
	color: #1F2F54 !important;
}


.typing-games-content{
	background: #4b9d28;
	margin: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	height: 84px;
	padding: 20px 0 20px 25px;
}

.f-between {
    justify-content: space-between !important;
}


.rating-block {
	display: flex;
	align-items: center;
}

.rating-block .rating {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 15px !important;
	color: #000;
	font-size: 18px;
	padding: 2px 10px;
	margin-right: 25px;
	cursor: pointer;
	position: relative;
	margin-bottom: 3px;
}


.btn-success {
    color: #ffffff !important;
    background-color: #358753 !important;
    border-color: #2b6e44 !important;
}

.btn-success img {
	filter: grayscale(100%);
}

.btn-danger{
	color:#ffffff !important;
	background-color:#f04124 !important;
	border-color:#ea2f10 !important;
}

.btn-danger img {
	filter: grayscale(100%);
}

.rating-block .rating img {
	margin-right: 10px;
	width: 100%;
	height: 16px;
	padding-right: 5px;
	object-fit: scale-down;
}
.rating-block .diz img {
	position: relative;
	top: 2px;
}
.rating-block .rating:before {
	position: absolute;
	content: "";
	background: #c6cad3;
	left: 35px;
	top: 0;
	width: 1px;
	height: 31px;
}
.rating-block .rating b {
	margin-left: 10px;
}

.rating-block .restart {
	font-size: 18px;
	padding: 2px 10px;
	border-radius: 15px;
	background: red;
	font-weight: bold;
	margin-right: 25px;
	cursor: pointer;
	min-width: 142px;
	transition: all 0,3s easy;
}

.rating-block .restart:hover, .rating-block .restart:active{
	transform: scale(1.05);
	text-decoration: none;
	color: #fff !important;
}

.questions {
	margin: 20px 10px;
}

.new-bg {
    background: #4b9d28 !important;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 80px;
    margin-top: 0 !important;
    width: 100%;
}

.owl-prev {
    right: -25px;
    position: relative;
    background: #69bc31 !important;
    border-radius: 50% !important;
    height: 45px !important;
    width: 45px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.owl-nav img {
    width: 30px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.owl-next {
    left: -25px;
    position: relative;
    background: #69bc31 !important;
    border-radius: 50% !important;
    height: 45px !important;
    width: 45px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.border-danger {
    border-color: #dc3545 !important;
}
.border {
    border: 1px solid #dee2e6 !important;
        border-top-color: rgb(222, 226, 230);
        border-top-width: 1px;
        border-right-color: rgb(222, 226, 230);
        border-right-width: 1px;
        border-bottom-color: rgb(222, 226, 230);
        border-bottom-width: 1px;
        border-left-color: rgb(222, 226, 230);
        border-left-width: 1px;
}

.ad-flex {
	display: flex;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.one-card .control-key{
	display: flex;
	float: unset;
	width: 100%;
}

.one-card .control-key form[name=support1]{
	margin: 0 auto;
}

.dark-text {
	color: 0;
}

.games-back{
	padding: 1px 0;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 20px;
	border-color: rgba(255, 255, 255, .5);
	margin-top: 20px;
}

.panel-body{
	padding: 5px !important;
}

#avcms-game-container-inner{
	background: #fff !important;
	padding: 7px !important;
}

/*
.ad{
	position: fixed;
}
*/

.new-text {
    color: #000;
    margin: 0 30px;
}

.new-card {
    background: #f9f9fa;
    padding: 25px 100px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.new-card__image img {
    width: 100%;
    height: 160px;
    object-fit: scale-down;
}

.new-card__title {
    font-weight: bold;
    text-align: center;
}

.new-card__price {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.new-card__link {
    background: #69bc31;
    padding: 7px 45px;
    border-radius: 15px;
    margin: 20px 0;
}

.form {
    background: #f9f9fa;
    margin: 20px 10px;
    padding: 50px 30px;
    color: #000;
}

.form-text {
    margin-bottom: 25px;
}

.form-title {
    margin-bottom: 15px;
}

.input-form {
    background: #fff;
    border: 0;
    outline: 0;
    border-radius: 15px;
    padding: 25px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.btn-group {
    margin-top: 25px;
}

.login {
    background: #69bc31;
    padding: 7px 45px;
    border-radius: 15px;
    margin: 20px 0;
        margin-right: 0px;
    margin-right: 25px;
}

.reset-password {
    background: #c7c7c7;
    padding: 7px 45px;
    border-radius: 15px;
    margin: 20px 0;
}