.main_block{
    background: 1b1a1a;
}
.contact_us_text_2{
    width: 100%;
    color: white;
}
.flex_block_contact_us{
    display: flex;
    flex-direction: row;
}

.contact_us_text_2 p{
    width: 40%;
}
.contact_us_text3 p{
    width: 60%;
}
.button_cu{
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 20px;
}
.contact_us_contact a{
    text-decoration: none;
    color: white;
}
.button_cu input{
    all: unset;
    width: 250px;
    height: 50px;
    border-radius: 10px;
    background: #1e1e1e;
    border: 2px solid white;
    padding: 0 20px;
}
.button_cu button{
    width: 293px;
    height: 50px;
    border-radius: 10px;
    color: #1b1a1a;
    background: white;
    border: 2px solid white;
    font-weight: bold;
    transition: 0.5s;
}

.button_cu button:hover{
    background: none;
    color: white;
    transition: 0.5s;
}
h2{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}
.logo p{
    color: white;
}
.menu-list{
    text-align: center;
}
.menu-list li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.contact_us_buton{
    width: 45%;
}
.contact_us_buton  p{
    width: 60%;
}
h3,p{
    color: white;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}   
@media (max-width: 1050px){
    .contact_us_text_2 p{
        width: 60%;
    }
    .main_block{
        height: max-content;
        padding-bottom: 60px;
    }
    .contact_us_buton{
        min-width: 300px;
    }
    .flex_block_contact_us{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .flex_block_contact_us div{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px
    }
    .flex_block_contact_us div p{
        text-align: center
    }
    .contact_us_text_2{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .button_cu{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}