/* Главный контейнер */
a, a:visited {
    color: #005bd1;
}
.body-wrapper{
    min-height: 100%;
    margin: 5px auto;
    width: 980px;
    overflow: visible;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
input, textarea, button, select {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
/* Основной контейнер до блока Другие популярные игры */
.feature-container{
    width: 940px;
    display: block;
    background: #fff;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
}
/* Основная картинка с инфой */
.feature-container___tv-screen{
    width: 980px;
    height: 370px;
    position: relative;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
/* Растягивает картинку по длине */
.feature-container___tv-screen_img_index{
    width: 100%;
    position: relative;
}
.feature-container___tv-screen_img_shadow{
    position: absolute;
    display: inline-block;
    object-fit: contain;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 22%, rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.7));
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* вся инфа в картинке */
.featured-game__information{
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    color: #fff;
    height: 62px;
    padding: 20px;
    box-sizing: border-box;
}
/* Текстовое название игры */
.featured-game-info__name, .featured-game-info__name > h1{
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 500;
}
/* Число он-лайн и иконка в круге */
.game-online {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    float: right;
    margin-left: 20px;
}
.game-online__ico {
    width: 18px;
    height: 18px;
    background: #fc8d68;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 4px 0 0 0;
}
.featured-game__information .game-online__num_white {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    margin: 3px 0 0 5px ;
}

/* Кнопка */
.featured-game-login-btn {
    margin: 25px auto 0;
    width: 212px;
    padding-bottom: 35px;
}
.mg-play-btn_size_m {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: none;
    background-color: #04a60d;
    box-shadow: 0 1px 2px 0 #04a60d, 0 1px 0 0 #008107;
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0;

}
.mg-play-btn_size_m:focus {
    outline: 0;
}

.feature-container__h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #333333;
    text-align: center;
}

.feature-container__auth-text {
    margin: 10px auto;
    width: 550px;
    text-align: center;
    font-size: 13px;
    line-height: 1.54;
    color: #333333;
}

.feature-container_login-form {
    margin: 0 auto;
    width: 212px;
}

.feature-container_login-form input {
    width: 190px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    padding: 0 10px;
    font-size: 13px;
}
.feature-container_login-form input:focus {
    border: solid 1px #005ff9;
}

.feature-container_login-form label {
    color: #999999;
    font-size: 13px;
    margin: 17px 0 7px;
    display: inline-block;
}

.feature-container_login-form .remind {
    display: inline-block;
    float: right;
    margin: 17px 0 7px;
}

    /* Скриншоты */
.featured-game-info__preview{
    display: block;
    font-size: 0;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
}
.featured-game-info__preview li{
    display: inline-block;
    width: 172px;
    height: 172px;
    margin-left: 20px;
}
.featured-game-info__preview li:first-child {
    margin-left: 0;
}
.featured-game-info__preview li img{
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.featured-game-info__text{
    width: 100%;
    padding: 28px 0 0;
    box-sizing: border-box;
    color: #333333;
}
.featured-game-info__text h3{
    font-size: 24px;
    line-height: 34px;
    font-family: Roboto Slab, Arial, Helvetica;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333333;
}
.featured-game-info__text p{
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    font-family: Roboto, Arial, Helvetica;
}
.featured-game-info__text .rating-stars {
    line-height: 34px;
}
/* Четыре игры с анимацией */
.games-block{
    width: 980px;
    margin-top: 35px;
    margin-left: -1px;
    color: #333333;
}
.games-block h3{
    font-family: Roboto Slab, Arial, Helvetica;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #333333;
    font-weight: normal;
}
.games-block__games_minigames{
    width: 1008px;
    margin: 0;
    padding: 0 0 0 1px;
    overflow: hidden;
}
.vertical-card_size_l{
    width: 227px;
    height: 303px;
    margin: 0 22px 0 0;
    padding: 0px;
    display: inline-block;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    color: #333333;
}
.vertical-card_size_l__overflow{
    width: 227px;
    position: relative;
    top: 0px;
    height: 530px;
}
.mg-item__img{
    width: 227px;
    height: 227px;
    vertical-align: middle;
}
.mg-item__age-restriction{
    float: right;
    width: 24px;
    height: 24px;
    margin: 15px 15px;
    font-family: Roboto, Arial, Helvetica;
    font-size: 11px;
    text-align: center;
    color: #999999;
    border: solid 1.1px #999999;
    line-height: 24px;
    opacity: 0;
    border-radius: 50%;
}
.vertical-card_size_l:hover .mg-item__age-restriction{
    opacity: 1;
}
.mg-item__title{
    height: 22px;
    font-family: Roboto, Arial, Helvetica;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    margin: 15px 0 0 15px;
}
.mg-item__online{
    margin: 6px 0 0 15px;
    opacity: 1;
}
.vertical-card_size_l:hover .mg-item__online {
    opacity: 0;
}
.game-online__num{
    height: 15px;
    font-family: Roboto, Arial, Helvetica;
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    margin-left: 5px;
}
.game-online__ico__min{
    width: 18px;
    height: 18px;
    background: #fc8d68;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.mg-item__descr{
    font-family: Roboto, Arial, Helvetica;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}
/* Смотреть еще */
.games-block__show-more, .games-block__show-more-news{
    display: block;
    width: 100%;
    height: 53px;
    margin-top: 0;
    line-height: 53px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #005ff9;
    border-radius: 2px;
}
.games-block__show-more span, .games-block__show-more-news span {
    vertical-align: middle;
    padding: 6px;
}
.games-block__show-more:hover, .games-block__show-more-news:hover{
    color: #fff;
    background-color: #005ff9;
}
.games-block__show-more .show-more-strelka, .games-block__show-more-news .show-more-strelka{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 2px;
    vertical-align: middle;
    background: center center url("/static/i/unauthorized/strelka.svg") no-repeat #005ff9;
}
/* Конец Смотреть еще */
.featured-game-info__pravila{
    font-size: 13px;
    width: 100%;
    color: #333333;
    margin-top: 23px;
}
.featured-game-info__pravila h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: Roboto Slab, Arial, Helvetica;
    color: #333333;
    margin-bottom: 4px;
}
.featured-game-info__pravila h4{
    font-size: 16px;
    line-height: 22px;
    font-family: Roboto, Arial, Helvetica;
    font-weight: 500;
    color: #333333;
    padding-top: 12px;
    margin: 0 0 4px 0;
}
.featured-game-info__pravila p{
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    font-family: Roboto, Arial, Helvetica;
}
.featured-game-info__pravila a{
    font-size: 13px;
    line-height: 20px;
    color: #005bd1;
    font-family: Roboto, Arial, Helvetica;
}
.featured-game-info__pravila a:hover{
    text-decoration: underline;
}
.featured-game-info__news{
    margin-top: 35px;
    width: 100%;
}
.featured-game-info__news_news{
    width: 100%;
    color: #333333;
    height: 121px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
.featured-game-info__news_text{
    width: 100%;
    font-family: Roboto, Arial, Helvetica;
    color: #333333;
    margin: 20px 18px 20px 0;
}
.featured-game-info__news h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: Roboto Slab, Arial, Helvetica;
    color: #333333;
    margin-bottom: 16px;
}
.featured-game-info__news_img{
    width: 180px;
    height: 121px;
    float: left;
    margin-right: 20px;
}
div.featured-game-info__news_img{
    background-color: #999;
}
.featured-game-info__news_news h4{
     font-size: 16px;
     line-height: 22px;
     font-weight: 500;
     margin-bottom: 5px;
}
.featured-game-info__news_news p{
    font-size: 13px;
    line-height: 18px;
}
/* Футер */
.breadcrumbs{
    width: 1008px;
    margin: 40px 0 52px 0;
}
.breadcrumbs__col{
    display: inline-block;
    vertical-align: top;
    width: 228px;
    padding: 0 24px 0 0;
}
.breadcrumbs__col:last-child{
    padding-right: 0;
}

.bc-col-content {
    font-size: 13px;
    line-height: 20px;
    font-family: Roboto, Arial, Helvetica;
    color: #999999;
    width: 228px;
    margin: 0;
}
.bc-col-content__title {
    font-weight: 500;
    margin-top: 33px;
}
.bc-col-content__list{
    list-style-type: none;
}
.bc-col-content a:hover {
    color: #000000;
}
.bc-col-content a:visited {
    color: #939393;
}
input.chbox:checked + label .ok {
    display: block; }

.featured-game-info__tags, .featured-game-info__tags:visited, .featured-game-info__tags:hover {
    text-transform: lowercase;
    margin: 5px 8px 0 0;
    display: inline-block;
    border-radius: 40px;
    border: 1px solid #ccc;
    color: #666;
    line-height: 13px;
    padding: 6px 12px 7px 12px;
}

.auth-problem {
    margin: 15px auto 25px auto;
    display: block;
    background: url(/static/i/auth-problem.png) repeat-x;
    width: 212px;
    height: 138px;
}