body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color:  #222831;
}

/*:root{*/
/*    --li-lv1: #f1f1f1;*/
/*    --li-lv2: #e1e1e1;*/
/*    --li-lv3: #cdcdcd;*/
/*    --li-lv4: #bababa;*/

/*    --tr2: #2b2c2e;*/

/*    --layout-main: #393e46;*/

/*    --inactive-element: #6c757d;*/
/*}*/

.container-header{
    display: flex;
    gap: 40px;
    margin: 10px;
}

.container-content{
    /*display: flex;*/
    /*flex-direction: column;*/
}

.lick-off{
    pointer-events: none;
    /*cursor: default;*/
}

.shrift-kategoriya{
    font-size: 13px !important;
    gap: 17px;
}

h1{
    color: #eb5b28;
}

.company{
    display: flex;
    justify-content: space-between;

}

.logo{
    display: flex;
    align-items: center;
}

.logo-img{
    height: 50px;
}

.whatsapp-link{
 display: flex;
    align-items: center
}

.whatsapp-link a{
    /*padding: 0 10px 7px 0;*/
}

.whatsapp-link img{
    width: 40px;
    display: none;
}

.search-res-not-found{
    color: #87b5e6;
    font-size: 20px;
    padding: 10px;
}

.search-form{
    display: flex;
    width: 100%;
}

/*pagination*/
.pagination{
    color: white;
}
.pag-control{
    display: flex;
    gap: 15px;
    margin: 15px;
    font-size: 20px;
}

.pag-list-item{
    display: flex;
    font-size: 20px;
    gap: 10px;
    align-items: center;
}

.svg-pagination{
    width: 30px;
}
/*pagination*/


.container-main{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5%;
    min-height: 1100px;
}


.subcategory{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: auto;
    border-radius: 7px;
    color: white;
}

.item-subcategory{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    border-radius: 7px;
    padding: 0 15px;
    background-color:  #393e46;
}

.li-item-sub{
    padding-inline-start: 20px;
    padding: 10px 0;
}

.level-1 > li {
    font-size: 15px;
    font-weight: bold;
    color: var(--li-lv1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.level-1 a{
    color: var(--li-lv1);
    text-decoration: none;
}
.level-2 a{
    color: var(--li-lv2);
    text-decoration: none;
}
.level-2 a{
    color: var(--li-lv3);
    text-decoration: none;
}
.level-3 a{
    color: var(--li-lv4);
    text-decoration: none;
}


.level-2 > li {
    font-size: 14px;
    color: var(--li-lv2);
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.level-3 > li {
    font-size: 13px;
    color: var(--li-lv3);
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.level-4 > li {
    font-size: 10px;
    color: var(--li-lv4);
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.level-5 > li {
    font-size: 10px;
    color: var(--li-lv4);
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}


/*.level-1   li::before {*/
/*    content: "•";*/
/*    margin-right: 10px;*/
/*    color: #f4f4f4;*/
/*}*/

.level-1, .level-2, .level-3, .level-4, .level-5 {

    list-style-type: none;
    padding-inline-start: 0;
}


.container-item{
    width: 250px;
    height: 25px;
    background-color: #27ae60;
    border-radius: 7px;
}



/*frfrfrrrrrrrrrrrrrrrrrrrrrrrrrrr*/
.catalog-item-container {
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 10px;
}

.catalog-item {
    display: flex;
    align-items: center;

    color: #fff;
    font-size: 16px;
    text-align: center;
}

.catalog-item a{
    height: 240px;
    /*background-color: cadetblue;*/
    background-color: #393e46;

    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: white;
    text-decoration: none;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    width: 150px;
    align-items: center;
    justify-content: center;
}

.catalog-item span{
    padding-top: 10px;
    padding-bottom: 15px;
}

.catalog-item img{
 width: 150px;
}

/*frfrfrrrrrrrrrrrrrrrrrrrrrrrrrrr*/

.content{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
}


.nav-line{
    display: flex;
    height: 40px;
    background-color: var(--layout-main);
    border-radius: 7px;
    margin: 0 0 10px 0;
}

nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}

/*.breadcrumb {*/
/*    list-style: none;*/
/*    display: flex;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    font-size: 16px;*/
/*}*/

/*.breadcrumb li {*/
/*    margin-right: 8px;*/
/*}*/

/*.breadcrumb li a {*/
/*    text-decoration: none;*/
/*    color: var(--li-lv3);*/
/*}*/

/*.breadcrumb li a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.breadcrumb li::after {*/
/*    content: "/";*/
/*    margin-left: 8px;*/
/*    color: #848484;*/
/*}*/

/*.breadcrumb li:last-child::after {*/
/*    content: "";*/
/*}*/
/*.breadcrumb-item.current {*/
/*    color: var(--inactive-element); !* Серый цвет для последнего элемента *!*/
/*}*/








.breadcrumb {
    display: flex;
    flex-wrap: wrap;          /* Включаем перенос на следующую строку */
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: '/';             /* Разделитель между элементами */
    margin: 0 8px;            /* Отступы для разделителя */
    color: #848484;         /* Цвет для разделителя */
}

.breadcrumb-item.current {
    color: var(--inactive-element);
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--li-lv3);
    white-space: nowrap;
    /* Запрещаем перенос текста внутри ссылки */
}
























/*.breadcrumb li:last-child a {*/
/*    color: #8f8f8f;*/
/*    pointer-events: none;*/
/*}*/



/*.breadcrumb-item:not(.current)::after {*/
/*    content: "/";*/
/*    margin-left: 10px;*/
/*}*/




.container-main-content{
    display: flex;
    flex-direction: column;
    background-color:  #393e46;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 80px;
}


.phone, .address{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.logo-company img{
    height: 45px;
    width: auto;
}

/* Таблица вывода прайс-листа */

table {
    color: white;
    width: 100%;
    border-collapse: collapse;
}


.td-center{
    text-align: center;
}

table tbody tr:nth-child(even){
    background-color: var(--tr2);
}

.th-fs{
    background-color: var(--tr2);
    font-size: 12px;
    text-align: center;
}

.th-w{
    width: 100px;
}

.th-name-long{
    display: table-cell;;
}

.th-fs-short{
    display: none;
}

thead tr th{
    height: auto !important;
}

.img-product {
    max-width: 100px;
    height: auto;
}
.th-img{
    width: 100px;
    height: 65px;
}
.pl-title{
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.header-desc{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

/*----- Button P-L -----*/
.btn-panel{
    display: flex;
    margin: 10px;
    justify-content: space-between;

}
.btn-group{
    display: flex;
    gap: 20px;
}


.pl-btn-stream a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 12px;
    border: 1px solid #ffffff;
    border-radius: 7px;
    padding: 5px 10px;
    gap: 7px;
}

.pl-btn-download a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 7px;
    padding: 5px 7px;
    gap: 7px;
}

.pl-btn-stream a:hover{
    background-color: #474952;
}

.pl-btn-stream a img{
    width: 25px;
}
.pl-btn-download a img{
    width: 25px;
}
/*----- END Button P-L -----*/
/*----- Таблица вывода прайс-листа -----*/
.price-list-product-item{
    display: flex;
}

.v-nalichii{
    color: #02c002;
    gap: 10px;
    text-align: center;
}

.v-nalichii img{
    width: 25px;
    height: 25px;
}

.pod-zakaz{
    color: #67a7e7;
    gap: 10px;
    text-align: center;
}

.utochnyat{
    color: #eccb80;
    text-align: center;
}

.svgIcon{
    width: 25px;
    height: 25px;
}

/*----- Таблица вывода прайс-листа -----*/



/* Поле поиска */
.c-search{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
}
.search-container {
    height: 48px;
    display: flex;
    /*border: 1px solid #393e46;*/
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    padding: 1.1%;
}
.search-input {
    flex: 1;
    border: none;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    background-color: #393e46;
    color: white;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px ;
}
.search-btn {
    background-color: #474850;
    /* background-color: #f8f9fa; */
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.search-btn img {
    width: 20px;
    height: 20px;
}
input:focus {
    outline: none;
}
/* Стили для экранов с шириной менее 480 пикселей */

/* Поле поиска END */

/* Меню */
.menu{

    /*border-radius: 0 7px 7px 0;*/
    color: white;

}

.menu-top-br{
    border-radius: 0 7px 0 0;
}

.menu-bottom-br{
    /*border-radius: 0 0 7px 0;*/
}

.vertical-menu {
    width: 200px;
}

.vertical-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.vertical-menu li {
    position: relative;
}

.vertical-menu-a a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 15px;
    color: white;
    text-decoration: none;
    /*background-color: #393e46;*/
    background-color: #222831;

    border-bottom: 1px solid #6c757d;

}

.vertical-menu a:hover {
    background-color: #343a40;
}

.vertical-menu ul ul {
    display: none;
    position: absolute;
    width: 200px;
    left: 200px; /* adjust this value to align properly */
    top: 0;
    z-index: 1;
    border-radius: 7px;
    border-left: 2px solid #f3f3f3;
}

.menu-lv2:hover{
    /*border-left: #f3f3f3 2px solid;*/
}

.vertical-menu ul ul ul {
    left: 200px;
    width: 200px;
    border-radius: 7px;
}

.vertical-menu ul ul ul ul {
    left: 200px;
    width: 200px;
    border-radius: 7px;
}

.vertical-menu ul ul ul ul ul ul {
    left: 200px;
    width: 300px;
    border-radius: 7px;
}

.vertical-menu li:hover > ul {
    display: block;
}

.increased-width{
width: 300px;

}

.svgIconRoof{
    width: 35px;
}

/*.svgIconCatMenu{*/
/*    width: 35px;*/
/*}*/

.svgIconMobMenu{
    width: 10px;
}

.catalogPos a{
    display: flex;
    align-items: center;
    padding: 13px 15px;
    color: white;
    text-decoration: none;
    /*background-color: #393e46;*/
    background-color: #222831;
    gap: 15px;
    border-bottom: 1px solid #6c757d;

}


/* Меню END */






/*ffffffffffffff*/
.menu-mob {
    width: 300px;
    margin: 50px auto;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
}

.menu-mob .category-item {
    /*border-bottom: 1px solid #ccc;*/
}

.menu-mob .category-item:last-child {
    border-bottom: none;
}

.menu-mob .header {
    height: 45px;
    display: flex;
    align-items: center;

    /*background-color: #f7f7f7;*/
    cursor: pointer;
}

.menu-mob .header .clickable {
    width: 30%;
    background-color: transparent;
}

.menu-mob .subcategories {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.menu-mob .subcategories div {
    /*padding: 15px;*/
}

.menu-mob .subcategories.open {
    max-height: 200px; /* Adjust as needed */
    transition: max-height 0.25s ease-in;
}

.category-name{
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 100%;
    background-color: #495057;
    padding-left: 5%;

}
.open-subcateg{
    display: flex;
    justify-content: center;
    width: 20%;
    height: 100%;
    background-color: #6c6c6c;
}

.open-subcateg img{
    width: 28px;
}
.subcategories{
    background-color: #7a7a7a;
}



/*Вставка новая*/
.subcategories {
    display: none;
}

.subcategories.open {
    display: block;
}


/*Вставка новая*/






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

.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    display: none;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.3);



}
.mob-menu-icon{
    padding: 10px 10px 4px 10px;
    border: none;
    width: 30px;
}





/*.menu-button {*/
/*    background-color: #444;*/
/*    color: white;*/
/*    border: none;*/
/*   */
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s;*/
/*}*/

/*.menu-button:hover {*/
/*    background-color: #555;*/
/*}*/



.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 35px;
    cursor: pointer;
}



.bnt-back{
    height: 50px;
    width: 100%;
    position: fixed;
}

.close-btn{
    color: white;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    gap: 10px;
    background-color: #4a5c6b;
}

#solid {fill: white}

.bnt-back img{
    width: 15px;
}

.bnt-back-icon{
    height: 50px;
    width: 100%;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    margin: 0;
}

.td-price{
    color: #ffaf56;
}


/************************************************* grgrgrg **************************************************/

.multi-menu {
    width: 100%;
   margin-top: 40px;
}

.multi-menu-level {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.multi-menu-level.multi-menu-active {
    display: block;
}

.multi-menu-item-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.multi-menu-link {
    flex: 1 1 80%; /* 80% ширины */
    padding: 2px;
    text-decoration: none;
    color: white;
    background-color: #3c424c;

    display: flex;
    align-items: center;
    gap: 10px;
}

.multi-menu-title {
    flex: 1 1 80%; /* 80% ширины */
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #3c424c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
}

.multi-menu-link-l2 {
    flex: 1 1 80%; /* 80% ширины */
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #3c424c;
    display: flex;
    align-items: center;
}

.multi-menu-next {
    flex: 0 0 20%; /* 20% ширины */
    padding: 10px;
    text-align: center;
    color: #007bff;
    text-decoration: none;
    background-color: #4a5c6b;
}

.multi-menu-back-button {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #007bff;
    background-color: #f2f2f2;
    font-weight: bold;
}














/* Стили для кнопки */
button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Стили для модального окна */
.modal {
    display: none; /* Скрываем по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
    justify-content: center;
    align-items: center;
}

/* Контент модального окна */
.modal-content {
    background-color: #fff;
    padding: 20px;
    width: 50%; /* Ширина 50% экрана */
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



/* Закрывающая кнопка */
.modal-close-btn {
    float: right;
    font-size: 40px;
    cursor: pointer;
}

/* Стили для контактной информации */
.contact-info {
    font-size: 16px;
    padding: 20px;
    background-color: #393e46;
    border-radius: 8px;
    color: white;
    margin-bottom: 15px;
}


.contact-info a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    color: #87b5e6;
    text-decoration: none;
    font-size: 16px;
}

.contact-info a:hover {
    text-decoration: underline;
}
.contact-info p{
    margin: 5px;
    font-size: 22px;
    font-weight: bold;
}

.svgIconModalCont{
    width: 25px;
}

/* Адаптивная верстка */
@media (max-width: 768px) {
    .modal-content {
        width: 90%; /* На мобильных ширина модального окна 90% */
    }
}





















/*************************************** MEDIA SCREEN ****************************************/

@media screen and (max-width: 1500px ){
    .btn-panel{
        gap: 10px;
    }
}

@media only screen and (max-width: 1300px) {
    .container-header {
        max-width: none;
        gap: 20px;
    }
    .container-main-content{
        padding: 0;
    }
    .nav-line{

    }
    .phone, .address{
        font-size: 15px;
    }

}
@media screen and (max-width: 1260px ){
    .subcategory{
        display: none;
    }
}

@media screen and (max-width: 1080px ){
    .menu{
        display: none;
    }
    .logo-img{
        height: 45px;
    }
    .container-main-content{
        margin: 0 10px 80px 10px;
    }
    .nav-line{
        margin: 0 10px 10px 10px;
    }

    .search-container{
       height: auto;
    }

    .phone, .address{
        font-size: 14px;
    }

    .catalog-item-container{
        justify-content: space-evenly;
    }
    .bottom-menu{
        display: flex;
    }

    .logo{
        display: none;
    }
}

@media screen and (max-width: 888px ){
    th, td{
        min-width: 80px;
    }

    .address{
        display: none;
    }
    .phone{
        margin-right: 1%;
    }
    .pl-btn-stream{
        display: none;
    }

    .price-list-product-item{
        font-size: 14px;
        overflow: scroll;
    }

    .pl-title{
        font-size: 18px;
    }


    .content{
        padding: 0;
    }

    .nav-line{
        height: 30px;
        font-size: 12px;
    }

}

@media screen and (max-width: 700px ){
    .save-pdf{
        display: none;
    }
}
@media screen and (max-width: 650px ){

}

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

    .pl-btn-stream a img{
        width: 17px;
    }
    .pl-btn-download a img{
        width: 20px;
    }
    .th-fs{
        font-size: 14px;
    }
    .container-main-content{
        padding: 2px;
    }
    .logo-img{
        height: 35px;
    }
    .whatsapp-link img{
        width: 35px;
    }

    .phone{
        display: none;
    }
    .search-container{
        margin: 0;
        padding: 0;
        border: none;
    }
    .container-header{
        flex-direction: column;
    }
    .pl-title{
        font-size: 17px;
    }
    .c-search{
        padding: 0;
        width: auto;
    }

    .company{
        padding: 0;
    }
    .whatsapp-link img{
        display: flex;
    }
    .container-header{
        gap: 10px;
    }
    .catalog-item-container{
        gap: 10px;
    }
    .catalog-item a{
        width: 120px;
        height: 200px;

    }
    .catalog-item img{
        width: 120px;
    }
}

@media screen and (max-width: 480px ) {
    .catalog-item img {
        width: 100px;
    }

    .catalog-item a {
        width: 100px;
        height: 180px;
        font-size: 15px;
    }

}

@media screen and (max-width: 465px ){
    th, td{
        padding: 4px;
    }
    .price-list-product-item{
        font-size: 14px;
    }

    .img-product{
        max-width: 45px;
    }
    /*table{*/
    /*    font-size: 10px;*/
    /*}*/
    .th-img{
        width: auto;
    }
    .th-fs-short{
        display: table-cell;
    }
    .th-name-long{
        display: none;
    }
    .btn-panel{
        /*justify-content: center;*/
    }
    .pl-btn-stream a{
        font-size: 12px;
    }

    .pl-title{
        font-size: 16px;
    }

}

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

    .contact-number {
        display: none;
    }
    .cart {
        display: none;
    }
    .catalog {
        display: none;
    }
    .logo{
        display: none;
    }
    .header-img-hl-container{
        display: none;
    }

}

@media screen and (max-width: 410px ) {
    .catalog-item img {
        width: 80px;
    }

    .catalog-item a {
        width: 80px;
        height: 160px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .nav-line{
        font-size: 11px;
    }
}











