* {
    box-sizing: border-box;
}

a {
    text-decoration: unset;
    color: unset;
}

body {
    width: 480px;
    margin: auto;
    font-family: 'Inter';
    font-size: 20px;
color: #000;
}

section,
header {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.grid-col-2x {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid-row-2x {
    display: grid;
    grid-template-rows: auto 1fr;
}

h2.title {
    padding: 0 32px;
font-size: 27px;
line-height: 36px;
text-align: center;

}
p.sect-text {
    padding: 0 32px;
font-weight: 500;
font-size: 18px;
line-height: 22px;
margin-top: 25px;
text-align: center;
}

h3 {
    padding: 0 32px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;

}

section > .content {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    /* bottom: 0  */
    /* inset: 0px; */

}

.button {
    z-index: 2;
    height: 84px;
    min-width: 320px;
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
font-size: 40px;
background: linear-gradient(152.61deg, #F97662 15.14%, #E3583B 148.1%);
box-shadow: 0px 4px 0px #A74F24;
border-radius: 20px;
    padding: 27px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}

.button span {
    transform: rotate(45deg);
    font-weight: 400;
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 5px;
}
video {
    margin: 20px auto;
    border-radius: 20px;
    display: block;
}

img {
    display: block;
}
img.gif {
    border-radius: 20px;
    margin: auto;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li img {
    display: block;
}

.img_group {
    position: relative;
}

.sect1 {
    text-align: center;
background: linear-gradient(180deg, #FFFFFF 0%, #FFFBFA 75.86%, #F6F3F3 100%);
    color: #967555;
    padding-top: 51px;
    padding-bottom: 60px;

}

.sect1 .main_title {
}

.sect1 .main_title h1 {
    /* margin-top: 50px; */
    padding: 0 32px;
font-size: 34px;
line-height: 48px;
text-transform: uppercase;
color: #000;
}
.sect1 .main_title h1 span {
    background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


.sect1 .main_title h2 {
    margin: 18px 90px  0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #967555;
}

.sect1 .img-group {
    position: relative;
}
.sect1 .img-group .main-benef {
    position: absolute;
    left: 32px;
    text-align: left;
    max-width: 120px;
    top: 39px;
    gap: 45px;
}
.sect1 .img-group .main-benef p {
    margin-top: 10px;
    font-weight: 500;
font-size: 16px;
line-height: 19px;
}


.sect1 .promo-group {
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 32px;
    color: #000000;
}

.sect1 .promo-group .left-side {
    text-align: left;
}
.sect1 .promo-group .left-side .promo-text {

font-size: 16px;
line-height: 19px;
max-width: 187px;
}

.sect1 .promo-group .left-side .promo-perc {
    display: flex;
    align-items: end;
    gap: 20px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 9px;
}

.sect1 .promo-group .left-side .promo-perc .img-perc {
    position: relative;
    top: 7px;
}

.sect1 .promo-group .left-side .promo-perc span {
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sect1 .promo-group .left-side .promo-perc span strong {
    font-size: 40px;
}

.sect1 .promo-group .right-side {
    text-align: right;
}

.sect1 .promo-group .right-side .promo-text {
    font-weight: 400;
    font-size: 16px;
    color:#252525BD;
    
}

.sect1 .promo-group .right-side .price-new {
    font-weight: 700;
    font-size: 27px;
    /* line-height: 40px; */
    margin-top: 15px;
}

.sect1 .promo-group .right-side .price-old {
    font-weight: 400;
    font-size: 20px;
    /* line-height: 30px; */
    /* margin-top: 10px; */
    color:#252525BD;
}


.sect1 .button {
    margin-top: 27px;
    font-size: 33px;
}

.left-prod {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
color: #979797;
    text-transform: uppercase;
    margin-top: 20px;
}
.left-prod span {
    /* color: #3D68BB; */
}

/* .btn_between {
    position: relative;
}

.btn_between .button {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
} */

.sect-bg {
    /* margin-top: -1px; */
    /* display: inline-block; */
}

.sect2 {
        overflow: hidden;
        background: linear-gradient(180deg, #F7F4F3 0%, #ECECEC 85.42%, #E6C0A5 100%);
    padding-top: 40px;
    padding-bottom: 60px;
}


.sect2 h2.title {
    padding: 0 42px;
background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
text-transform: uppercase;
}
.sect2 h2.title span {
    text-transform: uppercase;
}

.sect2 .img-group {
position: relative;
margin-top: 38px;
}
.sect2 .img-group .text-group {
    margin-top: 16px;
    position: relative;
    height: 432px;
    width: 240px;
    margin-left: auto;
    /* background: linear-gradient(-2.27deg, rgba(255, 255, 255, 0) -5.17%, #FFFFFF 95.35%); */
    /* backdrop-filter: blur(25px); */
        background: linear-gradient(-2.27deg, rgba(255, 255, 255, 0) -5.17%, #FFFFFF 55.35%);
    border-radius: 20px 0 0 20px ;
        padding: 0px 42px 0 17px;
}
.sect2 .img-group .text-group h4 {
font-style: italic;
font-size: 20px;
line-height: 24px;

/* eww */

background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.sect2 .img-group .text-group p {
    font-size: 16px;
line-height: 19px;
margin-top: 22px;
}
.sect2 .img-group .floating {
position: relative;
left: -30px;
top: -20px;
}
.sect2 .img-group .img-content {
position: absolute;
left: 0;
z-index: 0;
mix-blend-mode: multiply;
margin: 0;
}

.sect2 .img-group2 {
margin-top: -115px;
}
.sect2 .img-group2 .text-group {
    position: absolute;
    left: 0;
    top: 30px;
    /* margin-top: 30px; */
width: 265px;
height: 238px;
    margin-left: unset;
    margin-right: auto;
    border-radius: 0px 20px 20px 0px;
        padding: 38px 35px 30px 33px;
}
.sect2 .img-group2 .text-group h4 {
background: linear-gradient(97.79deg, #A9782F 18.15%, #F9BD62 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.sect2 .img-group2 .img-content {
    position: relative;
    mix-blend-mode: unset;
}
.sect2 .img-group2 .floating {
    position: absolute;
    left: 0;
    top: -130px;
}

.sect2 .img-group3 {
    margin-top: 72px;
}
.sect2 .img-group3 h3 {
font-size: 24px;
line-height: 29px;
text-align: center;

color: #000000;
}
.sect2 .img-group3 h3 span {
background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.sect2 .img-group3 video {
    margin-top: 29px;
}

.sect2 .gif {
    display: block;
}
.sect2 .sect-text {
    margin-top: 28;
    padding: 0 50px;
}
.sect2 video + .sect-text {
    margin-top: 42px;
    padding: 0 32px;

}
.sect2 video  + .sect-text strong {
    font-weight: 700;
font-size: 24px;
line-height: 25px;
}
.sect2 .differ {
    margin: 402px 35px 0;
font-weight: 700;
font-size: 30px;
text-align: left;
text-transform: uppercase;
text-shadow: 0px 0px 50px #AD00FF;
}
.sect2 .gift {
    /* min-height: 149px; */
    margin: 32px 17px 0;
    background: linear-gradient(92.44deg, #23225E 9.87%, #150E29 105.5%);
box-shadow: 0px 4px 50px #1F264B;
border-radius: 8px;
overflow: hidden;
align-items:center;
}
.sect2 .gift .text {
    font-size: 16px;
line-height: 19px;
text-transform: lowercase;
}
.sect2 .gift .text p + p  {
    margin-top: 10px;
}
.sect2 .gift .text p span  {
    text-transform: uppercase;
}



.sect3 {
    text-align: center;

}
.sect3 h2.title {
margin-top: 37px;
text-transform: uppercase;
font-size: 24px;
}
.sect3 h2.title span {
background: linear-gradient(176deg, #F84B4C 16.02%, #daa899 78.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.sect3 .img-circles {
    position: absolute;
    top: 170px;
    display: grid;
    grid-template-columns: 202px 202px;
    gap: 237px 72px;
}
.sect3 .img-text {
    position: relative;
}
.sect3 .img-text > div {
    position: absolute;
    font-weight: 500;
    font-size: 15px;
line-height: 19px;
max-width: 195px;

}
.sect3 .img-text > div strong {
background: linear-gradient(154.44deg, #F84B4C 16.02%, #E6C3A5 78.43%);
background: linear-gradient(154.44deg, #F84B4C 16.02%, #E6C3A5 148.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
text-transform: uppercase;
display: block;

}
.sect3 .img-text .text1 {
    position: absolute;
    top: 223px;
    left: 16px;
}
.sect3 .img-text .text2 {
    position: absolute;
    top: 225px;
    left: 290px;
}
.sect3 .img-text .text3 {
    position: absolute;
    top: 668px;
    left: 48px;
}
.sect3 .img-text .text4 {
    position: absolute;
    top: 665px;
    left: 305px;
}


.sect4  {
text-align: center;
/* padding-top: 57px; */
/* padding-bottom: 60px; */
}

.sect4 h2.title {
    padding: 0 49px;
margin-top: 57px;
text-transform: uppercase;

}
.sect4 h2.title span {
    background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}

.sect4 h3 {
    margin-top: 520px;
    font-size: 30px;
line-height: 36px;
}
.sect4 h3 span {
background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-style: italic;
    padding: 0 2px;
    margin: 0 -2px;
    
}
.sect4 h3 + p {
    margin-top: 20px;
    font-size: 20px;
line-height: 24px;
}
.sect4 .h3-2  {
    margin-top: 758px;
font-size: 30px;
line-height: 36px;
text-transform: uppercase;
}
.sect4 .h3-2 span {
text-transform: lowercase;

}

.sect4 .img-group {
    margin: 40px 32px 0;
    background: linear-gradient(-2.27deg, rgba(255, 255, 255, 0.62) -5.17%, #FFFFFF 95.35%);
border-radius: 20px;
padding: 17px 10px 12px ;

}
.sect4 .img-group img{
    margin: auto;
}
.sect4 .img-group p {
    font-weight: 500;
font-size: 15px;
line-height: 18px;
text-align: center;
margin-top: 9px;
}
.sect4 .where-use {
margin: 20px 32px 0;
gap: 20px;
grid-template-columns: 242px auto;
font-weight: 500;
font-size: 15px;
line-height: 18px;
}
.sect4 .where-use .place-group {
background: linear-gradient(-2.27deg, rgba(255, 255, 255, 0.62) -5.17%, #FFFFFF 95.35%);
border-radius: 20px;
gap: 25px;
padding: 14px 3px;
}
.sect4 .where-use .place-group .place img {
    margin: auto;
}
.sect4 .where-use .place-group .place p {
    margin-top: 8px;
}

.sect4 .button {
    margin-top: 54px;
}


.sect5 {
    
}

.sect5 h2.title {
    margin-top: 52px;
font-size: 35px;
line-height: 42px;
text-align: center;
text-transform: uppercase;

/* eww */

background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}

.sect5 .fabric {
    margin: 388px 32px 0;
    gap: 17px;
}
.sect5 .fabric .img-group  {
    position: relative;
}
.sect5 .fabric .img-group > div {
    position: absolute;
    inset: 0;
    text-align: center;
    top:130px;

    font-weight: 500;
font-size: 16px;
line-height: 19px;
}
.sect5 .fabric .img-group > div strong {
    background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
display: block;
}

.sect5 h3 {
    margin-top: 65px;
}
.sect5 table {
    width: 306px;
    margin:32px auto;
    background: linear-gradient(-2.27deg, rgba(255, 255, 255, 0.62) -5.17%, #FFFFFF 95.35%);
backdrop-filter: blur(7.5px);
    border-radius: 20px;
    overflow: hidden;
        border-collapse: collapse;
        text-transform: uppercase;
        font-weight: 500;
}
.sect5 table tbody tr {
            display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center
}
.sect5 table span {
        text-transform: lowercase;
}
.sect5 table tr:first-of-type {
background: linear-gradient(-16.9deg, #D0B7A0 39.11%, #E6C3A5 78.93%);
height: 46px;
border:unset;
outline:unset;
padding: 0;
color: white;
    font-weight: bold;
    margin-bottom:5px ;
}

.sect5 table tr + tr {
    background: #F7F7F7;
    height: 35px;
    margin-top: 9px;
    font-size: 18px;
}
.sect5 table tr th {
  /*  text-indent: 30px;
        text-align: left;*/
        font-size: 15px;
}
.sect5 table tr td {
    text-indent: 30px;
    display: block;
}
.sect5 table tr td:first-of-type {
    font-weight: bold;
}
.sect5 table tr:last-of-type {
    margin-bottom:14px ;
}


.sect6 {
    background: linear-gradient(180deg, #F7F4F3 0%, #ECECEC 100%);
    padding-top: 71px;
    padding-bottom: 74px;
}

.sect6 h2.title {
font-size: 350x;
line-height: 36px;
text-align: center;
text-transform: uppercase;

/* eww */

background: linear-gradient(97.79deg, #A9422F 18.15%, #F97662 75.16%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}

.sect6 .subtitle {
    padding: 0 60px;
    margin-top: 18px;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #000000;
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide.swiper-slide-active {
    /* padding-left: 55px; */
}

.sect6 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    position: relative;
bottom: unset;
    gap: 14px;
    justify-content: center;
    margin-top: 25px;
}

.sect6 .swiper-pagination-bullet {
width: 20px;
height: 20px;

background: #D6D6D6;

    opacity: 1;
    /* border: 1px solid #fff; */
}

.sect6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #F0725B;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}



.sect6 .revSwiper {
    margin-top: 50px;
    height: 100%;
}

.sect6 .revSwiper .swiper-slide {
    height: auto !important;
    text-align: center;
}

.sect6 .revSwiper .review_card {
        max-width: 350px;
    min-height: 649px;
    padding: 23px;
    color: #fff;
    height: 100%;
    margin: auto;
    
background: linear-gradient(154.44deg, #CFA688 16.02%, #E6C3A5 78.43%);
border-radius: 20px;
    text-align: initial;
}

.sect6 .revSwiper .review_card .person {
    display: flex;
    align-items: flex-end;
    text-align: left;
    justify-content: space-between;
    margin-top: 33px;
}

.sect6 .revSwiper .review_card .person .name {
font-weight: 600;
font-size: 20px;
line-height: 24px;
}
.sect6 .revSwiper .review_card .person .verified {
    font-weight: 400;
font-size: 16px;
line-height: 19px;
text-transform: capitalize;
margin-top: 7px;
    display: flex;
    gap: 8px;
}
.sect6 .revSwiper .review_card .person .date {
font-weight: 400;
font-size: 15px;
line-height: 18px;
opacity: 0.5;
}

.sect6 .revSwiper .review_card .person .stars_rev {
    display: flex;
    gap: 4.33px;
    margin-top: 4px;
}

.sect6 .revSwiper .review_card .person .stars_rev img {
width: 13px;
height: 13px;
}

.sect6 .revSwiper .review_card .review_photo {
    border-radius: 15px;
}

.sect6 .revSwiper .review_card  p {
    margin-top: 18px;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: black;
}




.sect7 {
background: linear-gradient(154.44deg, #CFA688 16.02%, #E6C3A5 78.43%);
    padding: 48px 32px 77px;
}

.sect7 h2 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.sect7 .how_order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 48px;
    align-items: baseline;
}

.sect7 .order_step {
    display: flex;
    gap: 9px;
background: #FFFFFF;
box-shadow: 0px 4px 0px #D8D8D8;
backdrop-filter: blur(260px);

border-radius: 20px;
    padding: 18px 13px;
    height: 100%;
    flex-direction: column;
        border: 1px solid #fff;
}

.sect7 .order_step span {
font-weight: 700;
font-size: 40px;
line-height: 48px;

background: linear-gradient(154.44deg, #F84B4C 16.02%, #E6C3A5 78.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.sect7 .order_step p {
font-weight: 500;
font-size: 16px;
line-height: 24px;
}

.sect1#order-form {
        padding-bottom: 170px;
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFBFA 75.86%, #FFFFFF 100%);
}
.sect1#order-form .form-group {
 margin: 0 31px;
 position: relative;
}
.sect1#order-form .form-group p {
    color: #FFFFFF;
 position: absolute;
 max-width: 330px;
    bottom: 24px;
 font-weight: 600;
font-size: 24px;
line-height: 29px;
text-align: center;
left: 0;
right: 0;
margin: auto;
}
.sect1#order-form .form-group p  strong {
font-style: italic;
font-weight: 900;
}

.qty-group {
    margin-top: 40px;
   
}
.qty-group .qty {
    width: 416px;
    background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(194, 194, 194, 0.48);
border-radius: 30px;
position: relative;
}
.qty-group .qty1 {
}
.qty-group .discount {
position: absolute;
bottom: 7px;
width: 158px;
text-align: center;
color: white;
font-weight: 700;
font-size: 14px;
line-height: 20px;
}
.qty-group .text-group {
    color: black;
    position: absolute;
    left: 175px;
    top: 0;
    text-align: left;
}
.qty-group .qty-text {
    margin-top: 13px;;
    font-weight: 700;
font-size: 20px;
line-height: 29px;
}
.qty-group .price-new {
    margin-top: 20px;;
    font-weight: 700;
font-size: 27px;
line-height: 29px;
}
.qty-group .price-old {
    margin-top: 2px;
    font-size: 18px;
line-height: 17px;
color: #6C6C6C;

}
.qty-group .price-off {
    margin-top: 25px;
    font-weight: 500;
font-size: 14px;
line-height: 17px;
text-decoration-line: underline;

color: #5DB902;
}
.qty-group .qty2 {
    margin-top: 18px;
}
.qty-group .qty.active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 15px;
    top: 15px;
    background: #F7745F;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 50px;
}
.qty-group .qty.active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 15px;
    top: 15px;
    background: #F7745F;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 50px;
}
.qty-group .qty.active::after {
    content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2222%22%20fill%3D%22none%22%20viewBox%3D%220%200%2027%2022%22%3E%3Cg%20filter%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23F7745F%22%20d%3D%22M10.56%2012.278%205.63%207.232a.687.687%200%200%200-.987%200L2.204%209.73a.727.727%200%200%200%200%201.011l4.928%205.046%202.934%203.004a.687.687%200%200%200%20.987%200l2.933-3.004%2010.81-11.069a.727.727%200%200%200%200-1.01l-2.44-2.499a.687.687%200%200%200-.987%200l-10.81%2011.069Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%2227%22%20height%3D%2222%22%20x%3D%220%22%20y%3D%220%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%221%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20mode%3D%22normal%22%20result%3D%22effect1_dropShadow_706_37%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_706_37%22%20mode%3D%22normal%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");

  width: 30px;
  height: 30px;
bottom: 8px;
right: 13px;
    position: absolute;
    background-repeat: no-repeat;
}
.qty-group .qty2.active {
    box-shadow: 0px 0px 18px 9px rgb(248 182 164 / 55%);
}

.pick-color {
    margin-top: 53px;
color: black;

}
.pick-color h3 {
font-size: 24px;
line-height: 29px;
}
.pick-color .color-select {
margin-top: 18px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
font-weight: 500;
font-size: 16px;
line-height: 19px;
gap: 32px;
}
.pick-color .color-select .text {
text-align: left;
    height: 34px;
    display: flex;
    align-items: center;
}
.pick-color .color-select .color {
    width: 127px;
    height: 34px;
    border: 1px solid rgba(53, 53, 53, 0.33);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #FFFFFF 0%, #FFFBFA 75.86%, #FFFFFF 100%);
border-radius: 8px;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
}
.pick-color .color-select .color.active {
background: #202020;
box-shadow: 0px 0px 20px #9D9D9D;
color: white;
font-weight: 800;
font-size: 16px;
line-height: 19px;
    border: unset;
}
.pick-color .color-select .color.clr2.active {
background: #E6C3A5;
box-shadow: 0px 0px 20px rgba(230, 195, 165, 0.44);
}
.pick-color .color-select + .color-select {
margin-top: 15px;
}
.pick-color .color-select.hidden {
    display: none;;
}

.pick-size {
margin-top: 50px;
color: #000;

}
.pick-size h3 {
font-size: 24px;
line-height: 29px;
}
.pick-size .size-select {
font-weight: 500;
font-size: 20px;
line-height: 24px;
gap: 10px;
justify-content: space-between;
margin-top: 31px;
}
.pick-size .size-select .size {
    padding: 13px;
    /* flex: 1; */
    width: 74px;
    border: 1px solid rgba(53, 53, 53, 0.33);
border-radius: 8px;
}
.pick-size .size-select .size:nth-child(3),
.pick-size .size-select .size:nth-child(4) {
;
}
.pick-size .size-select .size.active {
    background: linear-gradient(154.44deg, #F84B4C 16.02%, #EE9885 78.43%);
box-shadow: 0px 4px 20px rgba(211, 71, 11, 0.35);
color: #FFFFFF;
font-weight: 700;
border:unset;
}
.pick-size a {
    display: block;
font-size: 16px;
line-height: 19px;
text-decoration-line: underline;
color: #D3530B;
margin-top: 30px;
}

#order-form .form-title {
    font-weight: 700;
color: black;
    font-size: 26px;
    line-height: 29px;
    margin-top: 70px;
    margin-bottom: 15px;
}

#order-form form {
    margin-top: 33px;
    z-index: 2;
    position: relative;
    padding: 0 33px;
}

#order-form form input:not([type="radio"]) {
    width: 100%;
    display: block;
    padding: 26.5px 15px;
    margin-bottom: 11px;
    outline: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
text-transform: capitalize;
}


#order-form form button {
    outline: none;
    color: white;
    border: unset;
    /* width: 100%; */
    margin-top: 25px;
font-size: 40px;
}
#order-form form .left-prod {
    color: white;
}


.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 {
    position: absolute;
    padding: 20px 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
background: #EFEFEF;
min-height: 102px;
/* margin-top: 66px; */
}
footer a {
color: rgba(0, 0, 0, 0.48);

}
footer p {
color: rgba(95, 95, 95, 0.77);

}


.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; */
}

.titlesel {
    color: black;
        font-size: 21px;
        margin-bottom: 5px;
}
.input-block {
    margin-bottom: 18px;
}

.input-block input,
.m1-form__field {
    display: block;
    width: 100%;
    height: 80px;
    /* background: #F9F9F9; */
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 0 19px;
    font-size: 20px;
    color: #000;
    font-family: 'Inter';
}
textarea.m1-form__field {
        width: 100%;
    display: block;
    padding: 26.5px 15px;
    margin-bottom: 11px;
    outline: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    text-transform: capitalize;
}

.input-block_wrapp {
    display: flex;
    gap: 10px;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}