/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.range__header {
    height: 144.26667vw
}
.range__title_container {
    text-align: center;
    color: var(--color-blue);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.range__suptitle {
    font-family: 'Lumios Marker';
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    color: var(--color-green);
    margin-bottom: 13px;
}
.range__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.03em; 
    text-transform: uppercase;  
    margin-bottom: 7px; 
}
.range__subtitle {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.03em;
    text-transform: uppercase; 
}
.range__hero {
    padding-top: 38px; 
    margin-bottom: 82px
}
.range__hero_left {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: var(--color-blue);
    margin-bottom: 18px;
}
.range__details {
    margin-bottom: 12px
}
.range__detail {
    border-bottom: 1px solid #E3E3E3;
    padding: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.range__detail:last-of-type {
    border-bottom: none
}
.range__detail_icon {
    width: 24px;
    height: 24px
}
.range__detail_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000;
    width: calc(100% - 52px)
}
.range__detail_mentions {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #B4B4B4;
}
.range__products {
    margin-bottom: 27px;
}
.range__product_bloc {
    border-radius: 30px;
    padding-bottom: 45px;
    margin-bottom: 84px;
    position: relative;
}
.range__product_bloc:last-of-type {
    margin-bottom: 0
}
.range__product_media {
    position: relative;
    margin-bottom: 13px;
    height: 278px;
}
.range__product {
    height: 100%;
    margin: 0 auto;
    display: block;
}
.range__product_icon {
    position: absolute;    
}
.range__product_content {
    text-align: center;
}
.range__product_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin: 0 auto 15px;
    max-width: 80%;
}
.range__product_subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.03em;
    max-width: 75%;
    margin: 0 auto 23px;
}
.range__product_format {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.03em; 
    margin-bottom: 20px;   
}
.range__product_cta {
    margin-bottom: 21px;
}
.range__product_btn {
    padding: 6px 40px 11px 40px;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
}
.range__product__logo {
    stroke: #fff;
    position: relative;
    top: 4px;
    margin-right: 7px;
}
.range__product_btn_txt {
    color: #fff
}
.range__product_btn,
.range__product__logo,
.range__product_btn_txt {
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.range__product_ingredients {
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.03em; 
    max-width: 75%;
    margin: 0 auto;   
}
.range__product_ingredients > span {
    text-transform: uppercase;
}
.range__gesture {
    background: #F2F8FA;
    border-radius: 22px;
    text-align: center;
    padding: 35px 25px 12px;
    margin-bottom: 30px;
}
.range__gesture_title {
    font-family: 'Lumios Marker';
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
    color: var(--color-blue-light);
    margin-bottom: 52px;
}
.range__gesture_bloc {
    margin-bottom: 48px;
}
.range__gesture_media {
    margin-bottom: 13px;
}
.range__gesture_img {
    display: inline-block;
    margin: 0 auto
}
.range__gesture_number {
    font-family: 'Lumios Marker';
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
    line-height: 65px;
    color: var(--color-blue-light); 
    margin-bottom: 5px;   
}
.range__gesture_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.03em;  
    color: var(--color-blue)  
}
.range__faq {
    text-align: center;
    margin-bottom: 60px;   
}
.range__faq_title,
.range__faq .faq__bloc {
    display: none;
}
.range__faq_more_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: var(--color-blue);
    max-width: 200px;
    margin: 0 auto 34px;
}
.range__faq_more_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.range__faq_more_btn {
    margin-bottom: 19px;
    padding: 15px 18px;
    font-size: 14px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.range__faq_more_btn:hover {
    background: var(--color-green);
    border-color: var(--color-green);
}

@media (min-width: 769px) {
    .range__header {
        height: 43.5vw
    }
    .range__title_container {
        padding-bottom: 1.625vw;
    }
    .range__suptitle {
        font-size: 2.5vw;
        line-height: 1;
        margin-bottom: 1.25vw;
    }
    .range__title {
        font-size: 4.375vw;
        line-height: 1;
        margin-bottom: 0.875vw;
    }
    .range__subtitle {
        font-size: 1.5vw;
        font-weight: 700;
        line-height: 1.8125vw;        
    }
    .range__hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5.5625vw 2.875vw 0.625vw 0.625vw;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        max-width: 90%;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-bottom: 7.4375vw
    }
    .range__hero_left {
        width: 39%;
        font-size: 1.625vw;
        line-height: 2.375vw;
        margin-bottom: 0;
        padding-top: 1.625vw;
    }
    .range__hero_right {
        width: 37%;
    }
    .range__details {
        margin-bottom: 1.875vw;
    }
    .range__detail {
        padding: 1.3125vw 0 0.875vw
    }
    .range__detail_mentions {
        max-width: 75%;
    }
    .range__products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 1.4375vw;
    }
    .range__product_bloc {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 49%;
        padding: 0
    }
    .range__product_media {
        width: 39%;
        height: 100%;
        margin-bottom: 0
    }
    .range__product_content {
        width: 61%;
        text-align: left;
        padding: 2.625vw 3.75vw 1.25vw 0.25vw;
        padding: 2.625vw 3.75vw 2.625vw 0.25vw
    }
    .range__product_title {
        max-width: 100%;
        font-size: 2.5vw;
        line-height: 3.0625vw;
    }
    .range__product_title br.is--desktop {
        display: inline-block;
     }
    .range__product_subtitle {
        max-width: 15.625vw;
        font-size: 10px;
        line-height: 1.5;
        margin: 0 0 1.6875vw
    }
    .range__product_format {
        font-size: 8px;
        margin-bottom: 1.625vw;
    }
    .range__product_ingredients {
        max-width: 18.75vw;
        font-size: 8px;
        line-height: 1.6;
        margin: 0;
    }
    .range__gesture {
        padding: 2.8125vw 6.25vw 1.375vw;
        margin-bottom: 5.3125vw;
    }
    .range__gesture_title {
        font-size: 2.5vw;
        line-height: 4.0625vw;
        color: var(--color-blue);
        margin-bottom: 2.5625vw;
    }
    .range__gesture_blocs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .range__gesture_bloc {
        width: 33.333%
    }
    .range__gesture_media {
        margin-bottom: 1.25vw;
        height: 20vw
    }
    .range__gesture_img {
        height: 100%; 
        width: auto
    }
    .range__gesture_description {
        max-width: 15.625vw;
        margin: 0 auto;
        font-size: 10.5px;
        line-height: 1.5;
    }

    .range__faq {
        margin-bottom: 8.1875vw;
    }
    .range__faq_title {
        display: block;
        font-family: 'Lumios Marker';
        font-size: 2.5625vw;
        font-style: italic;
        font-weight: 400;
        line-height: 4.0625vw;
        color: var(--color-blue);
        margin-bottom: 2.6875vw;
    }
    .range__faq .faq__bloc {
        display: block
    }
    .range__faq_more_title {
        max-width: none;
        margin-bottom: 2.8125vw;
        margin-top: 7.5vw;
    }
    .range__faq_more_btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .range__faq_more_btn {
        padding: 1vw 4.1875vw 0.9375vw;
        margin: 0 0.8125vw 0;
    }
}

@media (min-width: 980px) {
    .range__product_subtitle {
        font-size: 1vw;
    }
    .range__gesture_media {
        height: auto
    }
    .range__gesture_img {
        height: auto;
    }
}

@media (min-width: 1080px) {
    .range__gesture_description {
        font-size: 1vw;
    }
}

@media (min-width: 1150px) {
    .range__product_format {
        font-size: 0.6875vw;
    }
}

@media (min-width: 1280px) {
    .range__hero {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 1210px;
    }
    .range__product_ingredients {
        font-size: 0.625vw;
    }
}

@media (min-width: 1600px) {
    .range__title_container {
        padding-bottom: 26px;
    }
    .range__suptitle {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .range__title {
        font-size: 70px;
        margin-bottom: 14px;
    }
    .range__subtitle {
        font-size: 24px;
        line-height: 29px;        
    }
    .range__hero {
        padding: 89px 46px 10px 10px;
        margin-bottom: 119px
    }
    .range__hero_left {
        font-size: 26px;
        line-height: 38px;
        padding-top: 26px;
    }
    .range__details {
        margin-bottom: 30px;
    }
    .range__detail {
        padding: 21px 0 14px
    }
    .range__products {
        margin-bottom: 23px;
    }   
    .range__product_content {
        padding: 42px 60px 20px 4px;
        padding: 42px 60px 42px 4px
    }
    .range__product_title {
        font-size: 40px;
        line-height: 49px;
    }
    .range__product_subtitle {
        max-width: 250px;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 27px
    }
    .range__product_format {
        font-size: 11px;
        margin-bottom: 26px;
    }
    .range__product_ingredients {
        font-size: 10px;
        line-height: 16px;
        max-width: 300px;
    }
    .range__gesture {
        padding: 45px 100px 22px;
        margin-bottom: 85px;
    }
    .range__gesture_title {
        font-size: 40px;
        line-height: 65px;
        margin-bottom: 41px;
    }
    .range__gesture_media {
        margin-bottom: 20px
    }
    .range__gesture_description {
        max-width: 250px;
        font-size: 16px;
    }

    .range__faq {
        margin-bottom: 131px;
    }
    .range__faq_title {
        font-size: 41px;
        line-height: 65px;
        margin-bottom: 43px;
    }
    .range__faq_more_title {
        margin-bottom: 45px;
        margin-top: 120px;
    }
    .range__faq_more_btn {
        padding: 16px 67px 15px;
        margin: 0 13px 0;
    }
}


/** Range 1 **/

.range1 .range__header {
    background: transparent url('../img/range1__hero-m.jpg') no-repeat top center/contain;
}
.range1__product_bloc:after {
    position: absolute;
    content: '';
    top: -37px;
    left: 66%;
    width: 83px;
    height: 96.5px;
    background: transparent url(../img/logo-produit-annee.jpg) no-repeat center/contain
}
.range1__product_bloc:first-of-type {
    color: #029893;
    background: #EAF2F2;
}
.range1__product_bloc:first-of-type .range__product_btn {
    background: #029893;
    border-color: #029893;
}
.range1__product_bloc:first-of-type .range__product_btn:hover {
    background: #EAF2F2;
}
.range1__product_bloc:first-of-type .range__product_btn:hover .range__product_btn_txt {
    color: #029893;
}
.range1__product_bloc:first-of-type .range__product_btn:hover .range__product__logo {
    stroke: #029893
}
.range1__product_bloc:last-of-type {
    color: #D4526C;
    background: #FAF3F5;
}
.range1__product_bloc:last-of-type .range__product_btn {
    background: #D4526C;
    border-color: #D4526C;
}
.range1__product_bloc:last-of-type .range__product_btn:hover {
    background: #FAF3F5;
}
.range1__product_bloc:last-of-type .range__product_btn:hover .range__product_btn_txt {
    color: #D4526C;
}
.range1__product_bloc:last-of-type .range__product_btn:hover .range__product__logo {
    stroke: #D4526C
}
.range1__product1 {
    position: relative;
    top: -60px;
    left: 6px;
    height: 326px;
}
.range1__product2 {
    position: relative;
    top: -60px;
    left: 6px;
    height: 326px;
}
.range1__product1_icon {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-94%);
        -ms-transform: translateX(-94%);
            transform: translateX(-94%);
    width: 110px;
}
.range1__product2_icon {
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-94%);
        -ms-transform: translateX(-94%);
            transform: translateX(-94%);
    width: 110px;
}
.range1__product_bloc:first-of-type .range__product_ingredients {
    color: #9CB2B2;
}
.range1__product_bloc:last-of-type .range__product_ingredients {
    color: #C19DA8;
}
.range1__product_bloc:before {
    position: absolute;
    content: '';
    bottom: -21px;
    right: 0;
    width: 70px;
    height: 70px;
    background: #AECED0 url(../img/yuka.png) no-repeat center/68%;
    border-radius: 50px;
}
.range1__product_bloc:last-of-type:before {
    background: #E7BCC6 url(../img/yuka.png) no-repeat center/68%;
}
@media (min-width: 769px) {
    .range1 .range__header {
        background: transparent url('../img/range1__hero.jpg') no-repeat top center/contain;
    }
    .range1__product_bloc::after {
        left: auto;
        top: -3.25vw;
        right: 4.5%;
        width: 5.1875vw;
        height: 6.03125vw;
    }
    .range1__product1 {
        top: -2.9375vw;
        left: 1.125vw;
        height: 32.25vw
    }
    .range1__product2 {
        top: -3.125vw;
        height: 32.5625vw;
    }
    .range1__product1_icon {
        bottom: auto;
        top: 25vw;
        -webkit-transform: translateX(-62%);
            -ms-transform: translateX(-62%);
                transform: translateX(-62%);
        width: 9.0625vw;
    }
    .range1__product2_icon {
        bottom: auto;
        top: 24.25vw;
        -webkit-transform: translateX(-76%);
            -ms-transform: translateX(-76%);
                transform: translateX(-76%);
        width: 8.875vw;
    }
    .range1__product_bloc:before {
        width: 6.25vw;
        height: 6.25vw;
        bottom: 0.875vw;
        right: 0.6875vw;
        background-size: 70%
    }
}
@media (min-width: 1600px) {
    .range1__product_bloc::after {
        top: -52px;
        width: 83px;
        height: 96.5px;
        
    }
    .range1__product1 {
        top: -47px;
        left: 18px;
        height: 516px
    }
    .range1__product2 {
        top: -50px;
        height: 521px;
    }
    .range1__product1_icon {
        top: 400px;
        width: 145px;
    }
    .range1__product2_icon {
        top: 388px;
        width: 142px;
    }
    .range1__product_bloc:before {
        width: 100px;
        height: 100px;
        bottom: 14px;
        right: 11px;
    }
}

/** Range 2 **/

.range2__product_bloc:after {
    position: absolute;
    content: '';
    top: -41px;
    left: 70%;
    width: 83px;
    height: 80px;
    background: transparent url(../img/range2__picto.png) no-repeat center/contain
}
.range2__product_bloc:first-of-type {
    color: #D4526C;
    background: #FAF3F5;
}
.range2__product_bloc:first-of-type .range__product_btn {
    background: #D4526C;
    border-color: #D4526C;
}
.range2__product_bloc:first-of-type .range__product_btn:hover {
    background: #FAF3F5;
}
.range2__product_bloc:first-of-type .range__product_btn:hover .range__product_btn_txt {
    color: #D4526C;
}
.range2__product_bloc:first-of-type .range__product_btn:hover .range__product__logo {
    stroke: #D4526C
}
.range2__product_bloc:last-of-type {
    color: #40729A;
    background: #F8FAFC;    
}
.range2__product_bloc:last-of-type .range__product_btn {
    background: #40729A;
    border-color: #40729A;
}
.range2__product_bloc:last-of-type .range__product_btn:hover {
    background: #F8FAFC;
}
.range2__product_bloc:last-of-type .range__product_btn:hover .range__product_btn_txt {
    color: #40729A;
}
.range2__product_bloc:last-of-type .range__product_btn:hover .range__product__logo {
    stroke: #40729A
}
.range2 .range__header {
    background: transparent url('../img/range2__hero-m.jpg') no-repeat top center/contain;
}
.range2__product1 {
    position: relative;
    top: -50px;
    left: 6px;
    height: 278px;
}
.range2__product2 {    
    position: relative;
    top: -50px;
    left: 6px;
    height: 273px;
}
.range2__product1_icon {
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-94%);
        -ms-transform: translateX(-94%);
            transform: translateX(-94%);
    width: 82px;
}
.range2__product2_icon {
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-113%);
        -ms-transform: translateX(-113%);
            transform: translateX(-113%);
    width: 90px;    
}
.range2__product_bloc:first-of-type .range__product_ingredients {
    color: #C19DA8;
}
.range2__product_bloc:last-of-type .range__product_ingredients {
    color: #A7B9CC;
}
@media (min-width: 769px) {
    .range2 .range__header {
        background: transparent url('../img/range2__hero.jpg') no-repeat top center/contain;
    }
    .range2__product1 {
        top: -1.8125vw;
        height: 27.5vw;
    }
    .range2__product2 {
        top: -1.625vw;
        left: 7px;
        height: 27vw        
    }
    .range2__product_bloc::after {
        left: 84%;
        top: -2.5625vw;
        width: 5.1875vw;
        height: 5vwx;
    }
    .range2__product1_icon {
        top: 21.25vw;
        width: 7.5vw;
    }
    .range2__product2_icon {
        bottom: auto;
        top: 22.375vw;
        width: 7.6875vw;
        -webkit-transform: translateX(-94%);
            -ms-transform: translateX(-94%);
                transform: translateX(-94%);        
    }
}
@media (min-width: 1600px) {
    .range2__product1 {
        top: -29px;
        height: 440px;
    }
    .range2__product2 {
        top: -26px;
        left: 7px;
        height: 432px        
    }
    .range2__product_bloc::after {
        top: -41px;
        width: 83px;
        height: 80px;
    }
    .range2__product1_icon {
        top: 340px;
        width: 120px;
    }
    .range2__product2_icon {
        top: 358px;
        width: 123px;        
    }
    .range2 .range__product_subtitle {
        max-width: 350px
    }
}

/** Range 3 **/

.range3 .range__header {
    background: transparent url('../img/range3__hero-m.jpg') no-repeat top center/contain;
}
.range3__product_bloc:after {
    position: absolute;
    content: '';
    top: -8.5vw;
    left: auto;
    right: 5%;
    width: 18.54vw;
    height: 17.29vw;
    background: transparent url(../img/range3__picto.png) no-repeat center/contain
}
.range3__product_bloc:last-of-type:after {
    display: none;
}
.range3__product_bloc:first-of-type {
    color: #F07A47;
    background: #FFF2E8;
}
.range3__product_bloc:first-of-type .range__product_btn {
    background: #F07A47;
    border-color: #F07A47;
}
.range3__product_bloc:first-of-type .range__product_btn:hover {
    background: #FFF2E8;
}
.range3__product_bloc:first-of-type .range__product_btn:hover .range__product_btn_txt {
    color: #F07A47;
}
.range3__product_bloc:first-of-type .range__product_btn:hover .range__product__logo {
    stroke: #F07A47
}
.range3__product_bloc:first-of-type .range__product_ingredients {
    color: #C8AF9C;
}
.range3__product_bloc {
    color: #597EB9;
    background: #ECF5F8;
}
.range3__product_bloc .range__product_btn {
    background: #597EB9;
    border-color: #597EB9;
}
.range3__product_bloc .range__product_btn:hover {
    background: #ECF5F8;
}
.range3__product_bloc .range__product_btn:hover .range__product_btn_txt {
    color: #597EB9;
}
.range3__product_bloc .range__product_btn:hover .range__product__logo {
    stroke: #597EB9
}
.range3__product_bloc .range__product_ingredients {
    color: #98B5BF;
}
.range3__product_bloc:last-of-type {
    color: #C93E92;
    background: #FFF6FC;
}
.range3__product_bloc:last-of-type .range__product_btn {
    background: #C93E92;
    border-color: #C93E92;
}
.range3__product_bloc:last-of-type .range__product_btn:hover {
    background: #FFF6FC;
}
.range3__product_bloc:last-of-type .range__product_btn:hover .range__product_btn_txt {
    color: #C93E92;
}
.range3__product_bloc:last-of-type .range__product_btn:hover .range__product__logo {
    stroke: #C93E92
}
.range3__product_bloc:first-of-type .range__product_ingredients {
    color: #C8AF9C;
}
.range3__product_bloc:last-of-type .range__product_ingredients {
    color: #E8C4DC;
}
.range3__product1 {
    position: relative;
    top: -10.5vw;
    left: 6px;
    height: auto;
    width: 80%;
    margin-left: 0;
    max-width: 358px;
}
.range3__product1_media {
    height: 45vw
}
.range3__product2 {
    position: relative;
    top: -10.5vw;
    left: 6px;
    height: auto;
    width: 80%;
    margin-left: 0;
    max-width: 351px;
}
.range3__product2_media {
    height: 44vw
}
.range3__product3 {
    position: relative;
    top: -10.5vw;
    left: 6px;
    height: auto;
    width: 80%;
    margin-left: 0;
    max-width: 326px;
}
.range3__product3_media {
    height: 37vw
}
.range3__product_bloc:before {
    position: absolute;
    content: '';
    bottom: 7px;
    right: 13px;
    width: 13.54vw;
    height: 11vw;
    background: transparent url(../img/range3__picto2.png) no-repeat center/contain;
    mix-blend-mode: darken;
}
.range3__product_bloc:last-of-type:before {
    display: none
}

@media (min-width: 480px) {
    .range3__product_bloc::after {
        top: -41px;
        width: 89px;
        height: 83px;
    }
    .range3__product1_media {
        height: 217px;
    }
    .range3__product1 {
        top: -50px
    }
    .range3__product2_media {
        height: 211px;
    }
    .range3__product2 {
        top: -50px
    }
    .range3__product3_media {
        height: 178px;
    }
    .range3__product3 {
        top: -50px
    }
    .range3__product_bloc:before {
        width: 65px;
        height: 53px;
    }
}
@media (min-width: 769px) {
    .range3 .range__header {
        background: transparent url('../img/range3__hero.jpg') no-repeat top center/contain;
    }
    .range3__product_bloc {
        width: 32%;
        display: block;
    }
    .range3__product_bloc .range__product_media {
        width: 100%
    }
    .range3__product_bloc .range__product_content {
        width: 100%
    }
    .range3 .range__product {
        margin: 0 auto
    }
    .range3__product_bloc .range__product_subtitle {
        max-width: 100%
    }
    .range3 .range__products {
        margin-bottom: 5.875vw
    }
    .range3__product_bloc::after {
        top: -2.5625vw;
        width: 5.5625vw;
        height: 5.1875vw;
        right: 3%;
    }
    .range3 .range__hero {
        margin-bottom: 12.375vw
    }
    .range3__product1_media {
        height: 13.5625vw
    }
    .range3__product1 {
        top: -4.625vw;
        left: -1.125vw;
    }
    .range3__product2_media {
        height: 13.5625vw
    }
    .range3__product2 {
        top: -4.6875vw;
        left: -1vw;
    }
    .range3__product3_media {
        height: 13.5625vw
    }
    .range3__product3 {
        top: -4.625vw;
        left: -2px;
    }
    .range3__product_bloc .range__product_content {
        padding: 1.3756vw 4.0625vw 3.8125vw 4.4375vw;
    }
    .range3__product_bloc:before {
        width: 4.0625vw;
        height: 3.3125;
        bottom: 0.875vw;
        right: 1.8125vw;
    }
}
@media (min-width: 1600px) {
    .range3 .range__products {
        margin-bottom: 94px
    }
    .range3__product_bloc::after {
        top: -41px;
        width: 89px;
        height: 83px;
        right: 3%;
    }
    .range3 .range__hero {
        margin-bottom: 198px
    }
    .range3__product1_media {
        height: 217px
    }
    .range3__product1 {
        top: -74px;
        left: -18px;
    }
    .range3__product2_media {
        height: 217px
    }
    .range3__product2 {
        top: -75px;
        left: -16px;
    }
    .range3__product3_media {
        height: 217px
    }
    .range3__product3 {
        top: -74px;
        left: -2px;
    }
    .range3__product_bloc .range__product_content {
        padding: 22px 65px 61px 71px;
    }
    .range3__product_bloc:before {
        width: 65px;
        height: 53px;
        bottom: 14px;
        right: 29px;
    }
}

/** Range 4 **/

.range4 .range__header {
    background: transparent url('../img/range4__hero-m.jpg') no-repeat top center/contain;
}
.range4__product_bloc {
    color: #35B3B4;
    background: #E8F2F0;
}
.range4__product_bloc .range__product_btn {
    background: #35B3B4;
    border-color: #35B3B4;
}
.range4__product_bloc .range__product_btn:hover {
    background: #E8F2F0;
}
.range4__product_bloc .range__product_btn:hover .range__product_btn_txt {
    color: #35B3B4;
}
.range4__product_bloc .range__product_btn:hover .range__product__logo {
    stroke: #35B3B4
}
.range4__product_bloc .range__product_ingredients {
    color: #A7B9CC;
}
.range4__product1_media {
    height: 87vw;
}
.range4__product1 {
    position: relative;
    top: -10.5vw;
    left: 6px;
    height: auto;
    width: 50%;
    max-width: 271px;
}
@media (min-width: 480px) {
    .range4__product1_media {
        height: 440px;
    }
    .range4__product1 {
        top: -50px;
        width: 220px;
    }
}
@media (min-width: 769px) {
    .range4 .range__header {
        background: transparent url('../img/range4__hero.jpg') no-repeat top center/contain;
    }
    .range4__product_bloc {
        width: 100%;
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
    }
    .range4__product1_media {
        height: 52.6vw;
    }
    .range4__product1 {
        width: 28.53vw;
        top: -6.3vw;
    }
    .range4 .range__product_content {
        padding: 4.21vw 7.89vw 0.42vw;
    }
    .range4 .range__product_subtitle {
        max-width: 37.37vw;
    }
    .range4 .range__product_ingredients {
        max-width: 40vw;
    }
}
@media (min-width: 950px) {
    
    .range4__product1_media {
        height: 500px;
    }
    .range4__product1 {
        width: 271px;
        top: -60px;
    }
    .range4 .range__product_content {
        padding: 42px 75px 42px 4px;
    }
    .range4 .range__product_subtitle {
        max-width: 355px;
    }
    .range4 .range__product_ingredients {
        max-width: 380px;
    }
}