.page-heading {
    margin-top: calc(2 * var(--space-50));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-40);
    margin-bottom: var(--space-40);
}

.news-category-list {
    display: flex;
    justify-content: center;
    gap: 12px var(--space-50);
    flex-wrap: wrap;
    margin-bottom: var(--space-50);
}

.category-btn {
    font-size: 16px;
    color: var(--color-default);
    text-transform: uppercase;
    font-family: "Tenor Sans", system-ui;
    transition: color 0.3s;
    padding: 0;
    background-color: transparent;
    border: none;
}

@media screen and (min-width: 1140px) {
    .category-btn:hover {
        color: var(--color-secondary);
    }
}

li.active > .category-btn {
    color: var(--color-secondary);
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-1 * (var(--space-25) + 7px));
    margin-bottom: calc(2 * var(--space-40) - (var(--space-25) + 7px));
}

.news-swiper {
    margin: calc(-1 * (var(--space-25) + 7px));
}

.news-item {
    padding: calc(var(--space-25) + 7px);
    display: block;
    width: 33.3333%;
}

.news-item-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

@media screen and (min-width: 1140px) {
    .news-item-inner:hover {
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    }

    .news-item-inner:hover .news-item-content {
        border-color: #fff;
    }

    .news-item-inner:hover .text .see-more {
        color: var(--color-secondary);
    }
}

.news-item-content {
    padding: calc(var(--space-40) + 3px) calc(var(--space-50) - 3px) calc(var(--space-50) - 1px) calc(var(--space-50) - 3px);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--space-40);
    transition: all .2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: transparent;
}

.news-item-image {
    display: block;
    position: relative;
}

.news-item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.news-item-info {
    position: absolute;
    bottom: var(--space-40);
    left: calc(var(--space-50) - 3px);
    right: calc(var(--space-50) - 3px);
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.offer-item-labels.news-item-info{
    position: unset;
    inset: unset;
}

.news-item-date {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    background-color: var(--color-default);
    padding: 3px 5px;
}

.news-item-category {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    background-color: var(--color-primary);
    padding: 3px 5px;
}

.categories-text-list .news-item-category {
    background-color: var(--color-secondary);
}

.text .see-more {
    font-weight: 700;
    text-transform: lowercase;
    transition: all .2s ease-in-out;
}

.news-item-name {
    font-size: 20px;
    font-family: "Tenor Sans", system-ui;
}

.news-item-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color-primary);
}

.news-item-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

@media screen and (min-width: 1140px) {
    .news-item:nth-of-type(3n + 2):not(.swiper-slide) .news-item-inner .news-item-content {
        border-bottom-color: transparent;
        border-top-color: rgba(0, 0, 0, 0.1);
    }

    .news-item:nth-of-type(3n + 2):not(.swiper-slide) .news-item-inner {
        flex-direction: column-reverse;
    }
}

.news-item.swiper-slide:nth-of-type(even) .news-item-inner .news-item-content {
    border-bottom-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.1);
}

.news-item.swiper-slide:nth-of-type(even) .news-item-inner {
    flex-direction: column-reverse;
}

.categories-text-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-bottom: var(--space-40);
}

.mb-70 {
    margin-bottom: calc(var(--space-60) + 10px);
}

.swiper-wrapper .news-item {
    height: unset;
}

.comments-section {
    padding: calc(2 * var(--space-50)) 0;
    background-color: #F5F5F5;
}

.opinion-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--space-25) + 5px);
}

.opinion-header {
    display: flex;
    align-items: center;
    gap: var(--space-25);
}

.opinion-name {
    font-size: 20px;
    font-family: "Tenor Sans", system-ui;
    color: var(--color-default);
}

.opinion-item-chunk {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(2 * var(--space-40)) calc(3 * var(--space-60));
}

@media screen and (min-width: 901px) {
    .opinion-item-chunk:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

    .opinion-item-chunk .opinion-item:nth-of-type(n + 3) {
        position: relative;
    }

    .opinion-item-chunk .opinion-item:nth-of-type(3):before {
        content: '';
        position: absolute;
        z-index: 2;
        height: 1px;
        left: 0;
        top: calc(-1 * var(--space-40));
        width: calc(200% + (3 * var(--space-60)));
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.faq-content-item:not(.active) {
    display: none;
}

.btn.active, .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.faq-categories-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: var(--space-60);
}

.faq-item-content {
    display: none;
}

.faq-item-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-25);
    cursor: pointer;
    padding: 14px calc(var(--space-40) + 5px);
    color: var(--color-default);
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 1140px) {
    .faq-item-heading:hover {
        color: var(--color-primary);
    }

    .faq-item-heading:hover .icon {
        transform: scaleY(-1);
    }
}

.faq-item-heading.active {
    padding-bottom: 0;
}

.faq-item-heading .icon {
    transition: all .2s ease-in-out;
    color: var(--color-default);
}

.faq-item-heading.active .icon {
    transform: scaleY(-1);
}

.faq-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.1428em;
}

.faq-content-item-list {
    margin-bottom: calc(2 * var(--space-50));
}

.faq-item-content-inner {
    padding: 0 calc(var(--space-40) + 5px) 14px calc(var(--space-40) + 5px);
}

.form .captcha-container .captcha-image img {
    max-width: 120%;
}