:root{
    --main-pad: 180px;
    --main-mar: 96px;
    --anim-time: .5s;
    --anim-btn: .3s;
    --main-clr-black: #000;
    --main-clr-red: #FF0016;
    --main-clr-hover-btn: #A61521;
    --main-clr-white: #fff;
    --main-clr-grey: #333;
    --main-clr-blue: #1551E5;

    --main-ttl-fs: 104px;
    --main-ttl-lh: 0.8;
    --main-ttl-ls: -5.6px;
}
.main-wrap *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'SMSans', sans-serif;
}
.main-wrap {
    position: relative;
    font-family: 'SMSans', sans-serif;
    font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--main-mar);
    padding-bottom: var(--main-mar);
}
.main-fix {
    max-width: 1920px;
    margin: auto;
}
.main-wrap a {
    text-decoration: none;
    cursor: pointer;
}
.main-wrap :is(button) {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: initial;
}
.--txt-lg-off {
    font-feature-settings: 'clig' off, 'liga' off;
}
.yk--main_ttl {
    font-weight: 900;
    font-size: var(--main-ttl-fs);
    line-height: var(--main-ttl-lh);
    letter-spacing: var(--main-ttl-ls);
}
@media(max-width: 1919px){
    :root {
        --main-pad: 135px;
        --main-mar: 72px;

        --main-ttl-fs: 90px;
    }
}
@media(max-width: 1439px){
    :root {
        --main-pad: 50px;

        --main-ttl-fs: 70px;
    }
}
@media(max-width: 1023px){
    :root {
        --main-pad: 25px;

        --main-ttl-fs: 56px;
    }
}
@media(max-width: 767px){
    :root {
        --main-pad: 15px;
        --main-mar: 56px;

        --main-ttl-fs: 50px;
        --main-ttl-lh: 42px;
        --main-ttl-ls: -2.6px;
    }
}


/* hero */
.yk--hero {
    position: relative;
    overflow: hidden;
}
.yk--hero:after {
    content: "";
    position: absolute;
    inset: auto -5% -10% -5%;
    background-color: var(--main-clr-white);
    height: 15%;
    clip-path: ellipse(50% 50% at 50% 50%);
    pointer-events: none;
}
.yk--hero_sticker {
    position: absolute;
    width: 270px;
    aspect-ratio: 1;
    top: 4%;
    left: 77%;
    transition: .1s;
}
.yk--hero_link {
    display: block;
    position: relative;
    height: 739px;
    padding: 0 var(--main-pad);
}
.yk--hero_link picture img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.yk--hero_text {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 33px;
    max-width: 774px;
    color: var(--main-clr-white);
}
.yk--hero_text h1 {
    font-weight: 900;
    font-size: 188px;
    line-height: 156px;
    letter-spacing: -8px;
}
.yk--hero_text p {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-block: 15px 0;
}
.yk--hero_link button {
    position: relative;
    width: max-content;
    padding: 16px 32px;
    border-radius: 50px;
    background-color: var(--main-clr-red);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-clr-white);
    transition: var(--anim-btn);
}
.yk--hero_link button:hover {
    background-color: var(--main-clr-hover-btn);
}
@media(max-width: 1919px){
    .yk--hero_sticker {
        width: 14.3%;
        top: 8%;
    }
    .yk--hero_link {
        height: 554px;
    }
    .yk--hero_text {
        gap: 24px;
        max-width: 634px;
    }
    .yk--hero_text h1 {
        font-size: 140px;
        line-height: 117px;
        letter-spacing: -6px;
    }
    .yk--hero_text p {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
        margin-block: 11px 0;
    }
}
@media(max-width: 1439px){
    .yk--hero_sticker {
        width: 17.5%;
        top: 0%;
        left: 79%;
    }
    .yk--hero_link {
        height: 451px;
    }
    .yk--hero_text {
        gap: 16px;
        max-width: 510px;
    }
    .yk--hero_text h1 {
        font-size: 99px;
        line-height: 83px;
        letter-spacing: -4px;
    }
    .yk--hero_text p {
        margin-block: 8px 0;
    }
}
@media(max-width: 1023px){
    .yk--hero_sticker {
        width: 23.5%;
    }
    .yk--hero_text {
        max-width: 430px;
    }
    .yk--hero_text p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media(max-width: 640px){
    .yk--hero:after {
        inset: auto -3% -4% -3%;
        height: 7%;
    }
    .yk--hero_sticker {
        width: 45%;
        top: 37%;
        left: 3%;
    }
    .yk--hero_link {
        height: 176.8vw;
        padding-block: 56px;
    }
    .yk--hero_text {
        max-width: 100%;
        justify-content: space-between;
    }
    .yk--hero_text h1{
        font-size: clamp(71px, 18.93vw, 142px);
        line-height: 0.9;
        letter-spacing: -3px;
    }
    .yk--hero_text p {
        font-size: clamp(16px, 4.26vw, 32px);
        line-height: 1.375;
        letter-spacing: 0.6px;
    }
    .yk--hero_link button {
        width: 100%;
        padding: 10px 32px;
        background-color: var(--main-clr-white);
        color: var(--main-clr-red);
    }
}


/* advantages */
.yk--advantag {
    padding-inline: var(--main-pad);
}
.yk--advantag_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 247px;
    gap: 18px;
}
.yk--advantag_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
    border: 4px solid transparent;
    background: linear-gradient(0deg, #fff 0%, #fff 100%) padding-box,
    linear-gradient(97deg, #FFB6BC -10%, rgba(255, 0, 22, 0.53) 111%) border-box;
}
.yk--advantag_logo {
    width: 84px;
    aspect-ratio: 1;
}
.yk--advantag_ttl {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #000;
}
@media(max-width: 1919px){
    .yk--advantag_wrap {
        grid-template-rows: 185px;
        gap: 13px;
    }
    .yk--advantag_block {
        padding: 24px;
        border-radius: 18px;
        border-width: 3px;
    }
    .yk--advantag_logo {
        width: 63px;
    }
    .yk--advantag_ttl {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
}
@media(max-width: 1439px){
    .yk--advantag_wrap {
        gap: 18px;
    }
    .yk--advantag_block {
        padding: 16px;
        border-radius: 16px;
    }
}
@media(max-width: 1023px){
    .yk--advantag_wrap {
        gap: 14px;
    }
    .yk--advantag_ttl {
        font-size: 20px;
        line-height: 26px;
    }
}
@media(max-width: 640px){
    .yk--advantag_wrap {
        grid-template-columns: 1fr;
        grid-template-rows: 104px;
        gap: 16px;
    }
    .yk--advantag_block {
        flex-direction: row;
        align-items: center;
        justify-content: start;
        padding: 24px;
        border-radius: 8px;
        border-width: 2px;
    }
    .yk--advantag_logo {
        width: 56px;
    }
    .yk--advantag_ttl {
        font-size: 22px;
        line-height: 30px;
    }
}


/* top */
.yk--top {
    margin-inline: var(--main-pad);
}
.yk--top_ttl {
    color: var(--main-clr-red);
}
.yk--top_ttl span {
    color: var(--main-clr-black);
    margin-inline: 165px 0;
}
.yk--top_subttl {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: var(--main-clr-black);
    margin: 8px 0 0 132px;
}
.yk--top_wrap {
    position: relative;
    --w-arrow: 43px;
}
.yk--top_frame {
    position: relative;
    margin-block: 0 37px;
    display: flex;
    justify-content: center;
    align-items: end;
    aspect-ratio: 510/400;
}
.yk--top_frame img {
    position: absolute;
    z-index: 1;
    display: block;
    width: 67%;
    transition: var(--anim-time);
}
.yk--top_frame:before {
    content: '';
    position: absolute;
    width: 60%;
    aspect-ratio: 346/15;
    background: url(https://cdn.sportmaster.ru/upload/content/contentgate/prod/ru_sm/dip_content/2025/news/115673248/01_08/top-shadow.svg) center/cover no-repeat;
    transition: var(--anim-time);
}
.yk--top_slide.swiper-slide-active .yk--top_frame img {
    width: 80%;
    rotate: -30deg;
    translate: -14% -18%;
}
.yk--top_slide.swiper-slide-active .yk--top_frame:before {
    opacity: 0.1;
    width: 50%;
    bottom: -2%;
    left: 17%;
}
.yk--top_txt {
    color: var(--main-clr-black);
    opacity: 0;
    transition: var(--anim-time);
}
.yk--top_slide.swiper-slide-active .yk--top_txt {
    opacity: 1;
}
.yk--top_name {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.yk--top_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.yk--top_new {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}
.yk--top_old {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}
.yk--top_old:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: url(https://cdn.sportmaster.ru/upload/content/contentgate/prod/ru_sm/dip_content/2025/news/115673248/01_08/line-old-price.svg) center/cover no-repeat;
}
.yk--top_prev, .yk--top_next {
    top: 50%;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
}
.yk--top_prev {
    left: calc(var(--w-arrow)*-1);
}
.yk--top_next {
    right: calc(var(--w-arrow)*-1);
}
.yk--top_prev img, .yk--top_next img {
    width: var(--w-arrow);
}
.yk--top_prev:after, .yk--top_next:after {
    display: none;
}
.swiper-pagination.yk--top_pagination {
    display: none;
    position: relative;
    margin-block: 24px 0;
    background: #3333331A;
    height: 3px;
    border-radius: 2px;
    margin-inline: var(--main-pad);
    width: auto;
}
.swiper-pagination-progressbar.yk--top_pagination .swiper-pagination-progressbar-fill {
    background: #3D3D3D;
}
.yk--top_link {
    display: block;
    width: max-content;
    padding: 16px 32px;
    border-radius: 40px;
    background-color: var(--main-clr-red);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-clr-white);
    transition: var(--anim-btn);
    margin: 56px auto 0;
}
.yk--top_link:hover {
    background-color: var(--main-clr-hover-btn);
}
@media(max-width: 1919px){
    .yk--top_wrap {
        --w-arrow: 36px;
    }
    .yk--top_subttl {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
        margin: 8px 0 0 97px;
    }
    .yk--top_frame {
        margin-block: 0 27px;
    }
    .yk--top_price {
        gap: 9px;
    }
    .yk--top_new {
        font-size: 18px;
        line-height: 24px;
    }
    .yk--top_old {
        font-size: 12px;
        line-height: 18px;
    }
}
@media(max-width: 1439px){
    .yk--top_wrap {
        --w-arrow: 27px;
    }
    .yk--top_subttl {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.8px;
        margin: 0 0 14px 88px;
    }
    .yk--top_ttl span {
        margin-inline: 155px 0;
    }
    .yk--top_frame {
        margin-block: 0 11px;
    }
    .yk--top_name {
        font-size: 16px;
        line-height: 20px;
    }
    .yk--top_price {
        gap: 7px;
    }
    .yk--top_new {
        font-size: 14px;
        line-height: 18px;
    }
    .yk--top_old {
        font-size: 9px;
        line-height: 14px;
    }
    .yk--top_link {
        margin-top: 32px;
    }
}
@media(max-width: 1023px){
    .yk--top_ttl span {
        margin-inline: 120px 0;
    }
    .yk--top_subttl {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.8px;
        margin: 0 0 0 64px;
    }
    .yk--top_frame {
        margin-block: 0 4px;
    }
    .yk--top_name {
        font-size: 14px;
    }
    .yk--top_price {
        gap: 5px;
    }
    .yk--top_new {
        font-size: 11px;
        line-height: 14px;
    }
    .yk--top_old {
        font-size: 7px;
        line-height: 11px;
    }
    .yk--top_prev {
        left: 0;
    }
    .yk--top_next {
        right: 0;
    }
}
@media(max-width: 767px){
    .yk--top_subttl {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
        margin: 4px 0 0 0;
        text-align: center;
        max-width: 345px;
    }
    .yk--top_swiper {
        margin-inline: calc(var(--main-pad)*-1);
    }
    .yk--top_frame {
        justify-content: start;
        aspect-ratio: 310/300;
        margin-block: 0 48px;
    }
    .yk--top_slide.swiper-slide-active .yk--top_frame img,
    .yk--top_frame img {
        width: 100%;
        rotate: -30deg;
        translate: -18% -18%;
    }
    .yk--top_slide.swiper-slide-active .yk--top_frame:before,
    .yk--top_frame:before {
        opacity: 0.1;
        width: 70%;
        left: 3%;
        bottom: -3%;
    }
    .yk--top_txt {
        opacity: 1;
    }
    .yk--top_name {
        font-size: 16px;
        line-height: 20px;
        text-align: start;
        margin-block: 0 8px;
    }
    .yk--top_price {
        justify-content: start;
        gap: 12px;
    }
    .yk--top_new {
        font-size: 24px;
        line-height: 32px;
    }
    .yk--top_old {
        font-size: 16px;
        line-height: 24px;
    }
    .swiper-pagination.yk--top_pagination {
        display: block;
    }
    .yk--top_prev, .yk--top_next  {
        display: none;
    }
    .yk--top_link {
        width: 100%;
        border-radius: 50px;
    }
}


/* order */
.yk--order {
    position: relative;
    background-color: #E3E3E3;

    --list-mar: 34px;
}
.yk--order_text {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 140px var(--main-pad) 186px;
}
.yk--order_text::before, .yk--order_text:after {
    content: "";
    position: absolute;
    background-color: var(--main-clr-white);
    height: 15%;
    clip-path: ellipse(50% 50% at 50% 50%);
    pointer-events: none;
}
.yk--order_text::before {
    inset: -10% -5% auto -5%;
}
.yk--order_text:after  {
    inset: auto -5% -5% -5%;
}
.yk--order_ttl {
    color: var(--main-clr-black);
}
.yk--order_ttl span {
    color: var(--main-clr-red);
    margin-inline: 370px 0;
}
.yk--order_list {
    list-style: decimal;
    max-width: 869px;
    margin-block: 54px 34px;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    color: var(--main-clr-black);
    padding-inline-start: var(--list-mar);
}
.yk--order_list hr {
    color: var(--main-clr-black);
    opacity: 0.2;
    margin-block: 30px;
    margin-inline-start: calc(var(--list-mar)*-1);
    width: calc(96% + var(--list-mar));
}
.yk--order_link {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 50px;
    background-color: var(--main-clr-red);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-clr-white);
    transition: var(--anim-btn);
}
.yk--order_link:hover {
    background-color: var(--main-clr-hover-btn);
}
.yk--order_frame {
    position: absolute;
    left: 54%;
    bottom: 12%;
    width: 1030px;
}
.yk--order_box {
    display: block;
    width: 100%;
}
.yk--order_sticker {
    position: absolute;
    width: 350px;
    bottom: -12%;
    left: 345px;
    z-index: 1;
}
@media(max-width: 1919px){
    .yk--order {
        --list-mar: 30px;
    }
    .yk--order_text{
        padding-block: 105px;
    }
    .yk--order_text::after {
        inset: auto -5% -7% -5%;
    }
    .yk--order_ttl span {
        margin-inline: 320px 0;
    }
    .yk--order_list {
        max-width: 518px;
        margin-block: 40px 34px;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
    .yk--order_list hr {
        margin-block: 22px;
        width: calc(100% + var(--list-mar));
    }
    .yk--order_frame {
        left: 51%;
        width: 800px;
    }
    .yk--order_sticker {
        width: 275px;
        left: 70%;
        left: 270px;
    }
}
@media(max-width: 1439px){
    .yk--order_ttl span {
        margin-inline: 250px 0;
    }
    .yk--order_list {
        max-width: 478px;
        margin-block: 40px 28px;
    }
    .yk--order_list hr {
        margin-block: 20px;
    }
    .yk--order_frame {
        left: 52%;
        width: 620px;
        bottom: 10%;
    }
    .yk--order_sticker {
        width: 215px;
        left: 225px;
    }
}
@media(max-width: 1023px){
    .yk--order {
        --list-mar: 28px;
    }
    .yk--order_text{
        padding-block: 105px 137px;
    }
    .yk--order_ttl span {
        margin-inline: 192px 0;
    }
    .yk--order_list {
        max-width: 432px;
        margin-block: 44px 34px;
        font-size: 20px;
        line-height: 26px;
    }
    .yk--order_frame {
        left: 51%;
        width: 450px;
        bottom: 9%;
    }
    .yk--order_sticker {
        width: 155px;
        left: 170px;
        bottom: -15%;
    }
}
@media(max-width: 640px){
    .yk--order {
        --list-mar: 30px;
    }
    .yk--order_text {
        padding-block: 86px 60px;
    }
    .yk--order_text::before, .yk--order_text:after {
        height: 7%;
    }
    .yk--order_text::before {
        inset: -3% -5% auto -5%;
    }
    .yk--order_text::after {
        inset: auto -5% -3% -5%;
    }
    .yk--order_ttl span {
        margin-inline: 180px 0;
    }
    .yk--order_list {
        max-width: 100%;
        margin-block: 46px 38px;
        font-size: 22px;
        line-height: 30px;
    }
    .yk--order_list hr {
        margin-block: 16px;
    }
    .yk--order_link {
        width: 100%;
        padding: 10px 32px;
    }
    .yk--order_frame {
        position: relative;
        left: 0;
        width: 100%;
        bottom: 0;
        margin-block: 10px 0;
    }
    .yk--order_box {
        width: 175%;
        translate: -19% 0;
    }
    .yk--order_sticker {
        width: 65%;
        left: 36%;
        bottom: -9%;
    }
}
@media(max-width: 485px) {
    .yk--order_ttl {
        text-indent: -40px;
        padding-left: 40px;
    }
    .yk--order_ttl span {
        margin-inline: 140px 0;
    }
}

  
/* brands */
.yk--brands {
    padding-inline: var(--main-pad);
}
.yk--brands_slide {
    display: flex;
    justify-content: center;
    width: auto;
}
.yk--brands_logo {
    height: 67px;
    cursor: pointer;
}
.yk--brands_logo img {
    display: block;
    height: 100%;
    filter: brightness(0%);
    transition: var(--anim-time);
}
.yk--brands_slide.--active .yk--brands_logo img {
    filter: brightness(100%);
}
.yk--brands_body {
    position: relative;
    aspect-ratio: 783/299;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 58px 38px;
}
.yk--brands_body:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: auto;
    width: 0;
    height: 100%;
    background-color: #fff;
}
.yk--brands_body.--show:after {
    animation: bodyCurtain calc(var(--anim-time)*2) linear forwards;
}
@keyframes bodyCurtain {
    0%{
        left: 0;
        right: auto;
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
.yk--brands_name {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0s;
    transition-delay: var(--anim-time)
}
.yk--brands_name.--active{
    opacity: 1;
}
.yk--brands_prod {
    position: absolute;
    bottom: 0;
    width: 69%;
    z-index: 2;
    translate: 0 -100px;
    scale: 0.7;
    opacity: 0;
    animation: hideProd var(--anim-time) ease-out forwards;
    pointer-events: none;
}
.yk--brands_prod.--active {
    animation: showProd var(--anim-time) ease-out var(--anim-time) forwards;
}
@keyframes hideProd{
    0% {
        translate: 0 0;
        scale: 1;
        opacity: 1;
    }
    50%{
        translate: 0 100px;
        scale: 0.7;
        opacity: 0;
    }
    100%{
        translate: 0 -100px;
        scale: 0.7;
        opacity: 0;
    }
}
@keyframes showProd{
    from{
        translate: 0 -100px;
        scale: 0.7;
        opacity: 0;
    }
    to {
        translate: 0 0;
        scale: 1;
        opacity: 1;
    }
}
.yk--brands_link {
    display: block;
    width: max-content;
    padding: 16px 32px;
    border-radius: 40px;
    background-color: #FF0016;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-inline: auto;
    transition: var(--anim-time);
}
.yk--brands_link:hover {
    background-color: var(--main-clr-hover-btn);
}
@media(max-width: 1919px){
    .yk--brands_body {
        aspect-ratio: 585/238;
        margin-block: 58px 32px;
    }
}
@media(max-width: 1439px){
    .yk--brands_logo {
        height: 55px;
    }
    .yk--brands_body {
        aspect-ratio: 459/164;
    }
}
@media(max-width: 1023px){
    .yk--brands_logo {
        height: 65px;
    }
    .yk--brands_body {
        aspect-ratio: 359/128;
        margin-block: 58px 24px;
    }
}
@media(max-width: 767px){
    .yk--brands_logo {
        height: 47px;
    }
    .yk--brands_body {
        aspect-ratio: 15/8;
    }
    .yk--brands_prod {
        width: 100%;
    }
    .yk--brands_link {
        width: 100%;
    }
}


/* delivery */
.yk--delivery {
    padding-inline: var(--main-pad);
}
.yk--delivery_ttl {
    color: var(--main-clr-black);
    margin-block: 0 52px;
}
.yk--delivery_ttl span {
    color: var(--main-clr-red);
    margin-inline: 160px 0;
}
.yk--delivery_list {
    list-style: none;
    display: grid;
    grid-template-columns: 14% 16% 22% 17%;
    justify-content: space-between;
    padding-block: 22px 30px;
}
.yk--delivery_item {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: var(--main-clr-grey);
}
.yk--delivery_item span-num {
    font-weight: 500;
    font-size: 96px;
    line-height: 1;
    letter-spacing: 1.8px;
    vertical-align: middle;
}
.yk--delivery_item span-sub {
    font-size: 30px;
}
.yk--delivery_item strong {
    font-weight: 900;
}
.yk--delivery_item span{
    font-weight: 700;
}
@media(max-width: 1919px){
    .yk--delivery_ttl {
        margin-block: 0 72px;
    }
    .yk--delivery_ttl span {
        margin-inline: 140px 0;
    }
    .yk--delivery_list {
        grid-template-columns: 18% 19% 27% 21%;
        padding-block: 22px 28px;
      }
    .yk--delivery_item {
        font-size: 22px;
        line-height: 32px;
    }
}
@media(max-width: 1439px){
    .yk--delivery_ttl {
        margin-block: 0 40px;
    }
    .yk--delivery_list {
        grid-template-columns: 17% 24% 30% 16%;
        padding-block: 0;
    }
    .yk--delivery_item span-num {
        font-size: 70px;
    }
    .yk--delivery_item span-sub {
        font-size: 24px;
    }
}
@media(max-width: 1023px){
    .yk--delivery_ttl {
        margin-block: 0 32px;
    }
    .yk--delivery_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px;
    }
    .yk--delivery_item {
        font-size: 20px;
        line-height: 1;
    }
}
@media(max-width: 640px){
    .yk--delivery_ttl {
        margin-block: 0 44px;
    }
    .yk--delivery_ttl span {
        margin-inline: 79px 0;
    }
    .yk--delivery_list {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .yk--delivery_item {
        font-size: 22px;
    }
    .yk--delivery_item span-num {
        font-size: 70px;
        letter-spacing: 1.2px;
    }
    .yk--delivery_item span-sub {
        font-size: 21px;
    }
}


/* media */
.yk--media {
    margin-inline: var(--main-pad);
}
.yk--media_slide {
    width: 378px;
    color: var(--main-clr-black);
}
.yk--media_frame {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 24px;
}
.yk--media_frame img{
    display: block;
    width: 100%;
}
.yk--media_slide h4{
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
}
.yk--media_slide p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 4px;
}
.yk--media_prev, .yk--media_next {
    top: 211px;
    left: auto;
    right: auto;
    width: 44px;
    aspect-ratio: 1;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.yk--media_prev {
    left: 0;
}
.yk--media_next {
    right: 0;
}
.yk--media_prev img, .yk--media_next img {
    width: 24px;
    aspect-ratio: 1;
}
.yk--media_prev:after, .yk--media_next:after {
    display: none;
}
@media(max-width: 1919px){
    .yk--media_slide h4{
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
}
@media(max-width: 1023px){
    .yk--media_slide {
        width: 350px;
    }
    .yk--media_frame {
        border-radius: 18px;
        margin-bottom: 22px;
    }
    .yk--media_slide h4{
        font-size: 18px;
        line-height: 24px;
    }
    .yk--media_slide p {
        font-size: 14px;
        line-height: 22px;
    }
    .yk--media_prev, .yk--media_next {
        top: 195px;
        width: 40px;
    }
    .yk--media_prev img, .yk--media_next img {
        width: 22px;
    }
}
@media(max-width: 767px){
    .yk--media_swiper {
        margin-inline: calc(var(--main-pad)*-1);
    }
    .yk--media_slide {
        width: 233px;
    }
    .yk--media_frame {
        border-radius: 12px;
        margin-bottom: 14px;
    }
    .yk--media_slide h4{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.6px;
    }
    .yk--media_slide p {
        margin-top: 0;
    }
    .yk--media_prev, .yk--media_next {
        display: none;
    }
}


/* marque */
.yk--marque {
    padding-block: 5vw;
    overflow: hidden;
    pointer-events: none;
}
.yk--marque_wrap {
    display: grid;
    grid-template-columns: 1fr;
}
.yk--marque_block,
.yk--marque_length {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 39px;
}
.yk--marque_track {
    grid-area: 1/1/2/2;
    padding-block: 22px;
    overflow: hidden;
    width: calc(100% + 2vw);
}
.yk--marque_track[data-marque="grey"]{
    background-color: #E3E3E3;
    color: #F2F2F2;
    rotate: -5deg;
    translate: -1vw 0;
}
.yk--marque_track[data-marque="red"]{
    background-color: var(--main-clr-red);
    color: var(--main-clr-white);
    rotate: 3deg;
    translate: -1vw -1vw;
}
.yk--marque_length span {
    font-weight: 950;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0px;
}
.yk--marque_length img {
    width: 44px;
}
@media(max-width: 1919px){
    .yk--marque_track[data-marque="red"] {
        translate: -1vw -2vw;
    }
}
@media(max-width: 1439px){
    .yk--marque_block,
    .yk--marque_length {
        gap: 26px;
    }
    .yk--marque_track {
        padding-block: 14px;
    }
    .yk--marque_length span {
        font-size: 28px;
        line-height: 32px;
    }
    .yk--marque_length img {
        width: 29px;
    }
}
@media(max-width: 767px){
    .yk--marque {
        padding-block: 7vw;
    }
    .yk--marque_block,
    .yk--marque_length {
        gap: 13px;
    }
    .yk--marque_track {
        padding-block: 7px;
    }
    .yk--marque_track[data-marque="grey"] {
        rotate: -6deg;
        translate: -1vw 1vw;
    }
    .yk--marque_track[data-marque="red"] {
        translate: -1vw -3vw;
        rotate: 4deg;
    }
    .yk--marque_length span {
        font-size: 14px;
        line-height: 16px;
    }
    .yk--marque_length img {
        width: 14px;
    }
}


/* faq */
.faq {
    padding-inline: var(--main-pad);
}
.faq-title {
    margin-bottom: 56px;
}
.faq-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.faq-wrap hr {
    height: 2px;
    color: #F2F2F2;
    border-radius: 2px;
}
.faq-details {
    color: var(--main-clr-grey);
    overflow: hidden;
  	-webkit-tap-highlight-color: transparent;
}
.faq-details.--hide {
    display: none;
}
.faq-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    padding-block: 24px;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    transition: .3s;
    cursor: pointer;
}
.faq-summary::-webkit-details-marker {
    display:none;
}
.faq-summary img {
    flex: 0 0 30px;
    width: 30px;
    aspect-ratio: 1;
    filter: brightness(0%);
    transition: .3s;
}
.faq-details[open] > .faq-summary {
    color: var(--color-blue);
}
.faq-details[open] > .faq-summary img {
    rotate: 45deg;
    filter: brightness(100%);
}
.faq-content {
    font-feature-settings: 'clig' off, 'liga' off;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}
.faq-content a {
    color: var(--main-clr-blue);
}
@media(max-width: 1919px){
    .faq-summary {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
}
@media(max-width: 1439px){
    .faq-content {
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width: 1023px){
    .faq-title {
        margin-bottom: 32px;
    }
    .faq-summary {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.8px;
    }
}
@media(max-width: 767px){
    .faq-title {
        margin-bottom: 34px;
    }
    .faq-summary {
        padding-block: 7px;
        gap: 6px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -1px;
    }
    .faq-summary img {
        flex: 0 0 24px;
        width: 24px;
    }
    .faq-content {
        padding: 17px 30px 0 0;
        font-size: 11px;
        line-height: 16px;
    }
}