/*AREARESERVAT*/
.areaReservat {
    background: url(../images/trader-detail-zuke/bg-reservat.jpg) no-repeat center center / cover;
    padding: 34px 0 60px;
    margin: 82px 0 120px;
}

.areaReservat .inner {
    max-width: 1451px;
}

.areaReservat .wrapReservat {}

.titleDiscount {
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: 0.3px;
}

.titleDiscount .bgAf {
    position: relative;
    padding: 0 70px;
    display: inline-block;
}

.titleDiscount .bgAf:before {
    content: "";
    position: absolute;
    background: url(../images/trader-detail-zuke/discount-before.svg) no-repeat;
    background-size: 100%;
    width: 53px;
    height: 90px;
    top: 30px;
    left: 0;
}

.titleDiscount .bgAf:after {
    content: "";
    position: absolute;
    background: url(../images/trader-detail-zuke/discount-after.svg) no-repeat;
    background-size: 100%;
    width: 53px;
    height: 90px;
    top: 30px;
    right: 0;
}

.titleDiscount .colYellow {
    color: #FDE300;
}

.titleDiscount .colYellow .fsz80 {
    font-size: 80px;
}

.areaReservat .wrapReservat .subReservat {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 31px;
    margin-top: -31px;
}

.areaReservat .wrapReservat .listReservat {
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 auto 43px;
}

.areaReservat .wrapReservat .listReservat li {
    width: calc((100%/4) - 12.5px);
    margin-right: 12.5px;
}

.areaReservat .wrapReservat .listReservat li:nth-child(4n),
.areaReservat .wrapReservat .listReservat li:last-child {
    margin-right: 0;
}

.areaReservat .wrapReservat .listReservat li img {
    width: 100%;
}

.areaReservat .wrapReservat .txtReservat {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.areaReservat .wrapReservat .txtReservat span {
    color: #FDE300;
}

/*AREASYSTEMRES*/
.areaSystemRes {
    margin-bottom: 83px;
}

.wrapDarkBlue {
    background: #328F3B;
    border-radius: 30px;
    padding: 0 50px 52px;
}

.wrapTitleCollect {
    margin-bottom: -2px;
    display: flex;
    padding: 0 4px 0 11px;
}

.wrapTitleCollect .titleColSer {
    width: calc(100% - 226px);
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.35;
    padding-top: 42px;
}

.wrapTitleCollect .titleColSer span {
    color: #FDE300;
    font-size: 47px;
    letter-spacing: -0.6px;
}

.wrapTitleCollect .titlePhoto {
    transform: translateY(-33px);
    width: 216px;
    margin-left: 10px;
}

.listCollectSer {
    display: flex;
    flex-wrap: wrap;
}

.areaSystemRes .listCollectSer li {
    width: calc((100% / 5) - 3.2px);
    margin-right: 4px;
}

.areaSystemRes .listCollectSer li:nth-child(5n) {
    margin-right: 0;
}

.areaSystemRes .listCollectSer li .nameColSect {
    font-size: 16px;
    font-weight: bold;
    color: #328F3B;
    padding: 8px 10px 12px;
    background: #FDE300;
    text-align: center;
}

.areaSystemRes .listCollectSer li .boxColSer {
    padding: 11px 11.2px 12px;
    background: #ffffff;
    text-align: center;
}

.areaSystemRes .listCollectSer li .boxColSer .weightColSer {
    width: 100%;
    min-width: 100px;
    max-width: 180px;
    margin: 0 auto 20px;
    color: #303030;
    text-align: center;
}

.areaSystemRes .listCollectSer li .boxColSer .priceColSer {
    color: #E10305;
    font-size: 19px;
    display: inline;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(255, 233, 0, 1) 36%, rgba(255, 233, 0, 1) 100%);
    padding: 0 1px 3px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.areaSystemRes .listCollectSer li .boxColSer .priceColSer span {
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.areaSystemRes .listCollectSer li .boxColSer .txtColSer {
    font-size: 13px;
    color: #393939;
    text-align: justify;
    padding: 0 3.5px;
    margin-top: 21px;
    line-height: 1.54;
    font-weight: 500;
}

/*AREASTEPSYSTEM*/
.areaStepSystem {
    margin-bottom: 61px;
}

.areaStepSystem .wrapDarkBlue {
    padding-bottom: 57px;
}

.areaStepSystem .wrapTitleCollect {
    padding: 0 6px 0 32px;
}

.areaStepSystem .wrapTitleCollect .titleColSer {
    padding-top: 55px;
}

.areaStepSystem .listStepSer {}

.areaStepSystem .listStepSer li {
    padding: 20px 20px;
    align-items: normal;
    margin-bottom: 7px;
    display: flex;
    background: #ffffff;
}

.areaStepSystem .listStepSer li:last-child {
    margin-bottom: 0;
}

.areaStepSystem .listStepSer li .wrapStepSerLeft {
    transform: none;
    background: #E10305;
    border-radius: 5px;
    width: 140px;
    margin-right: 45px;
}

.areaStepSystem .wrapNumberStepZuke {
    background: #E10305;
    height: 100%;
    padding: 36px 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.areaStepSystem .wrapNumberStepZuke .txtNumber {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 800;
}

.areaStepSystem .wrapNumberStepZuke .numberStep {
    color: #ffffff;
    font-size: 63px;
    font-weight: bold;
    line-height: 1;
}

.areaStepSystem .listStepSer li .wrapStepSerRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    width: calc(100% - 185px);
}

.areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem {
    width: 65.4%;
    display: block;
    margin-top: -4px;
}

.areaStepSystem .listStepSer li .titleStepItem {
    display: inline-block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 56%, rgba(255, 233, 0, 1) 56%, rgba(255, 233, 0, 1) 100%);
    padding: 0px;
    margin-bottom: 0;
    line-height: 1.2;
    margin-bottom: 22px;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
}

.areaStepSystem .listStepSer li .titleStepItem.sp {
    display: none;
}

.areaStepSystem .titleStepItem span {
    color: #E10305
}

.areaStepSystem .listStepSer li .wrapStepSerRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    width: calc(100% - 185px);
}

.areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem {
    width: 65.4%;
    display: block;
    margin-top: -4px;
}

.areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem .txtStepSer {
    margin-right: 0;
    width: 100%;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: justify;
    min-width: 390px;
}

.areaStepSystem .listStepSer li .wrapStepSerRight .stepSerPhoto {
    width: 27.6%;
}

.areaStepSystem .listStepSer li .wrapStepSerRight .stepSerPhoto img {}

@media (max-width: 1450px) and (min-width: 769px) {
    .titleDiscount {
        font-size: clamp(38px, 3.8vw, 57px);
    }

    .titleDiscount .bgAf {
        padding: 0 4.6vw;
    }

    .titleDiscount .colYellow .fsz80 {
        font-size: clamp(56px, 5.2vw, 80px);
    }

    .titleDiscount .bgAf:before,
    .titleDiscount .bgAf:after {
        width: clamp(38px, 3.3vw, 53px);
        height: clamp(58px, 5.2vw, 90px);
        top: clamp(20px, 2vw, 30px);
    }
}

@media (max-width: 1280px) and (min-width: 769px) {
    .wrapTitleCollect .titleColSer {
        font-size: clamp(26px, 2.6vw, 37px);
    }

    .wrapTitleCollect .titleColSer span {
        font-size: clamp(35px, 3.5vw, 46px);
    }
}

@media (max-width: 1145px) and (min-width: 769px) {
    .areaReservat .wrapReservat .txtReservat {
        font-size: clamp(28px, 3.2vw, 34px);
    }

    .areaReservat .wrapReservat .subReservat {
        font-size: clamp(18px, 2.7vw, 30px);
    }

    .areaSystemRes .listCollectSer li {
        width: calc((100% / 3) - 3%);
        margin-right: 4.5%;
    }

    .areaSystemRes .listCollectSer li:nth-child(5n) {
        margin-right: 4.5%;
    }

    .areaSystemRes .listCollectSer li:nth-child(3n) {
        margin-right: 0;
    }

    .areaSystemRes .listCollectSer li:nth-child(n + 4) {
        margin-top: 4.5%;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .areaStepSystem .listStepSer li {
        padding-bottom: 20px;
    }

    .areaStepSystem .listStepSer li .wrapStepSerLeft {
        margin-right: 4%;
        width: 14%;
    }


    .areaStepSystem .wrapNumberStepZuke {
        padding: 2.7vw 2vw;
    }

    .areaStepSystem .wrapNumberStepZuke .txtNumber {
        font-size: clamp(14px, 1.6vw, 18px);
    }

    .areaStepSystem .wrapNumberStepZuke .numberStep {
        font-size: clamp(55px, 5.5vw, 62px);
    }

    .areaStepSystem .listStepSer li .titleStepItem {
        font-size: clamp(28px, 3.3vw, 37px);
        margin-bottom: 10px;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight {
        width: 81.7%;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem {
        width: 66.5%;
        margin-top: 0;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem .txtStepSer {
        line-height: 1.5;
        width: 100%;
        font-size: clamp(18px, 2vw, 24px);
        margin-right: 0;
        min-width: inherit;
    }

}

@media (max-width: 1050px) and (min-width: 769px) {
    .wrapDarkBlue {
        padding: 0 4vw 4vw;
    }

    .wrapTitleCollect,
    .areaStepSystem .wrapTitleCollect {
        margin-bottom: 10px;
        padding: 0 4px 0 11px;
        justify-content: space-between;
    }

    .wrapTitleCollect .titleColSer {
        width: 74%;
        padding-top: 4vw;
    }

    .wrapTitleCollect .titleColSer br.disNone {
        display: none;
    }

    .wrapTitleCollect .titlePhoto {
        transform: translateY(-33px);
        width: clamp(160px, 27%, 200px);
    }

    .areaStepSystem .wrapTitleCollect .titleColSer {
        padding-top: 4vw;
    }
}

@media (max-width: 995px) and (min-width: 769px) {
    .titleDiscount .bgAf {
        display: inline-block;
        padding: 0 50px;
    }

    .titleDiscount .colYellow {
        display: block;
    }

    .titleDiscount .bgAf:before,
    .titleDiscount .bgAf:after {
        top: -1px;
    }
}

@media (max-width: 945px) and (min-width: 769px) {
    .areaReservat .wrapReservat .listReservat {
        max-width: 550px;
        justify-content: space-between;
    }

    .areaReservat .wrapReservat .listReservat li {
        width: 47%;
        margin-right: 0;
    }

    .areaReservat .wrapReservat .listReservat li:nth-child(n + 3) {
        margin-top: 5%;
    }
    .wrapTitleCollect .titleColSer br.disNone {
        display: none;
    }
}

@media (max-width: 768px) {
    /*AREARESERVAT*/
    .areaReservat {
        margin: 80px 0;
        padding-bottom: 40px;
    }

    .titleDiscount {
        font-size: clamp(26px, 4.9vw, 34px);
        margin-bottom: 35px;
    }

    .titleDiscount .bgAf {
        padding: 0 5vw;
        display: inline-block;
    }

    .titleDiscount .bgAf:before,
    .titleDiscount .bgAf:after {
        width: clamp(21px, 6.2vw, 33px);
        height: clamp(33px, 9.8vw, 48px);
        top: clamp(5px, 1.9vw, 32px);
    }

    .titleDiscount .colYellow .fsz80 {
        font-size: clamp(36px, 9.6vw, 46px);
    }

    .areaReservat .wrapReservat .subReservat {
        font-size: clamp(16px, 2.6vw, 20px);
        margin-bottom: 25px;
        margin-top: clamp(-15px, -8.2vw, -31px);
    }

    .areaReservat .wrapReservat .listReservat {
        justify-content: space-between;
        max-width: 550px;
        margin: 0 auto 25px;
    }

    .areaReservat .wrapReservat .listReservat li {
        width: 48%;
        margin-right: 0;
    }

    .areaReservat .wrapReservat .listReservat li:nth-child(2n),
    .areaReservat .wrapReservat .listReservat li:last-child {
        margin-right: 0;
    }

    .areaReservat .wrapReservat .listReservat li:nth-child(n + 3) {
        margin-top: 2%;
    }

    .areaReservat .wrapReservat .txtReservat {
        font-size: clamp(18px, 2.9vw, 22px);
    }

    /*AREASYSTEMRES*/
    .areaSystemRes {
        margin-bottom: 80px;
    }
    .wrapDarkBlue,
    .areaStepSystem .wrapDarkBlue {
        border-radius: 15px;
        padding: 25px 25px 25px;
    }
    .wrapTitleCollect,
    .areaStepSystem .wrapTitleCollect {
        margin-bottom: 6vw;
        padding: 0;
        align-items: center;
        justify-content: space-between;
    }

    .wrapTitleCollect .titleColSer,
    .areaStepSystem .wrapTitleCollect .titleColSer {
        width: 69%;
        font-size: clamp(18px, 3.9vw, 26px);
        line-height: 1.35;
        padding-top: 0;
    }

    .wrapTitleCollect .titleColSer span {
        font-size: clamp(24px, 4.6vw, 32px);
    }

    .wrapTitleCollect .titleColSer br {
        display: none;
    }


    .wrapTitleCollect .titlePhoto {
        transform: none;
                width: 25%;
        max-width: 216px;
        margin-left: 0;
    }

    .areaSystemRes .listCollectSer li {
        width: 48.5%;
        margin-right: 3%;
    }

    .areaSystemRes .listCollectSer li:nth-child(2n),
    .areaSystemRes .listCollectSer li:last-child {
        margin-right: 0;
    }

    .listCollectSer li:nth-child(n + 3) {
        margin-top: 3%;
    }

    /*AREASTEPSYSTEM*/
    .areaStepSystem {
        margin-bottom: 80px;
    }
    .areaStepSystem .listStepSer li {
        padding: 4vw 4vw;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .areaStepSystem .listStepSer li .wrapStepSerLeft {
        background: transparent;
        width: 100%;
        margin-right: 0;
        transform: none;
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .areaStepSystem .wrapNumberStepZuke {
        width: 70px;
        margin-right: 12px;
        padding: 15px 10px;
    }

    .areaStepSystem .wrapNumberStepZuke .txtNumber {
        font-size: 12px;
    }

    .areaStepSystem .wrapNumberStepZuke .numberStep {
        font-size: 30px;
    }

    .areaStepSystem .listStepSer li .titleStepItem.pc {
        display: none;
    }

    .areaStepSystem .listStepSer li .titleStepItem.sp {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        font-size: 18px;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem {
        width: 100%;
        margin-top: 0;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight .boxStepItem .txtStepSer {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        min-width: inherit;
    }

    .areaStepSystem .listStepSer li .wrapStepSerRight .stepSerPhoto {
        width: 47.6%;
        max-width: 160px;
    }
}

@media (max-width: 500px) {
    .areaSystemRes .listCollectSer {
        flex-direction: column;
    }

    .areaSystemRes .listCollectSer li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .areaSystemRes .listCollectSer li:first-child {
        margin-top: 0;
    }

    .areaSystemRes .listCollectSer li:nth-child(2n) {
        margin-right: 0;
    }

    .areaSystemRes .listCollectSer li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .areaStepSystem .listStepSer li {
        padding: 3vw 3vw;
    }
}