header {
    background-image: url("img/Vector\ 2.svg");
    width: 100%;
    height: 328px;
}

footer {
    background-image: url("img/Vector\ 1.svg");
    width: 100%;
    margin-top: 20px;
    height: 328px;
}

body {
    background-image: url("img/фон_1.png");
    height: 1977 ;
    width: 1440;
}

.conteiner  {
    margin: auto;
    max-width: 1140px;
    min-height: auto;
    position: relative;
}

.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;
}

ul>li {
    list-style: none;
    display: inline;
    margin-left: 40px;
}

li {
    list-style: none;
    display: inline;
    margin-left: 130px;
    margin-top: 10px;
}

.flex-box {
    display: flex;
}

.flex-box_1 {
    display: flex;
    position: absolute;
    right: 300px;
    top: 1000px;
}

nav>ul {
    margin-top: 60px ;  
}

.foot>ul {
    margin-top: 250px ;  
}



li>a, header, footer {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}


h2 {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 650;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    color: #000000;

}

h3 {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 650;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-top: 60px;
}

table {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: left;
    color: #000000;
    margin-top: 30px;
    border-color: #000000;
}

.video>video {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 40px;
    border-radius: 30px;
}

.podcast {
    background-image: url("img/аудио.png");
    height: 98px;
    width: 98px;
    margin-top: -20px;

}

.costitution {
    background-image: url("");
    height: 200px ;
    width: 200px;
}

p {
    font-family: 'Kurale';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: left;
    color: #000000;
   margin-left: 100px;
    
}

p.p_1 {
    margin-top: -20px;
    margin-left: -13px;
    
}

table, td, th {
    border: 1px solid black;
}

table {
    margin: auto;
}

.stick {
    background-color: #000000;
    width: 65px;
    height: 5px;
    margin-top: 6px;
    border-radius: 5px;
    display: block;
}



.book>video {
    margin-top: 20px;
    width: 450px;
    border-radius: 30px;
}

.flex-3 {
    display: flex;
    gap: 10%;
}



.controls {
    margin-left: -130px;
}

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; 
}


input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #ccc; 
    outline: none;
}


input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: rgb(165, 37, 37); 
    cursor: pointer;
    border-radius: 50%;
}

input[type=range]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: rgb(165, 37, 37); 
    cursor: pointer;
    border-radius: 50%;
}



@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 nav {
        display: none;
    }
    header .conteiner .disp {
        display: none;
    }

    .nav_1 {
        display: none;
    }

    .logo-foot {
        display: none;
    }
    .signature p {
        margin-top: 10px; 
    }
    .buger-menu {
        display: block; 
        position: absolute;
        right: 48px;       
        margin-top: 50px;
    } 
    footer {
        background-image: none;
        background-color: rgb(165, 37, 37);
        height: auto;
        margin-top: 220px;
        
    }
    .flex-3 {
        display: block;
    }
    .flex-box_1 {
        margin-top: 80px; 
    }
    .book>video {
        margin-top: 50px;
        margin-left: 10%;
        width: 400px;
       
    }
    .buger-slide> nav .ul_1 {
        display: flex;
        flex-direction: column;
        position: absolute; 
    }

    nav .ul_1 {
        margin-top: 20px;
        margin-right: 43px;
    }
    .ul_1{
        padding: 0px;
        
    }
    
}

.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;
}

