.marketplace {

}

.marketplace-item {
    margin-bottom: 30px;
    width: 300px;
}

.marketplace-item__link {
    display: block;
}

.marketplace-item__img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.banner-slider__bg img {
    background-color: white;
}

.copyText {
    position: fixed;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 9999;
}

/* смена цвета иконок */
.catalog-card__compare,
.catalog-card__fav,
.compare-card__fav,
.compare-card__del {
    filter: invert(1)
}

/* смена цвета иконок */
.product-card__fav,
.product-card__compare {
    filter: invert(1)
}

/* артикул в каталоге у которых нет цветов */
.catalog-card__article {
    position: relative;
    pointer-events: all;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.catalog-card__article span {
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
}

.catalog-card:hover .catalog-card__article {
    display: block;
    opacity: 1;
    visibility: visible;
}

.wrapper-no-padding {
    padding-bottom: 0px !important;
}

.seo-text h2 {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.seo-text {
    margin-top: -100px;
    margin-bottom: 60px;
    font-size: 12px;
}

.seo-pages.wrapper {
    display: inline-block !important;
}

.footer__main {
    justify-content: space-between;
    display: flex;
    /*grid-column: 4/8;*/
}

.catalog__item--bg .catalog-card__label {
    left: 12%;
}

.catalog__item--bg .catalog-card__compare {
    right: 19%;
}

.catalog__item--bg .catalog-card__fav {
    right: 12%;
}

.catalog__item--bg .catalog-card__colors {
    padding-left: 10%;
}
.catalog-card__colors-item{
    width: 20px;
    height: 20px;
}
.catalog__item--bg .catalog-card__desc {
    padding-left: 10%;
}

.headquarters .contacts__right {
    -ms-grid-column-span: 8;
    -ms-grid-column: 5;
    grid-column: 5/13
}

.headquarters .contacts__map {
    margin-top: 20px;
}

.headquarters .order-form__cont {
    grid-template-columns: unset;
}

.headquarters .contacts__item-name {
    padding-bottom: 14px;
}

.headquarters .contacts__select {
    margin: 5px 0 0 0;
}

.headquarters .contacts__hint {
    margin: 5px 0 20px 0;
    font-size: 11px;
}

.headquarters .contacts__select .select-selected {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
}

.headquarters .contacts__select .select-selected::after {
    opacity: 1;
}

.header__catalog-nav::before, .header__catalog-nav > .wrapper::before {
    top: 0;
}

.header__menu-link {
    z-index: 21;
}

.image-upload__input {
    display: none;
}

.image-upload__button {
    width: 100%;
}

.image-upload__img {
    margin: 10px 0;
    width: 100%;
}

.characteristic-list__item-text {
    max-width: 205px;
    word-wrap: break-word;
}

.series-awards__item-icon {
    width: 150px;
    margin-bottom: 15px;
}

.series-awards__item {
    width: unset;
    cursor: pointer;
}

.series-awards__item-year {
    margin-bottom: 10px;
}

.series-awards__show-all {
    color: #B9B9B9;
    margin-top: 30px;
    cursor: pointer;
}

.series-awards__list.all {
    transform: unset !important;
    flex-wrap: wrap;
}

.series-awards__list.all .swiper-slide:nth-child(5n) {
    margin-right: 0 !important;
}
.awards + .product-about{
    margin-top: 20px;
}

@media screen and (max-width: 760px) {
    .footer__contacts {
        grid-column: 1;
    }

    .footer__main {
        grid-column: 2;
    }

    .footer__phone {
        grid-column: 1;
    }

    .footer__top {
        margin-bottom: 40px;
        /*font-size: 14px;*/
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__about {
        grid-column: span 1;
    }

    .footer__phone--mob {
        display: none;
    }

    .footer__phone--desc {
        display: block;
    }

    .footer-menu {
        margin-left: 5px;
    }

    .headquarters .contacts__right {
        grid-column: auto;
        max-width: 100%;
    }

    .characteristic-list__item-text {
        max-width: 105px;
    }
    .footer-second-colum
    {
        grid-column-start: 1!important;
        grid-column: auto!important;
    }

}

.subcategory-menu .active h1 {
    font-size: 16px;
    font-weight: 400;
    display: block;
}


/*.swiper-button-prev
{
    display:none;
    padding-bottom:20px!important;
}
.carousel__button .is-prev
{
    display:none!important;
}
.swiper-button-next
{
    display:none;
    padding-bottom:20px!important;
}
.carousel__button .is-next
{
    display:none!important;
}*/
.footer-second-colum
{
    grid-column: 6/8;
}
.additional-height
{
    min-height: 260px;
}
.btn-cookie-success{
    width:45%!important;
    text-align:center;
    display:inline;
    margin-right:10px;
}
.btn-cookie-decline{
    width:45%!important;
    text-align:center;
    display:inline;
}

.footer__brands-item{
    margin: 0 10px;
}
.footer__brands-item img {
    height: unset;
    min-height: unset;
}
@media screen and (max-width: 760px) {
    .footer__brands-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 1720px) {
    .search-input__input {
        font-size: 24px;
        letter-spacing: -.03em;
    }
}
.category-menu__item .category-submenu {
    height:100%;
}
.base-currency {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
}
.base-currency__item {
    font-family: SuisseIntl,sans-serif;
    position: absolute;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 16px;
    gap: 4px;
    position: absolute;
    padding-left: 0;
    transform: translateX(1rem);
    transition: padding-left 0.1s ease-in-out, transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
    order: 1;
    z-index: 0;
    opacity: 0;
}
.base-currency__item::before {
    position: absolute;
    left: 4px;
    top: 3px;
    content: "";
    width: 8px;
    height: 8px;
    transform: scale(0.2);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: #000;
    border-radius: 50%;
}
.base-currency__item:hover {
    opacity: 0.7;
    padding-left: 16px;
}
.base-currency__item:hover::before {
    width: 8px;
    height: 8px;
    transform: scale(1);
    opacity: 1;
}
.base-currency__item--active {
    position: relative;
    background-color: #fff;
    z-index: 4;
    opacity: 1;
    transform: translateX(0);
    padding-left: 16px;
    order: 0;
}
.base-currency__item--active:hover {
    opacity: 1;
}
.base-currency__item--active::before {
    width: 8px;
    height: 8px;
    transform: scale(1);
    opacity: 1;
}
.base-currency__list {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.base-currency__list--active .base-currency__item {
    position: relative;
    z-index: 1;
    opacity: 1;
    left: auto;
    transform: translateX(0);
}