body .main-content_block.main-text .content_block {
    width: 100%;
}

.main-news_detail ul {
    display: flex;
    flex-wrap: wrap;
}

.main-news_detail li {
    display: flex;
    width: 50%;
    margin-bottom: 40px !important;
}

.main-news_detail li .image img {
    width: 100%;
    margin-right: 20px;
    object-fit: cover;
    height: 150px;
    object-position: top;
}

.main-news_detail li .date {
    font-size: 1.5rem;
    line-height: 1;
}

.main-news_detail li .name {
    line-height: 1;
    margin: 15px 0;
}

.main-news_detail li .preview_text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
}

.main-news_detail li .link {
    font-size: 1.5rem;
    line-height: 1;
    color: black;
}

@media screen and (max-width: 950px) {
    body .main-content_block.main-text .content_block {
        width: 100%;
    }

    body .main-news_detail li {
        width: 100%;
    }
}

.akcii-slider {
    margin-top: 45px !important;
}

.akcii-slider .news_item {
    margin: 0px 15px;
}

.akcii-slider .left_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
    border: 1px solid #DEDEDE;
}

.akcii-slider .rigth_info {
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.akcii-slider .link {
    padding: 10px 45px;
    border: 1px solid #000000;
    width: 100%;
    text-align: center;
}

.akcii-slider li .name {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
}

.akcii-slider .akcii-button {
    display: flex;
}

.akcii-slider .slick-dots li button:before {
    height: 10px;
    content: '' !important;
    width: 10px;
    border-radius: 20px;
    border: 2px solid grey;
    ;
    background-color: grey;
}

.akcii-slider .slick-dots li.slick-active button:before {
    background-color: #ffffff;
    opacity: 1 !important;
}

.akcii-slider .slick-dots {
    bottom: -50px !important;
}