

/* Start:/local/components/max/custom.catalogv2/templates/.default/style.css?17828327718330*/
.menu__item_city > a{
    color: #FFF;
}
.city_select__current{
    margin-left: 5px;
}
.city_select__wrapper{
    background: rgba(0,0,0,.3);
    align-items: center;
    justify-content: center;
}
.city_select__container{
    color: #000;
    background: #FFF;
    width: 100%;
    height: 80%;
    padding: 20px;
    position: relative;
}
.city_select__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.city_select__title input{
    width: 200px;
}
.city_select__list{
    overflow: auto;
    width: 100%;
    height: 92%;
    display: flex;
    flex-wrap: wrap;
}
.city_select__list-items{

}

.city_select__col {
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
}

.city_select__char {
    font-weight: bold;
    text-align: left;
}

.city_select__item {
    text-align: left;
}


#popup_city {
    width: 80vw;
}


@media only screen and (max-width : 900px) {
    #popup_city {
        width: 90vw;
    }
}

.equipment-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 28px 0;
    flex-wrap: wrap;
}

.equipment-filter__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    flex: 1 1 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.equipment-filter__tab {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #152f70;
    background: #fff;
    border: 1px solid #152f70;
    cursor: pointer;
    transition: all .3s;
    white-space: nowrap;
}

.equipment-filter__tab-icon {
    position: relative;
    width: 35px;
    height: 20px;
    flex-shrink: 0;
}

.equipment-filter__tab-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: opacity .3s;
}

.equipment-filter__tab-img-hover {
    opacity: 0;
}

.equipment-filter__tab:hover,
.equipment-filter__tab_active {
    color: #fff;
    background: #152f70;
    border-color: #152f70;
}

.equipment-filter__tab:hover .equipment-filter__tab-img,
.equipment-filter__tab_active .equipment-filter__tab-img {
    opacity: 0;
}

.equipment-filter__tab:hover .equipment-filter__tab-img-hover,
.equipment-filter__tab_active .equipment-filter__tab-img-hover {
    opacity: 1;
}

.equipment-filter__tab-title {
    text-align: left; 
}

.equipment-filter__search {
    position: relative;
    flex: 0 1 280px;
    margin-left: auto;
}

.equipment-filter__search-input {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 16px;
    font-size: 15px;
    color: #152f70;
    background: #fff;
    border: 1px solid #152f70;
    transition: border-color .3s;
}

.equipment-filter__search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    color: #152f70;
    pointer-events: none;
    transform: translateY(-50%);
}

.equipment-filter__search-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.equipment-filter__search-input:focus {
    outline: none;
    border-color: #152f70;
}

.equipment-items__show-more {
    display: block;
    margin: 24px auto 0;
}

#anchorCatalog .equipment-items__grid {
    row-gap: 8px;
}

#anchorCatalog .equipment-items__card {
    margin-bottom: 24px;
}

#anchorCatalog .catalog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 1px solid #e3e8f5;
    transition: border-color .3s, box-shadow .3s, transform .3s;
}

#anchorCatalog .catalog-card:hover {
    border-color: #152f70;
    box-shadow: 0 12px 32px rgba(21, 47, 112, 0.12);
    transform: translateY(-4px);
}

#anchorCatalog .catalog-card__media {
    position: relative;
    z-index: 2;
}

#anchorCatalog .catalog-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    padding: 24px 20px 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
    pointer-events: none;
}

#anchorCatalog .catalog-card__img {
    display: block;
    width: auto;
    max-width: 92%;
    max-height: 168px;
    margin: 0 auto;
    object-fit: contain;
    transition: transform .35s ease;
}

#anchorCatalog .catalog-card:hover .catalog-card__img {
    transform: scale(1.06);
}

#anchorCatalog .catalog-card__volume {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #152f70;
    background: transparent; 
    border: 1px solid #152f70;
}

#anchorCatalog .catalog-card__price {
    position: absolute;
    right: auto;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #152f70;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e3e8f5;
}

#anchorCatalog .catalog-card__price_order {
    font-size: 15px;
    color: #6b7280;
}

#anchorCatalog .catalog-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
    padding: 18px 18px 20px;
}

#anchorCatalog .catalog-card__title {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: auto;
    text-decoration: none;
}

#anchorCatalog .catalog-card__title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

#anchorCatalog .catalog-card__full-name,
#anchorCatalog .catalog-card__short-name,
#anchorCatalog .catalog-card__sfera {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

#anchorCatalog .catalog-card__full-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #151515;
    transition: color .3s;
}

#anchorCatalog .catalog-card__short-name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #152f70;
    transition: color .3s;
}

#anchorCatalog .catalog-card:hover .catalog-card__full-name,
#anchorCatalog .catalog-card:hover .catalog-card__short-name {
    color: #3561ce;
}

#anchorCatalog .catalog-card__sfera {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #6b7280;
}

#anchorCatalog .catalog-card__footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #edf1f7;
    pointer-events: none;
}

#anchorCatalog .catalog-card__more {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #152f70;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: color .3s, gap .3s;
    padding-top: 5px;
}

#anchorCatalog .catalog-card:hover .catalog-card__more {
    color: #3561ce;
    gap: 6px;
}

#anchorCatalog .catalog-card__more-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    margin-top: -2px;
}

@media only screen and (max-width: 767px) {
    .equipment-filter {
        flex-direction: column;
        align-items: stretch;
        overflow-x: scroll;
    }

    .equipment-filter__search {
        flex: 1 1 auto;
        margin-left: 0;
        width: 100%;
    }

    #anchorCatalog .catalog-card__footer {
        justify-content: flex-start;
    }

    #anchorCatalog .catalog-card__price {
        white-space: normal;
    }
}
/* End */


/* Start:/local/templates/steelar/components/bitrix/system.pagenavigation/show_more2/style.css?1782832778130*/
.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/* End */
/* /local/components/max/custom.catalogv2/templates/.default/style.css?17828327718330 */
/* /local/templates/steelar/components/bitrix/system.pagenavigation/show_more2/style.css?1782832778130 */
