.mart-news {
    margin: 48px 0 78px;
}

.mart-news__content {
    display: flex;
    gap: 0px;
}

.main-news {
    width: 760px;
    height: auto;
    flex: none;
    position: relative;
}

.slick-news {
    width: 100%;
    height: 100%;
}

.slick-news .slick-track, .slick-news .slick-list, .slick-news .slick-slide, .slick-news .slick-slide > div {
    width: 100%;
    height: 100%;
}

.jq-slick-news .slick-list {
    margin: 0 -10px;
}

.jq-slick-news .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.slick-news.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-news .slick-dots {
    position: absolute;
    bottom: 38px;
    right: 32px;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
}

.slick-news .slick-dots li {
    margin: 0;
    width: 9px;
    height: 9px;
}

.slick-news .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #FFFFFF80;
    font-size: 0 !important;
    color: transparent !important;
    padding: 0;
}

.slick-news .slick-dots li button:before {
    display: none;
}

.slick-news .slick-dots li.slick-active button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #FFFF;
}

.news-item-wrap {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}

.news-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
}

.news-item:hover .news-item__title {
    color: var(--color-secondary);
}

.news-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), linear-gradient(180deg, rgb(0 0 0 / 0%) 12.68%, #000000d6 118%)
}

.news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.news-item__content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 32px;
}

.news-item__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 500;;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 12px;
}

.news-item__date {
    padding: 4px 7px;
    border-radius: 4px;
    background-color: var(--color-primary);
}

.news-item__title {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    transition: all 0.2s;
    margin-bottom: 12px;
}

.news-item__link {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: underline;
}

.other-news {
    display: flex;
    flex-direction: column;
    background-color: #FDFAF4;
    border-radius: 6px;
}

.other-news-wrap {
    padding: 32px 32px 36px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-primary);
    text-decoration: none;
    border-top: 1px solid var(--color-stroke);
}

.other-news-wrap:first-child {
    border-top: none;
}

.other-news-item {
    color: var(--color-primary);
}

.other-news-wrap :hover .other-news-item__title, .other-news-wrap:hover .other-news-wrap__arrow {
    color: var(--color-secondary);
}

.other-news-item__top {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.other-news-item__date {
    opacity: 0.6;
}

.other-news-item__category {
    opacity: 0.6;
    position: relative;
}

.other-news-item__category:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--color-secondary);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: -9px;
}

.other-news-item__title {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all 0.2s;
}

.other-news-wrap__arrow {
    width: 24px;
    height: 24px;
    flex: none;
    transition: all 0.2s;
}

@media (max-width: 1360px) {
    .main-news {
        width: 660px;
    }
}

@media (max-width: 1220px) {
    .main-news {
        width: calc(100% + 10px * 2);
        height: 44vw;
        margin: 0 -10px;
    }

    .jq-slick-news .slick-list {
        margin: 0;
    }

    .mart-news__content {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .news-item__title {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .news-item__content {
        padding: 16px;
    }

    .slick-news .slick-dots {
        bottom: 22px;
        right: 26px;
    }

    .news-item__top {
        margin-bottom: 8px;
        font-size: 13px;
        gap: 15px;
    }

    .other-news-wrap {
        padding: 16px;
    }

    .other-news-item__title {
        font-size: 16px;
    }

    .other-news-item__top {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {

    .mart-news{
        margin:32px 0 64px;
    }

    .mart-news__container{
        position: relative;
        padding-bottom: 60px;
    }

    .news-item__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .main-news {
        height: 76vw;
    }

    .mart-news__btn{
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
    }
}