@media screen and (min-width:1900px) {
    * {
        margin: 0;
        padding: 0;
    }
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1; 
        border-radius: 5px;
    }
    ::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 5px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
    
    :root {
        --btn-background:#E3B873;
        --ff-Nunito: 'Nunito Sans', sans-serif;
        --ff-Yeseva: 'Yeseva One';
        --font-weight: 400;
    }
    
/* woff 400 Nunito */
@font-face {
    font-family:'Nunito Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/nunito-sans-latin-400.woff') format('woff');
}
/* woff2 400 Nunito */
@font-face {
    font-family:'Nunito Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/nunito-sans-latin-400.woff2') format('woff2');
}

/* woff 400 Yeseva */
@font-face {
    font-family:'Yeseva One';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/YesevaOne-Regular.woff') format('woff');
}
/* woff2 400 Yeseva */
@font-face {
    font-family:'Yeseva One';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/YesevaOne-Regular.woff2') format('woff2');
}
    .block_image_video,
    .main_input_block,
    .main_room_card,
    .main_background-input_remove,
    .hogs_svg-block,
    .main_room_photo-card,
    .main_clients_block-remove,
    .pre_footer,
    .footer {
        display: none;
    }
    .header {
        max-width: 2500px;
        width: 100%;
        height: 808px;
        background: #131313;
        margin: 0 auto;
        padding: 1px 0;
    }
    .header_navigation {
        max-width: 1920px;
        width: 100%;
        min-height: 83px;
        padding: 1px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main {
        max-width: 2500px;
        width: 100%;
        position: relative;
    }
    .main_first_container {
        max-width: 2500px;
        width: 100%;
        height: 1074px;
        background: #131313;
        padding: 1px 0;
    }
    .first_container_com-project {
        max-width: 2500px;
        width: 100%;
        height: 800px;
        padding: 1px 0;
        margin: 0 auto;
        justify-content: space-evenly;
        align-items: center;
    }
    .box_online_control {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .header_title {
        max-width: 1920px;
        width: 100%;
        height: 707px;
    }
    .hero_img {
        max-width: 1920px;
        width: 100%;
        height: 100%;
        background-image: url('../image/header_image.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .header_subtitle {
        margin-left: 16rem;
    }
    .box_online_control {
        position: absolute;
        left: 50%;
        top: 75%;
        transform: translate(-50%, -50%);
    }
    .project_right_image {
        width: 679px;
        height: 482.38px;
        background-image: url('../image/rostov-image.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}