.button-hand .btn:before {
    content: "👇";
    font-size: 60px;
    transform: scaleX(-1);
    position: absolute;
    right: 0px;
    top: -68px;
    animation: up-down 3s infinite;
}

@keyframes up-down {
    50% {
        margin-top: -20px;
    }
}

body {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    color: #3c3c3c;
    height: max-content !important;
}

.block-sticky-menu {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
    background-color: #f8f9fa;
    padding: 3px;
    overflow: auto; /* забезпечує можливість 'sticky' */
    flex-direction: row;
    justify-content: space-between !important;
    z-index: 3000 !important;
    border-top-style: solid;
    border-color: #ddddddc2;
    border-width: 2px;
}

.block-sticky-menu > .sticky-menu-body {
    justify-content: space-between !important;
}

.block-message {
    margin: 1em 1em !important;
}

header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    /*
    height: 60px;
    */
    background-color: var(--primary-background-dark) !important;
    padding: 10px;
    overflow: auto; /* забезпечує можливість 'sticky' */
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1000 !important;
}
.logo {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo > img {
    width: 100%;
}

.iti__selected-dial-code {
    display: none !important;
}

.socials_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-bottom: 9px !important;
}

.socials_block > * {
    font-size: 24px;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}



.youtube-thumb-wrap {
    position: relative;
    width: 100%;
    max-height: 320px;
    height: 320px;
    overflow: hidden; /* це забезпечить, що нічого не вийде за межі контейнера */
    margin-top: 12px;
    margin-bottom: 24px;
}

.inst-thumb-wrap {

}

.youtube-thumb-wrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 420px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
    line-height: 1.5;
    background-color: #f7f7f7;
}

.copyright > * {
    margin: 0;
    padding: 0;
}

.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.block-top-line {
    margin: 0 !important;
    font-size: 18px;
    width: 100%;
    /*
    background-color: #f8f9fa;
    */
}

.block-body {
    margin-top: 32px;
    margin-bottom: 72px;
}

.block-body-text > * {
    text-align: left;
    align-self: start;
}

.block-body-text {
    text-align: left;
    font-size: 18px;
}

.block-top-line > .block-sub-body > * {
    margin: 10px 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.block-top-line > div > * > i {
    font-size: 32px;
    margin-left: 6px;
    margin-right: 6px;
}

.debugblock {
    border: 1px solid red;
    background-color: #0d95e8;
}

.btn-white {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #adadad !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.btn-white:hover {
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image: var(--primary-gradient) 2;
    border-radius: 0!important;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-style: solid;
}

.btn-grey {
    color: #000;
    background-color: #e2e2e28f;
    border-style: solid;
    border-color: #6c757d;
}

.btn-grey:hover {
    color: #000;
    background-color: #ffffff;
    border-style: solid;
    border-color: #000;
}

.order-now-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    align-self: center;
    /*width: 280px;*/
    height: 68px;
    line-height: 1;
    text-align: center;
    font-family: 'AvenirNextCyr', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border-style: hidden;
    border-width: 2px;
    padding-left: 36px;
    padding-right: 36px;
}

.btn-small {
    height: 40px;
    line-height: 1;
}

/*Таймер*/
.countbox:before {
    content: 'До кінця акції:';
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    padding-top: 5px;
}

.countbox {
    height: 76px;
    width: 200px;
    padding-left: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0);
    float: right;
    border-radius: 0 4px 4px 0;
}

.countbox > div:last-child {
    margin: 0;
}

.countbox > div:first-child {
    margin-left: 15px;
}

.countbox .countbox-num {
    float: left;
    width: 46px;
    height: 38px;
    margin-right: 16px;
}

.countbox-hours, .countbox-mins, .countbox-secs {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .3px;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    text-transform: lowercase;
}

.block-main-screen {
    min-height: 740px;
    position: relative !important;
    overflow: hidden;
}

.block-order-screen {
    min-height: 720px;
    position: relative !important;
    overflow: hidden;
}

.block-main-screen::before,
.block-order-screen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('img/bg_header_2.jpg');*/
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    background-size: cover;
    filter: blur(100px); /* Змініть це значення, щоб контролювати рівень розмиття */
}

/*.block-main-screen > .block-body {
    -webkit-backdrop-filter: blur(100px) !important;
    backdrop-filter: blur(100px) !important;
}*/
.block-main-screen {
    background-color: rgba(255, 255, 255, 0); /* Колір фону - повністю прозорий */
    background-image: var(--bg-header); /* Шлях до зображення фону */
    background-repeat: no-repeat; /* Зображення фону не повторюється */
    background-size: cover; /* Розмір зображення фону */
    background-attachment: initial; /* Цей стиль не був вказаний, але `initial` - це його стандартне значення */
}

.block-order-screen {
    background-color: rgba(255, 255, 255, 0); /* Колір фону - повністю прозорий */
    background-image: url(/img/theme/bg_footer.jpg); /* Шлях до зображення фону */
    background-repeat: no-repeat; /* Зображення фону не повторюється */
    background-size: cover; /* Розмір зображення фону */
    background-position-x: left;
    background-position-y: top;
    background-attachment: initial; /* Цей стиль не був вказаний, але `initial` - це його стандартне значення */
}

.block-main-screen, .block-order-screen {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: start;
}


.block-main-screen > .block-body {
    /*
    position: absolute;
    */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 32px;
    margin-bottom: 24px;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    right: 0;
    z-index: 3000 !important;
}

.block-order-screen > .block-body {
    /*
    position: absolute;
    */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 32px;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    right: 0;
    z-index: 3000 !important;
}

.block-main-screen > .block-body > .block-offer-body {
    top: 3%;
    right: 3%;
    border-radius: 10px;
    padding: 16px 26px;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    max-width: 100% !important;
    margin-top: 2%;
    align-self: center;
    background-color: #94949412;

    /*box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0,        max-width: 320px !important;
0.034),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.072),
            0 41.8px 33.4px rgba(0, 0, 0, 0.086),
            0 100px 80px rgba(0, 0, 0, 0.12);*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.block-order-screen > .block-body > .block-offer-body {
    top: 3%;
    right: 3%;
    border-radius: 10px;
    padding: 16px 26px;
    max-width: 100% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-top: 0;
    align-self: center;
    background-color: #e3e3e3d1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.block-main-screen > .block-body > .block-offer-body {
    min-width: 333px !important;
    width: 420px !important;
    margin-top: 2% !important
}

.block-order-screen > .block-body > .block-offer-body {
    min-width: 333px !important;
    width: auto !important;
}

.block-order-screen > div {
    background-color: #a1a1a100;
    border-radius: 10px;
    padding: 16px 26px;
    margin: 0;
    min-width: 320px !important;
}

ul li {
    list-style-type: "🌱";
    line-height: 1.6em;
    margin-bottom: 0.4em;
}

.lastpack {
    background: var(--primary-gradient);
    border-radius: 5px;
    padding: 3px 3px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    max-height: 27px;
}

.sticker-sale {
    background: url(/img/sale1.png) no-repeat 0 0;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10%;
    left: -20%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 0;
    line-height: 16px;
}

.sticker-sale > .sale {
    font-size: 20px;
    line-height: 33px;
    margin: 0;
}

.price {
    width: 100% !important;
    display: flex;
    flex-direction: row;
}

.price > * {
    width: 50%;
}

.new-cost, .old-cost {
    font-weight: 700;
    text-align: center;
}

.new-cost > p {
    font-weight: 900;
    color: #000;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    margin-top: 5px;
}

.new-cost > p > .price_value {
    font-size: 36px !important;
}

.old-cost > p {
    color: var(--primary-color-red);
}

.old-cost > p > .price_value {
    text-decoration: line-through;
}

.price_value {
    font-size: 30px !important;
}

.price_currency {
    font-size: 20px !important;
}

.block-header-title {
    color: #3c3c3c;
    font-weight: 300;
    width: 100%;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 22px;
    margin-bottom: 12px;
    background: url("/img/grape/bg_header_1.png") repeat right center fixed;
    background-size: contain;
    min-height: 111px;
    background-color: #f6f6f6;
    /*line-height: 60px;*/
    line-height: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-header-title > div {
    color: #000 !important;
    font-weight: 900 !important;
}

.block-header-subtitle {
    font-size: 22px !important;
    text-align: center !important;
    text-transform: none !important;
}

section .fa-circle-check {
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-right: 10px;
}

.marquee4k {
    overflow: initial;
    display: flex;
    -moz-animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
}

.block-marquee {
    background-color: #000 !important;
    text-align: center;
    font-size: 28px;
    height: 32px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 2000;
}

.marquee p {
    position: absolute;
    width: 100%;
    line-height: 50px;
    margin: 0;
    text-align: center;
    transform: translateX(100%);
    animation: scroll-left 10s linear infinite;
}

.product_count {
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.header-one_plus {
    margin-top: 16px;
    margin-bottom: 16px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.list-left {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: var(--primary-gradient);
    padding: 6px;
    /*width: 188px;
    height: 188px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 1;
}

.list-left img {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 100% !important;
    height: 100% !important;
}

.list-right {
    padding-top: 16px;
    text-transform: uppercase !important;
    text-align: center;
    max-width: 222px;
    color: #56534e;
}

.block-procedure > * > .block-body,
.block-add-product-1 > * > .block-body,
.block-usage > * > .block-body,
.block-quality > * > .block-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
}

.block-procedure > * > .block-body > div,
.block-add-product-1 > * > .block-body > div,
.block-usage > * > .block-body > div,
.block-quality > * > .block-body > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 16px 32px;
    flex: 1;
    min-height: 320px;
    max-width: 920px
}


/*todo
   .debug_block{
       border: 1px solid red;
       }
   */
/*flex-wrap: wrap;*/
.block-massage > * > .block-body,
.block-effects > * > .block-body,
.block-steps-tutorial > * > .block-body {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly;
    align-items: baseline;
    overflow: hidden;
    flex-wrap: wrap;
    /*border: 1px solid black;*/
}

.block-massage > * > .block-body > *,
.block-effects > * > .block-body > *,
.block-steps-tutorial > * > .block-body > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex: 1 1 20%; /* flex-grow, flex-shrink, flex-basis */
    box-sizing: border-box;
    padding: 10px;
}

.reviews-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    width: 100%;
}

.reviews-4 > * > .slick-track > .slick-slide {
    background: #fff;
    width: 200px;
    margin: 20px 30px;
    text-align: center;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*.slick-arrow {
    display: none !important;
}*/

.reviews-4 > * > .rev {
    background: #fff;
    width: 300px;
    margin: 20px auto;
    text-align: center;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.reviews-4 .name {
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #efe0d7;
    margin: 0 20px;
    padding: 15px 0 20px;
}

.block-steps-tutorial .item-icon > i {
    display: flex;
    position: relative;
    border-radius: 50%;
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
}

.block-steps-tutorial .item-icon {
    font-size: 60px;
    height: 188px;
    width: 188px;
    color: #000;
    border-radius: 50%;
    border-width: 0;
    background-color: #dddddd54;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    position: relative;
    overflow: hidden;
    background: var(--primary-gradient);
}

.block-steps-tutorial .block-body > * > p {
    max-width: 200px;
    text-align: center;
}

.primary-text-color {
    color: #000;
    font-weight: 600;
}

.primary-text-gradient {
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.order_form > * {
    width: 100%;
}

.iti__selected-dial-code {
    display: none !important;
}

section, header {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    overflow: auto;
}

section > * {
    width: 100%;
}

.slider, .slider_order {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    /*top: 0;
    left: 0;
    aspect-ratio: 16/9; !* Встановлюємо співвідношення сторін 16:9 *!*/
    overflow: hidden;
    max-height: 600px;
    padding: 0;
    margin: 0;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-list {
    padding: 0 !important;
    margin: 0 !important;
}

.block-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    backdrop-filter: blur(6px);
}

div.dimmer .title.subtitle {
    font-family: 'Montserrat', sans-serif !important;
}

.block-title {
    position: absolute;
    top: 36px;
    padding-top: 16px;
    padding-bottom: 34px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.6;
    backdrop-filter: unset !important;
    z-index: 4000;
    /*
    text-shadow: -1px 1px 0 #ffffff, -2px 1px 0 rgba(0, 0, 0, 0.76);
    */
    /*text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);*/
}

.block-title > * {
    /*
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    */
    /*
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    */
    /*margin-top: 32px !important;
    margin-bottom: 32px !important;*/
    /*background-color: rgba(248, 248, 255, 0.77) !important;*/
    height: 50px;
}

.block-title > .primary-text-color {
    text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.76), -1px 1px 0 #000;
}

.iti__flag-container {
    padding-left: 12px;
}

.slick-arrow {
    background-color: rgba(173, 173, 173, 0.64) !important;
    color: #ffffff;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1000;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center !important;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.ui.dimmer.modals.visible.active {
    z-index: 10000 !important;
}

.myslick-arrow-left {
    left: 1.6%;
}

.myslick-arrow-right {
    right: 1.6%;
}

.block-main-title {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.3;
    backdrop-filter: unset !important;
    z-index: 4000;
}

.btn-pulse {
    padding: 12px 24px;
    background-color: rgba(255, 255, 255);
    color: #000;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(89, 89, 89, 0.26);
    animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(209, 159, 98, 0);
    }
}

.product-item-small {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    align-self: flex-start;
    margin-bottom: 20px;
}

.block-guasha-box .block-row {
    margin-top: 3px;
    margin-bottom: 6px;
}

.block-guasha-box .product-item-small {
    color: #0d95e8;
    cursor: pointer;
}

.order_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.order_form > .field, .order_form .field {
    position: relative;
    outline: 0;
    -webkit-border-radius: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 16px 0;
    padding: 0 20px;
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border-style: solid;
    border-width: 1px;
    border-color: #cbcbcb;
    border-radius: 11px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: unset;
}

.order_form .block-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: baseline;
    align-self: center;
    gap: 11px;
}

.order_form .block-row > * {
    flex: 1 !important;
    gap: 11px !important;
}

.payment_selector_field {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-evenly;
    align-content: start;
    align-items: start;
    gap: 16px;
    margin-bottom: 11px;
}
.payment_selector_field > * {
    display: flex;
    flex-direction: row;
    align-content: start;
    align-items: center;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 6px 9px;
    background-color: #cacacab8;
    border: 1px solid rgb(141, 141, 141);
    border-radius: 12px;
    width: 100%;
}

.custom-radio.selected {
    border-color: #2eb92e !important;
}

.payment_title {
    margin-left: 6px;
}

input[type="radio"]:checked + i.fa-solid.fa-check.payment_selector.checkmark + img + .payment_title {
    font-weight: 700;
}

.payment_type {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.payment_type img {
    margin-right: 10px;
}

.payment_field {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: start;
    font-weight: 600;
    margin-bottom: 12px;
}

.payment_field > label:hover {
    backdrop-filter: blur(5px);
    border-radius: 4px;
    color: #2355ed !important;
}

.payment_field label {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    margin-top: 6px !important;
    margin-bottom: 3px !important;
    padding: 3px 12px;
    cursor: pointer;
}

.payment_field label img {
    margin-right: 10px;
}

.payment_selector {
    font-size: 20px;
    color: #45c716;
}

.custom-radio {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    line-height: 1 !important;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 16px;
    width: 16px;
    visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    background-color: #e4e4e4;
    padding: 6px !Important;
    border-style: solid;
    border-width: 1px;
    font-size: 14px !important;
}

.custom-radio input:checked ~ .checkmark {
    visibility: visible;
}

.hide {
    display: none !important;
}

#thankyou_dimmer {
    z-index: 100000 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#thankyou_dimmer .header {
    line-height: 1.1;
}
.sale_percent{
    color: var(--primary-color-red);
    font-weight: 600;
}
#thankyou_dimmer .dimmer_icon_block {
    font-size: 10rem !important;
}

#thankyou_dimmer .dimmer_icon_block > * {
    font-size: inherit;
}

.sticky-menu-body > .menu-info {
    margin-left: 36px;
}

.sticky-menu-body > .menu-info,
.sticky-menu-body > .menu-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 36px;
}