﻿.DetailsNews {
    max-width:870px;
}

.description {
    font-family: "__Proxima Nova_5";
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: justify;
}

    .description img {
       max-width: 870px;
    }

@media (max-width: 870px ) {

    .description img {
        max-width:700px;
    }

}
@media (max-width: 700px ) {

    .description img {
        max-width: 500px;
    }
}
@media (max-width: 500px ) {

    .description img {
        max-width: 300px;
    }
}

blockquote{
    color:red;
}
/*карточки под блоки*/
.block-news img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    opacity: 0.6;
}

.img-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    transition: all 0.6s ease;
}

    .bg-black {
        background-color: black;
    }

.img-wrap p {
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);


    padding-left:10%;
    padding-right:10%;
    line-height: 26px;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 78%);
    font-family: '__Proxima Nova_5';
}


@media (max-width: 500px) {
    .img-wrap p {
        font-size: 14px;
        line-height: 20px;
    }

}







.img-wrap .deletePage {
    position: absolute;
    top:-290px;
    left: 10px;
    left: 10px;
    line-height: 26px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 78%);
    font-family: '__Proxima Nova_5_extrabold';

    text-decoration:none;
    transition:all 0.4s ease;
}
    .img-wrap .deletePage:hover{
        padding:3px;
        color:red;
    }

    .img-wrap:hover {
        opacity: 0.6;
    }
.img-wrap .editPage {
    position: absolute;
    top: -312px;
    left: 50px;
    line-height: 26px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 78%);
    font-family: '__Proxima Nova_5_extrabold';
    text-decoration: none;
    transition: all 0.4s ease;
}

.img-wrap .editPage:hover {
    padding: 3px;
    color: red;
}
