.banner {
    background: url(../img/topslide1.jpg) 0 100% no-repeat;
    height: 643px;
    background-size:cover;
    background-position: 0 0;
}
h3, .h3{
    color: #000;
}
.page-content{
    padding: 25px 34px;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.page-content h1{
    text-align: center;
}
.page-content h2{
    font-weight: 600;
    border-top: 1px dashed rgba(0, 166, 147, 1);
    color: rgba(0, 166, 147, 1);
    display: block;
    margin: 15px auto;
    padding: 20px 0 0 0;
    font-size: 24px;
}
.page-content h3{
    font-size: 19px;
    color: #000;
    font-weight: bold;
}
.page-content blockquote p{
    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);
    
}
/* ================ */
.main-categories-items .mc-item {
    width: 90%;
    margin: 0 auto;
    background: url("../img/servicebg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    display: flex;
    gap: 20px;
    padding: 45px 25px;
}
.mc-item-title-header{
    font-size: 30px;
    margin-bottom: 30px;
}
/* ================ */
.mc-item-title-text ul{
    list-style: none;
}
.mc-item-title-text ul li{
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}
.mc-item-title-text ul li:before {
    background:url(../img/check.svg) no-repeat 0px 0px;
    width:19px;
    height:15px;
    display:block;
    position:absolute;
    content: " ";
    top:0px;
    left: -25px;
}
.main-categories-items {
    margin-bottom: 50px;
}
/* ================ */

/* ================ */

/* ======== 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){
    .main-categories-items .mc-item{ flex-wrap:wrap; }
    .mc-item-image{ width: 100%; }
    .mc-item-image svg { width: 60%; height: 100px; }
    .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;
    }
}
/* ================ */
@media only screen and (max-width:480px){
    .mc-item-title-text ul li{
        font-size: 14px;
    }
}