.header__mobile,
.header__adress,
.header__mobile-nav {
    display: none;
}

.adress-item {
    font-weight: 600;
}

.header-d-adress .uk-h3 a {
    font-weight: 600;
    font-size: 12pt;
    margin-top: 4px;
    display: block;
    color: #000;
}

.phone-watsapp {
    display: flex;
}

.phone-watsapp img {
    margin-left: 8px;
}

@media (max-width:480px) {
    .b-hdr {
        display: none
    }

    .header__mobile {
        display: flex;
        justify-content: space-between;
        padding: 8px 20px;
        position: fixed;
        background: #FCF2D7;
        top: 0px;
        width: calc(100% - 40px);
        z-index: 1;
    }

    .header__m-logo img {
        width: 105px;
    }

    .header__m-right {
        display: flex;
        align-items: center;
    }

    .header__m-right>* {
        margin-left: 12px;
        display: block;
        align-items: center;
    }

    .b-nav hr {
        display: none;
    }

    .header__m-toggler-nav span {
        display: block;
        width: 20px;
        height: 2px;
        position: relative;
        background: #000000;
    }

    .header__m-toggler-nav span::after,
    .header__m-toggler-nav span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        content: "";
        transition: all 0.2s;
    }

    .header__m-toggler-nav span::before {
        top: -8px;
    }

    .header__m-toggler-nav span::after {
        bottom: -8px;
    }

    .header__m-toggler-nav {
        height: 25px;
        top: 6px;
        position: relative;
        padding-top: 12px;
    }

    .uk-margin-bottom {
        display: none;
    }

    .uk-margin-bottom.active {
        left: 0px;
    }

    .uk-margin-bottom.active .uk-navbar-nav>li {
        float: none;
    }

    .header__m-toggler-nav.active {
        z-index: 9;
    }

    .header__m-toggler-nav.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #000;
        width: 100%;
        left: 0px;
    }

    .header__m-toggler-nav.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #000;
    }

    .header__m-toggler-nav.active span {
        background: 0 0;
    }

    .block-slider .h-news {
        margin-bottom: 25px;
    }

    .block-slider .h-news .uk-overlay img,
    .block-slider .h-news .uk-overlay {
        width: 100%;
    }



    .header__adress {
        display: block;
        left: -100%;
        position: fixed;
        z-index: 2;
        min-height: 100vh;
        top: 0px;
        padding-top: 56px;
        background: #FCF2D7;
        width: calc(100% - 40px);
        padding: 56px 20px 20px 20px;
        transition: all .2s;
    }

    .header__adress.active {
        left: 0px;
    }

    .adress-item {
        font-weight: 600;
        font-size: 16px !important;
        color: #000000;
        margin-bottom: 8px;
    }

    .header__adress-item {
        background: url(/local/static/img/map-pin.svg) no-repeat left top;
        padding-left: 35px;
        margin-bottom: 30px;
        font-size: 14px !important;
    }

    .soc-icos {
        display: block !important;
    }

    .soc-phones {
        display: none;
    }

    .header__adress-item .uk-text-bold span,
    .header__adress-item .uk-text-bold a {
        font-weight: 600 !important;
        font-size: 20px !important;
        color: #000;
        margin: 16px 0px;
    }

    .header__adress-item .uk-text-bold a {
        display: block;
        margin: 6px 0px;
    }

    .header__adress-item .uk-text-bold {
        margin-top: 16px;
    }

    .header__adress-close {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    body {
        padding-top: 56px;
    }

    .header_close-nav {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        background: url(/local/static/img/close.svg) no-repeat left top;
        width: 18px;
        height: 18px;
    }

    .tabs-line-month {
        display: flex;
        flex-wrap: wrap;
    }

    .header__mobile-nav {
        position: fixed;
        left: -100%;
        transition: all .2s;
        width: 100%;
        background: #FCF2D7;
        z-index: 2;
        min-height: 100vh;
        top: 0px;
        padding-top: 56px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        padding: 50px 20px;
        width: calc(100% - 40px);
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        height: 100vh;
    }

    .header__mobile-nav.active {
        left: 0px;
    }

    .uk-navbar-nav {
        width: 100%;
        float: none !important;
        padding-bottom: 160px !important;
    }

    .header__mobile-nav ul {
        margin: 0;
        padding: 0;
    }

    .header__mobile-nav ul li {
        display: block;
    }

    .uk-navbar-nav>li {
        float: none !important;
    }

    .uk-navbar-nav>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .uk-navbar-nav>li>a,
    .header__cust-nav li a {
        font-weight: 400 !important;
        color: #000000 !important;
        font-size: 16px !important;
        padding: 0px !important;
    }

    .header__cust-nav li a {
        padding: 10px 0px !important;
        display: block;
    }

    .header__cust-nav {
        border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    }

    .header__cust-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cust-nav__dropdown li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: none;
    }

    .cust-nav__dropdown {
        display: none;
        padding-left: 25px !important;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 16px !important;
    }

    .cust-nav__dropdown li a {
        font-size: 15px !important
    }

    .header__cust-nav li a:focus,
    .header__cust-nav li a:hover,
    .header__cust-nav li a:active {
        text-decoration: none;
    }

    .header__adress-item a {
        text-decoration: underline;
        color: #000;
        display: block;
        margin-bottom: 6px;
    } 
    h1, .uk-h1 {
	font-size:24px !important;
	line-height: 130% !important;
    }
    .uk-margin-large-top {
    	margin-top: 20px !important;
     }
}