.aw-elements {
    margin-bottom: 86px;
}

.aw-elements .aw-elements__list {
    text-align: left;
    margin: 0;
}

.aw-elements__list-wrapper_not-slider {
    margin-bottom: 75px;
}

.aw-elements__list-wrapper_not-slider .aw-elements__list_two-items .aw-elements__item {
    width: 50%;
}

.aw-elements__list-wrapper_not-slider .aw-elements__list_three-items .aw-elements__item {
    width: 33.333333%;
}

.aw-elements__list-wrapper_not-slider .aw-elements__list_four-items .aw-elements__item {
    width: 25%;
}

.aw-elements__list-wrapper_not-slider .aw-elements__item {
    flex: none;
    padding-left: 20px;
}

.aw-elements__list-wrapper_not-slider .aw-elements__item:before {
    display: none;
}

.aw-elements .flexslider .flex-direction-nav {
    display: block !important;
}

.aw-elements__list-wrapper_not-slider.aw-elements__list-wrapper_scroll {
    max-width: 100%;
    overflow: auto;
}

.aw-elements__list-wrapper_not-slider .aw-elements__list {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
}

.aw-elements__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.aw-elements__item-date {
    font-size: 14px;
    line-height: 20px;
    color: #858D99;
}

.aw-elements__item-category {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #303233;
}

.aw-elements__item-category_red {
    color: #D9344A;
}

.aw-elements__item-category_green {
    color: #5F9826;
}

.aw-elements__item-category_purple {
    color: #9A2F76;
}

.aw-elements__item-category_violet {
    color: #7765E3;
}

.aw-elements__item-category_yellow {
    color: #F2B600;
}

.aw-elements__item-category_turquoise {
    color: #1AA2A5;
}

.aw-elements__item-category_olive {
    color: #736F4E;
}

.aw-elements__item-img {
    width: 100%;
    max-width: 100%;
}

.aw-elements__item-img-box {
    margin-bottom: 25px;
}

@media (max-width: 479px) {
    .aw-elements__item-inner .aw-elements__item-img-box .aw-elements__item-img_not-mobile {
        display: none;
    }
}

@media (min-width: 480px) {
    .aw-elements__item-inner .aw-elements__item-img-box .aw-elements__item-img_mobile {
        display: none;
    }
}

.news_main .aw-elements__item-name {
    font-size: 16px;
    line-height: 24px;
    color: #303233;
}

.aw-elements__item-name-box {
    margin-bottom: 16px;
}

.aw-elements__item-desc {
    font-size: 16px;
    line-height: 24px;
    color: #303233;
}

.aw-elements__item-tags {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-left: -8px;
}

.aw-elements__item-tags-item {
    padding-left: 8px;
    margin-bottom: 8px;
}

.aw-elements__item-tags-item-text {
    font-size: 11px;
    line-height: 16px;
    background: rgba(115, 111, 78, 0.15);
    border: 1px solid rgba(115, 111, 78, 0.15);
    box-sizing: border-box;
    border-radius: 40px;
    padding: 4px 16px;
}

.aw-elements__item-tags-item-text_red {
    background-color: rgba(217, 52, 74, 0.15);
    border: 1px solid rgba(217, 52, 74, 0.15);
    color: #D9344A;
}

.aw-elements__item-tags-item-text_green {
    background-color: rgba(95, 152, 38, 0.15);
    border: 1px solid rgba(95, 152, 38, 0.15);
    color: #5F9826;
}

.aw-elements__item-tags-item-text_purple {
    background-color: rgba(154, 47, 118, 0.15);
    border: 1px solid rgba(154, 47, 118, 0.15);
    color: #9A2F76;
}

.aw-elements__item-tags-item-text_violet {
    background-color: rgba(119, 101, 227, 0.15);
    border: 1px solid rgba(119, 101, 227, 0.15);
    color: #7765E3;
}

.aw-elements__item-tags-item-text_yellow {
    background-color: rgba(242, 182, 0, 0.15);
    border: 1px solid rgba(242, 182, 0, 0.15);
    color: #F2B600;
}

.aw-elements__item-tags-item-text_turquoise {
    background-color: rgba(26, 162, 165, 0.15);
    border: 1px solid rgba(26, 162, 165, 0.15);
    color: #1AA2A5;
}

.aw-elements__item-tags-item-text_olive {
    background-color: rgba(115, 111, 78, 0.15);
    border: 1px solid rgba(115, 111, 78, 0.15);
    color: #736F4E;
}

.aw-elements__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.aw-elements__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.aw-elements__btn-svg-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.aw-elements__btn-text {
    font-size: 14px;
    line-height: 20px;
    color: #332D1E;
    text-transform: uppercase;
}

.aw-elements__btn-text+.aw-elements__btn-svg-icon {
    margin-right: 10px;
}

.aw-elements__btn-svg-icon+.aw-elements__btn-text {
    margin-left: 10px;
}

.aw-elements__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .aw-elements__bottom {
        flex-direction: column;
    }
}

.aw-elements .aw-pagination {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .aw-elements__list-wrapper_not-slider .aw-elements__list .aw-elements__item {
        width: 33.3333333%;
    }
}

@media (max-width: 639px) {
    .aw-elements__list-wrapper_not-slider .aw-elements__list .aw-elements__item {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .aw-elements__list-wrapper_not-slider .aw-elements__list .aw-elements__item {
        width: 100%;
    }
}