.w_slider {
    width: 100%;
    position: relative;
}

.w_slider-next,
.w_slider-prev {
    position: absolute;
    width: 72px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 101;
    background: none !important;
}

.w_slider-next span,
.w_slider-prev span {
    transition: background-color .2s ease, transform .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

.w_slider-prev {
    left: 0;
}

.w_slider-next {
    right: 0;
}

.w_slider-next svg,
.w_slider-prev svg {
    display: block;
    fill: #000;
    width: 16px;
    height: 16px;
}

.w_slider-next.swiper-button-disabled span,
.w_slider-prev.swiper-button-disabled span {
    opacity: .48;
    background-color: #fff !important;
}

.w_slider-next:hover span,
.w_slider-prev:hover span {
    background-color: #f2f2f2;
    transform: scale(1.2);
}

.w_thumbs {
    flex-grow: 1;
    margin: 0;
}

.w_thumbs .swiper-slide-thumb-active .w10::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--color-light);

}

.w_thumbs .swiper-slide-thumb-active .w10:hover::after {
    background-color: rgba(0, 0, 0, 0);
}

h1 {
    line-height: 36px;
    font-size: 30px;
    margin: 20px 0;
}

h1 span {
    color: var(--color-main);
}

.w {
    min-width: 320px;
    margin: 0 auto 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.w1 {
    width: calc(45% - 18px);
}

.w2 {
    width: calc(55% - 18px);
}

.w3 {
    position: relative;
}

.w4 {
    margin-top: 12px;
}

.w5 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.w5 > span {
    margin-right: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w6 {
    background-color: #00ffff;
    color: #000;
}

.w7 {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.w8 {
    position: relative;
}

.w8 a {
    display: block;
    overflow: hidden;
}

.w8 a img {
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.w9 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.w10 {
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.w10::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .25s;
    box-shadow: 0 0 0 5px #fff inset;
    border-radius: 4px;
}

.w10:hover::after {
    background-color: rgba(0, 0, 0, .48)
}

.w10 img {
    width: 100%;
    height: 100%;
}

.w11 {
    border: 1px solid #eaebea;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    margin-bottom: 16px;
}

.w11 > h3 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

.w12 {
    border: 1px solid #eaebea;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}

.w12 h4 {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}

.w12 h4 span {
    color: var(--color-main);
}

.w13 {
    margin-bottom: 16px;
}

.w14 {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .7);
}

.w14 a {
    color: rgba(0, 0, 0, .7);
    text-decoration: underline;
}

.w14 a:hover {
    color: var(--color-main);
}

.w14 span {
    width: 200px;
    padding-right: 12px;
    flex-shrink: 0;
}

.w15 {
    margin-top: 16px;
    background: rgba(255, 228, 51, 0.3);
    border-radius: 8px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #141415;
    height: 40px;
    font-size: .875rem;
}

.w15 svg {
    display: block;
    margin-right: 8px;
    fill: #141415;
}

.w16 {
    row-gap: 10px;
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 20px;
}

.w16 a, .w16 span {
    position: relative;
    padding: 8px;
    border-radius: 8px;
}

.w16 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.w16 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ececec;
    border-radius: 8px;
}

.w16 span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--color-light);
    border-radius: 8px;
}

.w16 a:hover::after {
    border: 3px solid var(--color-light);
}

@media only screen and (max-width: 767px) {
    .w {
        display: block;
    }

    .w1,
    .w2 {
        width: 100%;
    }

    .w2 {
        margin-bottom: 16px;
    }

    .w9 {
        flex-wrap: wrap;
    }

    .w_thumbs {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 700px) and (min-width: 520px) {
    .w16 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 519px) {
    .w16 {
        grid-template-columns: repeat(3, 1fr);
    }
}

