@CHARSET "UTF-8";

body.rsp {
	background: #252525;
}

.rsp .b-header {
    font-size: 16px;
}

.rsp .searchbox,
.rsp .b-header .b-header__city {
	font-size: 13px;
}
.rsp .b-header .b-header__city {
	margin-top: 2px;
}
.rsp .b-block_content {
    padding: 48px 40px 50px 40px;
    max-width: 1344px;
    margin: 0 auto;
}

.rsp .b-header {
    padding: 20px 40px 17px 40px;
}
.rsp .b-mainpage-header {
    padding: 0 40px 0 40px;	
	height: 100%;
}

.rsp .b-mainpage-inner {
	height: 100%;
}

.rsp .b-header__categories,
.rsp .b-header__games {
    padding-top: 23px;
}

.rsp .b-header__second-menu {
    padding-top: 39px;
}

.rsp .b-header .b-header__categories:after,
.rsp .b-header .b-header__second-menu:after {
    content: '';
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: relative;
    width: 100%;
    display: block;
    bottom: -11px;
}

.rsp .b-header .b-header__second-menu:after {
    bottom: 1px;
}

.rsp .b-header__second-menu .b-header__menuitem {
	border-bottom: 2px solid transparent;
}

.rsp .b-header__categories .active,
.rsp .b-header__second-menu .active  {
    padding-bottom: 9px;
    border-bottom: 2px solid #fff;
}


.rsp .b-header__socials a:last-child {
	margin-right: 0;
}

.rsp .b-header__socials {
    margin-left: 6px;
}

.rsp .b-gamebg {
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
    text-align: right;
    background-size: cover;
    background-position: center;
    min-width: 320px;
}

.rsp .b-gamebg.desctop { display: block; }
.rsp .b-gamebg.tablet { display: none; }
.rsp .b-gamebg.mobile { display: none; }

.rsp .b-gamebg.noshadow {
	text-align: center;
}

.rsp .b-gamebgimage {
    display: inline;
}

.rsp .b-gamebgimage.hightbg {
    width: 100%;
    max-width: 1424px;
    margin: 0 auto;
    max-height: 600px;
    display: inline;
    height: 100%;
}

.rsp .b-gamebgimage.hightbg i {
    background-position: center;
    background-size: auto 100%;
    opacity: 0.6;
    display: block;
    position: absolute;
    width: 100%;
}

.rsp .b-gamebgimage.hightbg img {
	visibility: hidden;
}

.rsp .b-gamebgimage.hightbg:after {
	display: none;
}

.rsp .b-gamebgimage div:before,
.rsp .b-gamebgimage div:after {
	content: '';
	position: absolute;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	width: 14%;
	left: 0;
	top: 0;
	z-index: 1;
}

.rsp .b-gamebgimage div:after {
	left: initial;
	right: 0;
	background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.rsp .noshadow .b-gamebgimage div:before,
.rsp .noshadow .b-gamebgimage div:after {
	display: none;
}

.rsp .b-game {
    position: relative;
}

.rsp .b-block_dark {
    background: #000;
    color: #ffffff;
}

.rsp .b-b-mainpage-header {
	height: 600px;
}

.rsp .b-block_gametitle {
	height: 600px;
}
.rsp .b-block_mainpage{
	height: 670px;
}
.rsp .b-mainpage-header_wrapper {
	/*min-height: 670px;*/
}

.rsp .b-mainpage-header_wrapper.expand_filter {
	/*min-height: 741px;*/
}
.rsp.gamemenu .b-block_gametitle {
	margin-bottom: 60px;
}

.rsp.gamemenu .b-block_gamemenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
	min-width: 320px;
}

.rsp .b-block_darkgrey {
	background: #252525;
    color: #ffffff;
}

.rsp .b-block_blacksect {
	background: #1a1a1a;
    color: #999999;
}

.rsp .b-gamebgimage div {
    display: table-cell;
    height: 600px;
    vertical-align: middle;
	position: relative;
}

.rsp .b-gamebgimage span {
    background-color: #000;
    display: inline-block;
    line-height: 0;
	/*position: relative;*/
}

.rsp .b-gamebgimage img {
    opacity: 0.6;
	max-height: 600px;
	width: 100%;
}

/*.rsp .b-gamebgimage i {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    line-height: 0;
    display: block;
    background-position: center center;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.rsp .l-page {
    max-width: initial;
}

.rsp .sliderpage .b-header {
    max-width: 1344px;
}

.rsp .selection-schedule-block_container{
	padding-right: 40px;
	padding-left: 40px;
	max-width: 1344px;
	margin: auto;
}
.rsp .sliderpage .b-mainpage-header{
	
    max-width: 1344px;	
	
}
.rsp .l-page {
    min-width: 320px;
}

.rsp .sliderpage .b-header {
	min-width: 280px;
}
.rsp .selection-schedule-block_container{
	min-width: 280px;
}
.rsp .sliderpage .b-mainpage-header{
	
	min-width: 280px;	
}

.rsp .b-header__categories,
.rsp .b-header__second-menu {
    float: none;
}

.rsp .rect-item {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    padding: 0 10px;
	cursor: pointer;
}

.rsp .rect-item.subtype {
	text-transform: uppercase;
}

.rsp .rect-item.rect-washere {
    background-image: url(../i/washere.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 21px 8px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    padding: 0 20px 0 49px;
}

.rsp .rect-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-color: #fff;
}

.rsp .b-topline {
    position: relative;
    top: 10px;
	z-index: 2;
}

.rsp .right {
	float: right;
}

.rsp .hide {
	display: none;
}

.rsp .b-breadcrumbs ul {
	list-style: none;
}

.rsp .b-breadcrumbs li {
    float: left;
    font-size: 13px;
    margin: 0 34px 4px 0;
}

.rsp .b-breadcrumbs li a,
.rsp .b-breadcrumbs li > span {
	opacity: 0.6;
	color: #fff;
}

.rsp .b-breadcrumbs li a:hover {
	opacity: 1;
}

.rsp .b-breadcrumbs li:before {
    display: block;
    content: "";
    background-image: url(../i/gt.png);
    background-size: 5px 9px;
    float: right;
    margin: 5px -19px 0 0;
    width: 5px;
    height: 9px;
	opacity: 0.6;
}

.rsp .b-breadcrumbs li:last-child:before {
	display: none;
}

.rsp .b-gametail {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1423px;
}
.rsp .b-mainpage-header {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: auto;
    max-width: 1423px;
}
.rsp .b-mainpage-header_wrapper {
    position: relative;
    /*min-height: 670px;*/
    margin: 0 auto;
    width: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-background-size: auto 800px;
	background-size: auto 800px;
	background-position: top center;
}

.rsp .b-mainpage-header {
    /*background-image: url(../images/header-bg2.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    /*min-height: 558px;*/
}

.rsp .b-mainpage-header.nobg {
	background: none;
}

.rsp .b-company__logo {
    margin-bottom: 65px;
}

/*.rsp .b-mainpage-header_wrapper.withoutbg {
	background: url(../images/header-bg2.png);
	background-size: auto 100%;
}*/

.rsp .b-mainpage-header_wrapper.withoutbg .b-mainpage-header:after {
	display: none;
}

.rsp .b-gametail > div {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 80%;
    padding: 0 40px 25px 40px;
}



.rsp .b-mainpage-inner  {
   position: relative;
	height: 100%;
}


.rsp .b-mainpage-inner > div {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 1px;
    padding-top: 211px;
}

.rsp .b-gametail h1 {
    margin: 0 0 19px 0;
    font-size: 58px;
    line-height: 58px;
}
.rsp .b-mainpage-header h1 {
    margin: 0;
    font-size: 48px;
    line-height: 48px;
	text-align: center;
	margin-bottom: 3px;
}

.rsp .b-mainpage-header .cont {
    width: 60%;
	font-size: 13px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
}

.rsp .b-mainpage-header .cont p {
    line-height: 1.54;
	margin-bottom: 11px;
}

.rsp .b-game__tags .rect-item {
    line-height: 33px;
    height: 33px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
	margin-right: 13px;
	margin-bottom: 8px;
}

.rsp .b-game__tags .rect-item:hover {
	color: #fff;
}

.rsp .b-gametail > .rating {
    right: 0;
    width: 81px;
    height: 81px;
    bottom: 66px;
    z-index: 2;
}

.rsp .rating > span {
    width: 69px;
    display: block;
    text-align: center;
    height: 69px;
    border-width: 6px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 900;
    font-family: Geometria, sans-serif;
    line-height: 69px;
    border-style: solid;
	border-color: rgba(255,255,255,0.4);
	cursor: pointer;
}

.rsp .rating .description {
    position: absolute;
    width: 254px;
    background-color: #000;
    right: 39px;
    bottom: 126px;
	z-index: 4;
}

.rsp .rating .description:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -24px;
    right: 30px;
}

.rsp .rating .description > div {
	padding: 16px 14px;
}

.rsp .b-gmheader {
	max-width: 1344px;
	padding: 0 40px;
	margin: 0 auto;
}

.rsp .b-block_gamemenu {
    background-color: #0f0f0f;
    /*height: 60px;*/
    line-height: 60px;
    font-size: 12px;
    overflow: hidden;
}

.rsp .b-block_gamemenu ul {
	list-style: none;
	margin: 0;
}

.rsp .b-block_gamemenu li:before {
	display: none;
}

.rsp .b-block_gamemenu li {
	float: left;
	margin: 0;
}

.rsp .b-block_gamemenu li.booking.hide {
	display: none;
}

.rsp .b-block_gamemenu .left li {
	margin: 0 10px 0 0;
}

.rsp .b-block_gamemenu .right li span {
	color: #fff;
}

.rsp .b-block_gamemenu .right li a {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #3F3F3F;
    border-radius: 3px;
    padding: 0 20px;
}

.rsp .b-block_gamemenu li a {
    display: block;
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 16px;
	line-height: 60px;
}

.rsp .b-block_gamemenu .left li a {
    margin-right: 19px;
}

.rsp .b-block_gamemenu li a:hover {
	color: #666;
}

.rsp .b-block_gamemenu li a.active,
.rsp .b-block_gamemenu li span {
	color: #666;
}

.rsp .b-block_gamemenu li a.active:after {
	display: block;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #E5274F;
    position: absolute;
    bottom: 0;
	left: 0;
}

.rsp .b-block_content a {
	color: #84b9d7; 
}

.rsp .b-block_content a:hover {
	color: #E5274F;
}

.rsp .b-block_content h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 21px 0 16px 0;
}

.rsp .b-aboutgame {
    border-top: 6px solid #000;
    background-color: #1A1A1A;
	/*overflow: hidden;*/
}

.rsp .b-aboutgame > div {
	padding: 10px 20px 30px 30px;
}

.rsp .b-block_cntgame {
	width: 70%;
    margin: 0 auto;
}

.rsp .b-aboutgame table.rightdsc {
    background-color: #000;
    margin: 26px 0 28px 28px;
    width: 235px;
	border: 0;
	float: right;
}

.rsp .b-aboutgame table.rightdsc.mobile {
	display: none;
}

.rsp .b-aboutgame table.rightdsc td,
.rsp .b-aboutgame table.rightdsc th {
	border: 0;
}

.rsp .b-aboutgame table.rightdsc th {
	width: 69px;
	padding: 10px 0 5px 16px;
	font-size: 13px;
}

.rsp .b-aboutgame table.rightdsc td {
	padding: 7px 0 5px 0;
	font-size: 16px;
}

.rsp .b-aboutgame table.rightdsc tr:first-child th { padding-top: 20px; }
.rsp .b-aboutgame table.rightdsc tr:last-child th { padding-bottom: 27px; }
.rsp .b-aboutgame table.rightdsc tr:first-child td { padding-top: 17px; }
.rsp .b-aboutgame table.rightdsc tr:last-child td { padding-bottom: 24px; }

.rsp .b-aboutgame table.rightdsc span {
    display: block;
    font-size: 12px;
}

.rsp .fotorama__nav {
	margin-top: 0px;
	background-color: #000;
}

.rsp .fotorama__nav-wrap {
    padding: 0;
}

.rsp .b-block_cntgame p {
    margin-bottom: 20px;
    line-height: 24px;
}
.rsp .selection-list .b-block_cntgame p {
    margin: 0 0 9px 0;
}
/* counters */

.rsp .b-share_theme_counter .b-share-btn__wrap {
    width: 50px;
    height: 50px;
    margin-left: 17px;
}

.rsp .b-share_theme_counter .b-share__handle,
.rsp .b-share_theme_counter .b-share__handle:active {
	width: 46px;
    height: 46px;
	border-radius: 50%;
	border: 2px solid #606060;
	background-color: #1A1A1A;
}

.rsp .b-share_theme_counter .b-share__handle:hover {
	background-color: #1A1A1A;
}

.rsp .b-share_theme_counter .b-share-icon {
	background-image: url('../i/socials.png');
	background-repeat: no-repeat;
	background-size: 159px 17px;
	width: 46px;
    height: 46px;
	top: 0 !important;
}

.rsp .b-share_theme_counter .b-share-btn__counter .b-share-counter {
    font-size: 12px;
    color: #606060;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
    position: absolute !important;
    left: 42px;
    line-height: 18px;
    display: block;
    top: 12px !important;
    height: 18px;
    background-color: #1A1A1A;
}

.rsp .b-share_theme_counter .b-share-icon_facebook { background-position: 19px 14px; }
.rsp .b-share_theme_counter .b-share-icon_vkontakte { background-position: -31px 14px; }
.rsp .b-share_theme_counter .b-share-icon_twitter { background-position: -81px 14px; }
.rsp .b-share_theme_counter .b-share-icon_odnoklassniki { background-position: -131px 14px; }

.rsp .b-share_theme_counter .b-share-btn__facebook:hover { border-color: #2E4496; }
.rsp .b-share_theme_counter .b-share-btn__vkontakte:hover { border-color: #52739A; }
.rsp .b-share_theme_counter .b-share-btn__twitter:hover { border-color: #2FACFA; }
.rsp .b-share_theme_counter .b-share-btn__odnoklassniki:hover { border-color: #EC8200; }

/*/counters */

.rsp .b-sharegame {
    margin: 0 -20px -21px -32px;
    border-top: 1px solid #252525;
    padding: 17px 0 0 0;
    text-align: right;
}

.rsp .b-sharegame > div {
    text-align: right;
    padding: 0 20px;
    display: inline-block;
}

.rsp .b-sharegame > span {
    display: inline-block;
	color: #606060;
	font-size: 20px;
	font-family: Geometria, sans-serif;
	font-weight: 700;
}

.rsp .b-gamemap > div {
    border-top: 6px solid #000;
    height: 394px;
    position: relative;
    background-color: #000;
    margin-bottom: 21px;
}

.rsp .b-gamemap > div .left {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 33%;
    padding: 0 30px;
    background-color: rgba(0,0,0,0.8);
}

.rsp .b-gamemap > div .ymap {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
	z-index: 1;
}

.rsp .b-gamemap .address {
	font-size: 20px;
	font-family: Geometria, sans-serif;
	font-weight: 700;
	padding: 33px 0 12px 0;
}

.rsp .b-gamemap .metro {
	font-size: 16px;
}

.rsp .b-gamemap .metro > span {
	font-weight: bold;
	margin-bottom: 5px;
}

.rsp .b-gamemap .metro ul,
.rsp .b-gamemap .metro li {
	list-style: none;
	margin: 0;
}

.rsp .b-gamemap .metro li {
    margin-bottom: 3px;
    color: transparent;
}

.rsp .b-gamemap .metro li span {
	color: #fff;
}

.rsp .b-gamemap .metro li:before {
    content: "•";
    margin-left: -14px;
    color: inherit;
    font-size: 22px;
}

.rsp .b-againstgame .b-ratingblock {
    border-top: 6px solid #000;
    background-color: #1A1A1A;
    padding: 33px 30px 69px 30px;
	position: relative;
}

.rsp .b-block_cntgame .rating-line {
	font-weight: bold;
	clear: both;
	padding: 11px 0 11px 0;
	line-height: 22px;
}

.rsp .b-block_cntgame .rating-line .line-rating {
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 20px;
	float: right;
}

.rsp .b-block_cntgame .rating-line .line-title {
	float: left;
	width: 26%;
	font-size: 16px;
}

.rsp .b-block_cntgame .rating-line .line-progress {
    height: 8px;
    background-color: #252525;
    float: left;
    width: 65%;
    margin-top: 6px;
	position: relative;
}

.rsp .b-againstgame .rating-line .line-progress:before,
.rsp .b-againstgame .rating-line .line-progress:after,
.rsp .b-againstgame .rating-line .line-progress span:before,
.rsp .b-againstgame .rating-line .line-progress span:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 8px;
	background-color: #1A1A1A;
	top: 0;
	z-index: 1;
}

.rsp .b-againstgame .rating-line .line-progress:before { left: 20%; }
.rsp .b-againstgame .rating-line .line-progress:after { left: 40%;}
.rsp .b-againstgame .rating-line .line-progress span:before { left: 60%; }
.rsp .b-againstgame .rating-line .line-progress span:after { left: 80%; }

.rsp .b-againstgame .rating-line .line-progress span {
    position: absolute;
    display: block;
    height: 8px;
	width: 100%;
}

.rsp .b-againstgame .rating-line .line-progress span i {
    position: absolute;
    display: block;
    height: 8px;
    background-color: #fff;
}

.rsp .b-againstgame .rating {
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    border: 5px solid #252525;
    background-color: #252525;
}

.rsp .b-againstgame .rating span {
	cursor: auto;
}

.rsp .photoframe {
    position: relative;
    text-align: center;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.rsp .photoframe p {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.rsp .photoframe span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.rsp .photoframe img {
    visibility: hidden;
    height: 100%;
}

.rsp .photoframe i {
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.rsp .photoframe b {
    display: block;
}

.rsp .b-block_cntgame .question {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255,255,255,0.1);
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    color: rgba(255,255,255,0.1);
    border-radius: 50%;
    font-weight: normal;
    cursor: pointer;
    margin-left: 9px;
}

.rsp .rating-line .description {
    position: absolute;
    width: 200px;
    background-color: #000;
    margin-top: 38px;
    margin-left: 0;
    z-index: 4;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: normal;
}

.rsp .rating-line .description.hide {
	display: none;
}

.rsp .rating-line .description:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #000;
    position: absolute;
    top: -24px;
    left: 32px;
}

.rsp .b-block_cntgame .question:hover {
	color: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.2);
}

.rsp .b-block_cntgame .js-toshow-t {
    color: rgba(255,255,255,0.1);
    cursor: pointer;
    margin-left: -2px;
}

.rsp .b-block_cntgame .js-toshow-t:hover,
.rsp .b-block_cntgame .js-toshow-t.active {
	color: rgba(255,255,255,0.2);
}

.rsp .b-block_cntgame .js-toshow-t .b-icon {
    background-image: url(../i/toshowarrows.png);
    background-repeat: no-repeat;
    background-size: 19px 5px;
    background-position: 0 0;
    width: 9px;
    height: 5px;
    margin-left: 5px;
}

.rsp .b-block_cntgame .js-toshow-t.active .b-icon {
	background-position: -9px 0;
}

.rsp .b-block_cntgame .js-toshow-c {
    display: none;
    margin-left: -2px;
}

.rsp .b-block_cntgame .mobile {
	display: none;
}

.rsp .b-block_cntgame .mobile .question {
	float: right;
}

.rsp .b-block_cntgame hr {
    border-width: 0;
    margin: 34px 0 31px 0;
    height: 6px;
    background-color: #000;
}

.rsp .b-block_cntgame .review {
    width: 50%;
	float: left;
}

.rsp .b-block_cntgame .review > div {
    border-top: 6px solid #000;
    background-color: #1A1A1A;
    padding: 18px 30px;
    margin-bottom: 50px;
	position: relative;
}
.rsp .b-block_cntgame .review:first-child > div {
	margin-right: 15px;
}

.rsp .b-block_cntgame .review:last-child > div {
	margin-left: 15px;
}

.rsp .review .avatar {
    float: right;
    margin-right: -9px;
    margin-top: -4px;
}

.rsp .review .author {
	font-size: 20px;
	line-hegith: 20px;
	font-weight: 700;
    font-family: Geometria, sans-serif;
	display: block;
	margin-left: 2px;
}

.rsp .review .time {
    font-size: 12px;
    line-height: 12px;
    color: #898989;
    display: block;
    margin: 4px 0 11px 2px;
}

.rsp .review .rating > span,
.rsp .b-item .rating > span {
    width: 34px;
    height: 34px;
    border-width: 3px;
    font-size: 14px;
    line-height: 36px;
    background-color: #252525;
}

.rsp .b-block_cntgame .reviews .more {
    width: 100%;
    background-color: #1A1A1A;
    display: block;
    height: 50px;
    text-align: center;
    color: #fff;
	font-size: 20px;
	font-weight: 700;
    font-family: Geometria, sans-serif;
	line-height: 50px;
	border-radius: 3px;
	position: relative;
	margin: 10px 0 31px 0;
}

.rsp .b-block_cntgame .reviews .more:hover {
	background-color: #E5274F;
}

.rsp .b-block_cntgame .reviews .more:active {
	background-color: #D21E42;
}

.rsp .b-block_cntgame .reviews .more:active:after {
    position: absolute;
    content: '';
    border-radius: 3px;
    height: 2px;
    background-color: #640D21;
    top: 0;
    left: 0;
    width: 100%;
}

.rsp .b-block_cntgame .rating-line .line-slider {
    height: 4px;
    background-color: #fff;
    margin-top: 9px;
}

.rsp .b-block_cntgame .rating-line .line-slider .slider {
    margin-right: 0;
    border: none;
    background: none;
    box-shadow: none;
    height: 4px;
    position: absolute;
    left: 0;
    right: 13px;
	z-index: 1;
}

.rsp .b-block_cntgame .rating-line .line-slider .ui-slider-range {
    height: 4px;
    background-color: #252525;
    position: absolute;
    right: -13px;
    cursor: pointer;
    padding-left: 1px;
}

.rsp .b-block_cntgame .rating-line .line-slider .slider:after {
    content: '';
    position: absolute;
    height: 16px;
    top: -6px;
    z-index: -1;
    left: 0;
    right: -13px;
}

.rsp .b-block_cntgame .rating-line .line-slider .ui-slider-handle {
    position: absolute;
    width: 6px;
    height: 6px;
    border: 4px solid #FE3661;
    border-radius: 50%;
    background-color: #1A1A1A;
    top: -5px;
    margin-left: -1px;
    cursor: pointer;
}

.rsp .b-block_cntgame .block {
    display: block;
    line-height: 14px;
}

.rsp .b-block_cntgame .content {
    position: relative;
    padding-right: 20px;
    margin-top: 19px;
}

.rsp .b-block_cntgame .review-content {
    resize: vertical;
    width: 100%;
    display: block;
    padding: 10px;
    position: relative;
    right: 0;
	height: 226px;
	font-size: 16px;
    line-height: 22px;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	border-radius: 3px;
	border: 0;
	margin: 0;
}

.rsp .b-block_cntgame .content-desc,
.rsp .b-block_cntgame .content-counter {
	color: #999;
	font-size: 12px;
	display: block;
	line-height: 14px;
	margin-top: 5px;
}

.rsp .b-block_cntgame .content-desc {
    width: 66%;
    margin-bottom: 20px;
}

.rsp .b-block_cntgame .rating-line .line-slider .slider-desc {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-align: justify;
    overflow: hidden;
    height: 16px;
}

.rsp .b-block_cntgame .rating-line .line-slider .slider-desc span {
	display: inline-block;
	cursor: pointer;
}

.rsp .b-block_cntgame .rating-line .line-slider .slider-desc:before {
    content: '';
    position: relative;
    width: 100%;
    display: block;
}

.rsp .b-block_cntgame .rating-line .line-slider .slider-desc:after {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    overflow: hidden;
    visibility: hidden;
}

.rsp .b-gamereview h2 {
    margin: 15px 0 5px 0;
}

.rsp .b-gamereview .rating-line {
    padding: 11px 0 15px 0;
}

.rsp .b-aboutgame .b-ratingblock {
    margin-bottom: 19px;
}

.rsp .b-block_cntgame .submit {
    height: 50px;
    background-color: #E5274F;
    border: 0;
    width: 39%;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: Geometria, sans-serif;
    font-weight: 700;
}

.rsp .b-block_cntgame .submit:hover {
	background-color: #F5375F;
}

.rsp .b-block_cntgame .submit:active {
	background-color: #D21E42;
}

.rsp .b-gamemap > div .left .rect-item {
    font-size: 16px;
    color: rgba(255,255,255,0.4);
    line-height: 33px;
    height: 33px;
    position: relative;
    left: 2px;
    top: -4px;
    margin-top: 2px;
    padding: 0 17px;
}

.rsp .b-gamemap .metro .phone {
    padding-top: 9px;
    margin-bottom: 28px;
}

.rsp .b-block_newgames {
	background-color: #2C2C2C;
}
/*by James*/

.rsp .b-headerdesc .startDate {
	color: #fff;
	font-size: 24px;
    font-family: Geometria, sans-serif;	
	font-weight: bold;	
}
.rsp .b-headerdesc .location {
	margin-top: 15px;
}
.rsp .b-headerdesc .bron{
	color: #fff;
	border-top: none;
	margin: 0;
	margin-top: 15px;
}
.rsp .b-headerdesc .bron td{
	border-bottom: none;
	padding: 0;
}
.rsp .b-headerdesc .bron .bron-l{
	border-right: 1px solid rgba(255,255,255,0.5);
	padding-right: 10px;
	min-width: 80px;
	max-width: 100px;
	width: 80px;
}
.rsp .b-headerdesc .bron .bron-r{
	text-align: center;
    font-family: Geometria, sans-serif;	
	font-weight: bold;
}

.rsp .b-headerdesc .bron .bron-r a{
	color: #fff;
	line-height: 46px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}
.rsp .b-headerdesc .bron .bron-r a:hover{
	background-color: #E5274F;
	text-decoration: none;
}


.rsp .b-headerdesc .price{
	color: #fff;
	font-size: 13px;
	font-size: 20px;
    font-family: Geometria, sans-serif;	
	font-weight: bold;
}
.rsp .b-headerdesc .count{
	margin-top: 5px;
}
.rsp .b-headerdesc .price sup{
	vertical-align: super;
	line-height: 1;
}



.rsp .b-block_quiz-chedule-wide {
	background-color: #1a1a1a;
	padding-bottom: 50px;
}

.rsp .b-block_quiz-chedule-wide h2 {
    color: #fff;
    padding: 0 0 0 6px;
    margin: 12px 0 28px 0;
    font-family: Geometria, sans-serif;
    font-weight: 700;
}

.rsp .b-block_quiz-chedule-wide .desription {
    color: #fff;
    padding-left: 6px;
    margin-bottom: 35px;
}

.rsp .b-block_chedule_list{
	
	overflow: auto;
}
.rsp .b-block_chedule_item_wrap {
    float: left;
    width: 25%;
    position: relative;
    z-index: 1;
}

.rsp .b-block_chedule_item {
    float: none;
    width: auto;
    height: auto;
    margin: 0 17px 30px 9px;
    border: 1px solid #313131;
	display: block;
}


.rsp .b-block_chedule_item_inner {
    padding: 8px 9px 0;
    position: relative;
	color: #fff;
}

.rsp .b-block_chedule_item_inner .image {
    height: 150px;
    text-align: center;
    display: table;
    width: 100%;
}

.rsp .b-block_chedule_item_inner .image span {
    display: table-cell;
    vertical-align: middle;
}

.rsp .b-block_chedule_item_inner .image img {
    display: inline-block;
}

.rsp .b-block_chedule_item_inner .image .general {
	display: none;
}

.rsp .b-block_chedule_item_inner .address {
	color: #999;
}

.rsp .b-block_chedule_item_inner .label {
    font-size: 24px;
    font-family: Geometria, sans-serif;
    font-weight: 700;
    margin: 13px 0 12px 0;
}


.rsp .b-block_chedule_item .skidka{
	position: absolute;
	width: 69px;
	height: 30px;
	background: url(../i/skidka_label.png);
	right: -1px;
	top: 14px;
	font-family: Geometria, sans-serif;
    font-weight: 700;	
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding-left: 10px;
	z-index: 4;
}


.rsp .b-block_chedule_item .weekday {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: Geometria, sans-serif;
    font-weight: 700;
}
.rsp .b-block_chedule_item .date {
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	font-family: Geometria, sans-serif;
    font-weight: 700;
}
.rsp .b-block_chedule_item .description {
    line-height: 1.3;
    margin: 15px 0 15px;
}
.rsp .b-block_chedule_item .bilets{
	width: 100%;
	color: #fff;
	border-top: none;
	margin: 30px 0;
	line-height: 1;
}
.rsp .b-block_chedule_item .bilets td{
	color: #fff;
	border-bottom: none;
	padding: 0;
}

.rsp .b-block_chedule_item .price {
	font-size: 24px;
	font-family: Geometria, sans-serif;
    font-weight: 700;	
}

.rsp .b-block_chedule_item sup {
    line-height: 24px;
    vertical-align: super;
    font-size: 14px;
    margin-left: 5px;
}

.rsp .b-block_chedule_item .price span {
	font-size: 18px;
}

.rsp .b-block_chedule_item .price .with {
    margin-left: 2px;
    font-size: 14px;
}

.rsp .b-block_chedule_item .bron_link {
    line-height: 50px;
    /*border-top: 2px solid #252525;*/
    font-family: Geometria, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 10px -1px -1px -1px;
	background-color: #E5274F;
	border-top: 2px solid #E5274F;
}

.rsp .b-block_chedule_item .bron_link.left {
    float: left;
    width: 61.666%;
    border-style: solid;
    border-color: #252525 !important;
    border-width: 2px 0 0 0 !important;
}

.rsp div.b-block_chedule_item .bron_link.left {
	width: 100%;
}

.rsp div.b-block_chedule_item:hover .bron_link.left {
	display: none;
}

.rsp div.b-block_chedule_item .read_more {
	display: none;
}

.rsp div.b-block_chedule_item:hover .read_more {
	display: block;
}

.rsp .b-block_chedule_item .read_more a {
    float: right;
    width: 38.333%;
    line-height: 50px;
    margin: 10px -1px -1px -1px;
    text-align: center;
    color: #84B8DA;
    font-weight: bold;
    border-style: solid;
    border-color: #252525;
    border-width: 2px 0 0 2px;
}

.rsp div.b-block_chedule_item:hover .read_more a {
	width: 100%;
}

.rsp .b-block_chedule_item .read_more a:hover {
	color: #F5375F;
}

.rsp .b-block_chedule_item:hover .bron_link {
	background-color: #F5375F;
}

.rsp .b-block_chedule_item.disabled .date,
.rsp .b-block_chedule_item.disabled .weekday,
.rsp .b-block_chedule_item.disabled .b-block_chedule_item_inner,
.rsp .b-block_chedule_item.disabled .b-block_chedule_item_inner .label,
.rsp .b-block_chedule_item.disabled .b-block_chedule_item_inner .address
 {
	color: #454545;
}

.rsp .b-block_chedule_item.disabled .skidka {
	opacity: 0.5;
}

.rsp .b-block_chedule_item.disabled .b-block_chedule_item_inner .image .general {
	display: inline-block;
}

.rsp .b-block_chedule_item.disabled .b-block_chedule_item_inner .image .hovered {
	display: none;
}

.rsp .b-block_chedule_item.disabled .bron_link {
	background: none;
	border-top: 2px solid transparent;
}


.rsp .b-item_quiz,
.rsp .b-item_special {
	background-color: #1a1a1a;
	position: relative;
}
.rsp .b-item_quiz_inner,
.rsp .b-item_special_inner{
	padding: 10px 20px  0;
}

.rsp .b-item_quiz .players,
.rsp .b-item_special_inner .players{
	font-size: 13px;
	line-height: 1;
}

.rsp .b-item_special_inner .players {
	float: left;
}

.rsp .b-item_special_inner .age {
    font-size: 13px;
    line-height: 1;
    margin-left: 16px;
    float: left;
	position: relative;
}

.rsp .b-item_special_inner .age:after {
	position: absolute;
	content: '\00B7';
	left: -9px;
	top: 0;
}

.rsp .b-item_quiz_inner .t_n_p_wrapper,
.rsp .b-item_special_inner .t_n_p_wrapper{
	min-height: 124px;
}
.rsp .b-item_quiz .title,
.rsp .b-item_special .title {
    font-size: 24px;
    line-height: 28px;
    font-family: Geometria, sans-serif;
    font-weight: 700;
    margin-top: 11px;
    height: 84px;
    overflow: hidden;
}

.rsp .b-item_special .title {
	clear: both;
}

.rsp .b-item_quiz .tags,
.rsp .b-item_special .tags {
    margin-top: 10px;
    font-size: 13px;
    color: #cccccc;
    height: 58px;
    overflow: hidden;
}
.rsp .b-item_quiz .tags > div,
.rsp .b-item_special .tags > div{
	padding: 0 10px;
	line-height: 23px;
	display: inline-block;
	border: 1px solid #333333;
	margin-top: 4px;
	color: #cccccc;
}

.rsp .b-item_quiz .tags .game-type,
.rsp .b-item_special .tags .game-type{
	text-transform: uppercase;
	letter-spacing: 1px;
}


.rsp .b-item_quiz .tags a:hover,
.rsp .b-item_special .tags a:hover{

	color: #cccccc;
}
.rsp .b-item_quiz .description,
.rsp .b-item_special .description{
	margin-top: 12px;
	color: #4d4d4d;
	font-size: 13px;
}


.rsp .b-item_quiz .quiz-bron,
.rsp .b-item_special .special-bron{
	width: 100%;
	color: #fff;
	border-top: none;
	margin-top: 9px;
	margin-bottom: 0;
}
.rsp .b-item_quiz .quiz-bron td,
.rsp .b-item_special .special-bron td{
	color: #fff;
	border-bottom: none;
	padding: 12px 15px 12px 20px;
	border-top: 2px solid #252525;
	text-align: center;
}
.rsp .b-item_quiz .quiz-bron .quiz-bron_l,
.rsp .b-item_special .special-bron .special-bron_l {
    position: relative;
    border-right: 2px solid #252525;
    width: 90px;
    text-align: left;
    height: 40px;
}
.rsp .b-item_quiz .quiz-bron .quiz-bron_r,
.rsp .b-item_special .special-bron .special-bron_r{
    font-family: Geometria, sans-serif;	
	font-weight: bold;
	padding: 0;
	font-size: 16px;
}
.rsp .b-item_quiz .quiz-bron .quiz-bron_r a,
.rsp .b-item_special .special-bron .special-bron_r a{
    color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 78px;
}
.rsp .b-specials__one:hover  .b-item_quiz .quiz-bron .quiz-bron_r,
.rsp .b-specials__one:hover  .b-item_special .special-bron .special-bron_r{
    /*color: #f50365;*/
	background-color: #E5274F;
}
.rsp .b-specials__one:hover .b-item_quiz .title,
.rsp .b-specials__one:hover .b-item_special .title{
	color: #E5274F;
}

.rsp .b-specials__one:hover .b-specials_over-image-text,
.rsp .b-specials__one:hover .b-specials_over-image-text{
	display: flex;
}

.rsp .b-item_quiz .old-price,
.rsp .b-item_special .old-price{
	width: 100px;	
	color: #666666;
	position: absolute;
	font-size: 12px;
	top: -7px;
	right: 0;
	padding-left: 5px;
	background-color: #1a1a1a;
}
.rsp .b-item_quiz .old-price span,
.rsp .b-item_special .old-price span{
	text-decoration: line-through;
}
.rsp .b-item_quiz .old-price .skidka-bottom,
.rsp .b-item_special .old-price .skidka-bottom{
	color: #e52450;
	font-size: 13px;
	text-decoration: none;
}


.rsp .b-item_quiz .new-price,
.rsp .b-item_special .new-price{
	font-size: 16px;
	color: #fff;
	border-top: none;
    font-family: Geometria, sans-serif;	
	font-weight: bold;	
}
.rsp .b-item_quiz .new-price sup,
.rsp .b-item_special .new-price sup{
	vertical-align: super;
	line-height: 1;
}

.rsp .b-aboutgame table.rightdsc .rightdsc_tel{
	font-size: 15px;
}

.rsp .b-aboutgame table.rightdsc .rightdsc_tel span{
	display: inline;
	font-size: 15px;	
}


.rsp .b-aboutgame table.rightdsc .rightdsc_tel .tel-hide{
	display: inline;
}
.rsp .b-aboutgame table.rightdsc .rightdsc_tel .tel-show{
	display: inline;
	display: none;
}
.rsp .b-aboutgame table.rightdsc .rightdsc_tel .tel-show_btn {
	display: inline;
	padding: 4px 19px;
	border: 1px solid #3b3b3b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.rsp .b-footer_new{
	background-color: #1a1a1a;
    padding: 15px 40px 0 40px;	
	
    max-width: 1344px;
	margin: auto;	
}
.rsp .b-footer_inner{
	border-bottom: 1px solid #252525;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: auto;
}
.rsp .b-footer_column{
	width: 33.33%;
	float: left;
}
.rsp .b-footer_column_inner{
	border-right: 1px solid #252525;
	padding-right: 25px;
	padding-left: 25px;
	min-height: 340px;
}

.rsp .b-footer_column:first-child .b-footer_column_inner{
	padding-left: 0;
}

.rsp .b-footer_block{
	padding-bottom: 20px;
	border-bottom: 1px solid #252525;
	padding-top: 20px;
}

.rsp .b-footer_column_inner .b-footer_block:last-child{
	border-bottom: 0;
}
.rsp .b-footer_column:last-child .b-footer_column_inner{
	border-right: 0;
}
.rsp .b-footer_block .name{
	font-size: 13px;
	line-height: 1.24;
	color: #fff;
	margin-top: 2px;
}

.rsp .b-footer_block .list{
	font-size: 16px;
	line-height: 1.2;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 15px;
}
.rsp .b-footer_block .list li{
	padding: 3px 0 5px 0;	
}

.rsp .b-footer_block .first_list li{
	margin-top: 17px;
}
.rsp .b-footer_block .soc_list{
	margin-top: 20px;
}
.rsp .b-footer_block .soc_list a{
	margin-right: 25px;
}
.rsp .b-footer_block .soc_list a:last-child img{
	margin-right: 0;
}

.rsp .b-footer_block .copy{
	margin-right: 10px;
	font-size: 15px;
	color: #fff;
}

.rsp .b-footer_block .copy .place{
	font-size: 16px;
	color: #999999;
}
.rsp .b-footer_block .copy .year{
	font-size: 13px;
}

/*Фильтр*/

.rsp .b-filter_new_wrapper,.b-filter_new_wrapper_mobile {
    width: 100%;
}


.rsp .b-filter_new {
    width: auto;
	padding-right: 236px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
}

.rsp .b-filter_new-input {
	height: 70px;
	width: 20%;
	float: left;
	position: relative;
}

.rsp .b-filter_new-input:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	right: 14px;
	top: 34px;
	background: URL(../i/arrow-bottom.png);
}


.rsp .b-filter_new .field-name{
	position: absolute;
	color: #787878;
	font-size: 13px;
	line-height: 19px;
	top: 3px;
	left: 20px;
}

.rsp .b-filter_new-input input{
	height: 68px;
	border: 0;
	width: auto;
	padding-left: 20px;
	color: #000;
	font-size: 16px;
}
.rsp .b-filter_new-input input::placeholder{

	color: #000;
}

.rsp .b-filter_new-input:before {
	content: '';
	position: absolute;
	border-left: 1px solid #cccccc;
	left: 0;
	width: 1px;
	height: 100%;
	
}
.rsp .b-filter_new-input:first-child:before {
	border-left: 0;
}

.rsp .b-filter-table tr td.have_more_button:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	right: 14px;
	top: 34px;
	background: URL(../i/arrow-bottom_grey.png);
}
.rsp .b-filter-table tr td .b-filter_new-more-button span{
	color: #787878;
}
.rsp .have_more_button .b-filter_new-more-button span:nth-child(2){
	display: none;
}
.rsp .b-filter-table tr td.have_more_button.active_more  .b-filter_new-more-button span{
	display: none;
}
.rsp .b-filter-table tr td.have_more_button.active_more .b-filter_new-more-button span:nth-child(2){
	display: inline;
}
.rsp .b-filter-table tr td.have_more_button.active_more:after{
	  transform: rotate(180deg);
}

.rsp .b-filter_new-find-button{
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 0;
	width: 236px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #e52450;
	font-size: 20px;
	font-family: Geometria, sans-serif;
    font-weight: 700;
	border: 0;
	outline: none;
	color: #fff;
	cursor: pointer;
}

.rsp .b-filter-table{
	margin: 0;
	width: 100%;
	border: 0;
}
.b-filter-table_wrapper{
	display: none;
}

.rsp .b-filter-table tr{
	height: 70px;	
}
.rsp .b-filter-table tr td{
	position: relative;
	color: #000;
	font-size: 16px;
	max-width: 0;
	padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
	border: 0;
}

.rsp .b-filter-table tr td.have_more_button{
	width: 110px;
	max-width: 110px;
}
.rsp .filter_have_popup,.rsp .b-filter_new-more-button{
	padding-left: 20px;
	padding-right: 30px;
	line-height: 70px;
	cursor: pointer;
	overflow: hidden;
}
.rsp .filter_have_popup:after,.rsp .b-filter_new-more-button:after,.rsp .b-filter-table .filter_have_popup_last:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #ccc;
}
.rsp .b-filter-table td:first-child .filter_have_popup:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left:0;
}
.rsp .b-filter-table .filter_have_popup:before{
	content: '';
	position: absolute;
	width: 60px;
	height: 70px;
	right: 0px;
	top: 0px;
	background: linear-gradient(to left, #fff 0%, #fff 50%, transparent 100%);
	transition: all 0.4s ease;
	z-index: 2;
}


.rsp .b-mainpage-header_wrapper.expand_filter .b-filter-table tr td{
    border-bottom: 1px solid #cfcfcf;	
}
.rsp .b-mainpage-header_wrapper.expand_filter .b-filter-table:last-child tr td{
	border-bottom: 0;	
}

.rsp .b-filter-table tr td span{
	color: #000000;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;	
}

.rsp .b-filter-table tr td:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	right: 14px;
	top: 34px;
	background: URL(../i/arrow-bottom.png);
	transition: all 0.4s ease;
	z-index: 3;}


.rsp .b-filter-table tr td.with-check {
	width: 196px;
	max-width: 196px;
}
.rsp .b-filter-table tr td.with-check:before {
	background: none;
}
.rsp .b-filter-table tr td.with-check:after {
	background: none;
}

.rsp .b-filter-table tr td.with-check .filter_have_popup_last {
	padding-left: 10px;
	height: 57px;
	padding-top: 13px;
	position: relative;
}


.rsp .b-tags_new{
	margin-top: 28px;
	/*padding-bottom: 70px;*/
}
.rsp .b-tags_new .tag {
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: 27px;
	padding-left: 18px;
	padding-right: 23px;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #fff;
}
.rsp .b-tags_new .tag:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.1);
}
.rsp .b-tags_new .tag .digit{
	font-size: 13px;
}
.rsp .b-tags_new .all{
	color: #fff;
	font-family: Geometria, sans-serif;
    font-weight: 700;
	display: inline-block;4
}


.rsp .b-filter_new_popup_window{
	position: absolute;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 200px;
	min-height: 175px;
	left: -1px;
	top: 81px;
	z-index: 4;
	display: none;
}
.rsp .b-filter_new_popup_window:before{
	content: '';
	position: absolute;
	width: 2px;
	border: 12px solid transparent;
	border-bottom: 10px solid #fff;
	left: 18px;
	top: -20px;
}


.rsp .b-filter_new_popup_window .reset{
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #000000;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #cccccc;
	cursor: pointer;
}
.rsp .b-filter_new_popup_window .params{
	padding-bottom: 40px;
	
}
.rsp .b-filter_new_popup_window .params_inner{
	padding: 20px;
}
/*фильтр Чек бокс*/
.rsp .b-filter_new .b-filter_new-checkbox{
	cursor: pointer;
	margin-bottom: 6px;
	display: block;
	line-height: 18px;
	max-width: 160px;
	position: relative;
	padding-left: 27px;
}
.rsp .b-filter_new .b-filter_new_popup_window .b-filter_new-checkbox{
	margin-bottom: 16px;
	vertical-align: top;
}
.rsp .b-filter_new .b-filter_new_popup_window .b-filter_new-checkbox span{
	white-space: normal;
}
.rsp .b-filter_new .b-filter_new-checkbox .pseudo-check{
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../i/b-filter_new_checkbox.png);
	vertical-align: bottom;
	margin-right: 4px;
	position: absolute;
	left: 0;
}
.rsp .b-filter_new .b-filter_new-checkbox input[type="checkbox"]:checked + .pseudo-check{
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../i/b-filter_new_checkbox.png);
	background-position: 22px 0;
	vertical-align: bottom;
	margin-right: 4px;
}
.rsp .b-filter_new .b-filter_new-checkbox input[type="checkbox"]:checked + .pseudo-check + span{
	font-weight: bold;
	line-height: 17px;
}
.rsp .b-filter_new .b-filter_new-checkbox input[type="checkbox"]:checked span{
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../i/b-filter_new_checkbox.png);
	background-position: 22px 0;
	vertical-align: bottom;
	margin-right: 4px;
}



/* Конец фильтр Чек бокс*/



/*фильтр Радио Button*/
.rsp .b-filter_new .b-filter_new-radio_button{
	cursor: pointer;
	margin-bottom: 6px;
	display: block;
	line-height: 18px;
	max-width: 160px;
	position: relative;
	padding-left: 26px;
}
.rsp .b-filter_new .b-filter_new-radio_button input[type="radio"]{
	display: none;
}
.rsp .b-filter_new .b-filter_new_popup_window .b-filter_new-radio_button{
	margin-bottom: 16px;
}
.rsp .b-filter_new .b-filter_new_popup_window .b-filter_new-radio_button span{
	white-space: normal;
}
.rsp .b-filter_new .b-filter_new-radio_button .pseudo-radio{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../i/b-filter_new_radio.png);
	vertical-align: bottom;
	margin-right: 4px;
	position: absolute;
	left: 0;
}
.rsp .b-filter_new .b-filter_new-radio_button input[type="radio"]:checked + .pseudo-radio{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../i/b-filter_new_radio.png);
	background-position: 18px 0;
	vertical-align: bottom;
	margin-right: 4px;
}
.rsp .b-filter_new .b-filter_new-radio_button input[type="radio"]:checked + .pseudo-radio + span{
	font-weight: bold;
	line-height: 17px;
}
.rsp .b-filter_new .b-filter_new-radio_button input[type="radio"]:checked span{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../i/b-filter_new_radio.png);
	background-position: 18px 0;
	vertical-align: bottom;
	margin-right: 4px;
}



/* Конец фильтр Радио Button*/





.rsp .b-filter_new .price_filter_popup{
	min-width: 400px;
}
.rsp .b-filter_new .price_filter_popup input{
	width: 58px;
	height: 31px;
	border: 1px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
.rsp .b-filter_new .age_filter_popup{
	min-width: 520px;
}

.rsp  .with_plus:after{
	content: '+';
}

.rsp .b-filter_new .players_filter_popup{
	min-width: 400px;	
}

.rsp .b-filter_new .tematics_filter_popup{
	width: auto;
	max-width: 1000px;
}
 
.rsp .b-filter_new .time_filter_popup{
	width: 220px;
}

.rsp .b-filter_new .date_filter_popup{

	
}

.rsp .b-filter_new_popup_window.date_filter_popup .params_inner{
	padding-right: 5px;
	padding-left: 5px;
}
.rsp .b-filter_new .date_filter_popup .day_wrapper input{
	display: none;
}
.rsp .b-filter_new .date_filter_popup .day_wrapper input[type="radio"]:checked + .day{
	
	background-color: #cccccc;	
}

.rsp .b-filter_new .date_filter_popup .day{
	width: 53px;
	height: 62px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	cursor: pointer;
}
.rsp .b-filter_new .date_filter_popup .day.weekend{
	color: #c52929;
}
.rsp .b-filter_new .date_filter_popup .day:hover{
	background-color: #cccccc;
}

.rsp .b-filter_new .date_filter_popup .day .digit{
	font-family: Geometria, sans-serif;
    font-weight: 700;	
	font-size: 24px;
	line-height: 34px;
	
}
.rsp .b-filter_new .date_filter_popup .day .weekday{
	font-size: 13px;
	line-height: 22px;
}



.rsp .b-filter_new .line-progress {
    width: 100%;
	position: relative;
    background-color: #fff;
	margin-top: 20px;
}



.rsp .b-filter_new .line-slider .slider-desc {
    margin: 0;
    padding-top: 25px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-align: justify;
    overflow: hidden;
    height: 16px;
    white-space: normal;	
}

.rsp .b-filter_new .line-slider .slider-desc span{
	display: inline-block;
	cursor: pointer;
	color: #999999;
}

.rsp .b-filter_new .line-slider .slider-desc:before {
    content: '';
    position: relative;
    width: 100%;
    display: block;
}

.rsp .b-filter_new .line-slider .slider-desc:after{
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    overflow: hidden;
    visibility: hidden;
}



.rsp .b-filter_new .line-slider {
	
}

.rsp .b-filter_new .line-slider .slider {
    margin-right: 0;
    border: none;
    background: #ff3362;
    box-shadow: none;
    height: 11px;
    position: absolute;
    left: 0;
    right: 25px;
	z-index: 1;
}

.rsp .b-filter_new .line-slider .ui-slider-range {
    height: 11px;
    background-color: #ccc;
    position: absolute;
    right: -25px;
    cursor: pointer;
    padding-left: 1px;
}
.rsp .b-filter_new .price_filter_popup .line-slider .slider{
	background-color: #ccc;
}
.rsp .b-filter_new .price_filter_popup .line-slider .slider:before{
	content: '';
	position: absolute;
	width: 26px;
	height: 11px;
	background-color: #ccc;
	right: -24px;
}
.rsp .b-filter_new .price_filter_popup .line-slider .ui-slider-range {
	
	background-color: #ff3362;	
}
.rsp .b-filter_new .price_filter_popup .line-slider .ui-slider-handle:nth-child(3){
	margin-left: 0;
}

.rsp .b-filter_new .line-slider .slider:after {
    content: '';
    position: absolute;
    height: 16px;
    top: -6px;
    z-index: -1;
    left: 0;
    right: -13px;
}

.rsp .b-filter_new .line-slider .ui-slider-handle {
    position: absolute;
    width: 6px;
    height: 6px;
    border: 11px solid #1a1a1a;
    border-radius: 50%;
    background-color: #1A1A1A;
    top: -9px;
    margin-left: -1px;
    cursor: pointer;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.72);
}


.rsp .tematics_filter_column{
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

.rsp .b-filter_new_mobile .tematics_filter_column{
	display: inline;
}
/* Конец Фильтра*/


/* Мобильный Фильтр*/


.rsp .b-filter_new_mobile_btn{
	width: 100%;
	height: 48px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;	
	font-family: Geometria, sans-serif;
    font-weight: 700;
	text-align: center;
	line-height: 48px;
	background-color: #e52450;
	color: #fff;
	display: none;
}
.rsp .b-filter_new_mobile_btn:hover{
	color: #fff;
}

.rsp .b-filter_new_mobile {
	display: none;
	margin-bottom: 33px;
	margin-top: 4px;
	position: relative;
}

.rsp .b-filter_new_mobile .close_btn{
	width: 17px;
	height: 18px;
	position: absolute;
	right: 2px;
	top: 2px;
	background: url(../i/mobile-filter_close_btn.png);
	cursor: pointer;
}
.rsp .b-filter_new_mobile .heading{
	font-size: 24px;
	font-weight: 700;
	font-family: Geometria, sans-serif;	
}
.active_filter{
	overflow: hidden;
}

.rsp .b-filter_new_mobile .b-filter_new_mobile_fields{
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	overflow: scroll;
}
.rsp .b-filter_new_mobile_fields_overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	display: none;
	z-index: 3;
	transition: all 0.4 ease;
}
.rsp .b-filter_new_mobile_fields_overlay.active{
	display: block;
}


.rsp .b-filter_new_mobile .filter_have_popup_mobile{
	line-height: 55px;	
	padding-top: 5px;	
}
 .rsp .b-filter_new_popup_window_mobile{
	position: absolute;
	background-color: #fff;
	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 	border-top: 1px solid #ccc;
	min-width: 100%;
	min-height: 175px;
	left: 0;
	top: 60px;
	z-index: 4;
	display: none;
}



.rsp .b-filter_new_mobile .b-filter_new_mobile_checkboxes{
	width: 100%;
	overflow: auto;
}
.rsp .b-filter_new_mobile .b-filter_new-checkbox{
	display: inline-block;
    width: calc(50% - 27px);	
}

.rsp .b-filter_new_mobile_find-btn{
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e52450;
	font-size: 20px;
	font-family: Geometria, sans-serif;
    font-weight: 700;
	margin-top: 15px;
}


/* Конец мобильного Фильтра*/

/*ending by James*/
.rsp .b-block_newgames .b-block_specials__list {
    max-width: 1344px;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
	clear: both;
}

.rsp .b-block_quiz-chedule-wide {
    margin: 0 auto;
    padding: 40px 30px 50px 30px;
    max-width: 1344px;
}

.rsp .b-item .rating {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 3;
}

.rsp .b-item .rating > span {
	background-color: rgba(0,0,0,0.4);
}

.rsp .b-block_newgames h2, .rsp .b-block_quiz-chedule-wide  h2 {
	font-size: 30px;
}

.rsp .mob-nav {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
}

.rsp .mob-nav .mob-search,
.rsp .mob-nav .mob-menu {
    background-image: url(../i/mobicons.png);
    background-repeat: no-repeat;
    background-size: 93px 17px;
    width: 25px;
    height: 25px;
    float: right;
	cursor: pointer;
}

.rsp .mob-nav .mob-menu {
    background-position: -68px 3px;
}

.rsp .mob-nav .mob-search {
    background-position: -43px 3px;
	margin-right: 19px;
}

.rsp.mobilemenu .mob-nav .mob-menu,
.rsp.mobilesearch .mob-nav .mob-search {
	background-position: -19px 3px;
}

.rsp.mobilesearch .l-page,
.rsp.mobilemenu .l-page {
	overflow: hidden;
}

.rsp .mob-navmenu {
	display: none;
}

.rsp .mob-navmenu ul,
.rsp .mob-navmenu li {
	list-style: none;
	margin: 0;
}

.rsp .mob-navmenu li:before {
	display: none;
}

.rsp .mob-navmenu ul ul {
	display: none;
}

.rsp .mob-navmenu li.active > ul {
    display: block;
}

.rsp .mob-navmenu li.active > span {
    display: none;
}

.rsp .mob-navmenu li span,
.rsp .mob-navmenu li a {
	display: block;
	padding: 15px 19px;
	font-size: 20px;
	font-family: Geometria, sans-serif;
    font-weight: 700;
	color: #CECECE;
	border-bottom: 1px solid #333;
}

.rsp .mob-navmenu > ul {
	border-top: 1px solid #333;
}

.rsp .mob-navmenu li span.active,
.rsp .mob-navmenu li a:hover,
.rsp .mob-navmenu li span:hover {
	color: #fff;
}

.rsp .mob-navmenu > ul > li > ul > li > span,
.rsp .mob-navmenu > ul > li > span {
	background-image: url('../i/mobmenulist.png');
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: 93% 19px;
	cursor: pointer;
}

.rsp .b-withschedule .b-block_cntgame {
    margin-left: 0;
}

.rsp .b-block_rschedule {
    margin: 0;
    /*width: 28%;*/
	left: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #1A1A1A;
}

.rsp .b-block_rschedule .rschedule {
    padding: 0 20px 0 20px;
}

.rsp .b-block_rschedule .rschedule > div {
	height: 415px;
	overflow: auto;
}

.rsp .b-block_rschedule .rschedule-scroll {
    background-image: url(../i/sdarrow.png);
    background-repeat: no-repeat;
    background-size: 17px 13px;
    background-position: center;
    height: 26px;
    background-color: #000;
    cursor: pointer;
}

.rsp .b-block_rschedule .rschedule ul,
.rsp .b-block_rschedule .rschedule li {
	list-style: none;
	margin: 0;
}

.rsp .b-block_rschedule .rschedule li {
    width: 60px;
    height: 59px;
    color: #626262;
    font-size: 12px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 10px;
    line-height: 18px;
    letter-spacing: 0;
}

.rsp .b-block_rschedule .rschedule li div,
.rsp .b-block_rschedule .rschedule li a {
	border: 1px solid #313131;
	color: #fff;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	display: block;
}

.rsp .b-block_rschedule .rschedule li div:hover,
.rsp .b-block_rschedule .rschedule li a:hover {
	border: 1px solid #fff;
}

.rsp .b-block_rschedule .rschedule li div.disabled {
	color: #626262;
	cursor: auto;
}

.rsp .b-block_rschedule .rschedule li div.disabled:hover {
	border: 1px solid #313131;
}

.rsp .b-block_rschedule .rschedule li span.special {
    color: #E12345;
    position: absolute;
    width: 38px;
    left: 50%;
    margin-left: -19px;
    top: -6px;
    line-height: 12px;
    background-color: #1A1A1A;
}

.rsp .b-block_rschedule .rschedule li:before {
	display: none;
}

.rsp .b-block_rschedule .rschedule .day {
    clear: both;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 24px 0 0 0;
}

/*by James*/


.rsp .b-block_rschedule .rschedule .day-quiz {
    color: #999999;
    font-size: 13px;
    margin: 6px 12px 6px 0;
    position: relative;
    padding: 15px;
    border: 1px solid #313131;
    line-height: 1.3;
    float: left;
    width: calc(100% - 50px);
    max-width: 210px;
    /* height: 133px; */
}

.rsp .b-block_rschedule .rschedule .rschedule_quizz {
	padding: 20px 0;
}

.rsp .b-block_rschedule .rschedule .padding {
	padding-top: 20px;
}
.rsp .b-block_rschedule .rschedule a.day-quiz:hover{
	border: 1px solid #fff;	
}

.rsp .b-block_rschedule .rschedule .day-quiz .description{
	margin-top: 4px;
}
.rsp .b-block_rschedule .rschedule .day-quiz .skidka{
    position: absolute;
	color: #e52450;
	right: 15px;
	top: -12px;
	font-size: 16px;	
    font-family: Geometria, sans-serif;	
	font-weight: bold;
	background-color: #1a1a1a;
	padding-right: 6px;
	padding-left: 6px;
}
.rsp .b-block_rschedule .rschedule .day-quiz .date{
	color: #fff;
	font-size: 16px;
    font-family: Geometria, sans-serif;	
	font-weight: bold;	
}
.rsp .b-block_rschedule .rschedule .day-quiz .bron{
	color: #fff;
	font-size: 13px;
	border-top: none;
	margin: 0;
	width: 100%;
	margin-top: 15px;
}
.rsp .b-block_rschedule .rschedule .day-quiz .bron td{
	border-bottom: none;
	padding: 0;
}
.rsp .b-block_rschedule .rschedule .day-quiz .bron .bron-l{
	border-right: 1px solid rgba(255,255,255,0.5);
	padding-right: 10px;
	min-width: 80px;
	max-width: 100px;
	width: 80px;
}
.rsp .b-block_rschedule .rschedule .day-quiz .bron .bron-r {
    text-align: left;
    /*padding-left: 12px;*/
    font-family: Geometria, sans-serif;
    font-weight: bold;
    height: 46px;
	text-align: center;
}
.rsp .b-block_rschedule .rschedule .day-quiz:hover .bron .bron-r {
    background-color: #E5274F;
    text-decoration: none;
}

.rsp .b-block_rschedule .rschedule .day-quiz.disabled:hover .bron .bron-r {
    background: none;
}
.rsp .b-block_rschedule .rschedule .day-quiz .price{
	color: #fff;
	font-size: 13px;
	font-size: 20px;
    font-family: Geometria, sans-serif;	
	font-weight: bold;
}
.rsp .b-block_rschedule .rschedule .day-quiz .count{
	margin-top: 5px;
}
.rsp .b-block_rschedule .rschedule .day-quiz .price sup{
	vertical-align: super;
	line-height: 1;
}

/* Подборка */

.rsp .selection-list {
	width: auto;
}

.rsp .selection-heading{
	position: relative;
}
/*.rsp .selection-view_changer{
	position: absolute;
	right: 0;
	top: -6px;
	border-top: 1px solid #666666;	
}*/
.rsp .selection-view_changer {
    position: relative;
    float: right;
    right: 0;
    top: -6px;
    border-top: 1px solid #666666;
}
.rsp .selection-view_change-btn{
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	position: relative;
	color: #999999;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 26px;
	cursor: pointer;
}

	 .rsp .selection-view_change-btn.active span, 
	.rsp .selection-view_change-btn:hover span {
		color: #fff;
	 }
.rsp .selection-view_change-btn:first-child{
	margin-right: 20px;
	margin-left: 0;
}
.rsp .selection-view_change-btn:last-child{
	margin-right: 0;
	margin-left: 20px;
}
.rsp .selection-view_change-btn:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	top: -1px;
	left: 0;
}
.rsp .selection-view_change-btn:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	width: 18px;
	height: 20px;
	vertical-align: sub;
	background-image: url(../i/selection-change_img.png);
}
.rsp .selection-view_change-btn.active:after{
	border-top: 2px solid #fff;
}

.rsp .selection-view_list:before{
	background-position: 0 0;
	left: -1px;	

}
.rsp .selection-view_list.active:before, 
.rsp .selection-view_list:hover:before {
	background-position: 0 20px;
	left: -1px;

}
.rsp .selection-view_schedule:before{
	background-position: 36px 0;
	left: 0;
}
.rsp .selection-view_schedule.active:before,
.rsp .selection-view_schedule:hover:before {
	background-position: 36px 20px;
	left: 0;
}
.rsp .selection-view_map:before {
	background-position: 18px 0;
	left: 0;
}
.rsp .selection-view_map.active:before,
.rsp .selection-view_map:hover:before {
	background-position: 18px 20px;
	left: 0;
}

.rsp .selection-filter {
	color: #fff;
	line-height: 18px;
	margin-bottom: 27px;
}


.rsp .selection-list .b-block_newgames{
	background-color: #252525;
}
.rsp .selection-list .b-block_content {
    padding-top: 20px;
}

.rsp .selection-list  .b-block_content h2{
	font-size: 30px;
	margin-top: 8px;
    letter-spacing: 0.3px;
	margin-bottom: 14px;
}


.rsp .selection-filter .selection-filter_found-games{
    font-family: Geometria, sans-serif;
	display: inline-block;
	padding-right: 25px;
	border-right: 2px solid #666666;
}
.rsp .selection-filter .selection-filter_found-games .count{
	font-weight: bold;
	display: block;
	font-size: 40px;
	line-height: 1;
	float: left;
	margin-right: 13px;
}
.rsp .selection-filter .clear-filter {
	display: inline-block;
	padding-left: 18px;
	font-weight: bold;
    font-family: Geometria, sans-serif;	
	color: #fff;
}
.rsp .selection-filter .clear-filter img{
	display: block;
	float: left;
	vertical-align: bottom;
	margin-right: 10px;
	
}

.rsp .b-specials__wrap {
	min-width: 295px;
}
	
.rsp .selection-list .b-specials__wrap {
	width: 25%;
}

.rsp .selection-list .b-block_cntgame {
	width: auto;
}
.rsp .selection-list .b-block_cntgame .review{
	width: 33.33%;
}

.rsp .selection-list .b-block_cntgame .review > div{
	margin-right: 15px;
	margin-left: 15px;
}


.rsp .selection-list_seo-text {
    width: 756px;
    padding-bottom: 100px;
    padding-top: 20px;
}

.rsp .selection-list_seo-text p{
	margin-bottom: 24px;
	line-height: 25px;
}




.rsp .b-specials__wrap .b-specials__one.b-item:hover:before,
.rsp .b-specials__wrap .b-specials__one.b-item.active:before{

	display: none;
}



.rsp .b-specials__one .image_wrapper{
	position: relative;
}

.rsp .b-specials__one .b-specials_over-image-text {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.7);
    display: none;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.rsp .b-specials__one .b-specials_top-label{
	position: absolute;
	z-index: 2;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	background-color: #e52450;
	padding-left: 15px;
	padding-right: 15px;
	top: 10px;
	text-transform: uppercase;
}
.rsp .b-specials__one .b-specials_top-label:after{
	content: '';
	width: 6px;
	height: 20px;
	position: absolute;
	right: -6px;
	background: url(../i/recom_label_end.png);
}
.rsp .b-specials__one .b-specials_top-label.green {
	background-color: #05fa00;
	color: #000;
}
.rsp .b-specials__one .b-specials_top-label.green:after {
	background: url(../i/recom_label_end_green.png);
}
.rsp .b-specials__one .skidka{
	position: absolute;
	width: 69px;
	height: 30px;
	background: url(../i/skidka_label.png);
	right: 0;
	bottom: 10px;
	font-family: Geometria, sans-serif;
    font-weight: 700;	
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding-left: 10px;
	z-index: 4;
}



/*Подборка плиткой*/

.rsp .selection-list .b-filter_new_wrapper_mobile{
	padding-bottom: 0;
}
.rsp  .selection-list .b-mainpage-header .cont{
	/*margin-bottom: 64px;*/
	margin-bottom: 0;
	width: 765px;
	margin-left: 0;
	text-align: left;
}

.rsp .selection-list .b-mainpage-header h1 {
    text-align: left;
    margin-bottom: 15px;
    margin-left: -2px;
}

.rsp  .selection-list .b-block_newgames h2 {
	margin-top: 0;
    letter-spacing: 0.3px;
	margin-bottom: 22px;
	float: left;
	width: 50%;
}

.rsp  .selection-list .b-mainpage-header_wrapper {
	/*min-height: 548px;
	background-color: #000;
	background-image: url(../images/selection-list_bg.jpg);*/
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}

.rsp .selection-list .b-mainpage-header_wrapper .b-mainpage-header:after {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rsp .selection-list .b-mainpage-header_wrapper.expand_filter {
	/*min-height: 619px;*/
}

.rsp .selection-list .b-againstgame .reviews{
	overflow: hidden;
	
}
.rsp .selection-list .b-againstgame .reviews > div{
	margin-right: -15px;
	margin-left: -15px;
}

.rsp .selection-list .b-block_cntgame .review > div{
	margin-right: 15px;
	margin-left: 15px;
}


/* Подборка расписание*/

.rsp .selection-schedule-toppanel{
	margin-bottom: 26px;
	margin-right: -15px;
	margin-left: -15px;
	overflow: auto;
}
.rsp .selection-schedule-toppanel-half{
	width: 50%;	
	float: left;
	
}
.rsp .selection-schedule-toppanel .selection-filter{
	margin-top: 8px;
	margin-bottom: 8px;
}
.rsp .selection-schedule-toppanel-half_iner{
	
	padding-left: 15px;
	padding-right: 15px;	
}
.rsp .selection-schedule-toppanel-half_iner .text{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
.without-commision{
	color: #fff;
}
.without-commision img{
	float: left;
	margin-right: 18px;
}
.without-commision .wc-text{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding-top: 4px;
}
.without-commision .wc-small_text{
	line-height: 24px;
	font-size: 13px;
}
.rsp .selection-schedule-dates_container{
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1344px;
	margin: auto;
	min-width: 280px;
}
.rsp .selection-schedule-dates{
	border-top: 1px solid #666666;
	padding-top: 30px;
	overflow: hidden;
	margin-top: 40px;
	color: #fff;		
}

.rsp .selection-schedule-dates_inner {
    min-width: 960px;
    height: 77px;
    margin-right: -50%;
}
.selection-schedule-dates_pane .jspPane {
    top: 0 !important;
}
.rsp .selection-schedule-month {
    float: left;
    height: 100%;
    overflow: hidden;
}
.rsp .selection-schedule-month.next-month .month-dates{
	margin: 0;
}
.rsp .selection-schedule-month .month-name{
	float: left;
	text-align: center;
	padding-top: 14px;
}
.rsp .selection-schedule-month .month-name .name{
	font-size: 24px;
	line-height: 1;
	font-weight: bold;	
	font-family: Geometria, sans-serif;	
	
}
.rsp .selection-schedule-month .month-name .year{
	font-size: 13px;
	line-height: 1;
    font-family: 'PT Sans Caption',sans-serif;
	margin-top: 4px;
}
.rsp .selection-schedule-month .month-dates{
	margin-right: 24px;
	margin-left: 23px;
	height: 100%;
	float: left;
}
.rsp .selection-schedule-month .month-dates .month-date {
    width: 50px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    height: 100%;
    color: #fff;
}
.rsp .selection-schedule-month .month-dates .month-date.holiday{
	color: #e57790;
}
.rsp .selection-schedule-month .month-dates .month-date.active{
	background-color: #1a1a1a;
}
.rsp .selection-schedule-month .month-dates .month-date .hover{
	width: 50px;
	height: 47px;
	padding-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rsp .selection-schedule-month .month-dates .month-date .hover:hover{
	background-color: #2b2b2b;
	color: #e52450;
	cursor: pointer;
}
.rsp .selection-schedule-month .month-dates .month-date.active .hover:hover{
	background-color: #1a1a1a;
	color: #fff;
}
.rsp .selection-schedule-month .month-dates .month-date .hover .month-day{
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	font-family: Geometria, sans-serif;	
}
.rsp .selection-schedule-month .month-dates .month-date .hover .week-day{
	font-size: 13px;
	line-height: 1;
    font-family: 'PT Sans Caption',sans-serif;
	margin-top: 2px;
}

.selection-schedule-wrapper{
	background-color: #1a1a1a;
	color: #fff;
	margin-bottom: 47px;
}
.selection-schedule-wrapper .b-block_schedule{
	margin-top: 0;
}
.selection-schedule-wrapper  .b-company-game__timetable{
	border-top: 0;
}

.selection-schedule-dates_pane{
	width: 100%;
	height: auto;
	max-height: 77px;
	overflow: auto;
}
.selection-schedule-dates_pane .jspHorizontalBar{
	display: none !important;
}

.selection-schedule-wrapper  .b-block_schedule .b-game__timetable__sessions ul {
	height: 115px;
	padding: 0;
	padding-top: 10px;
	margin-left: 10px;
}

.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li {
	height: auto;
	margin: 0;
	width: auto;
	margin-left: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #313131;	
}
.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li:last-child {
    margin-right: 20px;
}
.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li a,
.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li div {
	margin-left: 10px;
	width: 58px;
	position: relative;
	/*display: block;
	float: left;*/
	display: inline-block;
}
.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li a:first-child,
.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li div:first-child{
	margin-left: 0;
}


.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li .price{
	
	position: absolute;
	background-color: #1a1a1a;
	font-size: 13px;
	width: 60px;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	bottom: -15px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	border: none;
	
}
.selection-schedule-wrapper .b-game__timetable__dates {
	width: 243px;
	padding-left: 39px;
	padding-top: 26px;
	padding-bottom: 69px;
}

.selection-schedule-wrapper .b-game__timetable__sessions {
	left: 243px;
	padding-top: 36px;
}

.selection-schedule-wrapper .b-game__timetable__sessions .b-game__timetable__game{
	display: none;
}
	
.rsp .selection-schedule-block{
	overflow: hidden;	
}
.rsp .selection-schedule-block_inner{
	padding-top: 25px;
	padding-bottom: 70px;
	position: relative;	
	min-width: 1000px;
}
.rsp .selection-schedule-block_inner:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 30px;
	background: url(../i/selection-schedule_shadow.png);	
	left: 205px;
	top: 0;
}

.rsp .selection-schedule-block .game-row{
	padding-top: 5px;
	clear: both;
	min-height: 100px;
}
.rsp .b-game__timetable__game {
	width: 205px;
	color: #fff;
	display: block;
	/*min-height: 100px;*/
	height: 120px;
	padding-top: 5px;	
}
.rsp .b-game__timetable__game:hover{
	color: #e52450;
}
.rsp .b-game__timetable__game .name{
	font-size: 16px;
	font-family: Geometria, sans-serif;	
	font-weight: bold;
	line-height: 19px;
	max-width: 160px;
	margin-top: 12px;	
}
.rsp .b-game__timetable__game .desc {
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    margin-top: 4px;
    padding-right: 20px;
}


.rsp .selection-schedule-wrapper .js-timetable-item .mobile-time-price{
	position: absolute;
	width: 60px;
	left: 0;
	font-size: 13px;
	color: #626262;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;	
	text-align: center;
	line-height: 20px;
	display: none;
	bottom: -20px;
}
.rsp .selection-schedule-wrapper .js-timetable-item .time-skidka{
	font-size: 13px;
	color: #e52450;
	position: absolute;
	line-height: 1;
	border: none;
	height: 13px;
	width: 44px;
	left: 7px;
	top: -10px;
	text-align: center;
	line-height: 1;
	background-color: #1a1a1a;
}


.selection-schedule-wrapper .b-game__sessions__left{
	left: 242px;
} 

.rsp .selection-schedule-block .game-row-schedule{
	float: left;
	padding-left: 15px;
	margin-top: 5px;
}
.rsp .selection-schedule-block .game-row-schedule .price-diapason{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border-bottom: 1px solid #313131;
	padding-bottom: 14px;
	position: relative;	
}
.rsp .selection-schedule-block .game-row-schedule .price-diapason.transp{
	opacity: 0;
	cursor: default;
	pointer-events: none; 
}
.rsp .selection-schedule-block .game-row-schedule .price-diapason_inner{
	margin-left: -5px;
	margin-right: -5px;
	
}

.rsp .selection-schedule-block .time{
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
    border: 1px solid #313131;
    color: #fff;
    font-size: 16px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
}

.rsp .selection-schedule-block .time.transp{
	opacity: 0;
	cursor: default;
	pointer-events: none; 
}


.rsp  .selection-schedule .b-block_newgames h2{
	margin-bottom: 15px;	
}
.rsp .schedule_show_more_sect{
	background-color: #252525;	
	
}
.rsp .schedule_show_more_block {
    clear: both;
    padding-top: 30px;
    padding-bottom: 46px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1344px;
    margin: auto;
    min-width: 280px;
}

.rsp .schedule_show_more{
	width: 100%;
    background-color: #1A1A1A;
    display: block;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: Geometria, sans-serif;
    line-height: 50px;
    border-radius: 3px;
    position: relative;
}

.rsp .schedule_show_more:hover{
	color: #fff;
	background-color: #E5274F;
}

.rsp .selection-list .b-againstgame .reviews > div.owl-carousel {
	display: block;
	width: auto;
}

/* Подборка карта*/

	
/*Слайдер*/	
.rsp .selection-map .owl-theme.owl-carousel .owl-stage-outer {
	z-index: 5;
}

.rsp .selection-map .owl-theme .owl-nav [class*=owl-] {
	width: auto;
	min-width: 30px;
	height: 100%;
	position: absolute;
	background-color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 6;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.rsp .selection-map .owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	margin-top: 0;
}

.rsp .selection-map .owl-theme .owl-nav .owl-prev {
	left: -25px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;	
}

.rsp .selection-map .owl-theme .owl-nav .owl-next {
	right: -25px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;	
}
.rsp .selection-map .selection-map-slider.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: -28px;
	margin-top: 0;
	display: none;
}
.rsp .selection-map-slider.owl-theme .owl-dots .owl-dot span{
	width: 100px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	height: 20px;
	border-bottom: 1px solid #7f7f7c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	
}

.rsp .selection-map-slider.owl-theme .owl-dots .owl-dot.active span,
 .rsp .selection-map-slider.owl-theme .owl-dots .owl-dot:hover span{
	border-bottom: 1px solid #e52450; 	
 }
 
.rsp .selection-map-slider_close-btn{
	position: absolute;
	top: -43px;
	right: 40px;
	cursor: pointer;
 }

/*Конец слайдера*/	
.rsp .selection-map .b-specials__wrap {
	width: 100%;
}

.rsp .selection-map-block_container{
   	margin: auto;
	background-color: #fff;
	position: relative;
	height: 650px;
	clear: both;
}
.rsp #selection-map{
	height: 100%;
}
.rsp .selection-map-block_overlay{
	height: 100%;
	background-color: rgba(0,0,0,0.83);
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 1;
	display: flex;
}
.rsp .selection-map-slider_wrapper{	
}

.rsp .selection-map-slider-viewport{
padding-right: 25px;
padding-left: 25px;	
   margin: auto;
   min-width: 280px;
   max-width: 1364px;	
width: 100%;
	position: relative;
}


.rsp .selection-map-slider_buttons{
position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
}




.rsp .selection-map-slider_dots {
	height: 58px;
	text-align: center;
}
.rsp .selection-map-slider_dot{
	display: inline-block;
	width: 100px;
	margin-top: 26px;
	height: 1px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.3);
}
.rsp .selection-map-slider_dot:hover{
	background-color: rgba(255,255,255,0.3);
}

.rsp .selection-map-slider_dot.active{
	background-color: #e52450;
}	
 /*Слайдер*/
.rsp .selection-map-slider-viewport .b-specials__wrap{
	}
	.rsp .selection-map-slider .b-specials__one{
	margin-bottom: 0;
	}
/* конец Подборка  карта*/
/* Конец Подборка */
/*ending by James*/
.rsp .b-block_rschedule .rschedule .day > span {
    display: inline-block;
    margin-left: 19px;
    position: relative;
	margin-bottom: 9px;
}

.rsp .b-block_rschedule .rschedule .day > span:before {
    position: absolute;
    content: '•';
    left: -11px;
    top: 0;
    font-size: 6px;
}

.rsp .b-block_rschedule .rschedule .jspVerticalBar {
    display: none;
}

.rsp.mobilemenu .b-gametail > .rating {
	display: none;
}

.rsp form textarea.error {
    border: 1px solid #db0000 !important;
}

.rsp .b-popup {
    border-top: 6px solid #000;
    border-width: 6px 0 0 0;
    background-color: #252525;
    width: 260px;
    padding: 23px 30px;
    margin-left: -160px;
}

/*.rsp .b-popup .b-popup__close {
    top: 8px;
    right: 8px;
}*/

.rsp .b-popup .b-popup__close {
    top: 3px;
    right: 7px;
}

.rsp .b-popup h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.rsp .b-popup ul,
.rsp .b-popup li {
	list-style: none;
}

.rsp .b-popup li:before {
	display: none;
}

.rsp .b-popup .socials {
    margin-left: -20px;
    margin-bottom: 17px;
}

.rsp .b-popup .socials li {
    float: left;
    margin: 0 0 20px 20px;
}

.rsp .b-popup .socials li a {
	display: block;
	width: 118px;
	height: 35px;
	background-image: url('../i/popupsocials.png');
	background-size: 256px 90px;
	background-repeat: no-repeat;
}

.rsp .b-popup .socials li a:hover {
    opacity: 0.9;
}

.rsp .b-popup .socials li a.facebookslogin {
	background-position: 0 0;
}
.rsp .b-popup .socials li a.vkontakteslogin {
	background-position: -138px 0;
}
.rsp .b-popup .socials li a.twitterslogin {
	background-position: 0 -55px;
}
.rsp .b-popup .socials li a.googleslogin {
	background-position: -138px -55px;
}

.rsp .b-popup .umenu {
    margin: 0 -30px 0 -30px;
    border-bottom: 1px solid #666;
	clear: both;
}

.rsp .b-popup .umenu li {
    margin: 0 0 0 23px;
    float: left;
    line-height: 20px;
    padding-bottom: 12px;
    position: relative;
    height: 20px;
}

.rsp .b-popup .umenu li.main {
    margin: 0 0 0 30px;
    font-size: 24px;
    font-family: Geometria, sans-serif;
    font-weight: 700;
    line-height: 16px;
}

.rsp .b-popup .umenu li span {
	cursor: pointer;
}

.rsp .b-popup .umenu li span.active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100%;
	border-bottom: 4px solid #D9264C;
	left: 0;
}

.rsp .b-form__row label,
.rsp .b-form__row .b-label {
    width: 56px;
}

.rsp .b-form__row {
    margin-bottom: 20px;
}

.rsp .b-form__row .desc {
    font-size: 12px;
    margin-left: 10px;
}

.rsp .b-form__row .desc.double {
    display: inline-block;
    float: right;
    line-height: 17px;
}

.rsp .b-form__row.b-form__price {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}

.rsp .b-form__row.b-form__price .price {
	font-size: 50px;
	font-weight: 700;
    font-family: Geometria, sans-serif;
}

.rsp .b-form__row.b-form__price .currency {
    font-size: 20px;
    font-weight: 700;
    font-family: Geometria, sans-serif;
    line-height: 0;
    margin-left: 9px;
}

.rsp .b-form__row.b-form__price .discount {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    margin-left: 14px;
    position: relative;
    top: -13px;
}

.rsp .b-form__row.b-form__price .discount span {
    display: inline-block;
    line-height: 14px;
    color: #FFC100;
	text-indent: -5px;
}

.rsp .b-form__row.b-form__price .discount .oldprice {
    color: #999;
    position: relative;
    text-indent: 0;
}

.rsp .b-form__row.b-form__price .discount .oldprice:after {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    content: '';
    border-bottom: 1px solid #FFC100;
}

.rsp .b-form__row.b-form__buttons {
    padding: 20px 0 13px 0;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    width: 100%;
    margin-top: 5px;
}

.rsp .b-form__row.b-form__buttons .b-btn {
    width: 196px;
    float: left;
    padding: 16px 20px;
	font-weight: 700;
    font-family: Geometria, sans-serif;
	font-size: 18px;
}

.rsp .b-form__row.b-form__buttons .b-btn.b-btn_red {
	margin-right: 18px;
}

.rsp .b-form__row .b-btn.b-btn_grey {
    width: auto;
    padding: 16px 38px; /* 13 20 */
    background-color: #3e3e3e;
    border: 0;
    color: #787878;
}

.rsp .b-form__row.b-form__buttons .buttons_description {
    font-size: 12px;
    clear: both;
}

.rsp .b-form__row.b-form__buttons .buttons_description span {
    margin: 4px 0 0 0;
    display: inline-block;
    width: 234px;
    text-align: center;
}

.rsp .b-form__row.b-form__buttons .buttons_description span:first-child {
	margin-right: 18px;
}

.rsp .b-form__row.rules {
    width: 320px;
    font-size: 12px;
    margin: 5px auto -3px auto;
    line-height: 14px;
    text-align: center;
    color: #7a7a7a;
    float: none;
}

.rsp .b-form__row.rules a {
    color: #fff;
}

.rsp .b-form__row.rules a:hover {
    color: #fe2363;
}

.rsp .b-popup .formselect {
    padding: 23px 0 0 0;
}

.rsp .b-popup .formselect .left {
    float: left;
    margin-right: 10px;
}

.rsp .b-popup .formselect a {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
}

.rsp .b-popup .formselect .b-btn_blue {
    font-weight: bold;
}

.rsp .b-popup .formselect .g-recaptcha {
    margin-left: -21px;
}

.rsp .b-againstgame .reviews {
    margin-top: 16px;
}

.rsp .b-block_gamemenu li.callback {
    margin: 0 10px 0 19px;
}

.rsp .b-block_gamemenu li.callback a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}

.rsp .b-block_gamemenu li.dobooking a,
.rsp .b-block_gamemenu li.booking a {
	border-color: #E5274F;
	background-color: #E5274F;
	font-weight: bold;
}

.rsp .b-block_gamemenu li.dobooking a:hover,
.rsp .b-block_gamemenu li.booking a:hover {
	background-color: #e75875;
	border-color: #e75875;
	color: #fff;
}

.rsp .b-block_gamemenu li.dobooking a:active {
	background-color: #D21E42;
	border-color: #D21E42;
}

.rsp .b-aboutgame table.rightdsc a span {
    font-size: 16px;
}

.rsp .b-footer {
	width: auto;
	padding: 0;
	max-width: 100% !important;
}

.rsp .fotorama__arr {
    background-image: url(../i/frarrows.png);
    width: 16px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 41px 27px;
	margin-top: -14px;
}

.rsp .fotorama__arr--prev {
	background-position: 0 0;
}
.rsp .fotorama__arr--next {
	background-position: -25px 0;
}

.rsp .b-block_gamemenu li.booking {
    text-align: center;
    display: table;
    width: 100%;
}

.rsp .b-block_gamemenu li.booking a {
    border-radius: 0;
    width: auto;
    height: 60px;
    display: table-cell;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

.rsp .b-block_gamemenu li.booking a span {
    display: inline-block;
    height: 41px;
    line-height: 41px;
}

.rsp .b-block_gamemenu li.booking a .tax {
    display: block;
    color: #000;
    background-color: #FFC100;
    height: 19px;
    font-size: 14px;
    font-family: Geometria, sans-serif;	
	font-weight: 900;
    line-height: 20px;
}

.rsp .b-block_gamemenu > ul.right {
    /* width: 28%; */
    position: absolute;
    right: 0;
    left: 100%;
}
/*
.b-header__logo a svg {
	display: none;
}
*/
.b-header__logo a .logo-mobile{
	display: none;
}

.b-header__logo a .logo-desctop{
    display: inline-block;
    position: relative;
    height: 36px;
	fill: #fff;
	width: 214px;
}
.rsp .b-header__logo a .logo-desctop svg.znak{
	position: absolute;
	width: 35px;
    height: 36px;
    top: -1px;
    left: -1px;	
}

.rsp .b-header__logo a .logo-desctop svg.textbig{
    position: absolute;
	width: 214px;
    left: 50px;
    top: 10px;	
}
.rsp .nolegend .b-sharegame {
    border: 0;
    margin-top: -20px;
}


.b-block_schedule {
	background-color: #1A1A1A;
	margin-top: 31px;
}

.b-block_schedule > div {
    max-width: 1424px;
    margin: 0 auto;
}

.b-block_schedule h2 {
    padding: 34px 40px;
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.b-block_schedule .b-game__timetable__sessions .day {
    display: none;
    clear: both;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 24px 0 0 0;
    padding: 8px 0 0 10px;
}
.b-block_schedule .b-game__timetable__sessions .day > span {
    display: inline-block;
    margin-left: 19px;
    position: relative;
}
.b-block_schedule .b-game__timetable__sessions .day > span:before {
    position: absolute;
    content: '·';
    left: -11px;
    top: 0;
    font-size: 6px;
}

.b-block_schedule .b-game__timetable__sessions ul {
    list-style: none;
    display: block;
    clear: both;
    height: 64px;
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    font-size: 0;
}
.b-block_schedule .b-game__timetable__sessions ul li {
    width: 60px;
    height: 59px;
    color: #626262;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    line-height: 18px;
    letter-spacing: 0;
}
.b-block_schedule .b-game__timetable__sessions ul li:before {
	display: none;
}

.b-block_schedule .b-game__timetable__sessions ul li a,
.b-block_schedule .b-game__timetable__sessions ul li div {
	border: 1px solid #313131;
    color: #fff;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: block;
}

.b-block_schedule .b-game__timetable__sessions ul li div {
	cursor: auto;
	color: #626262;
}

.b-block_schedule .b-game__timetable__sessions ul li a:hover {
	border: 1px solid #fff;
}

.b-block_schedule .b-game__timetable__sessions ul li a.disabled {
	color: #626262;
	cursor: auto;
}

.b-block_schedule .b-game__timetable__sessions ul li span.special {
    color: #E12345;
    position: absolute;
    width: 38px;
    left: 50%;
    margin-left: -19px;
    top: -6px;
    line-height: 12px;
    background-color: #1A1A1A;
}



.b-company-game__timetable {
    margin: 0;
    border-top: 2px solid #252525;
	border-bottom: 0;
    position: relative;
    color: #fff;
}

.b-game__timetable__dates {
    float: left;
    width: 105px;
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    border: none;
}

.b-game__timetable__date {
    font-size: 16px;
    text-align: left;
    height: 40px;
}

.b-game__timetable__date span {
    font-size: 30px;
    line-height: 18px;
	text-align: left;
}

.b-game__timetable__sessions {
    left: 165px;
}

.rsp .b-booking {
	width: 490px;
	margin-left: -275px;
}

.rsp .b-booking .b-popup_reserv__top {
    height: 238px;
    margin: -23px -30px 25px -30px;
}

.rsp .b-popup_reserv label,
.rsp .b-popup_reserv .b-label {
    width: 130px;
}

.rsp .b-booking .b-input {
    width: 350px;
}

.intl-tel-input {
    /*width: 100%;*/
}

.intl-tel-input input {
    height: 34px;
    width: 183px !important;
}

.intl-tel-input .country-list {
    width: 265px;
    color: #000;
}

.intl-tel-input .country-list li {
	margin: 0;
}

.intl-tel-input .country-list .country {
    white-space: normal;
}

.intl-tel-input .selected-flag {
    color: #000;
}

.rsp .b-form__row.b-form__buttons .b-btn span {
	display: none;
}

.rsp .b-booking textarea.b-input {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
	resize: none;
	height: 18px;
	min-height: 18px;
}

.rsp .b-booking textarea.b-input:active,
.rsp .b-booking textarea.b-input:focus {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}

.heightcnt {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    left: -10000px;
    top: -10000px;
    visibility: hidden;
	word-break: break-word;
}

.b-block_schedule .jspHorizontalBar {
    background: none;
    height: 7px;
    margin-bottom: 3px;
    z-index: 1;
}

.rsp .b-form__row.b-form__buttons .b-btn.b-btn_grey {
    width: 160px;
}

.rsp .b-booking .loading-spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 5;
	/*background-image: url('../i/loading-spinner.gif');
	background-repeat: no-repeat;
	background-position: center center;*/
	display: none;
}

.rsp .b-booking .loading-spinner svg {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

.rsp .selection-list .b-block_cntgame .review a {
    color: #fff;
    font-weight: bold;
    font-family: Geometria, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.b-block_announces .b-list {
    max-width: 1424px;
    margin: 0 auto;
}

.rsp .b-mainpage-inner .b-pagehead {
    /*min-height: 140px;*/
}

.js-loader {
    display: block;
    position: relative;
    text-align: center;
    height: 50px;
}

.js-loader:after {
    display: inline-block;
    content: '';
    width: 50px;
    height: 50px;
    background-size: 100px 100px;
    background-image: url(../i/loading-spinner.gif);
    background-position: 75px 75px;
}

.js-timetable.loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    top: 0;
    left: 0;
}

.js-timetable.loading.loader:after {
	background-size: 100px 100px;
    background-image: url(../i/loading-spinner.gif);
    background-position: center;
	background-repeat: no-repeat;
}

.b-popup_reserv__top.reserv__top_quizz {
	background-size: auto;
}

.b-popup_reserv__top.reserv__top_quizz:before {
	display: none;
}

.rsp .b-form__row .desc.double.hight {
    line-height: 34px;
    font-size: 16px;
    margin-right: 30px;
}

.rsp .b-form__row.b-form__price label {
    position: absolute;
    left: 0;
    text-align: left;
}

.rsp .b-block_rschedule .rschedule .day-quiz.disabled,
.rsp .b-block_rschedule .rschedule .day-quiz.disabled .date,
.rsp .b-block_rschedule .rschedule .day-quiz.disabled .description,
.rsp .b-block_rschedule .rschedule .day-quiz.disabled .price,
.rsp .b-block_rschedule .rschedule .day-quiz.disabled .bron {
	cursor: auto;
	color: #434343;
}

.rsp .b-block_rschedule .rschedule .day-quiz.disabled .bron .bron-l {
	border-right: 1px solid rgba(67,67,67,0.5);
}

.rsp .clear3 {
	clear: both;
}

.b-input.idnemail {
    text-transform: lowercase;
}

.rsp .schedule_header {
    padding: 0 40px 24px 40px;
}

.rsp .schedule_header ul,
.rsp .schedule_header li {
	list-style: none;
}

.rsp .schedule_header li:before {
	display: none;
}

.rsp .schedule_header li {
	float: left;
	margin: 7px 0 0 0;
	border-right: 2px solid #252525;
	padding: 0 20px;
	font-weight: 700;
    font-family: Geometria, sans-serif;
	color: #fff;
	font-size: 18px;
}

.rsp .schedule_header li:first-child {
	padding-left: 0;
}

.rsp .schedule_header li:last-child {
    padding-right: 20px;
    padding-left: 14px;
    margin-right: 38px;
}

.rsp .schedule_header li span {
	display: block;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.rsp .b-popup .b-popup__close2 {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background-color: #E5274F;
    line-height: 41px;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 3px;
    font-family: Geometria, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.rsp .b-popup .b-popup__close2:hover {
    background-color: #F5375F;
}

.b-block_text {
    margin: 15px 15px;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: Geometria, sans-serif;
    color: #fff;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (   -moz-min-device-pixel-ratio: 1.5),
       only screen and (     -o-min-device-pixel-ratio: 3/2),
       only screen and (        min-device-pixel-ratio: 1.5) {
	.rsp .b-block_content,
	.rsp .b-block_newgames .b-block_specials__list,
	.rsp .b-gmheader,
	.rsp .b-footer_new,
	.rsp .sliderpage .b-header,
    .rsp .sliderpage .b-mainpage-header,
    .rsp .b-block_quiz-chedule-wide,
    .rsp .selection-schedule-block_container,
    .rsp .selection-schedule-dates_container,
    .rsp .selection-map-slider-viewport,
    .rsp .b-block_schedule > div {
		max-width: 1144px;
	}
	
	.rsp .b-gamebgimage.hightbg {
    	max-width: 1124px;
	}
	.rsp .b-gametail {
	    max-width: 1223px;
	}
	
	
	
	.rsp .selection-list .b-specials__wrap {
		width: 33.33%;
	}
	
	
	
	
}

@media screen and (max-width: 1250px){
	
	
	
	.rsp .selection-schedule-toppanel.schedule-topbuttons{
	margin-bottom: 8px;
	}
	.rsp .selection-schedule-dates{
	margin-top: 8px;
	}
	
	.rsp .b-mainpage-header .cont{
	width: 95%;
	}

	.rsp .b-tags_new{
		padding-bottom: 0;
		
	}
	.rsp .selection-list .b-block_newgames .b-block_specials__list{
		padding-top: 35px;
	}
	.rsp .selection-list  .b-block_content h2{
	
	}
	.rsp  .selection-list .b-mainpage-header .cont{
	/*margin-bottom: 60px;*/
	}
	.rsp  .selection-list .b-mainpage-header_wrapper{
	/*min-height: 520px;*/
	}
	.rsp .selection-list .b-mainpage-header_wrapper.expand_filter{
	/*min-height: 591px;*/
	}
	.rsp .selection-list .b-filter_new_wrapper_mobile{
	padding-bottom: 0;
	}
	.rsp .selection-list .b-specials__wrap{
	width: 33%;
	}
	.rsp .selection-list .b-block_cntgame .review{
		width: 50%;
	}
}


@media screen and (min-width: 1444px) { /*1298px*/


	.rsp .b-block_content h2 {
	    font-size: 40px;
	    line-height: 48px;
	    margin-top: 18px;
		margin-bottom: 17px;
	}
	.rsp .b-block_cntgame {
	    font-size: 21px;
	    line-height: 30px;
	    margin-bottom: 43px;
	}
	.rsp .selection-list .b-block_cntgame {
	    font-size: 21px;
	    line-height: 30px;
	    margin-bottom: 16px;
	}
	.rsp .b-block_cntgame p {
		margin-bottom: 20px;
		line-height: 30px;
	}
	.rsp .b-block_cntgame .review p {
	    line-height: 24px;
	    font-size: 16px;
	}
	.rsp .b-gamemap .metro {
		font-size: 21px;
		line-height: 30px;
	}
	.rsp .b-gamemap .address {
		font-size: 24px;
		line-height: 28px;
		padding: 33px 0 22px 0;
	}
	.rsp .b-gamemap .metro .phone {
	    padding-top: 16px;
	}
}


@media screen and (max-width: 1100px) {
.rsp .selection-schedule-block_inner:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 30px;
	background: url(../i/selection-schedule_shadow-right.png);	
	right: 0;
	top: 0;
}
.rsp .selection-schedule-dates_container{
	padding-right: 0;
}
.rsp .selection-schedule-block_container{
	padding-right: 0;
}
}

@media screen and (min-width: 1019px) {
	.rsp .b-gamebgimage.noleftshadow:before,
	.rsp .b-gamebgimage:after {
		display: block;
	}
	.rsp .b-gamebg {
		text-align: center;
	}
	
}

@media screen and (max-width: 1018px) {

	.rsp .b-block_articles .b-list__one {
		width: 50%;
	}
	
	.rsp .b-mainpage-inner > div {
	    padding-top: 160px;
	}
	
	.media1250-hide {
	    display: block;
		clear: none !important;
	}
	
	.rsp .b-mainpage-header {
	    min-height: initial;
	}
	
/*подборка*/
	
	.rsp  .selection-list .b-block_newgames h2 {
		/*max-width: 260px;*/
		line-height: 36px;
		margin-bottom: 29px;
	}
	.rsp  .selection-list.selection-schedule .b-block_newgames h2{
		max-width: 260px;
		line-height: 36px;
		margin-bottom: 16px;
	}
	.rsp  .selection-list .b-mainpage-header .cont{
	margin-bottom: 27px;
	}
	.rsp .selection-list .b-block_newgames .b-block_specials__list{
	padding-top: 30px;
	}
	
	.rsp .selection-view_changer{
	top: -1px;
	}
	.rsp .selection-filter{
	margin-bottom: 35px;
	}
	.rsp .selection-list_seo-text {
	width: auto;
	}
	
	.rsp .b-breadcrumbs{
	display: none;
	}
	.rsp .selection-list_seo-text{
		width: 100%;
	}
	.rsp .selection-list_seo-text p{
		line-height: 25px;
		margin: 0;
	}
	
	.rsp  .selection-list .b-mainpage-header .cont{
		margin-bottom: 30px;
		width: 100%;
	}
	.rsp  .selection-list .b-mainpage-header_wrapper{
		/*min-height: 524px;*/
		min-height: initial;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.rsp .selection-list .b-filter_new_mobile_btn_wrapper{
		margin-bottom: 0;
	}
	.rsp .selection-list .b-specials__wrap{
		width: 50%;
	}
	.rsp .selection-map .b-specials__wrap {
		width: 295px;
	}
	.rsp .selection-list .b-block_cntgame .review{
		width: 50%;
	}
	
	
	/*Подборка расписание*/
		.rsp .selection-schedule-toppanel.schedule-desc .selection-schedule-toppanel-half{
		width: 500px;
	}
	
	.rsp .selection-schedule-toppanel.schedule-topbuttons .selection-schedule-toppanel-half:first-child{
		width: 63%;
	}
	.rsp .selection-schedule-toppanel.schedule-topbuttons .selection-schedule-toppanel-half:last-child{
		width: 37%;
	}
	.without-commision{
	padding-left: 6px;
	}
	.rsp .selection-schedule-toppanel.schedule-topbuttons{
	margin-bottom: 5px;
	}
	.rsp .selection-schedule-dates{
	margin-top: 5px;
	}
	
	.rsp .selection-schedule-dates{
	padding-top: 20px;
	}
	.selection-schedule-dates_pane{
	max-height: 67px;
	}
	.rsp .selection-schedule-dates_inner{
	height: 67px;
	}
	.rsp .schedule_show_more{
		/*display: none;*/
	}
	.rsp .schedule_show_more_block{
	padding-bottom: 7px;
	}
	

	.rsp .selection-schedule-dates_inner{
	height: 64px;
	}	
	
	/*Подборка карта */
	.rsp .selection-map-slider_button-left,.rsp .selection-map-slider_button-right{
	display: none;
	}
	.rsp .selection-map-slider-viewport{
	padding: 0;
	}
	
	.rsp .selection-map-slider_wrapper .b-specials__wrap{
	float: left;
	}
	

	/*конец подборки*/
	
.rsp .b-filter_new_wrapper_mobile.show_mobile{
	display: block;
}

.rsp .b-filter_new_wrapper_mobile .jspVerticalBar{
	display: none;
}
.rsp .b-filter_new_wrapper_mobile .jspPane{
	margin-left: 0 !important;
}
.rsp .filter_have_popup::after, .rsp .b-filter_new-more-button::after, .rsp .b-filter-table .filter_have_popup_last::after{
	border-left: 0;
}
	
.rsp .b-filter_new_mobile_outer{
	height: 100vh;
	overflow: scroll;
}	
	
.rsp .b-filter_new_mobile_outer_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;.rsp .b-filter_new .b-filter_new_popup_window
	left: 0;
	top: 0;
	display: none;
}
.rsp .b-filter_new_mobile_outer_overlay.active{
	display: block;
}

.rsp .b-filter_new{

	padding-top: 10px;	
	padding-bottom: 1px;
	background-color: transparent;
	padding-right: 0;
	z-index: 3;
}
.rsp .b-filter_new_wrapper_mobile{
	position: fixed;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 10;
}
.rsp .b-filter_mobile_scroll_wrapper{
	overflow: hidden;
	position: relative;
}
.rsp .b-filter_mobile_scroll_wrapper_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none;
}
.rsp .b-filter-table_wrapper{
	display: block !important;
}
.rsp .b-filter_mobile_scroll_wrapper_overlay.active{
	display: block;
}
.rsp .b-filter-table tr td.with-check{
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
.rsp .tematics_filter_column{
	display: inline;
}
.rsp .b-filter_new .b-filter_new-checkbox{
	display: inline-block;
	width: calc(50% - 30px);
}

.rsp .b-filter_new_mobile{
	display: block;
}

.rsp .b-filter_new_wrapper{
	width: 450px;
	min-height: 100%;
	margin: auto;
	background-color: #1a1a1a;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	z-index: 5;
}
.rsp .b-filter-table_wrapper{
	display: block;
}
.rsp .b-filter-table{
	display: block;
}
.rsp .b-filter-table tbody{
	display: block;
}
.rsp .b-filter-table tr{
	display: block;
	height: auto;
}
.rsp .b-filter-table tr td{
	display: block;
	max-width: 100%;
	border-left: none;
	border-bottom: none;
	background-color: #fff;
	margin-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: normal;
}
.rsp .b-filter-table .filter_have_popup:before{
	transition: all 0s ease;
}

.rsp .b-filter_mobile_scroll_wrapper.fade td:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background-image: none;
	background-color: rgba(0,0,0,0.5);
}
.rsp .b-filter_mobile_scroll_wrapper.fade td.with-check:before{
	height: 0;
}
.rsp .b-filter_mobile_scroll_wrapper.fade td.active:before{
	position: absolute;
	content: '';
	width: 0;
	height: 60px;
	top: 0;
	left: 0;
	background-image: none;
	background-color: rgba(0,0,0,0.5);
}
.rsp .b-filter-table tr td:after{
	top: 29px;
}
.rsp .b-filter-table .filter_have_popup:before{
	width: 0;
}
.rsp .b-filter-table tr td.with-check {
	background-color: transparent;
}
.rsp .b-filter-table tr td.with-check .filter_have_popup_last:before {
	width: 0;
}
.rsp .b-filter-table tr td .filter_have_popup_last span{
	color: #fff;
}


.rsp .b-filter-table tr td.active .b-filter_new_popup_window{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.rsp .b-filter-table tr td.active .b-filter_new_popup_window:before{
	border: 0;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
}
.rsp .filter_have_popup{
	height: 60px;
}
.rsp .b-filter-table tr td.have_more_button{
	display: none;
}

.rsp .b-filter_new .players_filter_popup{
	min-width: 0;
	width: 100%;
}

.rsp .b-filter_new .b-filter_new_popup_window{
	position: relative;
	width: 100%;
	left: 0;
	min-width: 0;
	top: 0;
}

.rsp .b-filter-table tr td.with-check .filter_have_popup_last{
	padding-left: 0;
	height: auto;
}


.rsp .b-filter_new-find-button{
	position: relative;
	height: 50px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rsp .b-filter_new_mobile_btn_wrapper{
	height: 48px;
}
.rsp .b-filter_new_mobile_btn{
	display: block;
}	

	.rsp .b-header .b-header__city{
		font-size: 12px;
	}

.rsp .b-filter_new_wrapper_mobile{
	display: none;
}

.rsp .b-block_mainpage {
    min-height: 630px;
}
.rsp .b-mainpage-header_wrapper {
	min-height: initial;
}
.rsp .b-mainpage-header_wrapper.expand_filter {
	/*min-height: 701px;*/
}
.rsp .b-mainpage-header .cont{
	width: 100%;
	text-align: justify;
	margin-bottom: 30px;
}
.rsp .b-mainpage-header h1{
	text-align: left;
    margin-bottom: 13px;	
}
.rsp .b-tags_new{
	margin-top: 42px;
	padding-bottom: 0;
}
.rsp .b-tags_new .tag{
	padding-right: 18px;
}
.rsp .b-header__categories, .rsp .b-header__games {
		padding-top: 22px;
}
.rsp .b-header__second-menu {
    padding-top: 28px;
}

	.rsp .b-block_gametitle,
	.rsp .b-gamebgimage div,
	.rsp .b-gamebg {
		height: 446px;
	}
	.rsp .b-gamebgimage img {
		max-height: 446px;
	}
	.rsp .b-header {
	    font-size: 14px;
	}
	.rsp .b-header__categories span,
	.rsp .b-header__second-menu span  {
	letter-spacing: -0.5px;
	margin-right: 19px;
	}
	.rsp .b-header .b-header__city {
	    max-width: 144px;
		margin-top: -9px;
	}
	.rsp .b-header .:after {
		display: none;
	}
	.rsp .b-gamebg:before {
		content: '';
		position: absolute;
		height: 100px;
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		width: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.rsp .b-header {
	    padding: 20px 40px 17px 40px;
	}
	.rsp .b-header__logo {
		margin: -10px 24px -10px 0;
	}
/*	.rsp .b-header__logo a svg {
		display: inline-block;
		position: relative;
		height: 36px;
	}
	*/
	.rsp .b-header__logo a .logo-mobile{
	display: inline-block;
		position: relative;
		height: 36px;
	}
	.rsp .b-header__logo a .logo-desctop{
	display: none;
	}
	.rsp .b-header__logo a .logo-mobile svg.znak {
		position: absolute;
	    width: 35px;
		height: 36px;
	    top: -1px;
	    left: -1px;
	}
	.rsp .b-header__logo a .logo-mobile svg.textsmall {
		position: absolute;
	    width: 72px;
	    left: 43px;
		top: 3px;
	}
	.rsp .b-header__logo a {
		width: 114px;
		height: 34px;
		background-image: url('../i/logo-mini.png');
		background-size: 114px 34px;
		display: block;
		fill: #fff;
	}
	.rsp .b-header__logo a img {
		display: none;
	}
	.rsp .b-header__socials {
	    margin-left: 29px;
	}
	.b-header__pages {
	    width: 39%;
	}
	.rsp .b-gamebg.desctop { display: none; }
	.rsp .b-gamebg.tablet { display: block; }
	.rsp .b-gamebgimage div:after {
		display: none;
	}
	.rsp .b-topline {
    	top: 20px;
	}
	.rsp .b-gametail h1 {
	    margin: 0 0 16px 0;
	    font-size: 48px;
	    line-height: 48px;
	}
	.rsp .b-block_content {
	    padding: 48px 0 0 0;
	}
	.rsp .b-block_cntgame {
	    width: auto;
	}
	.rsp .b-aboutgame > div {
	    padding: 0 40px 36px 40px;
	}
	.rsp .b-againstgame {
	    padding: 0 40px;
	}
	.rsp .b-gamemap > h2 {
	    padding: 0 30px;
	}
	.rsp .b-specials__wrap {
	    width: 50%;
	}
	.rsp .b-block_chedule_item_wrap {
		width: 50%;
	}
	.rsp .b-block_rschedule {
		display: none;
	}
	.rsp label.error {
		display: none !important;
	}
	.rsp . .active {
    	padding-bottom: 4px;
	}
	.rsp .b-block_gamemenu > ul.right {
	    width: 44%;
	    position: relative;
	    right: initial;
	    left: initial;
	}
	.rsp .nolegend .b-sharegame {
		margin-top: 0;
	}
	
	
	 .hidden-tablet{
	display: none !important;
	 }
	 

	.rsp .clear3 {
		clear: none;
	}
	
	.rsp .clear2 {
		clear: both;
	}

}

@media screen and (max-width: 756px) {

	.rsp .b-block_articles .b-list__one {
		width: 100%;
	}
	
	.rsp .b-block_articles .b-list__more .b-btn {
	    width: auto;
	}
	
	.rsp .b-block_articles .b-list__more {
	    padding-left: 0;
	}
	
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li a:first-child,
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li div:first-child{
		margin-left: 10px;
	}

/*Подборка*/
	.rsp .selection-schedule-dates_inner{
	min-width: 800px;
	}
	.selection-schedule-wrapper .b-game__timetable__sessions{
	left: 0;
	padding-right:0;
		padding-left: 0;
	}
	
	.selection-schedule-wrapper .b-game__timetable__sessions .b-game__timetable__game {
	    display: block;
	    height: auto;
	    width: auto;
	    margin-left: 20px;
	    clear: both;
	}
	.rsp .b-game__timetable__game .name {
	    max-width: initial;
	}
	.rsp .selection-schedule-wrapper .js-timetable-item .mobile-time-price{
		display: block;
	}
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul {
	    float: none;
	    margin-bottom: 22px;
	    padding-top: 10px;
	    margin-right: 20px;
		height: auto;
	}
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li {
		display: inline;
		border-bottom: none;
		margin: 0 !important;
		padding-bottom: 0;
		margin-left: 0 !important;
		float: none;
	}
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li a:first-child{
		margin-left: 10px;
	}
	
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li .price{
		display: none;
	}
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li a, 
	.selection-schedule-wrapper .b-block_schedule .b-game__timetable__sessions ul li div{
		margin-bottom: 29px;
		display: block;
		float: left;
	}
	.rsp .selection-list .b-mainpage-header_wrapper{
		height: auto;
		min-height: initial;
	}
	
	.rsp .selection-list .b-mainpage-header_wrapper.expand_filter {
		min-height: initial;
	}
	  
	.rsp .selection-view_changer {
	    position: relative;
	    overflow: auto;
	    display: inline-block;
	    width: 100%;
	}
	.rsp  .selection-list .b-block_newgames h2 {
		max-width: initial;
		width: auto;
	}
	.rsp .selection-filter{
		margin-top: 12px;
	}
	.rsp .selection-list .b-specials__wrap {
	    width: 100%;
	    max-width: 473px;
	    margin: 0 auto;
	}
	.rsp .selection-heading {
	    width: 100%;
	    max-width: 443px;
	    margin: 0 auto;
	}

	.rsp .selection-map .b-specials__wrap {
		width: 295px;
	}	
	.rsp .selection-list .b-block_content h2 {
	    font-size: 24px;
	    padding: 0 20px;
	}
	.rsp .selection-filter .clear-filter span{
		display: none;
	}
	.rsp .selection-list .b-block_newgames .b-block_specials__list{
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 28px;
	}

	.rsp  .selection-list.selection-schedule .b-block_newgames h2{
		line-height: 30px;
		max-width: 100%;
	}
	.rsp .selection-schedule-toppanel{
		margin-bottom: 12px;
	}
	.rsp .selection-schedule-toppanel .selection-filter{
		margin-bottom: 25px;
	}
	
	.rsp .selection-list .b-mainpage-header h1{
		margin-bottom: 7px;
	}
	 .rsp .selection-view_change-btn{
		font-size: 13px;
	 	height: 40px;
	 	line-height: 40px;
	 	padding-left: 25px;
	 	margin-right: 14px;
	 	margin-left: 14px;
	 } 
	 .rsp .selection-view_change-btn:last-child{
	 	margin-left: 14px;
	 }
	 .rsp .selection-view_change-btn:first-child{
		margin-right: 14px;
	 }
	 .rsp  .selection-list .b-mainpage-header .cont{
	margin-bottom: 28px;
	 }
	 .rsp .selection-list .b-filter_new_mobile_btn_wrapper{
	margin-bottom: 0;
	 }
	 
	/*Подборка расписание*/
		
		.rsp .selection-schedule-toppanel.schedule-desc .selection-schedule-toppanel-half{
		width: 100%;
	}

	
	.rsp .selection-schedule-toppanel.schedule-topbuttons .selection-schedule-toppanel-half:first-child{
		width: 100%;
	}
	.rsp .selection-schedule-toppanel.schedule-topbuttons .selection-schedule-toppanel-half:last-child{
		width: 100%;
	}
	.selection-schedule-dates_pane{
	height: 64px;
	}
	
	.rsp .selection-schedule-month .month-dates .month-date{
	width: 36px;
	}
	.rsp .selection-schedule-month .month-dates .month-date .hover{
	width: 36px;
	}
	.rsp .selection-schedule-block_container{
	padding-right: 20px;
	padding-left: 20px;
	}
	.rsp .selection-schedule-block_inner:before,.rsp .selection-schedule-block_inner:after{
	width: 0;
	}
	
	.rsp .selection-schedule-block_inner{
	min-width: 0;
	overflow: hidden;	
	}
	
	.rsp .selection-schedule-block .game-row-schedule .price-diapason.{
	display: none;
	}
	.rsp .selection-schedule-block .game{
	float: none;
		display: block;
	}
	.rsp .selection-schedule-block .game-row-schedule{
	float: none;
	padding-left: 0;
		margin-right: -5px;
		margin-left: -5px;
	}
	
	.rsp .selection-schedule-block .game-row-schedule .price-diapason{
	border-bottom: 0;
	padding-bottom: 0;
		display: inline;
		float: none;
	}
	.rsp .selection-schedule-block .game-row-schedule .price-diapason_inner{
	display: selection-schedule-dates_pane;
	}
	.rsp .selection-schedule-block .time{
	margin-top: 4px;
	margin-bottom: 25px;
	}
	.rsp .selection-schedule-block .time .mobile-time-price{
	display: inline;
	}
	.rsp .selection-schedule-block .game-row-schedule .price-diapason_inner .price{
	display: none;
	}
	.schedule_show_more_block{
		/*display: none;*/
	}
	
	.rsp .selection-schedule-block .game-row-schedule .price-diapason.transp{
	display: none;
	}
	.rsp .selection-schedule-dates_container{
	padding-left: 0;
		overflow: auto;
	}
.rsp .selection-schedule-dates_inner{
	margin-left: 20px;
}
	
.rsp .selection-schedule-block .time{
	margin-bottom: 19px;
}

.without-commision{
	padding-left: 0;
}
.without-commision .wc-text{
	padding-top: 8px;
}
.rsp .selection-schedule-dates{
	padding-top: 11px;
}
.rsp .selection-schedule-month .month-dates{
	margin-left: 9px;
}
.rsp .selection-schedule-month .month-dates .month-date .hover .month-day{
	font-size: 16px;
}
.rsp .selection-schedule-month .month-name .name{
	font-size: 16px;
}

	 /*Конец подборки расписание*/
	
		.rsp .selection-list .b-againstgame .reviews{
	/*overflow: hidden;*/
		position: relative;
			/*min-height: 400px;*/
	}
	.rsp .selection-list .b-againstgame .reviews > div {
	width: 100%;
	height: 100%;
		margin-left: 0;
		padding-right: 0;
		
	}
 	.rsp .selection-list .b-block_cntgame{
 		overflow: hidden;
	padding-bottom: 30px;
 	}
 	.rsp .selection-list #reviews.b-block_cntgame{
 		overflow: visible;
 		padding: 0;
 	}
 	
	.rsp .selection-list .b-block_cntgame .review{
	display: inline;
	}
	.rsp .selection-list .b-block_cntgame .review > div{
	/*width: 200px;*/
		float: left;
		margin-right: 5px !important;
		margin-left: 5px !important;
		/*margin-bottom: 0;*/
	}
	

	
		.rsp .selection-list .b-block_cntgame .reviews > div.owl-carousel .owl-stage-outer{
	/*width: 200px;*/
		z-index: 5;
	}
.rsp .selection-list .b-againstgame .reviews{
	overflow: visible;
	
}
	
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-nav{
	position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		margin-top: 0;
		
	}
	.rsp .selection-list .b-againstgame .reviews > div.owl-carousel{
		display: block;
		width: 100%;
	}
	
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
		top: 0;
		height: 100%;
		background-color: #1A1A1A;
		width: 10px;
		padding: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-nav [class*=owl-]:before{
	
	content: '';
	position: absolute;
	top: 0;
		height: 6px;
		background-color: #000;
		width: 100%;
		left: 0;
	
		
	}
	
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-dots .owl-dot span{
		width: 28px;
		margin: 0;
		margin-right: 2px;
		margin-left: 2px;
		height: 10px;
		background: transparent;
		border-bottom: 1px solid #676767;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	/*.rsp .selection-list .b-againstgame .reviews > div.owl-theme.owl-carousel .owl-stage-outer{
	overflow: visible;
	}
	*/
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-dots .owl-dot.active span,
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-dots .owl-dot:hover span{
		
		border-bottom: 1px solid  #fff;		
	}
	
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-nav .owl-prev{
		left: -20px;
	}
	.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-nav .owl-next{
		right: -20px;
	}
.rsp .selection-list .b-againstgame .reviews > div.owl-carousel .owl-item img{
	width: auto;
		
	}


.rsp .selection-list .b-againstgame .reviews > div.owl-theme .owl-dots{
		width: 100%;
	margin-top: -10px;
	}
	
	/*Подборка карта*/

		
	
	/*Конец Подборка карта*/
	.rsp .b-filter_new_mobile_btn_wrapper{
	height: 38px;
	}
	.rsp .b-filter_new_mobile_btn{
	height: 38px;
		font-size: 16px;
		line-height: 38px;
	}	
	
	.rsp .b-breadcrumbs ul {
	margin-top: 34px;
	}

	
	.rsp .b-mainpage-header .cont{
	
	}

	.rsp .searchbox, .rsp .b-header .b-header__city{
		font-size: 12px;
	}
	 .hidden-mobile{
	display: none !important;
	 }
	 
	 .rsp .b-block_mainpage{
	height: auto;
	 }
	 .rsp .b-mainpage-header_wrapper{
		height: auto;
	 }
	.rsp .b-mainpage-inner > div{
	position: relative;
	padding-top: 78px;
	}
	.rsp .b-mainpage-header_wrapper.expand_filter {
	/*height: 741px;*/
	}	 
	.rsp .b-header__second-menu{
		padding-top: 26px;
		height: 17px;
		overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;		
	}
	 .rsp .b-header__second-menu > div{
	 	
	    overflow-x: scroll;
   	padding-bottom: 30px;
    -webkit-overflow-scrolling: touch; 	
    padding-left: 20px;	 	
	}

	 .rsp .b-header__second-menu_inner{
    white-space: nowrap;
	 }
	.rsp .b-mainpage-header h1{
	font-size: 28px;
 	margin-bottom: 7px;
 	line-height: 30px;
 	margin-top: 10px;
	 }
	 .rsp .b-mainpage-header .cont p{
	font-size: 13px;
	 	text-align: left;
	 }

	 .b-filter_new_mobile_btn{
	height: 39px;
	 	line-height: 39px;
	 	font-size: 16px;
	 }
	 
	 .rsp .b-tags_new{
	 	padding-bottom: 0;
	 	margin-top: 22px;
	 }

	 .rsp .b-tags_new .all{
 		margin-top: 14px;	
	 }

	 .rsp .b-tags_new .tag{
	font-size: 12px;
	 	padding-right: 8px;
	 	padding-left: 8px;
	 	letter-spacing: -0.4px;
	 	line-height: 23px;
	 	margin-bottom: 0;
	 	margin-top: 8px;
	 }
	 .rsp .b-tags_new .tag .digit{
	font-size: 11px;
	 }
	
	.rsp .b-block_gametitle,
	.rsp .b-gamebgimage div,
	.rsp .b-gamebg {
		height: 389px;
	}
	
	.rsp .b-gamebgimage img {
		max-height: 389px;
	}
	
	.rsp .b-header__categories,
	.rsp .b-header__games,
	.rsp .b-header__pages,
	.rsp .b-header .b-header__city,
	.rsp .b-header__socials {
		display: none;
	}
	

	.rsp .b-header {
		padding: 14px 20px 17px 20px;
	}
.rsp .b-mainpage-header {
    padding: 0 20px 0 20px;
}
	.rsp .b-block_content {
	    padding: 0 0 0 0;
	}
	.rsp .b-gamebg {
		text-align: center;
	}
	.rsp .b-gamebgimage:after {
		display: block;
	}
	.rsp .b-gamebg.tablet { display: none; }
	.rsp .b-gamebg.mobile { display: block; }
	.rsp .b-gamebgimage div:after {
		display: block;
	}
	.rsp .b-topline {
	    top: 46px;
	    position: absolute;
	}
	.rsp .b-topline .rect-washere {
		display: none;
	}
	.rsp .b-gametail > div {
	    padding: 0 20px 15px 20px;
	}
	.rsp .b-gametail h1 {
	    margin: 0 0 13px 0;
	    font-size: 26px;
	    line-height: 30px;
	}
	.rsp .b-game__tags .rect-item {
	    float: left;
	    height: 23px;
	    line-height: 23px;
	    font-size: 12px;
		margin-bottom: 5px;
	}
	.rsp .b-gametail > .rating {
	    width: 40px;
	    height: 40px;
	    bottom: 5px;
	}
	.rsp .rating > span {
	    width: 34px;
	    height: 34px;
	    border-width: 3px;
	    font-size: 14px;
	    line-height: 36px;
		background-color: #252525;
	}
	.rsp .rating .description {
	    right: 0px;
	    bottom: 70px;
	}
	.rsp .b-aboutgame table.rightdsc {
		display: none;
	}
	.rsp .b-aboutgame table.rightdsc.mobile {
	    display: table;
	    float: none;
	    margin: 36px 0 0 -20px;
	    width: 114%;
	    position: relative;
	}
	.rsp .b-aboutgame > div {
	    padding: 0 20px;
	    line-height: 18px;
	    overflow: hidden;
	}
	.rsp .b-againstgame {
	    padding: 0 20px;
	}
	.rsp .b-company__photos {
	    margin: 0 -20px;
	}
	.rsp .b-block_content h2,
	.rsp .b-block_newgames h2,
	.rsp .b-block_quiz-chedule-wide h2 {
	    font-size: 24px;
	    line-height: 29px;
	    margin: 2px 0 16px 0;
	}
	.rsp .b-block_cntgame {
	    margin: 20px 0 0 0;
	}
	.rsp .b-sharegame {
	    margin: 0;
	    text-align: left;
	}
	.rsp .b-sharegame > div {
	    text-align: left;
	    padding: 0 0 21px 0;
	}
	.rsp .b-sharegame > span {
	    margin-bottom: 8px;
	}
	.rsp .b-gamemap {
		border-top: 6px solid #000;
		background-color: #1A1A1A;
	}
	.rsp .b-gamemap h2 {
	    padding: 0 20px;
	    font-size: 24px;
	    line-height: 28px;
	    margin: 19px 0 18px 0;
	}
	.rsp .b-gamemap > div {
		border-top: none;
	}
	.rsp .b-gamemap > div .left {
		background-color: #1A1A1A;
		width: auto;
		padding: 0 20px;
	}
	.rsp .b-gamemap > div {
		height: auto;
	}
	.rsp .b-gamemap > div .ymap {
		position: relative !important;
	    height: 250px;
	}
	.rsp .b-gamemap .address {
	    padding: 0 0 12px 0;
	}
	.rsp .b-block_cntgame .rating-line .line-title {
		width: auto;
	}
	.rsp .b-block_cntgame .rating-line .line-progress {
	    float: none;
	    clear: both;
	    width: auto;
	    margin-top: 34px;
	    padding-right: 14px;
	    position: relative;
	}
	.rsp .b-againstgame .rating {
		display: none;
	}
	.rsp .b-againstgame .b-ratingblock {
	    margin: 0 -20px;
	    padding: 7px 20px 41px 20px;
	}
	.rsp .b-block_cntgame .mobile {
		display: block;
	}
	/*.rsp .b-againstgame .line-title .question {
	    display: none;
	}*/
	.rsp .b-block_cntgame .rating-line {
	    padding: 11px 0 28px 0;
	}
	.rsp .b-againstgame .mobile {
	    margin-top: 13px;
	}
	.rsp .b-block_cntgame .question {
	    margin-top: 6px;
	}
	.rsp h3 {
	    font-size: 20px;
	    line-height: 24px;
	    margin: 46px 0 18px 0;
	}
	.rsp .b-block_cntgame hr {
	    margin: 24px 0 0;
	}
	.rsp .review .rating {
		display: block;
	}
	.rsp .b-block_cntgame .review {
		float: none;
		width: auto;
		margin: 0 -20px;
	}
	.rsp .b-block_cntgame .review > div {
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 18px 20px;
	}
	.rsp .review .avatar {
		margin-right: 0;
	}
	.rsp .b-block_cntgame .block {
		display: inline;
	}
	.rsp .b-block_cntgame .rating-line .line-slider,
	.rsp .b-block_cntgame .rating-line .line-slider .slider,
	.rsp .b-block_cntgame .rating-line .line-slider .ui-slider-range {
		height: 6px;
	}
	.rsp .b-block_cntgame .rating-line .line-slider .slider:after {
		top: -5px;
	}
	.rsp .b-block_cntgame .rating-line .line-slider .slider-desc {
    	margin: 0 -14px 0 0;
	}
	.rsp .b-block_cntgame .submit {
	    width: 100%;
	}
	.rsp .b-aboutgame h2 {
	    margin: 25px 0 5px 0;
	}
	.rsp .b-gamemap > h2 {
	    padding: 0 20px;
	}
	.rsp .b-specials__wrap {
	    float: none;
	    width: auto;
	}

	.rsp .b-block_chedule_item_wrap{
		width: 100%;
	}	
	.rsp .b-block_newgames .b-block_specials__list {
	    padding: 8px 0 0 13px;
	}
	.rsp.gamemenu .b-block_gamemenu {
	    top: initial;
	    bottom: 0;
	}
	.rsp.gamemenu .sliderpage .b-header,
	.rsp.topmenu .sliderpage .b-header {
	    position: fixed;
	    top: 0;
	    background-color: rgba(0,0,0,0.9);
		z-index: 4;
	}
	.rsp.gamemenu .b-topline,
	.rsp.topmenu .b-topline {
		display: none;
	}
	.rsp.gamemenu .b-header__second-menu,
	.rsp.topmenu .b-header__second-menu {
		display: none;
	}
	
	.rsp .mob-nav {
	    display: block;
	}
	.rsp.mobilesearch .b-header__pages,
	.rsp.mobilemenu .mob-navmenu {
	    display: block;
	    position: absolute;
	    top: 45px;
	    left: 0;
	    width: 100%;
	    max-width: none;
		z-index: 4;
	}
	.rsp.mobilesearch .b-header__pages {
		height: 45px;
		background-color: #fff;
	}
	.rsp.mobilesearch .b-header__second-menu,
	.rsp.mobilemenu .b-header__second-menu {
		display: none;
	}
	.rsp.topfilter .b-filter_new_mobile_btn{
		position: fixed;
		top: 45px;
		width: 100%;
		left: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.rsp.mobilemenu .mob-navmenu,
	.rsp.mobilemenu .b-header,
	.rsp.mobilesearch .b-header {
		background-color: #1A1A1A;
	}
	
	.rsp.mobilesearch .searchbox {
	    max-width: none;
	    width: 100%;
	    background-color: #fff;
	}
	.rsp.mobilesearch .b-header__pages .search {
	    top: 12px;
	    left: 0;
	    width: 100%;
	}
	.rsp.mobilesearch .b-header__pages .search form {
	    padding-left: 20px;
	    padding-right: 20%;
	    display: block;
	}
	.rsp.mobilesearch .search_popup .left {
	    padding-left: 0;
	}
	.rsp.mobilesearch .search .search_popup {
		width: 100%;
		left: 0;
	}
	.rsp.mobilesearch .search_popup a {
		/*padding-left: 0;*/
	}
	.rsp.mobilesearch .search_popup .cat {
		margin-left: 24px;
	}
	.rsp.mobilesearch .search_popup a > span {
	    width: 74%;
	}
	.rsp.mobilesearch .search button.formreset {
	    left: 79%;
	}
	.rsp.mobilesearch .opened button.submit {
	    left: 84%;
	}
	.rsp.mobilemenu .mob-navmenu {
	    display: block;
	    height: 100%;
	    top: 0;
	    z-index: 3;
	}
	.rsp.mobilemenu .b-topline {
		display: none;
	}
	.rsp.mobilemenu ul.mobmenu {
		margin-top: 51px;
	}
	.rsp.mobilemenu .mob-navmenu ul {
		background-color: #1A1A1A; 
	}
	.rsp .mob-navmenu .b-header__socials {
	    display: block;
	    float: none;
	    padding: 20px;
	    margin: 0;
	    background-color: #1A1A1A;
	}
	.rsp .b-gamereview > div {
	    padding-bottom: 30px;
	}
	.rsp .b-gmheader .left {
		display: none;
	}
	.rsp .b-gmheader .right {
		float: none;
	}
	.rsp .b-block_gamemenu {
		/*height: 50px;*/
	}
	.rsp .b-block_gamemenu ul {
		margin: 0 -40px;
	}
	.rsp .b-block_gamemenu li {
	    float: none;
	    height: 15px;
		line-height: 15px;
	    text-align: center;
	}
	.rsp .b-block_gamemenu li.callback,
	.rsp .b-block_gamemenu li.dobooking {
		width: 50%;
		margin: 0;
		float: left;
		height: 35px;
	}
	.rsp .b-block_gamemenu .right li a {
	    /*display: block;*/
	    border-radius: 0;
	    border-width: 1px 0 0 0;
		height: 34px;
		line-height: 32px;
		padding: 0;
		width: 100%;
	}
	.rsp .b-footer {
	    padding: 0 20px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.rsp .b-footer_column_inner {
		min-height: initial;
	}
	.rsp .b-footer_new {
	    padding: 0;
	}
	.rsp .b-footer__left {
	    width: 50%;
	    min-width: 280px;
	}
	.rsp .b-footer .b-footer__left > div.right {
	    float: none;
	}
	.rsp .b-footer__socials {
	    margin-bottom: 22px;
	    margin-top: 13px;
	}
	.rsp .b-footer__feedback {
	    margin-bottom: 10px;
	}
	.rsp .b-footer__left.left {
	    margin-bottom: 25px;
	}
	.rsp .b-footer div.right a {
		margin-top: 6px;
		display: inline-block;
	}
	.rsp .b-footer__full-length ul {
	    margin: 0;
	}
	.rsp .b-footer__full-length li {
	    margin-left: 10px;
	}
	.rsp .rating-line .description {
	    position: relative;
	    width: auto;
	    margin: 38px -20px -27px -20px;
	    padding: 10px 20px;
	}
	.rsp .b-block_gamemenu > ul.right {
	    width: 100%;
	    margin: 0;
	}
	.rsp .b-block_gamemenu li.booking {
	    height: initial;
	}
	.rsp .b-block_gamemenu .right li.booking a {
	    height: 50px;
	}
	.rsp .b-block_gamemenu li.booking a span {
	    height: 31px;
	    line-height: 31px;
	}
	
	.rsp .b-booking {
		width: 280px;
		padding: 23px 20px;
		margin-left: -160px;
	}
	
	.b-popup_reserv__right__description {
	    top: 11px;
	    bottom: initial;
	    right: initial;
	    left: 0;
	    margin-left: 0;
	}
	
	.b-popup_reserv__right__description:before {
		display: none;
	}
	.rsp .b-booking .b-input {
	    width: 260px;
	}
	
	.rsp .b-popup_reserv label {
	    width: 100%;
	}
	.rsp .b-popup_reserv .intl-tel-input input {
    	width: 280px !important;
	}
	.rsp .b-form__row .desc {
	    position: absolute;
	    top: 6px;
	    right: 0;
	}
	.rsp .b-form__row .desc.double {
	    display: inline-block;
	    float: right;
	    line-height: 17px;
	    position: relative;
	    margin-right: 44px;
	    top: 0;
	}
	.b-popup_reserv__top__description {
	    width: 97%;
	}
	.rsp .b-booking .b-popup_reserv__top {
	    min-height: 195px;
	    height: auto;
		margin: -23px -20px 0 -20px;
	}
	.rsp .b-form__row {
	    margin-bottom: 14px;
	}
	.rsp .b-form__row.b-form__price {
    	text-align: left;
	}
	.rsp .b-form__row.b-form__price .discount {
    	margin-left: 37px;
	}
	.rsp .b-form__row.rules {
	    width: 208px;
	}
	.rsp .b-form__row.b-form__buttons .b-btn.b-btn_red {
	    margin-right: 0;
		margin-bottom: 11px;
	}
	.rsp .b-form__row.b-form__buttons .b-btn {
	    width: 240px !important;
	    font-size: 20px;
	    padding: 7px 20px;
	}
	
	.rsp .b-form__row.b-form__buttons .b-btn span {
		display: block;
		font-family: "PT Sans", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
	}
	
	.rsp .b-form__row.b-form__buttons .b-btn.b-btn_red span {
	    font-weight: 700;
    	font-family: Geometria, sans-serif;
		color: rgba(255,255,255,0.7)
	}
	
	.rsp .b-form__row.b-form__buttons .buttons_description {
		display: none;
	}
	
	.rsp .b-form__row.b-form__buttons {
    	padding: 20px 0 20px 0;
	}
	
	.b-block_schedule h2 {
	    padding: 34px 20px;
	    font-size: 30px;
	    color: #fff;
	    margin: 0;
	}
	
	.b-game__timetable__dates {
    	padding-left: 20px;
	}
	
	.b-block_schedule .b-game__timetable__sessions .day {
		display: block;
	}
	.b-game__timetable__dates {
		display: none;
	}
	.b-game__timetable__sessions {
	    position: relative;
	    left: 0;
	    padding: 0 20px 0 10px;
	}
	.b-block_schedule .b-game__timetable__sessions ul li {
	    float: left;
	    margin-left: 10px !important;
	    position: relative;
	    left: 0 !important;
	}
	.b-block_schedule .b-game__sessions__right,
	.b-block_schedule .b-game__sessions__left {
		display: none !important;
	}
	
	.b-block_schedule .b-game__timetable__sessions ul {
		width: auto !important;
	}
	
	
	.rsp .b-item_quiz .old-price{
	padding-right: 0;
	}
	.rsp .b-footer_column{
		width: 100%;
		float: left;
	}
	
	.rsp .b-footer_column_inner{
		border-right: 0;
		padding-right: 0;
		padding-left: 0;	
	}
	.rsp .b-footer_column:first-child .b-footer_column_inner{
	padding-left: 0;
	}

	
	
.rsp .b-footer_column_inner .b-footer_block:last-child{
	border-bottom: 1px solid #252525;
}
.rsp .b-footer_column:last-child .b-footer_block:last-child{
	border-bottom: 0;
}
.rsp .b-footer_inner{
	border: 0;
	padding-top: 0;
}


.rsp .b-header .b-header__categories:after, .rsp .b-header .b-header__second-menu:after{
	bottom: 11px;
	position: absolute;
	left: 0;
}


/*Подборка */
	.rsp .selection-list .b-block_cntgame .review{
	width: auto;
	margin: 0;
	}

/* Конец Подборка */
	
	.rsp .b-block_quiz-chedule-wide {
	    padding: 40px 3px 50px 11px;
	}
	
	.rsp .b-form__row.b-form__price label {
	    position: relative;
	    left: 0;
	    padding: 0;
	    top: -12px;
	}
	
	.rsp .b-item_quiz .title,
	.rsp .b-item_special .title,
	.rsp .b-item_quiz .tags,
	.rsp .b-item_special .tags {
		height: auto;
	}
	
	.rsp .b-item_quiz_inner .t_n_p_wrapper,
	.rsp .b-item_special_inner .t_n_p_wrapper {
	    min-height: 1px;
	}
	
	.rsp .schedule_header {
		padding: 0 20px;
	}
	
	.rsp .schedule_header .without-commision {
	    float: none;
	    clear: both;
	    margin: 0 0 11px 0;
	    padding-top: 16px;
	}
	
	.rsp .schedule_header li {
	    padding: 0 10px;
	    line-height: 18px;
	    min-height: 54px;
		font-size: 16px;
	}
	
	.rsp .schedule_header li:last-child {
	    padding-right: 0;
	    margin-right: 0;
	    border-right: none;
	    max-width: 72px;
		padding-left: 10px;
	}
	
	
	
}




@media screen and (max-width: 550px) {
	

	.rsp .b-filter_new_wrapper{
	width: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.rsp .b-filter_new .b-filter_new-checkbox{
	display: block;
	width: 100%;
	}
	
	.rsp .b-filter-table tr td.with-check .filter_have_popup_last{
	padding-top: 7px;
	}
	.rsp .b-filter_new .b-filter_new-checkbox{
	margin-bottom: 17px;
	}
	.rsp .b-filter_new-find-button{
	margin-top: 13px;
	}
	.rsp .b-filter_new_mobile{
	
    margin-bottom: 19px;
    margin-top: 18px;		
	}
}





@media screen and (max-width: 546px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 12px;
	}
}

@media screen and (max-width: 520px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 10px;
	}
}

@media screen and (max-width: 500px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 22px;
	}
}

@media screen and (max-width: 500px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 22px;
	}
}
@media screen and (max-width: 480px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 15px;
	}
}
@media screen and (max-width: 450px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 9px;
	}
}

@media screen and (max-width: 430px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 22px;
	}
}
@media screen and (max-width: 380px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 10px;
	}
}
@media screen and (max-width: 365px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 6px;
	}
}
@media screen and (max-width: 340px) {
	
	.rsp .b-header__second-menu span{
	margin-right: 25px;
	}
}

