.articles {
    padding-right: 15px;
}
.articles__title {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.articles__item {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.articles__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.articles__name {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1024px) {
    .articles {
        padding-right: 0;
    }
    .articles__wrapper {
        display: flex;
        justify-content: space-between;
    }
    .articles__title {
        width: 100%;
    }
    .articles__item {
        width: 33%;
    }
    .articles__item + .articles__item {
        margin-left: 10px;
    }
}
@media (max-width: 768px) {
    .articles__wrapper {
        flex-direction: column;
    }
    .articles__item {
        display: flex;
        width: 100%;
    }
    .articles__item + .articles__item {
        margin-left: 0px;
    }
    .articles__img {
        height: 100px;
        width: 100px;
    }
    .articles__name {
        text-align: left;
        margin-left: 20px;
    }
}

.text-content {
    margin-top: 40px !important;
}
.text-content .arrow {
    width: 40px;
    height: 40px;
    background-position: right center;
    top: 30px !important;
    transform: rotate(90deg);
}
.faq-item.opened .arrow {
    transform: rotate(270deg);
    top: 0px !important;
}



/* Купить в 1 клик */

.news-list-level-cat-2 {
    position: relative;
}

.item.product {
    position: relative;
}
.product-banner {
    position: absolute;
    top: 12px;
    right: 0px;
    padding: 6px 2px 6px 5px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #FFC0CB;
}

.buy-click-wrapper {
    display: flex;
    justify-content: center;
}
@media (max-width: 700px) {
    .buy-click-wrapper {
        display: none;
    }
}
.buy-click {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.buy-click:hover {
    color: #000;
}

.buy-click__modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
}
.buy-modal {
    display: none;
    background-color: #fff;
}
.buy-modal.active {
    display: block !important;
}
.buy-click__modal.active {
    display: flex !important;
}
.buy-modal__top {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    background-color: #424242;
    color: #ffffff;
}
.buy-modal__box {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}
.buy-modal__close {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.buy-modal__close:before,
.buy-modal__close:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 1px;
}
.buy-modal__close:before {
    transform: rotate(225deg);
}
.buy-modal__close:after {
    transform: rotate(-45deg);
}
.buy-modal__wrapper {
    display: flex;
    padding: 16px;
}
.buy-modal__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
}
.buy-modal__img {
    display: block;
    height: 230px;
    line-height: 230px;
    text-align: center;
}
.buy-modal__img img {
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
}
.buy-modal__form {
    display: flex;
    flex-direction: column;
}
.buy-modal__appellation {
    display: inline-block;
    font-size: 14px;
    color: #000;
    transition: 0.2s all ease-in-out;
}
.buy-modal__appellation:hover {
    color: #e592a2;
    text-decoration: none;
}
.buy-modal__price {
    margin-top: 12px;
    font-size: 18px;
    display: block;
    color: #000;
    font-weight: 700;
}
.buy-modal__right {
    width: 308px;
}
.buy-modal__title {
    display: block;
    text-align: center;
    font-size: 16px;
}
.buy-modal__input {
    margin-top: 12px;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    background-color: #f3f3f3;
    border: none;
    resize: none;
}
.buy-modal__label {
    margin: 12px 0 0;
}
.buy-modal__checkbox {
    margin-right: 6px;
}
.buy-modal__info {
    color: #888888;
}
.buy-modal__btn {
    margin-top: 12px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    background-color: #e592a2;
    border: none;
}
.buy-modal__btn:hover {
    background-color: #d57587;
}
@media (max-width: 768px) {
    .buy-modal__wrapper {
        flex-direction: column;
    }
    .buy-modal__title {
        display: none;
    }
    .buy-modal__img {
        height: 150px;
        line-height: 150px;
    }
    .buy-modal__price {
        margin: 0;
    }
    .buy-modal__message {
        display: none;
    }
}

.modal-done {
    display: none;
    position: relative;
    padding: 50px;
    margin: 0 10px;
    font-size: 20px;
    color: #333;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}
.modal-done.active {
    display: block;
}
#modal-done__close.buy-modal__close:before,
#modal-done__close.buy-modal__close:after {
    background-color: #333;
}