/*master samplings 2024 - 04-11-2024 */

@font-face {
    font-family: "Gotham_Light";
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.samplings {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    max-width: 2200px;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 2200px;
    overflow-x: clip;
}

@media(max-width:2200px) {
    .samplings {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .samplings {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .samplings {
        --WIDTH-ANIM: 100vw;
    }
}


.samplings-cta {
    position: relative;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    color: #333;
    padding: 0px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    border: #cfcac9 solid 1px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.samplings-cta:hover {
    border: 1px solid #797674;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.samplings-cta:active {
    border: 1px solid #797674;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.samplings-cta:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/***********************************************************/

.samplings-cta--primary {
    background-color: #b40024 !important;
    border: 2px solid #b40024 !important;
    color: #fff !important;
}

.samplings-cta--primary:hover {
    color: #fff !important;
    background-color: #8c0b26 !important;
    border-color: #8c0b26 !important;
}

.samplings-cta--primary:active {
    background-color: #63021a !important;
    border-color: #63021a !important;
}




/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-header {
    margin: 0 auto;
    background-color: #fff;
    max-width: 2200px;
    width: 100%;
    text-align: center;
    position: relative;
}

.samplings-header__visual {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.samplings-header__visual img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top center;
}

h1.samplings-header__title,
.samplings-header__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 50px;
    box-sizing: border-box;
    font-size: 100px;
    line-height: 1em;
    font-weight: normal;
    color: #d84162;
    font-family: var(--FONT-GOTHAM-LIGHT);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: 2;
}

.samplings-header__title span+span {
    margin-left: 0.8em;
}

.samplings-header__title strong {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    margin-left: 0.4em;
}



.samplings-header__text {
    margin: 20px auto;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    color: #787474;
}

@media(max-width:1023px) {

    h1.samplings-header__title,
    .samplings-header__title {
        margin: 0;
        padding: 20px;
        font-size: 70px;
    }
}

@media(max-width:761px) {

    .samplings-header__visual img {
        display: block;
        width: 100%;
        height: auto;
    }

    h1.samplings-header__title,
    .samplings-header__title {
        margin: 0;
        padding: 8vw 4vw;
        font-size: 13vw;
        line-height: 1em;
        text-align: left;
        position: absolute;
        top: auto;
        left: 0;
        height: auto;
        bottom: 0;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-howto {
    position: relative;
    overflow: hidden;
    background-color: #FBF6F3;
}

.samplings-howto__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.samplings-howto__title {
    color: #333;
    text-transform: uppercase;
    font-size: 36px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    line-height: 1em;
    font-weight: normal;
}

.samplings-howto__text {
    color: #333;
    font-size: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    line-height: 1.4em;
    margin-top: 20px;
}

.samplings-howto__num {
    color: #d84162;
    font-size: 90px;
    font-family: var(--FONT-GOTHAM-LIGHT);
    margin: 0;
    background-color: #FBF6F3;
    margin-top: -40px;
    margin-bottom: 20px;
    line-height: 1em;
    z-index: 2;
    position: relative;
    padding-left: 0.3em;
    padding-right: 0.3em;
}


.samplings-howto__action {
    color: #333;
    font-size: 22px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 26px;
}

.samplings-howto__wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px auto;
    margin-top: 70px;
}

.samplings-howto__step {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 268px;
    height: 268px;
    border-radius: 50%;
    position: relative;
}

@media(max-width:1023px) {


    .samplings-howto__title {
        font-size: 26px;
        line-height: 1em;
    }

    .samplings-howto__text {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 20px;
    }

    .samplings-howto__content {
        padding: 50px;
    }


    .samplings-howto__step {
        width: 160px;
        height: 160px;

    }

    .samplings-howto__action {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.4em;
    }

    .samplings-howto__num {
        font-size: 50px;
        margin-top: -20px;
        margin-bottom: 10px;
        line-height: 1em;
    }

    .samplings-howto__step {
        margin-bottom: 30px;

    }

    .samplings-howto__step img {
        width: 40px;
        height: 32px;

    }
}

@media(max-width:761px) {

    .samplings-howto__title {
        font-size: 26px;
        line-height: 1em;
    }

    .samplings-howto__text {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 20px;
    }

    .samplings-howto__content {
        padding: 40px;
    }

    .samplings-howto__wrapper {
        display: block;
        margin: 40px -80px;
        width: calc(100vw + 80px);
    }

    .samplings-howto__wrapper .slick-list {
        overflow: visible;
    }

    .samplings-howto__step {
        width: calc(100vw + 80px);
        height: 230px;
        display: flex !important;
        margin-bottom: 0px;

    }

    .samplings-howto__action {
        font-size: 20px;
        margin-top: 10px;
        line-height: 1.4em;
    }

    .samplings-howto__num {
        font-size: 50px;
        margin-top: -20px;
        margin-bottom: 10px;
        line-height: 1em;
        background-color: #FBF6F3;
    }



    .samplings-howto__step img {
        width: 60px;
        height: 60px;

    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-catalog {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.samplings-catalog__background {
    position: absolute;
    width: 2200px;
    left: calc(50% - 1100px);
    top: 0;
}

.samplings-catalog__content {
    position: relative;
    z-index: 2;
    height: 568px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.samplings-catalog__line-1 {
    margin: 0;
    font-size: 36px;
    text-align: center;
    color: #333;
    line-height: 52px;
    width: 550px;
}

.samplings-catalog__line-2 {
    margin: 0;
    font-size: 36px;
    color: #d84162;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 186px;
    width: 550px;
    line-height: 52px;
    position: relative;
    text-transform: uppercase;
    gap: 20px;
}

.samplings-catalog__line-2 strong {
    font-size: 128px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-LIGHT);
    display: block;
    width: 260px;
    text-align: left;
}

@media(max-width:761px) {

    .samplings-catalog__background {
        width: 100%;
        left: 0;
    }

    .samplings-catalog__background img {
        width: 100%;
        display: block;
        height: auto;
    }

    .samplings-catalog__content {
        height: 158vw;
        padding: 7vw;
        padding-top: 43vw;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .samplings-catalog__line-1 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1.4em;
        display: block;
        text-align: center;
        max-width: 90vw;
    }

    .samplings-catalog__line-2 {
        margin: 0;
        padding: 0 30px;
        font-size: 24px;
        line-height: 1.4em;
        text-align: center;
        display: block;
        width: 100%;
    }

    .samplings-catalog__line-2 strong {
        font-size: 96px;
        line-height: 120px;
        position: relative;
        width: auto;
        text-align: center;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-1to5uses {
    background-color: #f8f4f3;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.samplings-1to5uses__visual {}

.samplings-1to5uses__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.samplings-1to5uses__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 360px;
}

.samplings-1to5uses__title {
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    color: #d84162;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-family: var(--FONT-GOTHAM-BOOK);
}

.samplings-1to5uses__text {
    color: #333;
    font-size: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    line-height: 1.4em;
    margin-bottom: 20px;
}

@media(max-width:1023px) {
    .samplings-1to5uses {
        padding: 40px;
        flex-direction: column;
        align-items: center;
    }

    .samplings-1to5uses__box {
        max-width: 632px;
    }
}

@media(max-width:761px) {
    .samplings-1to5uses {
        padding: 50px 20px;
        display: block;
    }

    .samplings-1to5uses__title {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 0.5em;
        font-size: 7vw;
    }

    .samplings-1to5uses__text {
        font-size: 14px;
        line-height: 1.4em;
    }

    .samplings-1to5uses__title strong {
        font-size: 10vw;
    }


}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-products {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 60px;
}

.samplings-products__portrait {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.samplings-products__portrait img {
    display: block;
    max-width: 100%;
    height: auto;
}

.samplings-products__box {

    max-width: 840px;

}

.samplings-products__citation {
    margin: 0;
    font-size: 36px;
    line-height: 52px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #d84162;

}

.samplings-products__author {
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-transform: uppercase;
}

@media(max-width:1023px) {
    .samplings-products {
        padding: 50px 30px;
    }

    .samplings-products__citation {
        margin: 0;
        font-size: 4vw;
        line-height: 1.2em;
        max-width: 500px;
    }
}

@media(max-width:761px) {
    .samplings-products {
        padding: 40px 16px;
    }

    .samplings-products__citation {
        margin: 0;
        font-size: 24px;
        line-height: 34px;
    }

    .samplings-products__author {
        margin: 0;
        margin-top: 15px;
        font-size: 14px;
        height: 85px;
        line-height: 1.4em;
        padding-left: 105px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .samplings-products__portrait {
        position: absolute;
        bottom: 40px;
        left: 26px;
        width: 85px;
    }


}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-ecoconception {
    overflow: hidden;
    position: relative;
    background-color: #FBF6F3;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.samplings-ecoconception__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 272px;
}

.samplings-ecoconception__title {
    margin: 0;
    margin-bottom: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #D84162;
    text-transform: uppercase;

}

.samplings-ecoconception__text {
    color: #333;
    font-size: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    line-height: 1.4em;
    margin: 0;
    margin-bottom: 16px;

}

a.samplings-ecoconception__link {
    color: #333 !important;
    font-size: 11px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    line-height: 13px;
    margin: 0;
    text-decoration: underline !important;
    text-transform: uppercase;
    cursor: pointer;
}

a.samplings-ecoconception__link:hover {
    color: #B40024 !important;
    text-decoration: none !important;
}

a.samplings-ecoconception__link:hover {
    color: #B40024 !important;
    text-decoration: none !important;
}

a.samplings-ecoconception__link:active {
    color: #8C0B26 !important;
}

a.samplings-ecoconception__link:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.samplings-ecoconception__visual {
    display: block;
    width: 100%;
    max-width: 632px;
}

.samplings-ecoconception__visual>img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:761px) {
    .samplings-ecoconception__visual {
        width: 100%;
    }

    .samplings-ecoconception {
        flex-direction: column-reverse;
        gap: 24px;
        padding: 40px 24px;
    }

    .samplings-ecoconception__content {
        max-width: unset;
    }

    .samplings-ecoconception__text {
        font-size: 14px;
        line-height: 1.4em;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-testimonies {
    overflow: hidden;
    position: relative;
    background: linear-gradient(92.24deg, #FFEDED 0%, #F9DDDD 100%);
}

.samplings-testimonies__content {
    position: relative;
    z-index: 2;
    padding: 80px;
    min-height: 435px;
    box-sizing: border-box;
}

.samplings-testimonies__title {
    margin: 0;
    font-size: 36px;
    color: #B40024;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    text-align: center;
}

.samplings-testimonies__slider {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.samplings-testimonies__item {
    background-color: #fff;
    border-radius: 12px;
    width: 300px;
    margin: 0 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.samplings-testimonies__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
    flex: 1;
}

.samplings-testimonies__author {
    margin: 0;
    color: #d84162;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    margin-top: 30px;
}

@media(max-width:1023px) {
    .samplings-testimonies__content {
        padding: 40px 30px;
    }
}

@media(max-width:761px) {
    .samplings-testimonies__content {
        padding: 50px 0px;
    }

    .samplings-testimonies__item {
        width: 216px;
        margin: 0;
    }

    .samplings-testimonies__title {
        font-size: 7vw;
        padding: 0 20px;
    }

    .samplings-testimonies__text {
        font-size: 14px;
    }

    .samplings-testimonies__author {
        margin-top: 20px;
    }

    .samplings-testimonies__slider {
        display: block;
        margin-top: 30px;
    }

    .samplings-testimonies__slider .slick-track {
        display: flex;
        height: 100%;
        gap: 20px;
        box-sizing: border-box;
    }

    .samplings-testimonies__slider .slick-slide {
        display: flex;
        height: auto;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-getyours {
    background-color: #f8f4f3;
    padding: 80px;
}

.samplings-getyours__wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.samplings-getyours__title {
    margin: 0;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    text-align: center;
}

.samplings-getyours__item {
    max-width: 574px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
}

.samplings-getyours__visual {}

.samplings-getyours__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.samplings-getyours__bold-text {
    margin: 0 24px;
    margin-top: 24px;
    color: #d84162;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}

.samplings-getyours__text {
    margin: 12px 24px;
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    text-align: center;
}

@media(max-width:1023px) {
    .samplings-getyours {
        padding: 40px;
    }
}

@media(max-width:761px) {
    .samplings-getyours {
        padding: 50px 20px;
    }

    .samplings-getyours__title {
        font-size: 7vw;
    }

    .samplings-getyours__bold-text {
        margin-top: 20px;

    }

    .samplings-getyours__text {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4em;
        /*text-align: center;*/
    }

    .samplings-getyours__wrapper {
        gap: 20px;
        flex-direction: column;
        margin-top: 20px;
    }

    .samplings-getyours__item {
        margin-top: 20px;
        /*align-items: center;*/
    }

    .samplings-getyours__visual img {
        margin: 0 -20px;
        display: block;
        width: 100vw;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*************/
/** FAQ **/
/*************/
.samplings-faq {
    padding: 80px;
    max-width: 1185px;
    margin: 0 auto;
}

.samplings-faq__title {
    margin: 0;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
}

.samplings-faq__item {
    text-align: center;
}

.samplings-faq__screen {}

.samplings-faq__screen img {
    max-width: 100%;
    display: block;
    height: auto;
}

.samplings-faq__text {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

@media(max-width:1023px) {
    .samplings-faq {
        padding: 40px;
    }
}

@media(max-width:761px) {
    .samplings-faq {
        padding: 50px 20px;
    }

    .samplings-faq__title {
        font-size: 26px;
        line-height: 1em;
        text-align: center;
    }

}

@media(min-width:762px) {

    .samplings-faq__slider {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
    }

}


.dp-faq {
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*----Elements---*/
.dp-faq__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

}

.dp-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}

.dp-faq__question {
    margin: 0;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    padding: 15px 0;
    line-height: 24px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.dp-faq__question:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.dp-faq__question::after {
    content: " ";
    position: absolute;
    top: 16px;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/down.svg);
    background-size: cover;
    display: flex;
    cursor: pointer;
    transition: transform ease-in-out 0.5s;
}

.dp-faq__question--active::after {
    transform: rotate(180deg);
}

.dp-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.2s;
}

.dp-faq__answer-content {
    font-size: 16px;
    line-height: 1.4em;
    display: block;
    margin: 0;
    padding: 10px;
}

.dp-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.dp-faq__answer-content p {
    margin: 0;
}

.dp-faq .dp-link {
    margin-top: 50px;
}

.dp-faq__mentions {
    font-size: 11px;
    opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-faq {
        margin: 0px;
        padding: 20px;
    }

    .dp-faq__title {
        padding-top: 20px;
    }

    .dp-faq__question {
        margin: 0;
        font-size: 16px;
        line-height: 1.4em;
    }

    .dp-faq__answer-content {
        font-size: 14px;
        line-height: 1.4em;
    }

}



/*************************************/

.samplings .slick-arrow {
    background-image: url(../img/arrow.svg);
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: auto;
    min-width: 0;
    bottom: -40px;
    position: absolute;
    z-index: 3;
    border: 0px solid;
    outline: 0;
    transform: none !important;
}

#SAMPLINGS button,
#SAMPLINGS button:active {
    outline: 0 !important;
}

.samplings .slick-arrow::after {
    display: none !important;
}

.samplings .slick-arrow:focus-visible,
.samplings .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.samplings .slick-prev {
    left: 0;
    transform: scaleX(-1) !important;
}

.samplings .slick-next {
    right: 0;

}

.samplings .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}


.samplings .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.samplings .slick-dots li button {
    opacity: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.samplings .slick-dots li {
    background-color: #be0f34;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    opacity: 0.5;
}

.samplings .slick-dots li.slick-active {
    background-color: #be0f34;
    opacity: 1;
}




.samplings-chart {
    position: absolute;
    border: 1px solid #FBF6F3;
    --COLOR-STAT: #d84162;
    --RAYON: 134px;
    top: calc(50% - var(--RAYON) - 1px);
    left: calc(50% - var(--RAYON) - 1px);
    width: calc(2 * var(--RAYON) - 2px);
    height: calc(2 * var(--RAYON) - 2px);
}



.samplings-chart svg {
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - var(--RAYON));
    left: calc(50% - var(--RAYON));
}

.samplings-chart svg circle {
    stroke-dashoffset: 0;
    stroke: transparent;
    stroke-width: 2px;
    width: calc(var(--RAYON) *2);
    height: calc(var(--RAYON) *2);
}

.samplings-chart svg .bar {
    stroke: var(--COLOR-STAT);
    stroke-dashoffset: calc(var(--RAYON) *2 *3.1416);
}

.samplings-chart[data-anim="1"] {
    /*border: 1px solid #333;*/
}

.samplings-chart[data-anim="1"] svg .bar {
    transition: stroke-dashoffset 0.6s linear;
}

/******************************************/
.samplings-chart[data-anim="1"][data-delay="0"] svg .bar {
    transition-delay: 0.6s;
}

.samplings-chart[data-anim="1"][data-delay="1"] svg .bar {
    transition-delay: 1.2s;
}

.samplings-chart[data-anim="1"][data-delay="2"] svg .bar {
    transition-delay: 1.8s;
}

@media screen and (max-width: 1023px) {
    .samplings-chart {
        --RAYON: 80px;
    }
}

@media screen and (max-width: 761px) {
    .samplings-chart {
        --RAYON: 115px;
    }

    .samplings-chart[data-anim="1"][data-delay="0"] svg .bar {
        transition-delay: 0s;
    }

    .samplings-chart[data-anim="1"][data-delay="1"] svg .bar {
        transition-delay: 0s;
    }

    .samplings-chart[data-anim="1"][data-delay="2"] svg .bar {
        transition-delay: 0s;
    }

}