@media screen and (max-width: 428px) {
    /* header */
    .logo{
        height: 48px;
    }
    h1{
        font-size: 13px;
        line-height: 16px;
    }
    .zagolovok-box {
        top: 15px;
        width: 290px;
        left: 28px;
    }

    /* footer */
    .btn-app{
        width: 142px;
        height: 44px;
        padding: 11px 32px;
        margin-left: 0;
        margin-right: 0;
        margin: auto;
    }
    .logo-app{
        height: 22px;
    }
    .btn-app-box{
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        bottom: 70px;
        z-index: 1001;
    }
    .copyright-box{
        bottom: 10px;
        left: calc((100% - 138px)/2);
    }
    .left-footer{
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        right: 0;
        bottom: 40px;
    }

    /* Mobile */
    /* #desk_man{
        display: none;
    }
    #desk_woman{
        display: none;
    } */
    .man-img{
        height: 390px;
        left: 50px;
        /* right: 0; */
        margin: auto;
        top: auto;
        bottom: -100px;
        z-index: 900;
    }
    .woman-img{
        height: 390px;
        left: 200%;
        margin: auto;
        top: auto;
        bottom: -100px;
        z-index: 900;
    }

    .man-img-togirl{
        animation: imgtogirl 2s linear;
        left: -200%;
    }
    @keyframes imgtogirl {
        0% {
            left: 50px;
        }
        100% {
            left: -200%;
        }
    }
    .woman-img-togirl{
        left: 50px;
        animation: imgtogirl2 2s linear;
    }
    @keyframes imgtogirl2 {
        0% {
            left: 200%;
        }
        100% {
            left: 50px;
        }
    }
    
    .man-img-toboy{
        animation: imgtoboy 2s linear;
        left: 50px;
    }
    @keyframes imgtoboy {
        0% {
            left: -200%;
        }
        100% {
            left: 50px
        }
    }
    .woman-img-toboy{
        left: 200%;
        animation: imgtoboy2 2s linear;
    }
    @keyframes imgtoboy2 {
        0% {
            left: 50px;
        }
        100% {
            left: 200%;
        }
    }



    .close-box{
        right: 15px;
        top: 20px;
        z-index: 2000;
    }
    .logo-place{
        margin-right: 20px;
    }
    .redaction-box{
        width: 326px;
        right: auto;
        left: 28px;
        top: 100px;
    }
    .redaction-box p{
        font-size: 16px;
        line-height: 20px;
    }

    .man-blur{
        display: none;
    }
    .woman-blur{
        display: none;
    }
    .container-main{
        /* display: none; */
        height: 485px;
        width: 225px;
        background-size: cover;
        margin-left: 0;
        margin-top: -48px;
        border-radius: 15px;
    }
    .bg-for-phone{
        transform: rotate(-90deg);
        width: 500px;
        height: 225px;
        border-radius: 25px;
        margin-left: -135px;
        margin-top: 130px;
        background-size: 100%;
    }

    .ramka{
        transform: rotate(-90deg);
        width: 510px;
        height: 250px;
        border-radius: 25px;
        left: auto;
        margin-top: -50px;
    }
    .main{
        background-size: cover;
        backdrop-filter: blur(28px);
    }
    .time-box{
        margin-left: 0;
        margin-top: -450px;
    }
    .text-box{
        right: auto;
        width: 275px;
        margin-top: auto;
        top: 100px;
    }
    .text-box p{
        font-size: 16px;
        line-height: 20px;
    }
    .text-box .text-2{margin-bottom: 25px;}
    .text-box .text-right{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 9px;
    }
    .text-box .text-right br{
        display: none;
    }
    .text-box .text-last{
        font-size: 28px;
        line-height: 34px;
    }
    .text-box-right{
        margin-left: 15px;
        width: 100%;
    }
    .line-img{
        display: none;
    }
    .line-img-mobile{
        display: block;
        width: 15px;
    }
    .video-box{
        left: calc((100% - 30px)/2);
        transform: rotate(-90deg);
        margin-top: 390px;
    }
    .video-box img{
        width: 30px;
    }
    .social-icon-box{
        padding-left: 28px;
        padding-right: 28px;
        right: auto;
        bottom: 130px;
        width: calc(100% - 56px);
    }
    .box-icon{
        /* display: inline-table; */
        margin-bottom: 0;
        width: 35px;

        /* margin-left: calc(25% - 54px); */
        /* margin-right: calc(25% - 54px); */
    }


    .ramka{
        display: none;
    }
    .bg-for-phone{
        display: none;
    }
    .time-box img{
        display: none;
    }
    .video-box img{

        display: none;
    }
    .container-main{
        
        display: none;
    }

    .bg-for-mobile{
        display: block;
        background: url(../images/white-bg.png);
        background-size: 100%;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
    }



    .social-icon-box{
        display: none;
    }
    .social-icon-box-mob{
        display: block;
        position: absolute;
        margin: auto;
        margin-top: -80px;
        z-index: 1001;

        /* right: auto; */
        bottom: 130px;
        width: calc(100% - 56px);
    }
    a{
        color: #fff !important; 
        text-decoration: none !important;
    }
}