body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

a:active {
    background-color: transparent;
}

a:visited {
    background-color: transparent;
}

.pre_image {
    padding: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    align-content: center;
    max-height: 400px;

}

.background {
    background-size: cover;
    right: 0
}

/*Top Section*/
.top {
    min-height: 450px;
    max-height: 800px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.background_top {
    height: 100%;
    max-height: 790px;
    min-height: 450px;

    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*Top Section*/
.background_top::before {
    display: block;
    content: '';

    width: 100vw;
}

.darkBlock {
    width: 100%;
    height: 100%;
}

/*Top Section*/
.content-slide {
    margin: auto auto;
}

/*Top Section*/
.text-top-h1 {
    color: white;
    font-size: 40px;
}

@media screen and (max-width: 560px) {
    .text-top-h1 {
        font-size: 28px;
    }
    .category_name {
        font-size: 20px;
    }
}

/*Top Section*/
.text-top-h3 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

/*Top Section*/
.row.header-top {
    width: 100%;
    margin: 0;
}



.nav-ul-top {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 12px;
    margin: 24px 0 0 0;
    padding-inline-start: 0;
}

.nav-li {
    cursor: pointer;
    list-style-type: none;
    color: white;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;


}

.Nav__link {

    color: white;
    font-size: 17px;
    font-weight: 400;
}

.info {
    margin: 24px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
}

a.Nav__link:hover {
    color: white; /* Цвет ссылки при наведении на нее курсора мыши */
    text-decoration: underline; /* Добавляем подчеркивание */
}

.info a {
    color: white;
}

.group-name.logo {

}

/*endSlide*/
.product-item {
    text-decoration: none;
    margin-bottom: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.product-item:hover {
    text-decoration: none;
    background-color: #ebebeb;
}


.image_product_item {
    margin: auto auto;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    display: block;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.categ {
}

.image_product_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-list-button {
    margin-top: 9px;
    margin-left: 13px;
    display: block;
    width: max-content;
    height: fit-content;
    text-align: center;
    padding: 6px 12px;
    border-radius: 50px;
    box-sizing: border-box;
    background: transparent;
    color: rgba(0, 0, 0, 0.82);
    border: 1px solid;
    font-size: 14px;

    transition: 0.2s linear;
}

.product-list-button:hover {
    background-color: #ebebeb;
    color: #000000 !important;
}

.product-list-button a {
    color: rgba(0, 0, 0, 0.82);
}

.product-list-button a:hover {
    color: #000000;
}

.breadcrumb-item {
    margin: 0;
    font-size: 17px;
}

.card_button {
    width: 100%;
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.breadcrumb {
    padding: 0 0 0 32px;
}

.card_button:hover {

    background-color: #6c757d;
    border-color: #6c757d;
}

.breadcrumb-item a {
    color: #6c757d;
}

.hr-categories {
    margin: 0;
    border-width: 1px;
    width: 75%;
    border-radius: 3px;
    border-color: rgba(71, 117, 5, 0.3);
    margin-left: 0;
    border-style: solid;
    margin-top: 0 !important;
}

#contacts {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ebebeb;
}

.category_card {
    border: none;
}

.category-img {
    padding: 5px 20px 5px 20px;
}

.slick-slide div {
    height: 100%;
    opacity: 0.35;
    transition: 0.5s;
    cursor: grab;
}

.slick-slide div:active {
    cursor: pointer;
}

.slick-slide.slick-active div {
    opacity: 1;
    background-color: #ebebeb;
    height: auto;
}

.slick-list.draggable {
    height: 100% !important;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    max-height: 100%;
    background-color: #ebebeb;
}

.navbar-toggler {
    background-color: #37262663;
    color: #f7f7f7;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.slick-next {
    right: 0;
    display: none;
    z-index: -5;
}

/*.slick-prev {*/
/*    z-index: 2;*/
/*    left: 0!important;*/
/*}*/

/*.slick-next {*/
/*    z-index: 2;*/
/*    right: 4px!important;*/
/*}*/

/*.slick-prev:before, .slick-next:before {*/
/*    font-size: 25px!important;*/
/*    color: black!important;*/
/*}*/