* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.st-pusher.open-menu {
    transform: translate(0%, 0%) scale(1) !important;
}

@media screen and (max-width: 350px) {
    .btn span {
        font-size: 15px !important;
    }
}

.favorites-link,
.right-panel-with-search,
.diCustom-Col {
    display: none;
}

.site-header.onlyMobile .mobile-kind-menu .menu>ul>li>a {
    margin-bottom: 0;
}

.site-header.onlyMobile .mobile-kind-menu .menu li>a {
    margin-bottom: 0;
}

body {
    background-color: #080912;
    color: white;
    font-size: 16px;
    font-family: "Aileron_reg";
}

.marquee {
    display: flex;
    font-size: 8rem;
}

#pp-nav {
    z-index: 1000 !important;
}

.page-content {
    transform: translateX(-250px);
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .page-content {
        transform: translateX(0px);
    }
}

@media (max-width: 767px) {
    #pagepiling {
        margin-top: -80px;
    }

    .dispnone {
        display: none !important;
    }
}

.marquee .simplemarquee-wrapper {
    display: flex !important;
}

.marquee a {
    color: #FFF;
    transition: 0.3s;
    font-size: 8rem;
    font-weight: 500;
}

.benefits__number {
    display: inline-block;
}

.marquee a:hover {
    color: #f80000 !important;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.sticky-top {
    position: fixed !important;
    width: 100% !important;
}

.first__section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* .section {
   transform: translate3d(0px, 45%, 0px) !important;
   transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
} */


/* .section.active {
   transform: translate3d(0px, 0px, 0px) !important;
}

.section.pp-setion-up {
   transform: translate3d(0px, -100%, 0px) !important;
} */


/* FIRST SLIDE */

video {
    position: fixed;
    z-index: -2;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    top: 0;
}

.zaglushka {
    background-color: #0f10218c;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
}

.red__span {
    color: #f00;
}

.zaglushka_r {
    background: url(../images/bg_r.png);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    opacity: 0.7;
    position: fixed;
    z-index: -1;
    background-size: cover;
}

.st-pusher {
    background: transparent !important;
}

.site-wrapper,
.no-gutters.scrolled {
    background-color: transparent !important;
}

.contact__us {
    justify-content: center;
    width: 100%;
}

.logotypes {
    width: 100vw;
    text-align: center;
    margin-top: 40px;
}



.wework .contact__us {
    justify-content: center;
}

.logos {
    display: flex;
    width: 70vw;
    justify-content: space-evenly;
    margin: 0 auto;
    align-items: center;
}

.third__right .contact__us {
    display: flex;
    justify-content: flex-start;
}

.third__right .contact__us .btn {
    margin-top: 80px;
}

.mouse {
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 10%;
    width: 100vw;
    left: 0;
    right: 0;
    filter: invert(1);
    margin-top: 100px;
}

.buttonStart {
    margin-top: 50px;
    font-size: 20px;
    color: white;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(234, 0, 154, 0.66) 0%, rgba(0, 0, 0, 0) 100%), #f00;
    padding: 2px 40px;
    height: 55px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s;
}

.slides {
    position: relative;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.logo {
    content: "";
    background: url(../images/logo.svg) no-repeat;
    width: 135px;
    z-index: 5;
    height: 160px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 50px;
    top: 50px;
}

.main__nav {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 5;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slogan {
    width: 100%;
    opacity: 0.5 !important;
    text-align: center;
    padding-left: 100px;
}

.burger:hover {
    background-color: #494748;
}

.burger {
    height: 80px;
    width: 80px;
    background-color: red;
    z-index: 11;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.burger img {
    width: 53%;
    filter: invert(1);
}

.FirstTitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff0000;
    width: 100vw;
    text-align: center;
}

.ThisBigTitle {
    font-size: 5vw;
    line-height: 6vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    line-height: 1.1;
}

.FirstTitle:before {
    margin-left: -100%;
}

.FirstTitle:after {
    margin-right: -100%;
}

.FirstTitle:before,
.FirstTitle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 1.5px;
    background-color: #ff0000;
    position: relative;
}

.FirstTitle span {
    display: inline-block;
    vertical-align: middle;
}

.page-content.container {
    background: transparent !important;
}

.footer_landing {
    width: 100vw;
    /* position: absolute; */
    /* bottom: 40px; */
    margin-top: 140px;
    padding: 0 50px;
    padding-bottom: 10px;
}

.social_top ul,
a {
    list-style: none;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 13px;
    align-items: center;
}

.social_top {
    width: 100vw;
    /* position: absolute; */
    /* bottom: 40px; */
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 0 50px;
}

.copyr_text {
    text-align: center;
    opacity: 0.4;
}

.footer_landing ul,
a {
    list-style: none;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 13px;
    align-items: center;
}

.fallow {
    display: flex;
    gap: 20px;
    align-items: center;
}

.follow_icons {
    width: 20px;
    filter: invert(1);
}

.follow_icons img {
    width: 20px;
}

.footer_landing svg {
    width: 20px;
    color: #fff;
}


/* FIRST SLIDE */


/* SECOND SLIDE */

.tizers,
.third {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    flex-wrap: wrap;
}

.third {
    margin-top: 15vh !important;
}

.tizers__item {
    width: 50%;
    min-width: 200px;
    height: 50%;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}

.tizers__digits {
    position: relative;
    font-size: 10vw;
    font-weight: 600;
    opacity: 0.15;
}

.tizers__description {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 500px;
    font-size: 1.8vw;
    line-height: 1.3;
    font-weight: 600;
}

.tizers__item_inner {
    position: relative;
    line-height: 1 !important;
}

.btn-scroll {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(241, 248, 247, 0.4);
    text-decoration: none;
    cursor: pointer;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-top: 30px;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    color: #f1f8f7 !important;
}

.btn-primary::before {
    background: linear-gradient(131.68deg, #ef5f2f 3.63%, #cd52a9 25.26%, #883fff 44.55%, #cd52a9 55.72%, #ef5f2f 82.56%);
}

.btn-primary::after {
    background: linear-gradient(131.68deg, #ef5f2f 3.63%, #cd52a9 25.26%, #883fff 44.55%, #cd52a9 55.72%, #ef5f2f 82.56%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-primary::after,
.btn-primary::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 15px;
    z-index: -1;
}

.btn-primary:hover::after {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 22px;
    background: linear-gradient(0deg, rgb(9 20 44 / 66%) 0%, rgba(0, 0, 0, 0) 100%), #502438;
    border-radius: 15px;
    position: relative;
    font-size: 18px;
    z-index: 1;
}

.btn-scroll:hover {
    color: rgba(241, 248, 247, 0.8);
}


/* THIRD SLIDE */

.third__left_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'OpenSans';
    color: #ff0000;
    text-align: center;
}

.ThisBigTitle {
    font-size: 5vw;
    line-height: 6vw;
    color: #ffffff;
    font-weight: bold;
    font-family: 'OpenSans';
    text-align: center;
    margin-top: 30px;
    line-height: 1.1;
}

.third__left_title:after {
    margin-right: -100%;
    right: -14px;
}

.third__left_title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 1.5px;
    background-color: #ff0000;
    position: relative;
}

.play_button {
    position: absolute;
    left: 37%;
    width: 6vw;
}

.third__left_bigtitle {
    font-size: 4.5vh;
    font-weight: 700;
    line-height: 1.3;
    color: #FFF;
}

.video_block {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 55px;
    margin-bottom: 25px;
}

.video_block img:nth-child(1) {
    width: 100%;
    border-radius: 20px;
}

.video_block img:nth-child(2) {
    position: absolute;
    right: 42px;
    top: -23px;
}

.third__right__title {
    color: red;
}

.third__right ul {
    list-style: none;
    display: flex;
    padding-left: 67px;
    flex-direction: column;
}

.third__right ul li {
    margin-bottom: 50px;
}

.third__right,
.third__left {
    width: 50%;
}

.third__left {
    text-align: left;
    padding-right: 50px;
    padding-top: 30px;
}

.third__right {}

.third__right_desc {
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

.third__right__title {
    color: #f00;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/* THIRD SLIDE */

.slider {
    display: flex;
    width: 70vw;
}

.slide {
    width: 100px;
}

.swiper-slide img {
    width: 60%;
}

.logos {
    overflow: hidden;
}

.pp-section {
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .copyright_hello {
        margin-bottom: 30px;
    }

    .btn {
        margin-top: 0 !important;
    }

    .disp_mobile {
        display: block !important;
    }

    .tizers2 {
        width: 100% !important;
    }

    /* .FirstTitle2 {
        width: 80%!important;
    } */
    .third__right .contact__us .btn {
        margin-top: 100px;
    }

    .DiMainController {
        margin-top: 0px;
    }

    .ThisBigTitle {
        font-size: 8vw !important;
        font-family: OpenSans;
    }

    .marquee {
        font-size: 3rem;
    }

    .marquee a {
        font-size: 3rem;
    }

    .third__right ul {
        padding-left: 0;
    }

    .fallow {
        margin-bottom: 19px;
    }

    .play_button {
        position: absolute;
        left: 36%;
        width: 23vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .third__right ul li {
        margin-bottom: 20px;
    }

    .third__right_desc {
        font-size: 17px;
        margin-top: 5px;
        line-height: 1.3;
        margin: 10px 0;
    }

    .third__left_title,
    .third__right__title {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .burger {
        width: 60px;
        height: 60px;
    }

    .main__nav {
        height: 60px;
    }

    .tizers {
        display: flex;
        width: 100vw;
        margin-top: 50px;
        justify-content: center;
        /* margin: 0 auto; */
        /* height: 27%; */
        flex-wrap: wrap;
        gap: 50px;
    }

    .tizers__digits {
        position: relative;
        font-size: 21vw;
        font-weight: 600;
        opacity: 0.35;
    }

    .tizers__description {
        position: absolute;
        top: 55%;
        left: 0;
        width: 100%;
        font-size: 4.2vw;
        line-height: 1.3;
        text-align: center;
        color: white;
        font-weight: 600;
        letter-spacing: unset;
    }

    .tizers__item {
        height: unset;
    }

    .footer_landing ul,
    a {
        align-items: center;
        flex-direction: column;
    }

    #pp-nav,
    .slogan,
    .third__left_title:before {
        display: none;
    }

    .video_block img:nth-child(2) {
        right: -21px;
        top: 25%;
        transform: scale(0.8);
    }

    .third__left_title {
        text-align: left;
        width: 100%;
    }

    .FirstTitle span {
        font-family: OpenSans;
    }

    .ThisBigTitle {
        font-size: 33px;
    }

    .btn {
        width: 85% !important;
    }

    .burger {
        margin-left: auto;
    }

    .tizers,
    .third {
        width: 100vw;
        margin-top: 0px;
    }

    .third__left {
        padding: 0 35px;
        margin-top: 40px;
    }

    .third__left_bigtitle {
        font-size: 3vh !important;
        width: 94%;
    }

    .video_block {
        margin-top: 25px;
    }

    .third__right,
    .third__left {
        width: 100%;
        /* padding: 0 20px; */
    }

    .logo {
        content: "";
        background: url(../images/logo.svg) no-repeat;
        width: 87px;
        z-index: 5;
        height: 102px;
        display: block;
        background-size: cover;
        position: absolute;
        left: 38px;
        top: 37px;
    }

    marquee,
    marquee a {
        font-size: 3rem;
    }
}