@media screen and (min-width:375px) and (max-width:1023px) {
    * {
        margin: 0;
        padding: 0;
    }
    body{
        background: #ffffff;
    }
    ::-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');
}
    .header {
        max-width: 375px;
        width: 100%;
        min-height: 500px;
    }
    /* Блок навигации (меню) */
.header_navigation {
    max-width: 375px;
    width: 100%;
    min-height: 40px;
    padding: 1px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_navigation_nav {
    max-width: 355px;
    width: 100%;
    height: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_navigation_nav-link {
    display: none;
}
.btn_call {
    display: none;
}
.header_navigation_nav_phone-number {
    width: 120px;
    height: 18px;
    display: block;
}
.span_number {
    color: #ffffff;
    text-decoration: none;
}
.header_subtitle {
    max-width: 339px;
    width: 100%;
    height: 330px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.header_subtitle_button {
    width: 338px;
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.header_subtitle_button button:nth-child(1) {
    width: 338px;
}
.header_subtitle_button button:nth-child(2) {
    width: 338px;
}
.span_style_1440 {
    display: none;
}
.span_style_375 {
    display: block;
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 11px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    font-style: italic;
}

.header_subtitle_h1 {
    width: 339px;
    height: 60px;
}
.header_subtitle_h1 h1 {
    font-size: 23px;
    line-height: 133%;
}
.header_subtitle_h1 span {
    font-size: 23px;
    line-height: 133%;
}
.header_subtitle_p {
    width: 339px;
    height: 94px;
}
.header_subtitle_p p {
    font-size: 14px;
    line-height: 136%;
}
.header_title {
    max-width: 375px;
    width: 100%;
    height: 476px;
    padding: 1px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Header изображение */
.hero_img {
    max-width: 375px;
    width: 100%;
    height: 476px;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.image_375px {
    display: block;
    position: absolute;
    z-index: 1;
    object-fit: contain;
    max-width: 375px;
    width: 100%;
    height: 476px;
    object-fit: cover;
    filter: brightness(40%);
}
.break_375 {
    display: block;
}
.break375 {
    display: none;
}
.main {
    max-width: 375px;
    width: 100%;
    height: 4422px;
    margin: 0 auto ;
}

.main_first_container {
    max-width: 375px;
    width: 100%;
    min-height: 1018px;
    background: #131313;
    padding: 1px 0;
}
.first_container_com-project {
    max-width: 375px;
    width: 100%;
    height: 635.73px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.com-project_right {
    display: none;
}
.com-project_left {
    width: 370px;
    height: 605.45px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.project_left_h2 {
    margin: 0 auto;
}
.project_left_h2 h2 {
    font-size: 22px;
    text-align: center;
}
.project_left_p {
    width: 311px;
    margin: 0 auto;
}
.project_left_p p {
    font-size: 11px;
    line-height: 158%;
    text-align: center;
}
.com-project_image-375 {
    width: 340px;
    height: 240.55px;
    margin: 0 auto;
    background-image: url('../image/room-375.png');
    background-position: center top -15px;
}

.project_left_location {
    width: 341px;
    height: 145px;
    margin: 25px auto;
}
.left_location_city {
    width: 99px;
    height: 68px;
}
.left_location_time {
    width: 129px;
    height: 44px;
}
.left_location_apartment {
    width: 181px;
    height: 34px;
}
.left_location_cost {
    width: 181px;
    height: 50px;
}
.project_left_arrow {
    display: none;
}
.box_online_control {
    width: 224px;
    height: 73.79px;
    margin: 0 auto;
}
.block_image_video {
    width: 340px;
    height: 207px;
    margin: 15px auto;
    background-image: url('../image/Mask\ Group\ video.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top -11px;
    position: relative;
}
.block_image_video_play {
    width: 37px;
    height: 37px;
    top: 40%;
}
.triangle-right {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 12.9px;
    height: 12.9px;
}
.main_input_block {
    max-width: 375px;
    width: 100%;
    height: 502px;
    margin: -10rem auto;
    background: #131313;
    position: relative;
    z-index: 10;
}
.line {
    width: 55px;
    height: 1.54px;
    background: #E3B873;
}
.main_input_block_p {
    width: 340px;
    height: 106.95px;
}
.main_input_block_p p {
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 11px;
    line-height: 170%;
    text-align: center;
    color: #ffffff;
}
.input_block {
    width: 340px;
    height: 311px;
}
.form_style {
    width: 340px;
    height: 311px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.name_input label,
.phone_input label {
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 13px;
    line-height: 164%;
    color: #FFFFFF80;
    text-transform: capitalize;
}
.name_input input,
.phone_input input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    outline: none;
    font-size: 18px;
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    color: #ffffff;
    background: transparent;
}
.name_input input::placeholder,
.phone_input input::placeholder {
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 14px;
    line-height: 139%;
    color: #ffffff;
}
.name_input {
    width: 340px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 2px solid #3636364D;
}
.phone_input {
    width: 340px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 2px solid #3636364D;
}
.submit_form {
    width: 340px;
    height: 51px;
    border: none;
    border-radius: 2px;
    background: #E3B873;
    cursor: pointer;
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 13px;
    line-height: 204.99999999999997%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0 0 10px #E3B873;
    position: relative;
    top: 20px;
}
.section_submit_checkbox {
    width: 285px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 6rem;
    left: 19px;
}

.style_checkbox {
    background: #E3B873;
    width: 16px;
    height: 16px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    transition: box-shadow 200ms ease;
}
.style_checkbox:checked {
    background-image: url('../image/checkedBox-svg.svg');
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px #888;
    transition: box-shadow 200ms;
}
.section_submit_checkbox label {
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 14px;
    line-height: 164%;
    color: #ffffff;
}

.main_room_card {
    max-width: 357px;
    width: 100%;
    height: 1414px;
    margin: 13rem auto;
}
.box_svg_types {
    width: 257px;
    height: 71px;
    margin: 0 auto;
}
.main_room_card_container-card {
    max-width: 375px;
    width: 100%;
    height: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    row-gap: 30px;
}
.style-card_room {
    width: 340px;
    height: 484px;
}
.card_image-style {
    width: 340px;
    height: 484px;
}
.card_image-style img {
    width: 340px;
    height: 365.15px;
}
/* общий стиль текст карт */
.container-card_list {
    width: 270px;
    height: 241px;
    left: 0;
}
.container-card_list ul {
    list-style: none;
    margin-left: 40px;
    margin-top: 20px;
}
.container-card_list ul h2 {
    font-family: var(--ff-Yeseva);
    font-weight: var(--font-weight);
    font-size: 15px;
    line-height: 139%;
    color: #363636;
}
.container-card_list ul li {
    font-family: var(--ff-Nunito);
    font-weight: var(--font-weight);
    font-size: 13px;
    line-height: 170%;
    color: #959595;
    position: relative;
    padding-left: 13px;
}
.container-card_list ul li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #888;
    top: 10px;
    left: 2px;
}
.container-card_btn_style {
    width: 190.43px;
    height: 40px;
    bottom: 0;
    font-size: 15px; 
}

/* 4 block remove */
.main_background-input_remove {
    display: none;
}
.main_room_photo-card {
    width: 340px;
    height: 332px;
    background-image: url('../image/image-room\(footer\).png');
    position: relative;
    margin: 0 auto;
}
.room_photo-card_option_menu {
    display: none;
}
.room_photo-card_photo_card {
    display: none;
}
.h3 {
    display: block;
    position: absolute;
    top: 0;
    font-family: var(--ff-Yeseva);
    font-weight: var(--font-weight);
    font-size: 22px;
    line-height: 139%;
    text-transform: uppercase;
    color: #E3B873;
}
.left-arrow_photo-img,
.right-arrow_photo-img {
    width: 36px;
    height: 36px;
    display: block;
}
.left-arrow_photo-img {
    position: absolute;
    left: 9px;
    top: 61%;
}
.right-arrow_photo-img {
    position: absolute;
    right: 9px;
    top: 61%;
}
/* 6 block remove */
.main_clients_block-remove {
    display: none;
}

/* 
7 block */
.background_map_container {
    display: none;
}
.background-frame {
    display: none;
}
.pre_footer {
    max-width: 375px;
    width: 100%;
    height: 1110px;
    background: #131313;
    position: relative;
    top: -70px;
    z-index: -1;
}
.pre_footer_input {
    width: 340px;
    height: 800px;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.pre_footer_input h2 {
    width: 257px;
    height: 26px;
}
.pre_footer_input_form {
    width: 335px;
    height: 880px;
    margin: 0 auto;
}
.pre_footer_block_map {
    width: 330px;
    height: 255px;
    top: 24rem;
    left: 1.3rem;
    overflow: hidden;
}
.pre_footer_block_map img {
    width: 340px;
    height: 255px;
}

.background_map_container_h3 {
    width: 330px;
    height: 133.21px;
    top: 48rem;
    left: 1.3rem;
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 304px;
}
.input_name-phone {
    width: 334px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.input_name-phone_name,
.input_name-phone_phone {
    width: 334px;
    height: 45px;;
}
.input_name-phone input {
    width: 100%;
}
.input_question {
    width: 334px;
    height: 45px;
}
.input_checkbox-form {
    width: 285.62px;
    height: 18px;
}
.input-btn {
    width: 334px;
    height: 51px;
    background: var(--btn-background);
    border: none;
}
.footer {
    display: none;
}
}
