.breadcrumb_page {
    padding-top: 60px;
}

.breadcrumb_page a,
.breadcrumb_page span {
    color: #0C0C0D;
    font-size: 16px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.breadcrumb_page a:hover {
    text-decoration: underline;
}

.title {
    font-size: 54px;
    font-family: "Noto Serif Kr";
    text-align: center;
    color: #0C0C0D;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 64px;
}

.subtitle {
    font-size: 36px;
    font-family: "Noto Serif Kr";
    color: #0C0C0D;
    font-weight: 900;
    padding-bottom: 30px;
    line-height: 48px;
}

.subtitle.center,
.text.center {
    text-align: center;
}

.text {
    color: #0C0C0D;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 30px;
    list-style: 24px;
}

.subtitle_top {
    font-size: 16px;
    font-family: 'Hanken Grotesk', sans-serif;
    letter-spacing: 3px;
    color: #0C0C0D;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.subtitle.left,
.text.left {
    text-align: left;
}

.subtitle.right,
.text.right {
    text-align: right;
}

.bloc_intro {
    margin-top: 50px;
    background-color: #EDEDF6;
    margin-bottom: 50px;
    border-radius: 10px;
}

.bloc_intro img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bloc_intro div:nth-child(1) {
    padding: 0;
}

.bloc_intro.row {
    align-items: center;
    display: flex;
}

.btn_black {
    background-color: #0C0C0D;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    padding: 15px 25px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    display: block;
    max-width: fit-content;
    transition: ease .3s all;
}

.btn_black:hover {

    background-color: #2F2F33;
    color: white;
}

.bloc_text_right {
    display: flex;
    justify-content: left;
    margin-bottom: 50px;
}

.bloc_text_left {
    display: flex;
    justify-content: right;
}

.bottom_content:before {
    content: "";
    position: absolute;
    z-index: -1;
    /* top: 100%;
    bottom: 0; */
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}

.bottom_content {
    padding: 50px 0;
}

.bottom_content:after {
    content: "";
    position: absolute;
    z-index: -1;
    /* top: 100%;
    bottom: 0; */
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}

.text_and_button {
    margin: 50px 0;
}

body .bx-wrapper .bx-controls-direction a:before {
    color: #000;
    font-size: 40px;
    transition-duration: 0.5s;
}

body .bx-wrapper .bx-controls-direction a {
    top: 40%;
    top: 180px;
    width: 40px;
    height: 40px;
    overflow: inherit;
}

.bloc_text_right img,
.bloc_text_left img {
    border-radius: 10px;
}

.product-box img {
    border-radius: 10px;
}

.product_name {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    color: #0C0C0D;
}

.product_name_full {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0C0C0D;
}

.product_price {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0C0C0D;
    font-weight: bold;
}

.product_price span:first-child {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0C0C0D;
    text-decoration: line-through;
    font-weight: normal;
    padding: 0 20px;
}

.product_price span:last-child {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0C0C0D;
    font-weight: normal;
}

.slider_new {
    margin-bottom: 50px;
}

.img_mobile {
    display: none;
}


@media(max-width: 1200px) {
    .bloc_intro {
        display: none !important;
    }

    .subtitle_top {
        margin-bottom: 80px;
    }

    .subtitle_top:after {
        content: "";
        position: absolute;
        z-index: -1;
        /* top: 100%;
        bottom: 0; */
        width: 100%;
        height: 25px;
        background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
        background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
        left: 0;
        z-index: 1;
        margin: 50px;
    }
}

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

    .bloc_text_left {
        flex-direction: column-reverse;
    }

    .bloc_text_right img,
    .bloc_text_left img {
        margin: 0 auto;
    }

}

@media(max-width: 767px) {

    .title {
        font-size: 36px;
        padding-bottom: 10px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 25px;
    }

    br {
        display: none;
    }

    .subtitle.left,
    .subtitle.right {
        margin-top: 20px;
    }

    .subtitle.right,
    .text.right {
        text-align: left;
    }

    .img_mobile {
        display: block;
    }

    .img_desktop {
        display: none;
    }
}