

/* Start:/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog/main_catalog/style.min.css?15910762181109*/
.grid2x1 .bx_content_section{float:left;width:66%}.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar,.grid .bx_sidebar,.grid .bx_content_section{margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-red .catalog-block-header{border-color:#da3737}.popup-window{max-height:395px;overflow-y:scroll}.popup-window::-webkit-scrollbar{width:12px}.popup-window::-webkit-scrollbar-thumb{background-color:#394b54}.catalog-block-header{font-size:14px;font-weight:700;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section{width:100%;float:none}.grid2x1 .bx_sidebar{width:100%;float:none;padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}
/* End */


/* Start:/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.element/.default/style.css?16091429688456*/
.content {
/*	padding: 0 !important;*/
}

.game_header h1 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: initial;
}

h2 {
	padding: 30px 0 20px !important;
}

.game_header {
	position: relative;
	height: auto;
	margin: -15px -15px 0 -15px;
	color: white;
	background-size: cover;
	background-color: #76ab33;
	background-position: center;
	background-repeat: no-repeat;
}

/*
.gh_gradient1 {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,.7) 80%);
	height: inherit;
}

.gh_gradient2 {
	background: linear-gradient(to right, rgba(0,0,0,0) 30%, rgba(0,0,0,.9) 90%);
	height: inherit;
}
*/
.gh_content {
	height: 100%;
	padding: 30px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,.7) 80%), linear-gradient(to right, rgba(0,0,0,0) 30%, rgba(0,0,0,.9) 90%);
}

.game_heading_cnt {
	/*position: absolute;*/
	bottom: 0;
	/*left: 15px;*/
}

.gh_content .row {
    height: inherit;
}

.top {
	font-size: 14px;
	padding: 0.5px 16px;
	border-radius: 20px;
	color: white;
	display: inline-block;
}

.top,
.tag {
	margin-right: 10px;
	margin-bottom: 8px;
}

.top_new {
	background-color: #43a047;
}

.top_hit {
	background-color: #e53935;
}

.top_popular {
	background-color: #ef6c00;
}

.top_top {
	background-color: #ef5350;
	font: 12px 'Circe-Bold';
	padding: 4px 16px;
}

.developer {
	color: #bdbdbd;
	font: 18px 'Circe-Light';
	line-height: 1;
}
.tags_cnt {
	font-size: 10px;
	margin-bottom: 12px;
}

.tag {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #bdbdbd;
	color: #bdbdbd;
}

.tag:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
	transition: .4s;
}

.rating_heading {
	font-size: 20px;
	margin-right: 20px;
	float: left;
}

.rating {
	color: #f39b19;
}
.rating i {
	font-size: 16px;
	margin-right: 5px;
}
.game_info_list {
	padding-left: 0;
	list-style: none;
	font-size: 12px;
	font-family: 'Circe-Light';
}

.game_info_list li + li {
	margin-top: 8px;
}

.list_heading {
	color: #f39b19;
	text-transform: uppercase;
	font-family: 'Circe-Regular';
}

.game_info_list a {
	color: inherit;
	text-decoration: underline;
}

.game_info_list a:hover {
	color: inherit;
	text-decoration: none;
}

.btn_toplay,
.btn_toplay:focus {
	position: relative;
	margin: 0 auto;
	max-width: 210px;
	width: 100%;
	height: 50px;
	background-color: #689f38;
	text-transform: uppercase;
	color: white;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.btn_toplay:focus {
	box-shadow: none;
}

.btn_toplay:hover {
	background-color: #4f7b28;
	color: #eee;
	transition: .4s;
	text-decoration: none;
}

.game_body .game_body_text ul {
	padding-left: 0;
	list-style: none;
}

.game_body ul li:before {
	color: #f39b19;
	content: "\25CF";
	padding-right: 10px;
}

.game_body {
	background-color: #f5f5f5;
}

.game_body {
	color: #616161;
	font-family: 'Circe-Light';
}

.game_body img {
  	max-width:  100%;
  	height: auto;
}

.media {
	height: 146px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.media a {
	height: inherit;
	display: block;
	width: 100%;
}

.btn_cnt .btn {
	margin: 30px 0 0 auto;
}
.dislike,
.like {
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	border-radius: 99px;
	display: inline-block;
	transition: .3s;
}

.dislike {
	background-color: #ff5252;
	background-image: url(/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.element/.default/images/like.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-position: center 5px;
}

.dislike:hover {
	background-color: #c74343;
}

.like {
	background-color: #689f38;
	background-image: url(/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.element/.default/images/like.png);
	background-position: bottom 8px center;
}

.like:hover {
	background-color: #527d2c;
}

#owl1 .owl-stage-outer {
	z-index: 9;
}

#owl1 .owl-nav {
	height: 146px;
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
}

#owl1 .owl-prev {
	float: left;
}
#owl1 .owl-next {
	float: right;
}

.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

#owl1 .owl-prev,
#owl1 .owl-next {
	z-index: 99;
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	font-size: 30px;
	background: none;
}
#owl1 .owl-prev:hover,
#owl1 .owl-next:hover {
	color: #fff;
}
.item-video {
	height: 146px;
}
.btn_cnt .btn_toplay {
    margin: 30px 0 0 auto;
}
.owl-video-play-icon {
	display: none;
}

.link_video {
z-index: 2;
position: absolute;
display: block;
width: 100%;
height: 100%;
background-image: url('/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.element/.default/images/youtube.png');
background-position: center;
background-repeat: no-repeat;
}
.ya-share2__badge {
	border-radius: initial !important;
}

.sn_cnt {
	margin-bottom: 15px;
}

.pulse1 {
position: absolute;
    width: 230px;
    height: 69px;
    margin: auto;
    top: -10px;
    z-index: 1;
    opacity: 0;
    border: 2px solid rgba(104,159,56,.6);
    -webkit-animation: pulsejg1 2s linear infinite;
    -moz-animation: pulsejg1 2s linear infinite;
    animation: pulsejg1 2s linear infinite;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(104,159,56, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(104,159,56, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(104,159,56, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.7);
        opacity: .2;
    }

    20% {
        -webkit-transform: scale(0.8);
        opacity: .4;
    }

    40% {
        -webkit-transform: scale(0.9);
        opacity: .5;
    }

    60% {
        -webkit-transform: scale(1.0);
        opacity: .4;
    }
    
    80% {
        -webkit-transform: scale(1.1);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.7);
        opacity: .2;
    }

    20% {
        -moz-transform: scale(.8);
        opacity: .4;
    }

    40% {
        -moz-transform: scale(.9);
        opacity: .5;
    }

    60% {
        -moz-transform: scale(1.0);
        opacity: .4;
    }
    
    80% {
        -moz-transform: scale(1.1);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.7);
        opacity: .2;
    }

    20% {
        transform: scale(.8);
        opacity: .4;
    }

    40% {
        transform: scale(.9);
        opacity: .5;
    }

    60% {
        transform: scale(1.0);
        opacity: .4;
    }
    
    80% {
        transform: scale(1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.7);
        opacity: .1;
    }

    25% {
        -webkit-transform: scale(.8);
        opacity: .3;
    }

    50% {
        -webkit-transform: scale(.9);
        opacity: .4;
    }

    75% {
        -webkit-transform: scale(1.0);
        opacity: .3;
    }
    
    100% {
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.7);
        opacity: .1;
    }

    25% {
        -moz-transform: scale(.8);
        opacity: .3;
    }

    50% {
        -moz-transform: scale(.9);
        opacity: .4;
    }

    75% {
        -moz-transform: scale(1.0);
        opacity: .3;
    }
    
    100% {
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.7);
        opacity: .1;
    }

    25% {
        transform: scale(.8);
        opacity: .3;
    }

    50% {
        transform: scale(.9);
        opacity: .4;
    }

    75% {
        transform: scale(1.0);
        opacity: .3;
    }
    
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}



@media (min-width: 576px) {

	.game_heading_cnt {
		position: relative;
	}

	.game_header .btn_toplay {
		position: relative;
    	bottom: 0;
	}
	.game_body .game_body_text ul {
		column-count: 2;
		padding-left: 0;
		list-style: none;
	}
}

@media (min-width: 768px) {
	.game_header {
		/*min-height: 350px;*/
		margin: -15px -30px 0 -30px;
	}
	.game_header h1 {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	.tags_cnt {
		font-size: 11px;
	}
	.sn_cnt {
		margin-bottom: initial;
	}
}
/* End */


/* Start:/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.add/game_reviews/style.min.css?15910762188928*/
@media(min-width:768px){.spoiler-reviews-body .forms{display:flex}.spoiler-reviews-body .forms .form-auth{flex-grow:1;width:48%;position:relative;margin-right:4%;background:#f8f8f8;padding:15px 0 15px 15px}.spoiler-reviews-body .forms .form-reg{flex-shrink:1;width:48%;position:relative;background:#f8f8f8;padding:15px 0 15px 15px}}@media(max-width:767px){.spoiler-reviews-body .forms .form-auth{background:#f8f8f8;margin-bottom:30px}.spoiler-reviews-body .forms .form-reg{background:#f8f8f8}}.add-reviews{text-align:center;margin-bottom:30px}#reviews-body .add-reviews{margin-top:20px}.add-reviews .bg{background:#f8f8f8;padding:26px 0}.spoiler-reviews-body{padding-top:20px}.spoiler_links{cursor:pointer}.add-reviews .spoiler{border:1px solid #7c7c7c;box-shadow:1px 2px 1px 1px #e2e2e2;padding:5px;display:inline-block;background:#fff}#reviews-statistics .spoiler-reviews-body{padding-top:40px}.add-reviews .spoiler-input{padding:5px 40px;color:#FFF;text-decoration:none;font-family:"PG Isadora Cyr Pro",Arial,regular;font-size:18px;min-height:30px;line-height:20px;cursor:pointer}.auth-error{font-size:18px;color:#994d4d;font-family:"ProximaNova",Arial,sans-serif;text-align:left;margin-bottom:20px}#auth-title,#register-title{color:#000000;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;text-align:left}#auth_review-check-error,#registration_review-check-error{color:#994d4d;text-align:left}#reviews-body .title{width:50%}.add-reviews .success{color:green;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;margin-top:10px}#add_review .captcha-block{margin-top:30px}#add_review .textarea_button{float:left;margin-top:10px;display:flex}#add_review .add-photo{width:34px;height:34px;position:relative;overflow:hidden}#add_review input[type='file']{width:34px;height:34px;opacity:0}#add_review #add-photo-button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:#fff;position:absolute;top:0;font-size:18px;line-height:18px;cursor:pointer;background-color:#689f38;border-radius:999px}#add_review #add-photo-button:hover,#add_review #add-photo-button:focus{background-color:#4f7b28}#add_review .add_video_button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;line-height:18px;cursor:pointer;background-color:#689f38;border-radius:999px;margin-left:10px;border:none}#add_review .add_video_button .fa-play{margin-left:3px}#add_review .add_video_button:hover,#add_review .add_video_button:focus{background-color:#4f7b28;outline:none;border:none;box-shadow:none}#add_review ul#preview-photo{margin:0;padding-left:0}#add_review ul#preview-photo li{list-style:none;display:inline-block;position:relative;margin-right:10px;margin-top:10px}#add_review ul#preview-photo li:before{content:none}#add_review ul#preview-photo li span.delete{position:absolute;right:0;top:0;color:#F00;font-size:20px;cursor:pointer}.spoiler-reviews-body .add-check-error{text-align:left;font-size:14px;font-family:"ProximaNova",Arial,sans-serif}.spoiler-reviews-body .not-buy-error{font-size:18px;font-family:"ProximaNova",Arial,sans-serif}.spoiler-reviews-body .review-add-title{font-size:18px;font-family:"ProximaNovaLight",Arial,sans-serif;text-align:left;margin-left:10%;margin-bottom:25px}.spoiler-reviews-body .review-add-rating-title1{color:#6c727d;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;text-align:left;margin-bottom:5px}.spoiler-reviews-body .review-add-rating-title2{color:#b0b3bb;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;text-align:left;margin-bottom:10px}#add_review p.title{margin-bottom:5px}#add_review p.title-example{color:#b0b3bb;margin-bottom:5px}#add_review p.text{margin-bottom:5px}#add_review p.add-field-title{margin-bottom:5px}#add_review .rating_selection label{font-size:22px;display:block;line-height:22px;margin-bottom:0;padding-right:10px}#add_review{text-align:left}#add_review p{color:#6c727d;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;margin-bottom:0}#add_review p.example{color:#b0b3bb;font-size:14px;font-family:"ProximaNova",Arial,sans-serif}#add_review p.count{clear:both;font-style:italic;color:#c2c6cb;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;margin-top:5px}#add_review input[type="text"]{border:1px solid #e2e5e9;height:34px;width:100%;margin-bottom:30px;padding:5px;font-family:"ProximaNova",Arial,sans-serif;color:#000000;font-weight:lighter;font-size:13px}#add_review .reviews_container{width:100%;display:flex}#add_review .reviews_container .user_avatar{width:48px;height:48px;margin-right:10px;background-repeat:no-repeat;background-position:center center;background-size:cover}#add_review .reviews_right_container{width:calc(100% - 58px)}#add_review .reviews_text_block{-moz-box-shadow:0 1px 3px rgba(0,0,0,.33)!important;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.33)!important;box-shadow:0 1px 3px rgba(0,0,0,.33)!important;border:1px solid #f1f1f1;padding:10px;width:100%}#add_review .reviews_text_block textarea{font-family:'Circe-Light',Arial,sans-serif;color:#616161;font-weight:lighter;font-size:16px;width:100%;min-height:40px;resize:none;border:none;display:block;padding-right:20px;background-color:#f5f5f5}#add_review input[type="radio"]{margin-right:7px;float:left}#add_review span.radio-label{margin-right:15px;font-family:"ProximaNova",Arial,sans-serif;color:#000000;font-weight:lighter;font-size:13px}#add_review .radio{float:none;line-height:14px;display:inline-block;margin-bottom:30px}#add_review .review_submit{background-color:#f39b19;border-radius:4px;color:white;text-transform:uppercase;font:12px 'Circe-Bold';float:right;padding:9px 20px 8px;box-shadow:none;border:none;cursor:pointer;margin-top:10px}#add_review input[type="submit"]:hover,#add_review input[type="submit"]:focus{background-color:#a96c12}#add_review #reset-form{border:0;color:#c2c6cb;font-family:"ProximaNovaLight",Arial,sans-serif;font-size:14px;text-decoration:underline;margin-left:15px;background-color:#f8f8f8}#add_review .recommendated{clear:both}#add_review .textarea-right-text{margin-left:30px;width:225px;float:left}#add_review .textarea-right-text p{color:#6c727d;font-size:14px;font-family:"ProximaNova",Arial,sans-serif;margin-bottom:10px}#add_review .textarea-right-text ul{margin-left:13px}#add_review .textarea-right-text ul li{color:#6c727d;font-size:12px;font-family:"ProximaNova",Arial,sans-serif}#add_review .textarea-right-text ul li span{color:#994d4d}.rating_selection{display:flex;margin-bottom:10px}.rating_selection input[type='radio'],.rating_selection span{display:none}.rating_selection label{cursor:pointer}.rating_selection label:before{display:inline-block;content:"\F005";color:#ffaf02;font-family:"FontAwesome"}.rating_selection input:checked+label ~ label:before{content:"\F006"}.rating_selection:hover label[for]:before{content:"\F005"}.rating_selection:hover label:hover ~ label:before{content:"\F006"}#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-btn,#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-select,#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-fontsize-wrap{display:none}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-bold{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-italic{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-underline{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-strike{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-remove-format{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-color{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-ordered-list{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-unordered-list{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-align-left{display:inline-block}#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-quote{display:inline-block}#add_review .bxhtmled-iframe-cnt{overflow:hidden!important}#add_review .feed-add-post-text{padding-left:0;padding-right:0}.spoiler-reviews-body .reason-title{font-family:"ProximaNova",Arial,sans-serif;color:#303030;font-size:16px;margin-bottom:0}.spoiler-reviews-body .reason-text{font-family:"ProximaNova",Arial,sans-serif;color:#303030;font-size:14px;margin-bottom:8px}.spoiler-reviews-body .not-ban-error{font-size:18px;font-family:"ProximaNova",Arial,sans-serif;color:#994d4d}#add_review .title-video,#add_review .title-presentation{margin-top:30px}#add_review input.video,#add_review input.presentation{margin-bottom:0}.spoiler-questions-body .not-error{font-size:18px;font-family:"ProximaNova",Arial,sans-serif;color:#994d4d;margin-bottom:8px}#add_review .reviews_user_menu_group{position:absolute;top:10px;right:10px}#add_review .reviews_user_menu{cursor:pointer;padding:0;line-height:1;background-color:transparent;color:#a8a8a8}#add_review .reviews_user_menu:focus{box-shadow:none}
/* End */


/* Start:/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.filter/game_reviews/style.min.css?15910762184583*/
@media(max-width:767px){#reviews-body #filter .filter{float:none;text-align:center}#reviews-body #filter #select-rating,#reviews-body #filter #select-sort,#reviews-body #filter .checkbox-group{margin:0 auto;clear:both}#reviews-body #filter .filter-photo{float:left}#reviews-body #filter .checkbox-group{width:90px;text-align:center}#reviews-body #filter .sort-group .filter-sort-text{clear:both;text-align:center}}@media(min-width:768px){#reviews-body #filter .filter,#reviews-body #filter .filter-photo{margin-right:25px;float:left}#reviews-body #filter .checkbox-group{float:left}#reviews-body #filter #select-rating{float:left;margin-right:25px}#reviews-body #filter #select-sort{float:right}#reviews-body #filter .sort-group .filter-sort-text{float:left;margin-right:25px}}#reviews-body #filter{display:block}#reviews-body #filter .sort-group .filter-sort-text{line-height:40px;color:#000;font-size:14px;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-body #filter .border{border-bottom:1px solid #e6e6e6;min-height:41px}#reviews-body #filter filter-photo{color:#6c727d;margin-right:5px}#reviews-body #filter #select-rating,#reviews-body #filter #select-sort{width:120px;text-align:left;font-size:14px;font-family:"ProximaNova",FontAwesome,Arial,sans-serif;height:40px;padding-top:14px;line-height:14px;position:relative}#reviews-body #filter .select-rating-close,#reviews-body #filter .select-sort-close{color:#6c727d;background:#f5f5f5}#reviews-body #filter .select-rating-close .uni-stars{color:#263238}#reviews-body #filter .select-rating-open .uni-stars{color:#ffffff}#reviews-body #filter #current-option-select-rating,#reviews-body #filter #current-option-select-sort{width:100%;cursor:pointer;height:26px}#reviews-body #filter #current-option-select-rating{font-family:"ProximaNovaLight",Arial,sans-serif,FontAwesome}#reviews-body #filter #current-option-select-rating .stars-in{margin-right:5px}#reviews-body #filter #current-option-select-sort{font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-body #filter #current-option-select-rating b,#reviews-body #filter #current-option-select-sort b{height:14px;width:20px;float:right;text-align:center;font-family:FontAwesome;font-size:18px;line-height:18px}#reviews-body #filter .select-rating-close b,#reviews-body #filter .select-sort-close b{color:#263238}#reviews-body #filter .select-rating-open b,#reviews-body #filter .select-sort-open b{color:#263238}#reviews-body #filter #custom-options-select-rating,#reviews-body #filter #custom-options-select-sort{display:none;width:100%;padding:0;background:#FFF;position:absolute;margin:0;z-index:100}#reviews-body #filter #custom-options-select-rating{border:1px solid #dbdbdb}#reviews-body #filter #custom-options-select-rating .uni-stars{color:#263238}#reviews-body #filter #custom-options-select-sort{border-right:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}#reviews-body #filter #custom-options-select-sort li{border-top:1px solid #e2e5e9}#reviews-body #filter #custom-options-select-sort li .uni-stars{color:#263238}#reviews-body #filter #custom-options-select-rating li,#reviews-body #filter #custom-options-select-sort li{list-style:none;width:100%;height:30px;line-height:30px;text-align:left;font-family:"ProximaNovaLight",Arial,sans-serif;color:#6c727d;padding:0 10px}#reviews-body #filter #custom-options-select-rating li:hover,#reviews-body #filter #custom-options-select-sort li:hover{cursor:pointer}#reviews-body #filter #filter-images{display:none}#reviews-body #filter #filter-images ~ label > span{border:1px solid #e2e5e9;display:inline-block;height:10px;margin:15px 7px 0 0;position:relative;width:10px}#reviews-body #filter #filter-images:checked ~ label > span:after{position:absolute;content:"\f00c";color:#263238;font-family:FontAwesome;font-size:8px;line-height:10px}#reviews-body #filter .filter,#reviews-body #filter .filter-photo{font-family:"ProximaNova",Arial,sans-serif ! important;font-size:14px;line-height:40px}#reviews-body #filter .filter{color:#000}#reviews-body #filter .filter-photo{color:#6c727d ! important;margin-right:5px;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-body .filter_container{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;padding:20px 0}#reviews-body .filter_name{display:flex;margin:25px 0 0;padding:0px!important}#reviews-body .comment_count{font-size:18px;line-height:24px;margin-left:10px}#reviews-body #filter #custom-options-select-rating li::before,#reviews-body #filter #custom-options-select-sort li::before{content:none}
/* End */


/* Start:/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.list/game_reviews/style.min.css?15910762189022*/
@media(max-width:767px){#reviews-body .item .rating-text{padding-right:0}#reviews-body .item .likes .fa-check{padding-left:5px;padding-right:5px}#reviews-body{margin-bottom:20px}#reviews-body .reply-block{text-align:center}#reviews-body .reply-text{text-align:left}#reviews-body .item .comment_left_head,#reviews-body .item .comment_right_head{margin-bottom:15px}}@media(min-width:768px){#reviews-body{margin-bottom:80px}#reviews-body .item .rating-text{padding-right:20px}#reviews-body .item .likes .fa-check{padding-left:50px;padding-right:5px}#reviews-body .panel-top .sort{float:right}#reviews-body .answer{margin-left:50px}#reviews-body .item .comment_head{display:flex;justify-content:space-between}#reviews-body .item .comment_left_head,#reviews-body .item .comment_right_head{margin-bottom:5px}}#reviews-body .item .likes .fa-check{font-size:12px;display:inline}#reviews-body .item .reply-header{margin-bottom:13px;display:inline-block;border-bottom:1px solid #d8d8d8}#reviews-body .item .age{margin-bottom:0}#reviews-body span.yescnt{margin-right:15px}#reviews-body .item .avatar{background:#fff;width:40px;height:40px;margin-right:15px}#reviews-body .item .comment_container{width:calc(100% - 40px)}#reviews-body .item .comment_left_head,#reviews-body .item .comment_right_head{display:flex}#reviews-body .item .username{font-family:'Circe-Bold',Arial,sans-serif;font-weight:700;color:#212121;font-size:15px;line-height:15px;margin-right:15px}#reviews-body .item .likes{line-height:15px}#reviews-body .item .age,#reviews-body .item .country,#reviews-body .item .add-field-text,#reviews-body .item .cnt_reviews,#reviews-body .item .reply-text,#reviews-body .item .likes .recommendated{font-family:"ProximaNovaLight",Arial,sans-serif;color:#303030;font-size:14px}#reviews-body .item .likes .yescnt,#reviews-body .item .likes .nocnt{font-family:"ProximaNovaLight",Arial,sans-serif;color:#6c727d;font-size:14px;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-body .item .likes .yescnt,#reviews-body .item .likes .nocnt{display:inline-block}#reviews-body .item .age span,#reviews-body .item .country span,#reviews-body .item .cnt_reviews span{width:75px;display:inline-block;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-body .age .col-sm-8,#reviews-body .country .col-sm-8{padding-left:0}#reviews-body .item img{display:block;width:100%}#reviews-body .list .item{width:100%}#reviews-body .list .item:last-of-type{margin-bottom:40px}#reviews-body .stars .full{color:#303030}#reviews-body .item .rating-text{line-height:16px}#reviews-body .rating .empty-stars{background-position:0 0}#reviews-body .rating .full-stars{background-position:0 -16px}#reviews-body .rating-filter{display:none}#reviews-body .item .time,.item .rating{font-size:12px;color:#616161;font-family:'Circe-Light',Arial,sans-serif;font-weight:100;line-height:15px}#reviews-body .item .title{font-family:"ProximaNova",Arial,sans-serif;color:#303030;font-size:14px;font-weight:700}#reviews-body .item .comment_text{display:block;font-size:16px;color:#212121;font-family:'Circe-Light',Arial,sans-serif;font-weight:100;line-height:20px;margin-bottom:10px}#reviews-body .item .images-reviews{display:flex;flex-wrap:wrap}#reviews-body .item .images-reviews a.image-review{margin-right:10px;display:block;width:130px;height:96px;background-position:center center;background-repeat:no-repeat;background-size:cover;margin-bottom:10px}#reviews-body .item .images-reviews a.image-review img{width:100%}#reviews-body .item .comment_video{margin-right:10px;display:block;width:130px;height:96px;margin-bottom:10px;position:relative}#reviews-body .item .comment_video .link_video{z-index:2;position:absolute;display:block;width:100%;height:100%;background-image:url('/bitrix/templates/prvolga_igrofania/components/bitrix/catalog.element/.default/images/youtube.png');background-position:center;background-repeat:no-repeat}#reviews-body .item .comment_video iframe{max-width:100%;max-height:100%}#reviews-body .item .likes .yes{display:inline-block;cursor:pointer;width:11px;height:12px;background:url('/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.list/game_reviews/images/like.png');margin-right:5px}#reviews-body .item .likes .no{display:inline-block;cursor:pointer;width:11px;height:12px;background:url('/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.list/game_reviews/images/dislike.png');margin-right:5px}#reviews-body .item .likes .voted-yes{display:inline-block;width:11px;height:12px;background:url('/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.list/game_reviews/images/voted-like.png');margin-right:5px}#reviews-body .item .likes .voted-no{display:inline-block;width:11px;height:12px;background:url('/bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.list/game_reviews/images/voted-dislike.png');margin-right:5px}#reviews-body .item .likes .recommendated{display:inline-block}#reviews-body .add-field-title{color:#6c727d;font-family:"ProximaNova",Arial,sans-serif;font-size:14px}#reviews-body .answer{margin:20px 0 0 0;min-height:114px;background:#f8f8f8;padding:15px}#reviews-body .answer .reply{float:left}#reviews-body .likes{clear:both}#reviews-body .stars-sort{display:none}#reviews-body .sort ul li{color:#6c727d;font-family:"ProximaNova",Arial,sans-serif;font-size:14px}#reviews-body .sort ul li:hover span{color:#a76e6e;font-family:"ProximaNova",Arial,sans-serif;font-size:14px}#reviews-body .time-filter{display:none}#reviews-body #filter-pagination{float:right;margin-bottom:80px;margin-right:10%}#reviews-body #filter-pagination button{font-family:"ProximaNovaLight",Arial,sans-serif;font-size:12px;color:#6c727d;background:#FFF;border:none;height:25px;line-height:25px;margin:0 0 0 10px;display:inline-block;text-align:center;width:25px}#reviews-body #filter-pagination button.current,#reviews-body #filter-pagination .right-arrows button,#reviews-body #filter-pagination .left-arrows button{color:#000}#reviews-body #filter-pagination .right-arrows button,#reviews-body #filter-pagination .left-arrows button{border:1px solid #d5d9dd;border-radius:15px;line-height:22px;padding-left:8px}#reviews-body #filter-pagination .left-arrows{float:left}#reviews-body #filter-pagination .right-arrows{float:right}#reviews-body .item .rating{margin-bottom:15px}#reviews-body .dnone{display:none}#reviews-body .list .item .table{display:flex;width:100%}#reviews-body .list .shopanswer{background:#f8f8f8;padding:30px 25px;margin-top:30px}#reviews-body .list .shopanswer .text{width:auto}#reviews-body .list .shopanswer .username{color:#af7676;border-bottom:0;text-decoration:none}#reviews-body .list .shopanswer .text .text{color:#303030;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-list .item blockquote{border:none ! important;background-color:#f2eccf;padding:8px 6px 8px 24px;border-radius:2px ! important;color:#303030 ! important;min-height:1em ! important;margin:.6em 0 .8em 0 ! important}#reviews-list .item .wrap-quote{border:none;box-shadow:none;padding:0;text-align:right;display:table-cell}#reviews-list .item .wrap-quote .quote{font-size:15px;font-family:"PG Isadora Cyr Pro",Arial,regular;cursor:pointer;display:inline-block;background:none;color:#c19292;line-height:15px;border-bottom:1px dotted #c19292;padding:0;min-height:unset}#reviews-list .item .menu .message{padding:8px 8px 5px 8px;position:absolute;opacity:0;top:25px;background:#FFF;z-index:0;font-size:12px;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-list .item .menu .message-success{border:1px solid green;color:green;box-shadow:0 0 18px 0 rgba(0,0,0,0.25)}#reviews-list .item .menu .message-error{border:1px solid #e64343;color:#e64343;box-shadow:0 0 18px 0 rgba(0,0,0,0.25)}#reviews-list .item .menu{position:absolute;right:0;top:0;z-index:9999}#reviews-list .item:hover .menu{position:absolute;right:0;top:0;display:block}#reviews-list .item .menu ul{margin:0 15px 0 0;list-style:none;border:1px solid #e2e5e9;display:none}#reviews-list .item .menu .actions{cursor:pointer;font-size:14px;color:#cfd3da;display:block;z-index:9999;float:right;margin-top:0}#reviews-list .item .menu:hover .actions{color:#303030}#reviews-list .item .menu .actions::before{font-size:80%}#reviews-list .item .menu.open .actions::before{}#reviews-list .item .menu.open ul{display:block;width:180px;z-index:9999;margin-top:15px}#reviews-list .item .menu ul li{padding:8px 12px 5px 12px;border-bottom:1px solid #e2e5e9;z-index:0;cursor:pointer;position:relative;background:#f9f9f9;font-size:12px;color:#6c727d;font-family:"ProximaNovaLight",Arial,sans-serif}#reviews-list .item .menu ul li:hover{color:#303030}#reviews-list .item .menu ul li:last-child{border-bottom:none}#reviews-body .item .video-title,#reviews-body .item .images-title,#reviews-body .item .presentation-title{font-family:"ProximaNovaLight",Arial,sans-serif;color:#6c727d;font-size:12px;margin:10px 0 5px 0}#reviews-body .item .cnt_reviews a{display:inline-block}#reviews-body .item .title{width:100%}.add_tree_comment_open a{color:#616161;font-family:'Circe-Light',Arial,sans-serif;font-weight:100;text-decoration:underline;font-size:14px}.add_tree_comment_open a:hover{text-decoration:none;color:#616161}#reviews-list .level{margin-top:10px}#reviews-list .level-0{margin-top:40px}.tree_comments{padding-left:15px;border-left:1px solid #dbdbdb}
/* End */


/* Start:/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.section/grid/style.min.css?15910762183183*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */


/* Start:/bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.item/grid_item/style.min.css?15910762186586*/
@media(min-width:1400px){.row>.col-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}.content .catalog_row{margin-left:-5px;margin-right:-5px}.content .catalog_col{padding-left:5px;padding-right:5px}.game_card{max-width:355px;display:block;height:auto;position:relative;margin:0 auto;background-color:#fff}.game_card h3{z-index:1;position:absolute;bottom:0;left:0;right:0;color:#fff;font-size:24px;padding:38px 20px 23px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));margin-bottom:0}.slider_preview{height:230px;width:100%;overflow:hidden}.game_card .top_cnt{z-index:5;position:absolute;top:16px;left:0;right:0;padding:0 10px}.game_card .top{font-size:14px;padding:0.5px 16px;border-radius:20px;color:white;display:inline-block;float:left}.game_card .top,.game_card .tag{margin-right:5px;margin-bottom:8px}.game_card .top_new{background-color:#43a047}.game_card .top_hit{background-color:#e53935}.game_card .top_popular{background-color:#ef6c00}.game_card .top_top{background-color:#ef5350;font:12px 'Circe-Bold';padding:4px 16px}.game_card .sg_rating{background-color:#fff;padding:0.5px 10px;border-radius:20px;color:#212121;float:right;font-size:14px}.game_card .sg_rating i{color:#f39b19}.game_card_info{height:20px;overflow:hidden;font-size:14px}.game_card_info a{color:#212121;transition-duration:.3s}.game_card_info a:hover{color:#f39b19}.game_card_info_link a{text-decoration:underline}.game_card_info_link a:hover{text-decoration:none}.button_block{position:relative;z-index:10;text-align:center;margin:0 auto 20px;max-width:355px}.button_block_more_detail{width:100%;display:block;margin:initial;padding:18px 30px 18px calc(54.65% + 20px);font-size:12px;color:#F5F5F5;line-height:12px;font-family:'Circe-Bold';background-color:#263238;border-radius:0 0 10px 10px;position:relative;z-index:-2}.button_block_more_detail:hover{color:#f39b19;text-decoration:none}.button_block_btn_toplay{width:54.65%;display:flex;height:55px;padding:10px 10px 14px;justify-content:center;align-items:center;color:#fff;background:linear-gradient(to right,#f6b116,#ed4264);transition-duration:.3s;border-radius:0 10px 10px 10px;position:absolute;left:0;top:-5px}.button_block_btn_toplay span{font-size:18px;line-height:18px;padding-top:4px;font-family:'Circe-Bold'}.button_block_btn_toplay i{font-size:26px;margin-left:12px}.button_block_btn_toplay:hover{color:#fff;text-decoration:none}.button_block_btn_toplay:before,.button_block_btn_toplay:after{content:'';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:0 10px 10px 10px;z-index:-1}.button_block_btn_toplay:before{background-color:#f00}.button_block_btn_toplay:after{background-color:#FFBF00}.button_block_btn_toplay:hover:before{-webkit-animation:fire 3s infinite;-moz-animation:fire 3s infinite;-ms-animation:fire 3s infinite;animation:fire 3s infinite}@-moz-keyframes fire{0%{-webkit-filter:blur(27px);filter:blur(27px)}10%{-webkit-filter:blur(37px);filter:blur(37px)}20%{-webkit-filter:blur(42px);filter:blur(42px)}30%{-webkit-filter:blur(28px);filter:blur(28px)}40%{-webkit-filter:blur(18px);filter:blur(18px)}50%{-webkit-filter:blur(25px);filter:blur(25px)}60%{-webkit-filter:blur(29px);filter:blur(29px)}70%{-webkit-filter:blur(32px);filter:blur(32px)}80%{-webkit-filter:blur(30px);filter:blur(30px)}90%{-webkit-filter:blur(35px);filter:blur(35px)}100%{-webkit-filter:blur(27px);filter:blur(27px)}}@-webkit-keyframes fire{0%{-webkit-filter:blur(27px);filter:blur(27px)}10%{-webkit-filter:blur(37px);filter:blur(37px)}20%{-webkit-filter:blur(42px);filter:blur(42px)}30%{-webkit-filter:blur(28px);filter:blur(28px)}40%{-webkit-filter:blur(18px);filter:blur(18px)}50%{-webkit-filter:blur(25px);filter:blur(25px)}60%{-webkit-filter:blur(29px);filter:blur(29px)}70%{-webkit-filter:blur(32px);filter:blur(32px)}80%{-webkit-filter:blur(30px);filter:blur(30px)}90%{-webkit-filter:blur(35px);filter:blur(35px)}100%{-webkit-filter:blur(27px);filter:blur(27px)}}@keyframes fire{0%{-webkit-filter:blur(27px);filter:blur(27px)}10%{-webkit-filter:blur(37px);filter:blur(37px)}20%{-webkit-filter:blur(42px);filter:blur(42px)}30%{-webkit-filter:blur(28px);filter:blur(28px)}40%{-webkit-filter:blur(18px);filter:blur(18px)}50%{-webkit-filter:blur(25px);filter:blur(25px)}60%{-webkit-filter:blur(29px);filter:blur(29px)}70%{-webkit-filter:blur(32px);filter:blur(32px)}80%{-webkit-filter:blur(30px);filter:blur(30px)}90%{-webkit-filter:blur(35px);filter:blur(35px)}100%{-webkit-filter:blur(27px);filter:blur(27px)}}.button_block_btn_toplay:hover:after{-webkit-animation:fire2 1.5s infinite;-moz-animation:fire2 1.5s infinite;-ms-animation:fire2 1.5s infinite;animation:fire2 1.5s infinite}@-moz-keyframes fire2{0%{-webkit-filter:blur(7px);filter:blur(7px)}10%{-webkit-filter:blur(17px);filter:blur(17px)}20%{-webkit-filter:blur(12px);filter:blur(12px)}30%{-webkit-filter:blur(8px);filter:blur(8px)}40%{-webkit-filter:blur(12px);filter:blur(12px)}50%{-webkit-filter:blur(5px);filter:blur(5px)}60%{-webkit-filter:blur(9px);filter:blur(9px)}70%{-webkit-filter:blur(12px);filter:blur(12px)}80%{-webkit-filter:blur(10px);filter:blur(10px)}90%{-webkit-filter:blur(15px);filter:blur(15px)}100%{-webkit-filter:blur(17px);filter:blur(17px)}}@-webkit-keyframes fire2{0%{-webkit-filter:blur(7px);filter:blur(7px)}10%{-webkit-filter:blur(17px);filter:blur(17px)}20%{-webkit-filter:blur(12px);filter:blur(12px)}30%{-webkit-filter:blur(8px);filter:blur(8px)}40%{-webkit-filter:blur(12px);filter:blur(12px)}50%{-webkit-filter:blur(5px);filter:blur(5px)}60%{-webkit-filter:blur(9px);filter:blur(9px)}70%{-webkit-filter:blur(12px);filter:blur(12px)}80%{-webkit-filter:blur(10px);filter:blur(10px)}90%{-webkit-filter:blur(15px);filter:blur(15px)}100%{-webkit-filter:blur(17px);filter:blur(17px)}}@keyframes fire2{0%{-webkit-filter:blur(7px);filter:blur(7px)}10%{-webkit-filter:blur(17px);filter:blur(17px)}20%{-webkit-filter:blur(12px);filter:blur(12px)}30%{-webkit-filter:blur(8px);filter:blur(8px)}40%{-webkit-filter:blur(12px);filter:blur(12px)}50%{-webkit-filter:blur(5px);filter:blur(5px)}60%{-webkit-filter:blur(9px);filter:blur(9px)}70%{-webkit-filter:blur(12px);filter:blur(12px)}80%{-webkit-filter:blur(10px);filter:blur(10px)}90%{-webkit-filter:blur(15px);filter:blur(15px)}100%{-webkit-filter:blur(17px);filter:blur(17px)}}@media(min-width:568px){.button_block_btn_toplay{height:61px}.button_block_btn_toplay span{font-size:22px;line-height:22px}.button_block_more_detail{padding:18px 30px 18px calc(54.65% + 30px);font-size:14px;line-height:14px}}@media(min-width:992px){.game_card{height:230px}}
/* End */
/* /bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog/main_catalog/style.min.css?15910762181109 */
/* /bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.element/.default/style.css?16091429688456 */
/* /bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.add/game_reviews/style.min.css?15910762188928 */
/* /bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.filter/game_reviews/style.min.css?15910762184583 */
/* /bitrix/templates/prvolga_igrofania_grid/components/sotbit/reviews.reviews.list/game_reviews/style.min.css?15910762189022 */
/* /bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.section/grid/style.min.css?15910762183183 */
/* /bitrix/templates/prvolga_igrofania_grid/components/bitrix/catalog.item/grid_item/style.min.css?15910762186586 */
