.btn-search-corp {
    padding: 0 10px;
    width: 85px;
    height: 100%;
    vertical-align: unset;
}

.inline-search-show_mobile {
    display: none;
}

.top_big_banners .top_slider_wrapp {
    margin-bottom: 10px;
}

.top_big_banners .items {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.top_big_banners .item {
    width: unset !important;
}

.top_slider_wrapp .head-title a {
    position: relative;
    z-index: 11;
    color: white;
    text-decoration: none;
}

.top_slider_wrapp .head-title a:hover {
    color: var(--fill_dark_light_hover);
}

.info_item .text-form {
    display: none;
}

.product-view--type2 .product-action .middle-info-wrapper {
    margin: 0;
}

.textures {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.textures .textures__item {
    display: flex;
    flex-direction: column;
}

.textures .textures__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #a8a6a670;
    font-size: 18px;
}

.textures .textures__desc {
    padding: 10px;
}

.textures .textures__bottom {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    border: 1px solid #a8a6a670;
    border-top: unset;
}

.textures .textures__img {
    position: relative;
    height: 150px;
}

.textures .textures__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textures .textures__img-download {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.textures .textures__img-download svg {
    width: 20px;
}

.textures .textures__img-download svg path {
    fill: #d84c63;
}

.contacts .contacts__desc p {
    margin: 0;
}

.hidden-item {
    display: none;
}

.menu_top_block.catalog_block .dropdown>li.full>a {
    align-items: center !important;
}

.menu_top_block.catalog_block .dropdown>li>a .image+.name {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.textures-gallery__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.textures-gallery__item {
    position: relative;
    width: 100%;
    height: 230px;
}

.textures-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textures-gallery__download {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.textures-gallery__download svg {
    width: 20px;
}

.textures-gallery__download svg path {
    fill: #d84c63;
}

.textures-gallery__btn {
    margin-top: 15px;
}

.bx-filter-title span {
    color: white;
}

.bx-filter-title i svg path {
    fill: white;
}

.address p {
    margin-bottom: 10px;
}

.product-info-headnote__brand {
    display: none;
}

.filter-panel__sort .dropdown-select {
    display: none;
}

.small-gallery-block__item-counter::after {
    display: none;
}

.brand-detail-info__preview .link-to-brand {
    display: none;
}

#navigation .breadcrumbs {
    display: flex;
    gap: 10px;
}

.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) .bx_scu ul li {
    width: 100px !important;
    height: 100px !important;
    padding: 0;
    margin: 4px 4px;
    max-height: 56px;
}

.stickers .sticker_sale_text {
    background-color: #FFFFFF !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    border: 1px solid #000000 !important;
}

.like_icons.list > div span.btn:not(:hover):not(.added) {
    border-color: #642722;
}

.counter_wrapp .counter_block {
    border-color: #642722;
}

.btn.btn-transparent-border-color {
    border-color: #642722;
}

.bx_filter_vertical input[type="checkbox"] + label.sku, .sku_props .bx_item_detail_size ul li {
    border-color: #642722;
}

.arrow_scroll .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    border-color: #642722;
    border: 1px solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
	min-width: 155px;
	text-align: center;
}


.quantity_block_wrapper {
    padding: 1px 0px;
    margin: 10px 0px -5px -13px;
}

.cookie_accept{
margin-top: 10px;
}

.bez-i{
    padding-left: 0px !important;
}

.properties-group__name, .properties-group__value {
    position: relative;
    text-align: left;
    word-break: break-word;
    color: #333333 !important;
}

.properties-group__name-wrap {
    min-width: 70%;
}

 .properties-group__value-wrap {
    min-width: 30%;
}

@media (max-width: 1599px) {

    .top_slider_wrapp .swiper-button-next,
    .top_slider_wrapp .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1300px) {
    .top_big_banners .items {
        grid-template-columns: repeat(2, 1fr);
    }

    .textures .textures__bottom {
        grid-template-columns: repeat(4, 1fr);
    }

    .textures-gallery__item {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    .contacts-page-top .diler_button {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .contacts-page-top .diler_button {
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .textures-gallery__list {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .textures-gallery__item {
        height: 150px;
    }
}

@media (max-width: 600px) {
    .inline-search-show_mobile {
        display: block;
    }

    .inline-search-show_desktop {
        display: none;
    }

    .top_big_banners .items {
        grid-template-columns: repeat(1, 1fr);
    }

    .top_big_banners .item .item_inner {
        padding-top: 35% !important;
    }

    .textures .textures__top {
        font-size: 14px;
        flex-direction: column;
        gap: 0;
    }

    .textures .textures__bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .textures .textures__download {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .filter-panel__filter,
    .bx-filter-title {
        width: 100%;
    }
}

.stickers {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 10px;
}

.article{
    font-size: large;
    color: black;
}