/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1290px) {
    #help {
        padding-bottom: 42px;
    }

    html, body {
        overflow: auto !important;
    }
}

.cssload-loader {
    width: 100px;
    height: 100px;
    position: relative;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #5C5EDC;
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(76, 70, 101, 0.99);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #e9908a;
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.preloader {
    background-color: rgba(0, 0, 0, 0.99);
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 700;
    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-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeScroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes fadeScroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

#app b {
    font-weight: bold;
}

#app * {
    font-family: "Lato";
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

#app img {
    max-width: 100%;
    height: auto;
}

#app iframe {
    max-width: 100%;
}

#app html, #app body {
    overflow-x: hidden;
}

#app .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 34;
    background-color: rgba(85, 76, 72, 0.27);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 37px;
}

@media (max-width: 1290px) {
    #app .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }
}

@media (max-width: 520px) {
    #app .header {
        padding: 0 10px;
    }
}

@media (min-width: 1025px) {
    #app .body {
        height: 100vh;
    }
}

#app .hamburger-inner, #app .hamburger-inner:after, #app .hamburger-inner:before, #app .hamburger.is-active .hamburger-inner, #app .hamburger.is-active .hamburger-inner:after, #app .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

#app .mobile-nav {
    display: none;
    text-align: right;
}

@media (max-width: 1290px) {
    #app .mobile-nav {
        display: block;
    }
}

#app .hamburger {
    outline: none;
}

#app .menu {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 35px;
}

#header {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 1290px) {
    #app .menu {
        padding-top: 70px;
        position: fixed;
        width: 75%;
        height: 100vh;
        background: #ddd;
        top: 0;
        background-color: #554c48;
        right: -100%;
        -webkit-transition: 0.25s all linear;
        -o-transition: 0.25s all linear;
        transition: 0.25s all linear;
    }

    #app .menu.active {
        right: 0;
    }
}

#app .menu ul {
    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;
    height: 50px;
}

@media (max-width: 1290px) {
    #app .menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#app .menu ul li {
    /*  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;*/
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

@media (max-width: 1290px) {
    #app .menu ul li {
        padding: 10px;
        text-align: right;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

#app .menu ul li a {
    color: #fff !important;
    font-size: 1vw;
    line-height: 1.4vw;
    /*  border-left: 2px solid #fff;*/
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-weight: 400;
    white-space: nowrap;
}

.divider {
    width: 1px;
    background-color: #ffffff;
}

li.divider:last-of-type {
    display: none;
}

@media (max-width: 1290px) {
    #app .menu ul li a {
        font-size: 17px;
        line-height: 22px;
        border-left: none;
    }

    .divider {
        display: none !important;
    }
}

#app .menu ul li:first-child a {
    border-left: none;
    padding-left: 0;
}

#app .menu ul li:last-child a {
    padding-right: 0;
}

#app .header-contact {
    color: #fff;
}

@media (max-width: 1290px) {
    #app .header-contact {
        padding-right: 15px;
    }
}

#app .header-contact a {
    text-decoration: none;
    color: #fff;
}

#app .header-contact span {
    font-size: 0.9vw;
    line-height: 0.88542vw;
    font-weight: 400;
}

@media (max-width: 1290px) {
    #app .header-contact span {
        font-size: 20px;
        line-height: 23px;
    }
}

#app .header-contact b {
    font-weight: 900;
    font-size: 1.82vw;
    line-height: 120%;
}

@media (max-width: 1290px) {
    #app .header-contact b {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 1290px) {
    #app .main {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
}

#app .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#app .animation-col {
    width: 58.333333%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

@media (max-width: 1290px) {
    #app .animation-col {
        display: none;
    }
}

#app .animation-layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/man-text.jpg");
    position: absolute;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: 1s all linear;
    -o-transition: 1s all linear;
    transition: 1s all linear;
    z-index: -1;
}

@media (max-height: 830px) {
    #app .animation-layer {
        background-color: #a9a7a7;
        background-size: 111vh;
    }
}

#app .animation-title {
    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;
    height: 100%;
}

#app .animation-title img {
    display: block;
}

#app .content-box {
    padding-right: 3.25521vw;
    width: 100%;
    margin-left: auto;
    height: 100%;
    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;
}

@media (max-width: 1290px) {
    #app .content-box {
        padding-right: 0;
    }
}

@media (max-width: 1290px) {
    #app .content-box {
        width: 100%;
        height: auto;
    }
}

#app .full-box {
    padding-right: 75px;
    padding-left: 75px;
    padding-top: 2.86458vw;
    width: 100%;
    margin-left: auto;
    height: 100%;
    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;
}

@media (max-width: 1290px) {
    #app .full-box {
        padding-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#app .about__description {
    font-weight: 300;
    font-size: 1.12847vw;
    line-height: 1.34549vw;
    color: #fff;
    overflow: hidden;
    padding-bottom: 2.17014vw;
    position: relative;
    cursor: pointer;
    /* Hide scrollbar for IE, Edge and Firefox */
}

@media (max-width: 1290px) {
    #app .about__description {
        font-size: 20.8px;
        line-height: 24.8px;
    }
}

@media (max-width: 1290px) {
    #app .about__description {
        padding-bottom: 0;
    }
}

#app .about__description::-webkit-scrollbar {
    display: none;
}

#app .about__description {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#app .about__description h2 {
    font-weight: bold;
    font-size: 1.99653vw;
    line-height: 2.38715vw;
    color: #fff;
    margin-bottom: 0.86806vw;
}

@media (max-width: 1290px) {
    #app .about__description h2 {
        font-size: 36.8px;
        line-height: 44px;
    }
}

@media (max-width: 1290px) {
    #app .about__description h2 {
        margin-bottom: 16px;
    }
}

#app .about__description p {
    margin-bottom: 0.86806vw;
}

@media (max-width: 1290px) {
    #app .about__description p {
        margin-bottom: 16px;
    }
}

#app .about__description iframe {
    margin-top: 1.73611vw;
    display: block;
    border-radius: 5px;
    border: 5px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1290px) {
    #app .about__description iframe {
        margin-top: 20px;
        height: 315px;
    }
}

#app .about-inner {
    height: 67%;
    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;
    position: relative;
}

#app .scroll-box:after {
    content: "";
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #a9a7a7;
    background: -o-linear-gradient(bottom, #A9A7A7 45.31%, rgba(169, 167, 167, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(45.31%, #A9A7A7), to(rgba(169, 167, 167, 0)));
    background: linear-gradient(0deg, #A9A7A7 45.31%, rgba(169, 167, 167, 0) 100%);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9a7a7+0,a9a7a7+55&0+0,1+55 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(169, 167, 167, 0) 0%, #a9a7a7 55%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 167, 167, 0)), color-stop(55%, #a9a7a7));
    background: linear-gradient(to bottom, rgba(169, 167, 167, 0) 0%, #a9a7a7 55%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a9a7a7", endColorstr="#a9a7a7", GradientType=0);
    /* IE6-9 */
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    cursor: pointer;
}

@media (max-width: 1290px) {
    #app .scroll-box:after {
        content: none;
    }
}

#app .scroll-box:before {
    content: "";
    width: 100%;
    height: 380px;
    position: absolute;
    background-image: url("../img/click.svg");
    background-size: 1.4vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: 0px;
}

@media (max-width: 1290px) {
    #app .scroll-box:before {
        content: none;
    }
}

#app .scroll-box:hover:before {
    -webkit-animation: fade 2s infinite ease-in-out;
    animation: fade 2s infinite ease-in-out;
}

#app .scroll-box__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#app .main-screen {
    text-align: center;
}

@media (max-width: 1290px) {
    #app .main-screen {
        display: none;
    }
}

#app .main-screen h1 {
    font-size: 3.25521vw;
    line-height: 3.90625vw;
    margin-bottom: 1.38889vw;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    display: inline-block;
}

@media (max-width: 1290px) {
    #app .main-screen h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

#app .main-screen h1 span {
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    display: inline-block;
    min-width: 8.02951vw;
}

@media (max-width: 1290px) {
    #app .main-screen h1 span {
        min-width: none;
    }
}

#app .main-screen h1 span.typed-cursor {
    display: none;
}

#app .main-screen p {
    font-weight: 900;
    font-size: 3.25521vw;
    line-height: 3.90625vw;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1290px) {
    #app .main-screen p {
        font-size: 40px;
        line-height: 50px;
    }
}

/*#app .namespace-box {
  display: none;
}*/
#app .namespace-item {
    position: absolute;
    font-size: 0.78125vw;
    line-height: 0.95486vw;
    z-index: 10;
}

@media (max-width: 1290px) {
    #app .namespace-item {
        font-size: 14.4px;
        line-height: 17.6px;
    }
}

#app .namespace-item a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    height: 18px;
    line-height: 18px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    opacity: 0.6;
}

#app .namespace-item a:hover {
    opacity: 1;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

#app .namespace-item a:before {
    width: 100%;
    content: "";
    height: 1px;
    -webkit-transform: translate(0, 24px);
    -ms-transform: translate(0, 24px);
    transform: translate(0, 24px);
    background-color: #fff;
    position: absolute;
}

#app .namespace-item a.right-top:after {
    width: 70px;
    content: "";
    height: 1px;
    bottom: 13px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    right: -63px;
    background-color: #fff;
    position: absolute;
}

#app .namespace-item a.right-top i {
    bottom: 32px;
    right: -60px;
}

#app .namespace-item a.right-bottom:after {
    width: 70px;
    content: "";
    height: 1px;
    bottom: -27px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    right: -63px;
    background-color: #fff;
    position: absolute;
}

#app .namespace-item a.right-bottom i {
    bottom: -50px;
    right: -59px;
}

#app .namespace-item a.left-top:after {
    width: 70px;
    content: "";
    height: 1px;
    top: 4px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    left: -64px;
    background-color: #fff;
    position: absolute;
}

#app .namespace-item a.left-top i {
    top: -19px;
    left: -61px;
}

#app .namespace-item a.left-bottom:after {
    width: 70px;
    content: "";
    height: 1px;
    top: 44px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    left: -64px;
    background-color: #fff;
    position: absolute;
}

#app .namespace-item a.left-bottom i {
    top: 62px;
    left: -60px;
}

#app .namespace-item a i {
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    background-color: #9E070E;
    border-radius: 50%;
}

#app .attention-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1290px) {
    #app .attention-inner {
        margin-bottom: 50px;
    }
}

#app .attention-tips {
    color: #fff;
}

@media (min-width: 1291px) {
    #app .attention-tips {
        display: none;
    }
}

#app .attention-tips ul {
    position: relative;
}

#app .attention-tips ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 49px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

#app .attention-tips ul li {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

#app .attention-tips ul li:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

#app .attention-tips ul li:last-child {
    padding-bottom: 0;
    height: 50px;
}

#app .attention-cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
}

#app .attention-cover img {
    display: block;
    height: 31vw;
}

#app .attention-cover:first-child img {
    margin-left: auto;
}

@media (max-width: 1290px) {
    #app .attention-cover {
        display: none;
    }
}

#app .attention-content {
    text-align: center;
    color: #fff;
    padding-top: 60px;
    max-width: 420px;
    width: 100%;
    margin-right: 35px;
    margin-left: 35px;
}

@media (max-width: 1290px) {
    #app .attention-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 0;
    }
}

#app .attention-content img {
    display: block;
    margin: 0 auto 30px;
    max-width: 112px;
}

#app .attention-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 15px;
}

@media (max-width: 1290px) {
    #app .attention-content p {
        font-size: 25.6px;
        line-height: 30.4px;
        margin: 0 auto 16px;
    }
}

#app .attention-content h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    max-width: 410px;
    margin: auto;
}

@media (max-width: 1290px) and (max-width: 1000px) {
    #app .attention-content h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

#app .safe {
    color: #fff;
}

@media (max-width: 1290px) {
    #app .safe_more {
        padding-top: 0;
    }
}

#app .safe-title {
    font-weight: 900;
    font-size: 1.99653vw;
    line-height: 2.17014vw;
    text-transform: uppercase;
    margin-bottom: 1.90972vw;
    text-align: center;
}

@media (max-width: 1290px) {
    #app .safe-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 1290px) and (max-width: 1000px) {
    #app .safe-title {
        font-size: 30px;
        line-height: 40px;
    }

    .mom_bottom .text .subtitle {
        font-size: 18px;
    }
}

#app .safe-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1290px) {
    #app .safe-box {
        margin: 0;
    }
}

#app .safe-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1.47569vw;
    margin-bottom: 1.30208vw;
    margin-bottom: 30px;
}

@media (max-width: 1290px) {
    #app .safe-item {
        padding: 0 34px;
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 1290px) {
    #app .safe-item {
        padding: 0 10px;
    }
}

#app .safe-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.16319vw;
    flex: 0 0 6.16319vw;
}

@media (max-width: 1290px) {
    #app .safe-item__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }
}

#app .safe-item__content {
    font-weight: 300;
    font-size: 1.12847vw;
    line-height: 1.34549vw;
    padding-left: 2.25694vw;
    padding-top: 0.34722vw;
    margin-top: 3.03819vw;
    position: relative;
}

@media (max-width: 1290px) {
    #app .safe-item__content {
        font-size: 20.8px;
        line-height: 24.8px;
    }
}

@media (max-width: 1290px) {
    #app .safe-item__content {
        padding-left: 12px;
        padding-top: 6.4px;
        margin-top: 23px;
    }
}

#app .safe-item__content:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 1px;
    width: 100%;
    content: "";
}

#app .human-trade-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5191vw 0;
}

@media (max-width: 1290px) {
    #app .human-trade-inner {
        padding: 28px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#app .human-trade__cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1290px) {
    #app .human-trade__cover {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        display: none;
    }
}

@media (min-width: 1025px) {
    #app .human-trade__cover.human-image img {
        height: 20vw;
    }
}

@media (max-width: 1290px) {
    #app .human-trade__cover.human-image img {
        height: 200px;
        margin: auto;
    }
}

#app .human-trade__cover.trade-image {
    display: none;
}

@media (min-width: 1291px) {
    #app .human-trade__cover.trade-image {
        display: block;
    }
}

#app .human-trade__content {
    padding-left: 3.34201vw;
    padding-right: 0.21701vw;
    color: #fff;
    position: relative;
}

@media (max-width: 1290px) {
    #app .human-trade__content {
        padding-left: 20px;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    #app .human-trade__content {
        padding-left: 0;
    }
}

#app .human-trade__content h4 {
    font-weight: 900;
    font-size: 1.99653vw;
    line-height: 2.17014vw;
    margin-bottom: 0.65104vw;
}

@media (max-width: 1290px) {
    #app .human-trade__content h4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1290px) and (max-width: 1000px) {
    #app .human-trade__content h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

#app .human-trade__content p {
    font-weight: 300;
    font-size: 1.12847vw;
    line-height: 1.34549vw;
    font-weight: 300;
}

@media (max-width: 1290px) {
    #app .human-trade__content p {
        font-size: 20.8px;
        line-height: 24.8px;
    }
}

#app .human-trade__tips {
    color: #fff;
}

@media (min-width: 1025px) {
    #app .human-trade__tips {
        display: none;
    }
}

#app .human-trade__tips ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#app .human-trade__tips ul li {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 30px;
}

@media (max-width: 767px) {
    #app .human-trade__tips ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

#app .human-trade__tips ul li img {
    width: 70px;
}

#app .human-trade__tips ul li span {
    margin-left: 10px;
}

@media (max-width: 1290px) {
    #app .videos {
        padding-top: 80px;
    }
}

#app .videos-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 70vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.60417vw;
}

@media (max-width: 1290px) {
    #app .videos-row {
        margin-bottom: 48px;
        max-width: 500px;
    }
}

#app .videos-iframe {
    width: 20.39931vw;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1290px) {
    #app .videos-iframe {
        width: 100%;
    }
}

#app .videos-iframe img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

#app .videos-col {
    padding: 0.65104vw;
}

@media (max-width: 1290px) {
    #app .videos-col {
        padding: 12px;
        width: 100%;
    }
}

#app .videos-col iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

#app .videos-cta {
    text-align: center;
}

#app .statistic {
    color: #fff;
}

#app .statistic-title {
    font-weight: 900;
    font-size: 1.99653vw;
    line-height: 2.17014vw;
    text-transform: uppercase;
    margin-bottom: 2.38715vw;
    text-align: center;
}

@media (max-width: 1290px) {
    #app .statistic-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 1290px) and (max-width: 1000px) {
    #app .statistic-title {
        font-size: 30px;
        line-height: 40px;
    }
}

#app .statistic-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.73611vw 1.30208vw;
}

@media (max-width: 1290px) {
    #app .statistic-box {
        margin: 0 0 24px;
    }
}

#app .statistic-wrap {
    max-width: 1220px;
    margin: 0 auto;
}

#app .statistic-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.30208vw;
    padding: 0 1.73611vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media (max-width: 1290px) {
    #app .statistic-item {
        margin-bottom: 24px;
        padding: 0 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 1290px) {
    #app .statistic-item {
        margin-bottom: 24px;
        padding: 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#app .statistic-item img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.16319vw;
    flex: 0 0 6.16319vw;
    width: 6vw;
}

@media (max-width: 1290px) {
    #app .statistic-item img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 113.6px;
        flex: 0 0 113.6px;
    }
}

@media (max-width: 520px) {
    #app .statistic-item img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}

#app .statistic-item__content {
    padding-left: 1.08507vw;
}

@media (max-width: 1290px) {
    #app .statistic-item__content {
        padding-left: 20px;
    }
}

#app .statistic-item__content h4 {
    font-weight: 900;
    font-size: 1.90972vw;
    line-height: 2.17014vw;
}

@media (max-width: 1290px) {
    #app .statistic-item__content h4 {
        font-size: 35.2px;
        line-height: 40px;
    }
}

#app .statistic-item__content p {
    font-weight: 300;
    font-size: 1.12847vw;
    line-height: 1.34549vw;
}

@media (max-width: 1290px) {
    #app .statistic-item__content p {
        font-size: 20.8px;
        line-height: 24.8px;
    }
}

#app .statistic-cta {
    text-align: center;
}

#app .button {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    user-select: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 6px 32px 6px;
    text-decoration: none;
    border-radius: 100px;
    max-width: 100%;
    font-weight: 900;
    font-size: 1.34549vw;
    line-height: 2.12674vw;
    -webkit-transition: 0.25s all linear;
    -o-transition: 0.25s all linear;
    transition: 0.25s all linear;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.7;
}

@media (max-width: 1290px) {
    #app .button {
        font-size: 24.8px;
        line-height: 39.2px;
    }

    #app .contacts-item__content h4 {
        margin-top: 0;
    }
}

@media (max-width: 520px) {
    #app .button {
        font-size: 16px;
        line-height: 20px;
    }
}

#app .button:hover {
    -webkit-box-shadow: 0px 14px 30px rgba(0, 33, 68, 0.12);
    box-shadow: 0px 14px 30px rgba(0, 33, 68, 0.12);
    opacity: 1;
    -webkit-transition: 0.25s all linear;
    -o-transition: 0.25s all linear;
    transition: 0.25s all linear;
}

#app .button-lg {
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 900;
}

#app .contacts {
    color: #fff;
}

#app .contacts-title {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mom_bottom {
    max-width: 480px;
    margin-top: 10px;
}

.mom_bottom .text {
    color: #FFFFFF;
    text-align: center;
    max-width: 375px;
}

.mom_bottom .text .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.mom_bottom .text .subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

#app .mom_bottom img {
    max-width: unset;
    height: unset;
}

@media (min-width: 1025px) {
    .resource.full-box {
        padding-top: 0 !important;
    }
}

.resource {
    position: relative;
    width: 100%;
    height: 100%;
    background: #4453A0;
    background-size: cover;
}

.resource__header {
    max-width: 730px;
    margin: 0 auto;
    font-family: "Oswald" !important;
    color: #1F4D79;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .resource__header {
        max-width: 670px;
        font-size: 40px;
    }
}

@media (max-width: 650px) {
    .resource__header {
        max-width: 575px;
        font-size: 34px;
    }
}

@media (max-width: 425px) {
    .resource__header {
        font-size: 24px;
    }
}

.resource__slider-wrapper {
    display: none;
    margin-top: 54px;
    position: relative;
    width: 100%;
    height: 436px;
}

@media (max-width: 1280px) {
    .resource__slider-wrapper {
        display: block;
    }
}

.resource__slider-block {
    width: 2124px;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}

.resource__slider {
    max-height: 436px;
}

@media (max-width: 1290px) {
    .resource {
        height: 100%;
        padding-bottom: 80px;

    }

    .resource__slider-wrapper {
        height: auto;
    }

    .resource__slider-block {
        position: static;
        width: 100%;
        transform: translateX(0%);
    }

    .resource__slider {
        max-height: 100%;
    }

    .resource .swiper-button {
        display: none;
    }
}

.resource__slide .title {
    text-align: center;
    height: 55.5px;
}

@media (max-width: 390px) {
    .resource__slide .title {
        margin: 0 auto;
        max-width: 320px;
    }

    .resource__slide .title svg {
        width: 100%;
        height: 100%;
    }
}

.resource__slide .video {
    position: relative;
    margin-top: 17px;
    width: 100%;
    border-radius: 2px;
}

.resource__slide .video .info {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    z-index: 15;
}

@media (max-width: 390px) {
    .resource__slide .video {
        font-size: 16px;
    }
}

.resource__slide .video video {
    width: 100%;
    height: 100%;
    filter: brightness(40%);
}

.resource__slide .bg {
    margin-top: 17px;
    position: relative;
    width: 100%;
    height: 320px;
    cursor: pointer;
    border-radius: 2px;
}

.resource__slide .bg img {
    height: 100% !important;
}

@media (max-width: 540px) {
    .resource__slide .bg {
        height: auto;
    }
}

.resource__slide .bg .link-start {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 207px;
    height: 60px;
    border: none;
    background: transparent;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.resource__slide .bg .link-start::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 70px;
    background: rgba(46, 106, 179, 0.4);
    backdrop-filter: blur(2px);
    z-index: -2;
}

.resource__slide .bg .link-start::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50px;
    background: #38618C;
    z-index: -1;
}

@media (max-width: 375px) {
    .resource__slide .bg .link-start {
        width: 160px;
        height: 45px;
        font-size: 12px;
    }
}

.resource__slide .bg.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.75);
    z-index: 5;
    border-radius: 2px;
}

.resource__slide .bg.active.show-btn .link-start {
    opacity: 1;
    visibility: visible;
}

.resource__slide .bg .preview {
    width: 100%;
    opacity: 0;
    border-radius: 2px;
}

.resource__slide .bg .preview.active {
    opacity: 1;
}

.resource__slide .bg .resourse_image {
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.resource__slide .bg .resourse_image._first-hide {
    display: none;
}

.resource__slide__bottom {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
}

.resource__slide__type {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.resource__slide__count {
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 540px) {
    .resource__slide__bottom {
        flex-direction: column;
        gap: 10px;
    }
}

.resource__slider-block .swiper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1620px;
    height: 100%;
}

.resource__slider-block .swiper-slide {
    min-width: 510px;
    max-width: 510px;
}

.resource__slider-block .swiper-button.swiper-button-next, .resource__slider-block .swiper-button.swiper-button-prev {
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: rgba(31, 77, 121, 0.7);
    z-index: 100;
    transition: 0.3s ease-in-out;
}

.resource__slider-block .swiper-button.swiper-button-next svg, .resource__slider-block .swiper-button.swiper-button-prev svg {
    width: 19px;
    height: 19px;
    transition: 0.3s ease-in-out;
}

.resource__slider-block .swiper-button.swiper-button-next:hover, .resource__slider-block .swiper-button.swiper-button-prev:hover {
    background: rgba(31, 77, 121, 0.9);
}

.resource__slider-block .swiper-button.swiper-button-next:hover svg, .resource__slider-block .swiper-button.swiper-button-prev:hover svg {
    scale: 1.1;
}

.resource__slider-block .swiper-button.swiper-button-next::after, .resource__slider-block .swiper-button.swiper-button-prev::after {
    content: none;
}

.resource__slider-block .swiper-button.swiper-button-prev {
    transform: rotate(180deg);
}

@media (min-width: 1700px) {
    .resource__slider-block .swiper-wrapper {
        gap: 45px;
    }

    .resource__slider-block .swiper-slide {
        display: none;
    }

    .resource__slider-block .swiper-slide:nth-child(-n+3) {
        display: block;
    }

    .resource__slider-block .swiper-button.swiper-button-next, .resource__slider-block .swiper-button.swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1290px) {
    .resource__slider-block .swiper-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .resource__slider-block .swiper-slide {
        flex-shrink: 1;
        display: none;
    }

    .resource__slider-block .swiper-slide:nth-child(-n+3) {
        display: block;
    }
}

@media (max-width: 540px) {
    .resource__slider-block .swiper-slide {
        min-width: auto;
        max-width: 100%;
    }
}

.help.full-box {
    padding-top: 0 !important;
}

.help .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.help .column_center {
    max-width: 470px;
    margin: -35px 60px 0;
}

.help .column_center > img {
    margin-bottom: -145px;
}

.help .column_left .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.help .column_left .item .text {
    text-align: right;
}

.help .item .icon {
    min-height: 60px;
    min-width: 60px;
}

.help .item .text {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    max-width: 275px;
}

.help .column_left .icon {
    margin-left: 12px;
}

.help .column_right .icon {
    margin-right: 12px;
}

.help .column_left .item:nth-of-type(1) {
    margin-right: -120px;
}

.help .column_right .item:nth-of-type(1) {
    margin-left: -120px;
}

.help .column_left .item:nth-of-type(2) {
    margin-right: -60px;
}

.help .column_right .item:nth-of-type(2) {
    margin-left: -60px;
}

.help .column_left .item:nth-of-type(3) {
    margin-right: -10px;
}

.help .column_right .item:nth-of-type(3) {
    margin-left: -10px;
}

.help_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    max-width: 1244px;
    margin: 42px auto 0;
    text-align: center;
    color: #ffffff;
}

#help .full-box {
    margin-bottom: -50px;
}

@media (max-width: 1290px) {
    #help .full-box {
        margin-bottom: initial;
    }

    #app #hotline2 .contacts {
        padding-top: 10px;
    }

    #app .contacts-title {
        margin-bottom: 50px;
    }

    #app .contacts-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 48px;
    }

    .help_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
    }

    .help_wrap .column_center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

    .help_wrap .column_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .help_wrap .column_right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .help .item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .help .item .text {
        text-align: left !important;
        font-size: 16px;
    }

    .help .item .icon {
        margin-left: 0 !important;
        margin-right: 12px !important;
    }

    .help_wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .help_wrap .column_center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 30px 0;
        max-width: 100%;
        width: 100%;
    }

    .help_wrap .column_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .help_wrap .column_right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .help .item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 16px !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .help .item .text {
        text-align: left !important;
    }

    .help .item .icon {
        margin-left: 0 !important;
        margin-right: 12px !important;
    }

    .help .item br {
        display: none;
    }

    .help .item .text {
        max-width: initial;
    }

    .help_wrap .column_left, .help_wrap .column_right {
        max-width: 45%;
        margin: 0 5px;
        width: 100%;
    }

    .column_center {
        max-width: 360px;
    }

    .mom_bottom .text {
        max-width: 300px;
        font-weight: 700;
        font-size: 24px;
        line-height: 38px;
    }

    .help .column_center > img {
        margin-bottom: -160px;
    }

    .mom_bottom .text {
        min-width: 280px;
    }

    .mom_bottom .text .title {
        font-size: 24px;
        line-height: 38px;
    }
}

@media (max-width: 540px) {
    .column_center {
        max-width: 90%;
        min-width: unset;
    }

    .left_border img {
        width: 27px;
    }

    .right_border img {
        width: 27px;
    }

    .mom_bottom .text {
        min-width: 250px;
    }

    #app .attention-content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .help .column_center {
        margin: 0;
        margin-bottom: 10px;
    }

    .help .column_center > img {
        margin-bottom: -170px;
    }

    #app .attention-tips ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    #app .attention-content h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    #app .attention-inner {
        margin-bottom: 40px;
    }

    .footer-logos {
        max-width: 455px;
        margin: auto;
        margin-bottom: 32px;
        display: block !important;
        text-align: center;
    }

    #app .footer-logos li {
        display: inline-block;
        margin: 20px 4px !important;
    }

    .mobile_br {
        display: block !important;
    }

    #help {
        max-width: 100vw;
    }

    #app .footer-copy {
        max-width: 322px !important;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    #app .contacts-item__content p {
        font-weight: 500;
        font-size: 16px !important;
        line-height: 19px !important;
    }

    .help_text {
        text-align: left;
    }
}

#app .contacts-row {
    margin: 0 -10px;
    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 (max-width: 1290px) {
    #app .contacts-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 580px;
        margin: 0 auto;
    }
}

#app .contacts-box {
    margin: 0 auto 0vw;
}

@media (max-width: 1290px) {
    #app .contacts-box {
        margin: 0 auto;
    }

    #app .contacts-box .divider {
        display: block;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    #app .contacts-box.numbers_box .contacts-col {
        margin-bottom: 20px !important;
        border: none;
        padding: 0 !important;
        background-image: none !important;
        height: auto;
        min-height: auto;
    }

    #app .contacts.full-box {
        padding-top: 0 !important;
    }
}

#app .contacts-col {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#app .contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1290px) {
    #app .contacts-item {
        margin-bottom: 28px;
        background-image: none !important;
    }
}

@media (max-width: 520px) {
    #app .contacts-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#app .contacts-item img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.21007vw;
    flex: 0 0 4.21007vw;
    max-width: 81px;
    width: 100%;
    height: 84.3px;
    margin-bottom: 27px;
}

@media (max-width: 1300px) and (min-width: 1000px) {
    #app .contacts-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #app .numbers_box .contacts-col {
        border: none;
        margin-bottom: 10px;
    }

    #app .contacts-box .divider {
        display: block;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
}

@media (max-width: 1290px) {
    #app .contacts-item img {
        display: none;
    }
}

@media (max-width: 520px) {
    #app .contacts-item img {
        display: none;
    }
}

#app .contacts-item__content {
    padding-left: 10px;
}

@media (max-width: 520px) {
    #app .contacts-item__content {
        padding-left: 0;
        text-align: center;
    }
}

#app .contacts-item__content h5 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
}

@media (max-width: 1290px) {
    #app .contacts-item__content h5 {
        font-size: 36px;
        line-height: 37px;
        margin-top: 5px;
    }
}

#app .contacts-item__content h5 a {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

#app .contacts-item__content h4 {
    font-weight: 900;
    line-height: 1.77951vw;
    margin-top: 8px;
}

@media (max-width: 1290px) {
    #app .contacts-item__content h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
    }
}

#app .contacts-item__content h4 a {
    display: inline-block;
    border: 1px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

#app .contacts-item__content p {
    font-size: 16px;
    line-height: 19px;
}

#app .contacts-item__content h5 a {
    font-size: 36px;
}

#app .initial_box .contacts-item__content p {
    margin-bottom: 10px;
}

#app .initial_box .contacts-item__content h5 {
    line-height: 0.9;
}

#app .contacts-item__content h4 {
    line-height: 1 !important;
}

#app .numbers_box .contacts-item__content h5 a {
    font-size: 28px;
}

@media (max-width: 1290px) {
    #app .contacts-item__content p {
        font-size: 16px;
        line-height: 19px;
    }

    #app .contacts-item__content h5 a {
        font-size: 28px;
    }
}

#app .contacts-footer {
    text-align: center;
}

#app .contacts-footer a {
    display: block;
    text-decoration: none;
}

#app .contacts-footer img {
    -webkit-animation: fadeScroll 2s infinite ease-in-out;
    animation: fadeScroll 2s infinite ease-in-out;
    width: 40px;
}

#app .contacts-footer h4 {
    font-weight: 900;
    font-size: 1.21528vw;
    line-height: 1.5191vw;
    margin: 0 auto 10px;
    max-width: 474px;
    text-transform: uppercase;
}

@media (max-width: 1290px) {
    #app .contacts-footer h4 {
        font-size: 22.4px;
        line-height: 28px;
    }

    #app .contacts-footer a {
        display: none;
    }
}

#app .contacts-footer h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 48px;
}

@media (max-width: 1300px) {
    #app .contacts-footer h5 {
        margin-top: 10px;
    }
}

@media (max-width: 1290px) {
    #app .contacts-footer h5 {
        font-size: 20px;
        line-height: 28px;
    }
}

#app .footer {
    background-color: #D9D9D9;
    margin-left: -75px;
    margin-right: -75px;
    padding: 2.82118vw 0 1.90972vw;
}

@media (max-width: 1290px) {
    #app .footer {
        padding: 52px 0 35.2px;
        margin: 0 -15px;
    }
}

#app .footer-inner {
    padding: 0 75px;
}

@media (max-width: 520px) {
    #app .footer-inner {
        padding: 0 15px;
    }
}

#app .footer-inner-top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    padding: 15px 0;
}

#app .footer-logos {
    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;
    margin-bottom: 32px;
}

@media (max-width: 1290px) {
    #app .footer-logos {
        margin-bottom: 32px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#app .footer-logos li {
    margin: 0 15px;
}

@media (max-width: 1290px) {
    #app .footer-logos li {
        margin: 20px 24px;
    }
}

#app .footer-logos li img {
    display: block;
    margin: auto;
    height: 51px;
}

@media (max-width: 1290px) {
    #app .footer-logos li img {
        height: 50px;
        width: auto;
    }
}

#app .footer-logos li a {
    text-decoration: none;
}

#app .footer-logos li a:hover {
    text-decoration: none;
}

#app .footer-copy {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    max-width: 1150px;
    margin: auto;
}

@media (max-width: 1290px) {
    #app .footer-copy {
        font-size: 12.8px;
        line-height: 16px;
    }
}

#app .about-modal {
    font-weight: 300;
    font-size: 1.12847vw;
    line-height: 1.34549vw;
    color: #fff;
}

@media (max-width: 1290px) {
    #app .about-modal {
        font-size: 20.8px;
        line-height: 24.8px;
    }
}

#app .about-modal iframe {
    display: block;
    border-radius: 5px;
    border: 5px solid #fff;
}

#app .about-modal h2 {
    font-weight: bold;
    font-size: 1.99653vw;
    line-height: 2.38715vw;
    color: #fff;
    margin-bottom: 0.86806vw;
}

@media (max-width: 1290px) {
    #app .about-modal h2 {
        font-size: 36.8px;
        line-height: 44px;
    }
}

#app .about-modal p {
    margin-bottom: 0.86806vw;
}

@media (max-width: 1290px) {
    #app .about-modal p {
        margin-bottom: 16px;
    }
}

#app .modal-close svg {
    width: 27px;
    height: 27px;
}

@media (max-width: 1290px) {
    #app .modal-close svg {
        width: 48px;
        height: 48px;
    }
}

#app .modal-youtube-iframe {
    height: 360px;
}

#app .mobile-main-screen {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 -15px 50px;
    background-size: cover;
    background-position: center;
}

#app .mobile-main-screen h1 {
    text-align: center;
    position: relative;
}

#app .mobile-main-screen h1 img {
    display: block;
}

@media (min-width: 700px) {
    #app .mobile-main-screen h1 img {
        width: 100%;
    }
}

#app .mobile-main-screen h1 img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s all linear;
    -o-transition: 1s all linear;
    transition: 1s all linear;
}

#app .mobile-main-screen h1 img:last-child.fade {
    opacity: 1;
}

@media (min-width: 1025px) {
    #app .mobile-main-screen {
        display: none;
    }
}

#app .safe-mobile-vacation {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 900;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 1025px) {
    #app .safe-mobile-vacation {
        display: none;
    }
}

@media (min-width: 1025px) {
    #app .kzs-logo {
        height: 3.3vw;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@media (max-width: 1290px) {
    #app .mom-logo {
        height: 45px !important;
    }
}

@media (min-width: 1025px) {
    #app .usaid-logo {
        height: 2.9vw;
    }
}

@media (max-width: 1290px) {
    #app .mzsn-logo {
        height: 45px !important;
    }
}

@media (max-width: 1290px) {
    #app .msp-logo {
        height: 45px !important;
    }
}

.safe-scroll-down {
    padding: 20px 0 0;
    text-align: center;
}

.safe-scroll-down img {
    -webkit-animation: fadeScroll 2s infinite ease-in-out;
    animation: fadeScroll 2s infinite ease-in-out;
    width: 40px;
}

@media (max-width: 1290px) {
    .safe-scroll-down {
        display: none;
    }
}

.safe-quest-link {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 1025px) {
    .safe-quest-link {
        display: none;
    }
}

.human-trade-scroll-down {
    padding: 20px 0 0;
    text-align: center;
    position: absolute;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
}

.human-trade-scroll-down a {
    display: block;
    text-decoration: none;
}

.human-trade-scroll-down img {
    -webkit-animation: fadeScroll 2s infinite ease-in-out;
    animation: fadeScroll 2s infinite ease-in-out;
    width: 40px;
}

.show_on_mobile {
    display: none;
}

@media (max-width: 1290px) {
    .show_on_mobile {
        display: block !important;
    }

    .human-trade-scroll-down {
        display: none;
    }
}

body #pp-nav span, body .pp-slidesNav span {
    border-color: #fff !important;
}

body #pp-nav li .active span, body .pp-slidesNav .active span {
    background-color: #fff;
}

.min-soc-pol img {
    height: 2.13056vw;
}

.usaid img {
    height: 2.73056vw;
}

.user-logged-in #app .header {
    top: 50px !important;
    padding: 0 15px;
}

.history_text_slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.history_main_text {
    position: absolute;
    right: 100px;
    top: 50%;
    max-width: 610px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.history_main_text .title {
    font-family: "Oswald", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 76px;
    line-height: 90px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 3px;
}

.section {
    background-color: #a9a7a7;
}

.history_main_text .blue_text {
    background-color: #FF671D;
    padding: 14px 24px;
    margin: 15px 0;
    font-family: "Oswald", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    max-width: 510px;
    margin-left: auto;
}

.history_main_text .subtitle {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.history_text_slider {
    position: relative;
}

.history_text_slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.history_text_slider .slide.active {
    opacity: 1;
    visibility: visible;
}

.history_text_slider .quote {
    max-width: 520px;
    position: absolute;
    left: 60px;
    bottom: 65px;
}

.history_text_slider .quote img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.history_slider {
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
}

.history_slider .slide {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #A9A7A7;
    max-width: 640px;
    width: 100%;
    padding: 40px;
    height: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.history_slider .slide.active {
    opacity: 1;
    visibility: visible;
}

.history_slider .slide * {
    color: #ffffff;
    text-align: left;
}

.history_slider .slide .history {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: 450px;
}

.history_text_slider .download {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc((100vw - 640px) / 2);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    opacity: 0;
}

#about.active .download {
    opacity: 1;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.history_slider .slide .download:hover {
    opacity: 0.8;
}

.history_slider .slide .download .icon {
    height: 50px;
}

.history_slider .slide .download svg {
    margin-right: 15px;
}

.section.active .history_slider .slide {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.modal-video {
    padding-bottom: 56.25%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.modal-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal_video .modal-overlay {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.modal_video video {
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

body {
    overflow-x: hidden;
}

.history_slider .slide .history p {
    margin-bottom: 10px;
}

#app .header {
    max-width: 100vw;
    -webkit-backdrop-filter: blur(18.5px);
    backdrop-filter: blur(18.5px);
    background: rgba(0, 0, 0, 0.1);
}

#app .contacts-item__content p {
    font-size: 16px;
    white-space: nowrap;
}

#app .numbers_box .contacts-col {
    margin: 0;
    background-size: 100% 100%;
    background-position: center;
    max-width: 235px;
    min-width: 235px;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
}

#app .numbers_box .contacts-item__content p {
    margin-bottom: 7px;
    font-weight: 400;
    min-height: 57px;
}

#app .numbers_box .contacts-item {
    margin-bottom: 0;
}

#app .numbers_box .contacts-col h5 {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
}

#app .contacts-col {
    margin: 0 30px;
}

.mobile_br {
    display: none;
}

.header-contact {
    white-space: nowrap;
}

.japan_text {
    color: #333;
    font-size: 8px;
    font-weight: 900;
}

.safe-mobile-vacation {
    color: #fff;
}

.history_slider .slide .download .mobile_br {
    display: none;
}

.modal-body {
    padding-right: 0;
}

.slider_controls {
    position: absolute;
    right: 0;
    bottom: -80px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_controls .control {
    min-width: 41px;
    min-height: 44px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    margin-left: 12px;
    cursor: pointer;
    position: relative;
}

.slider_controls .control:hover {
    background-color: #ffffff;
}

.slider_controls .control.next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-25%) translateY(-50%);
    -ms-transform: translateX(-25%) translateY(-50%);
    transform: translateX(-25%) translateY(-50%);
}

.slider_controls .control.prev svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slider_pagination {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.slider_pagination .item {
    width: 8px;
    height: 8px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

.slider_pagination .item.active {
    background-color: #ffffff;
}

.slider_controls .control.prev path {
    stroke: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider_controls .control.next path {
    fill: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider_controls .control.prev:hover path {
    stroke: #6B6B6B;
}

.slider_controls .control.next:hover path {
    fill: #6B6B6B;
}

.history .download {
    max-width: 580px;
    min-width: 375px;
    width: 100%;
    display: none;
    background-position: center;
    background-size: cover;
    min-height: 320px;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.history .download .icon svg {
    max-width: 49px;
    height: auto;
}

.history .download .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1290px) {
    .history_slider .slide .history {
        max-width: initial;
    }

    .history .download {
        display: block;
    }

    .history_slider .slide {
        max-width: 100%;
        width: 100%;
    }

    .history_slider {
        max-width: 100%;
        width: 100%;
    }

    #app .numbers_box .contacts-item__content p {
        min-height: unset;
    }
}

@media (max-width: 1300px) {
    .history_main_text {
        max-width: 400px;
    }

    .history_main_text .title {
        font-size: 46px;
        line-height: 50px;
        max-width: 430px;
        top: 30%;
        right: 40px;
        margin-left: auto;
    }

    .history_main_text .blue_text {
        padding: 0px 3px;
        font-size: 32px;
        line-height: 55px;
    }

    .history_text_slider .quote {
        bottom: 15px;
        left: 30px;
    }

    #app .contacts-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #app .contacts-col {
        margin: 0;
    }

    .divider {
        height: 0;
        display: block;
    }

    #app .numbers_box .contacts-col {
        padding: 0 !important;
        margin-bottom: 10px;
    }

    #app .contacts-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    #app .contacts-item {
        width: 410px;
    }
}

@media (max-width: 1290px) {
    .help_text br {
        display: none;
    }

    .history_slider .slide .history p {
        padding: 0 40px;
    }

    .history .download {
        max-width: 100%;
        min-width: 100vw;
        min-height: 70vh;
    }

    .slider_controls {
        display: none;
    }

    .slider_pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: auto;
        left: 50%;
        top: calc(100vh - 80px);
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .slider_pagination .item {
        margin-right: 4px;
        margin-left: 4px;
        margin-bottom: 0;
    }

    #about {
        position: relative;
    }

    #app .main {
        padding-left: 0;
        padding-right: 0;
    }

    .history_text_slider {
        height: 100vh !important;
    }

    .history_main_text {
        z-index: 1;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100px;
        top: unset;
        max-width: 320px;
    }

    .history_text_slider .quote {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 88px;
        bottom: unset;
        max-width: 285px;
        width: 100%;
    }

    .history_slider .slide {
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .history_slider {
        position: static;
        margin: auto;
        max-width: 100%;
        width: 100%;
    }

    .history_main_text .title, .history_main_text .blue_text, .history_main_text .subtitle {
        text-align: center;
    }

    .history_main_text .title {
        font-weight: 500;
        font-size: 46px;
        line-height: 54px;
    }

    .history_main_text .blue_text {
        font-weight: 500;
        font-size: 31px;
        line-height: 47px;
    }

    .history_main_text .subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .history_slider .slide .download {
        line-height: 1.15;
    }

    #app .modal-close svg {
        width: 25px;
        height: 25px;
    }

    .modal-body {
        padding-right: 15px;
        padding-left: 15px;
    }

    .modal-close {
        top: 30px;
        right: 30px;
    }

    .modal_video video {
        margin: auto;
    }

    #app .header-contact span {
        font-size: 11px;
        line-height: 13px;
    }

    .history_text_slider .slide {
        max-width: 100vw;
    }

    .history_slider .slide .download .mobile_br {
        display: block;
    }

    .history_slider .slide .download {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.03em;
        margin-right: auto;
    }

    #app .contacts-item__content h5 a, #app .contacts-item__content h5 {
        font-size: 36px !important;
    }

    #app .numbers_box .contacts-col h5 {
        font-size: 36px !important;
        font-weight: 700;
    }

    #app #hotline2 .numbers_box .contacts-col h5 a {
        font-size: 28px !important;
        font-weight: 700;
    }
}

@media (max-width: 1100px) {
    .history_main_text .blue_text {
        max-width: 330px;
    }
}

@media (max-width: 520px) {
    .contacts-title br.mobile_br {
        display: block;
    }

    .contacts-title br {
        display: none;
    }

    #app .contacts-col {
        margin: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding: 0;
    }

    #app .contacts-row {
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #app .contacts-item {
        max-width: 100%;
        width: 100%;
    }
}

@media (orientation: portrait) {
    #app .header-contact b {
        font-size: 20px;
    }

    div#main_history {
        max-width: 100%;
    }

    .history_main_text {
        bottom: 100px;
        left: 50%;
        top: unset;
        right: unset;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }

    .history_main_text * {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .history_text_slider .quote {
        top: 80px;
        bottom: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .help_text br {
        display: none;
    }

    .help .column_center > img {
        margin-bottom: -200px;
    }

    .mom_bottom .text .title {
        font-size: 24px;
    }

    .help_wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .help_wrap .column_center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 30px 0;
        max-width: 100%;
        width: 100%;
    }

    .help_wrap .column_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .help_wrap .column_right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .help .item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 16px !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .help .item .text {
        text-align: left !important;
    }

    .help .item .icon {
        margin-left: 0 !important;
        margin-right: 12px !important;
    }

    .help .item br {
        display: none;
    }

    .help .item .text {
        max-width: initial;
    }

    .help_wrap .column_left, .help_wrap .column_right {
        max-width: 45%;
        margin: 0 5px;
        width: 100%;
    }

    .modal_video video {
        margin: auto;
    }

    #app .mobile-nav {
        display: block;
        margin-right: auto;
    }

    #app .menu {
        padding-top: 70px;
        position: fixed;
        width: 75%;
        height: 100vh;
        top: 0;
        background-color: #554c48;
        right: -100%;
        -webkit-transition: 0.25s all linear;
        -o-transition: 0.25s all linear;
        transition: 0.25s all linear;
    }

    #app .menu.active {
        right: 0;
    }

    #app .menu ul li {
        padding: 10px;
        text-align: right;
        /*    -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;*/
        max-width: 100%;
        width: 100%;
    }

    #app .menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #app .menu ul li a {
        font-size: 17px;
        line-height: 22px;
        border-left: none;
    }

    .modal-body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .history .download {
        max-width: 100%;
        min-width: 100vw;
        min-height: 35vh;
    }
}

@media (max-width: 580px) {
    .history_main_text {
        bottom: 100px;
    }

    .help_text {
        padding: 0 5px;
    }

    .help .column_center {
        margin: -35px 0px 32px;
    }

    .help_wrap {
        flex-direction: column;
    }

    .help_wrap .column_left, .help_wrap .column_right {
        max-width: 100%;
    }

    .help .column_center > img {
        margin-bottom: -180px;
        margin-left: -10px;
    }
}

@media (max-width: 480px) {
    .help .column_center > img {
        margin-bottom: -160px;
    }
}

@media (max-width: 375px) {
    .history_slider .slide .history p {
        padding: 0px 20px;
    }
}

@media (min-width: 1024px) {
    .section#main_history:not(.active) .history_main_text {
        opacity: 0;
        transition: all 0.5s ease;
    }
}

/*# sourceMappingURL=screen.css.map */
