* {
    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;
    align-items: center;
}

.grid-col-2x {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-row-2x {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

h2.title{
    padding: 0 32px;
font-size: 35px;
line-height: 42px;
    text-align: center;
}

h2.title span ,
h2.title em {
font-weight: 300;
}

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: 35px;
line-height: 42px;
    text-align: center;
}

h3 span {
font-weight: 300;

}

section>.content {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    /* bottom: 0  */
    /* inset: 0px; */

}

.button {
    z-index: 2;
    height: 80px;
    min-width: 277px;
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
font-size: 25px;
background: linear-gradient(180deg, #FF0099 0%, #B6144E 100%);
border-radius: 20px;
    padding: 21px;
    color: #fff;
}

.button span {
    transform: rotate(45deg);
    font-weight: 400;
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.left-prod {
    text-align: center;
    /* font-weight: 500; */
font-size: 16px;
line-height: 19px;
color: rgba(0, 0, 0, 0.48);

    text-transform: uppercase;
    margin-top: 20px;
}

.left-prod span {

color: #4273D4;

}

video {
    margin: 20px auto 0;
    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;
}

.sect1 .main_title {}

.sect1 .main_title h1 {
        line-height: 1;
    margin-top: 30px;
    padding: 0 52px;
font-weight: 800;
font-size: 43px;
/* line-height: 48px; */
    /* text-transform: uppercase; */
}

.sect1 .main_title h1 em {
font-weight: 500;
}
.sect1 .main_title h1 span {
font-weight: 300;
font-size: 26px;
line-height: 36px;
    text-transform: lowercase;
}

.sect1 .main_title h2 {
    margin-top: 32px;
    padding: 0 32px;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
}

.sect1 .main-benef {    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin:35px 18px 0;
    /* gap: 40px; */
    color: #000;
    background: #FFFFFF;
border-radius: 5px;
}
.sect1 .main-benef .benef {
    display: grid;
        align-items: center;
    justify-items: center;
    grid-template-rows: 52px auto ;
    padding:0px 17px;
    background: #FFFFFF;
    border-radius: 8px;
font-weight: 500;
font-size: 14px;
line-height: 17px;
font-style: italic;
}
.sect1 .main-benef div {
    margin-top: 5px;
}
.sect1 .main-benef div em {
/* font-style: italic; */
font-weight: 600;
font-size: 14px;
line-height: 17px;
}

.sect1 .promo-group {
    margin-top: 500px;
    font-weight: 400;
font-size: 16px;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    padding: 0 32px;
}

.sect1 .promo-group .left-side {
    text-align: left;
}
.sect1 .promo-group .left-side .promo-text {
    background: linear-gradient(129.4deg, #FFA722 27.45%, #DD6928 75.19%);
    border-radius: 8px;
    padding: 2px 10px 2px;
    
    width: fit-content;

    display: flex;
    gap: 8px;
    align-items: center;

    font-weight: 700;
font-size: 16px;
text-transform: uppercase;
    color: white;
}

.sect1 .promo-group .left-side .promo-perc {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.sect1 .promo-group .left-side .promo-perc .img-perc {
    position: relative;
    top: -7px;
}

.sect1 .promo-group .left-side .promo-perc span {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sect1 .promo-group .left-side .promo-perc span strong {
    font-size: 40px;
}
.sect1 .promo-group .left-side .cost {
    /* justify-content: flex-start; */
    margin-top: 14px;
    gap: 8px;
}
.sect1 .promo-group .left-side .cost .price-new {
    font-size: 30px;
    font-weight: 700;
}
.sect1 .promo-group .left-side .cost .price-old {
font-size: 18px;
color: rgba(0, 0, 0, 0.53);

}

.sect1 .promo-group .right-side {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sect1 .promo-group .right-side .promo-text {
    text-align: center;
    max-width: 192px;
font-style: italic;
font-weight: 700;
font-size: 14px;
line-height: 17px;
}
.sect1 .promo-group .right-side .promo-text span {
color: #FF005C;
}

.sect1 .promo-group .right-side .img-group {
    align-items: flex-end;
}
.sect1 .promo-group .right-side .img-group div {
    font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #FF005C;
position: relative;
    bottom: 2px;
}
.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: rgba(255, 255, 255, 0.74);
}

.sect1 .review-preview {
    
    text-align:left;
margin: 28px 32px 0;
padding: 20px 21px;
display: flex;
justify-content: space-between;
align-items: center;

/* width: 416px; */
background: #FFFFFF;
border-radius: 5px;
filter: drop-shadow(0px 2px 10px #E8E8E8);
}
.sect1 .review-preview .title {
    font-family: Modern Antiqua;
font-weight: 500;
font-size: 24px;
line-height: 27px;

color: #3A1986;

}
.sect1 .review-preview .reviewed {
gap: 14px;
}
.sect1 .review-preview .reviewed .stars_rev {
gap: 2px;
}
.sect1 .review-preview .reviewed .count {
    color: #000;
font-size: 14px;
line-height: 17px;
}

.sect1 .button {
    margin-top: 38px;
}

/* .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; */
    /* padding: 56px 0 63px; */
}


.sect2 h2.title {
    margin-top: 56px;
}

.sect2 h2.title em {
    display: block;
    border-bottom: 2px dashed #5279DE;
        width: fit-content;
        max-width: 100%;
    margin: auto;
        /* margin-top: 49px; */
}

.sect2 video {
    border-radius: 8px;
    margin-top: 32px;

}

.sect2 .gif {
    display: block;
}

.sect2 h3 {
    text-transform: uppercase;
    margin-top: 77px;
}
.sect2 .benefits {
    margin-top: 41px;
    width: 223px;
    margin-left: 35px;
    text-align: center;
    padding: 20px 17px 25px;
    background: #FFFFFF;
border-radius: 5px;
}
.sect2 .benefits .benef + .benef {
    margin-top: 15px;
}
.sect2 .benefits .benef img {
        margin: auto;
        filter: drop-shadow(0px 2px 10px #CBCBCB);
}
.sect2 .benefits .benef p {
    margin-top: 5px;
    font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 17px;
}
.sect2 .benefits .benef p strong {
color: #8DBF00;
}




.sect3 {
    text-align: center;
    padding: 66px 0 0px;
}

.sect3 h2.title {
    /* margin-top: 56px; */
    padding: 0 45px;
}
.sect3 h2.title em {
font-weight: 600;
font-size: 32px;
line-height: 39px;
color: #000000;
}

.sect3 video {
    border-radius: 8px;
    margin-top: 53px;
    filter: drop-shadow(0px 2px 10px #CBCBCB);
}

.sect3 .img-group {
margin-top: 73px;
position: relative;
}
.sect3 .img-group h3 {
    position: absolute;
}
.sect3 .img-group .img-text {
    position: absolute;
    left: 206px;
    right: 32px;
    top: 163px;
    text-align: left;
}
.sect3 .img-group .img-text h4 {
    font-size: 18px;
line-height: 22px;
}
.sect3 .img-group .img-text h4 span {
    font-style: italic;
font-weight: 600;
color: #FF005C;
}
.sect3 .img-group .img-text p {
    margin-top: 12px;
font-weight: 300;
font-size: 18px;
line-height: 22px;
}

.sect3 .button {
    margin-top: 48px;
}
.sect3 .left-prod {
    color: rgba(0, 0, 0, 0.48);
}

.sect4 {
    text-align: center;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    color: #FFFFFF;
}

.sect4 h2.title {
    margin-top: 56px;

}

.sect4 h2.title em {
color: #FFFFFF;
font-weight: 600;
}

.sect4 .ingridients {
padding: 0 32px;
margin-top: 27px;
}
.sect4 .ingridients .ingr {
background: rgba(255, 255, 255, 0.21);
border-radius: 5px;
padding: 5px;
gap: 26px;
min-height: 94px;
}
.sect4 .ingridients .ingr + .ingr {
margin-top: 5px;
}
.sect4 .ingridients .ingr .text {
    width: 265px;
    text-align: left;
}
.sect4 .ingridients .ingr .text h4 {
font-style: italic;
font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.sect4 .ingridients .ingr .text p {
    margin-top: 3px;
font-style: italic;
font-size: 14px;
line-height: 17px;
}

.sect4 .button {
    margin-top: 274px;
}
.sect4 .left-prod {
color: rgba(255, 255, 255, 0.89);
}



.sect5 {
    padding: 57px 0px 71px;
}

.sect5 h2.title {

}
.sect5 h2.title em {
font-style: italic;
font-weight: 600;
color: #000;
}

.sect5 .other-products {
    margin: 51px 0px 0;
    position: relative;
    color: #fff;
}
.sect5 .other-products img {
margin: auto;
filter: drop-shadow(0px 0px 25px rgba(194, 194, 194, 0.48));
}
.sect5 .other-products h4 {
    position: absolute;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    z-index: 2;
    inset: 14px 0 0;
}
.sect5 .other-products h4 span {
font-family: 'Modern Antiqua';
}
.sect5 .other-products .products {
    position: absolute;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    bottom: 39px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 53px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.sect5 .other-products + h3 {
    margin-top: 51px;
    font-size: 24px;
line-height: 29px;
}
.sect5 .other-products + h3 span {
font-style: italic;
font-weight: 600;
color: #4544BB;
}
.sect5 h3 + img {
    margin-top: 45px;
}
.sect5 .bestseller {
    font-size: 18px;
line-height: 22px;
font-weight: 300;
padding: 0 32px;
gap: 12px;
}



#review-sect {
    /* padding-top: 49px; */
    /* padding-bottom: 66px; */
}

#review-sect h2.title {
    margin-top: 49px;

}
#review-sect h2.title em {
font-weight: 600;
color: #000000;
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: 1s;
}

.swiper-slide:not(.swiper-slide-active) {
    /* opacity: .3; */
}

#review-sect .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    position: relative;
    bottom: unset;
    gap: 7px;
    justify-content: center;
    margin-top: 31px;
}

#review-sect .swiper-pagination-bullet {
  width: 14px;
height: 14px;
    opacity: 1;
    background: #D9D9D9;

}

#review-sect .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 14px;
height: 14px;
    box-sizing: initial;
    background: #B3F300;
    opacity: unset;
    border: unset;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

/* --swiper-navigation-sides-offset: 10px; */

.swiper-slide-prev {
margin-left: 14px
}

#review-sect .revSwiper {
    margin-top: 50px;
    padding: 0px 32px;
    /* padding: 0px 16px; */
    height: 100%;
}

#review-sect .revSwiper .swiper-slide {
    height: auto !important;
    text-align: center;
}

#review-sect .revSwiper .review_card {
    max-width: 416px;
    min-height: 614px;
    /* padding: 35px 33px 40px; */
    height: 100%;

border-radius: 8px;
filter: drop-shadow(0px 2px 10px #CBCBCB);
background: #fff;
    text-align: initial;
    position: relative;
}

#review-sect .revSwiper .review_card .person {
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    margin-top: 48px;
    padding: 0 33px;
}

#review-sect .revSwiper .review_card .person .name {
font-weight: 600;
font-size: 20px;
line-height: 24px;
}

#review-sect .revSwiper .review_card .person .verified {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    margin-top: 7px;
    display: flex;
    gap: 8px;
    color: #ABABAB;
}

#review-sect .revSwiper .review_card .reviewed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 700;
font-size: 14px;
line-height: 17px;
}
#review-sect .revSwiper .review_card .stars_rev {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

#review-sect .revSwiper .review_card .person .stars_rev img {
    width: 18px;
    height: 18px;
}

#review-sect .revSwiper .review_card .review_photo {
    border-radius: 15px;
}

#review-sect .revSwiper .review_card p {
    margin-top: 19px;
    /* font-weight: 500; */
    padding: 0 33px;
font-size: 16px;
line-height: 19px;
}

.sect7 {
    padding: 54px 32px 77px;
}

.sect7 h2 {
    text-align: left;
    text-transform: uppercase;
}

.sect7 h2 em {
    color: #000000;
}

.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: #F0F0F0;
    backdrop-filter: blur(260px);
    border-radius: 20px;
    padding: 18px 13px;
    height: 100%;
    flex-direction: column;
    border: 1px solid #fff;
}
.sect7 .order_step:nth-of-type(2):after {
    background: linear-gradient(180deg, #5279DE 54.44%, #D9D9D9 54.49%);
}
.sect7 .order_step:nth-of-type(3):after {
    background: linear-gradient(0deg, #5279DE 53.35%, #D9D9D9 53.39%);
}
.sect7 .order_step:nth-of-type(4):after {
    background:linear-gradient(270deg, #5279DE 35.77%, #D9D9D9 35.8%);
}

.sect7 .order_step span {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
color: #FF005C;

    font-style: italic;
font-weight: 600;
font-size: 40px;
line-height: 48px;
}

.sect7 .order_step p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.sect1#order-form {
}
.sect1#order-form .content {
    height: 100%;
}

.sect1#order-form h3 {
    margin-top: 100px;
    font-size: 24px;
    line-height: 29px;
}

#order-form .form-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-top: 57px;
    margin-bottom: 20px;
}

#order-form form {
    background: linear-gradient(180deg, #f4f2fe, transparent);
    margin-top: 33px;
    z-index: 2;
    position: relative;
    padding: 0 33px;
}
.sect1#order-form form h3 {
    margin-top: 0px;
}


#order-form form input:not([type="radio"]),textarea {
    font-family: 'Inter';
    width: 100%;
    display: block;
    padding: 26.5px 15px;
    margin-bottom: 11px;
    outline: unset;
    /* color: #fff; */
    border: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

background: #FFFFFF;
border: 1px solid #D7D7D7;
border-radius: 8px;
}


#order-form form button {
    outline: none;
    color: white;
    border: unset;
    min-width: 329px;
    /* width: 100%; */
    margin-top: 30px;
}

#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 {
    margin-top: 49px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    /* position: absolute; */
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    /* background: #464646; */
}

footer a {
color: rgba(0, 0, 0, 0.74);
}

footer p {
color: rgba(0, 0, 0, 0.51);
font-weight: 500;
font-size: 14px;
line-height: 17px;
margin-top: 11px;
}


.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; */
}



#order-form .swatchs {
    margin-top: 30px;
    display: flex;
    padding: 0 32px;
        justify-content: space-between;
}

.form-card {
    width: 50%;
        width: 194px;
    /* padding: 0 4px; */
}

.form-card-all {
    /* padding: 8px 7px; */
}

.form-card-wrap {
    display: block;
    background: linear-gradient(175.95deg, #cfcdca 1.74%, #f5f4fa 96.69%);
    background: whitesmoke;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 0 0 32px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.form-card-top {
background: #F1A533;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
        color: white;
}

.form-card-info {
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    padding-bottom: 15px;
    min-height: 260px;
    background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%);
border: 2px solid #E3E3E3;
}
.swatch-2 .form-card-info {
    background: radial-gradient(135.92% 162.74% at 18.03% 34.38%, #FFFFFF 0%, #F4E9BE 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
border: 1px solid #CDCDCD;
border: 2px solid #E3E3E3;
}

.form-card-tit {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 10px 8px;
}

.form-card-tit b {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.form-card-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 134px;
    height: 134px;
    margin-bottom: 13px;
    position: relative;
}

.form-card-img img {
    width: 100%;
}

.form-card .form-card-img img {
    border-bottom: 1px solid #E3E3E3;
}


.form-card-img .free-txt {
    position: absolute;
    top: 102px;
    right: 43px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #FFA800;
}

.form-card-sub {
    display: block;
    text-transform: uppercase;
    margin: 0 0 12px;

    font-weight: 900;
font-size: 16px;
line-height: 19px;
}
.form-card-sub span {
color: #FFA800;
}

.form-card-price {
    display: block;
font-size: 28px;
line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 18px;

}

.form-card-old {
    display: block;
font-size: 14px;
line-height: 17px;
    font-weight: normal;
color: #6C6C6C;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
}
.form-card-perpc {
    margin-top: 18px;
    display: block;
font-weight: 300;
font-size: 14px;
line-height: 17px;
font-style: italic;
}

.form-card-bottom {
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
background: #878787;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 10px 9px;
    white-space: nowrap;
    z-index: 10;
}

.form-card-bottom span {
    border-bottom: 1px solid #000;
        border-bottom: 1px solid #fff;
    color: white;
}


.form-card.active .form-card-wrap {
filter: drop-shadow(0px 0px 20px rgba(210, 150, 93, 0.67));
}

.form-card .check-ico {
    display: none;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.7227' cy='11.211' r='10.4922' fill='%23E6E6E6'/%3E%3Cg clip-path='url(%23clip0_2078_25445)'%3E%3Cpath d='M9.55771 13.4764L6.60299 10.4511C6.43966 10.2839 6.17463 10.2839 6.01131 10.4511L4.54828 11.9492C4.38495 12.1165 4.38495 12.3879 4.54828 12.5551L7.503 15.5806L9.26165 17.3814C9.42498 17.5487 9.69001 17.5487 9.85333 17.3814L11.612 15.5806L18.0931 8.94422C18.2564 8.77698 18.2564 8.50561 18.0931 8.33837L16.63 6.84027C16.4667 6.67303 16.2017 6.67303 16.0384 6.84027L9.55771 13.4764Z' fill='%23E2810E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_25445'%3E%3Crect width='13.7898' height='13.7898' fill='white' transform='translate(4.42578 4.91406)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.form-card.active {
        transform: scale(1.07);
}
.form-card.active .form-card-info {
    border: 2px solid #FFA800;
}
.form-card.active .form-card-img img {
    border-bottom: 1px solid #FFA800;
}
.form-card.active .check-ico {
display: block;
}
.form-card.active .form-card-bottom  {
    background: #DEA000;
}
.form-card.active .form-card-bottom span {
    border: unset;
}

.succes_form h3 {
    margin: 0;
}

.input-block_wrapp {
    display: flex;
    gap: 10px;
}