header {
    background-image: url("img/Vector\ 2.svg");
    width: 100%;
    height: 328px;
}

footer {
    background-image: url("img/Vector\ 1.svg");
    width: 100%;
    margin-top: 150px;
    height: 328px;
}


.logo-top {
    background-image: url("img/logo.png");
    height: 151px;
    width: 371px;
}

.logo-foot {
    background-image: url("img/logo-foot.png");
    height: 151px;
    width: 362px; 
    margin-left: 50px;
    margin-top: 150px;
}

.conteiner  {
    margin: auto;
    max-width: 1140px;
    position: relative;
}

.cont_left  {
    margin: auto;
    margin-left: 10px;
    max-width: 100%;
}

.cont_right  {
    position: absolute;
    right: 0px;
    left: 55%;
}

.png img {
    max-width: 100%; 
    height: auto;   
    display: block; 
}

  
.flex {
    display: flex;
    gap: 20px;
}

.text_1 {
    margin-top: 70px;
    width: 47%;
}

.text_2 {
    margin-top: -620px;
}

.text_3 {
    left: 60%; 
}

.blend {
    margin-top: 5px;
    width: 50%;
}

body {
    background-image: url("img/фон_2.png");
    height: 1428 ;
    width: 2076;
}

.flex-box {
    display: flex;
}

ul>li {
    list-style: none;
    display: inline;
    margin-left: 40px;
}

li>a, header, footer {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

nav>ul {
    margin-top: 60px ;
}

.foot>ul {
    margin-top: 250px ;  
}

h2 {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 650;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    color: #000000;
   
}

p {
    font-family: 'Kurale';
    font-style: medium;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: left;
    color: #000000;
    margin-left: 5px;
    
}

h3 {
    font-family: 'Kurale';
    font-style: medium;
    font-weight: 550;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.stick {
    background-color: #000000;
    width: 65px;
    height: 5px;
    margin-top: 6px;
    border-radius: 5px;
    display: block;
}


.orden>img {
    width: 500px;
  
}
.orden {
    margin-top: -500px;
    margin-left: 70px;
}

@media screen and (min-width: 945px) {
    .buger-menu {
        display: none; 
    } 
    .signature p {
        display: none;
    }
    .block-with-shadow {
        display: none;
    }
}

@media screen and (max-width: 945px) {
    footer .conteiner_1 nav {
        display: none;
    }
    header .conteiner .disp {
        display: none;
    }
    .logo-foot {
        display: none;
    }
    .signature p {

        margin-left: 120px;
    }
    .buger-menu {
        display: block; 
        margin-top: 50px;
        margin-right: 20px;
        position: absolute;
        right: 20px;
    } 
    .cont_right  {
        position: absolute;
        right: 0px;
        left: 0%;
    }
    .flex {
        display: block;
    }
    .text_1 {
        margin-bottom: 0px;
        margin-top: 410px;
        width: 100%;
    }
    .cont_right .text_3 {
        margin-bottom: 100px;
    }
    .blend p {
        margin-left: 50px;
    }
    .png img {
        max-width: 100%; 
        height: auto;   
        display: block; 
        margin: auto;
    }
    .conteiner_1 {
        margin-left: 10px;
        margin-top: 435px;
    }
    footer {
        background-image: none;
        background-color: rgb(165, 37, 37);
        height: auto;
    }
    .orden {
        display: block;
        margin: auto;
        max-width: 100%;    
    }
    nav .ul_1 {
        margin-top: 20px;
        margin-right: 43px;
    }
    .ul_1{
        padding: 0px;
        
    }
    .buger-slide> nav .ul_1 {
        display: flex;
        flex-direction: column;
        position: absolute; 
    }
    .nav_1 {
        display: none;
    }
}

.block-with-shadow {
    width: 150px;
    height: 140px;
    background-color: rgb(165, 37, 37);
    box-shadow: 10px -10px 10px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 20px;
    top: 130px;
    border-radius: 30px;
}


button {
    padding: 5px 10px;
    font-size: 16px;
    background-color: rgba(165, 37, 37, 0.789);
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 30px;
    border: none; 
}