
.logo img, .logo svg {
    max-height: 120%;
    max-width: 105%;
}

.sticker__item {
    --sticker_color: #0cbc3d;
    /*--sticker-height: 0px;*/
    /*padding: 0px;*/
    margin: 0 2px 4px;
    color: #fff;
    background: #0cbc3d;
    background: var(--sticker_color);
    border-radius: 8px;
    border-radius: calc(var(--border-radius) - 2px);
    font-weight: 500;
    position: relative;
    height: var(--sticker-height);
    display: inline-flex;
    align-items: center;
}

/*.catalog-detail__sticker-wrapper .sticker__item {
    --sticker-height: 0px;
}*/


/* Dropdown Button */
.dropbtn {

    color: white;
    padding: 6px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown:not(.mobilemenu__menu-dropdown) {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;

    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {

    padding: 6px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */


/* This align the icon to the right */
#icon {
    align-items: flex-end;
}


.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
    padding-left: 20px;
}

h2 {
    font-size: 20px;
    line-height: calc(1em + 10px);
    padding-left: 20px;
}


.bx-newsdetail-separator, .bx-newsdetail-view, .bx-newsdetail-date, .bx-newsdetail-comments, .bx-newsdetail-author, .bx-newsdetail-other {
    color: #a4a4a400;
    font-size: 23px;
    padding-bottom: 5px;
    white-space: nowrap;
}


.sku-props--detail .sku-props__value--pict {
    --pict-prop-size: 58px;
    height: 17px;
    padding: 10px;
    width: 17px;
}


.bordered {
    border: 1px solid #ffffff;
    /* border-color: var(--stroke_black); */
}


.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
    padding-left: 2px;
}


.status__svg-icon.nostock * {
    fill: #f91a3500;
}


.footer--color-light .bottom-menu .wrap .item a:not(:hover) {
    color: #36352f;
    /* color: var(--d6t9_dark_light); */
}


#main .sticky-block {
    position: sticky;
    z-index: 5;
    top: 32px;
}

.contacts-detail__btn-wrapper {
    /*margin-top: -260px;*/
}

.maxwidth-theme.wide-Y {
    max-width: initial;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 100px;
    padding-left: 100px;
}


.header__bottom-part {
    display: none;
}

.banners-big--paddings {
    padding: 20px;
}

.footer__main-part-inner {
    padding: 50px 0;
}

.index-block--padding-top-40 > div {
    padding-top: 20px;
}

.wrap_menu_compact_mobile + .wrap_menu_compact_mobile {
    margin-top: 10px !important;
}

.brands-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px;
    gap: 25px;
    padding-bottom: 10px;
}

.brands-list a {

    display: flex;
    width: 150px;
    align-items: center;
}

.brands-list a:last-child {
    width: 250px;
}

.brands-list a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-gallery-wrapper__item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fotogallery__box .section-gallery-wrapper__item .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.catalog-block__inner .section-gallery-wrapper__item .img-responsive {
    object-fit: contain;
}


.main-template .index-block__title {
    margin-bottom: 15px;
}

.catalog_photo_template .catalog-block__info {
    padding: 20px 15px;
}

.catalog_photo_template .catalog-image,
.catalog_photo_template .catalog-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.catalog_photo_template .catalog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fotogallery__box .photos-list_box {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 250px;
    width: 100%;
}

.fotogallery__box .photos-list_box .photos-list_preview {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fotogallery__box  .photos-list_thumbs{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.fotogallery__box .photos-list_thumb {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fotogallery__box .photos-list_thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1024px) {
    .fotogallery__box .photos-list_box {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .fotogallery__box  .photos-list_thumbs{
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 520px) {
    .fotogallery__box  .photos-list_thumbs{
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 420px) {
    .fotogallery__box  .photos-list_thumbs{
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}


.sidearea .tags .line-block--6 {
    row-gap: 20px;
}

.sidearea .tags .chip__label {
    white-space: wrap;
}
.form-checkbox .hidden_values {
    margin-top: 12px;
}
.form-checkbox .inner_expand_text {
    display: none;
}
.samples-order {
    display: flex;
    padding: 30px;
    border: 1px solid #555;
    border-radius: 15px;
    align-items: center;
    margin: 0;
}
.samples-order span,
.samples-order div {
    width: 50%;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
}
.samples-order span {
    justify-content: space-evenly;
}
.samples-order span i {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding: 25px;
    font-style: normal;
}
.samples-order img {
    height: 75px;
}
@media(max-width: 767px) {
    .samples-order {
        flex-direction: column;
    }
    .samples-order span,
    .samples-order div {
        width: 100%;
    }
    .samples-order span i {
        font-size: 21px;
    }
    .samples-order img {
        height: 60px;
        margin-top: 20px;
    }
}
.CUSTOM_TEXT .index-block__title.switcher-title {
    margin-top: 15px;
}
.CUSTOM_TEXT .main-template {
    border-bottom: 0;
}
.CATALOG_TAB .element-list,
.CUSTOM_CATALOG .element-list {
    padding-bottom: 30px;
}
.drag-block.container {
    margin-bottom: 0px;
}
.index-block--delimiter > div {
    border-bottom: 0;
}

.fixed-icons {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: flex;
    flex-direction: column; /* Выстраивает элементы в колонку */
    gap: 10px; /* Отступы между иконками */
    z-index: 1000;
}

/* Стили для отдельной иконки */
.fixed-icon {
    background-color: #46463e;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 24px;
}

/* Скрытие элементов */
.hidden {
    display: none;
}

div.page-top {
    padding-top: 15px;
    padding-bottom: 35px;
    position: relative;
}
.index-block .tizers-list__item--column {
    align-items: center;
    text-align: center;
}
.index-block .tizers-list__item-image-wrapper {
    width: 105px;
    height: 105px;
    margin-bottom: 0;
}
.index-block .tizers-list__item-wrapper .tizers-list__item-name {
    font-weight: bold;
    text-transform: uppercase;
    min-height: 46px;
}
.social__items .max .social__link:before {
    background-position-x: -864px;
}