@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap&subset=cyrillic');

h1, h2, h3, h4, h5, h6,
.uk-article-title,
.uk-panel-title {
    font-weight: 600;
    text-transform: uppercase;
}

h1, .uk-h1, .uk-article-title {
    font-size: 28px;
    line-height: 36px;
}

h2, .uk-h2 {
    font-size: 22px;
    line-height: 30px;
}

h3, .uk-h3, .uk-panel-title {
    font-size: 20px;
    line-height: 28px;
}

h4, .uk-h4 {
    font-size: 18px;
    line-height: 24px;
}

h5, .uk-h5 {
    font-size: 16px;
    line-height: 22px;
}

h6, .uk-h6 {
    font-size: 14px;
    line-height: 20px;
}

.frontpage .tm-navbar .uk-navbar-nav li:first-child a {
    background-color: #e57c00;
    color: #FFF;
}

.frontpage .tm-navbar .uk-navbar-nav li:first-child a + .uk-dropdown {
    display: none !important;
}

.frontpage-categories {
    margin-top: -20px;
}

.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; }
.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub {
    display: block;
    position: absolute;
    left: 300px;
    z-index: 100;
    background: #fbfbfb;
    width: 100%;
    min-height: 476px;
    top: 0;}

.uk-nav-navbar > .uk-parent > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    float: right;
    margin-left: 10px;
}

ul.uk-nav-sub {
    padding: 5px 0 5px 0;
}

.uk-nav-navbar ul a {
    color: #111;
    padding: 20px;
    display: block;
    text-decoration: none;
}

.uk-nav-navbar ul li {
    border-top: 1px solid #F4F4F4;
}

.uk-nav-navbar ul li:first-child {
    border-top: none;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus,
.uk-nav-navbar ul li > a:hover, .uk-nav-navbar ul li > a:focus {
    background: #f7941e;
    color: #ffffff;
    outline: none;
}

.uk-container {
    max-width: 100%;
}

.tm-navbar {
    margin: 35px -35px;
    padding: 0 35px;
}

.tm-headerbar .tm-logo {
    margin: -4px 0 -5px;
}

.uk-navbar {
    background: #ed9a00;
    color: #FFF;
}

.uk-navbar-nav > li > a {
    color: #FFF;
    font-size: 15px;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active > a {
    background-color: #e57c00;
    color: #FFF;
}

.tm-button-icon::before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.uk-dropdown-navbar {
    background: #fff;
    box-shadow: 3px 0 4px rgba(0,0,0,0.075);
    width: 300px;
}

.uk-navbar-content {
    padding-right: 0;
}

input#jshop_search {
    border: none;
}

.uk-nav > li > a {
    padding: 20px;
}

.uk-nav > li {
    border-top: 1px solid #F4F4F4;
}

.uk-nav > li:first-child {
    border-top: none;
}

.main-image h3,
.main-image .uk-margin {
    text-shadow: 0 0 10px #000;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #e57c00;
}

.uk-panel-box {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.uk-accordion-title {
    background: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    padding: 10px 0 0;
    margin-bottom: 10px
}

.uk-accordion-title:before {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    content: "\f067";
    padding-right: 5px;
    color: #ed9a00;
}

.uk-accordion-title.uk-active:before {
    content: "\f068";
}

.tm-bottom-b,
.tm-footer {
    background: #444;
    color: #FFF;
}

.tm-bottom-b {
    padding: 35px 35px 0;
    margin-top: 35px;
}

.tm-bottom-b .uk-container {
    width: 100%;
}

.tm-bottom-b h3,
.tm-bottom-b a {
    color: #fff;
}

.tm-bottom-b > * > * > * > * > div:nth-child(1) h3,
.tm-bottom-b > * > * > * > * > div:nth-child(3) h3,
.tm-bottom-b > * > * > * > * > div:nth-child(5) h3 {
    border-bottom: 1px solid;
}

.tm-footer {
    margin: 0;
    padding: 35px;
}

.uk-navbar-toggle {
    float: right;
}

@media (max-width: 1024px) {
    .tm-logo img {
        max-width: 280px;
    }

    #jshop_search {
        width: 160px;
    }
}

@media (max-width: 959px) {
    html, body {
        font-size: 13px;
    }

    .tm-headerbar .uk-panel {
        max-width: 200px;
    }

    .tm-headerbar .uk-panel:last-child {
        display: none;
    }

    .search_form {
        display: none !important;
    }

    h1, .uk-h1, .uk-article-title {
        font-size: 28px;
        line-height: 36px;
    }

    h2, .uk-h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3, .uk-h3, .uk-panel-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .uk-navbar {
        background: #FFF;
        color: #111;
    }

    .tm-logo-small img {
        max-height: 39px;
        max-width: 200px;
    }

    .tm-navbar {
        margin: 0;
        padding: 5px 0 5px 0;
    }

    h3, .uk-h3, .uk-panel-title {
        font-size: 15px;
        line-height: 23px;
    }

    .tm-bottom-b {
        display: none;
    }
}

@media (max-width: 479px) {
    h4, .uk-h4 {
        font-size: 14px;
        line-height: 20px;
    }
}