@media (max-width: 768px) {
    .main-slide_btns a:nth-child(1){
        order: 2;
        width: calc(50% - 0.5em);
    }
    .main-slide_btns a:nth-child(2){
        order: 3;
        width: calc(50% - 0.5em);
    }

    .main-slide_btns a:nth-child(3){
        order: 1;
        min-width: 50%;
    }
    .main-slide {
        padding-bottom: 1em !important;
    }
}
.product-characteristics {
    font-size: 1rem;
}

.product-item_desc .product-item_property-item{
    flex-wrap: wrap;
}
.product-item_desc .product-item_property-item .product-item_text {
    width: 100%;
}

.cart-delete_btn.mod__product {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
    .ui-header_content > .head_phone-number {
        flex: 41px 0 0;
        height: 41px;
        border-radius: 5px;
        border: 1px solid #0060AA;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .3em;
        position: relative;
        width: 41px;
        transition: background .3s;
        min-width: unset;
        margin-left: auto;
    }
    .ui-header_content > .head_phone-number:hover {
        background: #0060AA;
    }
    .ui-header_content > .head_phone-number:before {
        content: '';
        display: block;
        background: url(../img/icons/phone.svg) no-repeat center;
        background-size: auto;
        background-size: contain;
        flex: 18px 0 0;
        height: 18px;
        width: 18px;
    }
    .ui-header_content > .head_phone-number:hover:before {
        filter: brightness(0) invert(1);
    }
    .ui-header_content > .head_phone-number > span {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ui-header_content > .head_phone-number {
        flex: 30px 0 0;
        height: 30px;
        width: 30px;
    }
}
.selectric-items {
    
}