:root {
	/* shapka */
	--shapka: repeating-linear-gradient(to right,#b1ca80,#b1ca80 10px,#b1ca80 10px,#b1ca80 20px);
	--shapka_m: #f2f2f2;
	/* elements */
	--elem_a: #2e3939;
	--elem_a_h: #828994;
	/* other */
	--info: #4c5054;
	--podrobnee: green;
	--htp_numbers: green;
	--mainbg: #f8f7f5;
	--gradka: #b1ca80;
	--faq: #ededed;
	--mini_title: #333;
	--mini_title_m: #fff;
	--mini_title_m_h: #263b5e;
	--mini_title_h: #263b5e;
	/* maintext */
	--main_text: #333;
	--main_mini_text: #555;
	/* speedbar */
	--speedbar: #555;
	--speedbar_l: #222;
	/* footer */
	--footer_1: #4a4a4a;
	--footer_1_h: #fb7637; 
	--footer_18: #333;
	--footer_bg: #f8f7f5;
	/* alterbutton */
	--alterbutton: #a9a9a9;
	--alterbutton_h: #7f7f7f;
	/* simple buttons */
	--button: #919ca8;
	--btn: #26c00a;
	/* Big active button */
	--newbutton_color: linear-gradient(135deg,rgba(255,196,47,1),#95cecf);
	--newbutton_color_h: linear-gradient(135deg,rgba(255,108,22,1),#95cecf);
	--newbutton: #f8f7f5;
	/* about game */
	--about_game: #999;
	--about_button_text: #fff;
	--about_play: #6ec826;
	--about_game_title: #333;
	/* toggle */
	--toggle: #e8eeef;
	/* search */
	--searchtext: #555;
	--searchbox: #fff;
	--searchplaceholder: #333;
	/* boxes */
	--plashka: #737077;
	--plashka_bg: #f0f0f0;
	--plashka_bg_h: #f1f1f1;
	--box_text: #333;
	--box_text_h: #333;
	--box_border: #d4d3d3;
	/* gradient */
	--gradient: linear-gradient(to bottom,#2e3939,#859593);
	/* menu */
	--menu_h: #2e3939;
	--menu_text: #cecece;
	--menu_m_text: #fff;
	--menu_arrow: #b2b2b2;
	--menu_mobile_text: #cecece;
	/* scrollbox */
	--scroll: #737077;
	/* lines in footer */
	--f_line: #737077;
	/* pay for play */
	--button_money: #68904d;
	--button_money_text: #fff;
	--money_text: #fff;
	--button_border: #fff;
	--zabrat_t: #fff;
	--zabrat_b: #509f27;
	--zabrat_h: #b1aca9;
	/* navigation */
	--navig: #737077;
	--navig_text: #fff;
	--navig_noactive: #333;
	/* comments */
	--addcom_block: #f8f7f5;
	--addcom_inputs: #f8f7f5;
	--addcom_text: #000;
	--addcom_text_h: #fff;
	--addcom_placeholder: #000;
	--addcom_send: #f8f7f5;
	--addcom_send_h: #979797;
}

@media (max-width:969px) {
.header_main_container1 {display:none}
}
.unit-rating li {list-style-type:none}
.bottom-nav {margin-bottom: -10px; padding-top: 30px;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
	display:inline-block; 
	padding:0 10px; 
	margin:0 3px 10px 3px; 
	line-height: 40px; 
	min-width: 40px;
	border:1px solid var(--navig);
	background-color: var(--mainbg); 
	box-shadow: 0 23px 57px rgba(0,0,0,0.03); 
	border-radius: 10px; 
	font-weight: 500; 
	font-size: 17px;
	color: var(--navig_noactive);
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {
	border:1px solid var(--navig);
	background-color:var(--navig); 
	color: var(--navig_text)!important;
	text-decoration:none;
}

#content .swilly-podrobnee-1 {
    cursor: pointer;
    color: var(--podrobnee);
}

#content .swilly-podrobnee-2 {
    display: none;
}

#content .swilly-htp-item {
    position: relative;
    padding-left: 75px;
	margin-top: 25px;
    margin-bottom: 25px;
}

#content .swilly-htp-item-n {
    position: absolute;
    left: 5px;
    background: var(--navig);
    padding: 18px;
    font-size: 17px;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .swilly-htp h3 {
    font-size: 1.2em;
    margin: 10px 0 5px;
}

#content .swilly-htp h2 {
    margin: 10px 0 5px;
}

#content .swilly-htp p {
   margin-top: 0;
}

@media screen and (max-width: 500px) {
	#content .swilly-htp-item {
		padding-left: 0;
		padding-top: 25px;
	}
	
	#content .swilly-htp-item-n {
		left: 0;
		top: -5px;
	}
	
}

#content .swilly-faq-item {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    background: var(--faq);
    margin-bottom: 10px;
    width: 100%;
    padding: 18px 20px 20px 20px;
    display: block;
	position: relative;
}

#content .swilly-faq-item h3 {
    margin: 0;
	cursor: pointer;
	width: 85%;
	display: block;
	font-size: 1.2em;
}

#content .swilly-faq-item p {
	display: none;
}

#content .swilly-faq-item:after {
    content: ">";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: var(--toggle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(270deg);
    transition: 0.3s all;
}

#content .swilly-faq-item.open:after {
	transform: rotate(90deg);
}

.game_bottom_info {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 760px) {
	.game_top_info {
		display: flex;
	}
}

@media screen and (max-width: 500px) {
	.game_bottom_info_item_1, .game_bottom_info_item_2, .game_bottom_info_item_3, .game_bottom_info_item_4, .game_bottom_info_item_5 {
		width: 48%;
		margin-bottom: 1%;
	}
}

.swilly-button-iframe {
    width: 100%;
    background: var(--zabrat_b);
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zabrat_t);
    box-shadow: 0px 2px 7px #00000091;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 10px;
	transition: 0.3s all;
	z-index: 2;
    position: relative;
}

.swilly-button-iframe:hover {
    text-decoration: none;
	color: var(--zabrat_h)!important;
}

.swilly-game-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.swilly-game-info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 1%;
    margin-top: 0;
    padding: 0;
	border-bottom: 1px solid #0003;
}

#content .swilly-game-info-item p {
    margin: 0;
    padding: 0;
}

#content .swilly-game-info-item p:first-child {
    text-align: left;
}

#content .swilly-game-info-item p:last-child {
    text-align: right;
}

@media screen and (max-width: 500px) {
	.swilly-game-info-item {
		width: 100%;
	}
}

form#dle-comments-form {
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 6px #0000003b;
	background: var(--addcom_block)
}

.swilly-addcom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.swilly-addcom .form-group label {
    cursor: pointer;
}

.swilly-addcom .form-group {
    display: flex;
    flex-direction: column;
    width: 49%;
	color: var(--about_game_title);
}

.swilly-recaptcha {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.swilly-recaptcha img {
	object-fit: contain;
}

#content .swilly-addcom .form-group input, #content form#dle-comments-form .form-group textarea {
    padding: 10px 10px;
	box-shadow: 0 0 6px #0000003b;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: var(--addcom_inputs);
	color: var(--about_game_title);
}

#content .swilly-addcom .form-group input::placeholder, #content .swilly-recaptcha input::placeholder {
	color: var(--addcom_text);
}

#content .swilly-recaptcha input {
    color: var(--about_game_title);
}

#dle-comments-list {
    margin-top: 15px;
}

.swilly-butimg {
    width: 100%;
    border-radius: 8px;
	object-fit: cover;
}

.swilly-butka {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--about_play);
    border-radius: 5px;
    padding: 5px;
    color: var(--about_button_text);
}

.swilly-list-game {
    width: 19%;
}

.swilly-comment-btn {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 4px #00000047;
    background: var(--addcom_send);
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
	transition: 0.3s all;
	color: var(--addcom_text);
}
.swilly-comment-btn:hover {
	background: var(--addcom_send_h);
	color: var(--addcom_text_h);
}

.comms {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px #00000047;
    overflow: hidden;
	margin-bottom: 1%;
}

.comm-img {
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 8%;
}

.post-comments {
	width: 89%;
	padding-right: 10px;
	padding-bottom: 10px;
	color: var(--about_game_title);
}

#content .meta {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	color: var(--about_game_title);
}

#content .meta a {
	color: var(--menu_h);
}

@media screen and (max-width: 768px) {
	.swilly-list-game {
		width: 18%;
	}
}

@media screen and (max-width: 700px) {
	#content .meta {
		flex-direction: column;
	}
	.post-comments {
		width: 85%;
	}
	.comm-img {
		width: 12%;
	}
}
@media screen and (max-width: 500px) {
	#content .meta {
		font-size: 13px;
	}
	
	.subpages-list a {
		padding: 0;
		position: relative;
		box-shadow: 0 0 6px #0000006b;
	}
	
	.subpages-list a:hover span {color: var(--mini_title_m_h);}
	
	.subpages-list a img {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		object-fit: cover;
	}
	.subpages-list a span {
		position: absolute;
		z-index: 1;
		color: var(--mini_title_m);
		bottom: 0;
		width: 100%;
		font-weight: bold;
		font-size: 1.2em;
		padding: 5px;
		background: linear-gradient(360deg, #000000ad, transparent);
	}
	
	.swilly-addcom {
		flex-direction: column;
	}
	
	.swilly-addcom .form-group {
		width: 100%;
		margin-bottom: 5px;
	}

	.swilly-listik {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.swilly-list-game {
		width: 47%!important;
		margin-bottom: 2%;
	}
}

.swilly-expand {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swilly-expand-open {
	display: none;
	color: var(--podrobnee);
	cursor: pointer;
}
.swilly-cat-about {
width:100%;float:left;display: flex;align-items: flex-start;
}
.swilly-cat-about img {
	width: 100px;
    object-fit: contain;
}
@media screen and (max-width: 500px){
	.subpages-list{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.subpages-list a:nth-child(even) {
		margin: unset;
		margin-bottom: 1.6%;
	}
	.subpages-list a {
		width: 18%;
		display: block;
		margin: unset;
		margin-bottom: 1.6%;
	}
	.subpages-list a span {
		font-size: 0.9em;
	}
	.swilly-cat-about {
		align-items: center;
		flex-direction: column;
	}
	
}

@media screen and (max-width: 400px){
	.subpages-list a {
		width: 32%;
	}
}

.swilly-list-game .games-list_game-link_play-button {
	bottom: unset;
    top: -5px;
    left: -5px;
    width: 94%;
    position: relative;
    margin-top: -25px;
}
@media screen and (max-width: 900px){
	.swilly-list-game .games-list_game-link_play-button {
		bottom: unset;
		width: 93%;
		margin-top: -20px;
	}
}

@media screen and (max-width: 760px){
	.swilly-list-game .games-list_game-link_play-button {
		width: 92%;
	}
}

@media screen and (max-width: 450px){
	.swilly-list-game .games-list_game-link_play-button {
		width: 96%;
	}
}

@media screen and (max-width: 450px){
	.swilly-list-game {
		width: 100px;
	}
	.swilly-list-game .games-list_game-link_play-button {
		width: 95%;
	}
}

.swilly-accept {
    z-index: 1;
    position: absolute;
    top: -10%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #3e4040;
	color: var(--money_text);
}

#content .swilly-accept p {
    color: var(--money_text);
	text-align: center;
}

.swilly-accept-free {
    width: 40%;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--button_border);
    color: var(--money_text);
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 0 4px #ffffffb0;
    font-size: 1.2em;
	background: #00000059;
}

.swilly-accept-pay {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 8px;
    color: var(--button_money_text);
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 0 4px #ffffffb0;
    font-size: 1.2em;
	background: var(--button_money);
}

.swilly-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
	white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


@media screen and (max-width: 500px) {

	.swilly-accept-pay {
		width: 75%;
	}
	
	.swilly-accept-free {
		width: 55%;
	}
		
}

@media screen and (max-width: 380px) {

	.swilly-accept-pay {
		width: 95%;
	}
	
	.swilly-accept-free {
		width: 75%;
	}
		
}

.swilly-carousel-cat {
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.swilly-carousel-cat::-webkit-scrollbar, .swilly-seo-slider-block::-webkit-scrollbar {
	height: 5px;
	background: #00000017;
}

.swilly-carousel-cat::-webkit-scrollbar-thumb, .swilly-seo-slider-block::-webkit-scrollbar-thumb {
	background: var(--scroll);
}

.swilly-carousel-cat a {
    width: 90px;
    box-sizing: border-box;
    float: none;
    margin: unset;
    margin-right: 9px;
    display: flex;
    flex-direction: column;
}

.swilly-seo-slider-block {
    flex-wrap: nowrap;
    padding: 5px;
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.swilly-seo-slider-item {
    width: 250px;
    padding: 15px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 0 0 4px #0000004a;
}

#content .swilly-seo-slider-num {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 0;
}

#content .swilly-seo-slider-item p {
    line-height: 17px;
    text-align: left;
    font-size: 12px;
}

#content .swilly-seo-slider-item h3 {
    font-size: 1em;
    margin: 10px 0 0px;
}


.swilly-top-footer {
    display: flex;
    justify-content: space-between;
}

.swilly-bot-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: space-between;
}

.swilly-bot-footer-left {
    width: 29%;
}

.swilly-bot-footer-right {
    width: 69%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.swilly-bot-footer-left p {
	margin-top: 5px;
    font-size: 1.3em;
    border: 1px solid var(--footer_18);
	color: var(--footer_18);
    border-radius: 50%;
    width: max-content;
    height: max-content;
    padding: 10px 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swilly-bot-footer-right a, .swilly-bot-footer-left a {
    color: var(--footer_1);
    text-decoration: none;
	transition: 0.2s all;
}

.swilly-bot-footer-right a:hover, .swilly-bot-footer-left a:hover {
    color: var(--footer_1_h);
}

.swilly-vipad:after {
    content: ">";
    position: absolute;
    top: 25%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: var(--toggle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(270deg);
    transition: 0.3s all;
	pointer-events: none;
}

#menu .swilly-vipad-a {
    padding-right: 40px;
}

#menu .swilly-vipad-o .swilly-vipad-a {
    background-color: var(--menu_h);
	color: #fff;
}

.swilly-vipad-o:after {
	transform: rotate(90deg);
}

.swilly-vipad ul {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 35px;
    background: var(--gradient);
    width: max-content;
    flex-direction: column;
    justify-content: center;
}

.swilly-vipad ul li a {
    margin-left: 0!important;
    border-bottom: 1px solid #ffffff3d;
}

.swilly-vipad {
	position: relative;
	z-index: 2;
}

.space-categories-title {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}

.space-categories-title li {
    border: 1px solid var(--about_play);
    color: var(--about_play);
    border-radius: 15px;
    padding: 2px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.space-categories-title li a {
	color: inherit;
}

.space-categories-title li.active {
    filter: grayscale(1);
}

.swilly-new-block {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    box-shadow: 0 8px 15px 0px #00000054;
    border-radius: 8px;
    padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.swilly-new-block-count {
    position: absolute;
    top: 0px;
    left: 30px;
    background: var(--about_play);
    padding: 5px 10px;
    color: #fff;
    border-radius: 0 0 5px 5px;
}

.swilly-new-block-count:before {
    content: "";
    padding: 5px 14px;
    position: absolute;
    top: -10px;
    background: var(--about_play);
    left: 0;
    color: transparent;
    border-radius: 5px 5px 0 0;
    filter: brightness(0.8);
}

.swilly-new-block-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.swilly-new-block-1, .swilly-new-block-2, .swilly-new-block-3, .swilly-new-block-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 24.5%;
	padding: 0 12px;
	justify-content: center;
	position: relative;
}

.swilly-new-block-1:after, .swilly-new-block-2:after, .swilly-new-block-3:after {
	content: "";
    position: absolute;
	width: 1px;
	height: 40px;
	background: #000;
	opacity: .2;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content .swilly-new-block-2 .swilly-new-block-text-up, #content .swilly-new-block-2 .swilly-new-block-text-bot, #content .swilly-new-block-3 p {
    font-size: 0.75em;
    line-height: unset;
    margin-top: unset;
    margin-bottom: unset;
	text-align: center;
	filter: contrast(0.1);
}

.swilly-new-block-text-bot a {
	color:var(--about_play);
}

#content .swilly-new-block-2 h3 {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.25em;
    margin: unset;
	text-align: center;
}

#content .swilly-new-block-2 .swilly-new-block-text-mid {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    padding-bottom: 5px;
    line-height: unset;
    margin-bottom: unset;
    margin-top: unset;
	text-align: center;
}

.swilly-new-block-text-bot {
    font-size: 0.75em;
    line-height: unset;
    margin-bottom: unset;
    margin-top: unset;
}

.swilly-new-block-1 img {
    border-radius: 12px;
    width: 80px;
}

.swilly-new-block-bot {
    font-size: 0.9em;
    line-height: unset;
    margin-top: 15px;
    margin-bottom: unset;
    filter: contrast(0.1) brightness(1);
}

.swilly-new-block-4 a:first-child {
    background: var(--about_play);
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
	margin-bottom: 10px;
	transition: 0.2s all;
}

.swilly-new-block-4 a:last-child {
    background: var(--about_game_title);
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
	transition: 0.2s all;
}

.swilly-new-block-4 a:hover {
    transform: scale(1.05);
	box-shadow: 0 0 9px #00000080;
}

.swilly-new-block-rating {
    display: flex;
    border: 1px solid;
    border-radius: 15px;
    padding: 5px 15px;
	align-items: center;
	margin-bottom: 7px;
}

.swilly-new-block-rating svg {
	width: 20px;
	height: 20px;
    fill: #ffd32a;
}

.swilly-new-block-rating span {
    font-size: 16px;
    font-weight: bold;
    padding-top: 2.5px;
    padding-left: 5px;
}

@media screen and (max-width: 1040px) {

	.swilly-new-block-rating svg {
		width: 13px;
		height: 13px;
	}

}

@media screen and (max-width: 996px) {

	.swilly-new-blockflex {
		display: flex;
		flex-wrap: wrap;
	}
	
	.swilly-new-block-rating svg {
		width: 20px;
		height: 20px;
	}
	
	.swilly-new-block {
		width: 47%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.swilly-new-block-top {
		flex-direction: column;
		align-items: center;
	}
	
	.swilly-new-block-1, .swilly-new-block-2, .swilly-new-block-3, .swilly-new-block-4 {
		width: 100%;
	}
	
	.swilly-new-block-1:after, .swilly-new-block-2:after, .swilly-new-block-3:after {
		content: unset;
	}
	
	#content .swilly-new-block-2 .swilly-new-block-text-up, #content .swilly-new-block-2 .swilly-new-block-text-bot, #content .swilly-new-block-3 p {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 768px) {

	.swilly-new-block {
		width: 100%;
	}

}

@media screen and (max-width: 450px) {

	.space-categories-title li {
		padding: 2px 12px;
		font-size: 11px;
	}

}


@media screen and (max-width: 1320px) {
	.swilly-bot-footer-right a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1280px) {
	.swilly-vipad ul {
		left: 10px;
	}
}
@media screen and (max-width: 1040px) {
	.swilly-vipad ul {
		left: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.swilly-top-footer a {
		width: 14%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.swilly-bot-footer-right {
		width: 49%;
		flex-direction: column;
		align-items: flex-end;
	}
	
	.swilly-bot-footer-right a {
		font-size: 13px;
		margin-bottom: 4px;
		text-align: right;
	}
	
	.swilly-bot-footer-left {
		width: 49%;
		display: flex;
	}
}

@media screen and (max-width: 960px) {
	.swilly-carousel-cat a:nth-child(even) {
		margin: unset;
		margin-right: 9px;
	}
	.swilly-carousel-cat a {
		margin: unset;
		margin-right: 9px;
	}
	.swilly-carousel-cat a img {
		width: 100%;
		margin-right: unset;
	}
}

@media screen and (max-width: 900px) {
	.swilly-carousel-cat a {
		background-color: unset;
		color: #000;
	}
	
	.swilly-vipad ul li a {
		color: #fff!important;
	}
	
	.swilly-vipad-o{
		background-color: var(--menu_h);
		color: #fff;
	}
	#menu .swilly-vipad-o .swilly-vipad-a {
		color: #fff;
	}
	.swilly-vipad:after {
		color: #000;
	}
	.swilly-vipad ul {
		width: 100%;
	}
	
	#menu ul li a {
		color: var(--menu_mobile_text);
	}
}

@media screen and (max-width: 760px) {
	.swilly-top-footer {
		flex-wrap: wrap;
	}
	.swilly-top-footer a {
		width: 32%;
		margin-bottom: 2%;
	}
	.swilly-vipad ul {
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.swilly-bot-footer {
		flex-direction: column;
		overflow: hidden;
	}
	.swilly-bot-footer-left {
		width: 100%;
	}
	.swilly-bot-footer-left p {
		margin-top: unset;
		margin-left: 10px;
	}
	.swilly-bot-footer-right {
		width: 100%;
		align-items: flex-start;
		margin-top: 10px;
		position: relative;
		padding-top: 20px;
	}
	.swilly-bot-footer-right a {
		text-align: left;
	}
	.swilly-bot-footer-right:after {
		content: '';
		width: 106%;
		height: 10px;
		background: var(--f_line);
		top: 0;
		position: absolute;
		left: -10px;
		right: -10px;
	}
}

@media screen and (max-width: 500px) {
	.swilly-carousel-cat {
		flex-wrap: nowrap;
		padding: 7px;
	}
	
	.swilly-top-footer a {
		width: 49%;
	}
}

.top_block-title, .sidebar_block-title {
	border-left: 3px solid var(--plashka);
    border-bottom: 1px solid var(--box_border);
    background: var(--plashka_bg);
	display: block;
	width: 100%;
}

.top_block-title span, .top_block-title a, .sidebar_block-title span, .sidebar_block-title a {
	width: 95%!important;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	border-left: unset;
    border-bottom: unset;
    background: unset;
}

.top_block-title a, .sidebar_block-title a {
	padding-right: 20px;
}

.top_block-title a:after, .sidebar_block-title a:after {
    right: 0px;
}

@media screen and (max-width: 1024px) {
	.game_top_info_item_3_button {
		font-size: 12px;
	}
}

.swilly-top-casino {
    display: flex;
    flex-direction: column;
    gap: unset;
}

.swilly-top-casino a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	text-decoration: none;
	padding-bottom: 5px;
    border-bottom: 1px solid var(--box_border);
    margin-bottom: 5px;
}

.swilly-top-casino a * {
    text-decoration: none;
}

.swilly-top-casino a strong {
    padding-right: 7px;
    padding-left: 7px;
}

.swilly-top-casino a img, .swilly-top-casino a:hover img {
   width: 80px;
   margin-right: 5px;
}

.swilly-top-casino-take {
    color: var(--about_button_text);
    background-color: var(--about_play);
    padding: 5px 13px;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
	margin-left: 7px;
}

.swilly-top-casino-title span {
    background: var(--plashka);
    color: var(--about_button_text);
    text-align: center;
	width: 100%!important;
	font-weight: 800;
}

.swilly-top-casino-block {
	display: none;
}

.swilly-top-casino-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swilly-top-casino-rating {
    background-image: url(/templates/Games/images/star.svg);
    background-repeat: no-repeat;
    background-position: 15px 0px;
    background-size: 15px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 5px;
}

.swilly-table-casino {
    width: 100%;
    border-collapse: collapse;
	text-align: center;
}


.swilly-table-casino thead td {
    background: var(--elem_a);
    color: #fff;
    font-size: 17px;
    padding: 1px 3px;
	border: 1px solid #fff;
}

.swilly-casino-table-rate img {
	width: 15px;
	height: 15px;
	display: inline;
}

.swilly-casino-table-img img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    width: 100%;
    border-radius: 8px;
    padding: 2px;
}

.swilly-sidebar-table .swilly-casino-table-img img {
	aspect-ratio: 1 / 1;
	width: 70%;
	height: 70%;
}

.swilly-sidebar-table .swilly-casino-table-img a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.swilly-fullstory-table .swilly-casino-table-img img {
    width: 80px;
    height: unset;
}

.swilly-table-casino .swilly-top-casino-take {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1350px) {
	
	.swilly-top-casino a img, .swilly-top-casino a:hover img {
		width: 65px;
	}
	
	.swilly-top-casino a * {
		font-size: 13px;
	}
	
	.swilly-top-casino-take {
		padding: 11px;
	}
		
}

@media screen and (max-width: 900px) {
	
	.swilly-top-casino-block {
		display: block;
	}
	
}

@media screen and (max-width: 450px) {
	
	.swilly-table-casino thead td {
		font-size: 15px;
	}
	
	.swilly-top-casino-take {
		padding: 5px;
	}
	
}


.swilly-language img, .swilly-mobile-language img, .swilly-footer-language img {
    width: 30px;
    height: 20px;
	margin-right: 5px;
    display: block;
}

.swilly-language, .swilly-footer-language {
    width: 110px;
	position: relative;
	display: inline-block;
	top: 5px;
}

.swilly-aviable-language {
    position: absolute;
    display: none;
    background: var(--elem_a);
    right: 0;
    left: -190px;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 999;
    justify-content: space-between;
    padding: 10px;
    border-radius: 3px;
}

.swilly-current-language {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 10px 25px 10px 15px;
    font-size: 18px;
    font-weight: 500;
	cursor: pointer;
	background: var(--elem_a);
    color: var(--menu_m_text);
	border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
	position: relative;
}

.swilly-current-language:after {
    content: ">";
    position: absolute;
    top: 25%;
    right: 7px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transform: rotate(270deg);
    font-size: 15px;
	transition: 0.3s all;
}

.swilly-expand-language .swilly-current-language:after {
    transform: rotate(90deg);
}

.swilly-current-language:hover {
    background: var(--elem_a_h);
}

.swilly-aviable-language a {
    width: 32%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: var(--about_game);
    color: var(--menu_m_text);
    border-radius: 2px;
}

.swilly-aviable-language a:hover {
    background: var(--about_game_title);
	color: var(--menu_m_text);
	text-decoration: none;
}

.swilly-expand-language .swilly-aviable-language {
	display: flex;
}

.swilly-mobile-language {
    width: 110px;
	position: relative;
    top: 2px;
}

.swilly-mobile-language .swilly-current-language {
    background: none;
	box-shadow: none;
}

@media screen and (max-width: 900px) {
	
	.swilly-language {
		display: none;
	}
	
}

.swilly-gorlistik {
	display: flex;
    flex-direction: column;
}

.swilly-gorlistik .swilly-butimg {
    width: 200px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 3 / 1;
}

.swilly-gorlistik .swilly-list-game {
    width: 100%;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}

.swilly-gorlistik .swilly-butka {
    width: 130px;
    height: 75q;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
	margin-left: auto;
}

.swilly-gorlistik .games-list_game-link_play-info_rating {
    width: 270px;
    text-align: left;
    display: flex;
    color: var(--about_game_title);
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
    border-right: 1px solid var(--about_game_title);
    border-left: 1px solid var(--about_game_title);
    padding-left: 25px;
    height: 75q;
    align-items: center;
    background-position: 10px 50%;
    margin-right: 15px;
}

.swilly-gorlistik .games-list_game-link_title {
    font-size: 21px;
	font-weight: 900;
}

@media screen and (max-width: 1280px) {
	
	.swilly-gorlistik .games-list_game-link_play-info_rating {
		width: 235px;
		font-size: 14px;
	}
	
	.swilly-gorlistik .games-list_game-link_title {
		font-size: 16px;
	}
	
	.swilly-gorlistik .swilly-butimg {
		width: 150px;
		height: 80px;
	}
	
	.swilly-gorlistik .swilly-butka {
		width: 120px;
		height: 65q;
	}
	
}

@media screen and (max-width: 1040px) {
	
	.swilly-gorlistik .swilly-butka {
		width: 100px;
		height: 60q;
		font-size: 15px;
	}
	
	.swilly-gorlistik .swilly-butimg {
		width: 125px;
		height: 75px;
	}
	
	.swilly-gorlistik .games-list_game-link_play-info_rating {
		width: 215px;
		font-size: 13px;
	}
	
	.swilly-gorlistik .games-list_game-link_title {
		font-size: 15px;
	}
	
}


@media screen and (max-width: 650px) {
	
	.swilly-gorlistik {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.swilly-gorlistik .swilly-list-game {
		flex-direction: column;
		width: 48.5%;
		margin-bottom: 2%;
	}
	
	.swilly-gorlistik .games-list_game-link_play-info_rating {
		width: 100%;
		text-align: center;
		font-size: 17px;
		border: none;
		justify-content: center;
		background-position: 5% 50%;
		height: 50q;
	}
	
	.swilly-gorlistik .games-list_game-link_title {
		font-size: 25px;
	}
	
	.swilly-gorlistik .swilly-butka {
		width: 100%;
		height: 50q;
		font-size: 19px;
	}
	
	.swilly-gorlistik .swilly-butimg {
		width: 100%;
		height: 125px;
	}
	
	.swilly-footer-language .swilly-aviable-language {
		right: -110px;
		left: -110px;
	}
	
}

@media screen and (max-width: 500px) {
	
	.swilly-gorlistik .games-list_game-link_play-info_rating {
		font-size: 14px;
		background-position: 0% 50%;
	}
	
	.swilly-gorlistik .games-list_game-link_title {
		font-size: 22px;
	}
	
	.swilly-gorlistik .swilly-butka {
		height: 40q;
		font-size: 15px;
	}
}

@media screen and (max-width: 350px) {
	
	.swilly-gorlistik .games-list_game-link_play-info_rating {
		font-size: 14px;
		background-position: 0% 50%;
	}
	
	.swilly-gorlistik .games-list_game-link_title {
		font-size: 22px;
	}
	
	.swilly-gorlistik .swilly-butka {
		height: 40q;
		font-size: 15px;
	}
	
	.swilly-footer-language .swilly-aviable-language {
		right: -70px;
		left: -70px;
	}
}

.swilly-author-block {
    display: flex;
	background: #fff;
    border-radius: 8px;
	color: var(--box_text);
	margin: 55px 0;
}

.swilly-author-block img {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    margin-right: 30px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.swilly-author-info {
    margin: 15px 0;
}

.swilly-author-name {
    font-size: 18px;
}

.swilly-author-name span {
    font-weight: 800;
}

.swilly-author-descr {
    font-size: 17px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.swilly-author-block a {
    color: var(--about_play);
    font-size: 17px;
    font-weight: 500;
}

 .swilly-author-block a:hover {
    color: var(--about_play);
}

.swilly-author-soc {
    padding-right: 5px;
    margin: 5px 0px;
    display: flex;
}

.swilly-author-soc svg {
    width: 22px;
    height: 22px;
    display: block;
	margin-right: 5px;
}

.swilly-author-soc a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    color: var(--menu_h);
    transition: 0.1s all;
    margin-top: 5px;
}

@media screen and (max-width: 550px) {
	
	.swilly-author-block img {
		height: 80px;
		width: 80px;
		margin-right: 25px;
	}
	
	.swilly-author-name, .swilly-author-descr, .swilly-author-block a {
		font-size: 15.5px;
	}
	
	.swilly-author-block-static {
		margin: 35px 0;
		flex-direction: column;
		padding: 0 15px;
	}
	
	.swilly-author-block-static img {
		height: 120px;
		width: 120px;
		margin: 15px auto;
	}
	
	.swilly-author-block-static .swilly-author-info {
		margin: 0;
	}
	
	
}

@media screen and (max-width: 450px) {
	
	.swilly-author-block img {
		height: 75px;
		width: 75px;
		margin-right: 15px;
		margin-left: 10px;
	}
	
	.swilly-author-block-static img {
		height: 100px;
		width: 100px;
		margin: 15px auto;
	}
	
	.swilly-author-name, .swilly-author-descr, .swilly-author-block a {
		font-size: 12.5px;
		line-height: 17px;
	}
	
	.swilly-author-info {
		padding-right: 5px;
	}
	
}

.swilly-author-block {
    display: flex;
	background: #fff;
    border-radius: 8px;
	color: var(--box_text);
	margin: 55px 0;
}

.swilly-author-block img {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    margin-right: 30px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.swilly-author-info {
    margin: 15px 0;
}

.swilly-author-name {
    font-size: 18px;
}

.swilly-author-name span {
    font-weight: 800;
}

.swilly-author-descr {
    font-size: 17px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.swilly-author-block a {
    color: var(--about_play);
    font-size: 17px;
    font-weight: 500;
}

 .swilly-author-block a:hover {
    color: var(--about_play);
}

.swilly-author-soc {
    padding-right: 5px;
    margin: 5px 0px;
    display: flex;
}

.swilly-author-soc svg {
    width: 22px;
    height: 22px;
    display: block;
	margin-right: 5px;
}

.swilly-author-soc a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    color: var(--menu_h);
    transition: 0.1s all;
    margin-top: 5px;
}

@media screen and (max-width: 550px) {
	
	.swilly-author-block img {
		height: 80px;
		width: 80px;
		margin-right: 25px;
	}
	
	.swilly-author-name, .swilly-author-descr, .swilly-author-block a {
		font-size: 15.5px;
	}
	
	.swilly-author-block-static {
		margin: 35px 0;
		flex-direction: column;
		padding: 0 15px;
	}
	
	.swilly-author-block-static img {
		height: 120px;
		width: 120px;
		margin: 15px auto;
	}
	
	.swilly-author-block-static .swilly-author-info {
		margin: 0;
	}
	
	
}

@media screen and (max-width: 450px) {
	
	.swilly-author-block img {
		height: 75px;
		width: 75px;
		margin-right: 15px;
		margin-left: 10px;
	}
	
	.swilly-author-block-static img {
		height: 100px;
		width: 100px;
		margin: 15px auto;
	}
	
	.swilly-author-name, .swilly-author-descr, .swilly-author-block a {
		font-size: 12.5px;
		line-height: 17px;
	}
	
	.swilly-author-info {
		padding-right: 5px;
	}
	
}