@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

:root {
    --orange-color: #eb5b28;
    --red-color : #f14431;
    --background-color :#f6f6f6;
    --background-color-e4: #e4e4e4;
    --green-color : #45B91EFF;
    --gray-color : #f4f4f4;
    --gray-color48 : #484848;
    --gray-light-background: #757575;


    --black: #151515;
    --black-1: #151719;
    --black-2: #282828;
    --black-3: #333333;
    --black-4: #464544;
    --black-5: #303b44;

    --gray-1: #acacac;
    --gray-2: #a5a5a5;
    --gray-3: #777777;
    --gray-4: #7e7e7e;
    --gray-5: #555555;

    --gray-title-name: #2c3e50;
    --orange-color-light: #e66c40;
    --white: white;
    --gray-color-2: #f5f5f5;
    --gray-color-3: #dadada;
    --gray-color-4-98: #989898;
    --gray-color-5-79: #797878;

    --blue-color-1: #348af8;
    --blue-color-2: #297fe8;
    --blue-color-3: #1b6ed3;
    --blue-color-4: #1066c8;
    --blue-color-5: #0555b3;
}


/*@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
}*/

body{
    background-color: var(--background-color);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.c-content{
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

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

/*----------------------- Header -----------------------*/

.container-main-nav-header{
    /*max-width: 280px;*/
    /*margin: 0 auto;*/
    position: absolute;

    /*left: -1320px;*/
    right: 0;
    /*padding: 90px;*/
    z-index: 9000;
}

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

.search-input {
    flex: 1;
    border: none;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    background-color: var(--white);
    color: black;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px ;
}

.search-results{
    display: flex;
    justify-content: center;
}

.hidden {
    display: none;
}

.visible {
    max-width: 280px;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    left: -1320px;
    right: 0;
    /*padding: 90px;*/
    z-index: 1000;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.box-shadow-menu{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

a{
    text-decoration: none;
}




/*------ NEW -----*/


/*------ NEW -----*/



.bsmp-h1{
    margin: 10px 10px;
    font-size: 16px;
}


/*-------------------- Top Header END --------------------*/


/*----------------------- END Header -----------------------*/


/*----------------------- MAIN-NAV -----------------------*/

.container-main-nav{
    display: flex;
    width: 280px;
    margin: 15px 15px 15px 0;
    border-radius: 7px;
}

.list-1 {
    display: flex;
    flex-direction: column;
    width: 300px; /* Установите нужную ширину */
}

.list-item-1 {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.list-item-1:hover {
    background-color: #f0f0f0;
}

.icon-1 {
    margin-right: 10px;
    color: #555; /* Цвет иконки */
}

.text-1 {
    flex-grow: 1;
    color: #333; /* Цвет текста */
    font-size: 16px;
    margin-left: 5px;
}

.arrow-1 {
    margin-left: auto;
    color: #888; /* Цвет стрелки */
}

.svg-invert{
    filter: invert(1);
    width: 35px;
}


/* Меню */
.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: 280px;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.vertical-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.vertical-menu li {
    position: relative;
}

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

    border-bottom: 1px solid #e0e0e0;

}

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

.vertical-menu ul ul {
    display: none;
    position: absolute;
    width: 200px;
    left: 280px; /* adjust this value to align properly */
    top: 0;
    z-index: 1000;
    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: #151515;
    text-decoration: none;
    /*background-color: #393e46;*/
    background-color: #ffffff;
    border-bottom: 1px solid #6c757d;

}


/* Меню END */





.catalog-item {
    list-style: none;
}

.catalog-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 10px;
}

.catalog-icon-left {
    margin-right: 10px; /* Отступ между иконкой и текстом */
    display: flex;
    align-items: center;
}

.catalog-text-wrapper {
    flex-grow: 1; /* Заполняет пространство между иконкой и стрелкой */
}

.catalog-text {
    color: #333; /* Цвет текста */
    font-size: 16px;
}

.catalog-icon-right {
    margin-left: auto; /* Прижимает стрелку к правой стороне */
    display: flex;
    align-items: center;
}







/*----------------------- END MAIN-NAV -----------------------*/


/*----------------------- HOT SALE -----------------------*/
/* Стили для контейнера товаров */
.category-section-container {
    text-align: center;
    max-width: 1300px;
    margin: auto;
}

/* Стили для карточек товаров */
.category-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.title-category-section{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.title-category-section span{
    font-size: 25px;
    margin: 8px;
    color: var(--gray-color48);
}

.container-product{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.product-item{
    width: 200px;
    background-color: white;
    border-radius: 7px;
}

.product-pb{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.img-prod-item-m{
    width: 200px;
}
.product-item h3{
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    color: #2b2c2e;
}

.product-card-item-price{
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
    background-color: #f1f1f1;
    padding: 5px 20px;
    border-radius: 7px;
}

.div-img-backet:hover{
    background-color: #dadada;
    border-radius: 7px;
}
.img-backet{
    width: 20px;
    border: 1px solid var(--gray-light-background);
    padding: 5px;
    border-radius: 7px;
}

.nalichie{
    padding: 10px 5px 15px 30px;
    font-weight: bold;
}

.v-nalichii{
    color: #06aa06;
    text-align: left;
    font-size: 15px;
}

.pod-zakaz{
    color: #2c78e1;
    text-align: left;
    font-size: 15px;
}

.utochnyat{
    color: #f48023e6;
    text-align: left;
    font-size: 15px;
}

.link-category-section{
    text-decoration: none;
    color: var(--gray-color48);
    display: flex;
    gap: 10px;
    padding: 0 15px;
    align-items: center;
}
.link-category-section:hover{
    background-color: #dddddd;
    border-radius: 7px;
}
.link-category-section span{
    font-size: 18px !important;
}
.link-category-section img{
    width: 10px;
}
/*----------------------- HOT SALE -----------------------*/



















.container-p-l{
    margin: 1%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.header-price-list{
    display: flex;
    align-items: center;
width: 100%;
    margin-left: 2%;
}

.logo-p-l{
display: flex;

}
.logo-p-l-img{
    width: 80px;
    height: 80px;
    display: flex;
}

.savePdfButton{
padding: 10px 15px;
border: 1px solid #f14924;
border-radius: 7px;

}

.title-pl{
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.title{
    font-size: 30px;
    color: #303b44;

}

/*--------Общие стили--------*/
.container-tb{
    display: block;
    flex-direction: column;
    justify-content: left;
    color: #100f0f;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 3%;
    margin-bottom: 4%;
    /*font-family: 'Roboto';*/
}

.table-bc{
    border-collapse: collapse;

}

.table-bc2{
    border-collapse: collapse;
    margin-top: 0.5%;
}

.product-1title{
    font-size: 18px;
    background-color: #b6b6b6;
    font-weight: bold;
}

.product-2title{
    font-size: 16px;
    background-color: #b6b6b6;
    font-weight: 500;
}

.tr-background{
    background-color: #e7e7e7;
}






.title-desc{
    font-size: 15px;
    color: #f14924;
}
.table-desc{
    margin: 1% ;
    color: #f14924;
}

/*th {*/
/*    font-weight: normal;*/
/*    color: #151414;*/
/*    padding: 8px 10px;*/
/*    border: 1px solid #3b3838;*/



/*}*/
/*td {*/
/*    color: #151414;*/
/*    border: 1px solid #3b3838;*/
/*    padding: 8px 8px;*/
/*}*/

.product-name{
    font-weight: 500;
}
/*tr:hover td {*/
/*    background: #fff4e8;*/
/*}*/




/*-------------------- Cэндвич панели-----------------*/


.all{
    align-items: center;
}


.margin-bottom{
    margin-top: 10%;
}



@media (max-width: 1040px) {
    .top-header{
        display: none;
    }

}



.brands-h2{
    margin-block-end: 0;
    color: #303b44;
}


.all-brands{
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}

.marquee-infinite{
    margin: 20px 0;
    max-width: 1600px;
    border-radius: 7px;
    overflow: hidden;
    background-color: var(--orange-color-light);
}

.marquee-infinite div{
    padding: 5px 0;
    display: flex;
    width: 200%;
    animation: maequee-infinnite 25s linear infinite;

}

.marquee-infinite > div > span {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.marquee-infinite img {
    height: 30px;
    padding-left: 25px;
}

@keyframes maequee-infinnite {
    0%{
        transform: translateX(0%);
    }

    100%{
        transform: translateX(-50%);
    }

}




.c-category-product{
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
   padding: 20px 20px;
    gap: 53px;
}

.c-p-item-a{
   text-decoration: none;
    display: flex;

}

.c-p-item{
    /*width: 100px;*/
    /*height: 100px;*/
    border: 1px solid #3a3a3a;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 12%;
    width: 130px;
}

.c-p-item-text-span{
    text-align: center;
}

.c-p-item:hover .c-p-item-text{
    color: white;
}
.c-p-item:hover{
    background-color: var(--orange-color);
    color: white;
}

.c-p-item:hover svg path{
    fill: white;
}



.c-p-item-img{
    display: flex;
    justify-content: center;
}

.c-p-item-text{
    display: flex;
    justify-content: center;
    color: black;
}
/*!* Slideshow container *!*/
/*.slideshow-container {*/
/*    max-width: 1000px;*/
/*    position: relative;*/
/*    margin: auto;*/
/*}*/

/*!* Caption text *!*/
/*.text {*/
/*    color: #f2f2f2;*/
/*    font-size: 15px;*/
/*    padding: 8px 12px;*/
/*    position: absolute;*/
/*    bottom: 8px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*!* Number text (1/3 etc) *!*/
/*.numbertext {*/
/*    color: #f2f2f2;*/
/*    font-size: 12px;*/
/*    padding: 8px 12px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*!* The dots/bullets/indicators *!*/
/*.dot {*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    margin: 0 2px;*/
/*    background-color: #bbb;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    transition: background-color 0.6s ease;*/
/*}*/

/*.active {*/
/*    background-color: #717171;*/
/*}*/

/*!* Fading animation *!*/
/*.fade {*/
/*    animation-name: fade;*/
/*    animation-duration: 1.5s;*/
/*}*/

/*@keyframes fade {*/
/*    from {opacity: .4}*/
/*    to {opacity: 1}*/
/*}*/

/*!* On smaller screens, decrease text size *!*/
/*@media only screen and (max-width: 300px) {*/
/*    .text {font-size: 11px}*/
/*}*/

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 1300px;
    position: relative;
    /*margin: 15px 0;*/
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #464646;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(162, 162, 162, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}

@media  (max-width: 1000px) {
    .prev, .next,.text {display: none}
    .c-category-product {
        gap: 30px;
    }
}

@media  (max-width: 500px) {
    .prev, .next,.text {display: none}
    .c-category-product {
        gap: 17px;
        justify-content: center;
    }
}


/*------------ Article ------------*/

.article{
    max-width: 1600px;
    margin: 0 auto;

}

.container-article{
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    gap: 20px;
    background-color: var(--white);
    padding: 20px;
    border-radius: 7px;
}
.div-article-header{
    display: flex;
    justify-content: space-between;
}
.article-div-title-link{
    text-decoration: none;
    display: flex;
    color: var(--gray-color48);
    background-color: #cacaca;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    border-radius: 7px;
    margin-right: 15px;
}

.article-div-title{
    display: flex;
    font-size: 22px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.container-article-gr{
    display: flex;
    flex-direction: row;
}

.article-item{
    display: flex;
    gap: 15px;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 7px;
    width: 320px;
    height: auto;
    padding-bottom: 10px;
    margin: 0 auto;
}

.article-item-img{
    display: flex;
    height: 160px;


}

.article-item-img img{
    /*border-top-left-radius: 7px;*/
    /*border-top-right-radius: 7px;*/
    border-radius: 7px;
}

.article-title{
    display: flex;
    font-size: 16px;
    padding: 0 10px;
}

.article-description{
    display: flex;
    padding: 0 10px;
    font-size: 14px;
}

.article-tag{
    display: flex;
    padding: 0 10px;
    font-size: 14px;
}

.article-tag-item{
    font-size: 14px;
    color: #535353;
    background-color: #aeaeae;
    padding: 5px 10px;
    border-radius: 7px;
}






/*------------ END Article ------------*/


/*------------ BLOCK VIDEO ------------*/
.vb-container {
    max-width: 1600px;
    margin: 20px auto;

    background-color: var(--white);
    border-radius: 7px;
}

.vb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px 30px 20px;
}

.vb-col {
    flex: 0 0 calc(33.333% - 100px);
    box-sizing: border-box;
    /*background-color: var(--white);*/

}

.vb-video-preview {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.vb-video-preview img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.vb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 29, 29, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vb-play-icon svg {
    fill: white;
    width: 24px;
    height: 24px;
}

.vb-title {
    margin: 15px 0 10px;
    font-size: 1.2em;
    padding: 0 10px;
}

.vb-text-muted {
    color: #777;
    font-size: 0.9em;
}

.vb-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.vb-modal.show {
    display: flex;
}

.vb-modal-dialog {
    border-radius: 5px;
    max-width: 900px; /* Увеличил максимальную ширину */
    width: 90%; /* Процентное значение для адаптивности */
    /*height: 80%; !* Увеличил высоту *!*/
    overflow: hidden; /* Обрезает содержимое, выходящее за пределы */
    display: flex;
    flex-direction: column;
}

.vb-modal-body iframe {
    flex-grow: 1; /* Позволяет iframe занимать всю доступную высоту */
    width: 100%;
    height: 100%;
    border: none;
}



.vb-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.vb-modal-title {
    margin: 0;
    font-size: 1.2em;
}

.vb-modal-body {
    /*padding: 20px;*/
    display: flex;
    height: 500px;
}

.vb-btn-close {
    font-size: 24px; /* Уменьшил размер текста для аккуратности */
    width: 50px; /* Фиксированная ширина */
    height: 50px; /* Фиксированная высота */
    border: none;
    cursor: pointer;
    top: 38%;
    left: 62%;
    right: 10px; /* Расположение справа */
    background-color: rgba(0, 0, 0, 0.7); /* Заливка темным полупрозрачным цветом */
    color: #fff; /* Цвет текста */
    border-radius: 50%; /* Делаем фон круглым */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease; /* Анимация для плавного изменения фона */
}

.vb-btn-close:hover {
    background-color: rgba(0, 0, 0, 0.9); /* Более насыщенный цвет при наведении */
}




.vb-header{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
}
.vb-div-title{
    display: flex;
    font-size: 22px;
}

.vb-pad-left{
    padding-left: 20px;
}

.vb-div-title-link{
    text-decoration: none;
    display: flex;
    color: var(--gray-color48);
    background-color: #cacaca;
    align-items: center;
    margin: 15px 15px;
    padding: 10px 15px;
    gap: 10px;
    border-radius: 7px;
}



/*------------ BLOCK VIDEO ------------*/

/*---------- SERVICES COMPONENTS---------*/

.srv-container {
    max-width: 1600px;
    margin: 15px auto 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    background-color: var(--white);
    font-family: 'Montserrat', sans-serif;
}

.srv-title{
    display: flex;
    justify-content: center;
}

/* Заголовок */
.srv-title-h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

/* Сетка */
.srv-grid {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}


.srv-card {
    width: 300px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 0 10px;
    pointer-events: none;
}

.srv-card:hover {
    border-radius: 7px;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Изображение */
.srv-img img {
    height: 45px;
    object-fit: cover;
}

/* Содержимое карточки */
.srv-content {
    padding: 15px;
    text-align: center;
}

.srv-card-title {
    font-size: 1.3rem;
    color: #333;
    margin-block-start: 0;
}

.srv-desc {
    font-size: 1rem;
    color: #666;
    margin-block-start: 0;
    margin-block-end: 0;
}

/* Ссылка */
/*.srv-link {*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    font-size: 1rem;*/
/*    color: #fff;*/
/*    background-color: #007bff;*/
/*    text-decoration: none;*/
/*    border-radius: 4px;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

.srv-link:hover {
    background-color: #0056b3;
}



/*---------END SERVICES COMPONENTS--------*/


/*--------- PRODUCT-SETS COMPONENTS--------*/

.ps-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.ps-item{
    width: 23.5%;
    height: fit-content;
    background-color: var(--white);
    border-radius: 7px;
    /*margin: 20px auto;*/
    padding-bottom: 20px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.ps-item-td-name{
    background-color: var(--orange-color-light);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 10px;
    color: var(--white);
    font-weight: bold;
}

.ps-item-td{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 7px;
    text-decoration: none;
    color: var(--black);
    text-align: center;

}
.ps-item-td:hover{
    color: var(--orange-color-light);
    text-decoration: 1px underline var(--orange-color-light);
}

.ps-item-td-name span{

    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px 10px 10px;
}


.ps-item-td-t{
    display: flex;
    justify-content: center;
    width: 50%;
    padding: 0 5px;
}
.ps-item-td-photo{
    display: flex;
    width: 50%;
    overflow: hidden;

}
.ps-item-td-photo img{
   object-fit: contain;
    height: 120px;

}

.hr-ps{
    border-radius: 50px;
    margin: 5px auto;
    width: 98%;

}

/*--------- END PRODUCT-SETS COMPONENTS--------*/


.chl-img{
    object-fit: contain;
}

/*--------- Rekvizity COMPONENTS--------*/

.rekvizity{
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 7px;
    padding: 20px;
    margin: 30px 0;
}

.rekvizity-title{
    font-size: 25px;
    margin-bottom: 20px;
}

.rekvizity-pdf{
    display: flex;
    justify-content: center;

}

.rekvizity-pdf embed{
    border-radius: 7px;
}

/*--------- END Rekvizity COMPONENTS--------*/



.category-con{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* padding: 0 10px; */
    gap: 20px;
}
.category-con-item img{
    width: 160px;
}
.category-group{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 520px;
    height: fit-content;

}

.category-group-name {
    font-size: 21px;
    font-weight: bold;
    margin: 15px;
}

.category-group-name a{
    color: var(--black);

}
.category-group-name a:hover{
    border-bottom: 2px solid var(--orange-color-light);
}

.category-group-pull{
    display: flex;
    flex-wrap: wrap;
}

.category-group-pull a{
    display: flex;
    width: 160px;
    transition: all 0.2s ease-in-out;
}

.category-group-pull a:hover{
    transform: scale(1.05);
}



.uslugi-bs{
    height: max-content;
    display: none;
    flex-direction: row;
    margin: 5px 40px;
    background-color: #f14924;
    border-radius: 7px;
}

.uslugi-bs a{
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: center;
    font-size: 18px;
    gap: 15px;
    align-items: center;
}

.uslugi-bs a svg{
    width: 45px;
}






@media (max-width: 1600px) {
    .ps-container {
        margin: 0 20px;
    }

    .ps-item{
        width: 22%;
    }

    .category-group{
        width: 500px;
    }
}
@media (max-width: 1600px) {
    .category-group{
        width: 480px;
    }
}

@media (max-width: 1500px) {
    .category-group{
        width: 460px;
    }
    .category-group-pull a{
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1445px) {
    .category-group{
        width: 460px;
    }
    .category-group-pull a{
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 1420px) {
    .category-group{
        width: 440px;
    }
}

@media (max-width: 1400px) {
    .ps-item{
        width: 31%;
    }
}

@media (max-width: 1360px) {
    .category-group{
        width: 420px;
    }
}
@media (max-width: 1300px) {
    .category-group{
        width: 400px;
    }
}
@media (max-width: 1320px) {
    .ps-container{
        gap: 20px;
    }
}

@media (max-width: 1260px) {
    .category-group{
        width: 380px;
    }
    .category-group-pull a{
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1185px) {
    .category-group{
        width: 360px;
    }
}

@media (max-width: 1145px) {
    .category-group{
        width: 360px;
    }
    .category-group-pull a{
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1125px) {
    .category-group{
        width: 480px;
    }
    .category-group-pull a{
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 980px) {
    .ps-item{
        width: 45%;
    }
    .ps-container{
        gap: 30px;
    }
    .category-group{
        width: 460px;
    }
    .category-group-pull a{
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 940px) {
    .category-group{
        width: 95%;
    }
    .category-group-pull a{
        width: 160px;
        height: 160px;
    }
    .category-group-name a{
        font-size: 19px;
    }
}

@media (max-width: 510px) {

    .category-group-pull a{
        width: 150px;
        height: 150px;
    }
    .category-group-name a{
        font-size: 19px;
    }
    .category-con{
        padding: 0 ;
    }
    .category-group{
        padding-left: 15px;
    }
    .bsmp-h1{

    }
}


@media (max-width: 475px) {

    .category-group-pull a{
        width: 130px;
        height: 130px;
    }
    .category-group-name a{
        font-size: 19px;
    }
}

@media (max-width: 445px) {

    /*.category-group-pull a{*/
    /*    width: 130px;*/
    /*    height: 130px;*/
    /*}*/
    .category-group-name a{
        font-size: 18px;
    }
}

@media (max-width: 415px) {

    .category-group-pull a {
        width: 180px;
        height: 180px;
    }
    .category-con-item img {
        width: 180px;
    }

}
@media (max-width: 385px) {
    .category-group-pull a {
        width: 170px;
        height: 170px;
    }
    .category-con-item img {
        width: 170px;
    }
}

@media (max-width: 360px) {

    .category-group-pull a {
        width: 160px;
        height: 160px;
    }
    .category-con-item img {
        width: 160px;
    }
}

@media (max-width: 345px) {

    .category-group-pull a {
        width: 150px;
        height: 150px;
    }
    .category-con-item img {
        width: 150px;
    }
}

@media (max-width: 700px) {
    .ps-item-td-photo img{
        width: 100px;
    }
    .ps-container {
        margin: 0;
        justify-content: center;
    }
}
@media (max-width: 630px) {
    .ps-item-td-photo img{
        width: 90px;
    }
}
@media (max-width: 630px) {
    .ps-item-td-photo img{
        width: 100px;
    }
    .uslugi-bs{
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 550px) {
    .ps-item-td-name span{
        font-size: 16px;
    }
    .ps-item-td-t{
        font-size: 13px;
    }

    .ps-item-td-photo img{
        object-fit: contain;
        width: 100px;
    }
    .ps-container{
        gap: 20px;
    }
}
@media (max-width: 430px) {
    .ps-item-td-photo img{
        width: 100px;
    }
    .ps-item-td-t{
        padding: 0 15px;
        font-size: 12px;
    }
    .category-con-item img{
        width: 160px;
    }
}


