/* reset */
/* main variables */
body {
    margin: 0px;
    padding: 0px;
    font-family: "Yeseva One", Arial, sans-serif;
    background-color: #fff;
    height: 100%;
    line-height: 1;
    position: relative;
    font-size: 1.13rem !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input,
textarea {
    color: #333;
    font-family: "Yeseva One", Arial, sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border: none;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

td {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a,
span,
div,
button {
    outline: none !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="button"],
button {
    -webkit-appearance: none;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after,
.wrapper:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@font-face {
    font-family: "Yeseva One";
    src: url("../fonts/YesevaOne-Regular.eot");
    src: url("../fonts/YesevaOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YesevaOne-Regular.woff2") format("woff2"), url("../fonts/YesevaOne-Regular.woff") format("woff"), url("../fonts/YesevaOne-Regular.ttf") format("truetype"), url("../fonts/YesevaOne-Regular.svg#YesevaOne-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI.eot");
    src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?6dhef4");
    src: url("../fonts/icomoon.eot?6dhef4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6dhef4") format("truetype"), url("../fonts/icomoon.woff?6dhef4") format("woff"), url("../fonts/icomoon.svg?6dhef4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before, .lb-data .lb-close:before {
    content: "\e900";
}

.icon-fb:before {
    content: "\e901";
}

.icon-insta:before {
    content: "\e902";
}

.icon-discord:before {
    content: "\e902";
}

.icon-loop:before, .description__img-content:after {
    content: "\e903";
}

.icon-menu:before {
    content: "\e904";
}

.icon-twtt:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e906";
}

.icon-arrow:before, .lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before, .arrow:before {
    content: "\e907";
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

html.remodal-is-locked .header__nav.fixed {
    padding-right: 18px;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: transparent;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: transparent;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
    background: url(../img/background/main-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-width: 320px;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
}

.header__mobile-box {
    display: none;
    padding-right: 20px;
}

.header__video {
    position: absolute;
    top: 0;
    background: url(../img/background/main-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.header__video-bg {
    position: absolute;
    background: url(../img/background/main-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 0;
}

.header__video-bg.playing {
    opacity: 1;
}

.header__content {
    position: relative;
    z-index: 1;
    max-width: 673px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 0 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__nav {
    padding: 45px 0;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.13rem;
    z-index: 10;
    position: absolute;
    -webkit-animation: fadeNavOut forwards 1s;
    animation: fadeNavOut forwards 1s;
}

.header__nav.fixed {
    padding: 20px 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    color: #930d11;
    -webkit-animation: fadeNavIn forwards 1s;
    animation: fadeNavIn forwards 1s;
}

.header__nav.fixed li a:not(.current):hover {
    color: #000;
}

.header__nav.fixed .mobile-logo {
    display: block;
}

.header__nav .close {
    position: absolute;
    right: 0;
    top: 0;
}

.header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo {
    margin-bottom: 44px;
}

.header .mobile-logo {
    display: none;
    max-width: 143px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.header__brands {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-left: 25px;
}

.header__caption {
    font-size: 1.56rem;
    display: inline-block;
    margin-bottom: 70px;
    padding-left: 4px;
}

.header__caption-tag {
    letter-spacing: 5px;
    color: #c00405;
    margin-left: 8px;
}

.close {
    color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.burger {
    color: #fff;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav .close {
    display: none;
}

.nav__list {
    padding-right: 86px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 756px;
    width: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav__list.scroll-up .nav__link:before {
    right: auto;
    left: 0;
}

.nav__link {
    display: block;
    padding: 8px 22px;
    position: relative;
}

.nav__link.up:before {
    right: 0;
    left: auto;
}

.nav__link.down:before {
    left: 0;
    right: auto;
}

.nav__link:before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #be0506;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav__link:hover {
    color: #c00405;
}

.nav__link.current {
    color: #fff;
}

.nav__link.current:before {
    opacity: 1;
}

.beta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.beta-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 162px;
    height: 40px;
    padding: 2px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    padding-left: 10px;
}

.beta-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/btn-bg.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.beta-btn:after {
    content: "";
    position: absolute;
    background: url(../img/blood-hover.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s, opacity 0.3s;
    -o-transition: all 0.2s, opacity 0.3s;
    transition: all 0.2s, opacity 0.3s;
}

.beta-btn:hover:before {
    opacity: 0.7;
}

.beta-btn:hover:after {
    opacity: 1;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
}

.beta_var-2 .beta-btn:before {
    content: "";
    position: absolute;
    left: -90px;
    top: -65px;
    width: 407px;
    height: 201px;
    background: url(../img/blood-1.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.beta_var-2 .beta-btn:after {
    display: none;
}

.beta_var-2 .beta-btn:hover:before {
    opacity: 1;
    background: url(../img/blood-hover-on.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

@media screen and (max-width: 1400px) {
    .header__nav {
        padding: 20px 0;
    }

    .header__content {
        padding: 80px 0 65px;
    }

    .header .logo {
        max-width: 320px;
        margin-bottom: 30px;
    }

    .header__brands {
        margin-bottom: 40px;
    }

    .header__brand:nth-child(1) img {
        max-width: 131px;
    }

    .header__brand:nth-child(2) img {
        max-width: 45px;
    }

    .header__brand:nth-child(3) img {
        max-width: 143px;
    }
}

@media screen and (min-width: 992px) {
    .header__content .beta.beta_var-2 {
        margin-right: -40px;
    }
}

@media screen and (max-width: 991px) {
    .header__mobile-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .mobile-logo {
        margin-bottom: 0;
        max-width: 143px;
    }

    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        right: 101%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        color: #fff;
        font-size: 18px;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
    }

    .nav.active {
        right: 0;
    }

    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        margin-right: auto;
        max-width: 100%;
    }

    .nav__item {
        width: 100%;
    }

    .nav__link {
        padding: 28px 10px;
        width: 100%;
        text-align: center;
    }

    .nav .close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 15px;
    }

    .nav .close .icon-cancel {
        font-size: 18px;
    }

    .nav .beta {
        display: none;
    }

    .header__nav {
        -webkit-animation: fadeNavOut forwards 0.5s;
        animation: fadeNavOut forwards 0.5s;
    }

    .header__nav.fixed {
        -webkit-animation: fadeNavIn forwards 0.5s;
        animation: fadeNavIn forwards 0.5s;
        background: #000;
    }

    .nav__link {
        padding: 18px 10px;
        width: 100%;
        text-align: center;
    }

    .nav__link.current {
        color: #c00405;
    }

    .nav__link:before {
        display: none;
    }

    .header__brands {
        padding-left: 0;
    }

    .header__brand {
        padding: 0px 10px;
    }

    .header__video-bg {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .header__caption {
        font-size: 1.4rem;
        line-height: 1.6rem;
        text-align: center;
    }

    .header__bottom {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 568px) {
    .header__content {
        padding: 55px 0px 143px;
    }

    .header__mobile-box {
        padding: 0 5px;
    }

    .header .logo {
        margin-bottom: 50px;
        max-width: 290px;
    }

    .header .mobile-logo {
        margin-bottom: 0;
        max-width: 143px;
    }

    .header__brands {
        margin-bottom: 54px;
    }

    .header__brand:nth-child(1) img {
        max-width: 91px;
    }

    .header__brand:nth-child(2) img {
        max-width: 35px;
    }

    .header__brand:nth-child(3) img {
        max-width: 93px;
    }

    .header__bottom {
        padding: 0px 5px;
    }

    .header__nav {
        padding: 38px 0;
    }

    .header__caption {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
        padding-right: 13px;
        margin-bottom: 112px;
    }

    .header__caption-tag {
        letter-spacing: 4px;
    }

    .beta-btn {
        font-size: 18px;
    }

    .beta_var-2:before {
        left: -106px;
        top: -243px;
        width: 420px;
        height: 400px;
    }
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
    background: #000 url(../img/footer-bg.png) no-repeat right bottom;
    -webkit-background-size: auto auto;
    background-size: auto;
    text-align: center;
    width: 100%;
    min-width: 320px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 66px 0px 23px;
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .logo {
    max-width: 423px;
    margin-bottom: 34px;
}

.footer__caption {
    font-size: 25px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 46px;
}

.support{
    color: #1dcaff;
    font-size: 14px;
    font-family: Arial;
}

.footer__social {
    max-width: 898px;
    width: 100%;
    margin-bottom: 40px;
}

.footer__mob-beta {
    display: none;
}

.footer__bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 25px;
}

.footer__bottom .footer__copyrights {
    display: none;
}

.footer__brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 765px;
}

.footer__brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
}

.footer__brand:nth-of-type(2) img {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

@media (max-width: 767px) {
    .footer__brand:nth-of-type(2) img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.footer__link {
    font-size: 1rem;
    color: #c00405;
}

.footer__link:hover {
    color: #fff;
}

.footer__links {
    display: none;
}

.footer__copyrights {
    color: #c00405;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25rem;
    max-width: 220px;
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social__item {
    display: block;
    color: #930d11;
    font-size: 66px;
    position: relative;
    z-index: 2;
}

.social__item:hover {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .footer__brand {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer__social .beta {
        display: none;
    }

    .footer__mob-beta {
        display: block;
        padding: 15px 0px 90px;
    }

    .footer__mob-beta:before {
        top: -235px;
    }

    .social {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .social__item {
        font-size: 34px;
    }
}

@media screen and (max-width: 568px) {
    .footer {
        padding: 50px 0px 20px;
    }

    .footer .beta-btn {
        padding-right: 7px;
    }

    .footer__content {
        padding: 0px 5px;
    }

    .footer .logo {
        max-width: 230px;
        margin-bottom: 46px;
    }

    .footer__caption {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 19px;
    }
    .support{
        font-size: 19px;
        color: #2F95DE;
    }

    .social {
        margin-bottom: 40px;
    }

    .footer__brands {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .footer__links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-top: 17px;
    }

    .footer__link {
        font-size: 16px;
        font-family: "Yeseva One";
        font-weight: 600;
    }

    .footer__brand {
        padding-top: 26px;
        max-width: 194px;
    }

    .footer__brand:nth-child(2) {
        max-width: 85px;
    }

    .footer__brand:last-child {
        max-width: 104px;
        padding-top: 20px;
        margin-right: 7px;
    }

    .footer__mob-beta {
        padding: 15px 0px 33px;
    }

    .footer__mob-beta:before {
        top: -232px;
    }

    .footer__bottom .footer__link {
        display: none;
    }

    .footer__bottom .footer__copyrights {
        display: block;
        padding-top: 8px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .footer__copyrights {
        display: none;
    }
}

.main-wrapper {
    padding: 0 0 0 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
}

.wrapper {
    min-width: 320px;
    max-width: calc(1140px + 20px * 2);
    padding: 0 20px 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* titles */
p {
    font-size: 1.13rem;
    line-height: 1.75rem;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    font-family: "Yeseva One", sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 32px;
    line-height: 37px;
    font-family: "Yeseva One", sans-serif;
    font-weight: 400;
}

h3 {
    font-size: 4.06rem;
    line-height: 4.35rem;
    font-family: "Yeseva One", sans-serif;
    font-weight: 400;
    letter-spacing: 5.2px;
    text-align: center;
}

h4 {
    font-size: 1.88rem;
    line-height: 2.1rem;
    font-family: "Yeseva One", sans-serif;
    font-weight: 400;
    color: #930d11;
}

/* text position */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.nowrap {
    white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
    visibility: hidden;
}

.scrollDisabled {
    overflow: hidden;
    position: fixed !important;
    margin-top: 0;
    width: 100%;
    z-index: 0;
    padding-right: 17px;
}

.scrollDisabled .ios {
    padding-right: 0;
}

.icon-load {
    background: url(../img/loader.gif) no-repeat left top;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-left: -20px;
    display: none;
}

.loaded .icon-load {
    display: block;
}

.radio {
    width: 17px;
    position: absolute;
    left: 0;
    top: calc(50% - 8.5px);
    height: 17px;
    background: transparent;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.radio:checked + .radio-name {
    color: #c00405;
}

.radio:checked + .radio-name:before {
    background: #c00405;
}

.radio-group {
    padding: 5px 0;
}

.radio-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.radio-box:not(:last-child) {
    margin-right: 21px;
}

.radio-name {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 28px;
}

.radio-name:before {
    content: "";
    position: absolute;
    width: 17px;
    left: 0;
    top: calc(50% - 8.5px);
    height: 17px;
    background: #313131;
}

.btn {
    background: #c00405;
    color: #fff;
    height: 40px;
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 3px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn:hover {
    background: #930d11;
}

.input {
    max-width: 100%;
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 2px 1.25rem 5px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #313131;
}

.input-label {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 9px;
    display: block;
}

.remodal {
    background: #1a1a1a;
    padding: 50px 10px;
    width: 100%;
    max-width: 1053px;
}

.remodal_sm {
    max-width: 600px;
    padding: 40px 10px;
}

.remodal-close {
    left: auto;
    right: 0;
}

.remodal-close:hover {
    color: #c00405;
}

.remodal__content {
    max-width: 625px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #fff;
}

.remodal-title {
    padding-bottom: 25px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #c00405;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: "Yeseva One", sans-serif;
}

.remodal-title:after {
    content: "";
    position: absolute;
    width: 110px;
    background: #fff;
    height: 2px;
    right: calc(50% - 55px);
    bottom: -1px;
}

.remodal-caption {
    text-align: center;
    font-size: 25px;
    line-height: 34px;
}

.remodal-form__content {
    padding: 40px 0px 33px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.remodal-form__inputs-group {
    text-align: left;
}

.remodal-form__inputs-group:not(:last-child) {
    margin-bottom: 47px;
}

.remodal-form__terms-link {
    opacity: 0.1;
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px solid;
}

.remodal-form__terms-link:hover {
    opacity: 0.5;
}

.remodal__btns {
    padding: 20px 0;
}

.remodal-btn {
    max-width: 100%;
    display: inline-block;
}

.remodal-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 400px;
    padding: 5.25rem 0 5rem;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 35px;
    line-height: 45px;
}

.lb-outerContainer {
    background: transparent;
}

.lightbox .lb-image {
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.lightbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lb-data .lb-close {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.lb-data .lb-close:before {
    font-family: "icomoon";
    font-weight: 800;
    font-size: 12px;
    line-height: 12px;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    top: calc(50% - 15px);
    left: 110%;
    opacity: 0.5;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
    opacity: 1;
    color: #c00405;
}

.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: "icomoon";
}

.lb-nav a.lb-prev {
    left: auto;
    right: 110%;
}

.lb-nav a.lb-prev:before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
    min-width: 320px;
    text-align: left;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    background: #fff;
}

.about {
    padding: 8.35rem 0 3.25rem;
    background: url(../img/background/zombie.jpg) no-repeat calc(100% - 123px) 128px, url(../img/background/airoplane.jpg) no-repeat left 77px;
    -webkit-background-size: auto calc(100% - 95px), auto calc(100% + 63px);
    background-size: auto calc(100% - 95px), auto calc(100% + 63px);
    position: relative;
}

.about:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
    background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.about__content, .zombies__content {
    padding: 52px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stories {
    background: url(../img/background/stories-bg.jpg) no-repeat 60px 97px;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 5.4rem 0px 1.25rem;
}

.stories__content {
    padding: 26px 0;
}

.stories__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -15px;
}

.stories__box:not(:last-child) {
    margin-bottom: 70px;
}

.stories__box:first-child .description__caption {
    font-size: 20px;
    max-width: 492px;
}

.stories__box_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.stories__box .video-img {
    padding: 0px 15px;
}

.stories__box .video-img .media__slide-content-video {
    overflow: hidden;
    margin-bottom: 0;
}

.stories__box .video-img .media__slide-content-video img {
    max-width: none;
}

.stories__box .description {
    padding: 0px 15px;
}

.video {
    width: 100%;
    height: 377px;
    background: none;
    position: relative;
    z-index: 2;
    background-color: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-picture {
    background: transparent;
    background-color: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.video-picture:hover > .video-play {
    background: #930d11;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.video-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.video-img .media__slide-content-video {
    z-index: 2;
}

.video-img .media__slide-content-video::before {
    opacity: 1;
    width: 79px;
    height: 79px;
}

.video-img_var-2, .video-img_var-3 {
    position: relative;
    padding-right: 10px;
    padding-top: 5px;
}

.video-img_var-2 .video-picture, .video-img_var-3 .video-picture {
    height: 555px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url("../img/video-poster.png");
}

.video-img_var-2:before, .video-img_var-3:before {
    content: "";
    width: 94%;
    height: 94%;
    position: absolute;
    left: -37px;
    top: 45px;
    border: 5px solid #000;
    z-index: 1;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}

.video-img_var-2:after, .video-img_var-3:after {
    content: "";
    position: absolute;
    bottom: -355px;
    left: -237px;
    background: url(../img/blood-2.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 637px;
    height: 678px;
}

.video-img_var-2 .video-play, .video-img_var-3 .video-play {
    left: calc(50% - 61px);
    top: calc(50% - 42px);
    width: 78px;
    height: 78px;
}

.video-img_var-2 .video-description, .video-img_var-3 .video-description {
    top: calc(50% + 63px);
    padding: 2px 36px 0 24px;
}

.video-img_var-3:before {
    width: calc(100% - 21px);
    height: 372px;
    left: 1%;
    top: 5%;
    -webkit-transform: rotate(8.5deg);
    -ms-transform: rotate(8.5deg);
    transform: rotate(8.5deg);
}

.video-img_var-3:after {
    background: url(../img/blood-3.png) no-repeat center;
    bottom: -60%;
    left: -4%;
    width: 400px;
    height: 400px;
}

.video-img_var-3 .video-picture {
    width: 100%;
    height: 381px;
    background-image: inherit;
    background-image: url("../img/video-poster-4.jpg");
}

.video-img_var-3 .video-play {
    left: calc(50% - 43px);
}

.video-img:hover .video-play {
    opacity: 1;
}

.video-img.playing .video-play {
    background: transparent;
    border-color: #fff;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s, opacity 1s 0.2s;
    -o-transition: all 0.2s, opacity 1s 0.2s;
    transition: all 0.2s, opacity 1s 0.2s;
}

.video-img.playing .video-play img {
    display: none;
}

.video-img.playing .video-play:before {
    content: "";
    width: 5px;
    height: 20px;
    background: #fff;
    opacity: 0.8;
    margin: 0px 2px;
}

.video-img.playing .video-play:after {
    content: "";
    width: 5px;
    height: 20px;
    background: #fff;
    opacity: 0.8;
    margin: 0px 2px;
}

.video-img.playing:hover .video-play {
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 0.2s, opacity 1s 0.2s;
    -o-transition: all 0.2s, opacity 1s 0.2s;
    transition: all 0.2s, opacity 1s 0.2s;
}

.video-play {
    position: absolute;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    left: calc(50% - 37px);
    top: calc(50% - 37px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.video-play img {
    width: 100%;
}

.video-description {
    font-size: 20px;
    position: absolute;
    top: calc(50% + 67px);
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0px 40px;
    z-index: 3;
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.missing .media__slide-content-video {
    pointer-events: none;
}

.missing .media__slide-content-video:before {
    display: none;
}

.caption {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.13rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 40px;
}

.caption.mob {
    display: none;
}

.description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.13rem;
    line-height: 1.75rem;
    padding-left: 15px;
}

.description__title {
    margin-bottom: 30px;
}

.description__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.description__info-title {
    font-size: 2.81rem;
    line-height: 2.13rem;
    margin-bottom: 1.2rem;
}

.description__info-title.mob {
    display: none;
}

.description__text.mob {
    display: none;
}

.description__text p {
    margin-bottom: 1.85rem;
    max-width: 535px;
}

.description__caption {
    min-height: 100px;
    margin-bottom: 7px;
    font-size: 18px;
}

.description__imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.description__img {
    overflow: hidden;
    max-width: 31%;
}

.description__img-content {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 216px;
    min-width: 164px;
    overflow: hidden;
}

.description__img-content img {
    max-width: none;
    height: 100%;
}

.description__img-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.description__img-content:after {
    font-family: "icomoon";
    position: absolute;
    width: 54px;
    height: 54px;
    font-size: 54px;
    color: #fff;
    left: calc(50% - 25px);
    top: calc(50% - 15px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.description__img-content:hover:before {
    opacity: 0.5;
}

.description__img-content:hover:after {
    opacity: 1;
}

.zombies {
    padding: 5.39rem 0px 5.88rem;
    background: url(../img/background/zombie-bg-2.jpg) no-repeat right top, url(../img/background/zombie-bg-1.jpg) no-repeat 4px 31px;
    -webkit-background-size: 75% auto, auto;
    background-size: 75% auto, auto;
}

.zombies .media__slide-content-video {
    margin-bottom: 0;
}

.classes {
    padding: 29px 0px 50px;
    background: url(../img/classes-bg.png) no-repeat 102% -27px;
}

.classes .title {
    margin-right: -43%;
    letter-spacing: 4px;
}

.classes__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 39px 0 5.94rem;
}

.classes__img {
    position: absolute;
    top: -94px;
    left: -112px;
    height: 638px;
    width: auto;
    max-width: inherit;
}

.classes__img-block {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: 25.5rem;
    position: relative;
}

.classes__sliders {
    background: url(../img/guns.png) no-repeat 72% 156%;
}

.classes__slider {
    margin: 0px -15px;
}

.classes__slider-arrows {
    margin-bottom: 7px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.classes__slide {
    padding: 10px 15px;
}

.classes__slide-img {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 400px;
    margin-bottom: 14px;
    overflow: hidden;
}

.classes__slide-img:hover {
    -webkit-box-shadow: 0 7px 13px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 13px 2px rgba(0, 0, 0, 0.5);
}

.classes__slide-type {
    font-size: 16px;
    color: #930d11;
    display: inline;
}

.classes__slide-name {
    font-size: 18px;
    display: inline;
}

.classes__slide-name:hover {
    color: #c00405;
}

.media {
    background: url(../img/media-bg.png) no-repeat calc(100% - -22px) -65px;
    -webkit-background-size: 102% 102%;
    background-size: 102%;
    padding: 4.31rem 0 6.31rem;
}

.media .title {
    letter-spacing: 0;
}

.media__slider {
    margin: 0px -15px;
    padding: 32px 0px 40px;
}

.media__slide {
    padding: 15px;
}

.media__slide-content {
    overflow: hidden;
}

.media__slide-content-video {
    margin-bottom: 60px;
    display: block;
    position: relative;
}

/*.media__slide-content-video img {*/
/*    max-width: none;*/
/*}*/


.media__slide-content-video::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background-image: url(../img/play-btn.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.media__slide-content-video:hover::before {
    opacity: 1;
    background-color: #930d11;
}

.media__slide-content-video_img::before {
    display: none;
}

.media__slide-content-video_img:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/loup.png);
    width: 45px;
    height: 45px;
    background-position: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.media__slide-content-video_img:hover:after {
    opacity: 1;
}

.media__slide .video-picture {
    height: 194px;
    width: 100%;
}

.media__slide .video-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 0;
}

.media__slide .video-img:not(:last-child) {
    margin-bottom: 60px;
}

.media__slide .video-play {
    opacity: 0;
    width: 46px;
    height: 46px;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
}

.media .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.media .slick-dots li {
    background: #930d11 center;
    -webkit-background-size: 7px 7px;
    background-size: 7px 7px;
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0 20px;
}

.media .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
    background: transparent;
    -webkit-box-shadow: 0 0 0 2px #930d11;
    box-shadow: 0 0 0 2px #930d11;
    margin: 0 17px;
}

.media .slick-dots button {
    opacity: 0;
    display: none;
    width: 0;
    height: 0;
    background: none;
}

.arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.arrow {
    width: 22px;
    height: 35px;
    color: #000;
    opacity: 0.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
    cursor: pointer;
}

.arrow:not(:last-child) {
    margin-right: 38px;
}

.arrow:before {
    font-family: "icomoon";
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.arrow:hover {
    color: #c00405;
    opacity: 1;
}

.arrow_prev:before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.parallax-item {
    position: absolute;
    z-index: 1;
}

.parallax-item:nth-child(1) {
    left: 0;
    top: 10%;
}

.parallax-item:nth-child(2) {
    right: 0;
    top: 15%;
}

.parallax-item:nth-child(3) {
    left: 0;
    top: 40%;
}

.parallax-item:nth-child(4) {
    right: 0;
    top: 41%;
}

.parallax-item:nth-child(5) {
    right: 0;
    top: 52%;
}

.lightbox .lb-nav a.lb-prev {
    right: auto;
}

.lightbox .lb-nav a.lb-next {
    left: auto;
}

@media screen and (max-width: 1200px) {
    .classes__img {
        position: static;
        height: auto;
        width: 100%;
        left: 0;
    }

    .classes .title {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .remodal {
        max-width: 760px;
    }

    html {
        font-size: 15px;
    }

    .scrollDisabled {
        padding-right: 0;
    }

    .video-img_var-2:before, .video-img_var-3:before,
    .video-img_var-3:before {
        display: none;
    }

    .video-img_var-2:after, .video-img_var-3:after,
    .video-img_var-3:after {
        display: none;
    }

    h3 {
        font-size: 2.8rem;
        line-height: 2.4rem;
        letter-spacing: 2.56px;
    }

    .about,
    .stories,
    .classes {
        padding: 5rem 0 0;
    }

    .stories__box .video-picture {
        min-height: 390px;
    }

    .zombies {
        background: url(../img/zombie_bg-mob.png) no-repeat calc(100% + 130px) calc(100% + 30px);
    }

    .stories__box {
        display: block;
    }

    .about__content, .zombies__content,
    .zombies__content,
    .classes__box {
        display: block;
        padding: 20px 0;
    }

    .about {
        background: url(../img/background/airoplane.jpg) no-repeat -20px 77px;
        -webkit-background-size: auto calc(100% - 63px);
        background-size: auto calc(100% - 63px);
    }

    .video-img_var-2, .video-img_var-3,
    .video-img_var-3 {
        margin-bottom: 30px;
    }

    .classes {
        background: url(../img/classes-bg.png) no-repeat 86% -27px;
    }

    .classes__img-block {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        min-height: 0;
    }

    .video-img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .description {
        max-width: 100%;
    }

    .description__title {
        margin-bottom: 20px;
    }

    .description__text p {
        max-width: 100%;
    }

    .description__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px 0;
    }

    .description__box:not(:last-child) {
        margin-bottom: 50px;
    }

    .description__caption {
        min-height: 0;
    }

    .description__imgs {
        margin-bottom: 30px;
    }

    .description__info-title {
        display: none;
    }

    .description__info-title.mob {
        display: block;
        padding: 0px 15px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .parallax {
        display: none;
    }

    .remodal {
        margin-bottom: 0;
    }

    .remodal-wrapper {
        padding: 0;
    }

    .remodal-title {
        font-size: 30px;
        line-height: 24px;
    }

    .remodal-caption {
        font-size: 16px;
        line-height: 24px;
    }

    .remodal-form__content {
        padding: 30px 0;
    }

    .radio-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .radio-box:not(:last-child) {
        margin-bottom: 23px;
    }

    .footer__brand {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .remodal .video {
        height: auto;
    }

    .wrapper {
        padding: 0px 15px;
    }

    .video-img_var-2 .video-play, .video-img_var-3 .video-play,
    .video-img_var-3 .video-play,
    .video-play {
        width: 79px;
        height: 79px;
        left: calc(50% - 40px);
        top: calc(50% - 53px);
    }

    .video-img_var-3 .video-play {
        top: calc(50% - 21px);
    }

    .video-img_var-2, .video-img_var-3,
    .video-img_var-3,
    .video-img_var-3 {
        padding: 0;
    }

    .video-img_var-2 .video-picture, .video-img_var-3 .video-picture {
        height: 368px;
        -webkit-background-size: cover;
        background-size: cover;
        background-image: url(../img/vid_mob-var-2.jpg);
    }

    .video-img_var-3 .video-picture {
        background-image: url(../img/poster_var-3-mob.jpg);
    }

    .description__title {
        font-size: 25px;
        line-height: 28px;
    }

    .description__imgs {
        margin: 0px -10px 30px;
    }

    .description__img {
        padding: 0px 10px;
    }

    .stories__box {
        margin: 0;
    }

    .stories__box .video-img {
        padding: 0;
    }

    .stories__box .description {
        padding: 0;
    }

    .slider-block {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 568px) {
    .wrapper {
        padding: 0px 10px;
        position: relative;
        z-index: 2;
    }

    .content .wrapper {
        padding: 0;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    h3 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 2.56px;
        padding: 0px 7px;
    }

    .about,
    .stories,
    .classes {
        padding: 85px 0 0;
    }

    .about {
        position: relative;
        background: none;
    }

    .about:after {
        content: "";
        position: absolute;
        top: 576px;
        left: 0;
        height: 500px;
        width: 100%;
        background: url(../img/about-mob-blood.png) no-repeat center;
        z-index: 1;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .about:before {
        content: "";
        position: absolute;
        right: -152px;
        top: calc(70%);
        width: 324px;
        height: 534px;
        background: url(../img/zombie.png) no-repeat center/contain;
    }

    .stories {
        background: url(../img/stories-bg-1.png) no-repeat -97px 47%, url(../img/stories-bg-2.png) no-repeat center 20%;
        -webkit-background-size: 250px 382px, auto;
        background-size: 250px 382px, auto;
    }

    .about__content, .zombies__content,
    .zombies__content,
    .zombies__content,
    .classes__box {
        padding: 25px 0;
    }

    .description__box {
        padding: 15px;
    }

    .stories__box:first-child .description__info-title.mob {
        font-size: 40px;
        padding: 0 13px;
        margin-bottom: 17px;
    }

    .stories__box:first-child .description__box {
        padding: 20px 15px;
    }

    .stories__box:first-child .description__img-content {
        width: 165px;
        height: 150px;
    }

    .stories__box:first-child .description__caption {
        font-size: 20px;
        line-height: 28px;
    }

    .description__caption {
        font-size: 18px;
        line-height: 28px;
    }

    .description__caption .mb-dn {
        display: none;
    }

    .description__info-title.mob {
        display: block;
        padding: 0px 15px;
        margin-bottom: 16px;
        font-size: 35px;
    }

    .description__img-content {
        width: 161px;
        height: 148px;
    }

    .stories__box:not(:last-child) {
        margin-bottom: 45px;
    }

    .stories__box:not(:first-child):not(:last-child) {
        margin-bottom: 49px;
    }

    .video-img_var-2 .video-description, .video-img_var-3 .video-description {
        max-width: 242px;
        padding: 2px 10px;
        left: calc(50% - 121px);
        top: calc(50% + 61px);
        line-height: 24px;
        width: 100%;
    }

    .video-img_var-2, .video-img_var-3 {
        margin-bottom: 25px;
    }

    .video-img_var-3 {
        margin-bottom: 21px;
    }

    .video-img_var-3 .video-picture {
        height: 382px;
    }

    .description__title {
        margin-bottom: 17px;
    }

    .description__text {
        padding-right: 25px;
    }

    .description__text.desc {
        display: none;
    }

    .description__text.mob {
        display: block;
    }

    .description__text p {
        margin-bottom: 0;
    }

    .description__text p:not(:first-child) {
        display: none;
    }

    .description__imgs {
        margin: 0px -15px 23px;
    }

    .description__imgs .slick-arrow {
        display: none !important;
    }

    .description__img {
        padding: 0px 15px;
    }

    .stories {
        padding: 50px 0 0;
    }

    .stories__content {
        padding: 16px 0;
    }

    .zombies {
        padding: 40px 0 0;
        background: none;
        position: relative;
    }

    .zombies:before {
        content: "";
        position: absolute;
        width: 253px;
        height: 362px;
        bottom: -138px;
        right: -124px;
        background: url(../img/zombie_bg-mob.png) no-repeat center;
    }

    .zombies h3 {
        letter-spacing: 0;
        font-size: 31px;
    }

    .zombies__content {
        padding: 20px 0;
    }

    .caption {
        display: none;
    }

    .caption.mob {
        display: block;
        text-align: left;
        padding: 0px 15px;
        margin-bottom: 72px;
    }

    .arrows {
        padding: 0px 15px;
    }

    .arrow {
        width: 8px;
        height: 14px;
        font-size: 14px;
    }

    .arrow:not(:last-child) {
        margin-right: 20px;
    }

    .classes {
        padding: 55px 0px 0;
        background-position: center;
    }

    .classes .title {
        font-size: 32px;
        line-height: 37px;
        letter-spacing: 1.92px;
        position: relative;
        z-index: 2;
    }

    .classes__slider {
        margin: 0;
    }

    .classes__img-block {
        width: auto;
        margin: 0px -12px 5px;
    }

    .classes__slide-img {
        max-width: 100%;
    }

    .classes__box {
        padding: 0;
        margin-bottom: 4px;
    }

    .classes__img {
        position: relative;
        top: -16px;
        left: -3px;
        height: 326px;
        width: auto;
    }

    .slider-block {
        padding: 13px 0 2px;
        margin-bottom: 0;
    }

    .classes__slide-img {
        margin-bottom: 15px;
    }

    .media {
        padding: 69px 0 0;
        background-position: center top;
        -webkit-background-size: auto 80%;
        background-size: auto 80%;
    }

    .media__slider {
        margin: 0;
        padding: 8px 0px 91px;
    }

    .media__slide .video-picture {
        width: 263px;
        height: 194px;
    }

    .media .slick-dots {
        margin-top: 15px;
    }

    .media .slick-dots li {
        margin: 0px 7px;
    }

    .media .slick-dots li.slick-active {
        margin: 0px 4px;
    }
}

@media screen and (max-width: 424px) {
    .social {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes showHint {
    0% {
        z-index: 2;
        visibility: visible;
    }
    50% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    to {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
}

@keyframes showHint {
    0% {
        z-index: 2;
        visibility: visible;
    }
    50% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    to {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeNavIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeNavIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeNavOut {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeNavOut {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*# sourceMappingURL=style.css.map */
