.block{
    width: 100%;
    display: grid;
    justify-items: stretch;
    gap: 1% 0%;
}


/*                                                                      Приветствие                                              */


.block_1{
    width: 100%;
    background: linear-gradient( gray, 2%, silver, 98%, gray );
    display: flex;
    gap: 10%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0% 0% 10% 0%;
}
.privetstvie-top{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10vw;
}
.privetstvie-image{
    width: 50vw; 
}
.privetstvie{
    font-size: 1vw;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    border-left: 2px solid white;
    padding: 3%;
    color: white;
    width: 45vw;
}



/*                                                  Новости на главной странице                                     */


.block_2{
    width: 100%;
    background: linear-gradient( gray, 2%, silver, 98%, gray );
    display: grid;
    grid-template-rows: 0.5vw;
    border-radius: 20%;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 5% 0% 10% 0%;
}
.zagolovok2 a{
    position: relative;
    font-size: 20px;
    display: flex;
    padding: 10px;
    gap: 15px;
    text-decoration: none;
    border-radius: 10%;
    background: linear-gradient( silver, 10%, grey );
    color: white;
    box-shadow: 0px 10px 10px #dbd7d2;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 481px) {
    .zagolovok2 a{
        font-size: 1.5vw;
        padding: 1vw;
        gap: 2vw;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .zagolovok2 a{
        font-size: 1.5vw;
        padding: 1vw;
        gap: 2vw;
    }
}
@media screen and (min-width: 320px) and (max-width: 481px) {
    .zagolovok2 a{
        font-size: 1.5vw;
        padding: 1vw;
        gap: 2vw;
    }
}
.zagolovok2 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.zagolovok2 li{
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.zagolovok2 img{
    width: 2.5vw;
}
.zagolovok2 img:hover{
    opacity: 0.5;
}
@media screen and (min-width: 320px) and (max-width: 481px) {
    .zagolovok2 img{
        width: 4vw;
    }
}
.zagolovok2 a:hover{
    background: linear-gradient( grey,  30%, silver);
    color: gray;
    cursor: pointer;
}
.news-img{
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 481px) {
    .news-img{
        padding: 10vw;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .news-img{
        padding: 10vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {
    .news-img{
        padding: 10vw;
    }
}
.news-img a{
    cursor: pointer;
}

.news-colon{
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-areas:
        "colon_1 colon_2 colon_3"
        " colon_1 colon_4 colon_5";
    align-items: center;
    justify-items: stretch;
    gap: 0% 1%;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    justify-content: center;
}
#colon_1{
    grid-area: colon_1;  
}
#colon_1 img{
    width:  50vw;
    height: 51vw;
}
#colon_1 h1{
    padding: 3.5vw;
    position: absolute;
    color: white;
    text-decoration: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 2vw;
}
#colon_1 div{
    position: absolute;
    padding: 5vw;
    width: 45vw;
    opacity: 0.8;
    background: black;
}
#colon_1:hover{
    transform: scale(1.03);
}
#colon_2{
    grid-area: colon_2;
}
#colon_2 img{
    width:  20vw;
    height: 25vw;
}
#colon_2 h1{
    padding: 3.5vw;
    position: absolute;
    color: white;
    text-decoration: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 2vw;
}
#colon_2 div{
    position: absolute;
    padding: 5vw;
    width: 20vw;
    opacity: 0.8;
    background: black;
}
#colon_2:hover{
    transform: scale(1.03);
}
#colon_3{
    grid-area: colon_3;
}
#colon_3 img{
    width:  20vw;
    height: 25vw;
}
#colon_3 h1{
    padding: 3.5vw;
    position: absolute;
    color: white;
    text-decoration: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 2vw;
}
#colon_3 div{
    position: absolute;
    padding: 5vw;
    width: 20vw;
    opacity: 0.8;
    background: black;
}
#colon_3:hover{
    transform: scale(1.03);
}
#colon_4{
    grid-area: colon_4;
}
#colon_4 img{
    width:  20vw;
    height: 25vw;
}
#colon_4 h1{
    padding: 3.5vw;
    position: absolute;
    color: white;
    text-decoration: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 2vw;
}
#colon_4 div{
    position: absolute;
    padding: 5vw;
    width: 20vw;
    opacity: 0.8;
    background: black;
}
#colon_4:hover{
    transform: scale(1.03);
}
#colon_5{
    width:15%;
    grid-area: colon_5;
    padding: 40% 20%;
}
#colon_5 a{
    text-decoration: none;
    font-size: 40px;
    padding: 40px;
    border-radius: 10%;
    background: linear-gradient( silver, 10%, grey );
    color: white;
    box-shadow: 0px 10px 10px #dbd7d2;
    text-align: center;
}
#colon_5 a:hover{
    background: linear-gradient( grey,  30%, silver);
    color: gray;
    cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width:481px) {
    #colon_1 img{
        width:  45vw;
        height: 51vw;
    }
    #colon_2 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_3 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_4 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_5{
        width: 55px;
        height: 55px;
        padding: 10vw 0%;
    }
    #colon_5 a{
        font-size: 3vw;
        padding: 5vw;
    }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
    #colon_1 img{
        width:  45vw;
        height: 51vw;
    }
    #colon_2 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_3 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_4 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_5{
        width: 55px;
        height: 55px;
        padding: 10vw 0%;
    }
    #colon_5 a{
        font-size: 3vw;
        padding: 5vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {
    #colon_1 img{
        width:  45vw;
        height: 51vw;
    }
    #colon_2 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_3 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_4 img{
        width:  20vw;
        height: 25vw;
    }
    #colon_5{
        width: 55px;
        height: 55px;
        padding: 10vw 0%;
    }
    #colon_5 a{
        font-size: 3vw;
        padding: 5vw;
    }
}


/*                                                  Обращение руководителя                                  */



.block_3{
    width: 100%;
    background: linear-gradient( gray, 2%, silver, 98%, gray );
    display: flex;
    gap: 10%;
    border-radius: 20%;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 3% 0% 10% 0%;
}
.director-block{
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
}
.zagolovok1{
    position: absolute;
    font-size: 2vw;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    letter-spacing: 5px;
    padding: 1vw;
    border-radius: 10%;
    background: linear-gradient( silver, 10%, grey );
    color: white;
    box-shadow: 0px 10px 10px #dbd7d2;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .zagolovok1{
        letter-spacing: 2px;
        font-size: 1.5vw;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .zagolovok1{
        letter-spacing: 2px;
        font-size: 1.5vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {
    .zagolovok1{
        letter-spacing: 2px;
        font-size: 1.5vw;
        padding: 0.5vw;
    }
}
.block-text{
    gap: 0% 8%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10%;
    justify-items: center;
    justify-content: space-evenly;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .block-text{
        gap: 0% 1%;
        margin-top: 15vw;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .block-text{
        gap: 0% 1%;
        margin-top: 15vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {
    .block-text{
        gap: 0% 1%;
        margin-top: 15vw;
    }
}
.director{
	position: relative;
}
.director-info{
    border-radius: 10%;
    background: linear-gradient( silver, 10%, grey );
    box-shadow: 0px 10px 10px #dbd7d2;
    padding: 1vw;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .director-info{
        padding: 0;
    }
}
.director-info img{
    width: 25vw;
}
.text-directora{
    color: white;
    width: 30%;
    z-index: 10;
    padding: 20px;
    background: linear-gradient( silver, 10%, grey );
    box-shadow: 0px 10px 10px #dbd7d2;
    border-radius: 10%;
}
.text-directora u{
    font-size: 30px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .text-directora{
        padding: 1vw;
    }
    .text-directora u{
        font-size: 1.5vw;
    }
    .text-directora h2{
        font-size: 1vw;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .text-directora{
        padding: 1vw;
    }
    .text-directora u{
        font-size: 1.5vw;
    }
    .text-directora h2{
        font-size: 1vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {
    .text-directora{
        padding: 1vw;
    }
    .text-directora u{
        font-size: 1.5vw;
    }
    .text-directora h2{
        font-size: 1vw;
    }
}
.text-directora_1{
    color: white;
    width: 25%;
    z-index: 10;
    padding: 20px;
    background: linear-gradient( silver, 10%, grey );
    box-shadow: 0px 10px 10px #dbd7d2;
    border-radius: 10%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .text-directora_1{
        padding: 1vw;
    }
    .text-directora_1 u{
        font-size: 1.5vw;
    }
    .text-directora_1 h2{
        font-size: 1vw;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .text-directora_1{
        padding: 1vw;
    }
    .text-directora_1 u{
        font-size: 1.5vw;
    }
    .text-directora_1 h2{
        font-size: 1vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {
    .text-directora_1{
        padding: 1vw;
    }
    .text-directora_1 u{
        font-size: 1.5vw;
    }
    .text-directora_1 h2{
        font-size: 1vw;
    }
}
.block_4{
    width: 100%;
    background: linear-gradient( gray, 2%, silver, 98%, gray );
    display: grid;
    grid-template-rows: 3.5vw;
    border-radius: 20%;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 5% 0% 10% 0%;
}


/*                                                          Новости                                                         */

.news{
    width: 100%;
    background: linear-gradient( gray, 2%, silver, 98%, gray );
    display: grid;
    gap: 1%;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0% 0% 10% 0%;
}
.news-h{
    display: flex;
    color: white;
    letter-spacing: 4.5px;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 4vw;
    background: linear-gradient( silver, 10%, grey );
}
.news-h_3{
    display: flex;
    color: white;
    letter-spacing: 4.5px;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 2vw;
    font-size: 3vw;
    background: linear-gradient( silver, 10%, grey );
}

.news-lenta{
    width: 100%;
}
.news-lenta ul{
   list-style-type: none;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   padding: 0;
   margin: 0;
}
.news-lenta li{
    position: relative;
}
.news-lenta img{
   width: 40vw; 
   height: 40vw;
}

/*                                      Контакты                                            */

.contact-inform{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 3vw;
}
.contact-inform a{
    text-decoration: none;
    color:black;
}
.contact-inform a:hover{
    opacity: 0.5;
}
.contact-inform img{
    width: 45vw;
    height: 45vw;
    border-radius: 20%;
    padding: 3vw;
    background: linear-gradient(silver, 10%, grey);
}
.text-contact{
    color: white;
    width: 40vw;
    z-index: 10;
    padding: 2vw;
    background: linear-gradient( silver, 10%, grey );
    box-shadow: 0px 10px 10px #dbd7d2;
    border-radius: 10%;
    font-size: 1vw;
}
.text-contact u{
    font-size: 2vw;
}
.block_5{
    width: 100%;
    background: linear-gradient( gray, 2%, silver, 98%, gray );
    display: grid;
    grid-template-rows: auto;
    border-radius: 20%;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 5% 0% 10% 0%;
}
.contact-iframe{
    border-radius: 20%;
    padding: 5vw;
    background:linear-gradient(silver, 10%, grey);
}
.contact-iframe iframe{
    position: relative;
    width: 60vw;
    height: 30vw;
    border-radius: 15%;
}
.maps-iframe{
    border-radius: 20%;
    margin-top: 15vw;
    padding: 5vw;
    background:linear-gradient(silver, 10%, grey);
}
.maps-iframe iframe{
    width: 60vw;
    height: 60vw;
    border-radius: 10%;
}
.prepod {
    width: 83vw;
}
/*                                      Пед-состав заголовок                            */

.ped-lenta{
    width: 100%;
}
.ped-lenta ul{
   list-style-type: none;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   padding: 0;
   margin: 0;
}
.ped-lenta li{
    position: relative;
}
.ped-lenta img{
    width: 25vw;
    height: 40vw;
}
.news-h_1{
    display: flex;
    color: white;
    letter-spacing: 4.5px;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 2.5vw;
    background: linear-gradient( silver, 10%, grey );
}
.width_100 {
    width: 100%;
    box-sizing: unset;
    padding: 10px 0;
    margin: 5px 0;
    text-indent: 20px;
}
.rezult.green {
    background: #01820b;
    color: aliceblue;
}
.rezult {
    margin: 12px 0;
    text-transform: uppercase;
    padding: 14px 0;
    text-align: center;
}
/*                                   Информация о школе                              */
.school-inform{
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    gap: 5vw;
    padding: 3vw;
}
.school-inform img{
    width: 30vw;
    height: 28vw;
    padding: 1vw;
    background: linear-gradient( silver, 10%, grey );
    border-radius: 15%;
    
} 
.video{
    width:80vw;
}
.video video{
    height: 45vw;
}
.right-inform{
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5vw;
}
.left-inform{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5vw;
}
.left-inform h1{
    padding: 1vw;
    background: linear-gradient( silver, 10%, grey );
    font-size: 2vw;

}
.left-inform a{
    text-decoration: none;
    color:white;
}
.right-inform a{
    text-decoration: none;
    color:white;
}
.right-inform h1{
    padding: 1vw;
    background: linear-gradient( silver, 10%, grey );
    font-size: 2vw;

}
