:root {
    --cl1: #EE1D23;
    --cl2: #231F20;
    --cl3: #F1C798;
    --cl4: #FFF3E6;
    --cl5: #2683c5;
    --cl6: #2877C2;
    --cl7: #1481FF;
    --cl8: #22A1FF;
    --cl9: #5B89ED;
    --cl10: #67A9FF;
    --cl11: #6BBBF6;
    --cl12: #9BC3FF;
    --cl13: #B3DAFF;
    --cl14: #C0E4FF;
    --cl15: #FFF;
}

@font-face {
    font-family: 'Chalet';
    src: url(../fonts/Chalet-LondonSixty.otf);
}

@font-face {
    font-family: 'Chalet bold';
    src: url(../fonts/Chalet-LondonSixty.otf);
}

/* filialy */

.branch-flex {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}

.branchCard {
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid var(--cl14);
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
    width: 100%;
}

.branchCard:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.branchCard_IMG {
    width: 80%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.branchCard_BoxText {
    font-weight: 500;
}

/* media */

@media (max-width: 1024px) {
    .branch-flex {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .branch-flex {
        grid-template-columns: repeat(3, 1fr);
    }

    .branchCard {
        padding: 8px 5px;
    }

    .branchCard_IMG {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .branch-flex {
        grid-template-columns: repeat(2, 1fr);
    }

    .branchCard_IMG {
        width: 60%;
    }
}

/* filial_card*/

.Card_branch {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border-radius: 20px;
    border-color: var(--cl11);
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    padding: 40px;
    align-items: center;
    flex-direction: column;
}

.branchCard_IMG_1 {
    width: 35%;
    height: 35%;
    margin-right: 20px;
}

.InfoBranch {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.NameBranch {
    font-size: 48px;
    font-weight: bold;
    color: var(--cl16);
    font-family: 'Chalet bold', sans-serif;
}

.MapName {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: var(--cl16);
}

.BoldbranchCard_Text {
    font-weight: 700;
}

.connection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.connection_BoxIcons {
    display: flex;
    gap: 15px;
}

.marging_connection {
    margin-left: 15px;
}

@media (max-width: 1550px) {
    .branchCard_IMG_1 {
        height: 50%;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .Info {
        flex-direction: column;
    }

    .Card_branch {
        flex-direction: column;
        padding: 20px;
    }

    .NameBranch {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .Info {
        flex-direction: column;
        align-items: center;
    }

    .connection {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .marging_connection {
        margin-left: 0px;
    }
}

.Info {
    display: flex;
}

.map {
    width: 100%;
}

/* --------------dilers-------------------- */

.accordion-body {
    background-color: #fff;
    /* max-height: auto; */
}

.accordion {
    border-radius: 8px;
    background-color: transparent;
}

.accordion-item {
    border: none;
    margin-bottom: 8px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #e0f0ff !important;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-header {
    padding: 0;
}

.accordion-button {
    width: 100%;
    padding: 15px 20px;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:hover,
.accordion-button:focus {
    background-color: rgba(0, 0, 0, 0.03) !important;
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    transition: transform 0.3s ease;
}

.accordion-button.active::after {
    transform: rotate(0deg);
}

.accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.accordion-collapse.show {
    /* max-height: 1000px; */
    /*max-height: 2200px;*/
    max-height: 500vh;
}

.dealer-info {
    margin: 6px 0;
    padding-left: 12px;
    border-left: 3px solid #0d6efd;
}

.dealer-info p {
    margin: 2px 0;
}

.badge {
    background-color: #0d6efd;
    color: #fff;
    font-size: 0.85em;
    padding: 2px 5px;
    border-radius: 5px;
}

/* diler */

.productBox {
    display: flex;
}

.BoxDilers {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.TitleDilers {
    font-size: 48px;
    font-weight: bolder;
    color: var(--cl5);
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .BoxDilers {
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .TitleDilers {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .Product ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    /* * {
        font-size: 20px;
    } */
}

.IMGPROD {
    width: 100%;
    margin-top: 40px;
}

.Card_Product {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 20px;
    border-color: var(--cl11);
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    padding: 40px;
}

.product-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.TextProduct {
    flex: 1;
    margin-right: 20px;
}

.Product {
    margin-top: 40px;
    width: 100%;
}

.Product ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.Product li {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease;
    color: var(--cl11);
}

.Product li.active {
    color: var(--cl5);
    font-weight: bold;
}

.content-item {
    margin-top: 40px;
    display: none;
}

.content-item.active {
    display: block;
}

.TitleBox {
    font-size: 48px;
    font-weight: bolder;
    color: var(--cl5);
}

.TitleBoxText {
    font-size: 20px;
    margin-bottom: 10px;
}

.ingredients {
    font-size: 18px;
}

ol {
    padding-left: 0px !important;
}

.rowTable {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--cl11);
    align-items: center;
    padding: 20px;
    width: 100%;
}

.BorderOff {
    border-top: none !important;
}

.textTable {
    font-size: 16px;
    font-weight: bolder;
    max-width: 650px;
}

.textTableRow {
    font-size: 16px;
    font-weight: bolder;
    max-width: 100%;
}

.NumTablr {
    font-size: 16px;
    width: 150px;
}

.rowTableFiles {
    display: flex;
    border-top: 2px solid var(--cl11);
    align-items: center;
    padding: 20px;
    width: 100%;
}

.linkRow:hover {
    text-decoration: underline;
    text-underline-offset: 0.4em;
    text-decoration-thickness: 0.05em;
    color: var(--cl5);
}

.linkRow {
    color: var(--cl2);
    text-decoration: none;
}

.IMGschems {
    width: 100%;
    margin-top: 40px;
}

.print {
    width: auto;
    display: flex;
    padding: 15px 20px;
    background-color: var(--cl5);
    border-radius: 20px;
    border: none;
    color: var(--cl15);
    font-family: 'Chalet bold', sans-serif;
    cursor: pointer;
}

.TextBTN {
    font-size: 18px;
}

.SxemBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.print-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.textImg {
    font-family: 'Chalet';
    font-size: 18px;
    max-width: 500px;
    text-align: center !important;
    margin-bottom: 20px;
}

.videoStyle {
    width: 100%;

}

@media (max-width: 1050px) {
    .IMGPdc {
        width: 100% !important;
    }

    .IMGtext {
        width: 100%;
    }

    video {
        width: 100%;
    }

}

@media (max-width: 1050px) {
    #video.content-item .IMGtext img.IMGPdc {
        width: 100% !important;
    }

    #video.content-item .IMGtext {
        width: 100% !important;
    }

}


@media (max-width: 1700px) {
    #video.content-item .IMGtext img.IMGPdc {
        width: 70% !important;
    }

    #video.content-item .IMGtext {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #video.content-item video {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    #video.content-item .product-content {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }

}

@media (max-width: 1000px) {
    #naznachenie.content-item .IMGPdc {
        width: 70% !important;
    }

    #naznachenie.content-item .product-content {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    #naznachenie.content-item .IMGtext {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav ul {
        gap: 20px;
    }

}

@media (max-width: 500px) {
    .Card_contact {
        padding: 20px;
    }

    .branchCard_Text_Num {
        margin-top: 10px;
        margin-left: 0px !important;
    }

    .textImg {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .social {
        align-items: flex-start !important;
        padding: 10px 0px;
        flex-direction: column;
    }

    #video.content-item .IMGtext img.IMGPdc {
        width: 70% !important;
    }

    #dok.content-item .rowTableFiles {
        padding: 20px;
    }

    .rowTableFiles {
        padding: 0px;
    }

    .IMGtext {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
    }

    .IMGPdc {
        width: 70% !important;
    }

    .TitleBox {
        font-size: 32px;
    }

    .TitleBoxText {
        font-size: 14px;
    }

    .TextProduct {
        margin-right: 0px;
    }

    nav ul {
        gap: 10px;
    }

    .Card_Product {
        padding: 20px;
    }

    .ingredients {
        font-size: 16px;
    }

    .textTable {
        font-size: 14px;
        max-width: 150px !important;
    }

    .NumTablr {
        width: 70px;
        font-size: 14px;
    }

    .textTableRow {
        font-size: 14px;
    }
}


@media (max-width: 1700px) {
    /* #texhar.content-item .textTable {
        max-width: 300px;
    } */
}

@media (max-width: 1550px) {
    /* #texhar.content-item .textTable {
        max-width: 200px;
    } */

    #texhar.content-item .NumTablr {
        max-width: 120px;
    }
}

@media (max-width: 1350px) {
    /* #texhar.content-item .textTable {
        max-width: 400px;
    } */

    #texhar.content-item .NumTablr {
        max-width: 150px;
    }

    #texhar.content-item .product-content {
        flex-direction: column;
        width: 100%;
        gap: 40px;
        flex-wrap: wrap;
        align-items: normal;
    }
}

@media (max-width: 1100px) {
    /* #texhar.content-item .textTable {
        max-width: 200px;
    } */

    #texhar.content-item .NumTablr {
        max-width: 100px;
    }
}

@media (max-width: 1150px) {

    #dok.content-item .IMGPdc {
        width: 70%;
    }

    #PO.content-item .IMGPdc {
        width: 70%;
    }
}

@media (max-width: 1300px) {

    #sxema.content-item .IMGPdc {
        width: 70%;
    }

    #sxema.content-item .product-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 40px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

}

.content-item {
    display: none;
}

.content-item.active {
    display: block;
}

.web {
    width: 100%;
    font-size: 18px;
}

a.web1 {
    font-size: 17px;
    color: var(--cl15) !important;
    text-decoration: underline;
    word-break: break-word;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}