.item-name{

    display: none;
}
.block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}
.blue{

    color: blue;
}
.yellow{

    background: linear-gradient(to right,#e4ad00, #e8af00, #e4ad00);  
    color: black;
}
.blue-prise{
    color: black;
    background: linear-gradient(to right,#1473a8, #389dd3, #1473a8); 
}
.red{
    color: black;
    background: linear-gradient(to right,#8b0000, #c60000, #8b0000);
}
.red>h3,
.blue-prise>h3,
.yellow>h3{
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
}
.block__item{
    width: 45%;
    height: 300px;
    margin-bottom: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-weight: 700;
}
.g--wrapper>img {
    width: 300px;
    height: 250px;
    display: flex;
    float: left;
    margin-right: 50px;
    margin-left: 50px;
    /* margin: 0 auto; */
}
.seo{
    width: 32%;
    text-align: center;
}
.seo h3{
    width: 80%;
}
.block__seo{
display: flex;
width: 100%;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
justify-content: space-between;
}
.block__seo-item{
width: 32%;
border: 1px solid blue;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
cursor: pointer;

}
.item__head{
font-weight: bold;
text-align: center;
background-color: blue;
height: 60px;
color: white;
padding: 5px;
letter-spacing: 2px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.item__time{
    padding-left: 20px;
    font-weight: bold;
}
.item__text{
    padding-left: 20px;
}
.item__text p::before{
content: "- ";
}

.block__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
}
.block__item img:hover{
    opacity: .7;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
}
.block__item p{
    position: relative;
    width: 85%;
    z-index: 5;
    text-align: center;
}
.block__item h3{
    position: relative;
    z-index: 5;
}
.block__item h3:hover,
.block__item p:hover{
cursor: 	default;
}

.block__link{
    margin-bottom: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    height: 33px;
    line-height: 33px;
    width: 130px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer; 
}

.comments a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    position: relative;
    z-index: 5;
    opacity: .5;
    cursor: pointer;    
}
.comments a:hover{
opacity: 1;
}
@media (max-width:  640px ){

    .block__item{
        width: 90%;   
    } 
    .prise__block-item{
        width: 50%;
    }
}
.prise__block{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-between;
}
.prise__block-item{
    width: 30%;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 50px;
    margin-top: 50px;
}
.prise__block-header{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(20, 32, 45);
    color: white;
}
.prise__block-item p{

    width: 90%;
}
.prise__block-item p:before{
content: '- ';
}
table {
    border: 1px solid grey;
    width: 700px;
    padding-top: 10px;
    height: 300px;
    margin: 0 auto;
  } 
  td{
    border: 1px solid black;
    padding-left: 15px;
  }
.content-wrap h2{

text-align: center;
  }
@media (max-width:  800px ){

    .prise__block-item{
        width: 48%;
    }
    .table{
        overflow-x: scroll;
    }
    .seo{
        width: 48%;
    }
   
}
@media (max-width:  460px ){

    .prise__block-item{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
@media (max-width:  640px ){

    .block__seo-item{
        width: 100%;
        margin-bottom: 50px;
    }
    .block__seo{
        width: 90%;
        max-width: 300px;
    }
    .seo{
        width: 90%;
        max-width: 320px;
    }
}
