* {
    box-sizing: border-box;
  }

  a {
    text-decoration: unset;
    color: unset;
  }
  body {
    width: 480px;
    margin: auto;
    font-family: 'Gilroy';
    color: #634417;
    font-size: 20px;
    background: #fff;
  }

section, header {
    position: relative;	
}

h1,h2,h3,h4,h5,p {
    margin:0;
    padding:0;
}

.button {
    background: url(../img/btn.webp) no-repeat center;
    background-size: 100% 100%;

    z-index: 2;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* filter: drop-shadow(0px 5px #B42723) drop-shadow(0px 20px 20px #BC363190); */
    box-shadow: 0px 20px 20px #BC363160;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    padding: 24.5px 48px;
}


.btn_fingerprint::before {
    content: url(../img/fingerprint.png);
    pointer-events: none;
    position: relative;
}

div.button {
    /* position: relative;
    margin: 0 auto;
    box-shadow: unset;
    display: flex; */
}

div.button::before {
    /* content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6px;
    background: #550E0E; */
}
div.button::after {
    /* content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 37px;
    background: linear-gradient(180deg, #FF0000 0%, #771414 100%);
    opacity: 0.8;
    filter: blur(40px); */
}

video {
    margin: 20px auto;
    border-radius: 20px;
	
}

img {display: block;}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li img {
    display: block;
}

.img_group {
    position: relative;
}

.sect1 {
    text-align: center;
}

.main_group {
    background: linear-gradient(180deg, #774F16 0%, #402D0E 100%);
    background: linear-gradient(273.18deg, #F8DACB 24.82%, #FADDCD 46.72%, #F9DFD4 68.35%);
    padding-bottom: 74px;
    color: white;
    position: relative;
    margin-top: -42px;
}

.main_title {
    position: absolute;
    top: 24px;
    text-align: center;
    left: 0;
    right: 0;
}

.main_title h1 {
    font-family: 'Road Radio Light';
    font-style: normal;
    font-weight: 300;
    font-size: 70px;
    line-height: 71px;
    color: #811818;
    background-color: #811818;
    background: -webkit-linear-gradient(305deg, #F4B0A9 0%, #811818 50%, #811818 60%, #F4B0A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    margin: auto;
    justify-content: center;
}

.main_title h2 {
    font-family: 'Road Radio Light';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 45px;
    color: #FFFFFF;
    padding: 11.5px 23.5px;
    background-color: #BF2521;
    background: -webkit-linear-gradient(315deg, #EC7969 0%, #BF2521 30%, #BF2521 70%, #EC7969 100%);
    /* background: radial-gradient(ellipse at top, #e66465, transparent), radial-gradient(ellipse at bottom, #4d9f0c, transparent); */
    /* background: radial-gradient(    farthest-corner at 40px 0px,    #f35 0%,    transparent 50%  ), radial-gradient(    farthest-corner at 80% 100%,    green 0%,    yellow 40%  ); */
    background: radial-gradient(    farthest-corner at 5px 0px,    #EC7969 0%,    transparent 50%  ), radial-gradient(    farthest-corner at 80% 100%,    #EC7969 0%,    #BF2521 40%  );
    border-radius: 5px;
    width: fit-content;
    /* max-width: calc(100% - 20px); */
    margin: 7px auto 0 ;
}
.main_title h1  + h2 {
    /* box-shadow: 0px 4px #A46D1D; */
    
}
.main_title h2 + div.day_night {
    margin: auto;
    margin-top: 45px;
    display: flex;
    justify-content: space-evenly;
    max-width: 395px;
    gap: 15px;
}
.main_title div.day_night>div {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: left;
    /* max-width: 195px; */
}
.main_title div.day_night span {
    font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;

color: #811818;
}

.img_result {
    position: absolute;
    right: 63px;
    top: 398px;
    min-width: 117px;
    background: #ec7471;
    padding: 9px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
}
.img_result i {
    font-size: 12px;position: relative;bottom: 2px;opacity: .5;margin-right: 3px;
}

.promo_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.promo_text .img_perc {

    /* filter: drop-shadow(0px 0px 15px #E21F1F); */
}
.promo_text span {
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    color: #811818;
}
.promo_text span strong {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #E21F1F;
}

.promo_price_group {margin-top: 24px;display: grid;grid-template-columns: 1fr 1fr;padding: 0 76px;}

.promo_price_group .price_old {
    font-weight: 600;
    font-size: 19.1667px;
    line-height: 23px;
    font-feature-settings: 'pnum' on, 'lnum' on;

    color: #dc3a3880;
    flex-direction: column;
    gap: 9.6px;
    margin: auto;
}
.promo_price_group .price_old .cut_price {
    font-weight: 600;
font-size: 23.9583px;
line-height: 34px;
font-feature-settings: 'pnum' on, 'lnum' on;
    position: relative;
    width: max-content;
    padding: 0 5px;
    
}
.promo_price_group .price_new {
    font-weight: 600;
    font-size: 23.0072px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    
    color: #811818;
}
.promo_price_group .price_new div {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.04em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    
    color: #E1312C;
}

.last_day {
    font-weight: 500;
    font-family: 'Gilroy';
font-size: 20px;
line-height: 24px;
font-feature-settings: 'pnum' on, 'lnum' on;
margin-top: 25px;
}

 .last_day span {
    color: #F4D27E;
}

.left_prod {
    text-align: center;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #670404;
}
.left_prod span {
color:#E1312C;
font-weight: 600;
}

.btn_between {
    position: relative;
}
.btn_between .button {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
}

h3 {
    font-family: 'Road Radio Light';

}
.sect2 {
    /* background: linear-gradient(180deg, #fbfbfb 0%, #efefef 430px); */
    /* padding-top: 40px; */
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 110px;
}

.sect2 .title {
    margin-top: 40px;
}

.sect2 .title h3,.sect6 .title h3  {
    font-family: 'Road Radio Light';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #B43131;
}
.sect2 .title .subtitle, .sect6 .title .subtitle {
    font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
text-align: center;
color: #670404;
margin-top: 35px;
padding: 0 60px;
}

.sect2 .text {
    padding: 12px 43px;
    width: 357.18px;
    min-height: 77.46px;
    background: #F9E7DE;
    border-radius: 3px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #670404;
    margin: auto;
}

.sect2 .text span {
    color: #B43131
    
}

.sect2 .video_group  {
    margin-top: 35px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #F2C1A9;
}

.sect2 .video_group>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sect2 .video_group video {
    width: 370px;
    filter: drop-shadow(0px 36px 60px rgba(191, 37, 33, 0.2));
border-radius: 10px;
margin: 20px  auto 0;
}

.sect2 .char_group {margin-top: 51px;}
.sect2 ul.char {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px;
    width: max-content;
    margin: auto;
}

.sect2 ul.char li {
    display: grid;
    grid-template-rows: 87px auto;
    justify-items: center;
    max-width: 140px;
    background: #FFEFE8;
    box-shadow: 0px 12px 17px rgba(157, 121, 105, 0.15);
    border-radius: 5px;
    margin: auto;
    padding: 10px 13px;
    min-width: 138px;
    min-height: 148px;
    height: 100%;
}
.sect2 ul.char li img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    object-fit: none;
}
.sect2 ul.char li p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #670404;
}

.sect2 .bg_floating {
    position: absolute;
    left: -120px;
    top: -20px;
    width: 123.56px;
    height: 577.92px;
    background: #EC7471;
    opacity: 0.2;
    filter: blur(50px);
    transform: rotate(53.57deg);
    z-index: -1;
}
.sect2 .bg_floating1 {
    position: absolute;
    width: 123.56px;
    height: 577.92px;
    right: -150px;
    bottom: -330px;
    background: #EC7471;
    opacity: 0.2;
    filter: blur(50px);
    transform: matrix(-0.59, 0.8, 0.8, 0.59, 0, 0);
    z-index: -1;
}






.sect3 {
    padding-bottom: 86px;
}
.sect3 .verified {
    display: flex;
    gap: 7px;
    align-items:center;
    font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 21px;

text-align: center;

color: #BF2521;
}
.sect3 .mySwiper  {
padding: 0px 60px;

}

.sect3 .mySwiper .review_card {
    padding: 28px 41px 36px;
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    text-align: center;
    color: white;
    min-height: 500px;
    width: 350px;
    background: linear-gradient(264.57deg, #FFD5CF 3.91%, #F69C8F 52.12%, #FFD5CF 95.16%);
    box-shadow: 0px 12px 17px rgba(157, 121, 105, 0.15);
    border-radius: 5px;
}

.mySwiper .review_card .person img {
    margin: auto;
}
.mySwiper .review_card .person .name {
    margin-top: 15px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
/* identical to box height */
    text-align: center;
    color: #670404;
}
.mySwiper .review_card .stars_rev {
    display: flex;
    gap: 7px;
    margin-top: 5px;
}
.mySwiper .review_card .stars_rev img {
    width: 23px;
    height: 23px;
}

.mySwiper .review_card p {
    margin-top: 28px;
    
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #670404;
}

.mySwiper .review_card .date {
    font-weight: 600;
font-size: 15px;
line-height: 28px;
text-align: center;
letter-spacing: 0.04em;
color: hsla(0, 0%, 100%, 0.3);
position: absolute;
bottom:30px;
left: 0;
right: 0;
}

.swiper-slide {
    height: auto!important;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: 1s;
}
.swiper-slide:not(.swiper-slide-active) {
    /* opacity: .3; */
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: unset;
    margin-top: 31px;
    gap: 10px;
}

.swiper-pagination-bullet {
    width: 16.63px;
    height: 16.63px;
    opacity: 0.3;
    border: 2px solid #670404;
    background: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21.5px;
    height: 21.5px;
    box-sizing: initial;
    background: #E1312C;
    opacity: unset;
    border: unset;
}

.sect3 a.button {
    margin-top: 50px;
    font-size: 16px;
    /* padding: 28px 22px; */
    padding: unset;
    width: 346px;
    letter-spacing: 2px;
}
.sect3 a.button::after {
    content: unset;
}

.sect4 {
    background: #F9E7DE;
    padding-top: 55.5px;
    padding-bottom: 125px;
}

.sect4 h3 {
    font-family: 'Road Radio Light';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #B43131;
    padding:0 30px ;
}


.sect4 .subtitle, .sect5 .subtitle {
    font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
text-align: center;
color: #670404;
margin-top: 35px;
padding:0 30px ;
}

.sect4 .main_benef  {
    text-align: center;
    /* margin-top: 42px; */
}
.sect4 .main_benef .benef  {
    position: relative;
color: #670404;
margin-top: 42px;
}
.sect4 .main_benef .benef img  {
    /*filter: drop-shadow(0px 36px 60px rgba(191, 37, 33, 0.2));*/
    border-radius: 10px;
    width: 370px;
    margin: auto;
	box-shadow: 0 0 45px 28px #f3a7a045;
	
}
.sect4 .main_benef .benef div  {
    position: relative;
    top: -35px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    padding: 12.5px 33px;
    background: #F3A7A0;
box-shadow: 0px 20px 60px rgba(191, 37, 33, 0.2);
border-radius: 5px;
min-width: 292px;
width: fit-content;
margin: auto;
}
.sect4 .main_benef .benef p  {
    max-width: 338px;
    margin: auto;
    font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
}

.sect4 .main_benef .benef video {
	width: 370px;
    /*filter: drop-shadow(0px 36px 60px rgba(191, 37, 33, 0.2)); */
    border-radius: 10px;
    margin: 20px auto 0;
	box-shadow: 0 0 45px 28px #f3a7a045;
	
}


.sect5 {
    /* background: #f2f2f2 url(../img/sect5_bg.webp) bottom no-repeat; */
    /* background: radial-gradient( farthest-corner at 48% 500px, #FEEBE2 32px, #FCD7C4 70px,red ); */
    padding-top: 80px;
    background: #FCD7C4;
    overflow: hidden;
}

.sect5 .spot_bg {
    position: absolute;
    width: 298.24px;
    height: 577.92px;
    background: #FFFFFF;
    opacity: 0.5;
    filter: blur(50px);
    transform: rotate(-40.49deg);
    z-index: 0;
    right: 70px;
    top: 200px;
}
.sect5 .spot_bg1 {
    width: 123.56px;
    height: 577.92px;
    background: #FFFFFF;
    opacity: 0.5;
    filter: blur(50px);
    transform: rotate(53.57deg);
    z-index: 0;
    left: -20px;
    top: 860px;
    position: absolute;
    z-index: 1;
}

.sect5 .title_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    z-index: 2;
    position: relative;
}
.sect5 .title_group h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 121.235px;
    line-height: 122px;
    text-align: center;
    text-transform: uppercase;
    
    color: #B43131;
}
.sect5 .title_group h3 span {
    font-size: 55px;
}
.sect5 .title_group p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px ;
    color: #670404;
}
.sect5 .subtitle {margin-top: 20px;z-index: 2;position: relative;}

.sect5 .use_grpup {
    position: relative;
}
.sect5 .use_group  .use_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #BF2521;
    gap: 10px;
    position: relative;
    z-index: 2;
}
.sect5 .use_group .use_time {
    position: relative;
    padding: 60px 0;
}
.sect5 .use_group .use_desc {
    display: flex;
    justify-content: center;
    padding: 0 36.5px;
    gap: 10px;
    margin-top: 29.5px;
    z-index: 2;
    position: relative;
}
.sect5 .use_group .use_desc h4 {
    margin-top: 10px;
    font-weight: 600;
font-size: 22px;
line-height: 27px;
color: #811818;
}
.sect5 .use_group .use_desc p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    
    color: #811818;
}
.sect5 .use_group .use_time .sun_bg {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.sect5 .use_group .use_time .moon_bg {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.sect5 .use_group .lipstick {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #EC7969;
    box-shadow: 0px 20px 60px rgba(191, 37, 33, 0.2);
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: 327px;
    margin: auto;
    position: absolute;
    top: 1100px;
    z-index: 3;
    left: 0;
    right: 0;
    padding: 15px 20px 15px 15px;
}

.sect5 a.button {
    margin-top: 80px;
}
.sect5 .left_prod {
    margin-top: 30px;
    font-weight: 500;
font-size: 18px;
line-height: 22px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #FFFFFF;
}

.sect6 {
    background-color: #FCD7C4;
    padding-top: 55px;
    padding-bottom: 115px;
    text-align: center;
    overflow: hidden;
    z-index: -2;
}
.sect6 .bg_floating {
    position: absolute;
    right: -110px;
    top: 175.23px;
    width: 123.56px;
    height: 577.92px;
    background: #FFFFFF;
    opacity: 0.8;
    filter: blur(50px);
    transform: matrix(-0.59, 0.8, 0.8, 0.59, 0, 0);
    z-index: 0;
}


.sect6 .title .subtitle {
    margin-top: 35px;
    padding: 0 75px;
}
.sect6 .ingr_group {
margin-top: 80px;
}
.sect6 .ingr_group .ingr {
    background: #F9E7DE;
box-shadow: 0px 27px 60px rgba(191, 37, 33, 0.1);
border-radius: 10px;
    position: relative;
    width: 351px;
    margin: 60px auto 0;
}
.sect6 .ingr_group .ingr .shadow_box{
    width: 350.87px;
height: 187.92px;
top: 0px;
position: absolute;
background: #D9D9D9;
box-shadow: 0px 36px 60px rgba(191, 37, 33, 0.2);
border-radius: 10px 10px 0px 0px;
z-index: -1;
}
.sect6 .ingr_group .ingr div {
    padding:20px 16.5px;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #670404;
    background: #F3A7A0;
    box-shadow: 0px 20px 60px rgba(191, 37, 33, 0.2);
    border-radius: 5px;
    width: 195px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
}
.sect6 .ingr_group .ingr p {
    padding:20px 16.5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    
    text-align: center;
    
    color: #670404;
}
.sect7 {
    padding-top: 50px;
    padding-bottom: 74px;
    text-align: center;
}
.sect7 h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #B43131;
    padding: 0 57px;
}
.sect7 .subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-top: 42px;
    color: #E1312C;
}
.sect7 .subtitle span {
    color: #F8A328;
}
.sect7 .subtitle img {
    display: inline;
}

.sect7 .revSwiper{
margin-top: 42px;
padding: 0px 60px;
height: 100%;
}
.sect7 .revSwiper .swiper-slide {
    height: auto !important;
    text-align: center;
    }

.sect7 .revSwiper .review_card {
    max-width: 364px;
    min-height: 655px;
    padding: 44px 49px 30px;
    background: linear-gradient(264.57deg, #FFD5CF 3.91%, #F69C8F 52.12%, #FFD5CF 95.16%);
    border-radius: 15px;
    color: #670404;
    height: 100%;
}
.sect7 .revSwiper .review_card .person {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}
.sect7 .revSwiper .review_card .person .name {
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    line-height: 37px;
}
.sect7 .revSwiper .review_card .person .stars_rev {
 display: flex;
 gap: 3.91;
 margin-top: 4px;
}
.sect7 .revSwiper .review_card .person .stars_rev img {
    width: 22.7px;
    height: 22.7px;

}
.sect7 .revSwiper .review_card .person .years {
 margin-top: 12px;
 font-weight: 600;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.04em;
}

.sect7 .revSwiper .review_card .review_photo {
 margin-top: 31px;
 border-radius: 15px;
}
.sect7 .revSwiper .review_card .review_photo + p {
 margin-top: 35px;
 font-weight: 600;
 font-size: 18px;
 line-height: 22px;
 text-align: center;
}


.sect7 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 40px;
} 


.sect8 {
    background: url(../img/sect8_bg.webp) no-repeat;
    padding: 60px 0 70px;
    background: #FCD7C4;
    overflow: hidden;
}

.sect8 .bg_floating {
    position: absolute;
    width: 123.56px;
    height: 884.3px;
    top: -146.52px;
    right: -150px;
    background: #FFFFFF;
    opacity: 0.5;
    filter: blur(50px);
    transform: matrix(-0.59, 0.8, 0.8, 0.59, 0, 0);
}
.sect8 .bg_floating1 {
    position: absolute;
    width: 123.56px;
    height: 884.3px;
    left: -241.56px;
    top: 152.96px;
    background: #FFFFFF;
    opacity: 0.5;
    filter: blur(50px);
    transform: rotate(53.57deg);
}


.sect8 h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #B43131;
}
.sect8 .how_order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 74px;
    align-items: baseline;
    padding: 0 30px;
    color: #B43131;
}

.sect8 .order_step {
    display: grid;
    justify-items: center;
    gap: 9px;
    text-align: center;
}

.sect8 .order_step span {
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
    font-size: 28.8825px;
line-height: 35px;
color: #B43131;
}

.sect8 .order_step p {
    font-weight: 600;
    font-size: 19.26px;
    line-height: 23px;
    color: #C16565;
}



#order_form .tap_text {font-family: 'Road Radio Regular';font-weight: 700;font-size: 35px;line-height: 35px;text-align: center;text-transform: uppercase;color: #B43131;padding:0 50px;margin-top: 35px;}

#order_form .promo_price_group > p {
    color: #727272;
  }
#order_form .promo_price_group > p span {
    color: #f20b0b;
  }

#order_form .main_group  {
padding-bottom: 40px;
}
#order_form form  {
margin-top: 60px;
z-index: 2;
    position: relative;
}
.form-tit{
	font-size: 20px;
    margin: 25px 0 10px;
    font-weight: 500;
    color: #8f8f8f;
}
#order_form form .text_box {
    background: #BF2521;
    box-shadow: 0px 20px 60px rgba(191, 37, 33, 0.2);
    border-radius: 5px;
    width: 380px;
    margin: auto;
    padding: 8px 29px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 35px;
}
#order_form form .pick_offer  {
display: grid;;
grid-template-columns: 1fr 1fr;
}
#order_form form label  {
    position: relative;
    width: 208px;
    height: 381px;
    display: block;
    margin: auto;
    background: #FABB9C;
    border-radius: 10px;
}
#order_form form label::after  {
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    box-shadow: inset 0px 4px 10px rgb(79 97 78);
    display: block;
    left: 5px;
    top: -18px;
    background: white;
}
#order_form form label.active::after  {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 270 270' version='1.1' width='23' height='18'%3E%3Cpath d='M 30,180 90,240 240,30' style='stroke: %23fff;stroke-width:30;fill:none;width: 20px;height: 20px;'/%3E%3C/svg%3E");
    background: #599D42;
    box-shadow: inset 0px 4px 10px rgb(79 97 78), 0 0 15px #127f1d;
    font-size: 25px;
    line-height: 40px;
}

#order_form form label.active {
    /* border: 2px solid #BF2521; */
    box-shadow: 0 0 0 2px #BF2521;

}

#order_form form label .radio_group {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #670404;
    background: white;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px;
}

#order_form form label .radio_group input {
    filter: sepia(1) ;
    margin: 0;
    padding: 0;
    margin-top: -1px;
    opacity: 0;
    position: absolute;
    z-index: -2;
}
#order_form form label .radio_group .percent {color: #E1312C;}
#order_form form label .radio_group p {color: #EC7471;}


#order_form form label img  {
    /* height:100% */
    display: block;
    filter: drop-shadow(0px 0px 30px white);
    margin: auto;
    margin-top: 14px;
}
#order_form form label .pick_txt  {
    position: absolute;
    right: 40px;
    top: 12px;
    max-width: 170px;
    /* pointer-events: none; */
    text-align: center;
}
#order_form form label:last-of-type .pick_txt  {
    max-width: unset;
    right: 20px;
}
#order_form form label .pick_txt>p  {
    margin-top: 32px;
    font-weight: 500;
font-size: 30px;
line-height: 37px;
text-align: center;
color: #FFFFFF;
}
#order_form form label:not(:first-of-type) .pick_txt>p  {
    margin-top: 5px;
}
#order_form form label .pick_txt .qty_mult {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}
#order_form form label .pick_txt .qty_mult + div:not(.price) {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 18px;
}


#order_form form label .pick_txt div:not(.qty_mult) + .price {
margin-top: 8px;
}
#order_form form label:last-of-type .pick_txt div:not(.qty_mult) + .price {
margin-top: 19px;
}
#order_form form label .pick_txt .price {
margin-top: 36px;
}
#order_form form label .pick_txt .price div {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    
    color: #4A310D;

}
#order_form form label .pick_txt .price span.cut_price {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    
    color: #4A310D50;
    
    margin-top: 11px;
}
#order_form form label  .price .cut_price::before {
    bottom: 7px;
    /* background:#75501A; */
}
/* == */
#order_form form label .price .new_price {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    
    color: #E1312C;
    
}
#order_form form label .price .cut_price {
    font-weight: 500;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #DB3A36;
opacity: 0.5;
max-width: fit-content;
margin: auto;
margin-top: 20px;
}
#order_form form label .price .save {
    font-weight: 600;
font-size: 15px;
line-height: 18px;
text-align: center;
text-decoration-line: underline;
margin-top: 20px;
color: #BF2521;
}
#order_form form label[for="qty2"] .price .new_price {
    color: #FFFFFF;
}
#order_form form label[for="qty2"] .price .cut_price {
    color: #FFFFFF;
}
#order_form form label[for="qty2"] .price .cut_price::before {
    background:white;
}

#order_form form label[for="qty2"] .price .save {
    color: #FFFFFF;
}

#order_form form .form_title {
    letter-spacing: 0.04em;
    margin-top: 56px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #B43131;
    font-family: 'Road Radio Regular';
}



#order_form form input:not([type="radio"]), textarea {
    width:100%;
    display: block;
    background: #F9F9F9;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
padding: 20px 30px;
margin-bottom: 20px;
outline: unset;
/* color:#fff; */
border: unset;
font-family: 'Gilroy';
border-color: unset;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 31px;
}


#order_form form .input_wrapper {
    padding: 0 55px;
    margin-top: 48px;

}
#order_form form .input_wrapper input:not(:placeholder-shown), {
font-weight: 500;
font-size: 25px;
line-height: 30px;
color: #444;
  }
#order_form form .input_wrapper input::placeholder,  ::placeholder {
color: #C8C0C1;
color: #BF252180;

}
#order_form form .input_wrapper input:placeholder-shown, textarea:placeholder-shown {
    border-color: unset;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #BF2521;
  }
  
#order_form form button {
outline: none;
color: white;
border:unset;
/* width: 100%; */
margin-top: 48px;
}
#order_form .left_prod {
    font-weight: 500;
text-align: center;
margin-top: 25px;
color:#fff;
font-size: 18px;
line-height: 22px;
}
#order_form .left_prod  span {
    /* color:#F5BE3C; */
}

.cut_price {
    position: relative;
}
.cut_price::before {
    content: '';
    background: #dc3a38b3;
    height: 2px;
    width: 100%;
    transform: rotate(-10deg);
    position: absolute;
    bottom: 14px;
    left: 1px;
    right: 0;
}

footer {
    padding-top: 128px;
    /* background: url(../img/footer.webp) bottom no-repeat; */
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    position: relative;
    color: hsla(0, 0%, 100%, 0.3);
    z-index: 2;
    color: #BF2521;
    opacity: 0.4;
}


.scroll_down {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.49em;
    text-transform: uppercase;
    color: #EC7969;
    text-align: center;
    /* margin-top: 110px; */
}