
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
    padding-left: 0px;
    padding-right: 0px;
}

bx-nav-1-lvl bx-nav-list-0-col {
    text-align: center;
}

.uad-top-block {
    /*min-height: 106px;*/
    /*margin-top: 33px;
    margin-bottom: 36px;*/
}


.uad-pagetitle {
    margin-bottom: 35px;
    text-transform: uppercase;
}

.uad-top-h{
    padding: 30px;
    color: #FFFFFF;
}

.uad-telephone{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;

}
.uad-schedule{
    font-size: 14px;
    color: #FFFFFF;
}

.basket-line-block {
    font-size: 14px;
    color: #FFFFFF;
}

.uad-info-block h3 {
    font-size: 22px;
}
.uad-info-block h4 {
    font-size: 20px;
}

.uad-info {
    /*font-size: .8rem;*/
    font-size: 16px;
}

.uad-menu-row {
    margin-top: 20px;
    
}

.product-item-detail-tab-link{
    font-size: 16px;
}
.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    /*font-weight: bold;*/
    font-size: 16px;
}

.product-item-detail-tab-content p {
    font-size: 16px;
}
.product-item-detail-tab-content strong {
    font-size: 16px;
}

.product-item-detail-tab-content ul li {
    font-size: 16px;
}

.catalog-block-header {
    font-size: 18px;
    font-weight: bold;
}

.product-item-detail-properties-name {
    font-size: 14px;
}
.product-item-detail-properties-value {
    font-size: 16px;
}

.product-item-title {
    font-size: 18px;
}
.product-item-price-current{
    font-size: 18px;
}

.uad-about{
    font-size: 16px;
}

.bx-breadcrumb-item-text{
    line-height: 21px;
}

.bx-breadcrumb-item-link{
    text-decoration: none;
}

.basket-line {
    /*display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;*/
    /*flex-flow: row wrap;*/

    align-items: center;
    justify-content: center;
}

.basket-line-block a {
    text-decoration: none;
    padding-left: 15px;

}

.basket-line-block-profile, .basket-line-block-reg {
    color: #FFFFFF;
    transition: all .2s linear;
}


.uad-icon-basket{
    fill:#FFFFFF;
    stroke:#FFFFFF;
    transition: all .5s ease;
}

.uad-basket-count {
    position: absolute;
    top: -10px;
    left: 25px;
    background: #1785C3;
    color: #fff;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
}
.uad-basket-icon {
    position: absolute;
    top: -2px;
    /*left: 0px;*/
    background: url(assets/img/minicart-white.png) no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}

.uad-icon-basket svg:hover{
    stroke: red; fill: red;
}
.uad-icon-basket:hover{
    stroke: red; fill: red;
}

.basket-line-block-icon-cart {
    /*line-height: 21px;*/
}

.basket-line-block-profile {
    text-transform: uppercase;

}
.basket-line-block-cart{
    position: relative;
    /*text-transform: uppercase;*/
}
.basket-line-block a {
    text-align: center;
}
.basket-line-block-reg {
    text-transform: uppercase;
}

.uad-carousel {
    max-width: 1805px;
}

@media (min-width: 1884px) {
    .uad-carousel {
        /*margin-left: 46px;
        margin-right: 49px;*/
    }
}

.basket-line-block-count {
    color: #ea3b3b94;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    background: #a0cefd;
    border-radius: 50%;
    margin-left: 15px;
    width: 40px;
    /*width: 20px;
    height: 20px;*/

}

.basket-line-block-count a{
    position: absolute;
    top: -30px;
    left: -10px;
    background: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    color: #0b011d;
    transition: all .5s ease;
}

.basket-line-block-count a:hover{
    background: #ea3b3b94;
}

.cart-count {
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 15px;
    /*padding-left: 15px;*/
    position: absolute;
    top: -15px;
    left: 0;
    background: #83A7C9;
    border-radius: 50%;
    width: 20px;
    height: 20px;

}

.uad-footer-about ul li{
    font-size: 18px;
}

.uad-footer-about ul li a{
    text-decoration: none;
    color: white;
    transition: all .2s linear;
}

.uad-footer-catalog ul li a{
    text-decoration: none;
    color: white;
    transition: all .2s linear;
}

.uad-footer-catalog ul li{
    font-size: 18px;
}

.uad-footer-catalog a:hover {
    color: #024dbc;!important;
}
.uad-footer-about a:hover {
    color: #024dbc;!important;
}

.uad-footer-about h4 {

}

.uad-footer-text {
    font-size: 16px;
}

.uad-footer-text a {
    text-decoration: none;
    font-size: 20px;
    transition: all .2s linear;
}

@media (min-width: 1200px) {
    .bx-nav-1-lvl > a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        padding: 5px 40px;
        text-decoration: none;
        color : #FFFFFF;
    }
}
@media (max-width: 576px) {
    .bx-header-phone-number { font-weight: 600 ; }
    .bx-header-contact{
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .uad-basket-icon {
        background: url(assets/img/minicart-black.png) no-repeat;
        background-size: 21px 21px;
        width: 21px;
        height: 21px;
    }
}