.marquee__inner.mItem{
    margin-right: 40px;
    display: flex;
    gap: 40px;
}
.logo_item{
    border-radius: 25px;
    overflow: hidden;
}
.logo_item img{
    max-width: 252px;
}
.logo_item{
    min-width: 252px;
}

.str_wrap {
    overflow:hidden;
    /*zoom:1;*/
    width:100%;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space:nowrap;
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    /*//display:inline;*/
    /*//zoom:1;*/
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}



.first_screen_image_block{
    padding-top: 180px;
    padding-bottom: 270px;
    background: linear-gradient(90deg, #c0d2ff 0%, rgba(192, 210, 255, 0.15) 50%, rgba(192, 210, 255, 0.45) 75%, rgba(192, 210, 255, 0.75) 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 93px), 0 100%);
}
.first_screen_image_block_content{
    position: relative;
    z-index: 1;
    background: linear-gradient(134deg, rgba(108, 148, 249, 0.88) 0%, rgba(255, 255, 255, 0.88) 50%, rgba(101, 142, 247, 0.88) 100%);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 30px;
    padding-top: 55px;
    padding-right: 110px;
    padding-left: 110px;
    padding-bottom: 30px;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
}
.first_screen_image_block_content_button{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.first_screen_image_block_content_title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 64px;
    line-height: 113%;
    text-align: center;
    color: #092dc5;
    font-family: "Sora", sans-serif;
}
.mWrap.str_wrap{
    pointer-events: none;
}
.first_screen_image_block_content_text{
    margin-bottom: 47px;
    font-weight: 400;
    font-size: 25px;
    line-height: 128%;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #373f49;
}


.second_line{
    position: absolute;
    width: 100%;
    bottom: 195px;
    transform: scaleX(-1) rotate(4deg);
}
@media screen and (max-width: 767px){
    body .first_screen_image_block_content_button a{
        justify-content: center;
    }
    body .first_screen_image_block_content_button{
        flex-direction: column;
        gap: 10px;
    }
    body .first_screen_image_block_content_title{
        font-size: 32px;
    }
    body .first_screen_image_block_content_text{
        font-size: 14px;
    }
    body .first_screen_image_block_content_text{
        margin-bottom: 25px;
    }
    body .first_screen_image_block_content{
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
        padding: 20px;
        border-radius: 15px;
    }
    body .first_screen_image_block{
        padding-bottom: 150px;
        padding-top: 120px;
    }
    body .logo_item{
        min-width: 170px;
    }
    body .logo_item img{
        max-width: 170px;
    }
    body .marquee__inner.mItem{
        gap: 20px;
        margin-right: 20px;
    }
    body .second_line{
        bottom: 115px;
    }
    body .first_screen_image_block{
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    }
}
