article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: \201c \201d \2018 \2019;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
figure {
    margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
    border: 0;
    padding: 0;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "exljbris - MuseoSansCyrl-100";
    src: url("../fonts/exljbris - MuseoSansCyrl-100.woff") format("woff"), url("../fonts/exljbris - MuseoSansCyrl-100.ttf") format("truetype");
}
@font-face {
    font-family: MUSEOSANSCYRL;
    src: url(../fonts/MUSEOSANSCYRL.woff) format("woff"), url(../fonts/MUSEOSANSCYRL.ttf) format("truetype");
}
@font-face {
    font-family: MUSEOSANSCYRL_0;
    src: url(../fonts/MUSEOSANSCYRL_0.woff) format("woff"), url(../fonts/MUSEOSANSCYRL_0.ttf) format("truetype");
}
@font-face {
    font-family: MUSEOSANSCYRL_1;
    src: url(../fonts/MUSEOSANSCYRL_1.woff) format("woff"), url(../fonts/MUSEOSANSCYRL_1.ttf) format("truetype");
}
@font-face {
    font-family: MUSEOSANSCYRL_2;
    src: url(../fonts/MUSEOSANSCYRL_2.woff) format("woff"), url(../fonts/MUSEOSANSCYRL_2.ttf) format("truetype");
}
@font-face {
    font-family: ArianAMUSerifBold;
    src: url(../fonts/ArianAMUSerifBold.woff) format("woff"), url(../fonts/ArianAMUSerifBold.ttf) format("truetype");
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    outline: 0;
    text-decoration: none;
}
a:focus {
    outline: 0;
}
.hidden {
    display: none !important;
}
b,
strong {
    font-weight: 900;
}
html {
    min-width: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    position: relative;
}
.container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.scroll-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
section {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.max-width {
    max-width: 2440px;
    height: 100%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .max-width {
        max-width: 1800px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .max-width {
        max-width: 1246px;
    }
}
@media all and (max-width: 1279px) {
    .max-width {
        max-width: 904px;
    }
}
@media all and (max-width: 1023px) {
    .max-width {
        max-width: 100%;
        padding: 0 23px;
    }
}
@media all and (max-width: 767px) {
    .max-width {
        padding: 0 15px;
    }
}
.section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 325px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-1 {
        padding-bottom: 285px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-1 {
        padding-bottom: 125px;
    }
}
@media all and (max-width: 1279px) {
    .section-1 {
        padding-bottom: 70px;
    }
}
@media all and (max-width: 1023px) {
    .section-1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 0;
        padding-top: 60px;
    }
}
@media all and (max-width: 767px) {
    .section-1 {
        padding-top: 0;
    }
}
.section-1 .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-1 .video img {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-1 .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}
@media all and (max-width: 767px) {
    .section-1 .video video {
        pointer-events: all;
    }
}
.section-1 .max-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-1 .logo {
    position: relative;
    width: 1928px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-1 .logo {
        width: 1430px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-1 .logo {
        width: 880px;
    }
}
@media all and (max-width: 1279px) {
    .section-1 .logo {
        width: 948px;
    }
}
@media all and (max-width: 1023px) {
    .section-1 .logo {
        width: 722px;
    }
}
@media all and (max-width: 767px) {
    .section-1 .logo {
        width: calc(100% - 30px);
        margin-top: 25px;
        max-width: 465px;
    }
}
.section-1 .text {
    width: 960px;
    padding-left: 140px;
    left: 480px;
    position: relative;
    color: #fff;
    margin-top: 167px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-1 .text {
        width: 710px;
        left: 355px;
        padding-left: 100px;
        margin-top: 127px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-1 .text {
        width: 435px;
        left: 217px;
        padding-left: 60px;
        margin-top: 100px;
    }
}
@media all and (max-width: 1279px) {
    .section-1 .text {
        margin-top: 110px;
    }
}
@media all and (max-width: 1023px) {
    .section-1 .text {
        left: 0;
        padding-left: 0;
        width: 560px;
        text-align: center;
        margin-top: 50px;
    }
    .section-1 .text br {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .section-1 .text {
        margin-top: 30px;
        width: 100%;
        max-width: 560px;
        padding: 0 15px;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-1 .text {
        width: calc(40vw + 35px);
        padding-left: 35px;
        padding-right: 0;
        left: 130px;
        text-align: left;
        margin-top: 40px;
    }
}
.section-1 .text h2 {
    font: normal 66px/70px MUSEOSANSCYRL_1;
    margin-bottom: 30px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-1 .text h2 {
        font-size: 50px;
        line-height: 53px;
        margin-bottom: 22px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-1 .text h2 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 1279px) {
    .section-1 .text h2 {
        font-size: 39px;
        line-height: 41px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1023px) {
    .section-1 .text h2 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 767px) {
    .section-1 .text h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}
.section-1 .text p {
    font: 30px/40px "exljbris - MuseoSansCyrl-100";
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-1 .text p {
        font-size: 22px;
        line-height: 30px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-1 .text p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width: 1279px) {
    .section-1 .text p {
        font-size: 17px;
        line-height: 22px;
    }
}
@media all and (max-width: 1023px) {
    .section-1 .text p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width: 767px) {
    .section-1 .text p {
        font-size: 14px;
        line-height: 16px;
    }
}
.section-1 .bottle {
    position: absolute;
    right: 50%;
    margin-right: 280px;
    top: 50%;
    margin-top: -420px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: none;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-1 .bottle {
        height: 980px;
        margin-right: 210px;
        margin-top: -320px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-1 .bottle {
        height: 610px;
        margin-top: -204px;
        margin-right: 123px;
    }
}
@media all and (max-width: 1279px) {
    .section-1 .bottle {
        height: 680px;
        margin-right: 138px;
        margin-top: -190px;
    }
}
@media all and (max-width: 1023px) {
    .section-1 .bottle {
        margin-right: 0;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 45px;
        height: 660px;
    }
}
@media all and (max-width: 767px) {
    .section-1 .bottle {
        height: auto;
        min-width: 115px;
        width: 36vw;
        margin-top: 17px;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-1 .bottle {
        width: auto;
        height: 105vh;
        min-width: 0;
        position: absolute;
        margin-top: 43px;
        margin-right: 130px;
        right: 50%;
    }
}
.section-2:before {
    content: "";
    height: 46%;
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
}
@media all and (max-width: 1023px) {
    .section-2:before {
        height: 43%;
    }
}
@media all and (max-width: 767px) {
    .section-2:before {
        height: 50%;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-2:before {
        height: 100%;
    }
}
.section-2 .carousel {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-2 .carousel .carousel-body {
    width: 1160px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel .carousel-body {
        width: 840px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-body {
        width: 620px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel .carousel-body {
        width: 800px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel .carousel-body {
        width: 665px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-body {
        width: 100%;
        padding-top: 20px;
    }
}
.section-2 .carousel .carousel-body img {
    height: 100%;
    width: auto;
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-body img {
        height: 50vh;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-2 .carousel .carousel-body img {
        height: 72vh;
    }
}
.section-2 .carousel .carousel-imgs {
    position: relative;
    width: 100%;
    height: 760px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel .carousel-imgs {
        height: 570px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-imgs {
        height: 350px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel .carousel-imgs {
        height: 425px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel .carousel-imgs {
        height: 540px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-imgs {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.section-2 .carousel .carousel-imgs .carousel-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform-origin: 50% 65% 0;
    transform-origin: 50% 65% 0;
    -webkit-transition: margin 1s ease, z-index 0s 1s ease, -webkit-transform 1s ease;
    transition: margin 1s ease, z-index 0s 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, margin 1s ease, z-index 0s 1s ease;
    transition: transform 1s ease, margin 1s ease, z-index 0s 1s ease, -webkit-transform 1s ease;
    margin-left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-imgs .carousel-img {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        left: 0;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px 15px;
        height: auto;
    }
    .section-2 .carousel .carousel-imgs .carousel-img br {
        display: none;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-2 .carousel .carousel-imgs .carousel-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 325px;
    }
}
.section-2 .carousel .carousel-imgs .carousel-img.active {
    z-index: 1;
    -webkit-transition: margin 1s ease, z-index 0s 0s ease, -webkit-transform 1s ease;
    transition: margin 1s ease, z-index 0s 0s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, margin 1s ease, z-index 0s 0s ease;
    transition: transform 1s ease, margin 1s ease, z-index 0s 0s ease, -webkit-transform 1s ease;
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-imgs .carousel-img.active {
        opacity: 1;
    }
}
.section-2 .carousel .carousel-imgs .carousel-img.prev {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
    transform: translate3d(-50%, -50%, 0) scale(0.75);
    margin-left: -265px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel .carousel-imgs .carousel-img.prev {
        margin-left: -196px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-imgs .carousel-img.prev {
        margin-left: -120px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel .carousel-imgs .carousel-img.prev {
        margin-left: -150px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel .carousel-imgs .carousel-img.prev {
        margin-left: -185px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-imgs .carousel-img.prev {
        -webkit-transform: translate3d(-100%, -50%, 0);
        transform: translate3d(-100%, -50%, 0);
        margin: 0;
        opacity: 0;
        -webkit-transition: z-index 0s 0s ease, opacity 0s 1s, -webkit-transform 1s ease;
        transition: z-index 0s 0s ease, opacity 0s 1s, -webkit-transform 1s ease;
        transition: transform 1s ease, z-index 0s 0s ease, opacity 0s 1s;
        transition: transform 1s ease, z-index 0s 0s ease, opacity 0s 1s, -webkit-transform 1s ease;
    }
}
.section-2 .carousel .carousel-imgs .carousel-img.next {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
    transform: translate3d(-50%, -50%, 0) scale(0.75);
    margin-left: 265px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel .carousel-imgs .carousel-img.next {
        margin-left: 196px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-imgs .carousel-img.next {
        margin-left: 120px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel .carousel-imgs .carousel-img.next {
        margin-left: 150px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel .carousel-imgs .carousel-img.next {
        margin-left: 185px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-imgs .carousel-img.next {
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
        margin: 0;
        opacity: 0;
        -webkit-transition: z-index 0s 0s ease, opacity 0s 1s, -webkit-transform 1s ease;
        transition: z-index 0s 0s ease, opacity 0s 1s, -webkit-transform 1s ease;
        transition: transform 1s ease, z-index 0s 0s ease, opacity 0s 1s;
        transition: transform 1s ease, z-index 0s 0s ease, opacity 0s 1s, -webkit-transform 1s ease;
    }
}
.section-2 .carousel .carousel-imgs .carousel-img .carousel-text {
    display: none;
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-imgs .carousel-img .carousel-text {
        display: block;
        height: 200px;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-2 .carousel .carousel-imgs .carousel-img .carousel-text {
        text-align: left;
        width: 40vw;
        position: absolute;
        left: 105px;
        height: auto;
        padding-top: 0;
    }
}
.section-2 .carousel .carousel-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 120px;
    z-index: 2;
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-controls {
        padding: 58px 47px 0;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel .carousel-controls {
        padding: 100px 0 0;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-controls {
        padding: 0 30px 220px;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-2 .carousel .carousel-controls {
        padding: 0 30px;
    }
}
.section-2 .carousel .carousel-controls .arrow-left,
.section-2 .carousel .carousel-controls .arrow-right {
    cursor: pointer;
    width: 45px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel .carousel-controls .arrow-left,
    .section-2 .carousel .carousel-controls .arrow-right {
        width: 34px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-controls .arrow-left,
    .section-2 .carousel .carousel-controls .arrow-right {
        width: 22px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-controls .arrow-left,
    .section-2 .carousel .carousel-controls .arrow-right {
        width: 18px;
    }
}
.section-2 .carousel .carousel-controls .arrow-left img,
.section-2 .carousel .carousel-controls .arrow-right img {
    width: 100%;
    height: auto;
}
.section-2 .carousel .carousel-texts {
    width: 100%;
    height: 370px;
    position: relative;
    margin-top: 35px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel .carousel-texts {
        margin-top: 28px;
        height: 270px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel .carousel-texts {
        margin-top: 18px;
        height: 170px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel .carousel-texts {
        height: 185px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel .carousel-texts {
        margin-top: 30px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel .carousel-texts {
        display: none;
    }
}
.section-2 .carousel .carousel-texts .carousel-text {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.section-2 .carousel .carousel-texts .carousel-text.active {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
}
.section-2 .carousel-text {
    width: 100%;
    text-align: center;
}
@media all and (max-width: 767px) {
    .section-2 .carousel-text {
        padding-top: 10px;
    }
}
.section-2 .carousel-text h3 {
    font: normal 66px/1.2 ArianAMUSerifBold;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel-text h3 {
        font-size: 50px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel-text h3 {
        font-size: 36px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel-text h3 {
        font-size: 39px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel-text h3 {
        font-size: 36px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel-text h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.section-2 .carousel-text h4 {
    font: normal 41px/43px "exljbris - MuseoSansCyrl-100";
    margin-bottom: 17px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel-text h4 {
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel-text h4 {
        font-size: 22px;
        line-height: 29px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel-text h4 {
        font-size: 24px;
        line-height: 31px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel-text h4 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 3px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel-text h4 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 7px;
    }
}
.section-2 .carousel-text p {
    font: 30px/40px "exljbris - MuseoSansCyrl-100";
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-2 .carousel-text p {
        font-size: 22px;
        line-height: 30px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-2 .carousel-text p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width: 1279px) {
    .section-2 .carousel-text p {
        font-size: 17px;
        line-height: 22px;
        padding: 0 70px;
    }
}
@media all and (max-width: 1023px) {
    .section-2 .carousel-text p {
        padding: 0 25px;
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width: 767px) {
    .section-2 .carousel-text p {
        padding: 0;
        font-size: 14px;
        line-height: 16px;
    }
}
.section-3 {
    background: #0f4b88 url(../img/bg.png) no-repeat right calc(100% - 145px) / 50vw auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 145px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 {
        padding-bottom: 102px;
        background-position: right calc(100% - 102px);
    }
}
@media all and (max-width: 1279px) {
    .section-3 {
        padding-bottom: 77px;
        background-position: right calc(100% - 77px);
    }
}
@media all and (max-width: 1023px) {
    .section-3 {
        background: #0f4b88;
    }
}
@media all and (max-width: 767px) {
    .section-3 {
        height: calc(100% + 77px);
    }
}
.section-3 .text-wrapper {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 1023px) {
    .section-3 .text-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 45px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .section-3 .text-wrapper {
        padding-top: 20px;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-3 .text-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
    }
}
.section-3 .gif {
    position: absolute;
    right: 50%;
    margin-right: 80px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 50px 0;
    width: calc(50vw - 80px);
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .gif {
        padding: 70px 0;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .gif {
        padding: 20px 0;
    }
}
@media all and (max-width: 1023px) {
    .section-3 .gif {
        position: relative;
        right: 0;
        margin-right: 0;
        padding: 12px 0 40px 4%;
        width: 100%;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-3 .gif {
        position: absolute;
        right: 50%;
        width: auto;
        padding-bottom: 15px;
        padding-left: 0;
    }
}
.section-3 .gif img {
    max-height: calc(100% - 82px);
    max-width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    cursor: pointer;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .gif img {
        max-height: calc(100% - 57px);
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .gif img {
        max-height: calc(100% - 40px);
    }
}
@media all and (max-width: 1023px) {
    .section-3 .gif img {
        max-width: 104%;
        max-height: 100%;
    }
}
.section-3 .gif .fb {
    width: 61px;
    position: relative;
    display: block;
    margin-right: 4%;
    margin-top: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .gif .fb {
        width: 46px;
        margin-top: 11px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .gif .fb {
        width: 28px;
    }
}
.section-3 .gif .fb.visible {
    opacity: 1;
}
.section-3 .gif .fb img {
    width: 100%;
    height: auto;
}
.section-3 .text {
    width: 960px;
    padding-left: 140px;
    left: 480px;
    position: relative;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .text {
        width: 710px;
        left: 355px;
        padding-left: 100px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .text {
        width: 435px;
        left: 217px;
        padding-left: 60px;
    }
    .section-3 .text br {
        display: none;
    }
}
@media all and (max-width: 1023px) {
    .section-3 .text {
        width: 640px;
        left: 0;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
@media all and (max-width: 767px) {
    .section-3 .text {
        width: 100%;
        max-width: 560px;
        padding: 0 15px;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .section-3 .text {
        width: calc(40vw + 35px);
        padding-left: 35px;
        padding-right: 0;
        left: 130px;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section-3 .text h2 {
    font: normal 66px/70px MUSEOSANSCYRL_1;
    margin-bottom: 30px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .text h2 {
        font-size: 50px;
        line-height: 53px;
        margin-bottom: 22px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .text h2 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 1023px) {
    .section-3 .text h2 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 767px) {
    .section-3 .text h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}
.section-3 .text p {
    font: 30px/40px "exljbris - MuseoSansCyrl-100";
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .text p {
        font-size: 22px;
        line-height: 30px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .text p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width: 1023px) {
    .section-3 .text p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width: 767px) {
    .section-3 .text p {
        font-size: 14px;
        line-height: 16px;
    }
}
.section-3 .btn {
    width: 340px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font: 37px/1 MUSEOSANSCYRL_1;
    color: #165591;
    cursor: pointer;
    background: #f8e1eb;
    border-radius: 38px;
    margin-top: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .btn {
        margin-top: 52px;
        width: 250px;
        height: 56px;
        border-radius: 28px;
        font-size: 28px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .section-3 .btn {
        margin-top: 26px;
        font-size: 17px;
        width: 155px;
        height: 36px;
        border-radius: 18px;
    }
}
@media all and (max-width: 1023px) {
    .section-3 .btn {
        margin-top: 15px;
    }
}
.section-3 .footer {
    height: 145px;
    background: #0e447b;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer {
        height: 102px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer {
        height: 77px;
    }
}
.section-3 .footer .footer-logo {
    width: 167px;
    height: auto;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer .footer-logo {
        width: 120px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer .footer-logo {
        width: 90px;
    }
}
.section-3 .footer .max-width {
    width: 100%;
    max-width: 100%;
    padding: 70px 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer .max-width {
        padding-top: 50px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer .max-width {
        padding-top: 37px;
    }
}
@media all and (max-width: 1023px) {
    .section-3 .footer .max-width {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media all and (max-width: 767px) {
    .section-3 .footer .max-width {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 27px;
        padding-top: 20px;
    }
}
.section-3 .footer .created {
    font-family: "exljbris - MuseoSansCyrl-100";
    color: #1965a9;
}
@media all and (max-width: 767px) {
    .section-3 .footer .created {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 27px;
        font-size: 14px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #0b3f74;
    }
}
.section-3 .footer .created a {
    color: #1965a9;
}
.section-3 .footer .created a:hover {
    text-decoration: underline;
}
.section-3 .footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-3 .footer .social p {
    color: #fff;
    font: 22px/34px "exljbris - MuseoSansCyrl-100";
    position: relative;
    padding-right: 57px;
    margin-right: 22px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer .social p {
        font-size: 15px;
        line-height: 27px;
        padding-right: 40px;
        margin-right: 15px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer .social p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 31px;
        margin-right: 11px;
    }
}
.section-3 .footer .social p:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #155a98;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer .social p:after {
        width: 26px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer .social p:after {
        width: 20px;
    }
}
.section-3 .footer .social img {
    height: 28px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer .social img {
        height: 20px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer .social img {
        height: 15px;
    }
}
.section-3 .footer .social a + a {
    margin-left: 33px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .section-3 .footer .social a + a {
        margin-left: 24px;
    }
}
@media all and (max-width: 1279px) {
    .section-3 .footer .social a + a {
        margin-left: 19px;
    }
}
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(../img/video-bg.jpg) no-repeat center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 767px) {
    .popup {
        background-image: url(../img/video-bg-m.jpg);
    }
}
.popup .popup-inner {
    width: 1234px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 47px;
    line-height: 1;
    font-family: MUSEOSANSCYRL;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner {
        font-size: 35px;
        width: 930px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner {
        font-size: 25px;
        width: 660px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner {
        font-size: 23px;
        width: 610px;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner {
        font-size: 15px;
        line-height: 18px;
        width: 410px;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .popup .popup-inner {
        width: 260px;
    }
}
.popup .popup-inner .child {
    line-height: 62px;
    padding-bottom: 90px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner .child {
        line-height: 46px;
        padding-bottom: 69px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner .child {
        line-height: 32px;
        padding-bottom: 51px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner .child {
        line-height: 30px;
        padding-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner .child {
        line-height: 18px;
        padding-bottom: 134px;
    }
    .popup .popup-inner .child br {
        display: none;
    }
}
.popup .popup-inner .border-left {
    height: 390px;
    width: 48px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 116px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner .border-left {
        width: 40px;
        height: 295px;
        top: 85px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner .border-left {
        width: 25px;
        height: 210px;
        top: 60px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner .border-left {
        height: 196px;
        top: 60px;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .popup .popup-inner .border-left {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner .border-left {
        border-width: 1px;
        height: 130px;
        width: 17px;
        top: 40px;
    }
}
.popup .popup-inner .border-left.wide:before {
    width: 1000px;
}
.popup .popup-inner .border-left:before {
    content: "";
    position: absolute;
    width: 275px;
    border-bottom: 2px solid #fff;
    left: 0;
    bottom: -2px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner .border-left:before {
        width: 207px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner .border-left:before {
        width: 147px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner .border-left:before {
        width: 137px;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner .border-left:before {
        border-width: 1px;
        bottom: -1px;
        width: 53px;
    }
}
.popup .popup-inner .border-right {
    height: 390px;
    width: 48px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 116px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner .border-right {
        width: 40px;
        height: 295px;
        top: 85px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner .border-right {
        width: 25px;
        height: 210px;
        top: 60px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner .border-right {
        height: 196px;
        top: 60px;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .popup .popup-inner .border-right {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner .border-right {
        border-width: 1px;
        height: 130px;
        width: 17px;
        top: 40px;
    }
}
.popup .popup-inner .border-right:before {
    content: "";
    position: absolute;
    width: 275px;
    border-bottom: 2px solid #fff;
    right: 0;
    bottom: -2px;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner .border-right:before {
        width: 207px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner .border-right:before {
        width: 147px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner .border-right:before {
        width: 137px;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner .border-right:before {
        border-width: 1px;
        bottom: -1px;
        width: 53px;
    }
}
.popup .popup-inner strong {
    font-weight: 400;
    font-family: MUSEOSANSCYRL_1;
    font-size: 65px;
    margin-top: 24px;
    display: block;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner strong {
        font-size: 49px;
        margin-top: 19px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner strong {
        font-size: 35px;
        margin-top: 13px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner strong {
        font-size: 32px;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner strong {
        font-size: 21px;
        line-height: 22px;
        margin-top: 7px;
    }
}
.popup .popup-inner a {
    border-radius: 35px;
    height: 70px;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: MUSEOSANSCYRL_1;
    color: #fff;
    text-transform: uppercase;
    width: 294px;
    margin: 0 14px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .popup-inner a {
        height: 54px;
        width: 222px;
        font-size: 24px;
        margin: 0 10px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .popup-inner a {
        font-size: 17px;
        width: 160px;
        height: 39px;
        margin: 0 6px;
    }
}
@media all and (max-width: 1023px) {
    .popup .popup-inner a {
        font-size: 16px;
        height: 37px;
        width: 148px;
    }
}
@media all and (max-width: 767px) {
    .popup .popup-inner a {
        font-size: 15px;
        height: 34px;
        width: 135px;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .popup .popup-inner a {
        margin-bottom: 18px;
    }
}
.popup .popup-inner a:hover {
    background: #f8e1eb;
    color: #020f70;
}
.popup .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .btns {
        margin-top: 50px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .btns {
        margin-top: 35px;
    }
}
@media all and (max-width: 767px) {
    .popup .btns {
        margin-top: 18px;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .popup .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }
}
.popup .logo {
    width: 1100px;
    margin-bottom: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
@media all and (max-width: 2480px), all and (max-height: 1140px) {
    .popup .logo {
        width: 825px;
        margin-bottom: 60px;
    }
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .popup .logo {
        width: 586px;
        margin-bottom: 42px;
    }
}
@media all and (max-width: 1023px) {
    .popup .logo {
        width: 545px;
    }
}
@media all and (max-width: 767px) {
    .popup .logo {
        width: 365px;
        margin-bottom: 24px;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .popup .logo {
        width: 260px;
    }
}
.volume {
    position: absolute;
    cursor: pointer;
    right: 60px;
    top: 53px;
    z-index: 3;
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .volume {
        right: 40px;
        top: 40px;
    }
}
@media all and (max-width: 1023px) {
    .volume {
        right: 20px;
        top: 20px;
    }
}
@media all and (max-width: 767px) {
    .volume {
        top: auto;
        bottom: 20px;
    }
}
.volume img {
    width: 32px;
    height: 32px;
}
@media all and (max-width: 1840px), all and (max-height: 900px) {
    .volume img {
        width: 20px;
        height: 20px;
    }
}
.pager {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
@media all and (max-width: 1023px) {
    .pager {
        width: 30px;
    }
}
.pager.dark li {
    border-color: #0e447b;
}
.pager.dark li.active {
    background: #0e447b;
}
.pager li {
    list-style: none;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 5px 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.pager li.active {
    background: #fff;
}
.video-section > div {
    align-self: center;
}
.video-section h3 {
    font: normal 66px/1.2 ArianAMUSerifBold;
    width: 100%;
    display: block;
}
.video-wrap {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    align-items: center;
    max-width: 1200px;
}
.video-wrap h3 {
    font: normal 40px/1.2 ArianAMUSerifBold;
}
.video-wrap p,
.video-wrap span {
    font: 18px/27px "exljbris - MuseoSansCyrl-100";
}
.half-width {
    width: 50%;
    margin: 15px 15px;
    z-index: 1;
}
@media screen and (min-width: 1200px) {
    .carousel-3d-container {
        height: 330px !important;
        align-self: center;
    }
}
.carousel-video-wrap {
    position: static;
    width: 100%;
    height: 100%;
}
.carousel-3d-controls img {
    width: 22px;
    height: 34px;
    vertical-align: bottom;
}
a.prev {
    left: 15px !important;
}
a.next {
    right: 15px !important;
}
#video_carusel a.next,
#video_carusel a.prev {
    top: unset !important;
    bottom: 17px;
}
#video_carusel a.next {
    right: 25px !important;
}
#video_carusel a.prev {
    left: unset !important;
    right: 80px !important;
}
.carousel-3d-controls a svg.arrow_mob {
    display: none;
}
#video_carusel {
    align-items: center;
    background: url(/test/assets/build/img/bg-video.png) no-repeat 100% 61%;
}
#video_carusel:before {
    background: unset;
}
.plyr--video {
   
    height: 100%;
}
.video_wrap {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 15px;
    position: relative;
}
.video_wrap .carousel-3d-container {
    position: static !important;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    overflow: visible !important;
    z-index: unset !important;
}
.video_wrap .carousel-3d-slider {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 100% !important;
    height: 410px !important;
}
.video_wrap .carousel-3d-slide {
    width: 100% !important;
    height: 410px !important;
}
.video_wrap .carousel-3d-controls {
    top: unset !important;
    width: calc(50% + 35px) !important;
    height: 100% !important;
    margin-left: unset;
    margin-top: unset !important;
    bottom: 11px;
}
.video_wrap .carousel-3d-controls a svg {
    width: 17px;
    height: 24px;
}
.video_wrap .carousel-3d-controls a.prev span {
    justify-content: flex-start;
    top: unset;
    bottom: 0;
}
.video_wrap .carousel-3d-controls a.next span {
    justify-content: flex-end;
    top: unset;
    bottom: 0;
}
.carousel-3d-controls a svg {
    width: 22px;
    height: 34px;
    margin-top: 20px;
}
.carousel-3d-container {
    max-width: 1200px;
    height: 350px !important;
    margin: 0 auto !important;
}
#product_carusel {
    flex-direction: column;
}
#product_carusel .carousel-3d-slider {
    height: 320px !important;
}
#product_carusel .carousel-3d-slide {
    text-align: center;
    background-color: transparent !important;
    border: 0 !important;
    height: 100% !important;
}
#product_carusel .carousel-3d-slide img {
    width: auto !important;
    height: 100%;
}
#description_wrap_video {
    position: relative;
    max-width: 1100px;
    z-index: 1;
    width: 100%;
    background: #f7f7f7;
    height: 373px;
    margin-right: -70px;
}
#description_wrap {
    position: relative;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1;
    height: 265px;
}
#description_wrap_video h3,
#description_wrap_video p {
    text-align: left;
}
#description_wrap_video p {
    line-height: 24px !important;
    padding: 0;
}
#description_wrap_video h3 {
    padding-bottom: 10px;
}
#description_wrap_video .description_item {
    top: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#description_wrap p {
    max-width: 650px;
    margin: 0 auto;
}
.description_item {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 40px;
}
.description_item:first-child {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
}
.description_item.invis:first-child {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.description_item.invis {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.description_item.show {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
}
@media screen and (max-width: 1840px) {
    #description_wrap {
        height: 200px;
        min-height: 200px;
    }
    #description_wrap_video {
        height: 308px;
        min-height: 308px;
    }
}
@media screen and (max-width: 1200px) {
    #description_wrap {
        height: 200px;
        min-height: 200px;
    }
    #description_wrap_video {
        height: 308px;
        min-height: 308px;
    }
}
@media screen and (max-width: 1055px) {
    .video-wrap p,
    .video-wrap span {
        font: 16px/27px "exljbris - MuseoSansCyrl-100";
    }
    .video-wrap h3 {
        font: normal 35px/1.2 ArianAMUSerifBold;
    }
}
@media screen and (max-width: 992px) {
    #description_wrap {
        height: 208px;
        min-height: 208px;
    }
    #description_wrap_video {
        height: 316px;
        min-height: 316px;
    }
    .video_wrap .carousel-3d-controls {
        top: unset !important;
        width: 100%;
        height: 100% !important;
        bottom: unset;
        margin-left: unset;
    }
    .video-wrap p,
    .video-wrap span {
        font: 14px/25px "exljbris - MuseoSansCyrl-100";
    }
    .video-wrap h3 {
        font: normal 33px/1.2 ArianAMUSerifBold;
    }
}
@media screen and (max-width: 850px) {
    #video_carusel {
        background: unset;
    }
    .video_wrap {
        flex-direction: column;
    }
    .video_wrap .carousel-3d-container {
        position: relative !important;
        height: 244px !important;
    }
    .video_wrap .carousel-3d-slider {
        height: 244px !important;
    }
    .video_wrap .carousel-3d-slide {
        height: 244px !important;
    }
    #description_wrap_video {
        margin: 0 auto;
        background: unset;
        height: 220px;
        min-height: 220px;
    }
    #description_wrap_video .description_item {
        top: 0 !important;
        left: unset;
        transform: unset;
        padding-top: 20px;
    }
    .video_wrap .carousel-3d-controls {
        width: 100% !important;
        height: unset !important;
        margin: 0 !important;
        top: unset !important;
        bottom: -11px;
    }
    .video_wrap .carousel-3d-controls a {
        width: 48px !important;
        height: 48px !important;
        border-radius: 50px;
        bottom: unset !important;
    }
    #video_carusel .video_wrap .carousel-3d-controls a.prev {
        left: 10px !important;
    }
    #video_carusel .video_wrap .carousel-3d-controls a.next {
        right: 10px !important;
    }
    .video_wrap .carousel-3d-controls a span {
        height: 100%;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }
    .video_wrap .carousel-3d-controls a.prev span {
        justify-content: center;
    }
    .video_wrap .carousel-3d-controls a.next span {
        justify-content: center;
    }
    .video_wrap .carousel-3d-controls a svg {
        fill: #000;
        margin-top: 0;
    }
    #description_wrap_video h3,
    #description_wrap_video p {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    #description_wrap {
        height: 154px;
        min-height: 154px;
    }
    #description_wrap_video {
        height: 192px;
        min-height: 192px;
    }
    .video-wrap p,
    .video-wrap span {
        font: 14px/20px "exljbris - MuseoSansCyrl-100";
    }
    .video-wrap h3 {
        font: normal 33px/1.2 ArianAMUSerifBold;
    }
    .section_about {
        padding: 0 30px !important;
    }
}
@media screen and (max-width: 690px) {
    .video-wrap p,
    .video-wrap span {
        font: 12px/20px "exljbris - MuseoSansCyrl-100";
    }
    .video-wrap h3 {
        font: normal 25px/1.2 ArianAMUSerifBold;
    }
}
@media screen and (max-width: 576px) {
    #product_carusel.section-2:before {
        height: 55%;
    }
    #product_carusel .carousel-3d-slider {
        height: 280px !important;
    }
    .carousel-3d-container {
        height: 290px !important;
    }
    .description_item {
        padding: 0 20px;
    }
    #description_wrap {
        height: 252px;
        min-height: 252px;
    }
    #description_wrap_video {
        height: 220px;
        min-height: 220px;
    }
    .half-width {
        width: 100%;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    #description_wrap_video .description_item {
        padding: 20px 10px 0 10px;
    }
    #product_carusel .carousel-3d-controls {
        width: calc(100% - 120px) !important;
        left: 60px !important;
        right: 60px !important;
    }
}
.video-section video {
    object-fit: cover;
}
.video-section .plyr {
    height: 220px !important;
}
.section_about {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0 60px;
}
.section_about .description_text {
    max-width: 1200px;
    text-align: center;
    font: 16px/24px "exljbris - MuseoSansCyrl-100";
    min-height: 500px;
    max-height: 500px;
    overflow-y: scroll;
    padding: 30px 30px 30px 0;
}
.section_about .description_text h2:first-child,
.section_about .description_text .h2:first-child,
.section_about .description_text .title:first-child {
    padding: 10px 0 10px 0 !important;
}
.section_about .description_text h2,
.section_about .description_text .h2,
.section_about .description_text .title {
    padding: 50px 0 10px 0;
    margin-bottom: 15px;
    line-height: 29px;
    font: normal 21px/1.2 ArianAMUSerifBold;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #3c8eb1;
}
