body
{
    
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;

}

.spapk
{
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fon_txt
{
    background-image: url("img/text_pod.jpg");
    background-size: cover;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.imga_end
{
    width: 45%; 
    margin-left: auto; 
    margin-right: auto; 
    display: block;
}

.ccilki
{
    margin-bottom: 20px;
    text-decoration: none;
    color: rgb(155, 48, 6);
    font-weight: 900;
    font-size: 20px;
    font-style: italic;
    width: 70%;
}

.ccilki:hover
{
    color: rgb(201, 80, 33);
}




/* Стили материалов ---------------------------------------------------------*/

.imaga
{
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

.silk_files
{
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(230, 99, 23);
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 180px;
}

.silk_files:hover
{
    background-color: rgb(209, 121, 69);
}


.block_scilk
{
    display: flex;
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    flex-wrap: wrap;
    max-width: 700px;
    justify-content: center;

}

@media (max-width: 900px) 
{
    .imaga
    {
        max-width: 75%;
    }

    .spapk
    {
        width: 75%;
    }

    .block_scilk
    {
        max-width: 700px;
    }

    .fon_txt
    {
        background-image: url("img/text_pod.jpg");
        background-size: cover;
        width: 75%;
    }

    .ccilki
    {
        margin-bottom: 20px;
        text-decoration: none;
        color: rgb(155, 48, 6);
        font-weight: 900;
        font-size: 20px;
        font-style: italic;
        width: 70%;
    }

    .imga_end
    {
        width: 75%; 
    }

}

@media (max-width: 418px) 
{
    .block_scilk
    {
        flex-direction: column;
        align-items: center;
    }
}