/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/

body {
    background-color: #000000;
    font-family: Roboto;
    min-width: 740px;
}

.pattern {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQIW2NkYGD4z8DAwMjIAAUADikBA/ggJToAAAAASUVORK5CYII=) repeat;
    background-color: white;
}

.lang-picker_item {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #546e7a;
    white-space: nowrap;
}

.lang-picker_item:hover, .lang-picker_item:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .lang-picker_item {
        font-size: 13px;
        padding: 0px 7px;
    }
}

@media (max-width: 991px) {
    .lang-picker_item {
        font-size: 12px;
        padding: 0px 5px;
    }
}

.lang-picker_triangle {
    transform: rotate(180deg);
    /* triangle code */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    top: 22px;
    margin-left: 7px;
    position: absolute;
    border-color: #546e7a transparent transparent transparent;

    transition: transform 0.2s ease-in;
}

.lang-picker_item.__current:hover .lang-picker_triangle {
    border-color: #fff transparent transparent transparent;
}

.lang-picker.__hidden .lang-picker_triangle {
    transform: rotate(0deg);
}

.lang-picker_list {
    width: 125px;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    display: block;
    opacity: 1;
    transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
    .lang-picker_list {
        width: 50px;
    }
}

.lang-picker.__hidden .lang-picker_list {
    display: none;
    opacity: 0;
}

.lang-picker_list_item {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #455a64;
}


.mmenu {
    position: fixed;
    /*position: absolute;*/
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #455a64;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    min-width: 740px;
}

.mmenu_lang-picker {
    height: 50px;
    line-height: 50px;
}

.mmenu_list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.mmenu_list_item {
    display: table-cell;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
}

.mmenu_list_item_link {
    text-decoration: none;
    color: #546e7a;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px 30px;
    white-space: nowrap;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Roboto;
    cursor: pointer;
}

.mmenu_list_item_link:focus {
    text-decoration: none;
    color: #546e7a;
}

@media (max-width: 1200px) {
    .mmenu_list_item_link {
        font-size: 16px;
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {
    .mmenu_list_item_link {
        font-size: 14px;
        padding: 0px 10px;
    }
}

.mmenu_list_item_link:hover, .mmenu_list_item_link:active, .mmenu_list_item_link.__active {
    text-decoration: none;
    color: #eceff1;
    border-bottom: 1px solid #eceff1;
}


@keyframes fadeOutDown {
    0% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0.0;
        transform: translate(0, 20px);
    }
}

@-moz-keyframes fadeoutDown {
    0% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0.0;
        transform: translate(0, 20px);
    }
}

@-webkit-keyframes fadeoutDown {
    0% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0.0;
        transform: translate(0, 20px);
    }
}

@-o-keyframes fadeoutDown {
    0% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0.0;
        transform: translate(0, 20px);
    }
}

.sticky-footer_next {
    float: left;
    margin-top: 35px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.sticky-footer_next_triangle {
    /* triangle code */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #f1f8e9 transparent transparent transparent;

    position: absolute;
    -moz-animation: 2s fadeOutDown ease-out infinite;
    animation: 2s fadeOutDown ease-out infinite;
}

.sticky-footer_button {
    text-align: left;
    display: inline-block;
    width: 518px;
    height: 88px;
    background: url(/i/btn_steam.png) no-repeat;
    background-position: 0px -88px;
    padding-left: 40px;
    line-height: 81px;
    box-sizing: border-box;
    cursor: pointer;
}

.__en .sticky-footer_button {
    line-height: 88px;
    padding-left: 103px;
}

.sticky-footer_button:hover {
    background-position: 0px 0px;
}

.block {
    height: 500px;
}

.block.__main {
    height: 100vh;
}

.block.__game {
    background-image: url(/i/back_game.jpg);
}

.block.__features {
    background-image: url(/i/back_features.jpg);
}

.block.__story {
    background-image: url(/i/back_story.jpg);
}

.block.__screenshots {
    background-image: url(/i/back_screenshots.jpg);
    height: 820px;
}

.block.__reqs {
    background-image: url(/i/back_reqs.jpg);
}

.block_header {
    height: 90px;
    line-height: 90px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQIW2NkYGD4z8DAwMjIAAUADikBA/ggJToAAAAASUVORK5CYII=) repeat;
    color: #eceff1;
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

@media (max-width: 991px) {
    .block_header {
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }
}

.block_content {
    padding: 30px 0px;
}

.block_text {
    font-size: 22px;
    line-height: 140%;
    color: #eceff1;
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

@media (max-width: 1200px) {
    .block_text {
        font-size: 19px;

    }
}

@media (max-width: 991px) {
    .block_text {
        font-size: 17px;
        text-align: justify;
    }
}


.block_image {
    border: 1px solid black;
}

@media (max-width: 1200px) {
    .block_image {
        width: 460px;
    }
}

@media (max-width: 991px) {
    .block_image {
        width: 360px;
    }
}

@media (max-width: 767px) {
    .block_image {
        width: 340px;
    }
}

.main_logo {
    margin-top: 90px;
}

.dark-text {
    color: #263238;
    text-shadow: none;
}

.light-stroke {
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5),
    1px -1px 0 rgba(255, 255, 255, 0.5),
    -1px 1px 0 rgba(255, 255, 255, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.5);
}

.tv {
    width: 100%;
    height: calc(100vw * 9 / 16);
    position: relative;
}

.tv video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay {
    min-width: 740px;
    width: 100%;
    height: calc(100vw * 9 / 16);
    position: absolute;
    z-index: 2;
    top: 0px;
    background: linear-gradient(to right,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) calc(50% + 700px),
    #000 calc(50% + 800px)),
    linear-gradient(to left,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0) calc(50% + 700px),
            #000 calc(50% + 800px)),
    linear-gradient(to bottom,
            #000 0px,
            rgba(0, 0, 0, 0) 160px),
    linear-gradient(to top,
            #000 0px,
            rgba(0, 0, 0, 0) 160px),
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQIW2NkgAJGKL0ZAADgALYbrbVeAAAAAElFTkSuQmCC) repeat;
    background-color: rgba(0, 0, 0, 0.0);
}

@media (max-width: 1600px) {
    .overlay {
        background: linear-gradient(to right,
        #000 0px,
        rgba(0, 0, 0, 0) 160px),
        linear-gradient(to left,
                #000 0px,
                rgba(0, 0, 0, 0) 160px),
        linear-gradient(to bottom,
                #000 0px,
                rgba(0, 0, 0, 0) 160px),
        linear-gradient(to top,
                #000 0px,
                rgba(0, 0, 0, 0) 160px),
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQIW2NkgAJGKL0ZAADgALYbrbVeAAAAAElFTkSuQmCC) repeat;
        background-color: rgba(0, 0, 0, 0.0);
    }
}

.features-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 767px) {
    .features-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.features-list_item {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    clear: both;
}

.features-list_item span {
    display: table-cell;
    height: 65px;
    vertical-align: middle;
}

.features-list_item .icn {
    float: left;
    vertical-align: middle;
    margin-right: 15px;
}

.screenshots {
}

.screenshots_big {
    text-align: center;
    padding: 20px;
}

.screenshots_big_image {
    border: 1px solid #000;
    width: 100%;
    max-width: 930px;
}

.screenshots_list {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    display: table;
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.screenshots_list_item {
    text-align: center;
    padding: 0px 5px;
    margin: 0px;
    display: table-cell;
    width: 25%;
    list-style-type: none;
}

.screenshots_thumb {
    display: inline-block;
    outline: 1px solid #000;
    cursor: pointer;
}

.screenshots_thumb > img {
    width: 164px;
}

.screenshots_thumb.__current, .screenshots_thumb:focus {
    outline: 1px solid #fff;
    cursor: arrow;
}

.screenshots_thumb:hover {
    outline: 1px solid #fff;
}


.icn {
    display: inline-block;
    background-image: url(/i/icons.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 59px;
}

.icn.__compass {
}

.icn.__weapon {
    background-position: 0px -60px;
}

.icn.__craft {
    background-position: 0px -120px;
}

.icn.__enemies {
    background-position: 0px -180px;
}

.footer {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQIW2OUkJD4/+LFC0ZGBigAADNJBANagvigAAAAAElFTkSuQmCC);
    background-repeat: repeat;
    background-color: #000;
}

.footer_logos {
    padding-top: 30px;
    text-align: center;
}

.footer_logos_logo {
    margin-bottom: 25px;
}

.footer_content {
    padding-top: 30px;
}

.footer_copyright {
    width: 500px;
    text-align: center;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
}

.footer_platforms {

}

@media (max-width: 1199px) {
    .footer_platforms {
        width: 150px;
    }
}

.footer-links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    display: table;
    width: 100%;
    max-width: 570px;
    margin-left: -30px;
}

.__en .footer-links {
    max-width: 300px;
    margin-left: 70px;
}

.footer-links_item {
    display: table-cell;
    list-style-type: none;
    padding: 0px 12px;
    margin: 0px;
    min-width: 120px;
    text-align: center;
}

.footer-links_item_link {
    font-size: 13px;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.social-links {
    margin-top: -87px;
    float: right;
    color: #ffffff;
    font-size: 13px;
    width: 130px;
    text-align: right;
}

.s-icn {
    background: url(/i/icons_social.png) no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-top: 5px;
}

.s-icn.__vk {
}

.s-icn.__vk:hover {
    background-position: 0px -45px;
}

.s-icn.__fb {
    background-position: -45px 0px;
}

.s-icn.__fb:hover {
    background-position: -45px -45px;
}

.f-icn {
    margin-right: 6px;
    background: url(/i/icons_flags.png) no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
}

.f-icn.__ru {
    background-position: 0px -169px; /* 13 * 13 */
}

.f-icn.__en {
    background-position: 0px -26px; /* 2 * 13 */
}
