@charset "UTF-8";

.icon.icon-chevron-right:before {
    content: "\2192";
}

.icon.h-icon-name:hover:before,
.icon.icon-chevron-right:before {
    font-style: normal !important;
    font-weight: 400 !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    content: "\2192";
}

.icon.h-icon-name:hover:before {
    content: "" !important
}

.breadcrumb-element .icon {
    height: 20px !important;
    line-height: 0 !important;
}

body,
html {
    margin: 0;
    min-height: 100%;
    color: #3c4043;
    font-size: 14px
}

body,
h1,
html {
    font-family: Fira Sans, verdana, geneva, tahoma, sans-serif
}

h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: .1em;
    color: #e3aa25
}

h2 {
    font-family: Fira Sans, verdana, geneva, tahoma, sans-serif;
    font-weight: 700;
    font-size: 25px
}

h2,
h3 {
    line-height: 48px;
    color: #3c4043
}

h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px
}

h4 {
    font-weight: 700
}

h4,
p,
span {
    font-size: 15px
}

p,
span {
    line-height: 30px;
    font-weight: 400;
    color: #485b65
}

table {
    border-collapse: collapse
}

table tr td {
    border: 1px solid #c1c7d0;
    padding: 8px;
    text-align: left;
    min-width: 8px
}

table tr td h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0 0
}

table tr td p {
    line-height: 1;
    margin: 0
}

.article-from-server img {
    max-width: 100%
}

button {
    font-size: 15px
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #969696;
    min-height: 50px
}

::-webkit-scrollbar-track {
    background-color: #e7e8eb
}

@media screen and (max-width: 900px) {

    h1,
    h2 {
        font-size: 25px
    }
}


a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

.button-category-content a {
    display: flex;
}

.header-actions-search {
    display: none;
}

a.button-header {
    color: #fff;
    font-weight: 500;
}
a.button-header:focus,
a.button-header:active,
a.button-header:visited {
    color: #fff;
}
a.button-header:hover {
    color: #e3aa25;
}