.good .second-img{
    top: 0;
}
.hide{
    display: none!important;
}
.show-block{
    display: block!important;
}
.w100{
    width: 100%;
}
.search-icon {
    background: url('/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png') no-repeat center center;
    height: 14px;
    width: 14px;
}

.good-img {
    display: block;
}
.no-avaliable__btn{
    width: 238px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
}

.cart-good__btn.js-btn-refund {
    margin-top: 10px;
}

.footer-address {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
    color: #909090;
}

.contacts .contacts-text__wrapper p, .contacts .contacts-text__wrapper a {
    font-size: 14pt;
    color: #000;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.good-info__price.price-old {
    text-decoration: line-through;
    text-decoration-color: #909090;

}

.good-info__price-percent, .price-old {
    color: #909090;
}

.cart-good__values-price_new {
    color: #bf1114;
}

.good-info {
    gap: 10px;
}

.footer-left .footer-logo-copyright, .footer-right .footer-logo, .footer-right .footer-logo__wrapper:not(.footer-logo-copyright) {
    display: none;
}

.order__personal-info_radio {
    flex-shrink: 0;
}

.table-sizes .field-item {
    color: #000;
    font-size: 16px;
}

.cart-total__item .cart-total__title.with-border {
    border: 1px solid #CECECE;
    padding: 16px 16px 13px 16px;
}

.header-catalog .js-dropdown__option .header-catalog__links {
    margin-top: 0;
}

.header-catalog .js-dropdown__option{
    gap: 40px;
}

@media (max-width: 600.98px) {
    .link {
        margin-top: 10px;
    }

    .slider-goods {
        margin-top: 30px;
    }

    .link.links-with-img {
        margin-top: 30px;
    }

    .catalog-goods.grid_6 .good-info .good-info__item:first-child {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .footer-right .footer-logo-copyright, .footer-left .footer-logo, .footer-left .footer-logo__wrapper  {
        display: none;
    }

    .footer-left .footer-logo-copyright, .footer-right .footer-logo, .footer-right .footer-logo__wrapper:not(.footer-logo-copyright) {
        display: flex;
    }

    .footer-right .footer-logo {
        margin-top: 0;
    }
}

@media (max-width: 1350.98px) {
    a.account-change {
        margin-top: 20px;
    }
}

.good-labels {
    max-width: 224px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.good:hover .good-labels {
    z-index: 2;
}

.good-label {
    padding: 12px 16px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}

.good-label.white {
    color: #fff;
}

.catalog-goods.grid_12 .good-labels {
    display: none;
}

.b24-widget-button-position-bottom-right {
    /*bottom: 142px !important;*/
    left: 50px !important;
    right: unset !important;
}

@media(max-width: 992px) {
    .good-labels {
        max-width: 196px;
    }

    .catalog-goods.grid_6 {
        .good-labels {
            max-width: 128px;
            gap: 4px;
        }

        .good-label {
            font-size: 12px;
            padding: 4px 8px;
            height: 17px;
        }
    }
}
