* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
}

#rec1986624113 .t-btnflex.t-btnflex_type_button {
    color:#ffffff;
    background-color:#02c753;
    --border-width:0px;
    border-style:none !important;
    border-radius:32px;
    box-shadow:none !important;
    gap:5px;
    flex-direction:row-reverse;
    transition-duration:0.2s;
    transition-property:background-color,color,border-color,box-shadow,opacity,transform,gap;
    transition-timing-function:ease-in-out;
}
#rec1986624113 .t-btnflex.t-btnflex_type_button2 {
    color:#2eaf7d;
    border-style:solid !important;
    border-color:#02c753 !important;
    --border-width:1px;
    border-radius:32px;
    box-shadow:none !important;
    transition-duration:0.2s;
    transition-property:background-color,color,border-color,box-shadow,opacity,transform,gap;
    transition-timing-function:ease-in-out;
}
#rec1986624113 .t1241__container{
    min-height:calc(60vh / var(--t-zoom,1));
}
#rec1986624113 .t1241__title{
    color:#333333;
    font-weight:300;
}
@media screen and (min-width:900px){
    #rec1986624113 .t1241__title{
        font-size:52px;
        line-height:1;
    }
}
@media screen and (min-width:480px) and (max-width:900px){
    #rec1986624113 .t1241__title{
        font-size:36px;
    }
}
@media screen and (max-width:480px),
(orientation:landscape) and (max-height:480px){
    #rec1986624113 .t1241__title{
        font-size:36px;
    }
}
#rec1986624113 .t1241__descr{
    font-size:22px;
    color:#333333;
    opacity:0.8;
}
#rec1986624113 .t1241__cover{
    border-radius:1000px 1000px 20px 20px;
}
@media (max-width:480px){
    #rec1986624113 .t1241__cover{
        border-radius:1000px 1000px 20px 20px;
    }
}
/* ─── SECTION ─── */
.vl-branches {
    padding: 64px 20px 56px;
    text-align: center;
    overflow: hidden;
}

/* ─── BADGE "6 ФІЛІЙ" ─── */
.vl-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2ab34a;
    color: #fff;
    border-radius: 100px;
    padding: 6px 20px 6px 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
    animation: badgePop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.vl-badge-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    color: #2ab34a;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}

/* ─── HEADING ─── */
.vl-branches h2 {
    font-size: clamp(28px, 6vw, 48px);
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 12px;
    animation: fadeUp 0.6s 0.1s ease both;
}

.vl-branches h2 span {
    color: #2ab34a;
}

.vl-branches p {
    font-size: 16px;
    color: #666;
    max-width: 480px;
    margin: 0 auto 40px;
    animation: fadeUp 0.6s 0.2s ease both;
}

/* ─── GRID ─── */
.vl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 980px;
    margin: 0 auto 40px;
    animation: fadeUp 0.6s 0.3s ease both;
}

@media (max-width: 600px) {
    .vl-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* ─── BRANCH CARD ─── */
.vl-branch-card {
    background: #fff;
    border: 2px solid #e8f5e9;
    border-radius: 18px;
    padding: 30px 14px 30px;
    cursor: default;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    animation: cardIn 0.5s ease both;
}

.vl-branch-card:nth-child(1) { animation-delay: 0.35s; }
.vl-branch-card:nth-child(2) { animation-delay: 0.42s; }
.vl-branch-card:nth-child(3) { animation-delay: 0.49s; }
.vl-branch-card:nth-child(4) { animation-delay: 0.56s; }
.vl-branch-card:nth-child(5) { animation-delay: 0.63s; }
.vl-branch-card:nth-child(6) { animation-delay: 0.70s; }

.vl-branch-card:hover {
    transform: translateY(-4px);
    border-color: #2ab34a;
    box-shadow: 0 8px 24px rgba(42, 179, 74, 0.15);
}

.vl-branch-icon {
    font-size: 26px;
    margin-bottom: 8px;
    display: block;
}

.vl-branch-type {
    font-size: 11px;
    font-weight: 700;
    color: #2ab34a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.vl-branch-addr {
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
}

@media (max-width: 600px) {
    .vl-branch-card {
        padding: 14px 10px 12px;
    }

    .vl-branch-icon {
        font-size: 22px;
    }

    .vl-branch-addr {
        font-size: 13px;
    }
}

/* ─── SCROLL ARROW ─── */
.vl-scroll {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #2ab34a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    animation: fadeUp 0.6s 0.8s ease both;
}

.vl-scroll-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #2ab34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 1.6s 1s ease-in-out infinite;
}

.vl-scroll-arrow svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2ab34a;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ─── ANIMATIONS ─── */
@keyframes badgePop {
    from { opacity: 0; transform: scale(0.7); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes cardIn {
    from { opacity: 0; transform: translateY(16px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}
.t-section__title,
.t-section__descr {
    overflow-wrap: break-word;
}
.t-section__descr {
    max-width: 560px;
}
#rec2197788643 .t-section__title {
    margin-bottom: 40px;
}
#rec2197788643 .t-section__descr {
    margin-bottom: 105px;
}
@media screen and (max-width:960px) {
    #rec2197788643 .t-section__title {
        margin-bottom: 20px;
    }
    #rec2197788643 .t-section__descr {
        margin-bottom: 45px;
    }
}
.vl-popup {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 32px 28px 28px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #c5ecc5 transparent;
}
.vl-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 26px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}
.vl-close:hover {
    color: #2ab34a;
}
.vl-branch-name {
    font-size: 13px;
    font-weight: 700;
    color: #2ab34a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}
.vl-popup h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.vl-prices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 24px;
}
@media (max-width: 480px) {
    .vl-prices {
        grid-template-columns: 1fr;
    }
}
.vl-price-card {
    background: #f0faf0;
    border: 1px solid #d4edd4;
    border-radius: 14px;
    padding: 16px 18px;
}
.vl-price-card h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.vl-amount {
    font-size: 26px;
    font-weight: 900;
    color: #2ab34a;
    line-height: 1;
}
.vl-amount-old {
    font-size: 14px;
    color: #bbb;
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 600;
}
.vl-time {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}
.vl-hr {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 0 0 22px;
}
.vl-section-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1a1a1a;
}
.vl-intro {
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    margin-bottom: 14px;
}
.vl-benefits {
    list-style: none;
    margin-bottom: 16px;
}
.vl-benefits li {
    font-size: 14px;
    line-height: 1.55;
    color: #444;
    padding: 5px 0 5px 26px;
    position: relative;
}
.vl-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2ab34a;
    font-weight: 800;
}
.vl-formats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}
@media (max-width: 420px) {
    .vl-formats {
        grid-template-columns: 1fr;
    }
}
.vl-format {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 12px 14px;
    border-left: 3px solid #2ab34a;
}
.vl-format strong {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    color: #1a1a1a;
}
.vl-format span {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
.vl-note {
    background: #fffbea;
    border-left: 3px solid #f5c400;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.55;
    margin-bottom: 22px;
}
.vl-cta {
    display: block;
    width: 100%;
    padding: 15px;
    background: #2ab34a;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.02em;
    transition: background 0.2s;
}
.vl-cta:hover {
    background: #24a040;
}
#rec2194136613 .t-card__uptitle {
        color: #02c753;
    }
#rec2194136613 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #02c753;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

#rec2194136613 .t-btnflex.t-btnflex_type_button2 {
    color: #02c753;
    border-style: solid !important;
    border-color: #02c753 !important;
    --border-width: 1px;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

#rec2194136613 .t774__wrapper {
    background-color: #ffffff;
    border-radius: 20px;
}

#rec2194136613 .t774__container {
    row-gap: 40px;
}

#rec2194136613 .t774__imgwrapper {
    padding-bottom: 111.11111111111%;
}
.t-section__title,
.t-section__descr {
    overflow-wrap: break-word;
}

.t-section__descr {
    max-width: 560px;
}

#rec2009117023 .t-section__title {
    margin-bottom: 40px;
}

#rec2009117023 .t-section__descr {
    margin-bottom: 105px;
}

@media screen and (max-width:960px) {
    #rec2009117023 .t-section__title {
        margin-bottom: 20px;
    }

    #rec2009117023 .t-section__descr {
        margin-bottom: 50px;
    }
}        
#rec1986414563 .t022__text{font-family:var(--t-headline-font,Arial);}
#rec2009110433 .t1241__container {
    min-height: calc(60vh / var(--t-zoom,1));
}
    #rec2009110433 .t1241__title {
    color: #333333;
    font-weight: 300;
}
@media screen and (min-width:900px) {
    #rec2009110433 .t1241__title {
        font-size: 52px;
        line-height: 1;
    }
}
@media screen and (min-width:480px) and (max-width:900px) {
    #rec2009110433 .t1241__title {
        font-size: 36px;
    }
}
@media screen and (max-width:480px),
(orientation:landscape) and (max-height:480px) {
    #rec2009110433 .t1241__title {
        font-size: 36px;
    }
}
#rec2009110433 .t1241__descr {
    font-size: 22px;
    color: #333333;
    opacity: 0.8;
}    
#rec2009110433 .t1241__cover {
    border-radius: 1000px 1000px 20px 20px;
}

@media (max-width:480px) {
    #rec2009110433 .t1241__cover {
        border-radius: 1000px 1000px 20px 20px;
    }
}
#rec2009110433 .t-btnflex.t-btnflex_type_button2 {
    color: #2eaf7d;
    border-style: solid !important;
    border-color: #02c753 !important;
    --border-width: 1px;
    border-radius: 32px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}
#rec2009110433 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #02c753;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 32px;
    box-shadow: none !important;
    gap: 5px;
    flex-direction: row-reverse;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}
#rec2009113983 .t939__card {
    border-radius: 20px;
}
.t-section__title,
.t-section__descr {
    overflow-wrap: break-word;
}

.t-section__descr {
    max-width: 560px;
}

#rec2009113983 .t-section__title {
    margin-bottom: 40px;
}

#rec2009113983 .t-section__descr {
    margin-bottom: 90px;
}

@media screen and (max-width:960px) {

    #rec2009113983 .t-section__title {
        margin-bottom: 20px;
    }

    #rec2009113983 .t-section__descr {
        margin-bottom: 45px;
    }
}
#rec2009116383 .t1281__tab {
    border: 1px solid #02c753;
    background-color: #fff !important;
}

#rec2009116383 .t1281__tab:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #02c753 !important;
}

#rec2009116383 .t1281__tab:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#rec2009116383 .t1281__tab.t1281__tab_active {
    background-color: #02c753 !important;
    border-color: #02c753 !important;
}

#rec2009116383 .t1281__tab_active:after {
    background-color: #02c753 !important;
}

#rec2009116383 .t1281__select {
    border: none;
    color: #ffffff !important;
    background-color: #02c753 !important;
}

#rec2009116383 .t1281__wrapper_mobile {
    border-radius: 3px;
    overflow: hidden;
}

#rec2009116383 .t1281__wrapper_mobile:after {
    border-color: #ffffff transparent transparent transparent;
}

#rec2009116383 .t1281__tab {
    justify-content: center;
}

#rec2009116383 .t1281__title {
    align-items: center;
    justify-content: center;
}

#rec2009116383 .t1281__title {
    color: #02c753 !important;
    font-size: 14px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

#rec2009116383 .t1281__tab_active .t1281__title {
    color: #ffffff !important;
    font-weight: 600 !important;
}

#rec2009116383 .t1281__firefoxfix {
    top: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #02c753 !important;
}

#allrecords [aria-labelledby$="2009116383"]:focus-visible {
    outline-color: #2015FF;
    outline-offset: 2px;
    outline-style: auto;
}
#rec2009116383 .t1281__title {
    font-weight: 700;
    color: #02c753;
}
.tooltip-horizontal-scroll-icon_hand {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
    0% {
        transform: translateX(80px) scale(1);
        opacity: 0;
    }

    10% {
        transform: translateX(80px) scale(1);
        opacity: 1;
    }

    20%,
    60% {
        transform: translateX(175px) scale(.6);
        opacity: 1;
    }

    80% {
        transform: translateX(5px) scale(.6);
        opacity: 1;
    }

    to {
        transform: translateX(5px) scale(.6);
        opacity: 0;
    }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
    0%,
    60% {
        transform: translateX(0);
    }

    80%,
    to {
        transform: translateX(-240px);
    }
}
#rec2009116383 .t1281__tab {
    border: 1px solid #02c753;
    background-color: #fff !important;
}
#rec2009116383 .t1281__tab:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #02c753 !important;
}
#rec2009116383 .t1281__tab:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#rec2009116383 .t1281__tab.t1281__tab_active {
    background-color: #02c753 !important;
    border-color: #02c753 !important;
}
#rec2009116383 .t1281__tab_active:after {
    background-color: #02c753 !important;
}
#rec2009116383 .t1281__select {
    border: none;
    color: #ffffff !important;
    background-color: #02c753 !important;
}
#rec2009116383 .t1281__wrapper_mobile {
    border-radius: 3px;
    overflow: hidden;
}
#rec2009116383 .t1281__wrapper_mobile:after {
    border-color: #ffffff transparent transparent transparent;
}
#rec2009116383 .t1281__tab {
    justify-content: center;
}
#rec2009116383 .t1281__title {
    align-items: center;
    justify-content: center;
}
#rec2009116383 .t1281__title {
    color: #02c753 !important;
    font-size: 14px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
#rec2009116383 .t1281__tab_active .t1281__title {
    color: #ffffff !important;
    font-weight: 600 !important;
}
#rec2009116383 .t1281__firefoxfix {
    top: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #02c753 !important;
}
#allrecords [aria-labelledby$="2009116383"]:focus-visible {
    outline-color: #2015FF;
    outline-offset: 2px;
    outline-style: auto;
}
#rec2009116383 .t1281__title {
    font-weight: 700;
    color: #02c753;
}
.tooltip-horizontal-scroll-icon_hand {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
    0% {
        transform: translateX(80px) scale(1);
        opacity: 0;
    }

    10% {
        transform: translateX(80px) scale(1);
        opacity: 1;
    }

    20%,
    60% {
        transform: translateX(175px) scale(.6);
        opacity: 1;
    }

    80% {
        transform: translateX(5px) scale(.6);
        opacity: 1;
    }

    to {
        transform: translateX(5px) scale(.6);
        opacity: 0;
    }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
    0%,
    60% {
        transform: translateX(0);
    }

    80%,
    to {
        transform: translateX(-240px);
    }
}
#rec2009485783 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #2eaf7d;

    border-style: solid !important;
    border-color: #02c753 !important;
    --border-width: 0px;

    border-radius: 20px;
    box-shadow: none !important;

    white-space: normal;

    transition-duration: 0.2s;
    transition-property:
        background-color,
        color,
        border-color,
        box-shadow,
        opacity,
        transform,
        gap;
    transition-timing-function: ease-in-out;
}
#rec2009485783 .t-btnflex.t-btnflex_type_button2 {
    color: #000000;
    border-style: solid !important;
    border-color: #2eaf7d !important;
    --border-width: 1px;
    border-radius: 20px;
    box-shadow: none !important;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property:
        background-color,
        color,
        border-color,
        box-shadow,
        opacity,
        transform,
        gap;
    transition-timing-function: ease-in-out;
}
#rec2009485783 .t-btnflex.t-btnflex_type_button {
    color:#ffffff;
    background-color:#2eaf7d;
    border-style:solid !important;
    border-color:#02c753 !important;
    --border-width:0px;
    border-radius:20px;
    box-shadow:none !important;
    white-space:normal;
    transition-duration:0.2s;
    transition-property:background-color,color,border-color,box-shadow,opacity,transform,gap;
    transition-timing-function:ease-in-out;
}
#rec2009485783 .t-btnflex.t-btnflex_type_button2 {
    color:#000000;
    border-style:solid !important;
    border-color:#2eaf7d !important;
    --border-width:1px;
    border-radius:20px;
    box-shadow:none !important;
    white-space:normal;
    transition-duration:0.2s;
    transition-property:background-color,color,border-color,box-shadow,opacity,transform,gap;
    transition-timing-function:ease-in-out;
}
#rec2009485783 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}
#rec2009485783 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}
#rec2009485783 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

/* bullets */
#rec2009485783 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec2009485783 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

/* card typography */
#rec2009485783 .t778__content .t778__title {
    font-size: 22px;
    font-weight: 400;
}

#rec2009485783 .t778__price,
#rec2009485783 .t778__price_old {
    font-weight: 400;
}

#rec2009485783 .t778__textwrapper .t778__descr {
    font-size: 12px;
}

#rec2009485783 .t-popup .t778__title {
    font-weight: 400;
}

/* card styling */
#rec2009485783 .t778__wrapper:not(.t-popup__container .t778__wrapper),
#rec2009485783 .t-store__card__wrap_all,
#rec2009485783 .t-store__card__imgwrapper,
#rec2009485783 .t778__imgwrapper {
    border-radius: 20px;
}
#rec2010612463 .t1241__cover {
    border-radius: 1000px 1000px 20px 20px;
}

@media (max-width: 480px) {
    #rec2010612463 .t1241__cover {
        border-radius: 1000px 1000px 20px 20px;
    }
}
#rec2010612463 .t1241__title {
    color: #333333;
    font-weight: 300;
}

@media screen and (min-width: 900px) {
    #rec2010612463 .t1241__title {
        font-size: 52px;
        line-height: 1;
    }
}

@media screen and (min-width: 480px) and (max-width: 900px) {
    #rec2010612463 .t1241__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px),
(orientation: landscape) and (max-height: 480px) {
    #rec2010612463 .t1241__title {
        font-size: 36px;
    }
}

#rec2010612463 .t1241__descr {
    font-size: 22px;
    color: #333333;
    opacity: 0.8;
}
#rec2010612463 .t1241__container {
    min-height: calc(60vh / var(--t-zoom, 1));
}
#rec2010612463 .t-btnflex.t-btnflex_type_button2 {
    color: #2eaf7d;
    border-style: solid !important;
    border-color: #02c753 !important;
    --border-width: 1px;
    border-radius: 32px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property:
        background-color,
        color,
        border-color,
        box-shadow,
        opacity,
        transform,
        gap;
    transition-timing-function: ease-in-out;
}
#rec2010612463 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #02c753;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 32px;
    box-shadow: none !important;
    gap: 5px;
    flex-direction: row-reverse;
    transition-duration: 0.2s;
    transition-property:
        background-color,
        color,
        border-color,
        box-shadow,
        opacity,
        transform,
        gap;
    transition-timing-function: ease-in-out;
}
#rec2010612543 .t778__wrapper:not(.t-popup__container .t778__wrapper),
#rec2010612543 .t-store__card__wrap_all,
#rec2010612543 .t-store__card__imgwrapper,
#rec2010612543 .t778__imgwrapper {
    border-radius: 20px;
}
#rec2010612543 .t-popup .t778__title {
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #02c753;
}
#rec2010612543 .t778__textwrapper .t778__descr {
    font-size: 12px;
}
#rec2010612543 .t778__content .t778__title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #02c753;
}

#rec2010612543 .t778__price {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333333;
}

@media screen and (min-width: 480px) {
    #rec2010612543 .t778__price {
        line-height: 1.3;
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    #rec2010612543 .t778__price {
        font-size: 1.6rem;
    }
}

#rec2010612543 .t778__price_old {
    font-weight: 400;
}
#rec2010612543 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec2010612543 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec2010612543 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}
#rec2010612543 .t-btnflex.t-btnflex_type_button2 {
    color: #000000;
    border-style: solid !important;
    border-color: #2eaf7d !important;
    --border-width: 1px;
    border-radius: 60px;
    box-shadow: none !important;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property:
        background-color,
        color,
        border-color,
        box-shadow,
        opacity,
        transform,
        gap;
    transition-timing-function: ease-in-out;
}
#rec2010612543 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #2eaf7d;
    border-style: solid !important;
    border-color: #02c753 !important;
    --border-width: 0px;
    border-radius: 60px;
    box-shadow: none !important;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property:
        background-color,
        color,
        border-color,
        box-shadow,
        opacity,
        transform,
        gap;
    transition-timing-function: ease-in-out;
}
#rec2011073443 .t911__title {
	color: #333333;
}

#rec2011073443 .t911__descr {
	color: #333333;
}

#rec2011073443 .t-text.t911__list-item {
	color: #ffffff;
}
#rec2011073443 .t911 .t911__list-item_simple,
#rec2011073443 .t911 .t911__list-item.t911__list-item_simple {
	background-color: #02c753;
}

#rec2011073443 .t911__list-item,
#rec2011073443 .t911__list-item-link {
	border-radius: 30px;
}    
#rec2011069053 .t774__wrapper {
	border-radius: 20px;
}
#rec2011069053 .t-card__uptitle {
	color: #02c753;
}
#rec2011069053 .t-btnflex.t-btnflex_type_button2 {
	color: #02c753;
	border-style: solid !important;
	border-color: #02c753 !important;
	--border-width: 1px;
	border-radius: 30px;
	box-shadow: none !important;
	transition-duration: 0.2s;
	transition-property:
		background-color,
		color,
		border-color,
		box-shadow,
		opacity,
		transform,
		gap;
	transition-timing-function: ease-in-out;
}
#rec2011069053 .t-btnflex.t-btnflex_type_button {
	color: #ffffff;
	background-color: #02c753;
	--border-width: 0px;
	border-style: none !important;
	border-radius: 30px;
	box-shadow: none !important;
	transition-duration: 0.2s;
	transition-property:
		background-color,
		color,
		border-color,
		box-shadow,
		opacity,
		transform,
		gap;
	transition-timing-function: ease-in-out;
}
#rec2011069053 .t-card__uptitle {
	color: #02c753;
}
.t-section__title,
.t-section__descr {
	overflow-wrap: break-word;
}

.t-section__descr {
	max-width: 560px;
}

#rec2011069053 .t-section__title {
	margin-bottom: 40px;
}

#rec2011069053 .t-section__descr {
	margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
	#rec2011069053 .t-section__title {
		margin-bottom: 20px;
	}

	#rec2011069053 .t-section__descr {
		margin-bottom: 60px;
	}
}
#rec302794016 .t183__uptitle {
	text-transform: uppercase;
	color: #333333;
}

#rec302794016 .t183__title {
	color: #333333;
}
#rec302794016 .t-btnflex.t-btnflex_type_button {
	color: #ffffff;
	background-color: #0ac654;
	--border-width: 0px;
	border-style: none !important;
	border-radius: 100px;
	box-shadow: none !important;
	white-space: normal;
	transition-duration: 0.2s;
	transition-property:
		background-color,
		color,
		border-color,
		box-shadow,
		opacity,
		transform,
		gap;
	transition-timing-function: ease-in-out;
}
#rec2042832003 .t022__text {
	font-family: var(--t-headline-font, Arial);
}
#rec2042831963 .t015__uptitle {
	text-transform: uppercase;
}

@media screen and (min-width:900px) {
	#rec2042831963 .t015__title {
		font-size: 42px;
	}
}
#rec2114510303 .t001__uptitle {
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	#rec2114510303 .t001__title {
		font-size: 42px;
		line-height: 1.15;
	}

	#rec2114510303 .t001__descr {
		font-size: 18px;
		line-height: 1.5;
	}
}
#rec2114510393 .t403__container-table {
	margin-bottom: 60px;
}

#rec2114510393 .t403__container-table:last-child {
	margin-bottom: 0;
}

#rec2114510393 .t403__title {
	line-height: 1.3;
}

#rec2114510393 .t403__descr {
	margin-top: 20px;
	line-height: 1.6;
}

#rec2114510393 .t403__img {
	border-radius: 20px;
}
@media screen and (max-width: 960px) {
	#rec2114510393 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	#rec2114510393 .t403__container-table {
		margin-bottom: 40px;
	}
	#rec2114510393 .t403__title {
		font-size: 28px;
		line-height: 1.25;
	}
	#rec2114510393 .t403__descr {
		font-size: 16px;
	}
}
#rec2114502033 .t-card__title,
#rec2114502033 .t-card__uptitle,
#rec2114502033 .t1069__price,
#rec2114502033 .t-card__descr {
	color: #000000;
}
#rec2114502033 .t1069__featured .t1069__content {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
@media screen and (max-width: 960px) {
	#rec2114502033 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}
#rec2114502053 .t165__title,
#rec2114502053 .t165__text {
	color: #000000;
}
#rec2114502053 .t165__img {
	border-radius: 15px;
}
#rec2114502063 .t-section__title,
#rec2114502063 .t-section__descr,
#rec2114502063 .t948__title,
#rec2114502063 .t948__descr {
	color: #000000;
}

#rec2114502063 .t-section__descr {
	max-width: 560px;
}

#rec2114502063 .t948__textwrapper {
	border-radius: 15px;
}
#rec2114502063 .t-section__descr {
    margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
	#rec2114502063 .t-section__title {
		margin-bottom: 20px;
	}

	#rec2114502063 .t-section__descr {
		margin-bottom: 65px;
	}
}
#rec2114502073 .t812__pricelist-item__title {color:#000000;}
#rec2114502073 .t812__pricelist-item__price {color:#000000;}
#rec2114502073 .t812__pricelist-item__descr {color:#000000;}
#rec2114502073 .t812__col:first-child {}
  @media screen and (max-width:960px) {
	#rec2114502073 .t812__col:first-child {
	  margin-bottom:30px;
	}
  }
#rec2114502073 .t-section__title {color:#000000;}
#rec2114502073 .t-section__descr {color:#000000;}
.t-section__title,.t-section__descr {overflow-wrap:break-word;}
.t-section__descr {max-width:560px;}

#rec2114502073 .t-section__title {margin-bottom:40px;}
#rec2114502073 .t-section__descr {margin-bottom:105px;}

@media screen and (max-width:960px) {
#rec2114502073 .t-section__title {margin-bottom:20px;}
#rec2114502073 .t-section__descr {margin-bottom:45px;}
}
#rec2114502073 .t812__col:first-child {}
@media screen and (max-width:960px){
#rec2114502073 .t812__col:first-child{margin-bottom:30px;}
}
#rec2114502083 .t820__textwrapper .t-name{color:#000000;}
#rec2114502083 .t820__textwrapper .t-descr{color:#000000;}
.t-section__title,.t-section__descr {overflow-wrap:break-word;}
.t-section__descr {max-width:560px;}

#rec2114502083 .t-section__title {margin-bottom:40px;}
#rec2114502083 .t-section__descr {margin-bottom:90px;}

@media screen and (max-width:960px) {
#rec2114502083 .t-section__title {margin-bottom:20px;}
#rec2114502083 .t-section__descr {margin-bottom:45px;}
}

#rec2114502083 .t-section__title{color:#000000;}
#rec2114502083 .t-section__descr{color:#000000;}
#rec2114503803 .t046__text {color:#ffffff;}
#rec2114106413 .t165__title{color:#000000;}
#rec2114106413 .t165__text{color:#000000;}
#rec2114106413 .t165__img{border-radius:15px;}
#rec2114106423 .t820__textwrapper .t-name { color:#000000; }
#rec2114106423 .t820__textwrapper .t-descr { color:#000000; }
#rec2114106423 .t-section__title { color:#000000; }
#rec2114106423 .t-section__descr { color:#000000; }
.t-section__title,
.t-section__descr {
overflow-wrap: break-word;
}

.t-section__descr {
max-width: 560px;
}

#rec2114106423 .t-section__title {
margin-bottom: 40px;
}

#rec2114106423 .t-section__descr {
margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
#rec2114106423 .t-section__title {
  margin-bottom: 20px;
}

#rec2114106423 .t-section__descr {
  margin-bottom: 45px;
}
}
#rec2114106433 .t820__textwrapper .t-name { color:#000000; }
#rec2114106433 .t820__textwrapper .t-descr { color:#000000; }
#rec2114106433 .t-section__title { color:#000000; }
#rec2114106433 .t-section__descr { color:#000000; }
#rec2114106443 .t175__title { color:#000000; }
#rec2114106443 .t175__text { color:#000000; }
#rec2114106443 .t175__img { border-radius:15px; }

.t-section__title,
.t-section__descr {
overflow-wrap: break-word;
}

.t-section__descr {
max-width: 560px;
}

#rec2114106433 .t-section__title {
margin-bottom: 40px;
}

#rec2114106433 .t-section__descr {
margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
#rec2114106433 .t-section__title {
  margin-bottom: 20px;
}

#rec2114106433 .t-section__descr {
  margin-bottom: 45px;
}
}
#rec2114502073 .t-section__title{color:#000000;}
#rec2114502073 .t-section__descr{color:#000000;}
.t-section__title,.t-section__descr{overflow-wrap:break-word;}
.t-section__descr{max-width:560px;}
#rec2114502073 .t-section__title{margin-bottom:40px;}
#rec2114502073 .t-section__descr{margin-bottom:105px;}
#rec2114106453 .t820__textwrapper .t-name{color:#000000;}
#rec2114106453 .t820__textwrapper .t-descr{color:#000000;}
#rec2114106453 .t-section__title{color:#000000;}
#rec2114106453 .t-section__descr{color:#000000;}
.t-section__title,.t-section__descr{overflow-wrap:break-word;}
.t-section__descr{max-width:560px;}
#rec2114106453 .t-section__title{margin-bottom:40px;}
#rec2114106453 .t-section__descr{margin-bottom:90px;}
#rec2114106463 .t820__textwrapper .t-name{color:#000000;}
#rec2114106463 .t820__textwrapper .t-descr{color:#000000;}
#rec2114106463 .t-section__title{color:#000000;}
#rec2114106463 .t-section__descr{color:#000000;}
.t-section__title,.t-section__descr{overflow-wrap:break-word;}
.t-section__descr{max-width:560px;}
#rec2114106463 .t-section__title{margin-bottom:40px;}
#rec2114106463 .t-section__descr{margin-bottom:90px;}
#rec2114106473 .t175__img{border-radius:15px;}
#rec2114106473 .t175__title{color:#000000;}
#rec2114106473 .t175__text{color:#000000;}
#rec2114107963 .t046__text{color:#ffffff;}
#rec2114516373 .t-btnflex.t-btnflex_type_button {
color:#000000;
background-color:#00c750;
border-radius:32px;
transition:0.2s ease-in-out;
}
#rec2114516393 .t-card__title {
  color:#000000;
}

#rec2114516393 .t-card__uptitle {
  color:#000000;
}

#rec2114516393 .t1069__price {
  color:#000000;
}

#rec2114516393 .t-card__descr {
  color:#000000;
}
#rec2114516393 .t1069__featured .t1069__content {
  box-shadow:0px 0px 20px rgba(0,0,0,0.1);
}  
#rec2114516393 .t1069__content {
  border-radius:15px;
}
#rec2114524373 .t-btnflex.t-btnflex_type_button {
color:#00c750;
border-style:solid !important;
border-color:#00c750 !important;
border-width:3px;
border-radius:50px;
box-shadow:none !important;
transition-duration:0.2s;
transition-property:background-color,color,border-color,box-shadow,opacity,transform,gap;
transition-timing-function:ease-in-out;
}
.t-section__title,
.t-section__descr {
	overflow-wrap: break-word;
}

.t-section__descr {
	max-width: 560px;
}

#rec2114516423 .t-section__title {
	margin-bottom: 40px;
	color: #000000;
}

#rec2114516423 .t-section__descr {
	margin-bottom: 90px;
	color: #000000;
}

@media screen and (max-width:960px) {
	#rec2114516423 .t-section__title {
		margin-bottom: 20px;
	}

	#rec2114516423 .t-section__descr {
		margin-bottom: 45px;
	}
}

#rec2114516423 .t1095__textwrapper .t-name {
	color: #000000;
}

#rec2114516423 .t1095__textwrapper .t-descr {
	color: #000000;
}        
.t-section__title,
.t-section__descr {
	overflow-wrap: break-word;
}

.t-section__descr {
	max-width: 560px;
}

#rec2114527683 .t-section__title {
	margin-bottom: 40px;
}

#rec2114527683 .t-section__descr {
	margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
	#rec2114527683 .t-section__title {
		margin-bottom: 20px;
	}

	#rec2114527683 .t-section__descr {
		margin-bottom: 45px;
	}
}        
#rec2114516443 .t580__title {
	color: #000000;
}

#rec2114516443 .t580__descr {
	color: #000000;
}
#rec2114516443 .t-btnflex.t-btnflex_type_button {
	color: #000000;
	background-color: #00c750;
	--border-width: 0px;
	border-style: none !important;
	border-radius: 32px;
	box-shadow: none !important;
	transition-duration: 0.2s;
	transition-property:
		background-color,
		color,
		border-color,
		box-shadow,
		opacity,
		transform,
		gap;
	transition-timing-function: ease-in-out;
}
.vl-popup {
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	padding: 32px 28px 28px;
	position: relative;
	scrollbar-width: thin;
	scrollbar-color: #c5ecc5 transparent;
  }

  .vl-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 26px;
	color: #999;
	cursor: pointer;
	line-height: 1;
  }
  .vl-close:hover {
	color: #2ab34a;
  }

  /* ─── BRANCH TITLE ─── */
  .vl-branch-name {
	font-size: 13px;
	font-weight: 700;
	color: #2ab34a;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 4px;
  }

  .vl-popup h2 {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #1a1a1a;
  }

  /* ─── PRICING GRID ─── */
  .vl-prices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 24px;
  }

  @media (max-width: 480px) {
	.vl-prices {
	  grid-template-columns: 1fr;
	}
  }

  .vl-price-card {
	background: #f0faf0;
	border: 1px solid #d4edd4;
	border-radius: 14px;
	padding: 16px 18px;
  }

  .vl-price-card h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #1a1a1a;
  }

  .vl-amount {
	font-size: 26px;
	font-weight: 900;
	color: #2ab34a;
	line-height: 1;
  }

  .vl-amount-old {
	font-size: 14px;
	color: #bbb;
	text-decoration: line-through;
	margin-left: 6px;
	font-weight: 600;
  }

  .vl-time {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
  }

  /* ─── DIVIDER ─── */
  .vl-hr {
	border: none;
	border-top: 1px solid #e8e8e8;
	margin: 0 0 22px;
  }

  /* ─── FREE VISIT SECTION ─── */
  .vl-section-title {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #1a1a1a;
  }

  .vl-intro {
	font-size: 14px;
	line-height: 1.65;
	color: #555;
	margin-bottom: 14px;
  }

  .vl-benefits {
	list-style: none;
	margin-bottom: 16px;
  }

  .vl-benefits li {
	font-size: 14px;
	line-height: 1.55;
	color: #444;
	padding: 5px 0 5px 26px;
	position: relative;
  }

  .vl-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #2ab34a;
	font-weight: 800;
  }

  .vl-formats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 16px;
  }

  @media (max-width: 420px) {
	.vl-formats {
	  grid-template-columns: 1fr;
	}
  }

  .vl-format {
	background: #f7f7f7;
	border-radius: 12px;
	padding: 12px 14px;
	border-left: 3px solid #2ab34a;
  }

  .vl-format strong {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
	color: #1a1a1a;
  }

  .vl-format span {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
  }

  .vl-note {
	background: #fffbea;
	border-left: 3px solid #f5c400;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 13px;
	color: #555;
	line-height: 1.55;
	margin-bottom: 22px;
  }

  /* ─── CTA BUTTON ─── */
  .vl-cta {
	display: block;
	width: 100%;
	padding: 15px;
	background: #2ab34a;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 0.02em;
	transition: background 0.2s;
  }
  .vl-cta:hover {
	background: #24a040;
  }

  /* ─── DEMO TRIGGER BUTTONS (видаліть на Tilda) ─── */
  .demo-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 30px;
	justify-content: center;
  }
  .demo-btn {
	padding: 12px 22px;
	background: #2ab34a;
	color: #fff;
	border: none;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
  }
  .demo-btn:hover {
	background: #24a040;
  }   
  /* Placeholder */
    .modal__container-form input::-webkit-input-placeholder,
    .modal__container-form textarea::-webkit-input-placeholder {
        color: #000000;
        opacity: 0.5;
    }

    .modal__container-form input::-moz-placeholder,
    .modal__container-form textarea::-moz-placeholder {
        color: #000000;
        opacity: 0.5;
    }

    .modal__container-form input:-moz-placeholder,
    .modal__container-form textarea:-moz-placeholder {
        color: #000000;
        opacity: 0.5;
    }

    .modal__container-form input:-ms-input-placeholder,
    .modal__container-form textarea:-ms-input-placeholder {
        color: #000000;
        opacity: 0.5;
    }
	/* Submit button */
    .modal__container-form .t-btnflex.t-btnflex_type_submit {
        color: #ffffff;
        background-color: #2eaf7d;

        --border-width: 0px;

        border-style: none !important;
        border-radius: 20px;

        box-shadow: none !important;

        transition-duration: 0.2s;
        transition-property:
            background-color,
            color,
            border-color,
            box-shadow,
            opacity,
            transform,
            gap;
        transition-timing-function: ease-in-out;
    }
	.modal__container-form .t-form .t-descr_md, .t706 .t706__cartwin-totalamount-wrap.t-descr_xl {
		font-size: 16px;
	}
	.modal__container-form .t-input-group {
		margin-bottom: 20px;
	}
	#rec2009485783 .t-slds__bullet_active .t-slds__bullet_body{
		background-color:#222 !important;
	}
	#rec2009485783 .t-slds__bullet:hover .t-slds__bullet_body{
		background-color:#222 !important;
	}
	#rec2009485783 .t-slds__bullet_body:focus-visible{
		background-color:#222 !important;
	}
	.t778__title {
		font-weight: 400;
	}
	#rec2009485783 .t778__price {
		font-weight: 400;
	}
	.t778__price_old {
		font-weight: 400;
	}	
/*-------------------------------------------*/
.tab-content.active { display: block; }

.tab.active {
  font-weight: bold;
}
.contacts-icon {
    padding-top: 90px;
}
.modal__container-price {
  height: 562px;
  width: 64% !important;
}
.modal__container-price .t-width_10 {
    max-width: 100%;
}
.modal {
  position: fixed;
  inset: 0;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 250ms ease, visibility 0s linear 250ms;
  z-index: 999;
}
/* включаем интеракцию только когда открыто */
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition: opacity 250ms ease;
}

/* overlay */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);

  display: flex;
  align-items: center;
  justify-content: center;
}
/* окно */
.modal__container {
  background: #fff;  
  border-radius: 12px;  
  width: 100%;

  transform: translateY(60px);
  opacity: 0;

  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
              opacity 250ms ease;
}
/* OPEN STATE */
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal.is-open .modal__container {
  transform: translateY(0);
  opacity: 1;
}
.modal__container-form {
    max-width: 560px;
    width: 100%;
    padding: 30px;
    top: 35%;
    position: relative;
}
.modal-form .modal__overlay {
	overflow-y: scroll;
}
.modal-form .t706__cartwin-totalamount-wrap {
    color: #000;
    display: none;
    font-weight: 600;
    overflow-wrap: break-word;
    padding-top: 25px;
    text-align: right;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
}
.modal-form  button.t-submit.t-btnflex.t-btnflex_type_submit.t-btnflex_md {
    width: 100%;
}
.modal-form .t706__product-minus,
.modal-form .t706__product-plus,
.modal-form .t706__product-del {
    padding: 0;
    margin: 0;

    background: transparent;
    border: none;
    outline: none;

    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
}
.modal-form .t-descr_sm {
    font-size: 16px;
    line-height: 1.55;
}
.modal-form .t706__product-del-wrapper {    
    padding: 20px 0 15px 5px;   
}
.modal__container-info {
    width: 99%;
    height: 100vh;
    overflow-y: scroll;
    padding: 100px 0 0 110px;
}
.modal__container-info .t-product__option.js-product-option {
    width: 50%;
    margin-top: 20px;
}
.modal__container-info .js-product .t-product__option-variants:after {    
    top: 74%;
}
.modal__container-info .t-btnflex.t-btnflex_type_button {
	color: #ffffff;
	background-color: #2eaf7d;
	border-style: solid !important;
	border-color: #02c753 !important;
	--border-width: 0px;
	border-radius: 20px;
	box-shadow: none !important;
	white-space: normal;
	transition-duration: 0.2s;
	transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
	transition-timing-function: ease-in-out;
	margin-top: 20px;
}
.modal__container-info .t-btnflex.t-btnflex_type_button span {
	color: #ffffff;
}
.modal__container-info  .t-slds__nocycle .t-slds__item:not(.js-feed-post):first-child, 
.modal__container-info  .t-slds__nocycle .t-slds__item:not(.js-feed-post):not(.t-slds__item_dummy):last-child {
	opacity: 1 !important;
}
.modal__container-info  .t-slds__nocycle .t-slds__arrow_wrapper-left {
    display: block;
}
.modal__container-info  .t778__wrapper.t778__col_right.t-col.t-col_6.t-align_left {
    padding-bottom: 50px;
}
.news-block .t001__title {
    color: #fff !important;
}
.news-block .t001__uptitle {
    color: #fff !important;
}
.news-block .t001__descr {
    color: #fff !important;
}
.news-top-block .t-title {
    color: #fff !important;
}
.news-top-block .t-descr {
    color: #fff !important;
}
.news-top-block .t-btnflex_type_button {
    color: #fff !important;
}
#rec2011086693 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #2eaf7d;
    border-style: solid !important;
    border-color: #02c753 !important;
    --border-width: 0px;
    border-radius: 210px;
    box-shadow: none !important;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}
#rec2011086693 .t-btnflex.t-btnflex_type_button2 {
    color: #000000;
    border-style: solid !important;
    border-color: #2eaf7d !important;
    --border-width: 1px;
    border-radius: 110px;
    box-shadow: none !important;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}
#rec2011086693 .t778__textwrapper .t778__descr {
    font-size: 12px;
}
.t1015 .t-btnflex.t-btnflex_type_submit {
    color: #ffffff;
    background-color: #00be55;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1024px) {
	.modal__container-price {	  
	  width: 90% !important;
	}
	.modal__container-price .t-width_10 {
        max-width: 100%;
    }
}