body {
    min-width: 1200px;
    font-family: 'Montserrat', sans-serif;
    font-style: bold;
}

.l_menu {
    display: block;
    width: 80px;
    height: 150px;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 99999;
}

.otstup {
    padding-top: 14%;
}

[class=uk-inline] {

    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.footers {
    font-size: 12px;
}

.uk-button-green {
    background-color: #008000ff;
    color: #fff;
    border: 1px solid transparent;
}

.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #008000ff;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 52px;
    padding: 0 15px;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 380px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu {
    padding-top: 13px;
}

.uk-table td {
    padding: 10px 9px;
    vertical-align: top;
}

.container {
    padding: 10px;
}

.uk-offcanvas-bar1 {
    position: absolute;
    top: 0;
    bottom: 0;

    box-sizing: border-box;
    width: 90%;
    padding: 20px 20px;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-card-default1 {
    background: #fff;
    color: #666;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
    min-height: 80vh;
}

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 20px;
    list-style: none;
}

.uk-subnav>*> :first-child {
    display: block;
    color: #999;
    font-size: 1.175rem;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

*+hr,
*+.uk-hr-menu {
    margin-top: 0px;
}