button.btn.btn-default.club-info-btn {
    background: #f2c314;
}


.account-back-store{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px;
    margin:20px 0 30px;
    border-radius:16px;
    text-decoration:none !important;
    color:#fff !important;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    transition:.2s;
}
a.account-back-store.vsc {
    background: #F5C518;
}
.account-back-store:hover{
    color:#fff !important;
    text-decoration:none !important;
    transform:translateY(-2px);
}

.account-back-store.fort{
    background:#16a34a;
}

.account-back-store.ka4{
    background:#2563eb;
}

.store-icon{
    font-size:42px;
    flex:0 0 42px;
}

.store-content{
    display:block;
}

.store-title{
    font-size:14px;
    color:rgba(255,255,255,.9);
}

.store-name{
    font-size:24px;
    font-weight:700;
    color:#fff;
}

@media(max-width:768px){

.store-name{
    font-size:18px;
}

.store-icon{
    font-size:32px;
}

}






/* красивое меню */

.list-group{
background:#fff !important;
padding:15px !important;
border-radius:24px !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
position:sticky !important;
top:90px !important;
}

.list-group-item{
border:none !important;
border-radius:12px !important;
margin-bottom:6px !important;
padding:14px 16px !important;
font-size:15px !important;
font-weight:600 !important;
color:#0b2742 !important;
transition:.2s !important;
}
 .list-group-item:hover{
background:#f2c314 !important;
color:#0b2742 !important;
}

.list-group-item:last-child{
background:#fff3f3 !important;
color:#dc2626 !important;
}



/* мобильная версия */

@media(max-width:991px){



.account-orders-page #column-right{
width:100% !important;
margin-top:20px !important;
}

.list-group{
position:relative !important;
top:auto !important;
border-radius:18px !important;
}

}

.account-page-title{
font-size:42px !important;
font-weight:700 !important;
text-align:center !important;
color:#0b2742 !important;
margin-bottom:35px !important;
}







<style>

.account-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:25px;
}

.account-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
    gap:20px;
}

.account-card{
    display:block;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:25px;
    text-decoration:none;
    transition:.2s;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
}

.account-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    text-decoration:none;
}

.account-icon{
    font-size:42px;
    margin-bottom:15px;
}

.account-name{
    font-size:20px;
    font-weight:700;
    color:#111827;
    margin-bottom:8px;
}

.account-desc{
    color:#6b7280;
    font-size:14px;
}

@media(max-width:768px){

.account-title{
    font-size:28px;
}

.account-grid{
    grid-template-columns:1fr;
}

}

</style>







@media only screen and (max-width: 1199px){
.box-account .dropdown-menu,
.cs-dropdown,
.dropdown-menu-right.cs-dropdown{
    border: 0px !important;
    border-radius: 15px !important;
    margin-top: 15px !important;
    background: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 40px !important;
    overflow: hidden !important;
    right: 0px !important;
    left: auto !important;
    z-index: 99999 !important;
}

}


@media only screen and (min-width: 1200px){
.box-account .dropdown-menu,
.cs-dropdown,
.dropdown-menu-right.cs-dropdown{
    min-width:240px !important;
    border:0 !important;
    border-radius:15px !important;
    padding:10px 0 !important;
    margin-top:15px !important;
    background:#fff !important;
    box-shadow:0 15px 40px rgba(0,0,0,.15) !important;
    overflow:hidden !important;
    right:0 !important;
    left:auto !important;
    z-index:99999 !important;
}

}





.box-account .dropdown-menu li{
    display:block !important;
    width:100% !important;
}

.box-account .dropdown-menu li a{
    display:block !important;
    padding:14px 22px !important;
    font-size:15px !important;
    color:#1f2937 !important;
    text-decoration:none !important;
    border-bottom:1px solid #f3f4f6 !important;
    transition:all .2s ease !important;
}

.box-account .dropdown-menu li:last-child a{
    border-bottom:none !important;
}

.box-account .dropdown-menu li a:hover{
    background:#f8fafc !important;
    color:#000 !important;
    padding-left:28px !important;
}

.box-account.open .dropdown-menu{
    display:block !important;
}

.box-account .dropdown-menu:before{
    content:'' !important;
    position:absolute !important;
    top:-8px !important;
    right:25px !important;
    width:16px !important;
    height:16px !important;
    background:#fff !important;
    transform:rotate(45deg) !important;
}





.health24-offer-section{
    background:#fff;
    border:1px solid #e8edf3;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
}

.health24-offer-section h1{
    font-size:38px;
    font-weight:800;
    line-height:1.3;
    color:#111827;
    margin:0 0 25px;
}

.health24-offer-section h2{
    font-size:28px;
    font-weight:700;
    color:#0f766e;
    margin:0 0 25px;
    padding-bottom:15px;
    border-bottom:2px solid #e5e7eb;
}

.health24-offer-section p{
    font-size:17px;
    line-height:1.9;
    color:#374151;
    margin:0 0 18px;
}

.health24-offer-section strong{
    color:#111827;
    font-weight:700;
}

.health24-offer-section ul{
    margin:20px 0;
    padding-left:0;
    list-style:none;
}

.health24-offer-section ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    font-size:16px;
    line-height:1.8;
    color:#374151;
}

.health24-offer-section ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#16a34a;
    font-weight:700;
}

.health24-offer-section a{
    color:#0f766e;
    text-decoration:none;
    font-weight:600;
}

.health24-offer-section a:hover{
    text-decoration:underline;
}

.health24-offer-section:not(:last-child){
    margin-bottom:35px;
}

@media (max-width:991px){

    .health24-offer-section{
        padding:25px;
        border-radius:14px;
    }

    .health24-offer-section h1{
        font-size:30px;
    }

    .health24-offer-section h2{
        font-size:24px;
    }

    .health24-offer-section p{
        font-size:16px;
        line-height:1.8;
    }

}

@media (max-width:767px){

    .health24-offer-section{
        padding:20px;
        border-radius:12px;
        margin-bottom:20px;
    }

    .health24-offer-section h1{
        font-size:26px;
        margin-bottom:20px;
    }

    .health24-offer-section h2{
        font-size:21px;
        margin-bottom:18px;
        padding-bottom:12px;
    }

    .health24-offer-section p{
        font-size:15px;
        line-height:1.7;
    }

    .health24-offer-section ul li{
        font-size:15px;
        padding-left:24px;
    }

}
/* HEALTH24 PRODUCT */

#product{
    background:#fff !important;
    border-radius:25px !important;
    padding:35px !important;
    box-shadow:0 15px 40px rgba(0,0,0,.06) !important;
}

#product .price{
    margin:25px 0 !important;
}

#product .autocalc-product-price{
    font-size:62px !important;
    font-weight:800 !important;
    line-height:1 !important;
    color:#111 !important;
}

#product .p-model{
    display:inline-block !important;
    background:#f4ffd6 !important;
    padding:10px 15px !important;
    border-radius:10px !important;
    font-weight:600 !important;
    margin-bottom:15px !important;
}

#product .quantity-number{
    border:2px solid #eee !important;
    border-radius:12px !important;
    overflow:hidden !important;
}

#product .quantity-number input{
    border:none !important;
    font-size:18px !important;
    font-weight:700 !important;
}

#product .add-action{
    background:#fafafa !important;
    width:45px !important;
}

#button-cart{
    background:#b4ff00 !important;
    color:#111 !important;
    border:none !important;
    border-radius:12px !important;
    height:60px !important;
    font-size:22px !important;
    font-weight:800 !important;
    padding:0 40px !important;
    transition:.3s !important;
    box-shadow:0 10px 25px rgba(180,255,0,.35) !important;
}

#button-cart:hover{
    transform:translateY(-2px) !important;
    background:#a6eb00 !important;
}

#button-cart span{
    font-size:22px !important;
    font-weight:800 !important;
}

.rating.info-product{
    opacity:.3 !important;
}

.stock_rating_line{
    border-bottom:1px solid #f1f1f1 !important;
    margin-bottom:20px !important;
    padding-bottom:15px !important;
}

#product{
    position:relative;
}

#product:before{
    content:'НАЙПОПУЛЯРНІШИЙ АБОНЕМЕНТ';
    position:absolute;
    top:-12px;
    right:25px;
    background:#b4ff00;
    color:#111;
    font-size:12px;
    font-weight:700;
    padding:8px 15px;
    border-radius:30px;
}

@media(max-width:768px){

#product{
    padding:20px !important;
}

#product .autocalc-product-price{
    font-size:42px !important;
}

#button-cart{
    width:100% !important;
}

}
.health24-benefits{
    margin:60px 0;
}

.health24-benefits-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    margin-bottom:40px;
}

.health24-benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.health24-benefit{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:relative;
}

.health24-benefit-number{
    font-size:60px;
    font-weight:800;
    color:#b4ff00;
    line-height:1;
    margin-bottom:20px;
}

.health24-benefit h3{
    font-size:26px;
    margin-bottom:15px;
}

.health24-benefit p{
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

.health24-benefits-grid{
    grid-template-columns:1fr;
}

.health24-benefits-title{
    font-size:30px;
}

}




.health24-sport-plan{
max-width:1200px;
margin:0 auto;
}

.health24-sport-plan-hero{
text-align:center;
padding:50px 30px;
background:#f8fff0;
border-radius:25px;
margin-bottom:40px;
}

.health24-sport-plan-label{
display:inline-block;
background:#b4ff00;
padding:10px 18px;
border-radius:30px;
font-size:14px;
font-weight:700;
margin-bottom:20px;
}

.health24-sport-plan-title{
font-size:48px;
font-weight:800;
margin-bottom:20px;
}

.health24-sport-plan-price{
font-size:56px;
font-weight:800;
color:#111;
margin-bottom:20px;
}

.health24-sport-plan-description{
max-width:700px;
margin:0 auto 30px;
font-size:18px;
line-height:1.8;
color:#666;
}

.health24-sport-plan-btn{
display:inline-block;
background:#b4ff00;
color:#000;
padding:18px 40px;
border-radius:50px;
font-weight:700;
text-decoration:none;
}

.health24-sport-plan-includes{
text-align:center;
margin-bottom:50px;
}

.health24-sport-plan-includes h2{
margin-bottom:30px;
}

.health24-sport-plan-features{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.health24-sport-plan-feature{
background:#fff;
padding:15px 25px;
border-radius:50px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.health24-sport-plan-feature i{
color:#95d600;
margin-right:10px;
}

.health24-sport-plan-content{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-bottom:40px;
}

.health24-sport-plan-block{
background:#fff;
border-radius:20px;
padding:30px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.health24-sport-plan-block h3{
margin-bottom:20px;
}

.health24-sport-plan-block ul{
padding-left:20px;
}

.health24-sport-plan-block li{
margin-bottom:10px;
}

.health24-sport-plan-note{
background:#f4ffd6;
border-left:5px solid #95d600;
padding:25px;
border-radius:15px;
}

@media(max-width:768px){

.health24-sport-plan-title{
font-size:32px;
}

.health24-sport-plan-price{
font-size:42px;
}

.health24-sport-plan-content{
grid-template-columns:1fr;
}

}



.table{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.table thead th{
    background:#111;
    color:#fff;
    border:none;
    padding:18px;
    font-size:15px;
    font-weight:700;
}

.table tbody td{
    padding:16px;
    vertical-align:middle;
}

.table tbody tr:nth-child(even){
    background:#fafafa;
}

.table tbody tr:hover{
    background:#f4ffd6;
}

.table td:first-child{
    font-weight:600;
    text-align:left;
}

.fa-check{
    color:#00b050!important;
    font-size:18px;
}

.fa-minus{
    color:#999!important;
}




.pricing-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    border:2px solid transparent;
}

.pricing-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.pricing-card h5{
    font-size:14px;
    font-weight:800;
    letter-spacing:2px;
    color:#777;
    text-transform:uppercase;
}

.pricing-card .price{
    margin:20px 0;
}

.pricing-card .price-amount{
    font-size:42px;
    font-weight:800;
    color:#111;
}

.pricing-card .price-term{
    display:block;
    color:#777;
    font-size:14px;
}

.pricing-card ul li{
    padding:8px 0;
    color:#444;
    border-bottom:1px solid #f3f3f3;
}

.pricing-card ul li:last-child{
    border:none;
}

.pricing-card .btn{
    margin-top:15px;
}

.pricing-card.featured{
    background:#f4ffd6;
    border:2px solid #b4ff00;
    transform:scale(1.03);
}

.pricing-card.featured:before{
    content:"ПОПУЛЯРНИЙ";
    display:inline-block;
    background:#b4ff00;
    color:#000;
    font-size:12px;
    font-weight:700;
    padding:6px 12px;
    border-radius:30px;
    margin-bottom:15px;
}

.health24-faq{
max-width:1200px;
margin:0 auto;
}

.health24-faq-header{
text-align:center;
margin-bottom:50px;
}

.health24-faq-label{
display:inline-block;
padding:10px 18px;
background:#f5f9eb;
border-radius:30px;
color:#739600;
font-size:14px;
font-weight:700;
margin-bottom:20px;
}

.health24-faq-title{
font-size:48px;
font-weight:700;
margin-bottom:20px;
color:#222;
}

.health24-faq-description{
max-width:800px;
margin:0 auto;
font-size:20px;
color:#666;
line-height:1.8;
}

.health24-faq-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.health24-faq-card{
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.health24-faq-card h3{
margin:0 0 15px;
font-size:22px;
font-weight:700;
color:#222;
}

.health24-faq-card p{
margin:0;
color:#666;
line-height:1.8;
font-size:16px;
}

@media(max-width:768px){

.health24-faq-title{
font-size:30px;
}

.health24-faq-description{
font-size:16px;
}

.health24-faq-grid{
grid-template-columns:1fr;
}

.health24-faq-card{
padding:20px;
}

.health24-faq-card h3{
font-size:18px;
}

}



.health24-membership{
max-width:1200px;
margin:0 auto;
}

.health24-membership-hero{
text-align:center;
margin-bottom:50px;
}

.health24-membership-label{
display:inline-block;
padding:10px 18px;
background:#f5f9eb;
border-radius:30px;
font-size:14px;
font-weight:700;
color:#739600;
margin-bottom:20px;
}

.health24-membership-title{
font-size:48px;
font-weight:700;
margin-bottom:20px;
color:#222;
}

.health24-membership-description{
max-width:800px;
margin:0 auto;
font-size:20px;
line-height:1.8;
color:#555;
}

.health24-membership-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-bottom:50px;
}

.health24-membership-card{
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
text-align:center;
}

.health24-membership-icon{
font-size:50px;
margin-bottom:20px;
}

.health24-membership-card h3{
margin-bottom:15px;
font-size:24px;
font-weight:700;
}

.health24-membership-card p{
color:#666;
line-height:1.8;
}

.health24-membership-how{
background:#f8f8f8;
border-radius:16px;
padding:40px;
margin-bottom:40px;
}

.health24-membership-how h2{
text-align:center;
margin-bottom:35px;
font-size:32px;
}

.health24-membership-steps{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.health24-membership-step{
text-align:center;
}

.health24-membership-step span{
width:60px;
height:60px;
background:#95d600;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 15px;
font-size:24px;
font-weight:700;
}

.health24-membership-note{
background:#f7fff0;
border-left:5px solid #95d600;
padding:25px;
border-radius:10px;
font-size:18px;
}

@media(max-width:768px){

.health24-membership-title{
font-size:30px;
}

.health24-membership-description{
font-size:16px;
}

.health24-membership-cards{
grid-template-columns:1fr;
}

.health24-membership-steps{
grid-template-columns:1fr 1fr;
}

.health24-membership-how{
padding:20px;
}

}



#faqAccordion{
    margin-top:30px;
}

#faqAccordion .panel{
    border:none;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

#faqAccordion .panel-heading{
    padding:0;
    background:#fff;
}

#faqAccordion .panel-title{
    margin:0;
}

#faqAccordion .panel-title a{
    display:block;
    padding:18px 20px;
    font-size:18px;
    font-weight:700;
    color:#222;
    text-decoration:none;
    position:relative;
    transition:.2s;
}

#faqAccordion .panel-title a:hover{
    background:#f8f8f8;
}

#faqAccordion .panel-title a:after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    font-weight:700;
    color:#95d600;
}

#faqAccordion .panel-body{
    padding:20px;
    font-size:16px;
    line-height:1.8;
    color:#444;
    background:#fff;
    border-top:1px solid #eee;
}

#faqAccordion ul{
    margin:0;
    padding-left:20px;
}

#faqAccordion li{
    margin-bottom:8px;
}

@media(max-width:768px){

#faqAccordion .panel-title a{
    padding:15px;
    font-size:16px;
    line-height:1.5;
    padding-right:45px;
}

#faqAccordion .panel-body{
    padding:15px;
    font-size:15px;
}

}


.health24-force{
    max-width:950px;
    margin:0 auto;
    color:#222;
    font-size:18px;
    line-height:1.8;
}

.health24-force h1{
    margin:0 0 25px;
    font-size:34px;
    font-weight:700;
}

.health24-force-steps{
    margin:35px 0;
}

.health24-force-step{
    display:flex;
    gap:20px;
    margin-bottom:25px;
    align-items:flex-start;
}

.health24-force-number{
    width:50px;
    min-width:50px;
    height:50px;
    border-radius:50%;
    background:#95d600;
    color:#000;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.health24-force-content h3{
    margin:0 0 10px;
    font-size:22px;
}

.health24-force-info{
    margin-top:30px;
    padding:25px;
    background:#f8f8f8;
    border-radius:10px;
}

.health24-force-info h3{
    margin-top:0;
    margin-bottom:15px;
}

.health24-force-info ul{
    margin:0;
    padding-left:20px;
}

.health24-force-info li{
    margin-bottom:10px;
}

.health24-force-warning{
    margin-top:30px;
    padding:20px;
    background:#f7fff0;
    border-left:5px solid #95d600;
    border-radius:8px;
}

@media(max-width:768px){

.health24-force{
    font-size:16px;
}

.health24-force h1{
    font-size:26px;
}

.health24-force-step{
    gap:15px;
}

.health24-force-number{
    width:40px;
    min-width:40px;
    height:40px;
    font-size:18px;
}

.health24-force-content h3{
    font-size:18px;
}

.health24-force-info{
    padding:18px;
}

}




.health24-payment{
    max-width:950px;
    margin:0 auto;
    color:#222;
    font-size:18px;
    line-height:1.8;
}

.health24-payment h1{
    margin:0 0 25px;
    font-size:34px;
    font-weight:700;
}

.health24-payment-link{
    margin:30px 0;
}

.health24-payment-link a{
    display:inline-block;
    background:#95d600;
    color:#000;
    padding:15px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
}

.health24-payment-steps{
    margin:35px 0;
}

.health24-payment-step{
    display:flex;
    gap:20px;
    margin-bottom:25px;
    align-items:flex-start;
}

.health24-payment-number{
    width:50px;
    min-width:50px;
    height:50px;
    border-radius:50%;
    background:#95d600;
    color:#000;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.health24-payment-content h3{
    margin:0 0 10px;
    font-size:22px;
}

.health24-payment-info{
    margin-top:30px;
    padding:25px;
    background:#f8f8f8;
    border-radius:10px;
}

.health24-payment-warning{
    margin-top:30px;
    padding:20px;
    background:#f7fff0;
    border-left:5px solid #95d600;
    border-radius:8px;
}

@media(max-width:768px){

.health24-payment{
    font-size:16px;
}

.health24-payment h1{
    font-size:26px;
}

.health24-payment-step{
    gap:15px;
}

.health24-payment-number{
    width:40px;
    min-width:40px;
    height:40px;
    font-size:18px;
}

.health24-payment-content h3{
    font-size:18px;
}

.health24-payment-info{
    padding:18px;
}

}



.health24-refund{
    max-width:950px;
    margin:0 auto;
    color:#222;
    font-size:18px;
    line-height:1.8;
}

.health24-refund h1{
    margin:0 0 25px;
    font-size:34px;
    font-weight:700;
}

.health24-refund-steps{
    margin:35px 0;
}

.health24-refund-step{
    display:flex;
    gap:20px;
    margin-bottom:25px;
    align-items:flex-start;
}

.health24-refund-number{
    width:50px;
    min-width:50px;
    height:50px;
    border-radius:50%;
    background:#95d600;
    color:#000;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.health24-refund-content h3{
    margin:0 0 10px;
    font-size:22px;
    font-weight:700;
}

.health24-refund-info{
    margin-top:30px;
    padding:25px;
    background:#f8f8f8;
    border-radius:10px;
}

.health24-refund-info h3{
    margin-top:0;
    margin-bottom:15px;
    font-size:24px;
}

.health24-refund-warning{
    margin-top:30px;
    padding:20px;
    background:#f7fff0;
    border-left:5px solid #95d600;
    border-radius:8px;
}

@media(max-width:768px){

.health24-refund{
    font-size:16px;
}

.health24-refund h1{
    font-size:26px;
}

.health24-refund-step{
    gap:15px;
}

.health24-refund-number{
    width:40px;
    min-width:40px;
    height:40px;
    font-size:18px;
}

.health24-refund-content h3{
    font-size:18px;
}

.health24-refund-info{
    padding:18px;
}

}





.health24-activation{
    max-width:950px;
    margin:0 auto;
    color:#222;
    font-size:18px;
    line-height:1.8;
}

.health24-activation h1{
    margin:0 0 25px;
    font-size:34px;
    font-weight:700;
    line-height:1.3;
}

.health24-steps{
    margin:35px 0;
}

.health24-step{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:25px;
}

.health24-step-number{
    width:50px;
    min-width:50px;
    height:50px;
    border-radius:50%;
    background:#95d600;
    color:#000;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.health24-step-content h3{
    margin:0 0 10px;
    font-size:22px;
    font-weight:700;
}

.health24-step-content p{
    margin:0;
}

.health24-info{
    margin-top:30px;
    padding:25px;
    background:#f8f8f8;
    border-radius:10px;
}

.health24-info h3{
    margin-top:0;
    margin-bottom:15px;
    font-size:24px;
    font-weight:700;
}

.health24-info ul{
    margin:0;
    padding-left:20px;
}

.health24-info li{
    margin-bottom:10px;
}

.health24-warning{
    margin-top:30px;
    padding:20px;
    background:#f7fff0;
    border-left:5px solid #95d600;
    border-radius:8px;
}

@media (max-width:768px){

    .health24-activation{
        font-size:16px;
        line-height:1.7;
    }

    .health24-activation h1{
        font-size:26px;
    }

    .health24-step{
        gap:15px;
    }

    .health24-step-number{
        width:40px;
        min-width:40px;
        height:40px;
        font-size:18px;
    }

    .health24-step-content h3{
        font-size:18px;
    }

    .health24-info{
        padding:18px;
    }

    .health24-info h3{
        font-size:20px;
    }

}

#logo,
#logo *,
.box-category,
.box-category *,
.navbar,
.navbar * {
    outline: none !important;
    box-shadow: none !important;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}


div#tab-description ul {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
    margin-bottom: 18px !important;
}



@media only screen and (min-width: 768px){

ul.nav.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


ul.nav.navbar-nav li {
    margin-right: 25px;
}

}




/* ORDER INFO KARASIK */

.order-card,
.products-card,
.address-box{
background:#fff !important;
border-radius:24px !important;
padding:25px !important;
border:1px solid #edf2f7 !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
margin-bottom:20px !important;
}

.order-card-title{
font-size:24px !important;
font-weight:700 !important;
color:#0b2742 !important;
margin-bottom:20px !important;
padding-bottom:15px !important;
border-bottom:2px solid #f2c314 !important;
}

.order-info-grid{
display:grid !important;
grid-template-columns:1fr 1fr !important;
gap:20px !important;
}

.order-info-item{
background:#f8fafc !important;
padding:20px !important;
border-radius:16px !important;
}

.order-info-item div{
margin-bottom:10px !important;
font-size:16px !important;
}

/* товары */

.product-row{
display:grid !important;
grid-template-columns:3fr 1fr 1fr 1fr 1fr !important;
gap:15px !important;
padding:15px 0 !important;
border-bottom:1px solid #eee !important;
align-items:center !important;
}

.product-name{
font-weight:600 !important;
color:#0b2742 !important;
}

.product-model,
.product-qty,
.product-price,
.product-total{
font-weight:600 !important;
}

.product-total{
color:#16a34a !important;
font-size:18px !important;
}

.total-box{
margin-top:25px !important;
padding:20px !important;
background:#f2c314 !important;
border-radius:16px !important;
font-size:26px !important;
font-weight:700 !important;
color:#0b2742 !important;
text-align:center !important;
box-shadow:0 10px 25px rgba(242,195,20,.25) !important;
}

/* кнопка назад */

.buttons{
margin-top:30px !important;
}

.buttons .btn-primary{
height:54px !important;
padding:0 30px !important;
border:none !important;
border-radius:12px !important;
background:#f2c314 !important;
color:#0b2742 !important;
font-weight:700 !important;
box-shadow:0 8px 20px rgba(242,195,20,.25) !important;
}

/* мобильная версия */

.mobile-label{
display:none;
}

@media(max-width:767px){

.order-card,
.products-card,
.address-box{
padding:18px !important;
border-radius:18px !important;
}

.order-card-title{
font-size:20px !important;
}

.order-info-grid{
grid-template-columns:1fr !important;
}

.desktop-header{
display:none !important;
}

.product-row{
display:block !important;
padding:15px !important;
background:#f8fafc !important;
border-radius:14px !important;
margin-bottom:15px !important;
border:none !important;
}

.mobile-label{
display:block !important;
font-size:12px !important;
color:#888 !important;
margin-bottom:5px !important;
text-transform:uppercase !important;
}

.product-name,
.product-model,
.product-qty,
.product-price,
.product-total{
margin-bottom:12px !important;
}

.total-box{
font-size:22px !important;
}

.buttons .pull-right{
float:none !important;
}

.buttons .btn-primary{
width:100% !important;
}

}

/* ORDERS KARASIK */

.orders-wrapper{
display:flex;
flex-direction:column;
gap:20px;
margin-top:30px;
}

.order-card{
background:#fff;
border-radius:24px;
padding:25px;
border:1px solid #edf2f7;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.2s;
}

.order-card:hover{
transform:translateY(-3px);
}

.order-card-top{
display:flex;
justify-content:space-between;
align-items:center;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #eee;
}

.order-id{
font-size:24px;
font-weight:700;
color:#0b2742;
}

.order-date{
font-size:14px;
color:#777;
margin-top:5px;
}

.order-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.order-label{
font-size:13px;
color:#888;
margin-bottom:8px;
text-transform:uppercase;
font-weight:600;
}

.order-value{
font-size:16px;
font-weight:600;
color:#0b2742;
}

.order-price{
font-size:26px;
font-weight:700;
color:#16a34a;
}

.status-unpaid{
display:inline-block;
background:#fff2f2;
color:#dc2626;
padding:10px 14px;
border-radius:12px;
font-weight:700;
}

.status-paid{
display:inline-block;
background:#ecfdf5;
color:#16a34a;
padding:10px 14px;
border-radius:12px;
font-weight:700;
}

.btn-order-view{
background:#f2c314 !important;
border:none !important;
border-radius:12px !important;
padding:12px 20px !important;
font-weight:700 !important;
color:#0b2742 !important;
box-shadow:0 8px 20px rgba(242,195,20,.25);
}

.btn-order-view:hover{
background:#ffd633 !important;
}

@media(max-width:991px){

.order-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:767px){

.order-card{
padding:18px;
border-radius:18px;
}

.order-card-top{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.order-grid{
grid-template-columns:1fr;
gap:15px;
}

.order-id{
font-size:20px;
}

.order-price{
font-size:22px;
}

.btn-order-view{
width:100%;
text-align:center;
}

}


/* KARASIK ACCOUNT ORDERS */
@media only screen and (max-width: 1199px){
.account-orders-page #content{
width:100% !important;
float:left !important;
max-width:none !important;
margin:0 !important;
}

.account-orders-page #column-right{
width:100% !important;
display:block !important;
float:left !important;
}
}


@media only screen and (min-width: 1200px){
.account-orders-page #content{
width:75% !important;
float:left !important;
max-width:none !important;
margin:0 !important;
}

.account-orders-page #column-right{
width:25% !important;
display:block !important;
float:left !important;
}
}



/* ОСТАВЛЯЕМ САЙДБАР */


.account-orders-page .row{
display:flex !important;
align-items:flex-start !important;
}

.account-orders-page #content{
order:1 !important;
}

.account-orders-page #column-right{
order:2 !important;
}

@media(max-width:991px){

.account-orders-page .row{
display:block !important;
}

.account-orders-page #content,
.account-orders-page #column-right{
width:100% !important;
float:none !important;
}

}



















/* Рахунки */

.personal-payment-card{
background:#fff !important;
padding:30px !important;
border-radius:24px !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
margin-bottom:30px !important;
}

.pp-title{
font-size:30px !important;
font-weight:700 !important;
color:#0b2742 !important;
margin-bottom:25px !important;
padding-bottom:15px !important;
border-bottom:2px solid #f2c314 !important;
}

/* карточка счета */

.personal-payment-card > div[style*="border:1px solid"]{
background:#fff !important;
border:2px solid #edf2f7 !important;
border-radius:20px !important;
padding:25px !important;
margin-bottom:20px !important;
box-shadow:0 8px 25px rgba(0,0,0,.05) !important;
transition:.2s !important;
}

.personal-payment-card > div[style*="border:1px solid"]:hover{
transform:translateY(-3px) !important;
}

.personal-payment-card div[style*="font-size:30px"]{
font-size:38px !important;
font-weight:700 !important;
color:#0b2742 !important;
}

.pp-btn-pay{
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
height:54px !important;
padding:0 30px !important;
border:none !important;
border-radius:12px !important;
background:#f2c314 !important;
color:#0b2742 !important;
font-size:16px !important;
font-weight:700 !important;
text-decoration:none !important;
box-shadow:0 8px 20px rgba(242,195,20,.3) !important;
}

.pp-btn-pay:hover{
background:#ffd633 !important;
}

/* пустые заказы */

.empty-orders{
background:#fff !important;
padding:50px 20px !important;
border-radius:24px !important;
text-align:center !important;
border:1px solid #edf2f7 !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
}

.empty-icon{
font-size:70px !important;
margin-bottom:20px !important;
}

.empty-title{
font-size:28px !important;
font-weight:700 !important;
color:#0b2742 !important;
}

/* мобильная версия */

@media(max-width:767px){

.account-page-title{
font-size:30px !important;
margin-bottom:25px !important;
}

.personal-payment-card{
padding:20px !important;
border-radius:18px !important;
}

.pp-title{
font-size:24px !important;
}

.personal-payment-card div[style*="font-size:30px"]{
font-size:30px !important;
}

.pp-btn-pay{
width:77% !important;
}

.empty-orders{
padding:35px 15px !important;
border-radius:18px !important;
}

.empty-icon{
font-size:50px !important;
}

.empty-title{
font-size:22px !important;
}

}


.karasik-mobile-account{
display:flex;
flex-direction:column;
gap:12px;
margin:20px 0;
}

.karasik-mobile-btn{
display:flex;
align-items:center;
justify-content:center;
height:58px;
border-radius:14px;
text-decoration:none !important;
font-size:17px;
font-weight:700;
transition:.2s;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.login-btn-k{
background:#f2c314;
color:#0b2742 !important;
}

.register-btn-k{
background:#0b2742;
color:#fff !important;
}

.restore-btn-k{
background:#f5f7fa;
color:#0b2742 !important;
border:2px solid #e5e7eb;
}

.karasik-mobile-btn:active{
transform:scale(.98);
}

@media(min-width:768px){

.karasik-mobile-account{
display:none;
}

}









.checkout-payment-method input[type="radio"], .checkout-shipping-method input[type="radio"] {
    left: 16px;
}




/* KARASIK CHECKOUT */

.checkout-col-center{
max-width:1400px !important;
margin:0 auto !important;
gap:25px !important;
}

.checkout-col-left{
width:68% !important;
}

.checkout-col-fix-right{
width:32% !important;
}

.opc-h1{
font-size:42px !important;
font-weight:700 !important;
text-align:center !important;
color:#0b2742 !important;
margin:20px 0 35px !important;
}

/* блоки */

.checkout-payment-method,
.checkout-сustomer,
.checkout-shipping-method,
.checkout-comment,
.totals-inner{
background:#fff !important;
border-radius:22px !important;
padding:25px !important;
border:1px solid #edf2f7 !important;
box-shadow:0 10px 30px rgba(0,0,0,.06) !important;
}

.checkout-heading{
font-size:24px !important;
font-weight:700 !important;
color:#0b2742 !important;
margin-bottom:20px !important;
padding-bottom:15px !important;
border-bottom:2px solid #f2c314 !important;
}

/* товар */

.cart-item{
background:#fff !important;
border-radius:22px !important;
padding:20px !important;
border:1px solid #edf2f7 !important;
box-shadow:0 10px 30px rgba(0,0,0,.06) !important;
margin-bottom:20px !important;
}

.cart-item-left img{
border-radius:18px !important;
}

.cart-item-prod-name a{
font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #0b2742 !important;
}

.product-model{
font-size:15px !important;
margin-top:10px !important;
color:#777 !important;
}

.cart-item-price{
font-size:22px !important;
font-weight:700 !important;
color:#0b2742 !important;
}

.cart-item-total{
font-size:18px !important;
font-weight:700 !important;
color:#f2c314 !important;
}

/* поля */

.checkout_form .form-control{
height:60px !important;
border-radius:14px !important;
border:2px solid #e5e7eb !important;
font-size:17px !important;

background:#fafafa !important;
box-shadow:none !important;
}

.checkout_form textarea.form-control{
height:120px !important;
padding:15px !important;
}

.checkout_form .form-control:focus{
background:#fff !important;
border-color:#f2c314 !important;
box-shadow:0 0 0 4px rgba(242,195,20,.15) !important;
}

.opc-label{
font-size:15px !important;
font-weight:700 !important;
margin-bottom:8px !important;
color:#0b2742 !important;
}

/* пароль */

.opc-password-box{
position:relative !important;
}

.opc-show-password{
width:36px !important;
height:36px !important;
background:#f2c314 !important;
border-radius:10px !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
right:12px !important;
}

/* радио */

.chm-radio{
background:#fafafa !important;
padding:18px !important;
border-radius:14px !important;
border:2px solid #edf2f7 !important;
margin-bottom:15px !important;
}

.chm-radio label{
font-size:17px !important;
font-weight:600 !important;
}

/* итоги */

.totals-inner{
position:sticky !important;
top:90px !important;
}

.opc-cart-title{
font-size:30px !important;
font-weight:700 !important;
color:#0b2742 !important;
}

.table_total td{
padding:12px 0 !important;
font-size:18px !important;
}

.total-last{
font-size:22px !important;
font-weight:700 !important;
}

.total-text{
font-weight:700 !important;
}

/* чекбоксы */

.checkout-agree{
padding:15px 0 !important;
border-top:1px solid #eee !important;
}

/* кнопка */

#button-register{
height:68px !important;
font-size:22px !important;
font-weight:700 !important;
border:none !important;
border-radius:16px !important;
    background: #b8ff00 !important;
    color: #0b2742 !important;
    box-shadow: 0 10px 30px #b8ff00 !important;
}

#button-register:hover{
background: #b8ff00 !important;
}

/* восстановление пароля */

.open-restore-modal{
display:inline-block !important;
padding:12px 20px !important;
background:#f5f7fa !important;
border-radius:12px !important;
font-weight:600 !important;
text-decoration:none !important;
}

.checkout-password-tooltip .tooltip-icon{
width:22px !important;
height:22px !important;
line-height:22px !important;
background:#f2c314 !important;
border-radius:50% !important;
text-align:center !important;
font-weight:700 !important;
}

/* MOBILE */

@media (max-width:991px){

.checkout-col-left,
.checkout-col-fix-right{
width:100% !important;
}

.checkout-col-center{
display:block !important;
}

.checkout-col-fix-right{
margin-top:20px !important;
}

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

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

.cart-item{
padding:15px !important;
}

.cart-item-prod-name a{
font-size:18px !important;
}

.cart-item-price{
font-size:18px !important;
}

.cart-item-total{
font-size:15px !important;
}

.checkout_form .form-control{
height:56px !important;
font-size:16px !important;
}

#button-register{
height:60px !important;
font-size:18px !important;
}

.totals-inner{
position:relative !important;
top:auto !important;
}

}



button#send-restore-password {
    color: #ffffff !important;
}

/* FORGOT PASSWORD KARASIK */

#account-forgotten #content{
width:100% !important;
max-width:800px !important;
margin:0 auto !important;
float:none !important;
}

#account-forgotten #column-right{
display:none !important;
}

#account-forgotten h1{
font-size:42px !important;
font-weight:700 !important;
text-align:center !important;
color:#0b2742 !important;
margin-bottom:20px !important;
}

#account-forgotten > .row #content > p{
font-size:18px !important;
line-height:1.8 !important;
text-align:center !important;
color:#666 !important;
max-width:700px !important;
margin:0 auto 35px auto !important;
}

.forgotten-sms-box{
background:#fff !important;
padding:40px !important;
border-radius:24px !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
margin-bottom:30px !important;
}

.forgotten-sms-box .control-label{
display:block !important;
font-size:16px !important;
font-weight:700 !important;
color:#0b2742 !important;
margin-bottom:10px !important;
}

#restore-phone{
height:62px !important;
border-radius:14px !important;
border:2px solid #e5e7eb !important;
font-size:18px !important;
padding:0 20px !important;
background:#fafafa !important;
}

#restore-phone:focus{
background:#fff !important;
border-color:#f2c314 !important;
box-shadow:0 0 0 4px rgba(242,195,20,.15) !important;
}

#send-restore-password{
display:block !important;
width:100% !important;
height:64px !important;
margin-top:25px !important;
border:none !important;
border-radius:14px !important;
background:#f2c314 !important;
color:#0b2742 !important;
font-size:20px !important;
font-weight:700 !important;
box-shadow:0 10px 25px rgba(242,195,20,.35) !important;
}

#send-restore-password:hover{
background:#ffd633 !important;
}

#restore-result{
margin-top:15px !important;
font-size:15px !important;
font-weight:600 !important;
}

.forgotten-help-text{
background:linear-gradient(135deg,#0b2742,#133f69) !important;
padding:35px !important;
border-radius:24px !important;
color:#fff !important;
text-align:center !important;
box-shadow:0 15px 40px rgba(0,0,0,.15) !important;
}

.forgotten-help-title{
font-size:30px !important;
font-weight:700 !important;
margin-bottom:15px !important;
}

.forgotten-help-desc{
font-size:17px !important;
line-height:1.8 !important;
max-width:600px !important;
margin:0 auto 25px auto !important;
}

.forgotten-help-links{
display:flex !important;
justify-content:center !important;
gap:15px !important;
flex-wrap:wrap !important;
}

.forgotten-help-btn{
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
height:54px !important;
padding:0 30px !important;
border-radius:12px !important;
font-size:17px !important;
font-weight:700 !important;
text-decoration:none !important;
}

.forgotten-help-btn.telegram{
background:#27a7e7 !important;
color:#fff !important;
}

.forgotten-help-btn.viber{
background:#7360f2 !important;
color:#fff !important;
}

.forgotten-help-btn:hover{
opacity:.9 !important;
transform:translateY(-2px) !important;
}


.forgotten-help-desc {
    color: #ffffff!important;
}

/* MOBILE */

@media (max-width:767px){

#account-forgotten h1{
font-size:30px !important;
}

#account-forgotten > .row #content > p{
font-size:15px !important;
padding:0 10px !important;
}

.forgotten-sms-box{
padding:20px !important;
border-radius:18px !important;
}

#restore-phone{
height:56px !important;
font-size:16px !important;
}

#send-restore-password{
height:58px !important;
font-size:18px !important;
}

.forgotten-help-text{
padding:20px !important;
border-radius:18px !important;
}

.forgotten-help-title{
font-size:24px !important;
}

.forgotten-help-desc{
font-size:15px !important;
}

.forgotten-help-btn{
width:100% !important;
}

}

/* REGISTER KARASIK */

#account-register #content{
width:100% !important;
max-width:900px !important;
margin:0 auto !important;
float:none !important;
}

#account-register #column-right{
display:none !important;
}

#account-register form{
background:#fff !important;
padding:40px !important;
border-radius:24px !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
margin-top:25px !important;
}

#account-register fieldset{
border:none !important;
margin-bottom:30px !important;
padding:0 !important;
}

#account-register legend{
display:block !important;
width:100% !important;
font-size:28px !important;
font-weight:700 !important;
color:#0b2742 !important;
border:none !important;
padding-bottom:15px !important;
margin-bottom:25px !important;
border-bottom:2px solid #f2c314 !important;
}

#account-register .form-group{
margin-bottom:25px !important;
}

#account-register .control-label{
font-size:16px !important;
font-weight:700 !important;
color:#0b2742 !important;
margin-bottom:10px !important;
text-align:left !important;
}

#account-register .col-sm-2,
#account-register .col-sm-10{
width:100% !important;
float:none !important;
}

#account-register .form-control{
height:62px !important;
border-radius:14px !important;
border:2px solid #e5e7eb !important;
font-size:18px !important;
padding:0 20px !important;
background:#fafafa !important;
box-shadow:none !important;
}

#account-register .form-control:focus{
background:#fff !important;
border-color:#f2c314 !important;
box-shadow:0 0 0 4px rgba(242,195,20,.15) !important;
}

#account-register .buttons{
margin-top:30px !important;
padding-top:25px !important;
border-top:1px solid #eee !important;
}

#account-register .buttons .pull-right{
float:none !important;
display:block !important;
text-align:center !important;
font-size:15px !important;
line-height:1.8 !important;
}

#account-register .agree{
font-weight:700 !important;
color:#0b2742 !important;
}

#account-register input[type="checkbox"]{
transform:scale(1.4) !important;
margin-left:10px !important;
margin-right:10px !important;
}

#account-register .btn-primary{
display:block !important;
width:100% !important;
max-width:350px !important;
margin:25px auto 0 !important;
height:64px !important;
border:none !important;
border-radius:14px !important;
    background: #b8ff00 !important;
color:#0b2742 !important;
font-size:20px !important;
font-weight:700 !important;
box-shadow:0 10px 25px rgba(242,195,20,.35) !important;
}

#account-register .btn-primary:hover{
    background: #a4e300 !important;
    color: #ffffff !important;
}

#account-register p{
font-size:17px !important;
line-height:1.8 !important;
text-align:center !important;
margin:25px 0 !important;
}

#account-register p a{
font-weight:700 !important;
color:#0b2742 !important;
}

/* HERO */

.fitness-register-hero{
background:linear-gradient(135deg,#0b2742,#133f69) !important;
padding:35px !important;
border-radius:24px !important;
display:flex !important;
align-items:center !important;
gap:25px !important;
color:#fff !important;
margin-bottom:30px !important;
box-shadow:0 15px 40px rgba(0,0,0,.15) !important;
}

.fitness-register-hero__icon{
width:90px !important;
height:90px !important;
background:#f2c314 !important;
border-radius:50% !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
font-size:40px !important;
flex-shrink:0 !important;
}

.fitness-register-hero__title{
font-size:32px !important;
font-weight:700 !important;
margin-bottom:10px !important;
}

.fitness-register-hero__text{
font-size:17px !important;
line-height:1.7 !important;
opacity:.95 !important;
}

/* MOBILE */

@media (max-width:767px){

#account-register .content-box-cs{
padding:0 !important;
}

#account-register form{
padding:20px !important;
border-radius:18px !important;
}

#account-register legend{
font-size:22px !important;
}

#account-register .form-control{
height:56px !important;
font-size:16px !important;
}

#account-register .btn-primary{
height:58px !important;
font-size:18px !important;
}

.fitness-register-hero{
padding:20px !important;
display:block !important;
text-align:center !important;
}

.fitness-register-hero__icon{
margin:0 auto 15px !important;
width:70px !important;
height:70px !important;
font-size:32px !important;
}

.fitness-register-hero__title{
font-size:24px !important;
}

.fitness-register-hero__text{
font-size:15px !important;
}

}


/* LOGIN KARASIK */

.login-card{
background:#fff !important;
border-radius:24px !important;
padding:40px !important;
max-width:650px !important;
margin:30px auto !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
}

.login-title{
font-size:36px !important;
font-weight:700 !important;
color:#0b2742 !important;
text-align:center !important;
margin-bottom:15px !important;
line-height:1.2 !important;
}

.login-desc{
font-size:18px !important;
line-height:1.6 !important;
text-align:center !important;
color:#666 !important;
margin-bottom:35px !important;
}

.login-card .control-label{
display:block !important;
font-size:16px !important;
font-weight:700 !important;
margin-bottom:10px !important;
color:#0b2742 !important;
}

.login-input{
height:62px !important;
border-radius:14px !important;
border:2px solid #e5e7eb !important;
font-size:18px !important;
padding:0 20px !important;
box-shadow:none !important;
background:#fafafa !important;
}

.login-input:focus{
border-color:#f2c314 !important;
background:#fff !important;
box-shadow:0 0 0 4px rgba(242,195,20,.15) !important;
}

.password-box{
position:relative !important;
}

.show-password-btn{
position:absolute !important;
right:12px !important;
top:50% !important;
transform:translateY(-50%) !important;
width:42px !important;
height:42px !important;
border:none !important;
background: #b8ff00 !important;
border-radius:10px !important;
color:#0b2742 !important;
font-size:18px !important;
cursor:pointer !important;
}

.forgot-box{
text-align:right !important;
margin-top:12px !important;
}

.forgot-box a{
font-size:15px !important;
font-weight:600 !important;
color:#0b2742 !important;
text-decoration:none !important;
}

.forgot-box a:hover{
color:#f2c314 !important;
}

.login-btn{
    width: 100% !important;
    height: 64px !important;
    border: none !important;
    border-radius: 14px !important;
    background: #b8ff00 !important;
    color: #0b2742 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 25px !important;
    transition: .2s !important;
    box-shadow: 0 10px 25px rgba(242, 195, 20, .35) !important;
}

.login-btn:hover{
    background: #96d000 !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.login-btn:active{
transform:none !important;
}

.login-card .form-group{
margin-bottom:25px !important;
}

/* ПК */
@media (min-width:768px){

.login-card{
padding:50px !important;
}

.login-title{
font-size:42px !important;
}

}

/* МОБИЛКА */
@media (max-width:767px){

#content.col-sm-9{
padding:0 10px !important;
}

.login-card{
padding:20px !important;
margin:10px auto !important;
border-radius:18px !important;
}

.login-title{
font-size:28px !important;
margin-bottom:12px !important;
}

.login-desc{
font-size:15px !important;
margin-bottom:25px !important;
}

.login-card .control-label{
font-size:15px !important;
}

.login-input{
height:56px !important;
font-size:17px !important;
padding:0 15px !important;
}

.login-btn{
height:58px !important;
font-size:18px !important;
}

.forgot-box{
text-align:center !important;
}

}



.col-xs-12.col-sm-12.col-md-12.two-column {
    display: none;
}



.box-cartsdsd a {
    background: #b8ff00 !important;
    color: #000 !important;
    width: 198px;
    height: 43px;
    border: none !important;
    border-radius: 0 !important;
    font-size: 15px;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: none !important;
    transition: .2s;

}




@media only screen and (max-width: 767px){
	
	.additional-tel a {
    font-size: 16px;
}

	.icon-image {
    padding-right: 7px;
}

	span.sport {
    position: relative;
    top: 8px;
    font-size: 11px;
    left: 15px;
}


    #logo img {
        position: relative;
        top: 9px;
    }
	
span.abs_logo {
        position: absolute;
        top: -8px;
        right: -22px;
}

span.abs_logo img {
    width: 100px !important;
    height: 38px;
}

    .h-type-1 .phone-box, .h-type-2 .phone-box {
        z-index: 9999;
    }
	
}


@media only screen and (min-width: 768px){
	
	
	
span.abs_logo {
    position: absolute;
    bottom: 15px;
    right: 67px;
}


span.abs_logo img {
    width: 128px !important;
    height: 45px;
}

}






span.sport {
    position: relative;
    top: 7px;
}

.karasik-gallery{
    padding:30px 0;
}

.karasik-gallery-title{
    text-align:center;
    margin-bottom:30px;
}

.karasik-gallery-title h2{
    font-size:42px;
    margin:0 0 10px;
    color:#1f2937;
    font-weight:700;
}

.karasik-gallery-title p{
    max-width:800px;
    margin:auto;
    color:#6b7280;
    font-size:18px;
    line-height:1.7;
}

.karasik-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.karasik-gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:280px;
    cursor:default;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.karasik-gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.karasik-gallery-item:hover img{
    transform:scale(1.08);
}

@media(max-width:1200px){

.karasik-gallery-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.karasik-gallery-grid{
    grid-template-columns:1fr;
    gap:15px;
}

.karasik-gallery-item{
    height:240px;
}

.karasik-gallery-title h2{
    font-size:30px;
}

.karasik-gallery-title p{
    font-size:16px;
}

}

.karasik-fish{
    background:#fff;
    border-radius:18px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.karasik-fish h2{
    margin:0 0 15px;
    font-size:32px;
    color:#1f2937;
}

.karasik-fish p{
    margin:0 0 15px;
    font-size:17px;
    line-height:1.8;
    color:#4b5563;
}

@media(max-width:768px){

.karasik-fish{
    padding:20px;
}

.karasik-fish h2{
    font-size:26px;
}

.karasik-fish p{
    font-size:16px;
}

}
.karasik-membership{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    margin:30px 0;
}

.karasik-membership-header{
    text-align:center;
    margin-bottom:30px;
}

.karasik-membership-header h2{
    margin:0 0 15px;
    color:#153d75;
    font-size:36px;
    font-weight:700;
    line-height:1.2;
}

.karasik-membership-header p{
    margin:0;
    color:#666;
    font-size:18px;
}

.karasik-membership-list{
    max-width:900px;
    margin:0 auto;
}

.karasik-membership-row{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px 20px;
    margin-bottom:12px;
    background:#f7f9fb;
    border-radius:10px;
    border-left:4px solid #f4c414;
    transition:.3s;
}

.karasik-membership-row:hover{
    background:#eef5fb;
}

.karasik-check{
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:50%;
    background:#2db300;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
}

.karasik-membership-row span:last-child{
    color:#08233c;
    font-size:18px;
    font-weight:600;
}

.karasik-membership-footer{
    margin-top:25px;
    text-align:center;
    background:#08233c;
    color:#fff;
    padding:18px;
    border-radius:10px;
    font-size:24px;
    font-weight:700;
	    line-height: 26px;
}
.row.banner-footer {
    padding-top: 20px;
}


















@media(max-width:768px){

.shopping-cart.type_cart {
    background: linear-gradient(135deg, #fefefe, #d6d9daf0), url(karas.css?cs2v=1.7) !important;
    background-size: cover, 80px !important;
    background-repeat: no-repeat, repeat !important;
    border-radius: 18px !important;
    padding: 12px 18px !important;
}




    .karasik-membership{
        padding:20px;
    }

    .karasik-membership-header h2{
        font-size:26px;
    }

    .karasik-membership-header p{
        font-size:16px;
    }

    .karasik-membership-row{
        padding:14px;
    }

    .karasik-membership-row span:last-child{
        font-size:15px;
    }

    .karasik-membership-footer{
        font-size:18px;
    }

}
.karasik-fish-table{
    margin:35px 0;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.karasik-fish-head{
    background:linear-gradient(90deg,#08233c,#10385b);
    color:#fff;
    font-size:24px;
    font-weight:700;
    padding:18px 25px;
}

.karasik-fish-wrap{
    overflow-x:auto;
}

.karasik-fish{
    width:100%;
    border-collapse:collapse;
}

.karasik-fish thead th{
    background:#f4c414;
    color:#08233c;
    font-size:15px;
    font-weight:700;
    padding:14px;
    text-align:center;
    border-bottom:1px solid #ececec;
}

.karasik-fish thead th:first-child{
    text-align:left;
    padding-left:25px;
}

.karasik-fish tbody td{
    padding:14px;
    text-align:center;
    border-bottom:1px solid #f1f1f1;
}

.karasik-fish tbody tr:hover{
    background:#fafcff;
}

.karasik-fish tbody td:first-child{
    text-align:left;
    padding-left:25px;
    font-weight:600;
    color:#08233c;
}

.k-ok{
    width:24px;
    height:24px;
    background:#24b300;
    border-radius:50%;
    display:inline-block;
    position:relative;
}

.k-ok:before{
    content:'';
    position:absolute;
    left:8px;
    top:5px;
    width:6px;
    height:10px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}

@media(max-width:768px){

    .karasik-fish-head{
        font-size:19px;
        padding:15px;
    }

    .karasik-fish{
        min-width:550px;
    }

    .karasik-fish tbody td{
        padding:12px 10px;
    }

}
.karasik-about{
    display:flex;
    align-items:center;
    gap:60px;
    padding:60px 0;
}

.karasik-about-text{
    flex:1;
}

.karasik-about-text h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    color:#1a1a1a;
}

.karasik-about-text p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
    color:#333;
}

.karasik-about-text strong{
    color:#0f5f74;
}

.karasik-about-image{
    flex:1;
    text-align:center;
}

.karasik-about-image img{
    max-width:100%;
    height:auto;
}

@media(max-width:991px){

    .karasik-about{
        flex-direction:column;
        gap:30px;
        padding:40px 0;
    }

    .karasik-about-text h2{
        font-size:32px;
        text-align:center;
    }

    .karasik-about-text{
        order:2;
    }

    .karasik-about-image{
        order:1;
    }

}


.bundle-products-front{
margin-top:0;
padding:15px;
border:1px solid #eee;
background:#fafafa;
border-radius:6px;
}

.bundle-title{
font-size:16px;
font-weight:600;
margin-bottom:10px;
}

.bundle-items{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.club-subscription ol{
padding-left: 22px;
margin-top: 10px;
margin-bottom: 10px;
}

.club-subscription ol li{
margin-bottom: 6px;
line-height: 1.6;
}

.club-subscription ul{
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}

.club-subscription ul li{
margin-bottom: 6px;
line-height: 1.6;
}
#horizontal-menu .cat-label {
    width: 86px;
    text-align: center;
}
div#sku_id {
    display: none;
}

.bundle-item{
width:48%;
display:flex;
gap:10px;
align-items:center;
background:#fff;
padding:6px;
border-radius:6px;
border:1px solid #eee;
}

.bundle-image img{
width:120px;
height:120px;
object-fit:cover;
}

.bundle-name{
font-size:13px;
font-weight:600;
display:block;
}

.bundle-price{
font-size:13px;
color:#444;
}

.veteran-section {
    padding: 30px 0;
    background: #f4f6f8;
}

.veteran-main-title {
    font-size: 34px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px){
li.icondn {
    display: none;
}
}



ul.curses {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
	position: relative;
    top: 5px;
}

.left-item {
    margin-right: auto;
}

.right-links {
    display: flex;
    gap: 25px;
}

li.right-item.fir {
    margin-right: 30px;
}
body.fixed-top-header.active-fix ul.curses {
    display: none;
}


.veteran-details-section {
    padding: 30px 0;
    background: #ffffff;
}

.veteran-details-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.veteran-details-line {
    width: 90px;
    height: 4px;
    background: #2e7d32;
    margin: 0 auto 50px auto;
    border-radius: 2px;
}

.veteran-details-row {
    margin-top: 20px;
}

.veteran-details-box {
    background: #f7f9fb;
    padding: 30px;
    border-radius: 12px;
    min-height: 360px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.veteran-details-box:hover {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.veteran-details-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.veteran-details-box p {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
}

.veteran-details-box ul {
    padding-left: 18px;
}

.veteran-details-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.veteran-details-note {
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

@media (max-width: 991px) {
    .veteran-details-title {
        font-size: 24px;
    }

    .veteran-details-box {
        min-height: auto;
    }
}
.veteran-steps-row {
    margin-top: 20px;
}

.veteran-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
}

.veteran-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.veteran-box img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.veteran-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.step-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #2e7d32;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    margin-right: 8px;
    font-size: 14px;
}

.veteran-small {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
}


@media (max-width: 991px) {
    .veteran-main-title {
        font-size: 26px;
    }
}



section.rehab-section {
    margin-bottom: 50px;
}

.bundle-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.bundle-intro {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.bundle-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #2c5d8f;
}

.bundle-card {
    background: #f4f6f9;
    padding: 18px 20px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.bundle-card h4 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bundle-card ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.bundle-card li {
    margin-bottom: 6px;
}

.bundle-usage {
    font-size: 14px;
    margin-top: 10px;
}


.bundle-list {
    background: #f4f6f9;
    padding: 22px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.bundle-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#tab-info-product h3 {
    font-weight: 500;
}


.box-bg-full.bg_mode_pos_15 .container-module {
    margin-top: 0;
}

.tabs__header__scroll.dragscroll.hs-0 li.active a {
    COLOR: white!important;
    font-weight: 600!important;
}
li.tabs__active_line.mod_0 {
    background: linear-gradient(135deg, #1e73be, #163d63) !important;
}
.table.steps tbody tr:nth-child(2),
.table.steps tbody tr:nth-child(3) {
    display: none !important;
}



.bundle-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height: 1.6;
    font-size: 15px;
}

.bundle-list li:last-child {
    margin-bottom: 0;
}

.bundle-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #2c5d8f;
    border-radius: 50%;
}

.bundle-list strong {
    font-weight: 600;
    color: #122538;
}


a.nsmenu-parent-img img {
    border-radius: 7px;
}
.checkout-payment-method.h-100 .radio.chm-radio label {
    font-size: 16px;
    font-weight: 400;
}


.flying-banner {
    width: 100%;
    background: linear-gradient(90deg, #0f2f4d, #1f4f7a);
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.flying-track {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.flying-content {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: flyingMove 18s linear infinite;
    font-size: 14px;
    font-weight: 500;
}

.plane-icon {
    font-size: 16px;
    margin-right: 10px;
    animation: planeFloat 1.2s ease-in-out infinite alternate;
}

.flying-text {
    letter-spacing: 0.5px;
}


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


@keyframes planeFloat {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-3px); }
}


@media (max-width: 768px) {
.flying-banner {
    display: none;
}
}


.checkout-payment-method input[type="radio"],
.checkout-shipping-method input[type="radio"] {

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 27px !important;
    height: 27px !important;

    border: 2px solid #cfd8dc !important;
    border-radius: 4px !important;

    background: #ffffff !important;

    position: relative !important;
    margin-right: 12px !important;
    cursor: pointer !important;

    transition: all 0.2s ease !important;
}

#login-form-popup .modal-footer {
    display: flex;
    justify-content: center;
}
#login-form-popup .modal-footer button#button-login-popup {
    width: 100%;
}

.checkout-payment-method input[type="radio"]:hover,
.checkout-shipping-method input[type="radio"]:hover {
    border-color: #4caf50 !important;
}


.checkout-payment-method input[type="radio"]:checked,
.checkout-shipping-method input[type="radio"]:checked {
   background: linear-gradient(129.1deg, #a3c93c -17.84%, #3d9b26 83.84%) !important;
    border-color: linear-gradient(129.1deg, #a3c93c -17.84%, #3d9b26 83.84%) !important;
}


.checkout-payment-method input[type="radio"]:checked::after,
.checkout-shipping-method input[type="radio"]:checked::after {

    content: "" !important;
    position: absolute !important;

left: 8px !important;
    top: 4px !important;

    width: 6px !important;
    height: 12px !important;

    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important;

    transform: rotate(45deg) !important;
}
.fcopyright {
    text-align: center;
}

.checkout-payment-method .radio label,
.checkout-shipping-method .radio label {

    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
}


.radio.chm-radio {
    margin-bottom: 12px !important;
}
footer .title-f {
    font-weight: 600;
}
ul.nav.navbar-nav img {
    position: relative;
    top: 4px;
}

ul.nav.navbar-nav > li:first-child > a > img {
    top: 7px !important;
    left: -2px;
}

.box-ajax-load {
    width: 230px!important;
	    font-weight: 600;
}
span.box-ajax-load img {
    position: relative;
    left: -7px;
    top: -1px;
}
.pagination>li>a, .pagination>li>span {
    padding: 20px 25px!important;
}

@media only screen and (max-width: 1199px){
div#modal-addcart a.btn-checkout {
    width: 50%;
	
}

div#modal-addcart button.btn-shopping {
    width: 40%;
	        font-size: 11px;
}
}


@media only screen and (min-width: 1200px){
div#modal-addcart a.btn-checkout {
    width: 50%;
}

div#modal-addcart button.btn-shopping {
    width: 40%;
}
}




.tour-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    padding: 6px 14px;
    background: linear-gradient(90deg, #1e5f3a, #2fa85c);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.tour-card:hover .tour-date {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.date-icon {
    font-size: 14px;
}

.date-text {
    letter-spacing: 0.3px;
}

.tour-date {
    color: #ffffff;
}
	
	
@media only screen and (min-width: 1200px){

nav#horizontal-menu {
    display: flex;
    justify-content: center;
}

}

.slick-list.draggable img {
    border-radius: 6px;
}


.slick-list.draggable img:hover {
    border-radius: 6px;
}

a.main-image.thumbnail img {
    border-radius: 6px;
}

a.main-image.thumbnail img:hover {
    border-radius: 6px;
}

.mousetrap {
    border-radius: 6px!important;
}

a.nsmenu-parent-title {
    margin-top: 4px;
}

body.fixed-top-header.active-fix .box-cart {
    padding: 0!important;
    background: none!important;
}

header.h-type-1.pad-top .dropdown-toggle {
    position: relative;
    top: 2px;
}

a.btn.btn-shopping {
    display: none;
}

@media only screen and (min-width: 1200px){
div#logo img {
        width: 85%;
        position: relative;
        top: 2px;
        left: 18px;
}
}
body.fixed-top-header.active-fix div#logo img {
    top: 0;
}


.row-flex.checkout-сustomer-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.checkout-payment-method.h-100 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.checkout-shipping-method.h-100 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}


div#opc-shipping-address {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}



.box-cart::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.6), transparent 60%);
    pointer-events: none;
}


#top .box-account .dropdown-toggle {
    background: linear-gradient(135deg, #ffc000, #fec600);
    color: #125263 !important;
    padding: 9px 22px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 6px 18px rgb(255 192 0) !important;
    transition: all 0.3s ease !important;
}

#top .box-account .dropdown-toggle:hover {
   background: linear-gradient(135deg, #1e73be, #163d63);
    transform: translateY(-2px) !important;
}

#top .box-account .dropdown-toggle svg path {
    stroke: #1e2f45 !important;
}






@media only screen and (max-width: 767px){
.box-cart.col-xs-12.col-sm-4.col-md-2.col-lg-2 {
    display: flex;
    justify-content: space-between;
}

}




.navbar {
    position: relative;
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    justify-content: flex-start!important;
    padding-top: .5rem;
    padding-bottom: .5rem;
}



@media only screen and (min-width: 768px){
.box-cartsdsd {
    display: none;
}

}




@media only screen and (min-width: 769px){

.box-cart {
   background: linear-gradient(135deg, #fefefe, #d6d9daf0), url('') !important;
    background-size: cover, 80px!important;
    background-repeat: no-repeat, repeat!important;
    border-radius: 18px!important;
    padding: 12px 18px!important;
}

}



.cert-section {
    margin-bottom: 60px;
    text-align: center;
}

.cert-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}

.cert-item {
    margin-bottom: 30px;
}

.cert-item img {
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.cert-item img:hover {
    transform: scale(1.02);
}


#imageViewer {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    text-align: center;
}

#imageViewer img {
    max-width: 90%;
    max-height: 85vh;
}



#column-right .sidebar {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

#column-right .nav-tabs {
    border: none;
}

#column-right .nav-tabs > li {
    float: none;
    margin-bottom: 8px;
}

#column-right .nav-tabs > li > a {
    border: none;
    border-radius: 8px;
    background: #f5f7fa;
    padding: 12px 15px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}


#column-right .nav-tabs > li > a:hover {
    background: linear-gradient(135deg, #1e73be, #163d63);
    color: #ffffff;
    padding-left: 22px;
}



.about-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.about-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.about-box h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    border-left: 4px solid #1e73be;
    padding-left: 12px;
}

.about-box ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.about-box ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.highlight-block {
    background: linear-gradient(135deg, #1e73be, #163d63);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.highlight-block strong {
    font-size: 18px;
}

.payment-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.payment-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.payment-box h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    border-left: 4px solid #1e73be;
    padding-left: 12px;
}

.payment-method {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.payment-method:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.payment-method b {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.payment-method ul {
    padding-left: 20px;
    margin: 0;
}

.payment-method ul li {
    margin-bottom: 6px;
}


.delivery-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.delivery-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.delivery-method {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.delivery-method:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.delivery-method b {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.delivery-method ul {
    padding-left: 20px;
    margin: 0;
}

.delivery-method ul li {
    margin-bottom: 6px;
}

.delivery-highlight {
    background: linear-gradient(135deg, #1e73be, #163d63);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.delivery-highlight strong,
.delivery-highlight b {
    color: #fff;
}

.delivery-highlight p {
    color: white;
}


#column-right .nav-tabs > li.active > a,
#column-right .nav-tabs > li.active > a:focus,
#column-right .nav-tabs > li.active > a:hover {
    background: linear-gradient(135deg, #1e73be, #163d63);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(30,115,190,0.3);
}


#column-right .nav-tabs > li > a {
    transition: all 0.25s ease;
}


#column-right .nav-tabs {
    margin-bottom: 0;
}






#product {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06) !important;
    margin-bottom: 30px !important;
}



#product .price {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #1f3b63 !important; /* фирменный темно-синий */
    margin: 15px 0 !important;
}


.stock_status_success {
    background: #e9f7ef !important;
    color: #00BC52 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}


#button-cart {
        background: linear-gradient(129.1deg, #a3c93c -17.84%, #3d9b26 83.84%)!important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 20px rgba(0,188,82,0.3) !important;
    transition: all 0.3s ease !important;
}

#button-cart:hover {
       opacity: 0.8;
    box-shadow: 0 10px 25px rgba(0,188,82,0.45) !important;
}


.quantity-number {
    border: 1px solid #e3e7ec !important;
    border-radius: 12px !important;
    padding: 6px 10px !important;
    background: #f9fbfc !important;
}

.quantity-product {
    border: none !important;
    text-align: center !important;
    font-weight: 600 !important;
    width: 40px !important;
}
.short_description {
    background: #f7f9fb !important;
    padding: 18px !important;
    border-radius: 14px !important;
    margin-top: 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
.short-attributes-top {
    background: #ffffff !important;
    border: 1px solid #eef2f5 !important;
    padding: 18px !important;
    border-radius: 14px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-top: 20px !important;
}

.attr-name-line {
    font-weight: 600 !important;
    color: #1f3b63 !important;
}

.attr-text-line {
    color: #555 !important;
}


#product .actions .btn-general {
    height: 49px!important;
}



/* ===== Блок полного описания ===== */

#tab-description {
    background: #ffffff !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #eef2f6 !important;
    margin-top: 30px !important;
    position: relative !important;
}

/* Зеленая акцентная полоска слева */
#tab-description:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 30px !important;
    bottom: 30px !important;
    width: 5px !important;
    background: linear-gradient(to bottom, #00BC52, #1f3b63) !important;
    border-radius: 10px !important;
}

/* Текст */
#tab-description p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
    margin-bottom: 18px !important;
}

/* Первый абзац чуть крупнее */
#tab-description p:first-child {
    font-size: 17px !important;
    font-weight: 500 !important;
}

/* Выделение важных слов */


/* Ссылки внутри описания */
#tab-description a {
       color: #000000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

#tab-description a:hover {
    text-decoration: underline !important;
}




@media only screen and (max-width: 1199px){
.box-bg-full h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
        color: #000000;
}
}


@media only screen and (min-width: 1200px){
.box-bg-full h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 12px;
        color: #000000;
}
}



.tour-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    height: 100%;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}


.tours-section {
    padding: 15px 0;
    background: #f5f7fa;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-radius: 10px;
}


@media only screen and (min-width: 1200px){
.checkout-address-info {
    width: 50%;
    margin: 0 auto;
}
}

.checkout-heading {
    text-align: center;
}

#popup-callback .popup-heading li.active a {
    font-size: 18px;
    font-weight: 600;
}





.tour-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}


.box-bg-full h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 12px;
       color: #000000;
}

.box-bg-full h2:after {
    content: "";
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #2e7d32, #43a047);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.tour-image {
    height: 210px;
    background-size: cover;
    background-position: center;
    transition: 0.4s ease;
}

.tour-card:hover .tour-image {
    transform: scale(1.05);
}

/* Контейнер для 3D */
.msp-small_image {
    perspective: 1000px;
}

/* Анимация вращения */
.msp-small_image img {
    animation: smoothRotate 5s ease-in-out infinite;
    transform-style: preserve-3d;
}

/* Ключевые кадры */
@keyframes smoothRotate {
    0% {
        transform: rotateY(0deg);
    }
    40% {
        transform: rotateY(180deg);
    }
    60% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}



/* ACCOUNT EDIT KARASIK */

#account-edit #content{
width:75% !important;
}

#account-edit #column-right{
width:25% !important;
display:block !important;
}

#account-edit h1{
font-size:42px !important;
font-weight:700 !important;
color:#0b2742 !important;
margin-bottom:25px !important;
}

#account-edit form{
background:#fff !important;
padding:35px !important;
border-radius:24px !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
}

#account-edit legend{
font-size:28px !important;
font-weight:700 !important;
color:#0b2742 !important;
border:none !important;
padding-bottom:15px !important;
margin-bottom:25px !important;
border-bottom:2px solid #f2c314 !important;
}

#account-edit .form-group{
margin-bottom:25px !important;
}

#account-edit .col-sm-2,
#account-edit .col-sm-10{
width:100% !important;
float:none !important;
}

#account-edit .control-label{
display:block !important;
font-size:16px !important;
font-weight:700 !important;
margin-bottom:10px !important;
color:#0b2742 !important;
text-align:left !important;
}

#account-edit .form-control{
height:60px !important;
border-radius:14px !important;
border:2px solid #e5e7eb !important;
font-size:17px !important;
padding:0 18px !important;
background:#fafafa !important;
box-shadow:none !important;
}

#account-edit .form-control:focus{
background:#fff !important;
border-color:#f2c314 !important;
box-shadow:0 0 0 4px rgba(242,195,20,.15) !important;
}

#account-edit .buttons{
margin-top:30px !important;
padding-top:20px !important;
border-top:1px solid #eee !important;
}

#account-edit .btn-default{
height:52px !important;
padding:0 25px !important;
border-radius:12px !important;
border:none !important;
background:#f5f7fa !important;
font-weight:700 !important;
}

#account-edit .btn-primary{
height:52px !important;
padding:0 30px !important;
border:none !important;
border-radius:12px !important;
background:#f2c314 !important;
color:#0b2742 !important;
font-weight:700 !important;
box-shadow:0 8px 20px rgba(242,195,20,.25) !important;
}

/* меню справа */

#account-edit .list-group{
background:#fff !important;
padding:15px !important;
border-radius:24px !important;
box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
border:1px solid #edf2f7 !important;
position:sticky !important;
top:90px !important;
}

#account-edit .list-group-item{
border:none !important;
border-radius:12px !important;
margin-bottom:6px !important;
padding:14px 16px !important;
font-size:15px !important;
font-weight:600 !important;
color:#0b2742 !important;
}

#account-edit .list-group-item:hover{
background:#f2c314 !important;
}

#account-edit .list-group-item:last-child{
background:#fff3f3 !important;
color:#dc2626 !important;
}

/* mobile */

@media(max-width:991px){

#account-edit #content,
#account-edit #column-right{
width:100% !important;
float:none !important;
}

#account-edit h1{
font-size:30px !important;
}

#account-edit form{
padding:20px !important;
border-radius:18px !important;
}

#account-edit legend{
font-size:22px !important;
}

#account-edit .form-control{
height:56px !important;
font-size:16px !important;
}

#account-edit .list-group{
margin-top:20px !important;
position:relative !important;
top:auto !important;
border-radius:18px !important;
}

}


/* Фон для всего футера */
footer.type-footer-2 {
    position: relative!important;
    background: url('https://fortress-of-health.com.ua/img/26.jpg') center center no-repeat!important;
    background-size: cover!important;
    background-attachment: fixed!important;
}

/* Затемнение поверх картинки */
footer.type-footer-2::before {
    content: ""!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
       background: rgb(55 55 55 / 65%) !important;
    z-index: 0!important;
}

/* Чтобы контент был поверх затемнения */
footer.type-footer-2 > * {
    position: relative!important;
    z-index: 2;
}

.container-module.productany734 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 380px){
span.sport {
        text-align: center;
        display: flex;
        line-height: 14px;
        position: relative;
        top: 4px;
        font-size: 12px;
        left: 4px;
}
}

@media only screen and (max-width: 1199px){

.additional-tel.dth a {
    position: relative;
    right: -20px;
}
.row-flex.vertical-align {
    display: flex;
    justify-content: space-between;
}



.container-module.productany691.title-module span {
    font-size: 20px!important;
}

}





/* Отступ сверху для модулей */



@media only screen and (max-width: 1199px){
.container-module {
    margin-top: 23px;
}

}


@media only screen and (min-width: 1200px){
.container-module {
    margin-top: 60px;
}

}


/* Только блок с курсами */
.tours-section.row .tour-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #ff9800, #ffb74d);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(255,152,0,0.35);
}

/* Hover эффект */
.tours-section.row .tour-card:hover .tour-date {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,152,0,0.45);
}

.tour-image {
    height: 180px;
    background-size: cover;
    background-position: center;
}


@media only screen and (max-width: 380px){
.tour-content {
	min-height: 285px !important;
}
}



@media only screen and (max-width: 1199px){
.tour-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
	    min-height: 255px;
}
}


@media only screen and (min-width: 1200px){
.tour-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
	        min-height: 186px;
}
}



.tour-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f3c88;
    min-height: 48px;
}

.tour-desc {
    font-size: 13px;
    color: #666;
    flex-grow: 1;
}

/* ===== VETERAN PROGRAM PAGE ===== */

.veteran-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}

.veteran-card {
    background: #f7f9fb;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-size: 16px;
    line-height: 1.7;
}

.veteran-section-title {
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0 20px;
    padding-left: 15px;
    border-left: 4px solid #1e73be;
}

.veteran-list {
    margin-left: 20px;
    margin-top: 15px;
}

.veteran-list li {
    margin-bottom: 10px;
}

.veteran-note {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.veteran-steps {
    margin-left: 20px;
}

.veteran-steps li {
    margin-bottom: 10px;
}

.veteran-important {
    background: #eef5ff;
    padding: 15px;
    border-left: 4px solid #1e73be;
    margin-top: 25px;
    border-radius: 6px;
}

.veteran-important ul {
    margin-top: 10px;
    margin-left: 20px;
}

.veteran-wrapper a {
    color: #1e73be;
    font-weight: 600;
}

.veteran-wrapper a:hover {
    text-decoration: underline;
}
/* Друга вкладка — новий стиль */
#prodCatTab0 > li:not(.active) > a {
    background: #e8f1ff;
    color: #1f3c88;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

/* Hover для другої */
#prodCatTab0 > li:not(.active) > a:hover {
    background: #2e5db8;
    color: #ffffff;
}

.tabs__header .my-tabs li {
    margin-right: 13px !important;
}

@media only screen and (max-width: 1199px){
.tour-date {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
	color: #ffffff;
}
li.hitem img {
    background: linear-gradient(129.1deg, #a3c93c -17.84%, #3d9b26 83.84%);
    width: 23px;
    border-radius: 4px;
    padding: 2px;
    top: 53% !important;
}

}



@media only screen and (min-width: 1200px){
.tour-date {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
}
}

@media (max-width: 768px) {
    .tour-title {
        font-size: 14px;
    }
}



.stock-status.instock {
    position: absolute;
    top: -16px;
    right: 0;
}


@media only screen and (max-width: 1199px){
.fortress-section {
    gap: 10px;
}
}

@media only screen and (min-width: 1200px){
.fortress-section {
    gap: 60px;
}
}

body.fixed-top-header.active-fix span.sport {
    display: none ! importaNT;
}

.fortress-section {
    display: flex;
    align-items: center;
    padding: 60px 50px;
    background: linear-gradient(135deg, #f4f7f9, #e9eef2);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    margin: 40px 0;
}

.fortress-logo-wrap {
    width: 240px;
    min-width: 240px;
    display: flex;
    justify-content: center;
    perspective: 1000px;
}


.row.banner-footer {
    display: flex;
    justify-content: center;
}

.fortress-logo-wrap img {
    width: 315px;
    max-width: 315px;
}
.stock-status.outofstock {
    position: absolute;
    top: -16px;
    right: 0;
}
.fortress-text h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1e2a35;
}

.fortress-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a5663;
}

.fortress-text strong {
    color: #1b7f3c;
}

@media (max-width: 768px) {
    .fortress-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
    }

    .fortress-logo-wrap {
        margin-bottom: 0;
    }
}

/* ===== TOP HEADER REDESIGN ===== */


#top .dropdown-menu li a:hover,
#top .dropdown-menu li button:hover {
    background: #f3f9f6 !important;
    color: #00BC52 !important;
}

/* Особистий кабінет */
#top .box-account > button {
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}


/* стрелка */
#top .box-account svg path {
    stroke: #ffffff !important;
}

#top .box-account > button:hover svg path {
    stroke: #00BC52 !important;
}

/* мобильная кнопка */



/* ===== FAQ MODERN SPORT STYLE ===== */

#faqAccordion .panel {
    border: none !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
}

#faqAccordion .panel:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
}

/* Заголовок вопроса */
#faqAccordion .panel-heading {
    background: linear-gradient(90deg, #0f2c46 0%, #153a5c 100%) !important;
    padding: 16px 20px !important;
    border: none !important;
}

#faqAccordion .panel-title a {
    display: block !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.3px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

/* Иконка стрелки */
#faqAccordion .panel-title a:after {
    content: "+" !important;
    position: absolute !important;
    right: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #00BC52 !important;
    transition: all 0.3s ease !important;
}

/* Когда открыт */
#faqAccordion .panel-collapse.in + .panel-heading a:after {
    content: "-" !important;
}

/* Тело ответа */
#faqAccordion .panel-body {
    background: #ffffff !important;
    padding: 20px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #2c3e50 !important;
    border-left: 4px solid #00BC52 !important;
}

/* Списки */
#faqAccordion .panel-body ul {
    padding-left: 18px !important;
}

#faqAccordion .panel-body li {
    margin-bottom: 6px !important;
}

/* Hover эффект текста */
#faqAccordion .panel-title a:hover {
    color: #00BC52 !important;
}

/* Заголовок страницы */
#information-information h1 {
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 30px !important;
    position: relative !important;
    font-size: 22px;
}


/* === ЭФФЕКТ ПРОБЕГАЮЩЕГО СВЕТА ПО ЛОГОТИПУ === */


@media only screen and (min-width: 1200px){

#logo {
        position: relative;
        display: inline-block;
		background: #030607;
}

#logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

#logo:hover:before {
    animation: shine 0.8s ease forwards;
}




#logo a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#logo a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

#logo a:hover::after {
    animation: shine 0.8s ease forwards;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

}

.item-text {
    position: absolute;
}



.checkout-password-tooltip{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 10px 14px;
    background: #f5f7fb;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #2b2b2b;
}

.checkout-password-tooltip .tooltip-icon{
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2f6fed;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.checkout-password-tooltip .tooltip-text{
    width: 100%;
}

@media (max-width: 767px){

    .checkout-password-tooltip{
        font-size: 12px;
        padding: 10px;
        border-radius: 10px;
    }

    .checkout-password-tooltip .tooltip-icon{
        min-width: 20px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

}









/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.about-club-box{
    max-width:1200px;
    margin:60px auto;
    padding:50px;
    background:#fff;
    border-radius:32px;
    box-shadow:0 15px 45px rgba(0,0,0,0.06);
}

.about-club-label{
    display:inline-block;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff;
    padding:10px 18px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
}

.about-club-title{
    font-size:54px;
    line-height:1.15;
    font-weight:800;
    color:#111;
    margin-bottom:35px;
}

.about-club-text p{
    font-size:20px;
    line-height:2;
    color:#555;
    margin-bottom:28px;
}

.about-club-footer{
    margin-top:40px;
    padding-top:35px;
    border-top:1px solid #ececec;
    font-size:28px;
    font-weight:800;
    color:#16a34a;
}

@media(max-width:991px){

    .about-club-box{
        padding:25px;
        margin:30px 15px;
    }

    .about-club-title{
        font-size:36px;
    }

    .about-club-text p{
        font-size:17px;
        line-height:1.9;
    }

    .about-club-footer{
        font-size:22px;
    }

}


/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.sr-veteran-plus{
    margin-top:60px;
}

.sr-veteran-plus__header{
    text-align:center;
    margin-bottom:45px;
}

.sr-veteran-plus__label{
    display:inline-block;
    padding:10px 18px;
    background:#16a34a;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.sr-veteran-plus__title{
    font-size:46px;
    line-height:1.2;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.sr-veteran-plus__text{
    max-width:900px;
    margin:0 auto;
    font-size:20px;
    line-height:1.9;
    color:#666;
}

.sr-veteran-plus__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.sr-veteran-plus__card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    border:1px solid #ececec;
}

.sr-veteran-plus__card-full{
    grid-column:1/3;
}

.sr-veteran-plus__card-title{
    font-size:32px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;
}

.sr-veteran-plus__card-text{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.sr-veteran-plus__list{
    margin:22px 0;
    padding-left:22px;
}

.sr-veteran-plus__list li{
    margin-bottom:14px;
}

.sr-veteran-plus__address{
    margin:22px 0;
    background:#f3f4f6;
    padding:18px;
    border-radius:14px;
    font-weight:700;
    color:#222;
}

.sr-veteran-plus__note{
    margin-top:25px;
    padding:18px;
    background:#eff6ff;
    border-left:4px solid #2563eb;
    border-radius:12px;
    color:#1e3a8a;
    font-weight:700;
    line-height:1.8;
}

.sr-veteran-plus__btn{
    display:inline-block;
    margin-top:25px;
    padding:16px 24px;
    background:#16a34a;
    color:#fff;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.sr-veteran-plus__btn:hover{
    background:#15803d;
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

    .sr-veteran-plus__grid{
        grid-template-columns:1fr;
    }

    .sr-veteran-plus__card-full{
        grid-column:auto;
    }

    .sr-veteran-plus__title{
        font-size:34px;
    }

    .sr-veteran-plus__text{
        font-size:17px;
    }

    .sr-veteran-plus__card{
        padding:25px;
    }

    .sr-veteran-plus__card-title{
        font-size:26px;
    }

}


/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.sr-veteran-plus{
    margin-top:70px;
    margin-bottom:40px;
}

.sr-veteran-plus__header{
    text-align:center;
    margin-bottom:50px;
}

.sr-veteran-plus__label{
    display:inline-block;
    padding:10px 20px;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
    box-shadow:0 8px 20px rgba(34,197,94,0.25);
}

.sr-veteran-plus__title{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.sr-veteran-plus__text{
    max-width:920px;
    margin:0 auto;
    font-size:20px;
    line-height:1.9;
    color:#666;
}

.sr-veteran-plus__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.sr-veteran-plus__card{
    position:relative;
    background:#fff;
    border-radius:28px;
    padding:38px;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);
    border:1px solid #ececec;
    overflow:hidden;
    transition:0.35s;
}

.sr-veteran-plus__card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 45px rgba(0,0,0,0.1);
}

.sr-veteran-plus__card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#16a34a,#2563eb);
}

.sr-veteran-plus__card-full{
    grid-column:1/3;
}

.sr-veteran-plus__icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#f3f4f6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:24px;
}

.sr-veteran-plus__card-title{
    font-size:32px;
    font-weight:800;
    color:#111;
    margin-bottom:22px;
    line-height:1.3;
}

.sr-veteran-plus__card-text{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.sr-veteran-plus__list{
    margin:24px 0;
    padding-left:24px;
}

.sr-veteran-plus__list li{
    margin-bottom:14px;
}

.sr-veteran-plus__address{
    margin:24px 0;
    background:#f8fafc;
    padding:18px 20px;
    border-radius:16px;
    font-weight:700;
    color:#222;
    border:1px solid #e5e7eb;
}

.sr-veteran-plus__note{
    margin-top:25px;
    padding:18px 20px;
    background:#eff6ff;
    border-left:4px solid #2563eb;
    border-radius:14px;
    color:#1e3a8a;
    font-weight:700;
    line-height:1.8;
}

.sr-veteran-plus__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:28px;
    padding:18px 28px;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
    box-shadow:0 10px 24px rgba(34,197,94,0.25);
}

.sr-veteran-plus__btn:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#15803d,#16a34a);
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

    .sr-veteran-plus__grid{
        grid-template-columns:1fr;
    }

    .sr-veteran-plus__card-full{
        grid-column:auto;
    }

    .sr-veteran-plus__title{
        font-size:34px;
    }

    .sr-veteran-plus__text{
        font-size:17px;
    }

    .sr-veteran-plus__card{
        padding:28px;
    }

    .sr-veteran-plus__card-title{
        font-size:26px;
    }

    .sr-veteran-plus__icon{
        width:58px;
        height:58px;
        font-size:28px;
    }

}


/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.sr-program-list{
    margin:20px 0;
    padding-left:20px;
}

.sr-program-list li{
    margin-bottom:14px;
    line-height:1.8;
    color:#444;
}

.sr-program-address{
    background:#f3f4f6;
    padding:16px 18px;
    border-radius:12px;
    margin:20px 0;
    font-weight:600;
    line-height:1.7;
    color:#222;
}

.sr-program-note{
    margin-top:20px;
    padding:16px 18px;
    background:#eff6ff;
    border-left:4px solid #2563eb;
    border-radius:10px;
    line-height:1.8;
    color:#1e3a8a;
    font-weight:600;
}

.sr-program-btn{
    display:inline-block;
    margin-top:25px;
    padding:16px 24px;
    background:#16a34a;
    color:#fff;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.sr-program-btn:hover{
    background:#15803d;
    color:#fff;
    text-decoration:none;
}




/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.sr-trip-page{
    padding:60px 0;
}

.sr-trip-container{
    max-width:1250px;
    margin:0 auto;
    padding:0 20px;
}

.sr-trip-top{
    background:#fff;
    border-radius:30px;
    padding:50px;
    margin-bottom:40px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
}

.sr-trip-label{
    display:inline-block;
    background:#2563eb;
    color:#fff;
    padding:10px 18px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.sr-trip-title{
    font-size:62px;
    line-height:1.1;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.sr-trip-subtitle{
    font-size:22px;
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
    max-width:900px;
}

.sr-trip-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.sr-trip-stat{
    background:#f8fafc;
    border-radius:20px;
    padding:25px;
}

.sr-trip-stat strong{
    display:block;
    font-size:15px;
    margin-bottom:10px;
    color:#111;
}

.sr-trip-stat span{
    font-size:20px;
    font-weight:700;
    color:#2563eb;
}

.sr-trip-section{
    background:#fff;
    border-radius:30px;
    padding:45px;
    margin-bottom:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.sr-trip-section h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:30px;
    color:#111;
}

.sr-trip-section p{
    font-size:20px;
    line-height:2;
    color:#555;
    margin-bottom:25px;
}

.sr-trip-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:35px;
}

.sr-trip-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.sr-trip-card-title{
    font-size:26px;
    font-weight:800;
    margin-bottom:18px;
    color:#111;
}

.sr-trip-card-text{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.sr-trip-steps{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.sr-trip-step{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:#f8fafc;
    padding:25px;
    border-radius:22px;
}

.sr-step-number{
    width:60px;
    min-width:60px;
    height:60px;
    border-radius:50%;
    background:#16a34a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:800;
}

.sr-step-content{
    font-size:19px;
    line-height:1.8;
    color:#444;
}

.sr-days-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.sr-day-card{
    background:#f8fafc;
    border-radius:24px;
    padding:35px;
}

.sr-day-title{
    font-size:34px;
    font-weight:800;
    margin-bottom:18px;
    color:#111;
}

.sr-day-text{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.sr-items-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.sr-item{
    background:#f8fafc;
    padding:22px;
    border-radius:18px;
    font-size:18px;
    font-weight:600;
    color:#333;
}

.sr-trip-bottom{
    margin-top:40px;
}

.sr-trip-price-box{
    background:linear-gradient(135deg,#166534,#16a34a);
    border-radius:30px;
    padding:50px;
    text-align:center;
    color:#fff;
}

.sr-price-title{
    font-size:26px;
    margin-bottom:15px;
}

.sr-price-value{
    font-size:62px;
    font-weight:800;
    margin-bottom:20px;
}

.sr-price-desc{
    font-size:20px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto;
}

@media(max-width:991px){

    .sr-trip-title{
        font-size:38px;
    }

    .sr-trip-subtitle{
        font-size:18px;
    }

    .sr-trip-stats,
    .sr-trip-cards,
    .sr-days-grid,
    .sr-items-grid{
        grid-template-columns:1fr;
    }

    .sr-trip-top,
    .sr-trip-section,
    .sr-trip-price-box{
        padding:25px;
    }

    .sr-trip-section h2{
        font-size:30px;
    }

    .sr-trip-section p,
    .sr-step-content,
    .sr-day-text{
        font-size:17px;
    }

    .sr-price-value{
        font-size:42px;
    }

}
/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.tours-grid-2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.tours-grid-2 .tour-img img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

@media(max-width:991px){

    .tours-grid-2{
        grid-template-columns:1fr;
    }

    .tours-grid-2 .tour-img img{
        height:240px;
    }

}



/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ
*/

.sr-veteran-tours{
    margin:60px 0;
}

.sr-veteran-header{
    text-align:center;
    margin-bottom:40px;
}

.sr-veteran-header h2{
    font-size:52px;
    font-weight:800;
    color:#111;
    margin:0 0 15px;
    line-height:1.1;
}

.sr-veteran-subtitle{
    max-width:900px;
    margin:0 auto;
    font-size:20px;
    color:#666;
    line-height:1.7;
}

.sr-veteran-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.sr-tour-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    transition:0.3s;
}

.sr-tour-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 45px rgba(0,0,0,0.14);
}

.sr-tour-image{
    position:relative;
    display:block;
    overflow:hidden;
}

.sr-tour-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    transition:0.5s;
}

.sr-tour-card:hover .sr-tour-image img{
    transform:scale(1.04);
}

.sr-tour-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:120px;
    background:linear-gradient(to top, rgba(0,0,0,0.55), transparent);
}

.sr-tour-badges{
    position:absolute;
    top:20px;
    left:20px;
    display:flex;
    gap:10px;
    z-index:2;
}

.sr-tour-badges span{
    background:#2563eb;
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:9px 14px;
    border-radius:30px;
}

.sr-tour-content{
    padding:30px;
}

.sr-tour-title{
    font-size:34px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;
    line-height:1.2;
}

.sr-tour-meta{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:30px;
}

.sr-meta-item{
    background:#f7f7f7;
    padding:14px 16px;
    border-radius:10px;
    font-size:16px;
    color:#444;
    font-weight:600;
}

.sr-tour-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding-top:25px;
    border-top:1px solid #ececec;
}

.sr-tour-guide{
    font-size:16px;
    font-weight:700;
    color:#333;
}

.sr-tour-price{
    background:#16a34a;
    color:#fff;
    font-size:20px;
    font-weight:800;
    padding:14px 22px;
    border-radius:12px;
    white-space:nowrap;
}

@media(max-width:1200px){

    .sr-tour-title{
        font-size:28px;
    }

}

@media(max-width:991px){

    .sr-veteran-grid{
        grid-template-columns:1fr;
    }

    .sr-veteran-header h2{
        font-size:36px;
    }

    .sr-tour-image img{
        height:280px;
    }

    .sr-tour-content{
        padding:20px;
    }

    .sr-tour-title{
        font-size:24px;
    }

    .sr-tour-meta{
        grid-template-columns:1fr;
    }

    .sr-tour-bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .sr-tour-price{
        width:100%;
        text-align:center;
    }

}









.martial-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    align-items: stretch;
}

.martial-item {
    aspect-ratio: 1/1;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.martial-img {
    width: 100%;
    height: 100%;
}

.martial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.martial-wrap {
    margin: 60px 0;
}

.martial-header {
    text-align: center;
    margin-bottom: 30px;
}

.martial-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.martial-sub {
    color: #777;
    font-size: 14px;
}

.martial-item:hover {
    transform: translateY(-5px);
}







/* Р°РґР°РїС‚РёРІ */
@media (max-width: 992px) {
    .martial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}




/* FILE:
catalog/view/theme/YOUR_THEME/stylesheet/stylesheet.css

ВСТАВИТЬ В САМЫЙ НИЗ ФАЙЛА
*/

.sr-boxing-schedule{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:40px;
    margin:30px 0;
    border-radius:8px;
}

.sr-boxing-header{
    text-align:center;
    margin-bottom:35px;
}

.sr-boxing-subtitle{
    display:inline-block;
    background:#111827;
    color:#fff;
    padding:8px 18px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    border-radius:4px;
    margin-bottom:15px;
}

.sr-boxing-header h1{
    font-size:42px;
    font-weight:800;
    color:#111;
    margin:0 0 15px;
}

.sr-boxing-desc{
    max-width:850px;
    margin:0 auto;
    color:#555;
    font-size:18px;
    line-height:1.7;
}

.sr-boxing-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:35px;
    margin-bottom:40px;
}

.sr-boxing-card{
    background:#f8f8f8;
    border:1px solid #e9e9e9;
    padding:25px;
    border-radius:6px;
}

.sr-boxing-card-title{
    font-size:15px;
    font-weight:700;
    color:#777;
    margin-bottom:10px;
    text-transform:uppercase;
}

.sr-boxing-card-text{
    font-size:22px;
    font-weight:700;
    color:#111;
    line-height:1.4;
}

.sr-boxing-table-wrap{
    overflow-x:auto;
}

.sr-boxing-table{
    width:100%;
    border-collapse:collapse;
}

.sr-boxing-table thead tr{
    background:#111827;
}

.sr-boxing-table thead th{
    color:#fff;
    padding:18px;
    font-size:15px;
    text-transform:uppercase;
    font-weight:700;
    text-align:left;
}

.sr-boxing-table tbody td{
    padding:18px;
    border-bottom:1px solid #ececec;
    font-size:16px;
    color:#333;
}

.sr-boxing-table tbody tr:hover{
    background:#f8f8f8;
}

.sr-boxing-note{
    margin-top:30px;
    background:#f3f7ff;
    border-left:4px solid #2457d6;
    padding:20px;
    font-size:16px;
    color:#333;
    line-height:1.6;
}

@media(max-width:991px){

    .sr-boxing-info{
        grid-template-columns:1fr;
    }

    .sr-boxing-header h1{
        font-size:30px;
    }

    .sr-boxing-schedule{
        padding:20px;
    }

    .sr-boxing-card-text{
        font-size:18px;
    }

}



#cart tr.d_n_ns:nth-child(1),
#cart tr.d_n_ns:nth-child(2),
#cart tr.d_n_ns:nth-child(3){
    display:none !important;
}


a.btn.btn-shopping {
     display:none !important;
}


table.table.table_total.table-cart tr:nth-child(1){
    display:none !important;
}

.veteran-group-title {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.veteran-group-title.litls {
    font-size: 13px;
}

.payment-method img {
    position: relative;
    right: -6px;
}

.h-100.w-100.mb-30.opc_block_comment .checkout-heading {
    padding-left: 23px;
}

@media (max-width: 768px) {

    #top-fixed-mobile {
        overflow: visible !important;
    }

    #top-fixed-mobile .box-flex-fix,
    #top-fixed-mobile .box-fm-r,
    #top-fixed-mobile .cart_fix_mob,
    #top-fixed-mobile #cart {
        position: static !important;
        overflow: visible !important;
    }

    #top-fixed-mobile .cart_fix_mob #cart .dropdown-menu {
        display: none;
        position: fixed !important;

        top: 55px !important;
        left: 10px !important;
        right: 10px !important;

        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;

        max-height: 80vh !important;
        overflow-y: auto !important;

        background: #fff !important;

        z-index: 999999 !important;

        border-radius: 12px !important;
        padding: 15px !important;

        box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    }

    #top-fixed-mobile #cart.open .dropdown-menu {
        display: block !important;
    }
a.btn.btn-shopping {
    display: none;
}
}

/*
.box-flex-fix svg path {
    fill: #000000 !important;
}
*/

/* ИНФО */
#top-fixed-mobile .btn-menu-info svg path{
    fill:#000 !important;
}

/* ПОИСК */
#top-fixed-mobile .search_fix_mob svg path{
    fill:#000 !important;
}

/* СРАВНЕНИЕ */
#top-fixed-mobile .compare-h-fix svg path{
    fill:#000 !important;
}

/* ЗАКЛАДКИ */
#top-fixed-mobile .wishlist-h-fix svg path{
    fill:#000 !important;
}

/* КОРЗИНА */
#top-fixed-mobile .cart_fix_mob svg path{
    fill:#000 !important;
}




.shipping-top-info{
    background:#111;
    color:#fff;
    padding:10px 45px 10px 15px;
    position:relative;
    text-align:center;
    border-radius:6px;
    margin:8px 0;
    font-size:14px;
    font-weight:600;
}

.shipping-close{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
    font-size:18px;
    opacity:0.8;
}

.shipping-close:hover{
    opacity:1;
}

@media(max-width:768px){

.shipping-top-info{
    font-size:12px;
    padding:10px 35px 10px 10px;
}

.shipping-close{
    right:10px;
    font-size:16px;
}

}




@media (max-width: 768px) {

    /* скрываем 1,2,3 строку только во втором LI */
    #top-fixed-mobile #cart .dropdown-menu > li:nth-child(2) table.table tr:nth-child(1),
    #top-fixed-mobile #cart .dropdown-menu > li:nth-child(2) table.table tr:nth-child(2),
    #top-fixed-mobile #cart .dropdown-menu > li:nth-child(2) table.table tr:nth-child(3) {
        display: none !important;
    }
ul.dropdown-menu.pull-right li tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
}
}



@media only screen and (max-width: 1199px){


.text_after_phone {
    position: relative;
    top: 7px;
    right: -22px;
}


button.dropdown-toggle.btn.btn-link svg {
    position: relative;
    left: 8px;
    top: -2px;
}


.phones-icons {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: flex-end;
}
.phones-icons .additional-tel:first-child {
    position: relative;
    top: 3px;
}
.mob-m-i.wishlist-h-fix {
    position: relative !important;
}
.mob-m-i.compare-h-fix {
    position: relative !important;
}

}

@media only screen and (max-width: 991px){


#search .input-lg {
    background: #000000!important;
}



#top-fixed-mobile .btn.btn-menu-mobile, .btn-menu {
           background: #fec400 !important;
}


#top-fixed-mobile .btn.btn-menu-mobile, .btn-menu .box-flex-fix svg path {
    fill: #ffffff !important;
}



#top-fixed-mobile .btn.btn-menu-info {
    background: none!important;
}

}


.sr-program-box{
    background:#ffffff;
    border:1px solid #ececec;
    border-radius:24px;
    padding:35px;
    box-shadow:0 6px 25px rgba(0,0,0,0.05);
    margin:40px 0;
}

.sr-program-badge{
    display:inline-block;
    padding:8px 18px;
    background:#eef5ff;
    color:#1f5fd7;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.sr-program-title{
    font-size:42px;
    line-height:52px;
    font-weight:700;
    color:#111111;
    margin-bottom:25px;
}

.sr-program-text{
    font-size:17px;
    line-height:31px;
    color:#555555;
    margin-bottom:30px;
}

.sr-program-highlight{
    background:#1f5fd7;
    color:#ffffff;
    padding:18px 24px;
    border-radius:16px;
    font-size:18px;
    font-weight:600;
    margin-bottom:30px;
}

.sr-program-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}
@media only screen and (max-width: 1199px){
.sr-program-item{
    background:#f8fafc;
    border-radius:18px;
    padding:0;
    border:1px solid #ececec;
}
}

@media (max-width: 768px) {

    #featured-category-slider .owl-item {
        padding: 0 4px !important;
    }

    #featured-category-slider .box-fcat {
        margin: 0 !important;
    }

}
@media only screen and (min-width: 1200px){
.sr-program-item{
    background:#f8fafc;
    border-radius:18px;
    padding:11px;
    border:1px solid #ececec;
}
}


.sr-program-item-title{
    font-size:22px;
    line-height:32px;
    font-weight:700;
    color:#111111;
    margin-bottom:14px;
}

.sr-program-item-text{
    font-size:16px;
    line-height:29px;
    color:#666666;
}

@media(max-width:991px){

    .sr-program-box{
        padding:25px;
    }

    .sr-program-title{
        font-size:32px;
        line-height:42px;
    }

    .sr-program-features{
        grid-template-columns:1fr;
    }

}

.sr-program-item{
    display:flex;
    flex-direction:column;
    background:#ffffff;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    transition:0.3s;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
    border:1px solid #ececec;
}

.sr-program-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    text-decoration:none;
}

.sr-program-image{
    position:relative;
    overflow:hidden;
}

.sr-program-image img{
    width:100%;
    display:block;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:0.4s;
}

.sr-program-item:hover .sr-program-image img{
    transform:scale(1.05);
}

.sr-program-content{
       padding: 13px 5px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.sr-program-title{
    font-size:19px;
    font-weight:700;
    color:#111111;
    margin-bottom:10px;
    line-height:1.3;
}

.sr-program-desc{
    font-size:16px;
    color:#666666;
    line-height:24px;
    margin-bottom:10px;
    flex-grow:1;
}

.sr-program-price{
    font-size:28px;
    font-weight:700;
    color:#ff6b00;
}

@media(max-width:991px){

    .sr-home-programs{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

}

@media(max-width:575px){

    .sr-home-programs{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .sr-program-content{
        padding:14px;
    }

    .sr-program-title{
        font-size:17px;
    }

    .sr-program-desc{
        font-size:12px;
        line-height:20px;
        margin-bottom:12px;
    }

    .sr-program-price{
        font-size:22px;
    }

}


/* ПК - 6 кубиков */
.sr-home-programs{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:15px;
    margin:40px 0;
}

/* Планшет */
@media(max-width:1200px){

    .sr-home-programs{
        grid-template-columns:repeat(4,1fr);
    }

}

/* Планшет маленький */
@media(max-width:991px){

    .sr-home-programs{
        grid-template-columns:repeat(3,1fr);
    }

}

/* Мобильный - 2 кубика */
@media(max-width:575px){

    .sr-home-programs{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

}


.sr-mini-seo{
    margin: 30px 0;
    padding: 22px 28px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #ececec;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.sr-mini-seo p{
    margin: 0;
    font-size: 16px;
    line-height: 29px;
    color: #555555;
}

.sr-home-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    margin:20px 0 35px;
    color:#111111;
    line-height:1.3;
}

@media(max-width:768px){

    .sr-home-title{
        font-size:28px;
        margin:15px 0 25px;
    }

}

.sr-about-seo{
    display:flex;
    gap:40px;
    align-items:center;
    padding:50px 0;
}

.sr-about-seo__left{
    flex:1;
}

.sr-about-seo__right{
    width:360px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.sr-about-seo__label{
    display:inline-block;
    padding:8px 16px;
    background:#eef5ff;
    color:#2154cf;
    font-size:14px;
    font-weight:700;
    border-radius:40px;
    margin-bottom:20px;
}

.sr-about-seo__title{
    font-size:42px;
    line-height:52px;
    color:#111111;
    font-weight:700;
    margin-bottom:25px;
}

.sr-about-seo__text{
    font-size:17px;
    line-height:31px;
    color:#555555;
    margin-bottom:22px;
}

.sr-about-seo__card{
    background:#ffffff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
}

.sr-about-seo__card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.sr-about-seo__card-title{
    font-size:22px;
    font-weight:700;
    color:#111111;
    margin-bottom:12px;
}

.sr-about-seo__card-text{
    font-size:15px;
    line-height:27px;
    color:#666666;
}

@media(max-width:991px){

    .sr-about-seo{
        flex-direction:column;
        padding:35px 0;
    }

    .sr-about-seo__right{
        width:100%;
    }

    .sr-about-seo__title{
        font-size:30px;
        line-height:40px;
    }

    .sr-about-seo__text{
        font-size:16px;
        line-height:29px;
    }

}




.sr-veteran{
    padding:50px 0;
}

.sr-veteran__top{
    max-width:900px;
    margin:0 auto 40px;
    text-align:center;
}

.sr-veteran__label{
    display:inline-block;
    padding:8px 18px;
    background:#eef7ff;
    color:#2160d2;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.sr-veteran__title{
    font-size:46px;
    line-height:56px;
    font-weight:700;
    color:#111111;
    margin-bottom:25px;
}

.sr-veteran__text{
    font-size:17px;
    line-height:31px;
    color:#555555;
    margin-bottom:20px;
}

.sr-veteran__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:35px;
}

.sr-veteran__card{
    background:#ffffff;
    border-radius:20px;
    padding:30px;
    border:1px solid #ececec;
    box-shadow:0 6px 25px rgba(0,0,0,0.05);
}

.sr-veteran__card-title{
    font-size:24px;
    font-weight:700;
    color:#111111;
    margin-bottom:20px;
}

.sr-veteran__list,
.sr-veteran__steps{
    margin:0;
    padding-left:20px;
}

.sr-veteran__list li,
.sr-veteran__steps li{
    margin-bottom:12px;
    font-size:16px;
    line-height:28px;
    color:#555555;
}

.sr-veteran__small{
    margin-top:20px;
    font-size:14px;
    line-height:25px;
    color:#777777;
}

.sr-veteran__info{
    background:#f7f9fc;
    border-radius:20px;
    padding:35px;
    border:1px solid #ececec;
}

.sr-veteran__info-title{
    font-size:30px;
    line-height:40px;
    font-weight:700;
    color:#111111;
    margin-bottom:20px;
}

.sr-veteran__info-text{
    font-size:17px;
    line-height:31px;
    color:#555555;
    margin-bottom:18px;
}

@media(max-width:991px){

    .sr-veteran{
        padding:35px 0;
    }

    .sr-veteran__grid{
        grid-template-columns:1fr;
    }

    .sr-veteran__title{
        font-size:32px;
        line-height:42px;
    }

    .sr-veteran__card,
    .sr-veteran__info{
        padding:25px;
    }

}


.sr-veteran-page{
    padding:50px 0;
}

.sr-veteran-page__hero{
    text-align:center;
    max-width:920px;
    margin:0 auto 45px;
}

.sr-veteran-page__label{
    display:inline-block;
    padding:8px 18px;
    background:#eef5ff;
    color:#1e5ed7;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.sr-veteran-page__title{
    font-size:48px;
    line-height:58px;
    font-weight:700;
    color:#111111;
    margin-bottom:25px;
}

.sr-veteran-page__text{
    font-size:17px;
    line-height:31px;
    color:#555555;
    margin-bottom:20px;
}

.sr-veteran-page__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:35px;
}

.sr-veteran-page__card{
    background:#ffffff;
    border-radius:20px;
    padding:30px;
    border:1px solid #ececec;
    box-shadow:0 6px 25px rgba(0,0,0,0.05);
}

.sr-veteran-page__card-title{
    font-size:24px;
    line-height:34px;
    font-weight:700;
    color:#111111;
    margin-bottom:20px;
}

.sr-veteran-page__list,
.sr-veteran-page__steps{
    margin:0;
    padding-left:20px;
}

.sr-veteran-page__list li,
.sr-veteran-page__steps li{
    font-size:16px;
    line-height:29px;
    color:#555555;
    margin-bottom:12px;
}

.sr-veteran-page__note{
    margin-top:20px;
    padding:14px 18px;
    background:#f7f9fc;
    border-radius:12px;
    font-size:14px;
    line-height:24px;
    color:#666666;
}

.sr-veteran-page__info{
    background:#f8fafc;
    border:1px solid #ececec;
    border-radius:24px;
    padding:40px;
}

.sr-veteran-page__info-title{
    font-size:34px;
    line-height:44px;
    font-weight:700;
    color:#111111;
    margin-bottom:20px;
}

.sr-veteran-page__info-text{
    font-size:17px;
    line-height:31px;
    color:#555555;
    margin-bottom:18px;
}

@media(max-width:991px){

    .sr-veteran-page{
        padding:35px 0;
    }

    .sr-veteran-page__grid{
        grid-template-columns:1fr;
    }

    .sr-veteran-page__title{
        font-size:34px;
        line-height:44px;
    }

    .sr-veteran-page__card,
    .sr-veteran-page__info{
        padding:25px;
    }

}


.sr-program-box{
    background:#ffffff;
    border:1px solid #e5e5e5;
    padding:30px;
    margin-bottom:30px;
    border-radius:10px;
    font-family:Arial,sans-serif;
}

.sr-program-top{
    margin-bottom:30px;
}

.sr-program-top h1{
    font-size:34px;
    font-weight:700;
    color:#111111;
    margin-bottom:15px;
}

.sr-program-subtitle{
    font-size:18px;
    line-height:28px;
    color:#555555;
}

.sr-program-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

.sr-program-card{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:10px;
    padding:25px;
    transition:0.3s;
}

.sr-program-card:hover{
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.sr-program-card h2{
    font-size:22px;
    color:#ff6b00;
    margin-bottom:15px;
    font-weight:700;
}

.sr-program-card p{
    font-size:16px;
    line-height:26px;
    color:#444444;
    margin-bottom:15px;
}

.sr-program-card ul{
    padding-left:18px;
    margin:0;
}

.sr-program-card ul li{
    font-size:16px;
    line-height:28px;
    color:#444444;
    margin-bottom:8px;
}

.sr-program-access{
    background:#fff8f2;
    border:1px solid #ffd3b0;
}

@media(max-width:768px){

    .sr-program-box{
        padding:20px;
    }

    .sr-program-top h1{
        font-size:26px;
    }

    .sr-program-subtitle{
        font-size:16px;
        line-height:24px;
    }

}

.phone-flex img {
    width: 21px;
}


#menu.open-mob .btn-menu, #menu.open .btn-menu, .btn-menu:hover, .btn-menu:focus, .btn-menu.focus, .btn-menu:active, .btn-menu.active, .btn-menu.disabled, .btn-menu[disabled] {
    background-color: #2f2f2f !important;
    color: #ffffff !important;
}

.btn-search:hover, .btn-search:active {
    background-color: #292929 !important;
}

@media (max-width: 991px) {
span.sp_cl {
        position: absolute;
        top: -4px;
        left: 9px;
        color: #000000;
        font-weight: 500;
        font-size: 11px;
        text-transform: lowercase;
}
}


.easy-b-logo-brand {
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.easy-b-logo-brand img {
    width: 20%;
}


@media (min-width: 992px) {
span.sp_cl {
    position: absolute;
    top: -7px;
    left: 14px;
    color: #000000;
    font-weight: 500;
	        text-transform: lowercase;
        font-size: 12px;
}
}

@media only screen and (max-width: 1199px){
span.power_of {
    position: absolute;
    bottom: -7px;
    left: 2px;
    color: #2a2a2a;
    font-size: 10px;
}
}


@media only screen and (min-width: 1200px){
span.power_of {
    position: absolute;
    bottom: -7px;
    left: 2px;
    color: #2a2a2a;
    font-size: 12px;
}
}








.cert-item {
    margin-bottom: 30px;
}


.cert-section {
    margin-bottom: 60px;
    text-align: center;
}

.cert-item img {
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}


.d_c {
    text-align: center;
}



@media only screen and (min-width: 1200px){

input[name="search"]::placeholder {
    color: #000000 !important;
}


div#right-info button.btn.btn-general {
    background: #00bc52;
}









.additional-tel.dth img {
    width: 25px;
}

.shopping-cart svg path {
    fill: #000 !important;
}
.row.banner-footer {
    background: #ffffff;
    display: flex;
    justify-content: center;
}
.box-account svg path {
    fill: #000 !important;
}

.easy-b-description {
    border: 1px solid #000000;
    text-align: center!important;
}

.phones-icons {
    display: flex !important;
    align-items: flex-end;
    gap: 8px;
}

.phones-icons .additional-tel {
    display: inline-flex !important;
}



header, #top, .navbar, .header-type-2 {
    background: transparent !important;
}


    .menu-header-box.cont-mw.h-type-2.hide-box-menu {
        background: #ffffff;
    }


.compare-h a svg path, .wishlist-h a svg path {
    fill: #000000 !important;
}