/* блок статей */

.articles_section {
    margin-top: 50px;
}

.articles__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 25px 0;
}

.articles_slider__container .articles__wrapper {
    display: block;
}

.articles_slider__container .articles__wrapper .slick-slide-item,
.articles_slider__container .articles__wrapper .slick-slide {
    margin: 0 10px;
}


.articles_slider__container .arrPrev {
    background: url(https://zaborstroi77.ru/local/templates/zaborcervice/image/right-arrow.png) 50% no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);;
    right: -30px;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}

.articles_slider__container .arrNext {
    background: url(https://zaborstroi77.ru/local/templates/zaborcervice/image/left-arrow.png) 50% no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);;
    left: -30px;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}


.articles__item {
    cursor: pointer;
    color: #333333;
}

.articles__item:hover {
    text-decoration: none;
}

.articles__item_image img {
    width: 100%;
}

.articles__item_title {
    text-align: center;
}

.articles__item_title h2 {
    font-weight: 700;
    font-size: 16px;
}

.articles__item_description {
    font-size: 14px;
    text-align: left;
}

@media (max-width: 1024px) {
    .articles__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .articles__wrapper {
        grid-template-columns: 1fr;
    }
}




/* статьи  */

.articles__item_wrapper hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid green;
    width: 50px;
}

.articles__item_wrapper A {
    color: green; /* Цвет ссылок */
}

.articles__item_wrapper ul { padding-left: 20px; }

.articles__item_wrapper li {
    margin-top: 5px;
}


.articles__item_wrapper .i1 {
    background: url(/local/templates/zaborcervice/image//statiya/punkt.png)no-repeat left center;
    background-size: 26px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.articles__item_wrapper .i5 {
    background: url(/local/templates/zaborcervice/image//statiya/i.png)no-repeat left center;
    background-size: 30px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.articles__item_wrapper .i6 {
    background: url(/local/templates/zaborcervice/image//statiya/i1.png)no-repeat left center;
    background-size: 30px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.articles__item_wrapper .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.articles__item_wrapper .item {
    width: 90%;
    margin-right: 10px;
    margin-left: 10px;
}

.articles__item_wrapper .item img {
    display: block;
    max-width: 100%
}

.articles__item_wrapper .item h3 {
    margin: 0;
    text-transform: uppercase;
    color: #b9f2ff;
    font-size: 1.3vw;
}

.articles__item_wrapper .item p {
    margin: 6px 0;
    font-size: 12px;
    font-style: italic;
}

.articles__item_wrapper .oglavlenie {
    background: #dcf0f52b;
    width: auto;
    height: 100%;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgb(22 22 22 / 15%);
    padding-left: 10px;
    padding-right: 10px;
}

.articles__item_wrapper .sl {margin: 10px;}

@media (max-width: 500px){
    .articles__item_wrapper .flex {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }

    .articles__item_wrapper .oglavlenie {
        background: #dcf0f52b;
        width: auto;
        height: 100%;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 5px;
        border-radius: 15px;
        box-shadow: 0px 0px 12px rgb(22 22 22 / 15%);
        margin: 0 ;
    }

    .articles__item_wrapper .item {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .articles__item_wrapper .item img {
        display: block;
        max-width: 100%
    }

    .articles__item_wrapper .item h3 {
        margin: 0;
        text-transform: uppercase;
        color: #b9f2ff;
        font-size: 16px;
    }

    .articles__item_wrapper .item p {
        margin: 6px 0;
        font-size: 12px;
        font-style: italic;
    }

    .articles__item_wrapper h2 {font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .articles__item_wrapper h2.titleBlock {
        font-size: 2rem;
        padding: 0;
    }

    .articles__item_wrapper .sl {
        margin: 0 0 10px;
    }
    .articles__item_wrapper .disp_no {
        display: none;
    }

    .articles__item_wrapper .i1 {
        background: url(/local/templates/zaborcervice/image//statiya/punkt.png)no-repeat left center;
        background-size: 26px;
        display: inline-block;
        vertical-align: bottom;
        padding-left: 45px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 1.4;
    }

}

.articles__item_wrapper .vl1 {
    margin-left: 20px;
    margin-top: 20px;
}

.articles__item_wrapper .v22 {
    margin-top: 0;
    margin-left: -14px;
}

.articles__item_wrapper .h22 {font-size: 16px;}

.articles_slider__container .arrNext .slick-arrow::before {
    left: 33%;
}

.articles_slider__container .arrPrev .slick-arrow::before {
    right: 33%;
    transform: rotate(180deg);
    left: auto;
}

.articles_slider__container .slick-arrow::before {
    top: 38%;
}