/*AREAQUOTE*/
.areaQuote {
    background: url(../images/trader-detail-zuke/bg-quote.jpg) no-repeat center center / cover;
    padding: 34px 0 58px;
    margin: 95px 0 133px;
}

.areaQuote .inner {
    max-width: 1425px;
}

.areaQuote .wrapQuote {}

.areaQuote .wrapQuote .titleDiscount {
    margin-bottom: 31px;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    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;
}

.areaQuote .quotePhoto {
    max-width: 1063px;
    width: 80%;
    margin: 0 auto;
}

.areaQuote .quotePhoto img {
    width: 100%;
    border-radius: 50px;
}

/*AREASERVICEKAT*/
.areaServiceKat {
    margin-bottom: 86px;
}
.areaServiceKat .wrapServiceKat {}
.wrapPurple {
    background: #7788DA;
    border-radius: 30px;
    padding: 0 50px 87px;
}
.wrapTitleCollect {
    padding: 0 0 0 13px;
    display: flex;
    margin-bottom: -3px;
}

.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 {
    width: 216px;
    margin-left: 10px;
    transform: translateY(-44px);
}

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

.areaServiceKat .listCollectSer li {
    width: calc((100%/3) - 2px);
    margin-right: 3px;
}

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

.areaServiceKat .listCollectSer li .nameColSect {
    font-size: 19px;
    padding: 8px 10px 10px;
    letter-spacing: 0.5px;
    color: #303030;
    text-align: center;
    font-weight: bold;
    background: #FDE300;
}

.areaServiceKat .listCollectSer li .boxColSer {
    padding: 26px 10px 16px;
    background: #ffffff;
    text-align: center;
}

.areaServiceKat .listCollectSer li .boxColSer .txtColSer {
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 500;
    color: #303030;
    text-align: center;

}

.areaServiceKat .listCollectSer li .boxColSer .weightColSer {
    font-size: 32px;
    color: #7788DA;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 12px;
    text-align: center;
}

.areaServiceKat .listCollectSer li .boxColSer .priceColSer {
    font-size: 19px;
    margin-bottom: 26px;
    font-weight: 600;
    color: #FD5255;
    line-height: 1;
    text-align: center;
}

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

.areaServiceKat .listCollectSer li .boxColSer .imgColSer {
    max-width: 235px;
    margin: 0 auto;
    width: 100%;
}

.areaServiceKat .listCollectSer li .boxColSer .imgColSer img {
    width: 100%;
}

/*AREAREASONSKATA*/
.areaReasonsKata {
    margin-bottom: 157px;
}

.areaReasonsKata .wrapReasKata {
    padding-bottom: 51px;
}

.listReasKata {}

.listReasKata li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 42px 50px 49px;
    background: #ffffff;
}

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

.listReasKata li .wrapReasonLeft {
    width: 151px;
    margin-right: 22px;
    margin-top: 6px;
}

.listReasKata li .reasonPhoto img {}

.listReasKata li .wrapReasonKata {
    width: calc(100% - 173px);
}

.titleReasonKata {
    font-size: 33px;
    text-align: justify;
    color: #ED6362;
    font-weight: bold;
    margin-bottom: 17px;
}

.listReasKata li .wrapReasonKata .txtReasonKata {
    color: #000000;
    font-size: 24px;
    text-align: justify;
    font-weight: 600;
    line-height: 1.55;
}

@media (max-width: 1450px) and (min-width: 769px) {
    .areaQuote .wrapQuote .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: 1120px) and (min-width: 769px) {
    .areaServiceKat .listCollectSer li .nameColSect {
        font-size: clamp(16px, 1.7vw, 18px);
    }

    .areaServiceKat .listCollectSer li .boxColSer .txtColSer {
        font-size: clamp(18px, 2vw, 20px);
    }

    .areaServiceKat .listCollectSer li .boxColSer .weightColSer {
        font-size: clamp(28px, 2.7vw, 31px);
    }

    .areaServiceKat .listCollectSer li .boxColSer .priceColSer span {
        font-size: clamp(40px, 4vw, 44px);
    }
}

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

    .areaReasonsKata .wrapReasKata {
        padding-bottom: 4vw;
    }

    .wrapTitleCollect{
        justify-content: space-between;
        margin-bottom: 10px;
    }

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

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

@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: 980px) and (min-width: 769px) {
    .areaServiceKat .listCollectSer {
        max-width: 580px;
        margin: 0 auto;
    }

    .areaServiceKat .listCollectSer li {
        width: 275px;
        margin-right: 5%;
    }

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

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

@media (max-width: 950px) and (min-width: 769px) {
    .listReasKata li {
        padding: 35px 35px;
    }

    .listReasKata li .wrapReasonLeft {
        width: 140px;
        margin-right: 22px;
    }

    .titleReasonKata {
        font-size: clamp(28px, 3.4vw, 32px);
    }
    .listReasKata li .wrapReasonKata {
        width: calc(100% - 163px);
    }

    .listReasKata li .wrapReasonKata .txtReasonKata {
        font-size: clamp(20px, 2.5vw, 23px);
    }
}

@media (max-width: 945px) and (min-width: 769px) {
    .wrapTitleCollect .titleColSer br.disNone {
        display: none;
    }
}

@media (max-width: 810px) and (min-width: 769px) {
    .areaReasonsKata .wrapTitleCollect .titleColSer br,
    .areaServiceKat .wrapTitleCollect .titleColSer br {
        display: none;
    }
}

@media (max-width: 768px) {
    /*AREAQUOTE*/
    .areaQuote {
        margin: 80px 0 80px;
    }

    .areaQuote .wrapQuote .titleDiscount {
        font-size: clamp(26px, 4.9vw, 34px);
    }

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

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

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

    .areaQuote .quotePhoto {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .areaQuote .quotePhoto img {
        border-radius: 20px;
    }

    /*AREASERVICEKAT*/
    .areaServiceKat {
        margin-bottom: 80px;
    }

    .wrapTitleCollect {
        padding: 0;
    }

    .wrapTitleCollect {
        justify-content: space-between;
        margin-bottom: 6vw;
        padding: 0;
        align-items: center;
    }

    .wrapPurple,
    .areaReasonsKata .wrapReasKata {
        border-radius: 15px;
        padding: 25px 25px;
    }

    .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 {
        width: 25%;
        max-width: 216px;
        margin-left: 0;
        transform: none;
    }

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

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

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

    .areaServiceKat .listCollectSer li .nameColSect {
        font-size: 16px;
    }

    .areaServiceKat .listCollectSer li .boxColSer .txtColSer {
        font-size: 14px;
    }

    .areaServiceKat .listCollectSer li .boxColSer .weightColSer {
        font-size: 24px;
    }

    .areaServiceKat .listCollectSer li .boxColSer .priceColSer {
        font-size: 18px;
    }

    .areaServiceKat .listCollectSer li .boxColSer .priceColSer span {
        font-size: 34px;
    }

    .areaServiceKat .listCollectSer li .boxColSer .imgColSer {
        width: 70%;
        margin: 0 auto;
        max-width: 250px;
    }

    /*AREAREASONSKATA*/
    .areaReasonsKata {
        margin-bottom: 80px;
    }

    .listReasKata li {
        padding: 20px 20px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .listReasKata li .wrapReasonLeft {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 15px;
    }

    .listReasKata li .wrapReasonLeft .reasonPhoto {
        width: 15vw;
        margin-right: 10px;
        margin-top: -2vw;
    }

    .titleReasonKata {
        width: 59vw;
        font-size: 18px;
        margin-bottom: 0;
    }

    .listReasKata li .wrapReasonKata {
        width: 100%;
    }

    .listReasKata li .wrapReasonKata .txtReasonKata {
        font-size: 14px;
    }
}

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

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

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

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

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

    .areaServiceKat .listCollectSer li {
        width: 100%;
    }

    .listReasKata li .wrapReasonLeft .reasonPhoto {
        width: 20vw;
        margin-top: -1vw;
    }

    .titleReasonKata {
        width: 45vw;
    }
}