.main-screen{
   width: 80%;
   height: 420px;
}
/* .head_str{
    display:flex;
    flex-wrap: nowrap;
} */
.main-foto{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 420px;
    background-image: url("../Images/Видное.jpg");
    background-repeat: no-repeat;
    background-size: cover  /*  contain; */
}
.main{
    margin-top: 20px;
    width: 100%;
    height: 450px;
    overflow-y: auto;
    /* background-image: url("/go.jpg"); */
    /* background-color: bisque;   */
}
.main h2{
    /* margin-left: 50px; */
    text-align: center;
}
.main a{
    margin-left: 500px;
    /* text-align: center;  */
}
.gmenu{
    width: 100%;
    height: 20px;
}
.gmenu a{
    margin-left:  30px;
}
.news{
    width: 90%;
    height: fit-content;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: bisque;
}
.news p{
    font-weight: bold;
}
.user_info{
    margin-left: 20px;
}
.main_gallery{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: fit-content;
    display:flex;
    flex-wrap: nowrap;
    /* background-color:cadetblue; */
    /* overflow-y: auto; */
}
.gallery_card{
    width: 350px;
    height: 300px;
    margin-left: 20px;
}
.gallery_photo{
    width: 350px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover  /*  contain; */
}
.questions{
    width: 80%;
    height: fit-content;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: bisque;
}
.questions b{
    margin-left: 80px;
    /* font-size: large; */
}
.answers{
    width: 80%;
    height: fit-content;
    margin-top: 30px;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color:aquamarine;
}
.pagination{
    width: 15%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.pagination a{
    margin-left: auto;
}
.my_dialog{    /*    Основной класс для тестов */
    width: 50%;
    background-color:blanchedalmond;
    border: 1px solid;
}  

.my_dialog p{
    margin-left: 5%;
}
.testbut{
    width: 50%;
    margin: 20 auto;
    height: 100px;
    border: 1px solid;
    display: flex;
    flex-wrap: nowrap;
    background-color: yellow;
}

.testbut h3{
    margin-left: 20px;
    margin-right: 20px;
}
.testbut button{
    margin: 25px 20px;
    width: 100px;
    height: 50px;
}