


.warehouse_caras {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.warehouse-item {
    margin: 0;
}

.warehouse-item a {
    display: block;
    padding: 8px 14px;
    background: #ffc107;
    color: #222;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.warehouse-item a:hover {
    background: #ffb300;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

.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;
}
.row.banner-footer {
    padding-top: 20px;
}
@media(max-width:768px){

    .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: 52%;
	
}

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: 52%;
}

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: -3px;
    left: -1px;
}
}
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;
}

.box-showmore .box-ajax-load {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 260px !important;
    height: 60px !important;

    border-radius: 40px !important;

    background: linear-gradient(
        180deg,
        #36c8df 0%,
        #169dbd 45%,
        #066d88 100%
    ) !important;

    box-shadow:
        0 8px 25px rgba(0,100,130,.25),
        inset 0 2px 0 rgba(255,255,255,.35) !important;

    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition: .3s !important;
}
.benefits-block{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    padding:40px 0;
}

.benefit-item{
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    transition:.3s;
    border:1px solid #e8eef2;
}

.benefit-item:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.benefit-icon{
    margin-bottom:15px;
}

.benefit-icon img{
    width:80px;
    height:80px;
    object-fit:contain;
}

.benefit-content h3{
    margin:0 0 10px;
    font-size:22px;
    font-weight:700;
    color:#0d5c73;
}

.benefit-content p{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:#555;
}

@media (max-width:991px){

    .benefits-block{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

}

@media (max-width:576px){

    .benefit-item{
        padding:20px 15px;
    }

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

    .benefit-content p{
        font-size:14px;
    }

}
.box-showmore .box-ajax-load:before {
    content: "Показати більше" !important;

    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;

    margin-left: 10px !important;
}

.box-showmore .box-ajax-load:after {
    content: "" !important;

    position: absolute !important;
    top: -50% !important;
    left: -120% !important;

    width: 70% !important;
    height: 200% !important;

    background: rgba(255,255,255,.2) !important;
    transform: rotate(25deg) !important;

    transition: .8s !important;
}

.box-showmore .box-ajax-load:hover:after {
    left: 150% !important;
}

.box-showmore .box-ajax-load:hover {
    transform: translateY(-3px) !important;
}

.box-showmore .box-ajax-load img {
    width: 22px !important;
    height: 22px !important;
    filter: brightness(0) invert(1) !important;
    position: relative !important;
    z-index: 2 !important;
}


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;
}


.full-bannerss img {
    width: 100%;
}


.full-banner {
    width: 100%;
    overflow: hidden;
}

.full-banner img {
    display: block;
    width: 100%;
    height: auto;
}



.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(180deg,#16718a 0%,#0d5a70 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 12px !important;
    height: 56px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 20px rgba(13,90,112,.35) !important;
}

#button-cart:hover {
    background: linear-gradient(180deg,#1a829e 0%,#10667f 100%) !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: #00BC52 !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: #1f3c88;
}
}


@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: #1f3c88;
}
}



h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #1f3b63 !important;
    margin-bottom: 25px !important;
    position: relative !important;
    display: inline-block !important;
}




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

.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: #1f3c88;
}

.box-bg-full h2:after {
    content: "";
    width: 70px;
    height: 4px;
        background: linear-gradient(90deg, #27b4cf, #0c809c);
    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);
    }
}



/* Фон для всего футера */
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;
}

h2, .title-module span {
    font-size: 22px!important;
    font-weight: 700;
    color: #1e3c72 !important;
    margin-bottom: 30px;
    position: relative !important;
	        line-height: 27px;
}

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

}


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

h2, .title-module span {
    font-size: 32px !important;
    font-weight: 700;
    color: #1e3c72 !important;
    margin-bottom: 30px;
    position: relative !important;
    display: inline-block;
}

}


/* Зеленая линия под заголовком */
h2::after,
.title-module span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #2e7d32, #43a047);
    border-radius: 4px;
}

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



@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: 5px;
}


@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: #153a5c !important;
    margin-bottom: 30px !important;
    position: relative !important;
}

#information-information h1:after {
    content: "" !important;
    width: 60px !important;
    height: 4px !important;
    background: #00BC52 !important;
    display: block !important;
    margin-top: 8px !important;
    border-radius: 4px !important;
}


/* === ЭФФЕКТ ПРОБЕГАЮЩЕГО СВЕТА ПО ЛОГОТИПУ === */


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

#logo {
    position: relative;
    display: inline-block;
}

#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){

.phones-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.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: #ffc000!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;
}
footer.type-footer-1 .container {
           background: none;
}

.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;
}

.container {
    background: #ffffff;
}

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;
}