@import 'plugins/animate.css';

@import 'plugins/slick.css';

@import 'plugins/CustomScrollbar.css';

@import 'plugins/iziToast.min.css';

@import 'plugins/jquery.fancybox.min.css';

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;

    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

textarea {
    overflow-x: hidden;
    overflow-y: hidden;

    resize: none;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

:focus {
    outline: 0;
}

table {
    border-spacing: 0;

    border-collapse: collapse;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.column {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.colmn-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.baseline {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.center-t {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    text-align: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.center-c {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.self-middle {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.self-bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.static {
    flex: 0 0 auto;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}

.wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.auto__width {
    max-width: 100%;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
}

.end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.not {
    flex: 0 0 auto;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}

.f__row {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;

    margin-right: -25px;
    margin-left: -25px;

    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
}

.f__col {
    padding-right: 25px;
    padding-left: 25px;
}

.f-dash__container {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.f__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

input[type='checkbox'],
input[type='radio'] {
    display: none;
}

.label__checkbox_disabled:hover {
    cursor: not-allowed !important;
}

.label__checkbox_disabled:hover i {
    cursor: not-allowed;

    border-color: #f2f2f2 !important;
}

.label__checkbox_disabled i {
    border-color: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
}

.label__checkbox,
.label__radio,
.label__switch {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 8px 0 0 0;

    cursor: pointer;

    color: #f9f2e9;

    font-size: 12px;
    line-height: 20px;

    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.label__switch i {
    position: relative;

    display: block;

    width: 40px;
    height: 20px;
    margin-right: 10px;

    cursor: pointer;

    border: 1px solid #ececec;
    background: #ececec;
}

.label__switch i::after {
    display: block;

    width: 18px;
    height: 18px;

    content: " ";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    background: #1ab06f;
}

.label__radio i {
    position: relative;

    display: block;

    width: 17px;
    height: 17px;
    margin-right: 13px;

    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    border: 1px solid #ececec;
    border-radius: 50%;
    background: transparent;
}

.label__radio i::after {
    display: block;
    display: none;

    width: 5px;
    height: 5px;
    margin: 5px;

    content: "";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    border-radius: 50%;
    background: #dcc842;
}

.label__checkbox i {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 18px;
    height: 18px;
    margin-right: 10px;

    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    border: 1px solid #cacaca;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #f8f8f8, #fff);
    background: -moz-linear-gradient(top, #f8f8f8, #fff);
    background: -o-linear-gradient(top, #f8f8f8, #fff);
    background: -ms-linear-gradient(top, #f8f8f8, #fff);
    background: linear-gradient(to bottom, #f8f8f8, #fff);
}

.label__checkbox i::after {
    position: relative;
    top: 2px;
    left: 5px;

    display: block;

    width: 5px;
    height: 8px;
    margin-top: -20px;

    content: "";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 0;
    border-right: 1px solid #402f65;
    border-bottom: 1px solid #402f65;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.label__checkbox:hover i,
.label__radio:hover i {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    border-color: #561238;
}

.label__checkbox .input__checkbox:checked + i {
    border-color: #402f65;
}

.label__checkbox .input__checkbox:checked + i::after {
    margin-top: 0px;

    content: " ";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.label__radio .input__radio:checked + i {
    background: #1ab06f;
}

.label__radio .input__radio:checked + i::after {
    display: block;

    content: " ";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.label__radio .input__radio:checked + i::before {
    display: block;

    content: " ";
}

.label__switch .input__switch:checked + i::after {
    margin-top: 0px;
    margin-left: 20px;

    content: " ";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    position: relative;

    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.white {
    color: #fff;
}

.blue {
    color: #00548f;
}

.red {
    color: #d62121;
}

.green {
    color: #1ab06f;
}

.yellow {
    color: #dcc842;
}

.pink {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #402f65;
}

.pink:hover {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    text-decoration: none;

    color: #90174b;
}

.jsHidden {
    display: none;
}

.jsVisible {
    display: block;
}

.jsContFlex.jsDisplayFlex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.jsContFlex {
    display: none !important;
}

.jsTabDash,
.jsTab {
    cursor: pointer;
}

.jsCont,
.jsContDash {
    display: none;
}

.jsCont.jsActive,
.jsCont2.jsActive,
.jsContDash.jsActive {
    display: block;
}

.jsNone {
    display: none;
}

.jsToggle.jsActive .jsFade {
    display: block;
}

.btn_loader {
    color: transparent !important;
    background-image: url("../images/loader/loader.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.btn_loader:hover::before {
    display: none;

    content: " ";
}

.btn_tr.btn_loader {
    background-image: url("../images/loader/loader2.svg");
}

input[type='text']:read-only {
    color: #f9f2e9;
    border: 1px solid #e7e6e6;
    background: #e7e6e6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type='text']:read-only:focus {
    color: #f9f2e9;
    border-color: #e7e6e6;
}

input[readonly] {
    color: #f9f2e9;
    border: 1px solid #e7e6e6;
    background: #e7e6e6;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[readonly]:focus {
    color: #f9f2e9;
    border-color: #e7e6e6;
}

input[type='button']:disabled,
input[type='checkbox']:disabled,
select:disabled {
    cursor: not-allowed;

    color: #6a6969;
    border: 1px solid #d1d1d1;
    background: #e7e6e6;
}

input[type='text']:disabled,
input[type='submit']:disabled,
.select_disabled,
.btn_disabled {
    cursor: not-allowed;

    color: #6a6969;
    border: 1px solid #d1d1d1;
    background: #e7e6e6;
}

.btn_disabled:hover {
    cursor: not-allowed !important;

    color: #6a6969 !important;
    border: 1px solid #d1d1d1 !important;
    background: #e7e6e6 !important;
}

.input_error input {
    color: #d62121 !important;
    border-color: #d62121 !important;
}

.input_error span {
    padding-top: 3px;
    padding-left: 20px;

    color: #d62121;

    font-size: 12px;
}

.input_success input {
    color: #1ab06f !important;
    border-color: #1ab06f !important;
}

.input_success span {
    padding-top: 3px;
    padding-left: 20px;

    color: #1ab06f;

    font-size: 12px;
}

input[type='text'],
textarea,
select {
    border-radius: 0px;

    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea {
    margin: 0px;
    padding: 10px 10px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #aeadad;
    border: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background: #fff;

    font-family: 'spacemono-regular-webfont';
    font-size: 12px;
}

input:focus,
textarea:focus {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #0d0d0f;
    border-color: #561238;
}

select {
    margin: 0;
    padding: 10px 10px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #aeadad;
    border: 1px solid #fff;
    background: #fff;

    font-family: 'spacemono-regular-webfont';
    font-size: 12px;
}

select:focus {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #0d0d0f;
    border-color: #561238;
}

.form__label {
    margin: 0 0 12px 0;

    color: #0d0d0f;

    font-size: 13px;
}

.form__label,
.form__area {
    display: block;

    width: 100%;
}

.form__input,
.form__select {
    display: block;

    width: 100%;
    height: 60px;
    margin: 7px 0 0 0;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    border: 1px solid #fff;
}

.form__input:focus,
.form__select:focus {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #0d0d0f;
    border-color: #561238;
}

.form__area {
    margin: 7px 0 0 0;
}

.dash__label {
    display: block;

    margin: 0 0 12px 0;

    color: #fff;

    font-size: 13px;
}

.dash__input {
    display: block;

    width: 100%;
    height: 60px;
    margin: 7px 0 0 0;

    color: #808080;
    border: 1px solid gray;
    background: #232323;
}

.dash__input:focus {
    color: #fff;
    border-color: #fff;
}

.form__link {
    display: block;

    margin: 0 !important;

    font-size: 12px;
    line-height: 20px;
}

.form__label_disabled {
    position: relative;
}

.form__label_disabled:after {
    position: absolute;
    z-index: 1;
    top: 13px;
    right: 15px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url("../images/inputs/1.png") no-repeat center;
}

.form__label_search {
    position: relative;
}

.form__label_search input {
    height: 43px;

    line-height: 43px;
}

.form__label_search:after {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 15px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url("../images/inputs/3.png") no-repeat center;
}

::-webkit-input-placeholder {
    color: #0d0d0f;
}

::-moz-placeholder {
    color: #0d0d0f;
}

:-moz-placeholder {
    color: #0d0d0f;
}

:-ms-input-placeholder {
    color: #0d0d0f;
}

button {
    cursor: pointer;
    vertical-align: middle;

    border: none;
    outline: none;
    background: transparent;
}

.btn {
    display: inline-block;

    min-width: 0px;
    height: 75px;
    padding: 0 15px;

    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: initial;

    color: #402f65;
    border: 1px solid #0d0d0f;
    border-radius: 0px;
    background-color: #0d0d0f;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);

    font-family: 'spacemono-regular-webfont';
    font-size: 14px;
    line-height: 73px;

    -webkit-appearance: none;
}

.btn:hover {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #fff;
    border-color: #561238;
    background-color: #561238;
}

.btn_lg {
    width: 250px;
    height: 53px;
    padding: 0;

    font-size: 16px;
    font-weight: normal;
    line-height: 53px;
}

.btn_md {
    width: auto;
    min-width: 125px;
    height: 42px;
    padding: 0px 30px;

    font-size: 12px;
    font-weight: normal;
    line-height: 42px;
}

.btn_white {
    color: #0d0d0f;
    border-color: #fff;
    background-color: #fff;
}

.btn_red {
    color: #fff;
    border-color: #d62121;
    background-color: #d62121;
}

.btn_green {
    color: #fff;
    border-color: #1ab06f;
    background-color: #1ab06f;
}

.btn_blue {
    color: #fff;
    border-color: #00548f;
    background-color: #00548f;
}

.btn_yellow {
    color: #fff;
    border-color: #dcc842;
    background-color: #dcc842;
}

.btn_orange {
    color: #fff;
    border-color: #f17300;
    background-color: #f17300;
}

.btn_purple {
    color: #fff;
    border-color: #5b3b74;
    background-color: #5b3b74;
}

.btn_grey {
    color: #fff;
    border-color: #6a6969;
    background-color: #6a6969;
}

.btn_tr {
    color: #402f65;
    border: 1px solid transparent;
    background-color: transparent;
}

.btn_tr:hover {
    color: #561238;
    border-color: #561238;
    background-color: transparent;
}

.btn_tr:disabled {
    color: #cacaca;
    border-color: #cacaca;
    background-color: transparent;
}

.btn_tr:disabled:hover {
    color: #cacaca;
    background-color: transparent;
}

.col__1 {
    position: relative;

    width: 1%;
}

.col__2 {
    position: relative;

    width: 2%;
}

.col__3 {
    position: relative;

    width: 3%;
}

.col__4 {
    position: relative;

    width: 4%;
}

.col__5 {
    position: relative;

    width: 5%;
}

.col__6 {
    position: relative;

    width: 6%;
}

.col__7 {
    position: relative;

    width: 7%;
}

.col__8 {
    position: relative;

    width: 8%;
}

.col__9 {
    position: relative;

    width: 9%;
}

.col__10 {
    position: relative;

    width: 10%;
}

.col__11 {
    position: relative;

    width: 11%;
}

.col__12 {
    position: relative;

    width: 12%;
}

.col__13 {
    position: relative;

    width: 13%;
}

.col__14 {
    position: relative;

    width: 14%;
}

.col__15 {
    position: relative;

    width: 15%;
}

.col__16 {
    position: relative;

    width: 16%;
}

.col__17 {
    position: relative;

    width: 17%;
}

.col__18 {
    position: relative;

    width: 18%;
}

.col__19 {
    position: relative;

    width: 19%;
}

.col__20 {
    position: relative;

    width: 20%;
}

.col__21 {
    position: relative;

    width: 21%;
}

.col__22 {
    position: relative;

    width: 22%;
}

.col__23 {
    position: relative;

    width: 23%;
}

.col__24 {
    position: relative;

    width: 24%;
}

.col__25 {
    position: relative;

    width: 25%;
}

.col__26 {
    position: relative;

    width: 26%;
}

.col__27 {
    position: relative;

    width: 27%;
}

.col__28 {
    position: relative;

    width: 28%;
}

.col__29 {
    position: relative;

    width: 29%;
}

.col__30 {
    position: relative;

    width: 30%;
}

.col__31 {
    position: relative;

    width: 31%;
}

.col__32 {
    position: relative;

    width: 32%;
}

.col__33 {
    position: relative;

    width: 33%;
}

.col__34 {
    position: relative;

    width: 34%;
}

.col__35 {
    position: relative;

    width: 35%;
}

.col__36 {
    position: relative;

    width: 36%;
}

.col__37 {
    position: relative;

    width: 37%;
}

.col__38 {
    position: relative;

    width: 38%;
}

.col__39 {
    position: relative;

    width: 39%;
}

.col__40 {
    position: relative;

    width: 40%;
}

.col__41 {
    position: relative;

    width: 41%;
}

.col__42 {
    position: relative;

    width: 42%;
}

.col__43 {
    position: relative;

    width: 43%;
}

.col__44 {
    position: relative;

    width: 44%;
}

.col__45 {
    position: relative;

    width: 45%;
}

.col__46 {
    position: relative;

    width: 46%;
}

.col__47 {
    position: relative;

    width: 47%;
}

.col__48 {
    position: relative;

    width: 48%;
}

.col__49 {
    position: relative;

    width: 49%;
}

.col__50 {
    position: relative;

    width: 50%;
}

.col__51 {
    position: relative;

    width: 51%;
}

.col__52 {
    position: relative;

    width: 52%;
}

.col__53 {
    position: relative;

    width: 53%;
}

.col__54 {
    position: relative;

    width: 54%;
}

.col__55 {
    position: relative;

    width: 55%;
}

.col__56 {
    position: relative;

    width: 56%;
}

.col__57 {
    position: relative;

    width: 57%;
}

.col__58 {
    position: relative;

    width: 58%;
}

.col__59 {
    position: relative;

    width: 59%;
}

.col__60 {
    position: relative;

    width: 60%;
}

.col__61 {
    position: relative;

    width: 61%;
}

.col__62 {
    position: relative;

    width: 62%;
}

.col__63 {
    position: relative;

    width: 63%;
}

.col__64 {
    position: relative;

    width: 64%;
}

.col__65 {
    position: relative;

    width: 65%;
}

.col__66 {
    position: relative;

    width: 66%;
}

.col__67 {
    position: relative;

    width: 67%;
}

.col__68 {
    position: relative;

    width: 68%;
}

.col__69 {
    position: relative;

    width: 69%;
}

.col__70 {
    position: relative;

    width: 70%;
}

.col__71 {
    position: relative;

    width: 71%;
}

.col__72 {
    position: relative;

    width: 72%;
}

.col__73 {
    position: relative;

    width: 73%;
}

.col__74 {
    position: relative;

    width: 74%;
}

.col__75 {
    position: relative;

    width: 75%;
}

.col__76 {
    position: relative;

    width: 76%;
}

.col__77 {
    position: relative;

    width: 77%;
}

.col__78 {
    position: relative;

    width: 78%;
}

.col__79 {
    position: relative;

    width: 79%;
}

.col__80 {
    position: relative;

    width: 80%;
}

.col__81 {
    position: relative;

    width: 81%;
}

.col__82 {
    position: relative;

    width: 82%;
}

.col__83 {
    position: relative;

    width: 83%;
}

.col__84 {
    position: relative;

    width: 84%;
}

.col__85 {
    position: relative;

    width: 85%;
}

.col__86 {
    position: relative;

    width: 86%;
}

.col__87 {
    position: relative;

    width: 87%;
}

.col__88 {
    position: relative;

    width: 88%;
}

.col__89 {
    position: relative;

    width: 89%;
}

.col__90 {
    position: relative;

    width: 90%;
}

.col__91 {
    position: relative;

    width: 91%;
}

.col__92 {
    position: relative;

    width: 92%;
}

.col__93 {
    position: relative;

    width: 93%;
}

.col__94 {
    position: relative;

    width: 94%;
}

.col__95 {
    position: relative;

    width: 95%;
}

.col__96 {
    position: relative;

    width: 96%;
}

.col__97 {
    position: relative;

    width: 97%;
}

.col__98 {
    position: relative;

    width: 98%;
}

.col__99 {
    position: relative;

    width: 99%;
}

.col__100 {
    position: relative;

    width: 100%;
}

.col_margin {
    margin-right: 30px;
}

.col_margin-20 {
    margin-right: 20px;
}

.col_margin-30 {
    margin-right: 30px;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

h1 {
    color: #f9f2e9;

    font-size: 30px;
}

h2 {
    color: #f9f2e9;

    font-size: 24px;
}

h3 {
    color: #f9f2e9;

    font-size: 20px;
}

h4 {
    color: #f9f2e9;

    font-size: 16px;
}

h5 {
    color: #f9f2e9;

    font-size: 14px;
}

h6 {
    color: #f9f2e9;

    font-size: 13px;
}

h1 h2 h3 h4 h5 h6 {
    font-family: 'spacemono-regular-webfont';
    font-weight: normal;
}

menu {
    margin: 0px;
    padding: 0px;
}

span {
    display: inline-block;

    color: #f9f2e9;

    font-size: 13px;
}

a {
    display: inline-block;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    text-decoration: none;

    color: #f9f2e9;

    font-size: 13px;
}

a:hover {
    text-decoration: none;

    color: #90174b;
}

p {
    padding-bottom: 18px;

    color: #f9f2e9;

    font-size: 14px;
    line-height: 22px;
}

th {
    font-weight: normal;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #f9f2e9;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #1e1e26;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

body {
    min-width: 320px;
    max-width: 100%;
    margin: 0 auto;

    background: #080808;

    font-family: 'spacemono-regular-webfont';

    -webkit-font-smoothing: antialiased;
}

.loader {
    position: fixed;
    z-index: 1001;
    top: 0px;
    left: 0px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    opacity: 1;
    background: #080808;

    -ms-filter: none;
    filter: none;
}

.loader::after {
    width: 100px;
    height: 100px;
    margin: auto;

    content: ' ';

    background-image: url("../images/loader/load.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

body.page_index::after {
    display: none;
}

body.loaded .loader {
    visibility: hidden;
    /*display: none;*/

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

html,
body {
    height: 100%;
}

.fp-viewing-home .module__logo {
    position: absolute;
    top: 105px;
    left: 106px;

    margin: 0px;
}
.loaded .module__navigation__scroll {
    display: block;
}

.fp-viewing-music .module__navigation__scroll,
.fp-viewing-media .module__navigation__scroll,
.fp-viewing-info .module__navigation__scroll,
.fp-viewing-contacts .module__navigation__scroll
{
    display: none;
}

.container-wrapper {
    position: relative;
    z-index: 1;
}

.page::before {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    content: "";
    -webkit-animation: 1s infinite noise;
    -webkit-animation: 1s infinite noise;
    -moz-animation: 1s infinite noise;
    -ms-animation: 1s infinite noise;
    -o-animation: 1s infinite noise;
    animation: 1s infinite noise;
    pointer-events: none;

    opacity: 0.7;
    background: url("../images/background/noise.png");

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.noise {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    opacity: 0.2;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.form__label_reset {
    margin: 0px;
}

.form__label_data {
    position: relative;
}

.form__label_data::after {
    position: absolute;
    z-index: 1;
    top: 21px;
    left: calc(50% - 50px);

    width: 100px;

    content: " ";
    content: attr(data-name);
    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #0d0d0f;
}

.label_focus::after {
    left: 10px;
}

.form__label_100 input {
    padding-left: 102px;
}

.form__label_100 textarea {
    padding-left: 95px;
}

.form__label_110 input {
    padding-left: 110px;
}

.module__logo {
    -webkit-animation: 1s show 0.3s;
    -moz-animation: 1s show 0.3s;
    -ms-animation: 1s show 0.3s;
    -o-animation: 1s show 0.3s;
    animation: 1s show 0.3s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__navigation__left {
    -webkit-animation: 1s show 0.5s;
    -moz-animation: 1s show 0.5s;
    -ms-animation: 1s show 0.5s;
    -o-animation: 1s show 0.5s;
    animation: 1s show 0.5s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__navigation__right {
    -webkit-animation: 1s show 0.5s;
    -moz-animation: 1s show 0.5s;
    -ms-animation: 1s show 0.5s;
    -o-animation: 1s show 0.5s;
    animation: 1s show 0.5s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__navigation__scroll {
    -webkit-animation: 1s show 0.7s;
    -moz-animation: 1s show 0.7s;
    -ms-animation: 1s show 0.7s;
    -o-animation: 1s show 0.7s;
    animation: 1s show 0.7s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__navigation__eq {
    -webkit-animation: 1s show 0.8s;
    -moz-animation: 1s show 0.8s;
    -ms-animation: 1s show 0.8s;
    -o-animation: 1s show 0.8s;
    animation: 1s show 0.8s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.footer {
    -webkit-animation: 1s show 1s;
    -moz-animation: 1s show 1s;
    -ms-animation: 1s show 1s;
    -o-animation: 1s show 1s;
    animation: 1s show 1s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page__wrapper::before,
.page__wrapper::after,
.main::after,
.main::before {
    -webkit-animation: 1s show 1.2s;
    -moz-animation: 1s show 1.2s;
    -ms-animation: 1s show 1.2s;
    -o-animation: 1s show 1.2s;
    animation: 1s show 1.2s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__navigation__scroll::after {
    -webkit-animation: 1s heightScroll 1.2s;
    -moz-animation: 1s heightScroll 1.2s;
    -ms-animation: 1s heightScroll 1.2s;
    -o-animation: 1s heightScroll 1.2s;
    animation: 1s heightScroll 1.2s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__info,
.module__music__items,
.module__contacts__cont,
.module__contacts,
.module__media__socials {
    -webkit-animation: 1s show .5s;
    -moz-animation: 1s show .5s;
    -ms-animation: 1s show .5s;
    -o-animation: 1s show .5s;
    animation: 1s show .5s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__info h2,
.module__music__items h2,
.module__contacts__cont h2,
.module__contacts h2,
.module__media__socials h2 {
    -webkit-animation: 1s show .5s;
    -moz-animation: 1s show .5s;
    -ms-animation: 1s show .5s;
    -o-animation: 1s show .5s;
    animation: 1s show .5s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__info p,
.module__music__items p,
.module__contacts__cont p,
.module__contacts p,
.module__media__socials p {
    -webkit-animation: 1s show 1.7s;
    -moz-animation: 1s show 1.7s;
    -ms-animation: 1s show 1.7s;
    -o-animation: 1s show 1.7s;
    animation: 1s show 1.7s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.jsShow:nth-child(3n+1) {
    -webkit-animation: 0.4s show 1.6s ease-out;
    -moz-animation: 0.4s show 1.6s ease-out;
    -ms-animation: 0.4s show 1.6s ease-out;
    -o-animation: 0.4s show 1.6s ease-out;
    animation: 0.4s show 1.6s ease-out;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.jsShow:nth-child(3n+2) {
    -webkit-animation: 0.4s show 1.7s ease-out;
    -moz-animation: 0.4s show 1.7s ease-out;
    -ms-animation: 0.4s show 1.7s ease-out;
    -o-animation: 0.4s show 1.7s ease-out;
    animation: 0.4s show 1.7s ease-out;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.jsShow:nth-child(3n+3) {
    -webkit-animation: 0.4s show 1.8s ease-out;
    -moz-animation: 0.4s show 1.8s ease-out;
    -ms-animation: 0.4s show 1.8s ease-out;
    -o-animation: 0.4s show 1.8s ease-out;
    animation: 0.4s show 1.8s ease-out;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page-list {
    padding: 20px;
}

.page-list__link {
    margin: 5px 0;
}

.page-list__new {
    color: #f00;
}

.footer {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;

    width: 100%;
}

.footer__copy {
    position: fixed;
    right: 105px;
    bottom: 60px;

    text-align: right;
}

.footer p {
    position: relative;
    right: -2px;

    padding: 0px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #26262e;

    font-size: 12px;
}

.header {
    position: relative;
    z-index: 2;
}

/* .fp-viewing-media .header,
.fp-viewing-info .header,
.fp-viewing-contacts .header {
    position: relative;
} */

.icon {
    fill: currentColor;
    fill-rule: evenodd;
}

.main-menu {
    position: fixed;
    z-index: 1;
    top: 66px;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: #0d0d0f;
}

.main-menu ul {
    position: relative;
    top: -50px;

    margin: auto;
}

.main-menu__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    opacity: 0;

    font-size: 30px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-menu__link::before {
    position: relative;
    top: -3px;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    content: "";

    opacity: 0;
    background: #1e1e26;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.main-menu__link:hover:before {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.main-menu .active .main-menu__link:before {
    -webkit-animation: 1s show 0.5s infinite;
    -moz-animation: 1s show 0.5s infinite;
    -ms-animation: 1s show 0.5s infinite;
    -o-animation: 1s show 0.5s infinite;
    animation: 1s show 0.5s infinite;

    opacity: 1;
    background: #f9f2e9;

    -ms-filter: none;
    filter: none;
}

.main-menu .active .main-menu__link {
    color: #90174b;
}

.main-menu__item {
    height: 47px;
}

.page_mobile-menu .main-menu__item:first-child a {
    -webkit-animation: 1s translateX 0.5s;
    -moz-animation: 1s translateX 0.5s;
    -ms-animation: 1s translateX 0.5s;
    -o-animation: 1s translateX 0.5s;
    animation: 1s translateX 0.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page_mobile-menu .main-menu__item:nth-child(2) a {
    -webkit-animation: 1s translateX 0.7s;
    -moz-animation: 1s translateX 0.7s;
    -ms-animation: 1s translateX 0.7s;
    -o-animation: 1s translateX 0.7s;
    animation: 1s translateX 0.7s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page_mobile-menu .main-menu__item:nth-child(3) a {
    -webkit-animation: 1s translateX 0.9s;
    -moz-animation: 1s translateX 0.9s;
    -ms-animation: 1s translateX 0.9s;
    -o-animation: 1s translateX 0.9s;
    animation: 1s translateX 0.9s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page_mobile-menu .main-menu__item:nth-child(4) a {
    -webkit-animation: 1s translateX 1.1s;
    -moz-animation: 1s translateX 1.1s;
    -ms-animation: 1s translateX 1.1s;
    -o-animation: 1s translateX 1.1s;
    animation: 1s translateX 1.1s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page_mobile-menu .main-menu__item:nth-child(5) a {
    -webkit-animation: 1s translateX 1.3s;
    -moz-animation: 1s translateX 1.3s;
    -ms-animation: 1s translateX 1.3s;
    -o-animation: 1s translateX 1.3s;
    animation: 1s translateX 1.3s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fp-viewing-music.visible .module__album {
    display: block;
}

.fp-viewing-music.visible .module__music::before {
    display: none;
}

.module__album {
    position: fixed;
    z-index: 1002;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    background: #0d0d0f;
}

.module__album iframe {
    display: block;
    width: 100%;
    max-width: 640px;
}

.module__album .container-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}

.module__album .icon {
    display: block;
}

.module__album__link-2 {
    display: block;

    margin-bottom: 7px;
    margin-left: 10px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 0.5;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.module__album__link-2:hover {
    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.module__album__str {
    display: block;

    color: #f9f2e9;

    font-family: 'spacemono-bold-webfont';
    font-size: 24px;
}

.module__album__str-2 {
    display: block;

    margin: 0 0 15px 0;

    color: #6a6969;
}

.module__album__content {
    position: relative;
    z-index: 1;

    width: 100%;
    margin: auto 0;
    padding: 0 105px;
}

.module__album__back {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    text-transform: uppercase;

    color: #28282e;

    font-size: 24px;

    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.module__album__back::before {
    position: relative;
    top: -2px;

    display: block;

    width: 100px;
    height: 3px;
    margin-right: 20px;

    content: "";
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    background: #28282e;
}

.module__album__back:hover:before {
    background: #90174b;
}

.module__album__row-a {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;

    width: 100%;
    padding-top: 60px;
}

.module__album__overlay {
    position: absolute;
    z-index: 0;
    top: 0px;
    right: 0px;

    width: 70%;
    height: 100%;

    opacity: 0.6;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.module__album__overlay::before {
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: "";

    -webkit-box-shadow: inset 0px 0px 500px 300px #101010;
    box-shadow: inset 0px 0px 500px 300px #101010;
}

.module__album__overlay::after {
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.1;
    background: url("../images/background/music2.gif") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.module__album__row-3 .icon {
    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #1e1e26;
}

.module__album__row-3 .icon:hover {
    color: #f9f2e9;
}

.module__album__link {
    display: block;

    margin: 0 4px;

    border-radius: 50%;
}

.module__album__row-3 {
    margin-top: 20px;
}

.module__album__str-3 {
    display: block;

    margin-right: 10px;
}

.module__contacts {
    position: fixed;
    z-index: 1;
    bottom: 85px;
    left: 105px;
}

.module__contacts__str {
    height: 18px;
    padding: 0 5px;

    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    text-transform: uppercase;

    color: #1e1e26;
    background: #f9f2e9;

    font-size: 14px;
    line-height: 20px;
}

.module__contacts__str:hover {
    color: #f9f2e9;
    background: transparent;
}

.module__contacts__content {
    position: fixed;
    z-index: 1001; /* over page loader */
    bottom: 0px;
    left: 0px;

    width: 100%;
    padding: 50px 0;

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transform: translateY(694px);
    -moz-transform: translateY(694px);
    -ms-transform: translateY(694px);
    -o-transform: translateY(694px);
    transform: translateY(694px);
    text-align: center;

    background: #f9f2e9;
}

.module__contacts__content .form__area {
    height: 170px;
    padding-top: 20px;
}

.module__contacts__content button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
}

.module__contacts__content button .icon {
    width: 30px;
    height: 30px;
    margin: auto;

    color: #fff;
}

.module__contacts__content input {
    cursor: pointer;
    text-transform: uppercase;
}

.module__contacts__content textarea {
    cursor: pointer;
    font-size: 14px;
}

.module__contacts__content .label_focus input,
.module__contacts__content .label_focus textarea {
    cursor: text;
}

.module__contacts__row .icon {
    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #0d0d0f;
}

.module__contacts__link {
    display: block;

    margin: 0 5px;

    border-radius: 50%;
}

.module__contacts__link:hover .icon {
    color: #561238;
}

.module__contacts__address {
    margin: 30px 0;
}

.module__contacts__address span,
.module__contacts__address a {
    text-transform: uppercase;

    color: #0d0d0f;

    font-size: 14px;
    line-height: 35px;
}

.module__contacts__address a:hover {
    color: #561238;
}

.module__contacts__form {
    width: 500px;
    margin: 0 auto;
}

.module__contacts__content.jsActive {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.module__contacts__cont {
    position: relative;
    z-index: 1;

    width: 500px;
    margin: auto;

    text-align: center;
}

.module__contacts__cont .icon {
    color: #f9f2e9;
}

.module__contacts__cont li a,
.module__contacts__cont span {
    color: #f9f2e9;
}

.module__contacts_margin {
    margin: auto;
}

.module__contacts_margin::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: ' ';

    opacity: 0.1;
    background-image: url("../images/background/space8.gif");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

/******** End of VIDEO section *******/

.module__equalizer {
    cursor: pointer;
}

.module__equalizer__row-2 {
    height: 14px;
}

.module__equalizer svg {
    position: relative;
    top: 1px;
}

.module__equalizer span {
    display: block;

    width: 1px;
    height: 0px;
    margin: 0 1px;

    background: #f9f2e9;
}

.module__equalizer_active span:first-child {
    -webkit-animation: 0.5s height-2 0.1s infinite;
    -moz-animation: 0.5s height-2 0.1s infinite;
    -ms-animation: 0.5s height-2 0.1s infinite;
    -o-animation: 0.5s height-2 0.1s infinite;
    animation: 0.5s height-2 0.1s infinite;
}

.module__equalizer_active span:nth-child(2) {
    -webkit-animation: 0.5s height-2 0.2s infinite;
    -moz-animation: 0.5s height-2 0.2s infinite;
    -ms-animation: 0.5s height-2 0.2s infinite;
    -o-animation: 0.5s height-2 0.2s infinite;
    animation: 0.5s height-2 0.2s infinite;
}

.module__equalizer_active span:nth-child(3) {
    -webkit-animation: 0.5s height-2 0.5s infinite;
    -moz-animation: 0.5s height-2 0.5s infinite;
    -ms-animation: 0.5s height-2 0.5s infinite;
    -o-animation: 0.5s height-2 0.5s infinite;
    animation: 0.5s height-2 0.5s infinite;
}

.module__equalizer_active span:nth-child(4) {
    -webkit-animation: 0.5s height-2 0.3s infinite;
    -moz-animation: 0.5s height-2 0.3s infinite;
    -ms-animation: 0.5s height-2 0.3s infinite;
    -o-animation: 0.5s height-2 0.3s infinite;
    animation: 0.5s height-2 0.3s infinite;
}

.module__equalizer_active span:nth-child(5) {
    -webkit-animation: 0.5s height-2 0.1s infinite;
    -moz-animation: 0.5s height-2 0.1s infinite;
    -ms-animation: 0.5s height-2 0.1s infinite;
    -o-animation: 0.5s height-2 0.1s infinite;
    animation: 0.5s height-2 0.1s infinite;
}

.module__equalizer_active span:nth-child(6) {
    -webkit-animation: 0.5s height-2 0.4s infinite;
    -moz-animation: 0.5s height-2 0.4s infinite;
    -ms-animation: 0.5s height-2 0.4s infinite;
    -o-animation: 0.5s height-2 0.4s infinite;
    animation: 0.5s height-2 0.4s infinite;
}

.module__equalizer_active span:nth-child(7) {
    -webkit-animation: 0.5s height-2 0.3s infinite;
    -moz-animation: 0.5s height-2 0.3s infinite;
    -ms-animation: 0.5s height-2 0.3s infinite;
    -o-animation: 0.5s height-2 0.3s infinite;
    animation: 0.5s height-2 0.3s infinite;
}

.module__equalizer_active span:nth-child(8) {
    -webkit-animation: 0.5s height-2 0.5s infinite;
    -moz-animation: 0.5s height-2 0.5s infinite;
    -ms-animation: 0.5s height-2 0.5s infinite;
    -o-animation: 0.5s height-2 0.5s infinite;
    animation: 0.5s height-2 0.5s infinite;
}

.module__equalizer_active span:nth-child(9) {
    -webkit-animation: 0.5s height-2 0.2s infinite;
    -moz-animation: 0.5s height-2 0.2s infinite;
    -ms-animation: 0.5s height-2 0.2s infinite;
    -o-animation: 0.5s height-2 0.2s infinite;
    animation: 0.5s height-2 0.2s infinite;
}

.module__equalizer_active span:nth-child(10) {
    -webkit-animation: 0.5s height-2 0.1s infinite;
    -moz-animation: 0.5s height-2 0.1s infinite;
    -ms-animation: 0.5s height-2 0.1s infinite;
    -o-animation: 0.5s height-2 0.1s infinite;
    animation: 0.5s height-2 0.1s infinite;
}

.module__equalizer_active span:nth-child(11) {
    -webkit-animation: 0.5s height-2 0.2s infinite;
    -moz-animation: 0.5s height-2 0.2s infinite;
    -ms-animation: 0.5s height-2 0.2s infinite;
    -o-animation: 0.5s height-2 0.2s infinite;
    animation: 0.5s height-2 0.2s infinite;
}

.module__equalizer__row-2 {
    margin-left: 5px;
}

.jsDis {
    cursor: not-allowed;

    opacity: 0.5;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.page_error main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.module__error {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 1;

    text-align: center;

    background: -webkit-linear-gradient(left, rgba(91,59,116,0.98) 0%, rgba(91,59,116,0.98) 50%, rgba(58,42,92,0.98) 100%);
    background: -moz-linear-gradient(left, rgba(91,59,116,0.98) 0%, rgba(91,59,116,0.98) 50%, rgba(58,42,92,0.98) 100%);
    background: -o-linear-gradient(left, rgba(91,59,116,0.98) 0%, rgba(91,59,116,0.98) 50%, rgba(58,42,92,0.98) 100%);
    background: -ms-linear-gradient(left, rgba(91,59,116,0.98) 0%, rgba(91,59,116,0.98) 50%, rgba(58,42,92,0.98) 100%);
    background: linear-gradient(to right, rgba(91,59,116,0.98) 0%, rgba(91,59,116,0.98) 50%, rgba(58,42,92,0.98) 100%);

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.module__error__cont {
    width: 340px;
    margin: auto;
}

.module__error__str {
    margin: 0 0 55px 0;

    text-align: center;

    color: #fff;

    font-size: 180px;
    line-height: 90px;
}

.module__error__str-2 {
    display: block;

    margin: 0 0 5px 0;

    color: #fff;

    font-size: 36px;
}

.module__error .btn {
    margin-top: 25px;
}

.module__info__content {
    max-width: 1420px;
    margin: 130px auto 0 auto;
}

.module__info h2 {
    margin: 0px 0 30px 0;
    padding-top: 15px;

    font-size: 120px;
    line-height: 101px;
}

.module__info p {
    padding-bottom: 40px;

    font-size: 24px;
    line-height: 50px;
}

.module__info::before {
    position: absolute;
    top: 0;
    top: 0px;
    left: 0;
    left: 0px;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.1;
    background-image: url("../images/background/space11.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.module__info .mCSB_container {
    padding-top: 30px;
    padding-right: 90px;
}

.module__info .mCSB_draggerContainer {
    top: calc(50% - 200px);

    height: 400px;
}

.module__info img {
    display: block;

    max-width: 100%;
    margin-top: 40px;
    margin-right: 20px;
}

.module__info__scroll-wrapper {
    position: relative;
}

.module__info__scroll-wrapper::before {
    position: absolute;
    z-index: 1;
    top: -1px;

    width: 99%;
    height: 100px;

    content: "";

    -webkit-box-shadow: inset 0px 91px 58px -40px #080808;
    box-shadow: inset 0px 91px 58px -40px #080808;
}

.module__info__scroll-wrapper::after {
    position: absolute;
    z-index: 1;
    bottom: -1px;

    width: 99%;
    height: 100px;

    content: "";

    -webkit-box-shadow: inset 0px -91px 58px -40px #080808;
    box-shadow: inset 0px -91px 58px -40px #080808;
}

.fp-viewing-media::before {
    display: none;
}

.module__loader {
    position: absolute;
    z-index: 1005;
    top: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    background: #0d0d0f;
}

.module__loader::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    /*opacity: 0.5;*/
    /*background-image: url("../images/background/space7.gif");*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    /*-webkit-filter: brightness(2);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*filter: alpha(opacity=50);*/
    /*mix-blend-mode: color-dodge;*/
}

.module__loader__items {
    position: relative;
    z-index: 2;

    width: 520px;
    height: 680px;
    margin: auto;
}

.module__loader__item .icon {
    width: 35px;
    height: 35px;

    opacity: 0;
    color: #f9f2e9;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__loader__wrap {
    position: relative;
    z-index: 1;

    margin: auto;
}

.module__loader__row {
    height: 100%;
}

.module__loader__item {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}

.module__loader__item::after {
    position: absolute;
    top: 0px;
    left: calc(50% - 1px);

    display: block;

    width: 2px;
    height: 100%;

    content: "";

    background: #1e1e26;
}

.module__loader__item::before {
    position: absolute;
    z-index: 1;
    top: calc(50% - 4px);
    left: calc(50% - 5px);

    display: block;

    width: 8px;
    height: 8px;

    content: "";

    opacity: 0;
    border-radius: 50%;
    background: #fff;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__loader .anim-1 .icon {
    -webkit-animation: 0.5s show 2.5s, 1s show-2 2.5s;
    -moz-animation: 0.5s show 2.5s, 1s show-2 2.5s;
    -ms-animation: 0.5s show 2.5s, 1s show-2 2.5s;
    -o-animation: 0.5s show 2.5s, 1s show-2 2.5s;
    animation: 0.5s show 2.5s, 1s show-2 2.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-1::before {
    content: "";
    -webkit-animation: disk 3s;
    -moz-animation: disk 3s;
    -ms-animation: disk 3s;
    -o-animation: disk 3s;
    animation: disk 3s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-1::after {
    content: "";
    -webkit-animation: height 1.5s;
    -moz-animation: height 1.5s;
    -ms-animation: height 1.5s;
    -o-animation: height 1.5s;
    animation: height 1.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-2 .icon {
    -webkit-animation: 0.5s show 4.5s, 1s show-2 4.5s;
    -moz-animation: 0.5s show 4.5s, 1s show-2 4.5s;
    -ms-animation: 0.5s show 4.5s, 1s show-2 4.5s;
    -o-animation: 0.5s show 4.5s, 1s show-2 4.5s;
    animation: 0.5s show 4.5s, 1s show-2 4.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-2::before {
    content: "";
    -webkit-animation: disk 5s;
    -moz-animation: disk 5s;
    -ms-animation: disk 5s;
    -o-animation: disk 5s;
    animation: disk 5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-2::after {
    content: "";
    -webkit-animation: height 2.5s;
    -moz-animation: height 2.5s;
    -ms-animation: height 2.5s;
    -o-animation: height 2.5s;
    animation: height 2.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-3 .icon {
    -webkit-animation: 0.5s show 3.5s, 1s show-2 3.5s;
    -moz-animation: 0.5s show 3.5s, 1s show-2 3.5s;
    -ms-animation: 0.5s show 3.5s, 1s show-2 3.5s;
    -o-animation: 0.5s show 3.5s, 1s show-2 3.5s;
    animation: 0.5s show 3.5s, 1s show-2 3.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-3::before {
    content: "";
    -webkit-animation: disk 4s;
    -moz-animation: disk 4s;
    -ms-animation: disk 4s;
    -o-animation: disk 4s;
    animation: disk 4s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-3::after {
    content: "";
    -webkit-animation: height 2s;
    -moz-animation: height 2s;
    -ms-animation: height 2s;
    -o-animation: height 2s;
    animation: height 2s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-4 .icon {
    -webkit-animation: 0.5s show 5.4s, 1s show-2 5.4s;
    -moz-animation: 0.5s show 5.4s, 1s show-2 5.4s;
    -ms-animation: 0.5s show 5.4s, 1s show-2 5.4s;
    -o-animation: 0.5s show 5.4s, 1s show-2 5.4s;
    animation: 0.5s show 5.4s, 1s show-2 5.4s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-4::before {
    content: "";
    -webkit-animation: disk 6s;
    -moz-animation: disk 6s;
    -ms-animation: disk 6s;
    -o-animation: disk 6s;
    animation: disk 6s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-4::after {
    content: "";
    -webkit-animation: height 3s;
    -moz-animation: height 3s;
    -ms-animation: height 3s;
    -o-animation: height 3s;
    animation: height 3s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-5 .icon {
    -webkit-animation: 0.5s show 7.4s, 1s show-2 7.4s;
    -moz-animation: 0.5s show 7.4s, 1s show-2 7.4s;
    -ms-animation: 0.5s show 7.4s, 1s show-2 7.4s;
    -o-animation: 0.5s show 7.4s, 1s show-2 7.4s;
    animation: 0.5s show 7.4s, 1s show-2 7.4s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-5::before {
    content: "";
    -webkit-animation: disk 8s;
    -moz-animation: disk 8s;
    -ms-animation: disk 8s;
    -o-animation: disk 8s;
    animation: disk 8s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-5::after {
    content: "";
    -webkit-animation: height 4s;
    -moz-animation: height 4s;
    -ms-animation: height 4s;
    -o-animation: height 4s;
    animation: height 4s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-6 .icon {
    -webkit-animation: 0.5s show 6.4s, 1s show-2 6.4s;
    -moz-animation: 0.5s show 6.4s, 1s show-2 6.4s;
    -ms-animation: 0.5s show 6.4s, 1s show-2 6.4s;
    -o-animation: 0.5s show 6.4s, 1s show-2 6.4s;
    animation: 0.5s show 6.4s, 1s show-2 6.4s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-6::before {
    content: "";
    -webkit-animation: disk 7s;
    -moz-animation: disk 7s;
    -ms-animation: disk 7s;
    -o-animation: disk 7s;
    animation: disk 7s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-6::after {
    content: "";
    -webkit-animation: height 3.5s;
    -moz-animation: height 3.5s;
    -ms-animation: height 3.5s;
    -o-animation: height 3.5s;
    animation: height 3.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-7 .icon {
    -webkit-animation: 0.5s show 4.4s, 1s show-2 4.4s;
    -moz-animation: 0.5s show 4.4s, 1s show-2 4.4s;
    -ms-animation: 0.5s show 4.4s, 1s show-2 4.4s;
    -o-animation: 0.5s show 4.4s, 1s show-2 4.4s;
    animation: 0.5s show 4.4s, 1s show-2 4.4s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-7::before {
    content: "";
    -webkit-animation: disk 5s;
    -moz-animation: disk 5s;
    -ms-animation: disk 5s;
    -o-animation: disk 5s;
    animation: disk 5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader .anim-7::after {
    content: "";
    -webkit-animation: height 2.5s;
    -moz-animation: height 2.5s;
    -ms-animation: height 2.5s;
    -o-animation: height 2.5s;
    animation: height 2.5s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__loader__svg {
    position: absolute;
    top: calc(50% + 30px);
}

.module__loader__svg .icon {
    width: 117px;
    height: 28px;

    color: #f9f2e9;
}

.module__loader .icon_klimka {
    -webkit-animation: 1s show-2 7s;
    -moz-animation: 1s show-2 7s;
    -ms-animation: 1s show-2 7s;
    -o-animation: 1s show-2 7s;
    animation: 1s show-2 7s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.module__logo {
    position: relative;
    left: 90px;

    margin-top: 105px;

    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

.module__logo__link {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.module__logo__link:hover {
    opacity: 0.6;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.module__logo .icon {
    width: 250px;
    height: 100px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    color: #f9f2e9;
}

.module__main {
    flex: 1;

    width: 100%;
    /*height: 100%;*/

    background: url("../images/background/bg01.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.module__main::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.1;
    background-image: url("../images/background/space4.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.module__media {
    margin: auto 70px;
    padding-top: 40px;
}

.module__media::after {
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    content: "";
    content: ' ';

    opacity: 0.2;
    background-image: url("../images/background/space7.gif");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.module__media__link-2 {
    margin-bottom: 10px;

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);

    opacity: 0;

    font-family: 'spacemono-bold-webfont';
    font-size: 36px;
    line-height: 36px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__media__str {
    display: block;

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);

    opacity: 0;
    color: #282828;

    font-size: 24px;
    line-height: 24px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__media iframe {
    display: block;
}

.module__media .module__media__item_youtube {
    position: relative;

    height: 0;
    padding-top: 3px;
    padding-bottom: 56.25%;
}

.module__media .module__media__item_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.module__media__link {
    display: block;
}

.module__media__img {
    display: block;

    width: 100%;
    height: auto;
}

.module__media__wrap {
    margin-bottom: 30px;
    padding: 45px 0px 0 95px;
}

.module__media__item {
    width: 800px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__media__item:hover .module__media__str {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.module__media__item:hover .module__media__link-2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.module__media .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 600px;
    margin: 0 auto;
}

.module__media .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 2px;
}

.module__media__scroll-wrapper::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;

    width: 200px;
    height: 105%;

    content: "";

    -webkit-box-shadow: inset 163px 0px 84px -56px #0c0c0d/* #080808 */;
    box-shadow: inset 163px 0px 84px -56px #0c0c0d/* #080808 */;
}

.module__media__scroll-wrapper::after {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;

    width: 200px;
    height: 105%;

    content: "";

    -webkit-box-shadow: inset -163px 0px 84px -56px #0c0c0d/* #080808 */;
    box-shadow: inset -163px 0px 84px -56px #0c0c0d/* #080808 */;
}

.module__media__row-2 {
    margin: 30px 0 44px 0;
}

.module__media__row-2 .icon {
    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #1e1e26;
}

.module__media__row-2 .icon:hover {
    color: #f9f2e9;
}

.module__media__row-2 a {
    display: block;

    margin: 0 4px;

    border-radius: 50%;
}

.vk:hover {
    -webkit-box-shadow: 0px 10px 20px #053a67;
    box-shadow: 0px 10px 20px #053a67;
}

.facebook:hover {
    -webkit-box-shadow: 0px 10px 20px #052570;
    box-shadow: 0px 10px 20px #052570;
}

.twitter:hover {
    -webkit-box-shadow: 0px 10px 20px #054a64;
    box-shadow: 0px 10px 20px #054a64;
}

.instagram:hover {
    -webkit-box-shadow: 0px 10px 20px #71056f;
    box-shadow: 0px 10px 20px #71056f;
}

.link:hover {
    -webkit-box-shadow: 0px 10px 20px #06172b;
    box-shadow: 0px 10px 20px #06172b;
}

.youtube:hover {
    -webkit-box-shadow: 0px 10px 20px #64190c;
    box-shadow: 0px 10px 20px #64190c;
}

.sound:hover {
    -webkit-box-shadow: 0px 10px 20px #743904;
    box-shadow: 0px 10px 20px #743904;
}

.itunes:hover {
    -webkit-box-shadow: 0px 10px 20px #740451;
    box-shadow: 0px 10px 20px #740451;
}

.telegram:hover {
    -webkit-box-shadow: 0px 10px 20px #05336d;
    box-shadow: 0px 10px 20px #05336d;
}

.slick-next,
.slick-prev {
    position: absolute;
    z-index: 100;
    top: 0px;

    width: calc(50% - 400px);
    height: 100%;

    cursor: pointer;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.main-slider__nav {
    position: absolute;
    top: 0px;
    left: 0px;

    height: 100%;
}

.module__music {
    position: relative;
}

.module__music::before {
    position: absolute;
    z-index: 0;
    top: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.4;
    background-image: url("../images/background/space12.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    /*mix-blend-mode: color-dodge;*/
}

.module__music__scroll-wrapper {
    position: relative;

    height: 100%;
}

.module__music__scroll-wrapper::before {
    position: absolute;
    z-index: 1;
    top: 0px;

    width: 100%;
    height: 100px;

    content: "";

    -webkit-box-shadow: inset 0px 91px 58px -40px #09060d;
    box-shadow: inset 0px 91px 58px -40px #09060d;
}

.module__music__scroll-wrapper::after {
    position: absolute;
    z-index: 1;
    bottom: 0px;

    width: 100%;
    height: 100px;

    content: "";

    -webkit-box-shadow: inset 0px -91px 58px -40px #080808;
    box-shadow: inset 0px -91px 58px -40px #080808;
}

.module__music__items {
    position: relative;

    overflow: hidden;

    max-width: 1420px;
    height: 100%;
    margin: 85px auto 0 auto;
}

.module__music__img {
    display: block;

    width: 100%;
    height: auto;
}

.module__music__link {
    position: relative;

    display: block;

    border: 1px solid #1e1e26;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

.module__music__title {
    display: block;

    color: #f9f2e9;

    font-size: 35px;
    line-height: 32px;
    background: #000000a3;
    padding: 5px;
}

.module__music__sub-title {
    background: #000000a3;
    display: block;
    padding: 5px;

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    text-transform: uppercase;

    color: #f9f2e9;

    font-size: 24px;
    line-height: 35px;
}

.module__music__wrap {
    position: absolute;
    right: 0px;

    width: 100%;
    padding: 0 20px;
    padding-top: 40px;

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    text-align: right;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__music__item {
    position: relative;

    width: 33.3%;

    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__music__item:nth-child(3n-1) {
    margin-top: 50px;
}

.module__music__item:hover .module__music__wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.module__music__item:hover .module__music__sub-title {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.module__music .mCSB_draggerContainer {
    top: calc(50% - 300px);

    height: 600px;
}

.module__music .mCustomScrollBox {
    padding-right: 60px;
}

.module__navigation__left {
    position: fixed;
    z-index: 1;
    top: calc(50% - 72px);
    left: 55px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 144px;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.module__navigation a,
.module__navigation__left span {
    font-size: 16px;
}
.module__navigation__left span {
    cursor: default;
}

.module__navigation__separator {
    width: 22px;
    height: 1px;
    margin: 17px 0;

    background: #1e1e26;
}

.module__navigation__scroll {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: calc(50% - 100px);

    width: 200px;

    text-align: center;
}

.module__navigation__scroll::after {
    display: block;

    width: 2px;
    margin: 40px auto 0 auto;

    content: "";

    background: #f9f2e9;
}

.module__navigation__icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 24px;
    height: 40px;
    margin: 0 auto;

    border: 2px solid #f9f2e9;
    border-radius: 20px;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.module__navigation__dot {
    width: 4px;
    height: 4px;
    margin: 1px 0;

    border-radius: 50%;
    background: #f9f2e9;
}

.module__navigation__dot:first-child {
    -webkit-animation: 1s show 0.1s infinite;
    -moz-animation: 1s show 0.1s infinite;
    -ms-animation: 1s show 0.1s infinite;
    -o-animation: 1s show 0.1s infinite;
    animation: 1s show 0.1s infinite;
}

.module__navigation__dot:nth-child(2) {
    -webkit-animation: 1s show 0.2s infinite;
    -moz-animation: 1s show 0.2s infinite;
    -ms-animation: 1s show 0.2s infinite;
    -o-animation: 1s show 0.2s infinite;
    animation: 1s show 0.2s infinite;
}

.module__navigation__dot:last-child {
    -webkit-animation: 1s show 0.3s infinite;
    -moz-animation: 1s show 0.3s infinite;
    -ms-animation: 1s show 0.3s infinite;
    -o-animation: 1s show 0.3s infinite;
    animation: 1s show 0.3s infinite;
}

.module__navigation__str {
    display: block;

    margin-top: 20px;

    text-transform: uppercase;

    font-size: 12px;
}

.module__navigation__right {
    position: fixed;
    z-index: 1001;/* over page loader */
    top: calc(50% - 60px);
    right: 105px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 120px;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.module__navigation__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.module__navigation__link::after {
    display: block;

    width: 50px;
    height: 2px;

    content: "";

    background: #1e1e26;
}

.module__navigation__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.module__navigation__item {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    min-width: 100px;
    height: 25px;

    cursor: pointer;
    cursor: pointer;

    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.module__navigation__item::after {
    right: 0;

    width: 50px;
    height: 2px;

    content: '';
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);

    background: #1e1e26;
}

.module__navigation__item:not(.module__navigation__nav .active):hover::after,
.module__navigation__item:not(.module__navigation__nav .active):focus::after {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;

    background: #f9f2e9;
}

.module__navigation__nav .active::after {
    width: 10px;

    background: #f9f2e9;
    -webkit-box-shadow: -2px 0px 0px 2px #f9f2e9;
    box-shadow: -2px 0px 0px 2px #f9f2e9;
}

.module__navigation__title {
    position: relative;
    top: 1px;

    display: block;

    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    text-transform: uppercase;

    opacity: 0;
    color: #f9f2e9;

    font-size: 16px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.module__navigation__nav .active .module__navigation__title {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(-13px);
    -moz-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    -o-transform: translateX(-13px);
    transform: translateX(-13px);

    opacity: 1;

    -ms-filter: none;
    filter: none;
}

.module__navigation__eq {
    position: fixed;
    z-index: 1;
    right: 105px;
    bottom: 100px;
}

.modal_opend .module__popup {
    display: block;
}

.module__popup {
    position: fixed;
    z-index: 1003; /* for contact form */
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

    display: none;

    width: 100%;
    height: 100%;

    background: #0d0d0f;
}

.module__popup__img-2 {
    display: block;

    max-width: 100%;
    height: auto;
}

.module__popup__wrapper {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    margin: 0 auto;
    padding: 20px 20px 20px 0;
}

.module__popup .mCustomScrollBox {
    padding-right: 100px;
}

.module__popup .mCSB_scrollTools {
    top: calc(50% - 308px);

    height: 616px;
}

.module__popup .icon {
    width: 105px;
    height: 105px;

    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    color: #535353;
}

.module__popup .icon:hover {
    color: #f9f2e9;
}

.module__popup__close {
    position: absolute;
    top: 15px;
    right: 5px;
}

.page__wrapper {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.page__wrapper::after {
    position: absolute;
    top: 0px;
    left: 65px;

    display: block;

    width: 1px;
    height: calc(50% - 72px);

    content: "";

    background: #1e1e26;
}

.page__wrapper::before {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 65px;

    display: block;

    width: 1px;
    height: calc(50% - 72px);

    content: "";

    background: #1e1e26;
}

.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.main::after {
    position: absolute;
    top: 65px;
    left: 0px;

    display: block;

    width: 100%;
    height: 1px;

    content: "";

    background: #1e1e26;
}

.main::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 65px;
    left: auto;

    display: block;

    width: 1px;
    height: 100%;

    content: "";

    background: #1e1e26;
}

.page_mobile-menu .main-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page_mobile-menu .toggle-menu {
    top: 6px;
    right: 14px;
}

.page_mobile-menu .header {
    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 66px;
    padding-bottom: 15px;

    -webkit-transition: none;
    -webkit-transition: all 1s;
    -moz-transition: none;
    -moz-transition: all 1s;
    -ms-transition: none;
    -ms-transition: all 1s;
    -o-transition: none;
    -o-transition: all 1s;
    transition: none;
    transition: all 1s;

    border-bottom: 1px solid #1e1e26;
    background: #080808;
}

.page_mobile-menu .module__logo {
    position: relative !important;
    top: 11px !important;
    left: 0 !important;

    margin: 0 !important;
}

.page_mobile-menu .module__logo .icon {
    width: 100px;
    height: 43px;
}

.header__responsive-menu.active,
.menu.active {
    display: block;
}

.toggle-menu {
    position: fixed;
    top: 105px;
    right: 100px;

    margin: 0px;
    padding: 0px;

    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    border: none;
    outline: none;
    background: none;
}

.toggle-menu:hover {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;

    opacity: 0.8;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.toggle-menu:hover .sw-topper {
    top: 9px;
}

.toggle-menu:hover .sw-footer {
    top: 1px;
}

.wrapp {
    height: 22px;
    margin: auto;
}

.sandwitch {
    z-index: 200;
    right: 0;
    left: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 53px;
    height: 53px;
    margin: auto;

    border: 3px solid #f9f2e9;
}

.sandwitch span {
    position: relative;

    display: block;

    width: 31px;
    height: 4px;

    border: none;
    border-radius: 0px;
    background: #f9f2e9;
}

.sw-topper {
    top: 0px;

    display: block;

    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    -moz-transition: -moz-transform 0.5s, top 0.2s;
    -ms-transition: -ms-transform 0.5s, top 0.2s;
    -o-transition: -o-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
    top: 5px;

    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    -moz-transition: -moz-transform 0.5s, top 0.2s;
    -ms-transition: -ms-transform 0.5s, top 0.2s;
    -o-transition: -o-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
}

.sw-footer {
    top: 10px;

    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    -moz-transition: -moz-transform 0.5s, top 0.2s;
    -ms-transition: -ms-transform 0.5s, top 0.2s;
    -o-transition: -o-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
}

.toggle-menu.active .sw-topper,
.button__sub.active .sw-topper {
    top: 9px;

    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.toggle-menu.active .sw-bottom,
.button__sub.active .sw-bottom {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.toggle-menu.active .sw-footer,
.button__sub.active .sw-footer {
    top: 0;

    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

@font-face {
    font-family: 'spacemono-bold-webfont';
    font-weight: 'normal';
    font-style: 'normal';

    src: url("../fonts/spacemono-bold-webfont.eot");
    src: url("../fonts/spacemono-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/spacemono-bold-webfont.woff2") format("woff2"), url("../fonts/spacemono-bold-webfont.woff") format("woff"), url("../fonts/spacemono-bold-webfont.ttf") format("truetype"), url("../fonts/spacemono-bold-webfont.svg#spacemono-bold-webfont") format("svg");
}

@font-face {
    font-family: 'spacemono-regular-webfont';
    font-weight: 'normal';
    font-style: 'normal';

    src: url("../fonts/spacemono-regular-webfont.eot");
    src: url("../fonts/spacemono-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/spacemono-regular-webfont.woff2") format("woff2"), url("../fonts/spacemono-regular-webfont.woff") format("woff"), url("../fonts/spacemono-regular-webfont.ttf") format("truetype"), url("../fonts/spacemono-regular-webfont.svg#spacemono-regular-webfont") format("svg");
}

@media screen and (max-width: 3000px) {
    .fp-viewing-music .module__logo {
        position: absolute;
        top: 105px;
        left: 107px;

        margin: 0;
    }
}

@media screen and (max-width: 2200px) {
    .fp-viewing-music .module__logo {
        position: absolute;
        top: 10px;
        left: 91px;

        margin-top: 0;
    }

    .fp-viewing-music .module__logo .icon {
        width: 100px;
        height: 43px;
    }
}

@media screen and (max-width: 1920px) {
    .module__music__items {
        margin: 85px 250px 0 250px;
    }

    .module__info__content {
        margin: 90px 250px 0 250px;
    }
}

@media screen and (max-width: 1600px) {
    .module__music__item {
        width: 50%;
        margin: 0 0 50px 0 !important;
    }

    .module__info h2 {
        font-size: 40px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1560px) {
    .module__popup .mCustomScrollBox {
        padding-right: 20px;
    }

    .module__popup__wrapper {
        width: 100%;
        padding: 20px 50px;
    }

    .module__popup .icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1330px) {
    .module__music__item {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    
    body .main-slider {
        display: block;
    }
    .module__music .mCSB_container {
        overflow-y: scroll;
    }

    .module__navigation__right,
    .page__wrapper::before,
    .page__wrapper::after,
    .main::before,
    .module__contacts,
    .module__music__scroll-wrapper::before,
    .module__music__scroll-wrapper::after,
    .main::after,
    .module__navigation__left,
    .module__navigation__eq,
    .footer,
    .module__media__scroll-wrapper::before,
    .module__media__scroll-wrapper::after,
    .module__info__scroll-wrapper::after,
    .module__info__scroll-wrapper::before,
    .module__media__socials,
    .module__contacts__content {
        display: none;
    }

    .module__music__items {
        margin: 0px 0 0 0;
    }

    .container-wrapper {
        padding: 0 20px;
    }

    .module__music__item {
        margin: 0 0 20px 0 !important;
    }

    .module__music .mCustomScrollBox {
        padding-right: 0px;
    }

    .module__music__scroll-wrapper.overlfow {
        overlfow-y: scroll;
    }

    .module__logo {
        position: relative !important;
        top: 11px !important;
        left: 0px !important;

        margin: 0px !important;
    }

    .footer__copy {
        position: relative;
        right: auto;
        bottom: auto;

        padding-left: 20px;

        text-align: left;
    }

    .footer {
        padding: 0 0 20px 0;
    }

    .module__music__item {
        width: 50%;
    }

    .page_mobile-menu .header {
        height: 68px;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0px;

        width: 100%;
        height: 68px;
        padding-bottom: 15px;

        border-bottom: 1px solid #1e1e26;
        background: #080808;
        -webkit-box-shadow: 0 0 20px #080808;
        box-shadow: 0 0 20px #080808;
    }

    .toggle-menu {
        top: 6px;
        right: 14px;

        display: block;

        -webkit-animation: 1s show 1s;
        -moz-animation: 1s show 1s;
        -ms-animation: 1s show 1s;
        -o-animation: 1s show 1s;
        animation: 1s show 1s;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .module__logo .icon {
        width: 100px;
        height: 43px;
    }

    .module__media {
        margin: 0px;
    }

    .module__media__row {
        flex-direction: column;

        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .module__media__img,
    body iframe {
        width: 100% !important;
        height: auto;
    }

    .mCSB_container.mCS_x_hidden.mCS_no_scrollbar_x {
        width: 100% !important;
    }

    .module__media__link-2,
    .module__media__str {
        -webkit-transform: translateX(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateX(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateX(0px);
        -o-transform: translateY(0px);
        transform: translateX(0px);
        transform: translateY(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    .fp-viewing-media .module__logo {
        display: block !important;
    }

    .module__media__wrap {
        padding: 20px 0 0 20px;
    }

    .module__media__link-2 {
        font-size: 20px;
    }

    .module__media__str {
        font-size: 16px;
    }

    .module__media {
        height: auto;
    }

    .module__info__content {
        width: 100%;
        margin: 0px;
    }

    .module__info h2 {
        margin: 0px 0 30px 0;
    }

    .module__info p {
        font-size: 20px;
        line-height: 30px;
    }

    .module__info img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .module__popup .mCustomScrollBox {
        overflow-y: scroll;

        padding: 0px;
    }

    .module__popup__close {
        right: -4px;
    }

    .jsShow:nth-child(3n+1),
    .jsShow:nth-child(3n+2),
    .jsShow:nth-child(3n+3) {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }

    .jsShow.custom:nth-child(3n+1) {
        -webkit-animation: 0.3s showFromDown 0.1s ease-out;
        -moz-animation: 0.3s showFromDown 0.1s ease-out;
        -ms-animation: 0.3s showFromDown 0.1s ease-out;
        -o-animation: 0.3s showFromDown 0.1s ease-out;
        animation: 0.3s showFromDown 0.1s ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .jsShow.custom:nth-child(3n+2) {
        -webkit-animation: 0.3s showFromDown 0.1s ease-out;
        -moz-animation: 0.3s showFromDown 0.1s ease-out;
        -ms-animation: 0.3s showFromDown 0.1s ease-out;
        -o-animation: 0.3s showFromDown 0.1s ease-out;
        animation: 0.3s showFromDown 0.1s ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .jsShow.custom:nth-child(3n+3) {
        -webkit-animation: 0.3s showFromDown 0.1s ease-out;
        -moz-animation: 0.3s showFromDown 0.1s ease-out;
        -ms-animation: 0.3s showFromDown 0.1s ease-out;
        -o-animation: 0.3s showFromDown 0.1s ease-out;
        animation: 0.3s showFromDown 0.1s ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .module__contacts_margin {
        display: block;

        padding-top: 69px;
    }

    .module__media__item {
        width: 100%;
    }

    .module__music::before,
    .module__info::before,
    .module__media::before,
    .module__main::before,
    .module__contacts::before {
        background-repeat: repeat-y;
        background-position: top center;
        background-size: inherit;
    }
    /*.module__music::before,
    .module__info::before,*/
    .module__media::before,
    .module__main::before {
        opacity: 0.3;
    }

    .module__main::before {
        opacity: 0.1;
    }

    .page__wrapper {
        height: 100%;
        min-height: 0px;
    }

    .module__info,
    .module__music__items {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    .module__loader::after {
        opacity: 0.2;

        -webkit-filter: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        /*mix-blend-mode: unset;*/
    }

    .module__loader__items {
        height: 550px;
    }

    .modal_opend {
        position: fixed;

        overflow: hidden;
    }

    .modal_opend body {
        position: fixed;

        overflow: hidden;
    }

    .module__music,
    .module__info,
    .module__media,
    .module__main,
    .module__contacts {
        position: relative;

        padding-top: 89px;
    }

    .module__contacts {
        padding-top: 89px;
    }

    body {
        position: relative;

        height: auto;
    }

    .module__media::after {
        display: none;
    }

    .main-menu {
        top: 68px;
    }

    .module__album__content {
        width: 100%;
        margin: 0px;
        padding: 60px 0 0 0;
    }

    .module__album__row-a {
        padding-top: 17px;
    }

    .module__album__row {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .module__album__row .col__50 {
        text-align: left;
    }

    .module__album__row .col__50:first-child {
        margin-bottom: 10px;
    }

    .module__album__row .col__50,
    .module__album__row iframe {
        width: 100%;
        max-width: 100%;
    }

/*     .module__album__row iframe {
    height: 248px;
} */

    .module__album {
        overlfow-y: scroll;
    }

    .module__album__row-2 {
        -webkit-box-pack: baseline;
        -moz-box-pack: baseline;
        -o-box-pack: baseline;
        -ms-flex-pack: baseline;
        -webkit-justify-content: baseline;
        justify-content: baseline;
    }

    .module__album__link-2 {
        margin: 0 10px 0 0;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    .module__album__overlay {
        width: 100%;
    }

    .module__album__overlay::after {
        display: none;

        content: "";
    }

    .module__album__overlay::before {
        content: "";

        -webkit-box-shadow: inset 0 0 300px 300px #101010;
        box-shadow: inset 0 0 300px 300px #101010;
    }

    .module__album__row-3 .icon {
        color: #fff;
    }

    .module__album__back {
        color: #f9f2e9;

        font-size: 17px;
    }

    .module__album__back::before {
        content: "";

        background: #f9f2e9;
    }

    .module__album__link-2 {
        margin-bottom: 6px;
    }

    .module__album__str-2 {
        margin: 0 0 6px 0;
    }

    .module__album__row-3 {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .module__music__item {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .module__contacts__link {
        margin: 0 3px;
    }

    .module__loader__items {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    .module__contacts__cont {
        width: 100%;
    }

    .module__contacts__row {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .module__album__overlay::before {
        content: "";

        -webkit-box-shadow: inset 0 0 200px 100px #0d0d0f;
        box-shadow: inset 0 0 200px 100px #0d0d0f;
    }
}

@-moz-keyframes showFromDown {
    0% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-webkit-keyframes showFromDown {
    0% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-o-keyframes showFromDown {
    0% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@keyframes showFromDown {
    0% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-moz-keyframes heightScroll {
    0% {
        height: 0;
    }

    100% {
        height: 60px;
    }
}

@-webkit-keyframes heightScroll {
    0% {
        height: 0;
    }

    100% {
        height: 60px;
    }
}

@-o-keyframes heightScroll {
    0% {
        height: 0;
    }

    100% {
        height: 60px;
    }
}

@keyframes heightScroll {
    0% {
        height: 0;
    }

    100% {
        height: 60px;
    }
}

@-moz-keyframes noise {
    0%,
    100% {
        background-position: 0 0;
    }

    10% {
        background-position: -5% -10%;
    }

    20% {
        background-position: -15% 5%;
    }

    30% {
        background-position: 7% -25%;
    }

    40% {
        background-position: 20% 25%;
    }

    50% {
        background-position: -25% 10%;
    }

    60% {
        background-position: 15% 5%;
    }

    70% {
        background-position: 0% 15%;
    }

    80% {
        background-position: 25% 35%;
    }

    90% {
        background-position: -10% 10%;
    }
}

@-webkit-keyframes noise {
    0%,
    100% {
        background-position: 0 0;
    }

    10% {
        background-position: -5% -10%;
    }

    20% {
        background-position: -15% 5%;
    }

    30% {
        background-position: 7% -25%;
    }

    40% {
        background-position: 20% 25%;
    }

    50% {
        background-position: -25% 10%;
    }

    60% {
        background-position: 15% 5%;
    }

    70% {
        background-position: 0% 15%;
    }

    80% {
        background-position: 25% 35%;
    }

    90% {
        background-position: -10% 10%;
    }
}

@-o-keyframes noise {
    0%,
    100% {
        background-position: 0 0;
    }

    10% {
        background-position: -5% -10%;
    }

    20% {
        background-position: -15% 5%;
    }

    30% {
        background-position: 7% -25%;
    }

    40% {
        background-position: 20% 25%;
    }

    50% {
        background-position: -25% 10%;
    }

    60% {
        background-position: 15% 5%;
    }

    70% {
        background-position: 0% 15%;
    }

    80% {
        background-position: 25% 35%;
    }

    90% {
        background-position: -10% 10%;
    }
}

@keyframes noise {
    0%,
    100% {
        background-position: 0 0;
    }

    10% {
        background-position: -5% -10%;
    }

    20% {
        background-position: -15% 5%;
    }

    30% {
        background-position: 7% -25%;
    }

    40% {
        background-position: 20% 25%;
    }

    50% {
        background-position: -25% 10%;
    }

    60% {
        background-position: 15% 5%;
    }

    70% {
        background-position: 0% 15%;
    }

    80% {
        background-position: 25% 35%;
    }

    90% {
        background-position: -10% 10%;
    }
}

@-moz-keyframes translateX {
    from {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-webkit-keyframes translateX {
    from {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-o-keyframes translateX {
    from {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@keyframes translateX {
    from {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-moz-keyframes height-2 {
    0% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-webkit-keyframes height-2 {
    0% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-o-keyframes height-2 {
    0% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes height-2 {
    0% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-moz-keyframes disk {
    0% {
        top: 0%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    25% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    50% {
        top: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    90% {
        top: 50%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes disk {
    0% {
        top: 0%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    25% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    50% {
        top: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    90% {
        top: 50%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes disk {
    0% {
        top: 0%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    25% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    50% {
        top: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    90% {
        top: 50%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes disk {
    0% {
        top: 0%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    25% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    50% {
        top: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    90% {
        top: 50%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes height {
    0% {
        height: 0%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        height: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes height {
    0% {
        height: 0%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        height: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes height {
    0% {
        height: 0%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        height: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes height {
    0% {
        height: 0%;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }

    100% {
        height: 100%;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@keyframes show {
    0% {
        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-moz-keyframes show-2 {
    0% {
        margin-top: -10px;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        margin-top: 0px;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-webkit-keyframes show-2 {
    0% {
        margin-top: -10px;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        margin-top: 0px;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@-o-keyframes show-2 {
    0% {
        margin-top: -10px;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        margin-top: 0px;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

@keyframes show-2 {
    0% {
        margin-top: -10px;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    100% {
        margin-top: 0px;

        opacity: 1;

        -ms-filter: none;
        filter: none;
    }
}

/* Background Video */

.bg_video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.main-slider {
    display: none;    
} 

.main-slider.slick-initialized {
    display: block;    
}

body.fp-viewing-media,
body.fp-viewing-music,
body.fp-viewing-info{
    overflow: hidden;
}
body.fp-viewing-media.loaded,
body.fp-viewing-music.loaded,
body.fp-viewing-info.loaded{
    overflow: auto;
}
.fp-viewing-home .module__logo,
.fp-viewing-contacts .module__logo{
    transition: none;    
}