

body {
    height: 100vh;
    width: 100%;
    top: 0%;
    font-family: 'Montserrat', sans-serif;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.main{
    overflow: hidden;
    background: url(../images/bg-big.jpg);
    background-size: 200%;
    background-position: 0% 50%;
}
.to-girl{
    animation: rightgirl 2s linear;
    background-position: 100% 50%;
}
@keyframes rightgirl {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.to-boy{
    animation: leftboy 2s linear;
    background-position: 0% 50%;
}
@keyframes leftboy {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* Header open */
.zagolovok-box{
    text-align: center;
    width: 715px;
    position: absolute;
    left: calc((100% - 715px)/2);
    top: 35px;
    z-index: 990;
}
.zagolovok{
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
}
h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.logo-place {
    margin-right: 40px;
    user-select: none;
    /* position: absolute;
    left:60px;
    top:47px; */
}

.logo{
    height: 105px;
}
.social-icon-box{
    position: absolute;
    margin: auto;
    margin-top: -80px;
    right: calc((100% - 1158px)/2);
    z-index: 1001;
}
.box-icon{
    margin-bottom: 30px;
}
.box-icon-fb{
    /* margin-top: 45px; */
}
.box-icon-tg{
    margin-bottom: 0px;
}

.round-circle-vk {
    display: inline-block;
    border-radius: 100px;
    background-image: url(/images/social/vk.png);
    background-size: cover;
}

.round-circle-vk:hover {
    display: inline-block;
    border-radius: 100px;
    opacity: 0.5;
}


.round-circle-fb {
    display: inline-block;
    border-radius: 100px;
    background-image: url(/images/social/fb.png);
    background-size: cover;
}

.round-circle-fb:hover {
    display: inline-block;
    border-radius: 100px;
    opacity: 0.5;
}


.round-circle-tg {
    display: inline-block;
    border-radius: 100px;
    background-image: url(/images/social/tg.png);
    background-size: cover;
}

.round-circle-tg:hover {
    display: inline-block;
    border-radius: 100px;
    opacity: 0.5;
}


.round-circle-tw {
    display: inline-block;
    border-radius: 100px;
    background-image: url(/images/social/tw.png);
    background-size: cover;
}

.round-circle-tw:hover {
    display: inline-block;
    border-radius: 100px;
    opacity: 0.5;
}

.round-circle {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    /* border:solid 1px white; */
    /* background-color: #FFFFFF; */
    cursor: pointer;
}

.round-circle i {
    color: transparent;
    text-align: center;
    width:100%;
    height: 100%;
    vertical-align: middle;
    font-size: 20px;
    line-height: 38px;
}

/* Header close */
.text-box{
    position: absolute;
    z-index: 1001;
    width: 310px;
    right: calc((100% - 1158px)/2 + 180px);
    margin-top: -80px;
}
.text-box p{
    font-weight: normal;
font-size: 18px;
line-height: 22px;
color: #E52F42;
margin-bottom: 0px;
}
.text-box .text-2 {
    font-weight: 900;
    margin-bottom: 18px;
}
.text-box .text-last{
    font-weight: 900;
    font-size: 38px;
    line-height: 46px;
    color: #E52F42;
    margin-top: 10px;
}
.line-img{
    width: 16px;
    margin-top: 10px;
}
.line-img-mobile{
    display: none;
}
.text-box-right{
    margin-left: 25px;
}
.text-box .text-right{
    font-weight: 900;
font-size: 24px;
line-height: 29px;
color: #2D2D30;
margin-bottom: 10px;
}







.error{
    display: none;
    position: fixed;
    z-index: 9999999999;
}

.main {
    /* background: none; */

    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* z-index: 9; */
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.container-main{
    background: url('/images/bg-mini.jpg');
    background-size: 250%;
    background-position: 5% 50%;
    border-radius: 40px;

    width: 1005px;
    height: 474px;
    
    margin: auto;
    margin-left: -85px;
    margin-top: -90px;

    position: absolute;
    z-index: 999;
}
.container-to-girl{
    animation: containergirlphone 2s linear;
    background-position: 90% 50%;
}
@keyframes containergirlphone {
    0% {
        background-position: 5% 50%;
    }
    100% {
        background-position: 90% 50%;
    }
}
.container-to-boy{
    animation: containerboyphone 2s linear;
    background-position: 5% 50%;
}
@keyframes containerboyphone {
    0% {
        background-position: 90% 50%;
    }
    100% {
        background-position: 5% 50%;
    }
}


.bg-for-phone{
    background: url('/images/white-effects.png');
    background-size: cover;
    background-position: 50% 50%;
    height: 474px;
    border-radius: 40px;
    /* position: relative; */
    z-index: 50;
}



.to-girl-phone{
    animation: rightgirlphone 2s linear;
    background-position: 100% 50%;
}
@keyframes rightgirlphone {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.to-boy-phone{
    animation: leftboyphone 2s linear;
    background-position: 0% 50%;
}
@keyframes leftboyphone {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.ramka{
    position: absolute;
    z-index: 1000;
    background: url(/images/mobile-ramka.png);

    /* background: url('/images/mobile-ramka.png'); */
    background-size: cover;
    width: 1063px;
    height: 525px;

    border-radius: 70px;
    left: calc(((100% - 1148px)/2));
    /* top: 160px; */

    margin-top: -95px;
}
/* .blur-box-right{
    position: absolute;
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    width: 521px;
    height: 525px;
    left: 0;
    margin-top: -95px;
} */

.man-img{
    position: absolute;
    height: 480px;
    overflow-y: hidden;
    animation-duration: 2s;

    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-left: calc(((100% - 1090px)/2) + 60px);
    top: -105px;

    z-index: 1000;
}

.man-img-togirl{
    animation: imgtogirl 2s linear;
    left: -100%;
}
@keyframes imgtogirl {
    0% {
        left: 0
    }
    100% {
        left: -100%;
    }
}

.man-img-toboy{
    animation: imgtoboy 2s linear;
    left: 0px;
}
@keyframes imgtoboy {
    0% {
        left: -100%;
    }
    100% {
        left: 0
    }
}


.woman-img{
    position: absolute;
    height: 450px;
    overflow-y: hidden;
    animation-duration: 2s;

    position: absolute;
    right: 0;
    left: 100%;
    bottom: 0;
    margin: auto;
    margin-left: calc(((100% - 1090px)/2) + 60px);
    top: -75px;

    z-index: 999;
}

.woman-img-togirl{
    left: 0;
    animation: imgtogirl2 2s linear;
}
@keyframes imgtogirl2 {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

.woman-img-toboy{
    left: 100%;
    animation: imgtoboy2 2s linear;
}
@keyframes imgtoboy2 {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}



.time-box{
    position: absolute;
    z-index: 1001;
    text-align: center;
    /* top: 220px; */
    margin-left: -25px;
    margin-top: -480px;
}
.time-box img{
    height: 22px;
    /* image-rendering: pixelated; */
}
.video-box{
    position: absolute;
    z-index: 1001;
    margin-top: -90px;
    left: calc(((100% - 1148px)/2) + 80px);
}
.video-box img{
    width: 65px;
    /* image-rendering: pixelated; */
}

.man-box-animate{
    animation: heightmini 0.8s ease-in;
}
@keyframes heightmini {
    0% {
        height: 480px;
        bottom: 28px;
    }
    100% {
        height: 0px;
        bottom: 88px;
    }
}
.man-box-animate-open{
    animation: heightmini2 2s ease-in-out;
}
@keyframes heightmini2 {
    0% {
        height: 0px;
        bottom: 48px;
    }
    100% {
        height: 480px;
        bottom: 28px;
    }
}
/* @keyframes openb {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -50px;
    }
} */

.man-blur{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-left: calc(((100% - 1090px)/2) + 60px);
    top: 230px;
    /* top: 217px; */
}
.blur-togirl{
    animation: blurtogirl 2s linear;
    left: -100%;
}
@keyframes blurtogirl {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.blur-toboy{
    animation: blurtoboy 2s linear;
    left: 0;
}
@keyframes blurtoboy{
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

.woman-blur{
    position: absolute;
    right: 0;
    left: 100%;
    bottom: 0;
    margin: auto;
    margin-left: calc(((100% - 1090px)/2) + 60px);
    top: 255px;
}
.blur-togirl2{
    animation: blurtogirl2 2s linear;
    left: 0px;
}
@keyframes blurtogirl2 {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
.blur-toboy2{
    animation: blurtoboy2 2s linear;
    left: 100%;
}
@keyframes blurtoboy2 {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}


.header-text{
    width: 430px;
    margin-bottom: 32px;
    pointer-events: none;
}
.social{
    top: 38px;
    z-index: 9998;
}
.logo-place{
    top: 29px;
    z-index: 9998;
}
.btn-app-box{
    position: absolute;
    /* margin-top: 600px; */
    z-index: 20;
    bottom: 150px;
}
.btn-app{
    border: 1px solid #fff;
    border-radius: 6px;
    width: 190px;
    height:60px;
    display: inline-block;
    padding: 15px 40px;
    margin-left: 22px;
    margin-right: 22px
}
.btn-app:hover{
    background: rgba(255, 255, 255, 0.5);
}
.logo-app{
    height: 30px;
    /* image-rendering: pixelated; */
    /* position:absolute; */
}
.mobile-main{
    display: none;
}
.main-text p{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 32px;
}
.redaction-box{
    width: 425px;
    display: none;
    margin: auto;
    right: 150px;
    position: absolute;
    z-index: 1001;
}

.redaction-box p{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.redaction-box span{
    font-weight: 800;
}
.close-box{
    /* margin-top: 32px;
    margin-right: 32px; */
    position: absolute;
    right: 32px;
    top: 32px;
    display: none;
    cursor: pointer;
}
.close-image{
    width: 40px;
    height: 40px;
}
.bg-for-mobile{
    display: none;
}

.social-icon-box-mob{
    display: none;
}










.btn-start-new {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;

    background: #8B4A9F;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 50px;
    outline: none !important;
}

.btn-start-new:hover,.btn-start-new:active,.btn-start-new:focus {
    background: #5D3469;
    color: #FFFFFF;
    outline: #5D3469;
    padding: 10px 50px;
    box-shadow: none;
}

/* Footer */
.copyright-box{
    position: absolute;
    bottom: 25px;
    left: 125px;
    z-index: 1000;
}
.copyright-box p{
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    user-select: none;
}
.left-footer{
    position: absolute;
    bottom: 25px;
    right: 125px;
    z-index: 1000;
}
.left-footer a{
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    user-select: none;
}
.left-footer a:hover{
    color: #FFFFFF;
opacity: 0.5;
    cursor: pointer;
}
.main-site-text{
    margin-left: 25px;
}


.authors{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.authors:hover{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;
    color: #FFFFFF;
    cursor: pointer;
}

.authors-place {
    position: absolute;
    background-size: 125%;
    left: 0;
    bottom: 5vh;
    height: 175px;
    width: 310px;
    z-index: 9999;
}

.authors-box{
    display: none;
    position: absolute;
    bottom: 32px;
    left: 60px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    padding: 16px;
    z-index: 99999;
}

.authors-box h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 16px;
}
.authors-box p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.authors-box p strong{
    font-weight: 500;
}

#icon_close{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* PRELOADER */
#preloader{
    background: #E52F42;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
}
.block {
    width: 150px;
    height: 100px;
    background-image: url('/images/mashcorr-logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(.85);
    animation: pulse 2s ease-in-out infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    image-rendering: pixelated;
}
@keyframes pulse {
from {
    transform: scale(.85);
}
50% {
    transform: scale(1);
}
to {
    transform: scale(.85);
}
}

@media (max-width: 1440px){
    .zagolovok-box{
        top: 15px;
    }
    .logo{
        height: 60px;
        image-rendering: pixelated;
    }
    h1{
        font-size: 21px;
        line-height: 24px;
    }


    .ramka{
        margin-top: 0;
    }
    .container-main{
        margin-top: 5px;
    }
    .text-box{
        margin-top: 15px;
    }
    .time-box{
        margin-top: -385px;
    }
    .video-box{
        margin-top: 5px;
    }
    .social-icon-box{
        margin-top: 15px;
    }
    .btn-app-box{
        bottom: 30px;
    }
    .man-img{
        top: -10px;
    }
    .man-blur{
        top: 325px;
    }
    .woman-img{
        top: 20px; 
    }
    .woman-blur{
        top: 350px;
    }
    
}

@media (max-width: 1440px) and (max-height: 725px){
    .btn-app-box{
        bottom: 15px;
    }
}
