/* Clear styles - redesign 2
-----------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

html {
    font: 1em/1.5 sans-serif;
    /*font: 16px/24px 'Noto Sans', Arial, sans-serif;*/
}

body {
    font-family: Calibri, 'Noto Sans', Arial, sans-serif;
    /*font-family: 'Roboto', Arial, sans-serif;*/
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    min-width: 320px;
}

/* Colors
-----------------------------------------------------------------------------*/
.orange {
    color: #ff6c00;
}

/* active, hover*/
.red {
    color: #ff2d00;
}

/* active, hover*/
.green {
    color: #007d52;
}

/* green button */
.white {
    color: #ffffff;
}

/* normal buttons, main font, */
.black {
    color: #141414;
}

/* background, black font */
.gray1 {
    color: #1a1a1a;
}

/* ?? */
.gray2 {
    color: #1d1d1d;
}

/* backgroundheader sidebar */
.gray3 {
    color: #292929;
}

/* background sidebar, menu, divider */
.gray4 {
    color: #3f3f3f;
}

/* scroll normal (opacity:20 white from black) */
.gray5 {
    color: #555555;
}

/* inactive slide button (opacity:30 white from black) */
.gray6 {
    color: #5b5b5b;
}

/* font normal tab */
.gray7 {
    color: #646464;
}

/* font sidebar, menu normal*/
.gray8 {
    color: #9e9e9e;
}

/* font footer*/
.gray0 {
    color: #c7c7c7;
}

/* font news : experimental */
.gray9 {
    color: #ececec;
}

/* links footer, buttons */

/* Main layout styles
-----------------------------------------------------------------------------*/

html,
body {
    height: 100%;
    background-color: #292929;
    position: relative;
}

a {
    color: #ffffff;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #ffffff;
    outline: none;
    border: none;
}

header {
    height: 60px;
    background: #141414 url("../images/head.jpg") 50% 50%;
    /*overflow:hidden;*/
    color: #FFF;
    position: fixed;
    z-index: 8;
    width: 100%;
    min-width: 320px;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
}

footer {
    height: 70px;
    background: #141414 url("../images/footer.jpg") 50% 50%;
    /*overflow:hidden;*/
    color: #FFF;
    position: fixed;
    z-index: 7;
    width: 100%;
    min-width: 320px;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
}

header .wrapper-content {
    height: 60px;
    max-width: 100%;
}

#b3-logo {
    background: url("../images/logo-en.png") no-repeat 0 50%;
    width: 207px;
    height: 60px;
    float: left;
    margin: 0 20px 0 0;
    display: block;
    color: #FFF;
    background-size: 100%;
}

.big-logo-wrapper {
    background: #000;
    padding: 8px 10px;
    border-radius: 5px;
    width: 360px;
    position: relative;
    box-sizing: content-box;
}

.big-logo {
    background: url("../images/logo-en@2x.png") no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    background-size: contain;
}

.big-logo img {
    width: 100%;
}

.lang-ru #b3-logo {
    background-image: url("../images/logo-ru.png");
}

.lang-ru .big-logo {
    background-image: url("../images/logo-ru@2x.png");
}

.svg #b3-logo, .svg .big-logo {
    background-image: url("../images/logo-en.svg")
}

.svg .lang-ru #b3-logo, .svg .lang-ru .big-logo {
    background-image: url("../images/logo-ru.svg");
}

#b3-logo:hover,
#b3-logo:focus {
    text-decoration: none;
    color: #FFF;
}

#b3-logo.support {
    padding: 20px 0 0 11px;
    font-size: 10px;
}

.about-head {
    line-height: 60px;
    font-size: 1.55em;
    text-align: center;
    display: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 227px;
    white-space: nowrap;
}

.about-head a:hover {
    color: #da2c1a;
}

.slogan {
    display: inline-block;
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 6px;
    line-height: 1em;
}

.slogan span {
    color: #e71515;
}

.page-index .slogan b {
    display: none;
    text-transform: uppercase;
    background: #000;
    border-radius: 5px;
    padding: 4px 10px;
}

.page-index .slogan img {
    max-width: 100%;
}

#front-sale {
    float: left;
    transition: all .5s;
    box-shadow: 2px 3px 10px #000;
    overflow: hidden;
}

#front-sale:hover {
    box-shadow: 2px 3px 20px #ca1e0e;
}

#front-sale a {
    display: block;
}

#front-sale img {
    max-width: 100%;
    display: block;
}

/* page
-----------------------------------------------------------------------------*/
.page-wrapper {
    overflow: hidden;
    position: relative;
    /*-webkit-transition: -webkit-transform 0.5s;*/
    /*transition: transform 0.5s;*/
    background-color: #292929;
    /*min-height:100%;*/
}

main::after {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    z-index: 2;
}

.menu-open main::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

#nav-menu a.menu-play {
    /*display: none;*/
    color: #e71515;
}

#nav-menu .lang {
    display: none;
    height: 40px;
    background: transparent;
}

.page {
    width: 100%;
    position: relative;
    top: 60px;

    color: #fff;
    padding-bottom: 90px;
    margin-bottom: -90px;
}

.wrapper-content {
    margin: 0 90px;
    position: relative;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -ms-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

main section .wrapper-content,
.page-standard .wrapper-content,
.page-press .wrapper-content {
    margin: 0 auto;
    width: 1280px;
    max-width: 95%;
}

#feature-2 .wrapper-content {
    width: 1430px;
}

#feature-1 .wrapper-content {
    width: 1550px;
}

main.content {
    height: 100%;
}

#slides section, #showcase section, #order section {
    box-sizing: border-box;
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
    background: url("../images/back-standard.jpg") transparent 50% 100%;
    background-size: cover;
    min-height: 100%;
}

#slides section {
    overflow: hidden;
    /*height: 100%;*/
}

#showcase section .wrapper-content {
    width: 1600px;
}

/*#showcase section .editions {*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*}*/
/* Sections */
#slides #feature-1 {
    background-image: url("../images/back-12.jpg") !important;
}

#slides #feature-2 {
    background-image: url("../images/back-13.jpg") !important;
}

#slides #feature-3 {
    background-image: url("../images/back-earth.jpg") !important;
    overflow: visible;
}

.map .center {
    position: absolute;
    top: 100%;
    left: 50%;
}

.map .point {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    background: transparent url("../images/icon-dot-active.png") 50% 50% no-repeat;
    background-size: 75%;
    cursor: pointer;
    font-size: 1.22em;
    transition: all .1s;
}

.map .point.inactive {
    opacity: .4;
    cursor: default;
    background-size: 60%;
}

.map .point.active, .map .point:hover {
    color: #fff;
    background-size: 100%;
}

.map .point span {
    transition: all .1s;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
    white-space: nowrap;
    opacity: .7;
    left: 35px;
    position: absolute;
}

.map .point span b {
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -.9em;
    font-size: .9em;
}

.map .point.active span, .map .point:hover span {
    left: 38px;
    font-size: 1.1em;
    opacity: 1;
}

/*.map .point.right.near-edge span {*/
/*right: 35px;*/
/*left: auto;*/
/*text-align: right;*/
/*}*/
/*.map .point.right.near-edge span b {*/
/*left: auto;*/
/*right: 0;*/
/*}*/
/*.map .point.active.right.near-edge span, .map .point.right.near-edge:hover span {*/
/*right: 42px;*/
/*}*/

.map .point .popup {
    display: table;
    color: #000;
    line-height: 18px;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
    font-size: .8em;
    background: #FFF url("../images/back-clouds-small.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    height: 260px;
    width: 600px;
    /*width: 100%;*/
    bottom: 63px;
    left: -160px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .67), 0 0 21px rgba(0, 0, 0, .21);
    z-index: 9;
}

.map .point .popup.middle {
    width: 700px;
}

.map .point .popup.big {
    width: 800px;
}

.map .point .popup i {
    position: absolute;
    left: 0;
    bottom: -23px;
    height: 25px;
    width: 330px;
    overflow: hidden;
}

.map .point.right .popup {
    left: auto;
    right: -130px;
}

.map .point.right .popup i {
    left: auto;
    right: 0;
}

.map .point .popup i::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    z-index: 1;
}

.map .point .popup i::after {
    position: absolute;
    left: 179px;
    bottom: 10px;
    margin-left: -15px;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .8);
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.map .point .popup .image {
    display: table-cell;
    height: 100%;
    min-height: 260px;
    width: 330px;
    background: transparent no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.map .point .popup .image::after {
    content: "";
    display: block;
    background: transparent url("../images/icon-zoom.png") no-repeat 50% 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.map .point .popup .desc {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    margin-left: 330px;
    min-width: 200px;
}

.map .point .popup h4 {
    font-size: 1.36em;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
}

.map .point .popup p {
    margin: 0;
    padding: 10px;
}

.map .point.active .popup, .map .point:hover .popup {
    visibility: visible;
    opacity: 1;
}

#slides section h2, .big-tabs, .editions h2.title {
    font-size: 2.4em;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 70px 0 0;
    text-align: center;
    position: relative;
    padding: 0 0 10px;
}

.big-tabs {
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
}

.big-tabs li {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    /*width: 585px;*/
    /*text-align: left;*/
}

.big-tabs li:first-child {
    /*text-align: right;*/
}

.big-tabs li a {
    font-size: .75em;
    line-height: 1.2em;
    color: #a7b2b6;
    transition: all .2s;
    position: relative;
    top: -5px;
}

.big-tabs li.active a {
    font-size: 1em;
    color: #fff;
}

#slides section h2::before, .big-tabs::before, .editions h2.title::before {
    content: "";
    display: block;
    left: 0;
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 5px;
}

.big-tabs li::before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 5px;
}

.big-tabs li:last-child::before {
    right: -50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.big-tabs li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    width: 120%;
    height: 3px;
    left: 0;
    right: 0;
}

#slides section h2::after, .big-tabs li.active::after, .editions h2.title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: url(../images/tab-active.png) no-repeat 50% 50%;
    width: 448px;
    height: 13px;
    left: 50%;
    /*left: 0;*/
    right: 0;
    z-index: 1;
    margin-left: -224px;
}

.big-tabs li.active:first-child::after {
    /*left: auto;*/
}

#slides section h3 {
    font-size: 2.8em;
    line-height: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
    top: -4px;
    padding: 0 10px;
}

#slides section h2.slide-title {
    margin-bottom: 20px;
    padding: 10px;
}

body.mobile #nav-sections {
    display: none;
}

#nav-sections {
    position: fixed;
    right: 0;
    padding-right: 20px;
    width: 30px;
    height: 100%;
    font-size: 1.4em;
    font-weight: 900;
    z-index: 3;
    opacity: .4;
    transition: all .2s;
}

#nav-sections ul {
    position: absolute;
    top: 50%;
    right: 20px;
    list-style: none;
    margin: -110px 0 0 0;
    padding: 0;
}

#nav-sections ul li {
    padding: 10px 0;
    text-align: right;
}

#nav-sections a {
    padding-right: 45px;
    transition: all .5s;
    color: transparent;
    text-decoration: none;
    display: block;
    position: relative;
    text-indent: -1000px;
}

#nav-sections a span {
    display: none;
}

#nav-sections:hover a span {
    display: inline;
}

#nav-sections:hover {
    opacity: 1;
    width: 350px;
}

#nav-sections + main::before {
    transition: background .5s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    visibility: hidden;
}

#nav-sections:hover + main::before {
    visibility: visible;
    background-color: rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#nav-sections:hover a {
    text-shadow: 0 0 2px #000;
    color: #fff;
}

#nav-sections a::before, #nav-sections a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    display: block;
    width: 32px;
    height: 12px;
    background: #000;
    /*border: 2px solid #000;*/
    border: 1px solid rgba(255, 255, 255, .5);
    /*box-shadow: 0 1px 0 rgba(255,255,255,.5), 1px 0 0 rgba(255,255,255,.5), -1px 0 0 rgba(255,255,255,.5), 0 -1px 0 rgba(255,255,255,.5);*/
    box-sizing: content-box;
}

#nav-sections a::after {
    transition: background .2s;
    right: 3px;
    margin-top: -3px;
    width: 28px;
    height: 8px;
    border: none;
}

#nav-sections li.active a::after, #nav-sections li:hover a::after {
    background: #e71515;
}

#slides ul {
    list-style: none;
    padding: 0;
}

#slides ul li {
    position: relative;
}

#feature-2 .description {
    position: relative;
    z-index: 1;
    text-align: center;
}

#feature-2 .description ul {
    list-style: circle;
    padding-left: 1em;
    display: inline-block;
}

#feature-2 .description ul li {
    text-align: left;
}

#feature-3 .wrapper-content {
    visibility: hidden;
    width: 50%;
    margin: 25px auto 300px;
    /*margin: 500px auto 25px;*/
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    padding: 20px 40px 20px 20px;
}

.content-close {
    background: url("../images/icon-x.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 5px;
}

#feature-3 .wrapper-content p {
    margin-bottom: 0;
}

#slides #feature-1 .image {
    text-align: center;
    margin: -5% -42%;
}

#slides #feature-2 .image {
    text-align: center;
    margin: -10% -15% -15%;
}

#slides ul .image img {
    max-width: 100%;
}

#slides ul h3 {
    font-size: 1.9em;
    margin-bottom: 15px;
}

.content-shadow main .wrapper-content {
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, .2);
}

/*.block-text-shadow {*/
/*display:inline-block;*/
/*background: rgba(0,0,0,.4);*/
/*box-shadow: 0 0 50px 40px rgba(0,0,0,.4);*/
/*}*/
.block-text-shadow {
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px 40px rgba(0, 0, 0, .2);
}

.block-text-shadow .description {
    margin-top: 3px;
}

.transition-all {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.transition-all-middle {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.transition-all-fast {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.page-error {
    position: fixed;
    overflow: auto;
    top: 60px;
    bottom: 70px;
    right: 0;
    left: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.page-index .content, .page-error .content {
    top: 140px;
    position: relative;
    z-index: 1;
    height: auto;
}

.page-standard .content, .page-press .content {
    position: relative;
}

.page-standard .wrapper-content {
    padding: 20px 0;
}

/*max-width: 800px;*/
.page-press .wrapper-content {
    padding: 40px 0 60px 0;
}

.page-base .wrapper-content {
    padding: 40px 0 60px 0;
}

.gitter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url("../images/video-gitter.png");
}

.gitter.middle {
    background-color: rgba(0, 0, 0, 0.4);
}

.gitter.dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.gitter.darkest {
    background-color: rgba(0, 0, 0, 0.7);
}

.scroll-fixed {
    position: fixed;
    overflow: hidden;
    top: 60px;
    bottom: 70px;
    right: 0;
    left: 0;
}

.scroll-side {
    float: right;
    position: relative;
}

.with-sidebar {
    margin-right: 400px;
}

.sidebar {
    float: right;
    width: 400px;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.page-index .sidebar {
    padding-bottom: 60px;
}

.sidebar ul.news {
    background: #1d1d1d;
}

/*header, footer, .play-game, aside.sidebar {*/
/*-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.4);*/
/*-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.4);*/
/*box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.4);*/
/*}*/

header .sidebar {
    background: transparent;
    padding-bottom: 0;
    box-shadow: none;
    z-index: 11;
}

.only-mobile {
    display: none;
}

.not-mobile {
    display: inherit;
}

body.mobile .only-mobile {
    display: inherit;
}

body.mobile .not-mobile {
    display: none;
}

.only-tablet {
    display: none;
}

.not-tablet {
    display: inherit;
}

body.tablet .only-tablet {
    display: inherit;
}

body.tablet .not-tablet {
    display: none;
}

.only-android {
    display: none;
}

.not-android {
    display: inherit;
}

body.android .only-android {
    display: inherit;
}

body.android .not-android {
    display: none;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.fixed-back {
    position: fixed;
    /*top:0; left:0;*/
    /*width: 100%;*/
    /*height:100%;*/
    overflow: hidden;
    top: 60px;
    bottom: 70px;
    right: 0;
    left: 0;
    background-size: cover !important;
}

.video-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    bottom: 0;
}

/*.video-back {*/
/*position: absolute;*/
/*top: 0; right: 0; bottom: 0; left: 0;*/
/*overflow: hidden;*/
/*}*/
/*.video-back > video {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/* 1. No object-fit support: */
/*.wrapper-video video,*/
.video-back video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    /*height: 100%;*/
    width: auto;
    overflow: hidden;
    background: transparent;
}

/*@media (min-aspect-ratio: 16/9) {*/
/*.video-back > video { height: 300%; top: -100%; }*/
/*}*/
/*@media (max-aspect-ratio: 16/9) {*/
/*.video-back > video { width: 300%; left: -100%; }*/
/*}*/

/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
    .video-back video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

.video-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000 url("../images/back-1.jpg") 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.video-preview-base-ussr {*/
/*background-image: url("../images/ussr/buildings/base.jpg");*/
/*}*/
/*.video-preview-unit-ussr {*/
/*background-image: url("../images/ussr/unit.jpg");*/
/*}*/
/*.video-preview-building-ussr {*/
/*background-image: url("../images/ussr/buildings/building.jpg");*/
/*}*/

.video-preview-press {
    background-image: url("../images/press.jpg");
}

.video-preview-index {
    background-image: url("../images/back-standard.jpg");
}

.video-preview-support {
    background-image: url("../images/bg1.jpg");
}

.video-control {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 106px;
    height: 32px;
    z-index: 2;
}

.video-control div {
    float: right;
    width: 32px;
    height: 32px;
    background: #000 url("../images/buttons-video.png") no-repeat 0 0;
}

.video-control div + div {
    margin-right: 5px;
}

.video-control div.mute {
    background-position: 0 0;
}

.video-control div.unmute {
    background-position: 0 -64px;
}

.video-control div.pause {
    background-position: -32px 0;
}

.video-control div.play {
    background-position: -32px -64px;
}

.video-control div.full {
    background-position: -64px 0;
}

.video-control div.nufull {
    background-position: -64px -64px;
}

.video-control div.mute:hover,
.video-control div.pause:hover,
.video-control div.full:hover {
    background-position-y: -32px;
}

.video-control div.unmute:hover,
.video-control div.play:hover,
.video-control div.nofull:hover {
    background-position-y: -96px;
}

#frontShot {
    display: none;
}

#menu-burger {
    display: block;
    float: left;
    height: 60px;
    width: 70px;
    padding: 20px 20px 0 20px;
    cursor: pointer;
    line-height: 40px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #ececec;
    background: transparent;
    z-index: 10;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
}

#menu-burger:focus,
#menu-burger:hover,
#menu-burger:active,
#menu-burger:checked {
    outline: none;
    border: none;
    text-decoration: none;
    box-shadow: none;
}

#menu-burger:hover,
#menu-burger:focus {
    background-color: #e71515;
}

#menu-burger span {
    background-color: #ececec;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    top: 10px;
}

#menu-burger span::before,
#menu-burger span::after {
    background-color: #ececec;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
}

#menu-burger span::before {
    top: -8px;
}

#menu-burger span::after {
    bottom: -8px;
}

#menu-burger span {
    -webkit-transition: background 0s 100ms;
    -moz-transition: background 0s 100ms;
    -o-transition: background 0s 100ms;
    transition: background 0s 100ms;
}

#menu-burger span::before,
#menu-burger span::after {
    -webkit-transition-duration: 100ms, 100ms;
    -moz-transition-duration: 100ms, 100ms;
    -ms-transition-duration: 100ms, 100ms;
    -o-transition-duration: 100ms, 100ms;
    transition-duration: 100ms, 100ms;
    -webkit-transition-delay: 100ms, 0s;
    -moz-transition-delay: 100ms, 0s;
    -ms-transition-delay: 100ms, 0s;
    -o-transition-delay: 100ms, 0s;
    transition-delay: 100ms, 0s;
}

#menu-burger span::before {
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

#menu-burger span::after {
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.menu-open #menu-burger {
    /*background-color: #cb0032;*/
    color: rgba(0, 0, 0, 0);
}

.menu-open #menu-burger span {
    background: none;
}

.menu-open #menu-burger span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open #menu-burger span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-open #menu-burger span::before,
.menu-open #menu-burger span::after {
    -webkit-transition-delay: 0s, 100ms;
    -moz-transition-delay: 0s, 100ms;
    -ms-transition-delay: 0s, 100ms;
    -o-transition-delay: 0s, 100ms;
    transition-delay: 0s, 100ms;
}

.mobile.menu-open #menu-burger span,
.mobile.menu-open #menu-burger span::before,
.mobile.menu-open #menu-burger span::after,
.android.menu-open #menu-burger span,
.android.menu-open #menu-burger span::before,
.android.menu-open #menu-burger span::after {
    background-color: transparent;
}

.mobile #menu-burger,
.mobile #menu-burger span,
.mobile #menu-burger span::before,
.mobile #menu-burger span::after,
.android #menu-burger,
.android #menu-burger span,
.android #menu-burger span::before,
.android #menu-burger span::after {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.mobile.menu-open #menu-burger,
.android.menu-open #menu-burger {
    background: url("../images/icon-x.png") #292929 no-repeat 22px 14px;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.svg .mobile.menu-open #menu-burger,
.svg .android.menu-open #menu-burger {
    background-image: url("../images/icon-x.svg");
}

.follow {
    float: right;
    padding: 20px 30px 20px 0;
    margin-right: 15px;
    font-size: 1em;
    font-weight: bold;
    background: url("../images/icon-next.png") no-repeat 100% 50%;
}

.button-orange, .button-white, .button-green, .button-red, .button-black, .button-disable {
    /*height: 40px;*/
    border: none;
    overflow: hidden;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -ms-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    font-size: 1.1em;
    margin-bottom: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    outline: 0;
}

.button-orange {
    color: #ffffff;
    background: #ff6c00;
}

.button-green {
    color: #ffffff;
    background: #007d52;
}

.button-red {
    color: #ffffff;
    background: #7d0200;
}

.button-white {
    color: #828282 !important;
    background: #fff;
}

.button-black {
    color: #fff !important;
    background: #222222;
}

.button-disable {
    color: #777777 !important;
    background: #363636;
}

.button-orange:hover,
.button-orange:active {
    text-decoration: none;
    color: #ff6c00 !important;
    background: #ffffff;
    outline: none;
}

.button-green:hover,
.button-green:active {
    text-decoration: none;
    color: #007d52 !important;
    background: #ffffff;
    outline: none;
}

.button-red:hover,
.button-red:active {
    text-decoration: none;
    color: #7d0200 !important;
    background: #ffffff;
    outline: none;
}

.button-white:hover,
.button-white:active {
    text-decoration: none;
    color: #fff !important;
    background: #da2c1a;
    outline: none;
}

.button-black:hover,
.button-black:active {
    text-decoration: none;
    color: #fff;
    background: #ff6c00;
    outline: none;
}

.button-orange .b3-icon {
    border-color: #FFF;
}

.pc .button-orange:hover .b3-icon, .button-orange:active .b3-icon {
    border-color: #ff6c00;
}

.button-white .b3-icon {
    border-color: #000;
}

/*.button-white:hover .b3-icon {border-color: #FFF;}*/

.b3-icon-next {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    border-style: solid;
    margin-left: 10px;
    bottom: 2px;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.messages {
    display: block;
    padding: 10px;
    margin: 50px 0 10px 0;
    text-shadow: 0 0 5px #000;
    color: #fff;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
    width: 100%;
    font-size: 1.2em;
    position: relative;
    overflow: hidden;
    /*background-color: #ffffff;*/
    /*box-shadow: 0 0 5px #000;*/
    /* position: absolute; */
    /* left: 25%; */
}

.messages.error {
    /*background-color: rgba(255, 45, 0, 0.75);*/
    border-color: #ff2d00;
    color: #ff2d00;
}

.messages ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

form .error, form .error-form {
    display: block;
    position: relative;
    top: -2px;
    padding: 10px;
    width: 100%;
    border-top: 2px solid #ff2d00;
    color: #fff;
    background-color: rgba(255, 45, 0, 0.36);
    list-style: none;
    margin: 0;
}

form .error-form {
    top: 0;
    border: 2px solid #ff2d00;
    margin: 10px 0;
}

.sidebar a {
    color: #ececec;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

.sidebar-tree .active a {
    text-decoration: none;
    color: #e71515;
}

.sidebar-tree a:hover {
    text-decoration: none;
    color: #e71515;
}

.sidebar h2 {
    text-transform: uppercase;
    background: rgba(0, 0, 0, .4);
    font-size: 1.6em;
    font-weight: bold;
    padding: 25px 40px;
    margin: 0;
    color: #fff;
}

.sidebar ul {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .news li + li::before {
    border-top: 1px solid #555555;
    display: block;
    content: "";
    width: 130px;
    margin: 10px 20px;
}

.sidebar li .date {
    font-size: 1.1em;
    color: #c7c7c7;
    margin: 20px 10px 5px 40px;
}

.sidebar li .title {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 10px 20px 10px 40px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.sidebar li .title, .sidebar li .date {
    text-shadow: 0 1px 2px #000;
}

.page-standard .sidebar li .title {
    font-size: 1.2em;
}

.page-notop {
    /*top: 0;*/
}

/**** sepia photo news ****/
/*.sidebar li .aside-image::before {*/
/*content:" ";*/
/*background: url(../images/sc01.png) 50% 50%;*/
/*display:block;*/
/*position:absolute;*/
/*top:0;*/
/*left:0;*/
/*bottom:0;*/
/*right:0;*/
/*z-index:2;*/
/*opacity:0.5;*/
/*overflow:hidden;*/
/*-webkit-transition: opacity 100ms;*/
/*-moz-transition: opacity 100ms;*/
/*-ms-transition: opacity 100ms;*/
/*-o-transition: opacity 100ms;*/
/*transition: opacity 100ms;*/
/*}*/
/*.sidebar li .aside-image:hover::before {*/
/*opacity:0;*/
/*}*/
/*.sidebar li .aside-image:hover img {*/
/*-webkit-filter: none;*/
/*}*/
/*.sidebar li img {*/
/*-webkit-filter: sepia(100%);*/
/*}*/
/**** sepia end ****/

.sidebar li img {
    width: 100%;
    display: block;
}

.sidebar li img.image110 {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sidebar li {
    position: relative;
}

.sidebar li .aside-image {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.sidebar .active a {
    color: #e71515 !important;
}

.news-sidebar .active a,
.press-sidebar .active a {
    color: #FFF !important;
}

.sidebar-block {
}

.sidebar-block ul {
    list-style: none;
    font-size: 1.2em;
    font-weight: bolder;
    margin: 0;
    padding-bottom: 10px;
}

.sidebar-block ul > li {
    text-transform: uppercase;
    margin: 0 -20px;
    padding: 5px 20px;
}

.sidebar-block .nav > li > a {
    padding: 15px 40px;
}

#compare-edition {
    margin: 0 40px 15px;
}

#compare-edition .compare-button {
    width: 100%;
    cursor: pointer;
}

#compare-page {
    z-index: 2;
    top: 60px;
    background: url("../images/video-gitter.png") rgba(29, 29, 29, .5);
    padding: 0 !important;
    box-shadow: 0 0 20px #000;
}

.no-cssfilters #compare-page {
    background-color: rgba(29, 29, 29, .9);
}

.modal-open #compare-page ~ * {
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

#compare-page .close {
    opacity: .6;
    top: 20px;
    right: 20px;
}

#compare-page .close:focus, #compare-page .close:hover {
    opacity: 1;
}

#compare-page h2 {
    font-size: 2.8em;
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 10px;
}

#compare-page h2 span {
    color: #e71515;
}

#compare-page h3 {
    min-height: 52px;
}

#compare-page .modal-dialog {
    /*background: url("../images/back-6.jpg");*/
    /*background-size: cover;*/
}

#compare-page .modal-dialog .modal-content {
    /*background: url("../images/video-gitter.png") rgba(29,29,29,.4);*/
}

#compare-page .wrapper-content {
    padding: 15px 0 0;
}

#compare-page table {
    background: rgba(29, 29, 29, .6);
    border-collapse: inherit;
}

#compare-page table td + td {
    width: 225px;
}

#compare-page table td {
    padding: 8px;
    line-height: 1.5em;
    border-top: 1px solid #3a3a3a;
}

#compare-page table tr.buy-buttons td,
#compare-page table tr.old-prices td {
    border-top: none;
}

#compare-page table tr.old-prices td {
    font-size: .8em;
}

#compare-page table tr td:first-child {
    font-size: 1.2em;
    min-width: 50%;
}

#compare-page table td.best-choice {
    background-color: rgb(41, 41, 41);
}

#compare-page table td.standard {
    background-color: rgba(41, 41, 41, .75);
}

#compare-page table td.sold-out {
    background-color: rgba(41, 41, 41, .4);
}

#compare-page table td + td {
    text-align: center;
}

#compare-page .cover-edition img {
    width: 100px;
    margin-bottom: 20px;
}

#compare-page .sold-out img {
    opacity: .4;
}

#compare-page td[data-edition] {
    cursor: pointer;
}

#compare-page .price {
    font-size: 2em;
}

.strike-through {
    position: relative;
    text-align: center;
    display: inline-block;
}

.strike-through::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    top: 50%;
    position: absolute;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    background-color: #fe6c00;
}

.cover-edition td {
    position: relative;
    overflow: hidden;
}

.cover-edition .best-choice-label {
    background: #ffc600;
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
}

.cover-edition .sold-out-label {
    background: #e43;
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
}

.buy-adaptive-button {
    font-size: .8em;
    padding: 0 20px;
    width: 100%;
}

/* The ribbons */
.corner-ribbon {
    display: table;
    width: 130px;
    background: #e43;
    position: absolute;
    top: 20px;
    left: -30px;
    text-align: center;
    height: 30px;
    line-height: 15px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon span {
    display: table-cell;
    vertical-align: middle;
    font-size: .85em;
}

/* Custom styles */
.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */
.corner-ribbon.top-left {
    top: 20px;
    left: -30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 20px;
    right: -30px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 20px;
    left: -30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -30px;
    bottom: 20px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

.sidebar-block .nav > li > a:focus, .sidebar-block .nav > li > a:hover {
    /*background: #1d1d1d;*/
    background: transparent;
}

#press-teasers {
    display: none;
    /*padding-right: 40px;*/
    height: 100px;
}

#press-teasers .press-control {
    overflow: hidden;
}

#press-teasers .press-control span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    float: left;
    margin-right: 4px;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
}

#press-teasers .press-control .press-divider {
    width: 400px;
    height: 8px;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#press-teasers .press-control span.active {
    background: #fff;
}

#press-teasers .press-text {
    font-weight: bold;
    color: #FFF;
    clear: left;
    margin: 15px 0 0;
    font-size: 1.5em;
}

#press-teasers a {
    color: #FFF;
    text-decoration: none;
}

#press-teasers a:hover {
    color: #e71515;
}

.quote {
    margin: 0 0 20px 0;
    font-size: 1.5em;
    font-style: italic;
}

.quote, #press-teasers a, #press-teasers .press-text {
    text-shadow: 0 0 5px #000, 0 0 20px #000;
}

.page-error .description {
    font-size: 1.4em;
    max-width: 700px;
}

.page-error .slogan {
    font-size: 2.4em;
    max-width: 700px;
    margin-bottom: 1em;
}

.page-index .slogan,
.page-base .slogan {
    margin-bottom: .5em;
}

#nav-menu {
    position: fixed;
    z-index: 10;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-width: 450px;
    background-color: #292929;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    opacity: 0;
}

.menu-open #nav-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#nav-menu .nav-menu-inner {
    padding: 20px;
    position: relative;
}

#nav-main, #nav-footer .nav-block {
    font-size: 2.1em;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

#nav-social {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

#nav-social li {
    height: 40px;
    display: block;
}

main.content #nav-social {
    margin-top: 30px;
    padding: 40px 0 0;
    border-top: 1px solid #5e5e5e;
    list-style: none;
}

main.content #nav-social ul {
    list-style: none;
    padding: 0;
}

main.content #nav-social a {
    color: #ececec;
    text-decoration: none;
}

.nival-logo {
    float: left;
    display: block;
    margin: -10px 10px 0 0;
}

#nav-menu a {
    color: #ececec;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#nav-menu a:hover, #nav-menu a:focus {
    color: #e71515;
    text-decoration: none;
    outline: none;
}

#nav-menu .inactive a {
    color: #555555;
}

#nav-menu .inactive a:hover {
    color: #555555;
}

#nav-menu ul {
    padding: 0;
}

.nav-block {
    margin: 0 0 30px 0;
}

#nav-menu ul.nav-block li {
    list-style: none;
}

#nav-main li {
    margin-bottom: 10px;
    line-height: 1em;
}

#nav-footer {
    color: #9e9e9e;
    font-size: 10px;
    line-height: 16px;
    padding-top: 20px;
    border-top: 1px solid #555;
    background-color: #292929;
}

#nav-footer .legacy {
    display: none;
    line-height: 18px;
    font-size: 1em;
}

#nav-footer .tos {
    display: block;
    margin-left: 115px;
}

#nav-footer .copyright-text {
    display: none;
}

#nav-footer a {
    color: #919192;
    font-weight: bold;
    text-transform: uppercase;
}

#nav-footer .age-restriction {
    font-weight: bold;
}

.soc-icon {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    opacity: 0.5;
    margin-right: 5px;
}

.soc-icon {
    background: url("../images/icons-social.png") no-repeat 0 0;
}

.soc-icon.big {
    background: url("../images/icons-social-big.png") no-repeat 0 0;
}

.soc-icon.big-orange {
    background: url("../images/icons-social-big-orange.png") no-repeat 0 0;
}

a:hover .soc-icon, a:focus .soc-icon {
    opacity: 1;
    outline: none;
}

.soc-icon.icon-forum {
    background-position: 0 0;
}

.soc-icon.icon-youtube {
    background-position: -40px 0;
}

.soc-icon.icon-vk {
    background-position: -80px 0;
}

.soc-icon.icon-twitch {
    background-position: -120px 0;
}

.soc-icon.icon-fb {
    background-position: -160px 0;
}

.soc-icon.icon-twitter {
    background-position: -200px 0;
}

.soc-icon.icon-ok {
    background-position: -240px 0;
}

.soc-icon.icon-mail {
    background-position: -280px 0;
}

.soc-icon.icon-steam {
    background-position: -320px 0;
}

.soc-icon.icon-help {
    background-position: -360px 0;
}

.soc-others {
    margin-top: 20px;
}

.soc-others li {
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
}

.soc-icon.big-orange:hover {
    background-image: url("../images/icons-social-big.png");
}

.soc-icon.big:hover {
    background-image: url("../images/icons-social-big-orange.png");
}

#more-news, #more-news::before, #more-news::after {
    content: "";
    position: absolute;
    left: 50%;
    margin: 20px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    border: none;
    display: block;
    cursor: pointer;
}

#more-news::before {
    left: -20px;
    margin: 0;
}

#more-news::after {
    right: -20px;
    left: auto;
    margin: 0;
}

.news-other {
    position: relative;
}

.news-other .news-list li {
    overflow: hidden;
    height: 160px;
    border: 1px solid #000;
}

.news-other .news-list li.active {
    border-color: #e71515;
    box-shadow: 0 0 10px #e71515;
}

.news-other li .date {
    margin: 10px 20px 5px;
}

.news-other li .title {
    margin: 5px 20px;
    font-size: 1em;
}

.news-other .aside-info {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 20px;
}

.news-other .aside-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.news-other li img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #5b5b5b;
}

.news-list .title {
    font-size: 1.4em;
}

.news-list .title a {
    color: #ececec;
}

.news-list .title a:hover, .news-list .title a:focus {
    color: #e71515;
}

.news-list p {
    color: #9e9e9e;
}

#searchform {
    margin: 0;
    position: relative;
    height: 45px;
}

#searchform input {
    width: 100%;
    height: 100%;
    background: none;
    border: 2px solid #5e5e5e;
    background: rgba(63, 63, 63, 0.54);
    color: #ececec;
    margin: 0;
    padding: 0 55px 0 10px;
    line-height: 45px;
    display: block;
}

#searchform input:focus, #searchform input:hover {
    outline: none;
    border-color: #e71515;
}

#searchform .searchbutton {
    position: absolute;
    right: 2px;
    top: 7px;
    padding: 10px 0;
    text-indent: -1000px;
    width: 45px;
    height: 35px;
    overflow: hidden;
    background: url("../images/icons-ui.png") no-repeat 12px -27px;
    border-left: 1px solid #5e5e5e;
}

#searchform .searchbutton:hover {
    background-position: -30px -27px;
}

.content-block {
    padding-bottom: 40px;
}

.content-block > h2,
.big-title {
    font-size: 2.4em;
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 70px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.content-block > h2::before,
.big-title::before {
    content: " ";
    display: block;
    left: 0;
    width: 50%;
    height: 3px;
    background: #fff;
    /*background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);*/
    /*background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.2) 100%);*/
    /*background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.2) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );*/
    position: absolute;
    bottom: 5px;
}

.content-block > h2::after,
.big-title::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    background: url("../images/tab-active.png") no-repeat 50% 50%;
    /*min-width: 448px;*/
    height: 13px;
    left: 0;
    right: 0;
}

.content-block a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
}

.content-block h3 a {
    text-transform: inherit;
    font-weight: inherit;
}

.content-block a:hover {
    color: #e71515;
    text-decoration: none;
}

.preheader {
    color: #9e9e9e;
}

#knowledge-sections {
    list-style: none;
    padding: 0;
}

#knowledge-sections > li {
    padding-bottom: 20px;
}

#knowledge-sections > li > a > img {
    border: 2px solid #5e5e5e;
    width: 350px;
    max-width: 100%;
}

#knowledge-sections > li > a:hover > img, #knowledge-sections > li > a:focus > img {
    border: 2px solid #e71515;
}

#knowledge-sections > li > a {
    color: #ececec;
    font-size: 1.1em;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#knowledge-sections .articles {
    padding: 0;
    list-style: none;
}

#knowledge-sections .articles > li {
    margin: 5px 0;
}

#knowledge-sections a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: normal;
    text-transform: none;
}

/*.fh-slide .page-wrapper, .fh-slide .page, .fh-slide .page, .fh-slide .content, .fh-slide .content-block {height: 100%;}*/
.fh-slide .page-wrapper, .rh-slide .page-wrapper {
    overflow: inherit;
}

.fh-slide .content-block {
    min-height: 100vh;
    position: relative;
    background: url("../images/back-standard.jpg") 50% 100%;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}

#page-info .fixed-back {
    background: url("../images/back-12.jpg") 50% 50% fixed;
}

#page-info .content-block {
    background: none;
}

#slides #free {
    background-position: 50% 50%;
}

#page-free .content-block,
#slides #free.content-block {
    background-image: url("../images/back-free.jpg");
    border-bottom: 3em solid transparent;
}

#page-free .wrapper-content {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
}

#slides #free .wrapper-content {
    margin-top: 20%;
}

#page-free .text-plain h2,
#page-free .text-plain h3,
#slides #free .text-plain h2,
#slides #free .text-plain h3 {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

#slides #free .text-plain h2::before,
#slides #free .text-plain h2::after {
    display: none;
}

#page-free .text-plain h3,
#slides #free .text-plain h3 {
    margin-top: .5em;
    font-weight: normal;
}

#page-free .text-plain li,
#slides #free .text-plain li {
    margin-top: 1em;
}

#slides #free .text-plain h2 {
    font-size: 2em;
}

#slides #free .text-plain h3 {
    font-size: 1.4em;
}

#page-requirements .text-plain h2 {
    padding: 20px 0;
    margin: 0;
}

.army-catalog .content-block,
.base-catalog .content-block {
    background: none;
}

.rh-slide .content-block {
    position: relative;
    overflow: hidden;
}

.fh-slide .page > .sidebar, .rh-slide .page > .sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
}

.fh-slide .content-block .purchase-content {
    overflow: inherit;
}

/*.fh-slide-1 {*/
/*background-image: url("../images/back-6.jpg") !important;*/
/*}*/

/*.fh-slide-2 {*/
/*background-image: url("../images/back-7.jpg") !important;*/
/*}*/

/*.fh-slide-3 {*/
/*background-image: url("../images/back-8.jpg") !important;*/
/*}*/

/*.fh-slide-4 {*/
/*background-image: url("../images/back-9.jpg") !important;*/
/*}*/

/*.fh-slide-5 {*/
/*background-image: url("../images/back-11.jpg") !important;*/
/*}*/

/*.fh-slide-6 {*/
/*background-image: url("../images/back-10.jpg") !important;*/
/*}*/

.fh-slide-1, .fh-slide-3, .fh-slide-5 {
    background-image: url("../images/back-standard.jpg") !important;
}

.fh-slide-2, .fh-slide-4, .fh-slide-6 {
    background-image: url("../images/back-13.jpg") !important;
}

.fh-slide-buy {
    background-image: url("../images/back-buy.jpg") !important;
}

.slide-youtube {
    min-height: 100vh;
}

.slide-youtube iframe {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.slide-youtube p {
    margin: 0;
    padding: 0;
}

.android .slide-youtube iframe {
    min-height: 300px;
}

.android.fh-slide .content-block {
    min-height: 300px
}

.fh-slide #play, .fh-slide #page-free .content-block {
    min-height: 100vh;
}

/*.fh-slide .content-block+.content-block::before {*/
/*display: block;*/
/*content:"";*/
/*height:20px;*/
/*width:100%;*/
/*position:absolute;*/
/*top:-10px;*/
/*z-index: 3;*/
/*background: url("../images/test2.png") repeat-x 0 50%;*/
/*}*/

.flag-axis {
    background-image: url('../images/flag_axis.jpg') !important;
    background-position: 0 0 !important;
}

.flag-ussr {
    background-image: url('../images/flag_ussr.jpg') !important;
    background-position: 0 0 !important;
}

.flag-allies {
    background-image: url('../images/flag_allies.jpg') !important;
    background-position: 0 0 !important;
}

.flag-canada {
    background-image: url('../images/flag_canada_new.jpg') !important;
    background-position: 0 0 !important;
}

.flag-gb {
    background-image: url('../images/flag_gb_new.jpg') !important;
    background-position: 0 0 !important;
}

.dh-dual-scroll .page > .sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
}

.dh-dual-scroll .content-block {
    background: transparent 50% 0;
    /*min-height: 100vh;*/
    background-size: cover;
}

.fixed-back {
    background: url("../images/back-standard.jpg") transparent 50% 0;
}

/*TODO: UI js dual scroll control */

.next-slide {
    display: none !important;
    width: 80px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 0 0;
    padding: 10px 10px 0;
}

.next-slide span {
    width: 40px;
    height: 40px;
    background: url("../images/icons-xv.png") no-repeat 0 -40px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.next-slide span:hover {
    background-position: -40px -40px;
}

#log {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #00ff00;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    font-family: "Courier New", Courier, monospace;
}

#log .line {
    margin: 5px;
}

.preorder-box {
    float: left;
    width: 30%;
    max-width: 300px;
}

.preorder-box img {
    max-width: 100%;
    display: block;
}

.preorder-description {
    float: left;
    width: 70%;
}

.preorder-description .inner {
    padding-left: 40px;
}

.preorder-description ul {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
    line-height: 2em;
    margin: 30px 0;
    max-width: 767px;
    border-bottom: 1px solid #5e5e5e;
}

.preorder-description ul li {
    padding: 20px 50px 20px 0;
    background: url("../images/icon-enable.png") no-repeat 100% 50%;
    border-top: 1px solid #5e5e5e;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.preorder-description ul li.special {
    background-image: url("../images/icon-enable-green2.png");
}

.price {
    font-size: 1.2em;
    font-weight: bold;
}

/*.price b {*/
/*font-size: .6em;*/
/*}*/

.big-text {
    font-size: 1.1em;
}

.big-text p {
    margin-bottom: 1em;
}

.b3-markers {
    line-height: 2em;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, .3);
}

.b3-markers > li {
    background: url("../images/icon-next.png") no-repeat 10px 20px;
    padding: 10px 40px;
    /*color: #9e9e9e;*/
    color: #c7c7c7;
    /*color: #ececec;*/
    margin: 0 0 2px 0;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
}

.b3-markers > li.active, .b3-markers > li:hover {
    background-color: rgba(0, 0, 0, .3);
}

.b3-markers > li > strong {
    font-size: 1.2em;
    color: #fff;
}

#features .b3-markers > li, #faq .b3-markers > li, #feedbackForm .b3-markers > li > strong {
    cursor: pointer;
    word-wrap: break-word;
}

#faq .b3-markers > li, #feedbackForm .b3-markers > li {
    border-top: 1px solid #5e5e5e;
}

#faq .b3-markers > li:first-child, #feedbackForm .b3-markers > li:first-child {
    border-top: none;
}

#features .b3-markers > li > div, #faq .b3-markers > li > div, #feedbackForm .b3-markers > li > div {
    display: none;
}

#feedbackForm {
    position: relative;
}

.answer {
    margin-top: 10px;
}

.answers {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.answers li {
    border-top: 1px solid #5e5e5e;
    padding: 20px 0;
}

.answers li strong {
    font-size: 1.2em;
    display: block;
    margin: 0 0 20px;
}

.answers li p {
    line-height: 2em;
    color: #9e9e9e;
}

#video {
    height: 100vh;
}

/***** MODAL PROPERTIES *****/
.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    background: transparent;
}

.modal-content iframe {
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}

.modal button.close {
    background: url("../images/icon-x.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    top: -40px;
}

.svg .modal button.close {
    background-image: url("../images/icon-x.svg");
}

.modal {
    padding: 50px 10px 10px;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.modal-dialog-small {
    width: 100%;
    max-width: 900px;
    height: 600px;
    margin: 0 auto;
}

.modal-dialog.small {
    width: 900px;
    height: 600px;
    margin: 0 auto;
}

.modal-center.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-center.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-body {
    padding: 0;
    height: 100%;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
    background-color: #121212;
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    /*.modal-body {*/
    /*padding:0;*/
    /*margin: 0;*/
    /*}*/
    /*.modal-content {*/
    /*padding:0;*/
    /*margin: 0;*/
    /*}*/
    /*.modal-dialog {*/
    /*position: relative;*/
    /*margin: 15px;*/
    /*}*/
}

/**/

.aside li {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.news.nav li {
    opacity: 0.5;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.news.nav li.active,
.news.nav li:hover,
.news.nav li:active,
.news.nav li:focus {
    opacity: 1;
}

.news-content {
    margin: 25px 0;
    padding: 40px 0;
    border-top: 1px solid #5e5e5e;
    font-size: 1.2em;
    line-height: 2em;
}

.news-content p {
    line-height: 30px;
    color: #ececec;
}

/*.news-content p+p {*/
/*margin-top: 30px;*/
/*}*/
.news-content p strong {
    color: #fff;
    text-transform: uppercase;
}

.news-content iframe {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.news-content img {
    max-width: 100%;
}

.news-info {
    overflow: hidden;
}

.news-sidebar {
    overflow: auto;
}

.set-social {
    overflow: hidden;
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}

.set-social li {
    float: left;
}

.set-social li + li {
    margin-left: 25px;
}

.button-social {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0 5px 0 25px;
    height: 22px;
    font-size: 1em;
    line-height: 22px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.button-social::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    height: 22px;
    width: 22px;
    background-color: transparent;
    background-image: url('../images/icons-social-gray.png');
}

.button-social span {
    margin-left: 5px;
}

.button-social-tw::before {
    background-position: 1px 0;
}

.button-social-fb::before {
    background-position: -21px 0;
}

.button-social-gp::before {
    background-position: -43px 0;
}

.button-social-vk::before {
    background-position: -65px 0;
}

.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-tabs > li > a {
    margin: 0;
    color: #656565;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #FFF;
    background: #e71515;
    border: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    color: #FFF;
    background: #e71515;
    border: none;
}

.nav-tabs > li[role="presentation"] {
    margin-right: 10px;
}

.nav-tabs > li[role="link"] {
    float: right;
}

.tab-content > .tab-pane {
    background-color: rgba(128, 128, 128, 0.5);
    margin-top: 30px;
}

.button-action-text {
    margin: 30px 0 0 0;
}

.text-plain h2 {
    margin: 50px 0 30px 0;
    padding-bottom: 30px;
    font-size: 2em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.text-plain h3 {
    margin: 20px 0 0 0;
    font-size: 1.4em;
    font-weight: bolder;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #FFF;
    border-top: 1px solid #2b2b2b;
    padding-top: 20px;
}

.text-plain h4 {
    margin: 20px 0 0 0;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.8em;
    color: #FFF;
    border-top: 1px solid #2b2b2b;
    padding-top: 20px;
}

.text-plain > ol, .text-plain > ul {
    padding-left: 40px;
}

.text-plain ol[start] {
    font-size: 1.3em;
    border-top: 1px solid #2b2b2b;
    padding-top: 20px;
    margin-top: 20px;
}

.text-plain h2 + h4 {
    border-top: none;

}

.text-plain p {
    margin: 10px 0 0 0;
    font-weight: normal;
    line-height: 1.8em;
    color: #ececec;
}

.text-plain p strong {
    font-size: inherit;
    line-height: inherit;
    color: #fff;
}

.text-plain ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.text-plain li,
.text-plain li a {
    font-size: 1em;
    font-weight: normal;
    line-height: 2em;
    /*color: #9e9e9e;*/
    text-transform: none;
}

.text-plain li ul,
.text-plain li ol {
    margin: 0 0 10px 20px;
}

.text-plain h2:first-child,
.text-plain h3:first-child,
.text-plain h4:first-child,
.text-plain p:first-child {
    margin-top: 0;
}

.buy-offer {
    padding: 35px 80px;
}

.buy-offer-pic {
    margin: 0 0 10px 0;
    text-align: center;
}

.buy-offer-pic img {
    width: 150px;
}

.buy-offer-text {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.buy-breadcrumbs {
    overflow: hidden;
    padding: 0;
    margin: 50px 0 20px 0;
    list-style: none;
    line-height: 52px;
}

.buy-breadcrumbs li {
    float: left;
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0 0 10px 0;
}

i.order-icon {
    float: left;
    width: 52px;
    height: 52px;
    display: block;
    background: url('../images/icons-order.png') no-repeat 0 0;
    border-radius: 4px;
    margin-right: 10px;
}

i.order-icon.payment {
    background-position: -52px 0;
}

i.order-icon.key {
    background-position: -104px 0;
}

i.order-icon.attention {
    background-position: -156px 0;
}

i.order-icon.safe {
    background-position: -208px 0;
}

i.order-icon.question {
    background-position: -260px 0;
}

.shopping-cart-side {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    max-width: 50%;
    margin: 0 auto;
}

.shopping-cart-side h3 {
    margin: 50px 0 20px;
    font-size: 1.8em;
    line-height: 52px;
    font-weight: bolder;
}

.shopping-cart-side .image img {
    max-width: 80%;
    margin-bottom: -20%;
}

.shopping-cart-side .contains {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.shopping-cart-side .contains .total {
    font-size: 1.5em;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.shopping-cart-side .contains .total::before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    top: -5px;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.buy-breadcrumbs li i {
    opacity: .2;
}

.buy-breadcrumbs li.enable i {
    opacity: 1;
}

.buy-breadcrumbs li + li {
    margin-left: 50px;
}

.buy-breadcrumbs li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -33px;
    z-index: 1;
    margin-top: -13px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid rgba(255, 255, 255, .2);
}

.buy-breadcrumbs li.enable + li::before {
    border-left-color: #fff;
}

.buy-breadcrumbs li span {
    font-size: 1.7em;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
}

.buy-breadcrumbs li.enable span {
    color: #FFF;
}

/*
.buy-form-signin {
    width: 700px;
}
*/

.auth-button {
    background: #000 url(../images/merge-buttons.png) no-repeat -1000px -54px;
    height: 54px;
    width: 167px;
    display: block;
    margin: 20px auto;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
}
.auth-button.b3-auth {
    background-position-x: -54px;
    text-indent: 1000px;
}
.lang-ru .auth-button.b3-auth {
    background-position-x: -334px;
}

.auth-button.steam-auth {
    background-position-x: -167px;
    text-indent: 1000px;
}

.auth-button:hover, .auth-button.active {
    background-position-y: 0;
}

.buy-form-signin-row, .form-row {
    margin: 0 0 30px 0;
}

.buy-form-signin-label, .form-label {
    margin: 0 0 10px 0;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.buy-form-signin-label label {
    margin: 0;
}

.buy-form-signin-input {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
}

.with-info {
    width: 480px;
    float: left;
    padding-right: 10px;
}

.buy-form-block {
    margin-bottom: 20px;
    padding: 20px 34px;
    background: rgba(255, 255, 255, .3);
    position: relative;
    overflow: hidden;
}

.buy-form-info {
    float: left;
    line-height: 1em;
    width: 350px;
}

.buy-form-info b {
    font-size: 1.2em;
    text-transform: uppercase;
}

.buy-form-info p {
    margin-left: 62px;
}

.buy-form-signin-input input, .form-input input {
    padding: 5px 15px;
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 40px;
    background: rgba(0, 0, 0, .3);
    outline: none;
    border: 1px solid #fff;
    -webkit-background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .3) !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.buy-form-signin-input textarea, .form-input textarea {
    padding: 10px 15px;
    margin: 0;
    width: 100%;
    height: 120px;
    font-size: 1.1em;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    outline: none;
    border: 1px solid #fff;
    display: block;
}

.buy-form-signin-checkbox {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-left: 30px;
    min-height: 24px;
    font-size: 1em;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    display: block;
    clear: left;
}

.buy-form-signin-checkbox a {
    text-transform: none;
    text-decoration: underline;
    font-weight: normal;
}

.buy-form-signin-checkbox strong {
    font-weight: bolder;
    text-transform: uppercase;
}

.buy-form-signin-checkbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 28px;
    height: 24px;
    /*background: transparent url("../images/icons-ui.png") -160px -83px no-repeat;*/
}

.buy-form-signin-checkbox[data-state="true"]::before {
    /*background: transparent url("../images/icons-ui.png") -49px -83px no-repeat;*/
}

.buy-form-signin-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* visibility: hidden; */
    width: 23px;
    height: 24px;
    margin: 0;
    padding: 0;
    display: block;
}

#paystation {
    border: 1px solid rgba(255, 255, 255, .2);
    display: block;
}

.buy-form-signin-disc {
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.buy-form-signin-types {
    overflow: hidden;
    margin: -10px;
    padding: 10px;
    list-style: none;
    box-sizing: content-box;
}

.buy-form-signin-types li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 150px;
    height: 52px;
    line-height: 52px;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    background-color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

.buy-form-signin-types li:hover {
    box-shadow: 0 0 20px #ca1e0e;
}

.download-game {
    height: 5em;
}

.buy-form-download {
    text-align: center;
    position: relative;
}

.buy-form-download-block {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.buy-form-download-block:first-child {
    padding-top: 10px;
    border-top: none;
}

.buy-form-download-block p {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.8em;
    color: #fff;
}

.buy-form-download-block p + p {
    margin-top: 30px;
}

.buy-form-download-block p.buy-form-download-minor {
    margin-top: 10px;
    color: #9e9e9e;
}

.buy-form-download-key {
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 0;
    background-color: rgba(0, 0, 0, .3);
    line-height: 40px;
}

.buy-form-download-key-info {
    overflow: hidden;
    /*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}

.buy-form-download-key-info-action {
    float: right;
    margin: 0 5px;
    display: inline-block;
}

.buy-form-download-key-info-action .button-white {
    margin: 0;
    display: block;
}

.buy-form-download-key-info-label {
    float: left;
    padding: 0 20px;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
}

.buy-form-download-key-info-value {
    overflow: hidden;
    padding: 0 20px;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center;
    float: left;
    /*text-transform: uppercase;*/
    /* upper case create not valid key*/
}

.buy-form-download-key-hint {
    padding: 10px 20px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.8em;
}

.buy-form-download-key-hint span {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.buy-form-download-key-hint span::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 4px;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.help-me {
    text-transform: none;
    display: block;
    position: absolute;
    right: 34px;
    bottom: 20px;
    height: 26px;
    line-height: 26px;
    padding-right: 30px;
    background: url('../images/icon-help.png') no-repeat 100% 50%;
}

.key-instructions {
    padding-left: 40px;
    background: url('../images/icon-key.png') no-repeat 0 50%;
}

#key-instructions {
    text-align: left;
}

.download-game a {

}

#download-start {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #5A5A5A;
    padding: 10px;
}

#download-start h1 {
    margin: 0 0 10px;
}

#download-instructions {
    margin: 20px 0;
    padding: 0 20px;
    font-size: 1.2em;
}

#download-instructions strong {
    font-size: 1.2em;
}

.buy-form-frame {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.army-sidebar {
    overflow: auto;
}

.sidebar-tree {
    padding: 0 25px 15px 25px;
}

.sidebar-tree ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3em;
    -webkit-video-preview-ion: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.sidebar-tree ul li {
    margin: 0;
    padding: 5px 0 0;
}

.sidebar-tree li ul {
    margin-left: 16px;
}

.sidebar-tree > ul > li {
    padding: 20px 10px;
}

.sidebar-tree > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.sidebar-tree button {
    float: left;
    text-indent: -100px;
    overflow: hidden;
}

.sidebar-tree button,
.sidebar-tree span,
.sidebar-tree a {
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 30px;
    min-height: 20px;
    color: #9e9e9e;
    text-transform: uppercase;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
}

.sidebar-tree button::before,
.sidebar-tree span::before,
.sidebar-tree a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
}

.sidebar-tree button::before {
    background: url('../images/icons-ui.png') -230px -36px no-repeat;
}

.sidebar-tree button[data-state="open"]::before {
    background: url('../images/icons-ui.png') -272px -36px no-repeat;
}

.sidebar-tree span::before,
.sidebar-tree a::before {
    background: url('../images/icons-ui.png') -315px -36px no-repeat;
}

.sidebar-tree [data-state="open"] + a {
    color: #fff;
}

[data-name="tree-content"] {
    display: none;
}

.sidebar-tree button[data-state="open"] ~ [data-name="tree-content"] {
    display: block;
}

.sidebar-tree button + a {
    margin-left: 30px;
    padding-left: 0;
}

.sidebar-tree button + a::before {
    display: none;
}

.catalog-side {
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.catalog-side h2 {
    position: relative;
    z-index: 0;
    margin: 0;
}

.catalog-header {
    margin: 0 0 20px 0;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

.catalog-header + .catalog-block {
    border-top: none;
}

.catalog-block {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.catalog-block .row {
    overflow: hidden;
}

.catalog-block .row > div {
    position: relative;
    top: 1px;
    min-width: 170px;
}

.base-catalog .catalog-block a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    height: 210px;
    text-align: center;
}

.army-catalog .catalog-block table {
    width: 90%;
    position: relative;
    top: 1px;
}

.army-catalog .catalog-block tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.army-catalog .catalog-block tr:hover {
    background: rgba(255, 255, 255, 0.05);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0.05+30,0.05+70,0+100 */
    /*background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 30%, rgba(255,255,255,0.05) 70%, rgba(255,255,255,0) 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.05)), color-stop(70%,rgba(255,255,255,0.05)), color-stop(100%,rgba(255,255,255,0))); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 30%,rgba(255,255,255,0.05) 70%,rgba(255,255,255,0) 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 30%,rgba(255,255,255,0.05) 70%,rgba(255,255,255,0) 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 30%,rgba(255,255,255,0.05) 70%,rgba(255,255,255,0) 100%); *//* IE10+ */
    /*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 30%,rgba(255,255,255,0.05) 70%,rgba(255,255,255,0) 100%); *//* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); *//* IE6-9 */
}

/*.army-catalog .catalog-block tr:hover > td.full {*/
/*background-position: 100% 50%;*/
/*background-repeat: no-repeat;*/
/*text-shadow: 0 0 2px #000;*/
/*}*/
.army-catalog .catalog-block tr > td {
    width: 1px;
}

.army-catalog .catalog-block tr > td.full {
    background: transparent 1000px 1000px no-repeat;
    width: 100%;
    padding: 3px;
}

.army-catalog .catalog-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.base-catalog .catalog-block a img {
    display: block;
    height: 135px;
    margin: 0 auto 10px;
}

.base-catalog .catalog-block a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.army-catalog .catalog-block a {
    overflow: hidden;
}

.army-catalog .catalog-block a img {
    margin: 2px 0;
}

.army-catalog .catalog-block a span {
    display: block;
}

.catalog-block a.anchor {
    position: relative;
    top: -80px;
    height: 0;
    border: none;
}

/*.army-catalog .catalog-block a.anchor {*/
/*top:-80px;*/
/*}*/

.general-teaser {
    height: 380px;
    text-align: center;
}

.general-teaser a {
    display: block;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

.portrait {

}

.portrait span {
    border: 1px solid #71737a;
    background: #292929;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-transition: background .1s ease;
    -moz-transition: background .1s ease;
    -ms-transition: background .1s ease;
    -o-transition: background .1s ease;
    transition: background .1s ease;
}

.portrait span img {
    max-width: 100%;
}

.portrait.StrategicEdition span {
    border-color: #dbbc44;
}

.portrait.DeluxeEdition span {
    border-color: #c8c8c8;
}

.StrategicEdition i.ico,
.DeluxeEdition i.ico,
.dlc-info .StrategicEdition::before,
.dlc-info .DeluxeEdition::before {
    display: block;
    width: 33px;
    height: 31px;
    background: url("../images/icon-stars.png");
}

.DeluxeEdition i.ico,
.dlc-info .DeluxeEdition::before {
    background-position: -36px 0;
}

.portrait.StrategicEdition i.ico,
.portrait.DeluxeEdition i.ico {
    position: absolute;
    top: 5px;
    left: 5px;
}

.dlc-info .StrategicEdition::before,
.dlc-info .DeluxeEdition::before {
    content: "";
    position: absolute;
    left: 0;
}

.special {
    position: relative;
    line-height: 30px;
}

.special .ico {
    float: left;
}

.dlc-info {
    color: #d4d4db;
    line-height: 30px;
}

.dlc-info ul {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 40px;
    position: relative;
}

.general-teaser a:hover .portrait span {
    background: #333333;
}

.general-teaser .name {
    margin: 5px 0;
    height: 60px;
}

.general-teaser .type {
    color: #9e9e9e;
    text-transform: none;
    font-weight: normal;
}

.text-block {
    line-height: 2em;
    font-size: 1.2em;
}

.general-info .info {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 1em;
}

.general-info .portrait {
    display: block;
    float: left;
    margin: 0 18px 18px 0;
}

.general-info .card {
    margin-left: 215px;
}

.general-info .info h1 {
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 18px;
}

.general-info .info h2 {
    color: #9e9e9e;
    font-size: 1.7em;
    line-height: 1.5em;
    text-transform: none;
    font-weight: normal;
}

.general-info .info h3 {
    margin-top: 0;
    font-weight: normal;
}

.general-info .info h4 {
    margin-top: 10px;
    font-weight: normal;
    color: #9e9e9e;
    font-size: 1.7em;
    line-height: 1.5em;
    padding-left: 35px;
}

.general-info .info h4.special {
    overflow: hidden;
    min-height: 32px;
}

.general-info .info h4 .ico {
    position: absolute;
    left: 0;
    top: 1px;
}

.general-info .text-plain {
    clear: left;
}

.general-info #comments {
    margin-top: 20px;
}

.buff-list {
    overflow: hidden;
    list-style: none;
    margin-right: -14px !important;
}

.buff-list .icon {
    float: left;
    margin: 0 14px 14px 0;
    width: 70px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #ae8b3d;
    background: #292929;
    position: relative;
}

.buff-list .icon::after {
    content: "";
    display: block;
    width: 41px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/GvardiaGoldRibbon.png") 0 100% no-repeat;
}

.buff-list .icon img {
    max-width: inherit;
    position: relative;
    top: -8px;
    left: -5px;
    width: 79px;
}

.buff-list li {
    float: left;
}

.buff-list.small {
    margin: 0;
}

.buff-list.small li {
    border: none;
    margin: 0 8px 8px 0;
}

.buff-list.small .icon {
    width: 40px;
    height: 50px;
    position: relative;
    margin: 0;
}

.buff-list.small .icon img {
    width: 100%;
    top: 0;
    left: 0;
}

.buff-list.small .icon::after {
    height: 25px;
    width: 25px;
    background-image: url("../images/GvardiaGoldRibbonIcon.png");
}

.perk-list {
    list-style: none;
    border-top: none !important;
    font-size: 1.1em;
}

.perk-list li {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 1s ease;
}

.perk-list .perk-icon {
    float: left;
    margin: 0 20px 0 0;
}

.perk-list .title {
    color: #fff;
    font-weight: bold;
}

.perk-list .desc {
    margin-left: 90px;
}

.perk-list .buff {
    font-weight: bold;
    margin-top: 5px;
    padding: 10px 0;
    color: #fff;
}

.perk-list .body {
    color: #9e9e9e;
}

.perk-list .inactive, .buff-list .inactive {
    opacity: .5;
}

.feature-title {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    /*margin-top: -15px;*/
    line-height: 1em;
}

.base-game {
    width: 50%;
    margin: 0 auto;
    transition: .2s all;
    padding-left: 20px;
    position: relative;
}

.base-game.with-features {
    margin: 0;
    left: 50%;
    float: left;
}

.base-game .image {
    max-width: 50%;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: -7%;
}

.base-game .image img {
    width: 100%;
    max-width: 386px;
}

.base-game .image .feature-title {
    position: absolute;
    top: 84%;
    display: block;
    width: 100%;
    padding-right: 12%;
}

.base-game .price-block {
    position: relative;
    margin-left: 50%;
    font-size: 2em;
}

.editions {
    margin-top: 50px;
}

.editions h2.title {
    display: none;
    clear: left;
    margin: 0 -2.5% 20px;
    padding-top: 30px;
}

.base-game .price-block .price {
    font-size: 2em;
}

.base-game .price-block .pl {
    padding-left: 50px;
    padding-right: 30px;
}

.buy-button-wrapper {
    /*overflow: hidden;*/
    display: inline-block;
    /*border-left: 2px solid #9a160a;*/
    position: relative;
    left: -15px;
    min-width: 330px;
}

.big-button, .base-game .price-block .buy-button {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 55px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-size: 2em;
    border-top: 2px solid #e45140 !important;
    border-bottom: 2px solid #9a160a !important;
    background: #a01803;
    background: -moz-linear-gradient(left, #871801 0%, #a21804 50%, #af1507 100%);
    background: -webkit-linear-gradient(left, #871801 0%, #a21804 50%, #af1507 100%);
    background: linear-gradient(to right, #871801 0%, #a21804 50%, #af1507 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#871801', endColorstr='#af1507', GradientType=1);
    transition: all .2s;
    overflow: hidden;
}

.big-button:hover, .base-game .price-block .buy-button:hover {
    box-shadow: 0 0 20px #ca1e0e;
    background: #dc3726;
    background: -moz-linear-gradient(left, rgba(122, 20, 6, 1) 0%, rgba(219, 54, 36, 1) 50%, rgba(201, 43, 18, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(122, 20, 6, 1) 0%, rgba(219, 54, 36, 1) 50%, rgba(201, 43, 18, 1) 100%);
    background: linear-gradient(to right, rgba(122, 20, 6, 1) 0%, rgba(219, 54, 36, 1) 50%, rgba(201, 43, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1406', endColorstr='#c92b12', GradientType=1);
}


.base-game .price-block .buy-button {
    padding: 10px 30px 10px 45px;
    left: -30px;
    font-size: 1.35em;
    width: 100%;
    text-shadow: 0 0 5px #fff;
}

.big-button:hover, .base-game .price-block .buy-button:hover {
    color: #fff !important;
}

.code-place {
    width: 100%;
    min-width: 200px;
    max-width: 260px;
    font-size: .6em;
    margin: 20px 0 0;
    opacity: .5;
    transition: opacity .3s;
    box-sizing: content-box;
}

.lang-ru .code-place {
    max-width: 310px;
}

.code-place.active {
    opacity: 1;
}

.code-place label {
    font-weight: 100;
    text-transform: uppercase;
}

.code-place .error {
    font-size: .8em;
}

.code-place .combined-form {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .3);
    position: relative;
}

.code-place .combined-form input {
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 1em;
    font-weight: bold;
    border: none;
    outline: none;
}

.code-place .combined-form input[type=text] {
    padding-right: 100px;
    background: transparent;
    color: #fff;
    width: 100%;
    /*-webkit-background: rgba(0,0,0,0);*/
    /*-webkit-box-shadow: inset 0 0 0 50px rgba(0,0,0,.3) !important;*/
    /*-webkit-text-fill-color: #fff !important;*/
}

.code-place .combined-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    color: #8a6243;
    background: #fff;
    padding: 0 12px;
    overflow: inherit;
    text-transform: uppercase;
}

.code-place .combined-form input[type=submit]:hover {
    color: #000 !important;
}

.price-block .edition-alert {
    position: absolute;
    font-size: .5em;
    background: rgba(255,255,255,.2);
    padding: 10px 14px;
    margin-top: 10px;
}

.price-block .discount-timer {
    margin-bottom: 20px;
    min-height: 70px;
}

.price-block .discount-timer h4 {
    text-transform: uppercase;
}

.price-block .discount-timer .flip-clock-wrapper {
    margin: 0;
    width: 100%;
    display: flex;
}

.price-block .motivation {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.15em;
    min-height: 65px;
    margin-top: 1.8em;
}

.price-block .old-price {
    display: inline-block;
    /*text-decoration: line-through;*/
    position: relative;
    color: rgba(255, 255, 255, .5);
}

.price-block .old-price::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 53%;
    left: -5px;
    right: -5px;
    background: #fff;
}

.price-block .motivation .discount {
    display: inline-block;
    padding: 0 5px;
    background: #dc3626;
    text-transform: uppercase;
    border-radius: 3px;
    height: 40px;
    margin-left: 5px;
}

.price-block .motivation .discount span {
    font-size: .6em;
    position: relative;
    top: -.2em;
}

.your-price {
    text-transform: uppercase;
    font-size: .5em;
    margin-top: 10px;
    margin-bottom: -25px;
}

.features {
    display: block;
    width: 50%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: -50%;
}

.features li {
    float: left;
    width: 33%;
}

.features li:nth-child(3n+1) {
    clear: left;
}

.features li .image {
    margin: 0 -10%;
    text-align: center;
}

.features li .image img {
    width: 100%;
    max-width: 342px;
}

.features-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
}

.features-list td {
    padding: 10px 50px 10px 5px;
}

.features-list tr {
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.features-list tr:first-child {
    border-top: none;
}

.features-list tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

.features-list > li {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.features-list > li:first-child {
    border-top: none;
}

.features-label {
    float: left;
    padding-top: 1em;
    width: 200px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

.features-progress {
    overflow: hidden;
}

.features-progress-out {
    position: relative;
    z-index: 0;
    margin: 1em 0 2em 0;
    width: 100%;
    height: 15px;
    background: rgba(255, 255, 255, 0.1);
}

.features-progress-out::before,
.features-progress-out::after {
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1;
    color: #9e9e9e;
}

.features-progress-out::before {
    content: attr(data-text-left);
    left: 0;
    top: -1.5em;
}

.features-progress-out::after {
    content: attr(data-text-right);
    right: 0;
    top: -1.5em;
}

.features-progress-in {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FFF;
}

.features-progress-marker::before {
    content: attr(data-text);
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    padding: 1em 10px 0 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    color: #9e9e9e;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.features-equip {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
    max-width: 350px;
    list-style: none;
}

.features-equip li {
    overflow: hidden;
}

.features-equip li + li {
    margin-top: 15px;
}

.features-equip li::after {
    content: "";
    display: block;
    overflow: hidden;
    height: 1em;
    border-bottom: 1px dotted #9e9e9e;
}

.features-equip-value,
.features-equip-label,
.features-equip li::after {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

.features-equip-value {
    float: right;
    margin-left: 5px;
    color: #9e9e9e;
}

.features-equip-label {
    float: left;
    margin-right: 5px;
    color: #fff;
}

.features-multi-progress {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: 15px;
    height: 45px;
}

.features-multi-progress ul {
    overflow: hidden;
    position: absolute;
    left: -10px;
    right: 0;
    z-index: 0;
    padding: 0 0 30px 0;
    margin: 0;
    list-style: none;
}

.features-multi-progress li {
    float: left;
    position: relative;
    padding: 0 0 0 10px;
}

.features-multi-progress li::after {
    content: "";
    display: block;
    height: 15px;
    background: #fff;
}

.features-multi-progress ul[data-bars="5"] li {
    width: 20%;
}

.video-front {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.video-button-set a {
    margin: 0 10px 10px 0;
    min-width: 200px;
    text-align: center;
}

.press-sidebar {
    overflow: auto;
}

.press-sidebar li.active {
    background: rgba(255, 255, 255, 0.05);
}

.press-sidebar li:hover {
    background: rgba(255, 255, 255, 0.02);
}

.press-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.press-list li {
    padding: 0 0 20px 0;
}

.press-list li + li {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.press-list-source {
    margin: 20px 0;
    font-size: 1em;
    line-height: 1.1em;
    color: #9e9e9e;
}

.press-list-quote {
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #FFF;
}

.sidebar-block ul.press-preview {
    font-size: 1em;
}

.sidebar-block ul.press-preview > li {
    /*padding: 20px 60px;*/
    padding: 0;
}

.press-preview li + li {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.press-preview li a.press-preview-quote {
    padding: 20px 60px 15px 60px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    color: #9e9e9e;
    text-transform: none;
}

.press-preview li a.press-preview-source {
    padding: 0 60px 20px 60px;
    font-size: 1em;
    line-height: 1.1em;
    color: #FFF;
}

.button-small {
    position: relative;
    /*z-index: 0;*/
    padding: 0 45px;
    height: 35px;
    /*font-size: .7em;*/
    line-height: 35px;
}

.button-small::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-play {
    float: left;
}

.lang {
    /*position: absolute;*/
    /*right: 0;*/
    /*z-index: 0;*/
    height: 60px;
    position: relative;
    width: 74px;
    float: left;
}

header .lang {
    z-index: 11;
}

.lang:hover {
    background: #292929;
}

.lang-button {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 30px 0 20px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    opacity: .8;
}

.lang-button::before {
    content: "";
    display: block;
    width: 24px;
    height: 15px;
    background-color: #141414;
    background-image: url('../images/icons-langs-8.png');
    background-repeat: no-repeat;
}

.lang-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 0;
    margin-top: -2px;
    border-top: 5px solid #FFF;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
}

.lang-button:hover {
    opacity: 1;
}

.lang-button-ru {
    background-position: 0 0;
}

.lang:hover .lang-list {
    display: block;
}

.lang ul.lang-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 0;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #292929;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

#nav-menu .lang ul.lang-list {
    background-color: #141414;
}

.lang-list li {
    padding: 10px;
    line-height: 1;
}

.lang-list li .lang-icon {
    position: relative;
    z-index: 0;
    padding-left: 35px;
    height: 15px;
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    background: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.lang-list li .lang-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 15px;
    background-color: transparent;
    background-image: url('../images/icons-langs-8.png');
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: .8;
}

.game-languages {
    line-height: 20px;
    text-align: center;
    cursor: default;
}

.game-languages .lang-icon {
    display: inline-block;
    opacity: 1;
}

.game-languages .lang-icon:hover,
.game-languages .lang-icon.current {
    box-shadow: 0 0 20px #ca1e0e;
}

.game-languages .lang-icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 15px;
    background-color: transparent;
    background-image: url('../images/icons-langs-8.png');
    background-repeat: no-repeat;
}

.lang-list li .lang-icon:hover,
.lang-list li .lang-icon.lang-active {
    color: #e71515 !important;
}

.lang-list li .lang-icon:hover::before,
.lang-list li .lang-icon.lang-active::before {
    opacity: 1;
}

.lang-button-ru::before {
    background-position: 0 0;
}

.lang-button-en::before {
    background-position: 0 -15px;
}

.lang-button-de::before {
    background-position: 0 -30px;
}

.lang-button-fr::before {
    background-position: 0 -45px;
}

.lang-button-cs::before {
    background-position: 0 -60px;
}

.lang-button-pl::before {
    background-position: 0 -75px;
}

.lang-button-es::before {
    background-position: 0 -90px;
}

.lang-button-it::before {
    background-position: 0 -105px;
}

.local-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.local-nav a {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .2);
    /*border-radius: 3px;*/
    cursor: inherit;
    opacity: .2;
    position: relative;
    overflow: hidden;
}

.local-nav a.active {
    opacity: 1;
    cursor: pointer;
}

.local-nav a.active:hover {
    background: rgba(0, 0, 0, 1);
}

.local-nav a + a {
    margin-left: 5px;
}

.local-nav a::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.local-nav-prev::before {
    left: 2px;
    border-width: 0 0 2px 2px;
}

.local-nav-next::before {
    right: 2px;
    border-width: 2px 2px 0 0;
}

.play-game {
    position: relative;
    float: right;
    text-align: center;
    padding: 0 60px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
    font-size: 1.55em;
    color: #fff;
    border: none;
    background: #831504;
    background: -moz-linear-gradient(left, #b11607 0%, #58120d 100%);
    background: -webkit-linear-gradient(left, #b11607 0%, #58120d 100%);
    background: linear-gradient(to right, #b11607 0%, #58120d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b11607', endColorstr='#58120d', GradientType=1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

header .play-game {
    height: 60px;
    line-height: 60px;
    z-index: 1;
}

footer .play-game {
    top: -8%;
    right: -30px;
    height: 111%;
    max-width: 550px;
    min-width: 30%;
    font-size: 2.5em;
    text-align: left;
    border: 1px solid #c43600;
}

.play-game.blue {
    text-shadow: none;
    border-color: #2588ad;
    background: #27709c; /* Old browsers */
    background: -moz-linear-gradient(left, #27709c 0%, #1b3c4c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #27709c 0%, #1b3c4c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #27709c 0%, #1b3c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27709c', endColorstr='#1b3c4c', GradientType=1); /* IE6-9 */
}

.play-game.purple {
    top:0;
    height: 100%;
    text-shadow: none;
    font-size: 1.5em;
    border-color: #6e497c;
    background: rgb(101,65,114); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(101,65,114,1) 0%, rgba(69,38,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(101,65,114,1) 0%,rgba(69,38,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(101,65,114,1) 0%,rgba(69,38,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#654172', endColorstr='#45264e',GradientType=1 ); /* IE6-9 */
}

.play-game:hover {
    text-shadow: 0 0 8px #fff;
    background: #e2210b;
    background: -moz-linear-gradient(left, #e2210b 0%, #721a12 100%);
    background: -webkit-linear-gradient(left, #e2210b 0%, #721a12 100%);
    background: linear-gradient(to right, #e2210b 0%, #721a12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2210b', endColorstr='#721a12', GradientType=1);
}

.play-game.blue:hover {
    border-color: #13bcf6;
    background: #0b65a2; /* Old browsers */
    background: -moz-linear-gradient(left, #1085c9 0%, #174b63 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1085c9 0%, #174b63 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1085c9 0%, #174b63 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1085c9', endColorstr='#174b63', GradientType=1); /* IE6-9 */
}

.play-game.purple:hover {
    border-color: #825395;
    background: rgb(119,48,137); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(119,48,137,1) 0%, rgba(68,40,76,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(119,48,137,1) 0%,rgba(68,40,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(119,48,137,1) 0%,rgba(68,40,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#773089', endColorstr='#44284c',GradientType=1 ); /* IE6-9 */
}

.play-game-banner.tank {
    display:block;
    content:"";
    position:absolute;
    right:0;
    top:-266px;
    width: 540px;
    max-width:25%;
    height: 266px;
    background: url('../images/tank.png') no-repeat 100% 100%;
    background-size: contain;
}

.parallelogram {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    display: table;
}

.parallelogram-away {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

footer .wrapper-content {
    overflow: hidden;
    /*font-size: .6em;*/
    font-size: 11px;
    height: 100%;
}

footer, footer a {
    color: #919192;
}

footer .copyrights {
    height: 100%;
}

footer .copyrights .tos {
    padding-right: 20px;
    font-weight: bold;
}

footer .nival-logo {

}

/*.error-500 header .play-game,*/
/*.error-500 header .follow,*/
/*.error-500 header #menu-burger,*/
/*.error-500 header .sidebar {*/
/*display:none;*/
/*}*/
/*.error-500 .page {*/
/*position: inherit;*/
/*}*/
/*.error-500 .page .content { top:0; }*/

.error-500 .page-error {
    /*position: relative;*/
    /*padding-bottom: 240px;*/
    /*top: 0;*/
}

.page-error .video-back {
    position: fixed;
    top: 60px;
    bottom: 90px;
}

#error-info-block {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.old-b3-style .news-content * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fb-comments,
.fb-comments span,
.fb-comments iframe {
    width: 100% !important;
}

.frame-page {
    /*min-width: 670px;*/
    background-color: rgba(23, 23, 23, 0.75);
    margin: 0;
}

/*.mobile .frame-page {*/
/*min-width: inherit;*/
/*}*/

pre {
    border: none;
    color: #ececec;
    background: #121212;
    border-radius: 0;
    box-shadow: inset 0 0 10px #000;
}

.toggle-side {
    display: none;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.toggle-side .catalog-side {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
}

.toggle-side .catalog-side i {
    cursor: pointer;
    width: 80px;
    height: 46px;
    margin-bottom: 10px;
    display: block;
    background: url('../images/flags.png') -84px 0 no-repeat;
}

.toggle-side .catalog-side:last-child {
    margin-right: 0;
}

.toggle-side .catalog-side-ussr i {
    background-position: -84px 0;
}

.toggle-side .catalog-side-axis i {
    background-position: -84px -51px;
}

.toggle-side .catalog-side-allies i {
    background-position: -84px -100px;
}

.toggle-side .catalog-side.current {
    border-bottom: 2px solid #FFF;
}

.catalog-side-container {
    display: none;
}

.catalog-side-container.current {
    display: block;
}

.simple-list {
    margin: 20px 0 0 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.8em;
    color: #ececec;
    padding-left: 20px;
}

.simple-list li {
    margin: 10px 0;
}

#play.content-block {
    text-align: center;
}

.select-faction {
    margin: 50px auto 0;
}

.select-faction a {
    max-width: 33.3333%;
    min-width: 310px;
    text-align: center;
    display: inline-block;
}

.select-faction a img {
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …2 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");*/
    /*-webkit-filter: sepia(1);*/
    /*-webkit-filter: sepia(100%);*/
    /*-moz-filter: sepia(100%);*/
    /*-ms-filter: sepia(100%);*/
    /*-o-filter: sepia(100%);*/
    /*filter: sepia(100%);*/
    position: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0.7;
    display: block;

}

.select-faction a:hover img {
    /*-webkit-filter: none;*/
    /*-moz-filter: none;*/
    /*-ms-filter: none;*/
    /*-o-filter: none;*/
    /*filter: none;*/
    opacity: 1;
}

.page-alone .wrapper-content {
    margin: 0 auto !important;
    padding: 40px 0 60px 0;
}

/* adaptive */

@media (min-width: 768px) {
    .about-head {
        display: block;
    }

    .sidebar .news li {
        height: auto;
        width: auto;
        float: none;
    }

    .video-control {
        right: 40px;
        bottom: 40px;
    }

    .sidebar {
        width: 300px;
    }

    .with-sidebar {
        margin-right: 300px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    #front-sale {

        position: absolute;
        right: -90px;
        top: -30px;
    }

    .sidebar {
        width: 350px;
    }

    .with-sidebar {
        margin-right: 350px;
    }

    .next-slide {
        display: block;
    }
}

@media (min-width: 1441px) {
    /*.video-preview-index {*/
    /*background-image: url("../images/back-5.jpg");*/
    /*}*/
    footer {
        height: 90px;
    }

    .scroll-fixed, .page-error {
        bottom: 90px;
    }

    #slides section, #showcase section, #order section {
        padding-bottom: 90px;
    }

    /*.video-back {*/
    /*bottom: 90px;*/
    /*}*/
    .big-logo-wrapper {
        padding: 12px 20px;
        width: 482px;
    }

    .slogan b {
        font-size: 2.4em;
        padding: 4px 20px;
    }

    #compare-page .cover-edition img {
        width: 150px;
    }

    #press-teasers {
        height: 180px;
    }
}

@media (min-width: 1441px) and (min-height: 850px) {
    #feature-1 .wrapper-content p {
        margin: 0 30px;
    }
}

@media (max-height: 800px) {
    #slides section {
        height: auto !important;
    }
}

@media (max-height: 940px) {
    #slides section h2 {
        margin-top: 30px;
    }

    #slides #feature-1 .image {
        margin: 0 -13%;
    }

    #slides #feature-2 .image {
        margin: -10% -5%;
    }

    .big-text {
        font-size: 1em;
    }
}

@media (max-width: 1750px) {
    .big-tabs {
        margin: 50px 0 20px;
    }

    .base-game .price-block .pl {
        padding-left: 20px;
        padding-right: 0;
    }

    .lang-ru .base-game .price-block .buy-button {
        font-size: 1em;
    }

    .lang-ru .base-game .price-block .price {
        font-size: 1.8em;
    }
}

@media (max-width: 1440px) {
    #page-free .text-plain,
    #slides #free .text-plain {
        font-size: .8em;
    }

    #page-free .content-block {
        border-bottom: none;
    }

    .features li .image {
        margin: 0;
    }

    .map .point {
        font-size: 1em;
    }
}

@media (max-width: 1335px) {
    .lang-ru .buy-breadcrumbs .order-icon {
        display: none;
    }
}

@media (max-width: 1300px) {
    .map .point .popup {
        display: none;
    }

    #slides #feature-3 {
        overflow: hidden;
    }

    .big-tabs, .content-block h2, .big-title, .buy-breadcrumbs {
        margin: 20px 0;
    }

    .buy-button-wrapper {
        min-width: 200px;
    }

    .base-game .price-block {
        font-size: 1.5em;
    }

    #slides section h3 {
        font-size: 2em;
    }

    .price-block .discount-timer .flip-clock-wrapper {
        font-size: 4px;
    }

    header .play-game {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .campaign .page-index .content {
        top: 40px;
    }

    header .play-game {
        display: none;
    }
}

@media (max-width: 1120px) {

    .feature-title {
        font-size: .8em;
    }

    #slides section h2, #slides ul h3, .big-tabs {
        font-size: 1.6em;
    }

    .page-index .content, .page-error .content {
        top: 90px;
    }

    .content-block h2 {
        font-size: 2em;
    }

    .buy-breadcrumbs li span {
        font-size: 1.3em;
    }

    .buy-form-download-key-info-value {
        width: 100%;
    }

    .general-info .info {
        font-size: 0.8em;
    }

    #compare-page table td.sold-out {
        display: none;
    }

    .main-site footer .copyright-text {
        display: none;
    }

    .main-site #nav-footer .copyright-text {
        display: block;
    }

    #feature-3 .wrapper-content {
        margin: 100px 60px;
        width: auto;
    }

    .price-block .motivation {
        margin-top: 0;
        font-size: 1em;
    }

    .buy-form-download-key-info-label {
        float: none;
    }

    .buy-form-download-key-info-action {
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 991px) {
    #page-free .content-block {
        /*background-image: url("../images/back-free-blur.jpg");*/
    }

    #page-free .content-block::before {
        display: block;
        content: " ";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../images/video-gitter.png") rgba(29, 29, 29, .1);
    }

    #slides #free.content-block::before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../images/video-gitter.png") rgba(29, 29, 29, .1);
    }

    #page-free .wrapper-content,
    #slides #free .wrapper-content {
        position: relative;
        bottom: auto;
    }

    #slides #free .wrapper-content {
        margin-top: 40px;
    }

    .map .point span {
        opacity: 0;
        visibility: hidden;
    }

    .map .point:hover span {
        visibility: visible;
    }

    .map .point.right span {
        right: 40px;
        left: auto;
        text-align: right;
    }

    .map .point.right span b {
        left: auto;
        right: 0;
    }

    .lang-ru .buy-breadcrumbs .order-icon {
        display: block;
    }

    #slides section {
        height: auto !important;
    }

    .big-tabs {
        display: none;
    }

    .editions h2.title {
        display: block;
    }

    .editions {
        display: block !important;
    }

    .base-game {
        width: 75%;
    }

    .base-game.with-features {
        margin: 0 auto;
        left: 0;
        float: none;
    }

    .features {
        width: auto;
        float: none;
        left: 0;
    }

    #slides #feature-1 .image, #slides #feature-2 .image {
        margin: 0;
    }

    #slides ul div.image img {
        max-width: 75%;
    }

    .lang-fr .play-game.download {
        font-size: 2em;
    }

    .play-game.upgrade,.play-game-banner.tank {
        display:none;
    }
}

@media (max-width: 860px) {
    .follow {
        display: none;
    }

    .fh-slide .content-block:first-child .wrapper-content.video-front {
        padding-top: 100px;
    }

    .buy-breadcrumbs li {
        display: none;
    }

    .buy-breadcrumbs li::before {
        display: none;
    }

    .buy-breadcrumbs li.enable {
        display: block;
        margin-left: 0;
    }

    .general-info .info {
        font-size: 0.7em;
    }

    .general-info .portrait img {
        width: 120px;
    }

    .general-info .card {
        margin-left: 140px;
    }

    .buy-adaptive-button {
        font-size: .7em;
        padding: 0 20px;
    }

    .main-site footer .legacy {
        display: none;
    }

    .main-site #nav-footer .legacy {
        display: block;
    }

}

@media (max-width: 767px) {
    .lang {
        float: right;
    }

    .page-index .content, .page-error .content {
        top: 40px;
    }

    .page-wrapper {
        overflow: inherit;
    }

    .wrapper-content {
        margin: 0 15px;
    }

    header .wrapper-content {
        margin-left: 90px;
    }

    .sidebar {
        float: none;
        width: 100%;
        position: relative !important;
        top: 0 !important;
    }

    aside.sidebar {
        border-top: 1px solid #000;
        padding-bottom: 0 !important;
    }

    header .sidebar {
        padding-top: 0;
    }

    .with-sidebar {
        margin-right: 0;
    }

    .page-press .wrapper-content {
        padding: 20px 0 0 0;
    }

    .page-error .description {
        font-size: 1.1em;
    }

    .slogan b {
        font-size: 1.4em;
        padding: 2px 10px;
        text-align: center;
    }

    .fixed-back {
        right: 0;
    }

    .fixed-back {
        right: 0;
    }

    .page-press .scroll-fixed {
        position: fixed;
        top: 60px;
        right: 0;
    }

    .page-press .content {
        overflow: hidden;
    }

    .header-play {
        float: right;
    }

    .sidebar li .news-info {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 10px;
        margin: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.15+10,1+90 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.15)), color-stop(90%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    }

    .sidebar .news li + li::before {
        display: none;
    }

    .sidebar li {
        overflow: hidden;
        margin: 0 auto;
        max-height: 200px;
    }

    .sidebar .news li {
        border: 1px solid #000;
    }

    .sidebar .news li .date {
        margin: 10px 20px 5px;
    }

    .sidebar .news li .title {
        margin: 5px 20px;
    }

    .sidebar .aside li {
        float: left;
        width: 50%;
    }

    .sidebar .aside li:nth-child(odd) {
        clear: left;
    }

    .aside-info {
        position: absolute;
        z-index: 2;
        bottom: 20px;
    }

    .aside-image::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    }

    .sidebar li img {
        position: relative;
        z-index: 0;
    }

    .local-nav {
        top: 10px;
        right: 20px;
    }

    .army-catalog .catalog-block table {
        width: 100%;
    }

    .toggle-side {
        display: block;
    }

    .buy-adaptive-button .text {
        display: none;
    }
}

@media (min-width: 400px) and (max-width: 780px) {
    .col-s-12 {
        width: 50%;
    }
}

@media (max-width: 720px) {
    .nav-tabs > li[role] {
        float: none;
        margin: 0;
    }

    .frame-page {
        margin: 0 -10px;
    }

    #paystation {
        border: none;
    }

    body.landing {
        font-size: 12px;
    }

}

@media (max-width: 641px) {
    #slides section h2, .big-tabs, .editions h2.title {
        font-size: 1.8em;
    }

    header > .lang, header > .wrapper-content > .lang {
        display: none;
    }

    #nav-menu .lang {
        float: right;
        display: block;
    }

    .base-game {
        width: 100%;
        padding-left: 0;
    }

    main.content {
        height: auto;
    }

    .order-site footer {
        position: relative;
    }

    footer .copyright-text {
        display: none;
    }

    #nav-footer .copyright-text {
        display: block;
    }

    .buy-form-info {
        width: auto;
        float: none;
    }

    .buy-form-info i.order-icon {
        display: none;
    }

    .buy-form-info p {
        margin-left: 0;
    }

    .with-info {
        width: auto;
    }

    .help-me {
        position: initial;
        text-align: right;
    }

    .buy-form-block {
        padding: 15px 20px;
    }

    .buy-form-signin-types li {
        width: auto;
        padding: 0 10px;
    }

    .shopping-cart-side {
        max-width: 100%;
    }

    .shopping-cart-side .image {
        max-width: 50%;
        margin: 0 auto;
    }

}

@media (max-width: 560px) {
    .sidebar .aside li {
        float: none;
        width: 100%;
    }

    .buy-form-signin-input {
        width: 100%;
    }

    .buy-form-download-key-info-label {
        float: none;
    }

    .features-label {
        float: none;
        padding: 0 0 1em 0;
    }

    .set-social li {
        margin: 0 0 10px 0;
        width: 50%;
    }

    .set-social li + li {
        margin-left: 0;
    }

    .button-social {
        width: 90%;
    }

    .sidebar .header-play {
        display: none;
    }

    /*#nav-menu a.menu-play {*/
    /*display: block;*/
    /*}*/
    #nav-menu .lang:hover {
        background: #141414;
    }

    .base-game .image {
        float: none;
        margin: 0 auto;
    }

    .base-game .price-block {
        clear: left;
        font-size: 1.5em;
        text-align: center;
        margin-left: 0;
        padding-top: 0;
    }

    .base-game .price-block .pl {
        padding-left: 0;
    }

    .buy-button-wrapper {
        overflow: inherit;
        left: 0;
        /*border: none;*/
    }

    .base-game .price-block .buy-button {
        left: 0;
    }

    .play-game {
        font-size: 1.75em !important;
        padding: 0 45px;
    }

    .price-block .discount-timer {
        float: none;
        margin: 20px auto;
    }

    .price-block .discount-timer .flip-clock-wrapper {
        margin: 0 auto;
        width: 250px;
    }

    .code-place {
        margin: 0 auto;
    }

    .price-block .discount-timer, .price-block .motivation {
        height: auto;
        min-height: inherit;
    }
}

@media (max-width: 480px) {
    .preorder-box {
        float: none;
        margin: 0;
        width: auto;
        max-width: none;
    }

    .preorder-box img {
        display: block;
        margin: 0 auto;
        max-width: 50%;
    }

    .preorder-description {
        float: none;
        width: 100%;
    }

    .preorder-description .inner {
        padding-left: 0;
    }

}

@media (max-width: 400px) {
    #nav-main {
        font-size: 1.8em;
    }

    .big-logo-wrapper {
        width: 95%;
        padding: 6px 10px;
    }

    .slogan b {
        font-size: 1.4em;
    }

    #b3-logo {
        background-size: contain;
    }

    #video.content-block {
        padding-top: 50px;
    }

    .buy-form-signin-types li button {
        width: 130px;
    }

    .purchase-content {
        overflow: auto;
    }

    .col-xs-6 {
        width: 100%;
    }

    /*.col-xs-12+.col-xs-12 {*/
    /*margin-top: 60px;*/
    /*}*/
    .army-block {
        border-top: none;
    }

    .fh-slide .content-block:first-child .wrapper-content.video-front {
        padding-top: 40px;
    }

    .text-plain h2 {
        font-size: 1.5em;
    }

    .text-plain h3 {
        font-size: 1.2em;
    }

    .text-plain h4 {
        font-size: 1.1em;
    }

    .text-plain ul li,
    .text-plain ul li a {
        font-size: 1em;
    }

    .general-info .card {
        margin: 0;
        width: 100%;
    }

    .general-info .portrait {
        float: none;
        margin-right: 0;
    }

    .general-info .portrait img {
        width: auto;
    }

    .play-game.download {
        font-size: 1.5em !important;
    }

    .play-game span {
        display: none;
    }
}

@media (min-height: 600px) and (min-width: 768px) {
    #press-teasers {
        display: block;
    }
}

@media (max-height: 400px) {
    #front-sale {
        display: none;
    }
}

@media (max-height: 510px) {
    #front-sale {
        width: 50%;
    }

    #page-free .wrapper-content,
    #slides #free .wrapper-content {
        position: relative;
        bottom: auto;
        padding-bottom: 20px;
    }

    #page-free .scroll-fixed {
        position: relative;
        top: 0;
        margin-bottom: -20px;
    }

    #page-free .content-block {
        border-bottom: none;
    }
}

@media (min-height: 800px) {
    #compare-page table td {
        line-height: 1.7em;
    }
}

/*@media (orientation: landscape) {*/
/*.video-back video, .wrapper-video video {width: 100%;}*/
/*}*/
/*@media (orientation: portrait) {*/
/*.video-back video, .wrapper-video video {height: 100%;}*/
/*}*/

#about .wrapper-content {
    width: 1430px;
    margin: 35px auto 0;
}

.gallery {
    position: relative;
    max-width: 100%;
}

.gallery .preview {
    position: relative;
    padding: 0 5px;
}

.gallery .preview img.spacer {
    position: relative;
    z-index: -1;
}

.gallery .preview .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 5px;
}

.gallery .preview .image::before {
    content: "";
    display: block;
    background: transparent url("../images/icon-zoom.png") no-repeat 50% 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}

.gallery .preview img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}

.gallery .preview iframe {
    display: block;
}

.gallery .control .next,
.gallery .control .prev {
    cursor: pointer;
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    bottom: 50%;
    margin-bottom: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.gallery .control .prev {
    right: auto;
    border-left: none;
    border-right: 10px solid #fff;
    left: -10px;
}

.gallery .thumbs-wrapper {
    position: relative;
}

.gallery .thumbs {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 2px;
}

.gallery .thumbs ul {
    list-style: none;
    padding: 0;
    position: relative;
    white-space: nowrap;
    margin: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery .thumbs li {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
}

.gallery .thumbs li.video {
    position: relative;
}

.gallery .thumbs li.video a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -5px;
}

.gallery .thumbs li a {
    box-sizing: border-box;
    padding: 10px 5px 0;
    width: 100%;
    display: block;
    position: relative;
}

.gallery .thumbs li a img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    position: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery .thumbs li:hover a img,
.gallery .thumbs li.active a img {
    border: 1px solid #fff;
}

.gallery .thumbs li.active a::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel > .slides {
    position: absolute
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0
}

.blueimp-gallery > .slides > .slide-error {
    background: url(../images/error.png) center no-repeat
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .5;
    cursor: pointer;
    display: none;
    background: url("../images/icons-xv.png") no-repeat 0 -160px;
}

.blueimp-gallery > .prev:hover {
    background-position: -40px -160px;
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px;
    background-position: 0 -120px;
}

.blueimp-gallery > .next:hover {
    background-position: -40px -120px;
}

.svg .blueimp-gallery > .prev {
    background: url("../images/icon-left.svg") no-repeat 0 0;
}

.svg .blueimp-gallery > .next {
    background: url("../images/icon-right.svg") no-repeat 0 0;
}

.svg .blueimp-gallery > .prev:hover, .svg .blueimp-gallery > .next:hover {
    background-position: 0 0;
    color: #e71515;
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery > .close {
    right: 15px;
    top: 15px;
    left: auto;
    margin: 0;
    cursor: pointer;
    background: url("../images/icon-x.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.svg .blueimp-gallery > .close {
    background-image: url("../images/icon-x.svg");
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 32px;
    height: 32px;
    background: url(../images/buttons-video.png) no-repeat -32px -64px;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery > .play-pause:hover {
    background-position-y: -96px;
}

.blueimp-gallery-playing > .play-pause:hover {
    background-position-y: -32px;
}

.blueimp-gallery-playing > .play-pause {
    background-position: -32px 0;
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none
}

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../images/error.svg)
}

/*body:last-child .blueimp-gallery-playing > .play-pause {*/
/*background-position: -20px 0*/
/*}*/

* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative
}

.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, .25) center no-repeat;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .indicator {
    display: none
}

.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

* + html .blueimp-gallery > .indicator > li {
    display: inline
}

.loading::before, .slide-loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
}

.loading::after, .slide-loading::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1em 0 0 -1em;
    width: 2em;
    height: 2em;
    -webkit-animation: rotate 0.6s linear infinite;
    -moz-animation: rotate 0.6s linear infinite;
    -ms-animation: rotate 0.6s linear infinite;
    -o-animation: rotate 0.6s linear infinite;
    animation: rotate 0.6s linear infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #545a6a;
    border-bottom-color: #d4d4db;
    border-left-color: #d4d4db;
    content: '';
    opacity: .7;
}

main.loading::before, main.loading::after {
    position: fixed;
}

/* animations */
@keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

/*.tooltip.top .tooltip-arrow {*/
/*border-top-color: #fff;*/
/*}*/

/*.tooltip-inner {*/
/*color: #000;*/
/*background-color: #fff;*/
/*}*/

#canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.landing #canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    opacity: 0;
}

.landing .page {
    padding-bottom: 0;
    margin-bottom: 0;
}

.landing .page-wrapper {
    background-color: #000;
}

.landing .wrapper-content {
    margin: 0 auto !important;
    padding: 0 10px;
    max-width: 1000px;
}

.landing .content .wrapper-content {
    padding: 80px 10px 0 !important;
    overflow: inherit;
}

.landing .content {
    font-size: 1.1em;
}

.landing .slide-1 {
    background: url('../images/content/lp-slide-1.jpg') no-repeat 50% 0;
}

.landing .slide-2 {
    background: url('../images/content/lp-slide-2.jpg') no-repeat 50% 0;
}

.landing .slide-3 {
    background: url('../images/content/lp-slide-3.jpg') no-repeat 50% 0;
}

.landing .slide-4 {
    background: url('../images/content/lp-slide-4.jpg') no-repeat 50% 0;
}

.landing .slide-1 {
    min-height: 1321px !important;
}

.landing .slide-2 {
    min-height: 950px !important;
    padding-top: 50px;
}

.landing .slide-3 {
    min-height: 837px !important;
    padding-top: 100px;
}

.landing .slide-4 {
    min-height: 863px !important;
    padding-top: 110px;
}

.landing {
    text-align: center;
}

.landing h1, .landing h2 {
    margin: 0 auto;
    font-size: 4em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #FFF;
}

.landing h3 {
    margin: 10px auto 20px;
    font-size: 1.7em;
    font-weight: normal;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    display: inline-block;
    color: #e71515;
}

.landing h4 {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.landing .editions h4 {
    padding: 0 15px;
    height: 50px;
}

.landing .editions > .edition {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding: 50px 0 0;
    -moz-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.landing .editions2 > .edition {
    width: 50%;
}

.landing .editions:hover > div,
.landing .editions:active > div {
    opacity: 0.6;
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.landing .editions > div:hover,
.landing .editions > div:active {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    padding: 30px 0;
    -moz-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.landing .editions > div:hover .start-playing,
.landing .editions > div:active .start-playing {
    display: block;
}

.landing .editions .cover {
    position: relative;
}

.landing .editions .cover img {
    width: 200px;
    max-width: 90%;
}

.landing .editions .price {
    font-weight: bold;
}

.landing .editions ul {
    list-style: none;
    padding: 0 20px;
    min-height: 220px;
}

.landing .editions ul > li::before {
    content: "";
    display: block;
    margin: 10px 0 0 0;
    height: 3px;
    width: 18px;
    background-color: #e71515;
    position: absolute;
    left: -25px;
}

.landing .editions ul > li {
    text-align: left;
    margin: 15px 0 15px 25px;
    position: relative;
}

.landing .editions .sold-out .cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url("../images/content/label-sold-out.png") no-repeat 50% 50%;
}

.landing #look .video {
    overflow: hidden;
    width: 100%;
    /*width:853px;*/
    /*max-width: 95%;*/
    height: 480px;
    margin: 50px auto 0;
    position: relative;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

.landing2 #look h2 {
    margin-bottom: 20px;
}

.landing2 #look .video {
    margin: 0;
    height: 300px;
}

.landing #look .video a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/content/icon-play.png") no-repeat 50% 50%;
    text-indent: -1000px;
    display: block;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.landing #look .video a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    background-color: rgba(0, 0, 0, .2);
}

.landing #videoInside {
    position: relative;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.landing #features {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.landing #features h4 {
    font-weight: normal;
    font-size: 1.3em;
}

.landing #features .cover {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border: 5px solid #141414;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 20px #000;
    position: relative;
    z-index: 2;
}

.landing #features .feature {
    cursor: pointer;
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.landing #features .feature:hover .cover {
    /*width: 180px;*/
    /*height: 180px;*/
    border-color: #e71515;
}

.landing #features .cover .cropped {
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: hidden;*/
}

.landing #features .cover .cropped img {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.feature-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 10px #000;
}

.feature-content.active {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    clip: rect(0, 1920px, 1090px, 0) !important;
    z-index: 3;
    opacity: 1;
}

.feature-content img {
    width: 1920px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.feature-content.active img {
    width: 100%;
}

.feature-header {
    position: absolute;
    min-height: 150px;
    padding: 30px;
    background: rgba(0, 0, 0, .5) url(../images/icon-x.png) no-repeat right top;
    background-position: right 20px top 20px;
    width: 100%;
}

.svg .feature-header {
    background-image: url("../images/icon-x.svg");
}

.feature-header p {
    font-size: 1.5em;
}

.landing #intelligence h2 {
    margin-bottom: 50px;
}

.landing #intelligence h4 {
    font-size: 1.2em;
    line-height: 30px;
    text-align: left;
    margin: 0;
}

.landing #intelligence .press-container {
    min-height: 300px;
}

.landing #press {
    background-color: rgba(0, 0, 0, .5);
    padding: 25px;
    min-height: 300px;
    text-shadow: none;
    overflow: hidden;
}

.landing #press .local-nav {
    top: 25px;
    right: 25px;
}

.landing #press h4 {
    margin-top: 0;
    font-size: 1.2em;
    text-align: left;
    line-height: 30px;
}

.landing #intelligence p {
    font-size: 1em;
    padding-top: 15px;
    font-style: normal;
    line-height: 1.8em;
    text-align: left;
}

.landing #press p.quote {
    margin-left: 170px;
    position: relative;
    font-size: 1em;
    padding-top: 15px;
    font-style: normal;
    line-height: 1.8em;
    text-align: left;
}

.landing #press p.quote::before {
    content: "\275e";
    color: rgba(255, 255, 255, .15);
    font-size: 11em;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: -1;
    text-shadow: none;
}

.landing #press p.quote::after {
    content: "\275d";
    color: rgba(255, 255, 255, .15);
    font-size: 11em;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    text-shadow: none;
}

.landing #press .source {
    font-size: 1.2em;
    font-weight: bold;
    float: left;
    width: 150px;
    word-wrap: break-word;
    margin: 20px 20px 0 0;
}

.landing #subscribe {
    text-align: left;
    padding: 25px;
    min-height: 300px;
    position: relative;
}

.landing #subscribe p {
    margin-bottom: 40px;
}

.landing #subscribe .buy-form-signin-input {
    float: left;
    width: auto;
    margin-right: 20px;
}

.landing #subscribe input[type=email] {
    height: 60px;
    line-height: 60px;
    width: 240px;
    margin-top: 5px;
}

.landing #subscribe [type=submit] {
    height: 60px;
    line-height: 60px;
    margin-top: 5px;
}

.landing .soc-others {
    margin-top: 70px;
    text-align: center;
}

.landing #intelligence {
    position: relative;
    padding-bottom: 90px; /* back to top button */
}

.landing #intelligence .soc-others h4 {
    margin-bottom: 20px;
    text-align: center;
}

.landing .soc-others .soc-icon {
    float: none;
    display: inline-block;
    opacity: 1;
}

.landing .up {
    display: block;
    width: 120px;
    height: 70px;
    margin-left: -60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-transform: uppercase;
    background-color: #141414;
    color: #ececec;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    font-size: .8em;
}

.landing .up::before {
    width: 24px;
    height: 24px;
    margin: 20px auto 0;
    position: relative;
    content: "";
    display: block;
    border-style: solid;
    border-width: 5px 0 0 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.landing #footer {
    background-color: #222;
    padding: 40px 10px;
    font-size: .8em;
    color: #b7b7b7;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.landing .nival-logo {
    float: none;
}

.landing .lang {
    float: right;
}

.perspective {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.cube-button, .start-playing.button-disable {
    margin: 20px auto 1px;
    text-align: center;
    width: 250px;
    max-width: 95%;
    height: 42px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative;
}

.start-playing.button-disable {
    color: #fff !important;
    background: #777 !important;
}

.preserve3d .cube-button {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.no-preserve3d .cube-button {
}

.no-preserve3d .default-state,
.no-preserve3d .active-state {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.no-preserve3d .active-state {
    opacity: 0;
}

.no-preserve3d .cube-button:hover .active-state {
    opacity: 1;
}

.cube-button a {
    display: block;
    overflow: hidden;
}

/* The two faces of the cube */
.default-state,
.active-state {
    height: 42px;
}

/* Position the faces */
.preserve3d .default-state {
    -webkit-transform: translateZ(21px);
    -moz-transform: translateZ(21px);
    -o-transform: translateZ(21px);
    -ms-transform: translateZ(21px);
    transform: translateZ(21px);
}

.preserve3d .flip-to-top .active-state {
    -webkit-transform: rotateX(90deg) translateZ(63px);
    -moz-transform: rotateX(90deg) translateZ(63px);
    -o-transform: rotateX(90deg) translateZ(63px);
    -ms-transform: rotateX(90deg) translateZ(63px);
    transform: rotateX(90deg) translateZ(63px);
}

.preserve3d .flip-to-bottom .active-state {
    -webkit-transform: rotateX(-90deg) translateZ(-21px);
    -moz-transform: rotateX(-90deg) translateZ(-21px);
    -o-transform: rotateX(-90deg) translateZ(-21px);
    -ms-transform: rotateX(-90deg) translateZ(-21px);
    transform: rotateX(-90deg) translateZ(-21px);
}

/* Rotate the cube */
.preserve3d .cube-button.flip-to-top:hover {
    -webkit-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    -o-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
}

.preserve3d .cube-button.flip-to-bottom:hover {
    -webkit-transform: rotateX(89deg);
    -moz-transform: rotateX(89deg);
    -o-transform: rotateX(89deg);
    -ms-transform: rotateX(89deg);
    transform: rotateX(89deg);
}

.default-state,
.active-state {
    background: #e71515;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 42px;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    transition: background 250ms ease;
}

.cube-button:hover .default-state {
    background: #e71515;
    color: #fff;
}

.cube-button a:hover {
    background: #fff;
    color: #e71515;
}

.stamp {
    width: 100px;
    height: 100px;
    border-image: url(../images/content/stamp-border.png) 8 round;
    border-width: 8px;
    border-style: solid;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cube-button:hover .ink,
.button-orange:hover .ink {
    background: rgba(255, 108, 0, .1);
}

.button-green:hover .ink {
    background: rgba(0, 125, 82, .1);
}

.button-red:hover .ink {
    background: rgba(125, 2, 0, .1);
}

.aside-image .ink, .local-nav .ink {
    background: rgba(255, 255, 255, .05);
}

.animate-ripple {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.xdebug-error {
    position: relative;
    z-index: 9999;
}

.xdebug-error a {
    color: #0055BB;
}

.mouse {
    position: fixed;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 40px;
    opacity: 0;
    bottom: 100px;
    text-align: center;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.mouse.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    cursor: pointer;
}

.mouse::after {
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: -15px;
    transform-origin: center center;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    -webkit-animation: bounce-light 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite;
    animation: bounce-light 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite;
}

@-webkit-keyframes bounce-light {
    0%, 30%, 60% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15%, 45% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes bounce-light {
    0%, 30%, 60% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15%, 45% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}
