h3, .h3{
    color: #000;
}
.page-content{
    padding: 25px 34px;
    border: 1px solid #B7B7B7;
    border-radius: 20px;
}
.page-content h2{
    font-weight: 600;
    border: 1px dashed #00A693;
    border-radius: 15px;
    display: table;
    margin: 15px auto;
    padding: 20px 40px;
}
/******  *******/
.b-topnav {
    display: flex;
    justify-content: end;
    align-items:center;
}
.header-info {
    max-width: 100%;
}
.order-link-text {
    font-size: 12px;
    color: #000;
    line-height: 15px;
    position: relative;
    margin: 0 50px;
}
.order-link-text span {
    font-weight: bold;
    color: #00A693;
}
.header-order-callback {
    padding: 10px 46px;
}
.order-link-text:before {
    position: absolute;
    left: -45px;
    bottom: -9px;
    content: url(../img/topleft.png);
}
.order-link-text:after {
    position: absolute;
    right: -45px;
    top: 0px;
    content: url(../img/topright.png);
    
}
/******  *******/
ul.header-menu{
    justify-content: end;
    gap: 150px;
}
/******  *******/

/* ======== Go media ======== */
@media only screen and (max-width: 992px){
    .main-categories-items .mc-item{ width: 100%; }
    .order-link-text:before, .order-link-text:after{ content: none; }
    .order-link-text{ order: 0; }
    .msgs-links{ order: 1; }
    .header-order-callback{ order: 2; }
    .b-topnav{ 
        flex-wrap: wrap; 
        flex-direction: column;
        padding-bottom: 20px;
    }
}
/* ================ */
@media only screen and (max-width:768px){
    .pb-list li a{
        border-bottom: 1px solid #e76885;
    }
    .pb-list a:before{
        content: none;
    }
    .pb-list a span.text-link {
        line-height: 20px;
        padding-bottom: 6px;
    }
    /*.pb-list a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 10px;
        right: 0;
        border: 1px solid #e76885;
    }*/
    .pb-list a span.price-in-list {
        bottom: 0;
    }
    .h2, h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 20px 0 10px;
     }
     .page-content h2 {
        padding: 10px 28px;
        font-size: 18px;
    }
    .crumbs-block {
        flex-wrap: wrap;
    }
    .product-page-block h1 {
        font-size: 24px;
    }
    .product-page-block .inside-categories-items .mc-item {
        width: 100%;
        padding: 20px 20px;
    }
}

