.news {
    margin-top: 130px;
    margin-bottom: 130px;
    overflow: hidden;
}

.news-title-wrapp {
    margin-bottom: 31px;
}

.news-deskription-wrapp {}

.news-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.news-item {
    flex: 0 0 calc(25% - 30px);
    box-sizing: border-box;
    margin: 15px;
}

.news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

}

.news-date {
    padding: 15px;
    background: #E0F9DC;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;

}

.news-title {
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
    flex: 1;
}

.news-item p {
    margin: 0;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.read-more {
    margin-top: 20px;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #FC5B31;
    text-decoration: underline;
}

.news-deskription-wrapp.tablet-news {
    display: none;
}

/* =====свайпер======= */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1240px) {
    .news-title {
        font-size: 16px;
        line-height: 20px;
    }

    .news-date {
        font-size: 12px;
        line-height: 15px;
    }

    .news-item p {
        font-size: 14px;
        line-height: 21px;
    }

    .news-row {
        justify-content: space-between;
    }

    .news-item {
        flex: 0 0 calc(32% - 20px);
    }

    .news-row>.news-item:nth-child(4) {
        display: none;
    }
    .news {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}


@media(max-width:980px) {

    .news-item {
        flex: none;
        padding-top: 51px;
        width: auto;
    }

    .news-deskription-wrapp {
        display: none;
    }

    .news-title {
        margin-top: 20px;
    }

    .news-deskription-wrapp.tablet-news {
        display: block;
        position: relative;
        z-index: 10;
    }

    .news-item p {
        margin-bottom: 20px;
    }

    .news-item-content {
        max-width: 455px;
        width: 100%;
    }

    .news-btn-swiper {
        height: 50px;
        width: 80%;
        position: absolute;
        top: 40%;
        z-index: 12;
        margin: 0;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .swiper-button-next-news {
        width: 62px;
        height: 62px;
        background: url(../../../pic/right-pag.svg) center no-repeat rgba(255, 255, 255, 1);
        position: absolute;
        right: 3px;
        border-radius: 50%;
        background-size: 15px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        cursor: pointer;
    }

    .swiper-button-next-news:hover {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 16px;
    }

    .swiper-button-prev-news {
        width: 62px;
        height: 62px;
        background: url(../../../pic/left-pag.svg) center no-repeat rgba(255, 255, 255, 1);
        position: absolute;
        left: 3px;
        border-radius: 50%;
        background-size: 24px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        cursor: pointer;
    }

    .swiper-button-prev-news:hover {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 16px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        display:flex;
        justify-content: center;
        align-items:center;
    }
    .swiper-pagination-bullet-active {
        background: #FE574E;
    }
}

@media(max-width:820px) {
    .news-item-content {
        max-width: 420px;
    }
}

@media(max-width:780px) {
    .news-btn-swiper {
        width: 100%;
    }
}

@media(max-width:640px) {
    .swiper-button-prev-news {
        right: 75px;
        left: auto;
    }

    .news-btn-swiper {
        top: 0;
    }

    .swiper-button-next-news {
        width: 30px;
        height: 30px;
        background: url(../../../pic/right-pag.svg) center no-repeat rgba(255, 255, 255, 1);
    }

    .swiper-button-prev-news {
        width: 30px;
        height: 30px;
        background: url(../../../pic/left-pag.svg) center no-repeat rgba(255, 255, 255, 1);
        right: 45px;
    }
    .news-item-content {
        max-width: 100%;
    }
    .news-item {
        margin: 0;
        padding-top: 20px;
    }
}

@media(max-width:520px){
    .swiper-button-next-news {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 10px;
    }
    .swiper-button-prev-news {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 10px;
    }
    .swiper-button-next-news:hover {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 10px;
    }
    .swiper-button-prev-news:hover {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 10px;
    }
}

@media(max-width:420px){
    .swiper-button-next-news {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 7px;
    }
    .swiper-button-prev-news {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 7px;
    }
    .swiper-button-next-news:hover {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 7px;
    }
    .swiper-button-prev-news:hover {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 7px;
    }
}