/* KA4 SERVICES BLOCK */











/* KA4 BUNDLE BLOCK */

.ka4-bundle {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}

.ka4-bundle-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ka4-bundle-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ka4-bundle-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.ka4-bundle-card:hover {
    background: #f7f7f7;
}

.ka4-bundle-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.ka4-bundle-body {
    flex: 1;
}

.ka4-bundle-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.ka4-bundle-name:hover {
    color: #e60023;
}

.ka4-bundle-model {
    font-size: 12px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ka4-copy-btn {
    border: none;
    background: #f1f1f1;
    padding: 3px 6px;
    border-radius: 6px;
    cursor: pointer;
}

.ka4-copy-btn:hover {
    background: #e60023;
    color: #fff;
}

.ka4-bundle-price {
    margin-top: 5px;
    font-weight: 700;
    color: #e60023;
}













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

.slide-type1.container.dflex {
    display: flex!important;
    flex-direction: column!important;
    align-content: center!important;
    align-items: center!important;
}
.slide-type1 .row-slider-info {
    display: flex!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    width: 98%!important;
    z-index: 99;
    align-items: center!important;
    justify-content: center!important;
    text-align: center!important;
    align-content: center!important;
    margin: 0 auto!important;
}


.megasliderpro [class*="slide-type"] .msp-title .text-title {
    line-height: 26px!important;
    font-size: 26px!important;
}

.megasliderpro [class*="slide-type"] .sub-title .text-sub-title {
    font-size: 17px!important;
    line-height: 21px!important;
}


}


div#logo-footer img {
    width: 195px;
    height: 95px;
}



.sticker-ns.popular {
    background: linear-gradient(135deg, #0a1f44 0%, #0f3a7a 35%, #1c6ed5 70%, #0a2a5c 100%)!important;
}



.ka4-services-block {
    margin-top: 40px;
}

.ka4-title {
    font-size: 28px;
    font-weight: 700;
}

.ka4-subtitle {
    color: #777;
    margin-bottom: 30px;
}

.ka4-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.ka4-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

.ka4-card:hover img {
    transform: scale(1.05);
}

.ka4-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

.ka4-card-overlay h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ka4-card-overlay p {
    font-size: 13px;
    margin: 0;
}

/* MOBILE */
@media (max-width: 768px) {
    .ka4-card img {
        height: 200px;
    }
}



.ka4-page {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.ka4-page h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ka4-page p {
    margin-bottom: 15px;
}

.ka4-page ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.ka4-page ul li {
    margin-bottom: 8px;
}

.ka4-note {
    margin-top: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-left: 4px solid #d41010;
    border-radius: 8px;
}



.ka4-card-overlay h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

/*
.tabs__header__scroll.dragscroll.hs-0 {
    display: none;
}
*/

/* KA4 TEXT STYLE FIX */

.ka4-page {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    max-width: 900px;
}
.ka4-services-block.container.mt-5 .col-md-4.mb-4 {
    margin-bottom: 21px;
}
.ka4-page h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111;
    position: relative;
}

.veteran-wrapper {
    max-width: 900px;
}

.veteran-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.veteran-section-title {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
}

.veteran-list {
    list-style: none;
    padding: 0;
}

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

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

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

.veteran-important {
    background: #fff5f5;
    border-left: 4px solid #d41010;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
}

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

.ka4-page h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #d41010;
    margin-top: 6px;
    border-radius: 3px;
}

.ka4-page p {
    margin-bottom: 15px;
}

.ka4-page ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.ka4-page ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.ka4-page ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d41010;
    font-weight: bold;
}

.ka4-note {
    margin-top: 25px;
    padding: 18px;
    background: #fff5f5;
    border-left: 4px solid #d41010;
    border-radius: 10px;
    font-weight: 500;
}

/* KA4 ABOUT BLOCK */


.ka4-about-block {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-top: 40px;
}

.ka4-about-block h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ka4-about-block p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.ka4-about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
    font-weight: 500;
}

.ka4-about-features div {
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 8px;
}

.ka4-about-address {
    font-weight: 600;
    margin-top: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .ka4-about-block {
        padding: 20px;
    }

    .ka4-about-features {
        grid-template-columns: 1fr;
    }
}


@media only screen and (max-width: 1199px){
	
	.row.ka4-about-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}

}


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

.row.ka4-about-images {
    display: flex;
}
}



.ka4-about-images img {
    border-radius: 12px;
    transition: 0.3s;
}

.ka4-about-images img:hover {
    transform: scale(1.05);
}

/* ОТСТУПЫ */
.ka4-about-images .col-4 {
    padding: 5px;
}

/* MOBILE */
@media (max-width: 768px) {

    .ka4-about-images img {
        height: 197px;
    }

    .ka4-about-block .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
    }

}

span.cat-label.cat-label-label {
    position: absolute;
    top: -10px;
}