.news_it-title,
.sectitle {
    font-size: 24px;
    font-weight: 700
}

.all_new {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-top: 40px
}

.new_title {
    margin: 10px 0 20px;
    font-weight: 700;
    font-size: 20px
}

.news_block {
    margin-left: -10px;
    margin-right: -10px;
}

.new__mob {
    display: none;
}

.new {
    text-align: center;
    border-radius: 0;
    padding: 15px 24px;
    background-color: #FFCB0E;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.new__img {
    height: 191px;
    border-radius: 0;
    margin-bottom: 18px;
}
.new__img img {
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.new__name {
    font-weight: 600;
    font-size: 18px;
}
.new__text {
    font-size: 14px;
}

.new_text {
    font-size: 14px
}


.otzyv-it {
    background: #fff;
    padding: 20px 15px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.17);
    align-items: stretch;
display: flex;
  justify-content: space-between;    
}
.otzyv-it .otzyv-img {
    width: 40%;
    margin-right: 5%
}

.otzyv-it p {
    font-size: 14px
}
.otzyv-title {
    margin-bottom: 20px;
display: flex;
  justify-content: flex-start;
  align-items: center;    
}
.otzyv-title img {
    margin-right: 20px;
    max-height:60px;
}
.otzyv-title p {
    margin: 0
}
.otzyv-title p b {
    font-size: 20px
}


.price_table {
    width: 100%;
    font-size: 18px
}


.price_table tr th {
    padding: 25px;
    font-size: 22px;
    background-color: #ffd600;
    color: #fff
}

.price_table tr td {
    padding: 20px 25px;
    font-size: 20px
}

.price_table {
    border-radius: 30px;
    overflow: hidden
}

.price_table tr:first-child {
    background-color: #ffd600!important;
    color: #fff
}

.price_table tr:nth-child(2n) {
    background: #d9d9d9
}

.price_table td,.price_table th {
    padding: 7px 5px
}


@media screen and (max-width: 768px) {
.otzyv-it {
 display:block;
}
.otzyv-it .otzyv-img {
    width: 100%;
    margin-bottom: 5%;
}
.rewiev-bl {display:block;}
.new {width:100%}

.price_table {
        width: 100%;
        font-size: 15px;
        max-width: 100%;
        overflow-x: scroll;
        border-radius: 15px
    }

    .price_table table {
        width: 600px
    }

    .price_table th {
        font-size: 13px
    }

    .price_table tr td,.price_table tr th {
        padding: 15px;
        font-size: 12px;
        text-align:left;
    }
}





