html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    position: relative;
    color: #333;
    font: normal 15px/22px Lato, sans-serif, Arial;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

button,
input,
select,
textarea {
    position: relative;
    color: #333;
    font: normal 15px/22px Lato, sans-serif, Arial;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

embed,
iframe,
object,
video {
    max-width: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

figure {
    margin: 0
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

div#navArea {
    background: #333
}

a,
button,
input[type=submit] {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600
}

a:active,
a:focus,
a:hover {
    outline: 0;
    border: none;
    text-decoration: none;
    color:#46a81c
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #333
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 15px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

p {
    margin-bottom: 15px
}

p a {
    text-decoration: underline
}

blockquote p,
q {
    quotes: "“" "”" "‘" "’";
    color: #787878
}

q::before,
q:before {
    content: open-quote
}

blockquote p::before {
    content: open-quote
}

q::after,
q:after {
    content: close-quote
}

blockquote p::after {
    content: close-quote
}

cite,
dfn,
em,
i {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: Lato, Arial;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
samp,
tt,
var {
    font-family: Lato, Arial;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

sub {
    bottom: -.25em
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 20px;
    list-style-position: inside
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

form {
    position: relative
}

input {
    outline: 0;
    border: 1px solid #ddd;
    height: inherit;
    color: #333;
    font-size: 16px;
    padding: 8px 15px;
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

button,
html input[type=button] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px 11px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -webkit-appearance: button;
    cursor: pointer;
    vertical-align: top
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px 11px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -webkit-appearance: button;
    cursor: pointer;
    vertical-align: top
}

button:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02)
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02)
}

button:focus {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

button:active {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url] {
    color: #666;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px 8px 15px
}

textarea {
    color: #666;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px 8px 15px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus {
    color: #111;
    background-color: #fff;
    -webkit-appearance: none
}

textarea:focus {
    color: #111;
    background-color: #fff;
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    width: 100%
}

optgroup {
    font-weight: 700
}

select:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #919191
}

:-moz-placeholder {
    color: #919191
}

::-moz-placeholder {
    color: #919191
}

:-ms-input-placeholder {
    color: #919191
}

button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
    outline-offset: 0;
    border: none;
    overflow: visible
}

.clear:after,
.clear:before {
    content: "";
    display: table
}

.entry-content:after,
.entry-content:before {
    content: "";
    display: table
}

.comment-content:after,
.comment-content:before {
    content: "";
    display: table
}

.site-header:after,
.site-header:before {
    content: "";
    display: table
}

.site-content:after,
.site-content:before {
    content: "";
    display: table
}

.site-footer:after,
.site-footer:before {
    content: "";
    display: table
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

table,
td,
th {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0
}

td,
th {
    padding: .4em
}

del {
    opacity: .8
}

dl {
    margin-bottom: 1.6em
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 1.6em;
    margin-left: 0
}

dd a {
    text-decoration: underline
}

.site-header {
    background: none repeat scroll 0 0 #fff;
    padding-top: 20px
}

.site-branding {
    width: 40%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.header-add {
    width: 60%;
    float: right;
    height: 110px
}

.site-description {
    color: #999;
    font-size: 22px
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #333
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center
}

.main-navigation .nav-menu {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

.main-navigation .nav-menu>li {
    position: static;
    float: none;
    display: table-cell;
    margin: 0;
    padding: 0
}

.main-navigation .nav-menu>li.current-menu-item>a,
.main-navigation .nav-menu>li.current_page_item>a {
    background: rgba(166, 197, 76, .3)
}

.main-navigation .nav-menu>li:hover>a {
    background: rgba(166, 197, 76, .3)
}

.main-navigation .nav-menu>li>ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    left: 0!important;
    top: 58px;
    margin-left: 80px;
    min-height: 300px;
    background: rgba(0, 0, 0, .9);
    border-top: 1px solid rgba(166, 197, 76, .3);
    display: none;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-navigation .nav-menu>li>ul.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-navigation .nav-menu>li>ul>li {
    display: block;
    position: relative;
    padding: 15px
}

@media (min-width:1360px) {
    .main-navigation .nav-menu>li>ul>li {
        min-width: 12%
    }
}

@media (max-width:1359px) {
    .main-navigation .nav-menu>li>ul>li {
        min-width: 25%
    }
}

.main-navigation .nav-menu>li>ul>li:first-child:before {
    display: none
}

.main-navigation .nav-menu>li>ul>li:before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    background: rgba(166, 197, 76, .3);
    content: ''
}

.main-navigation .nav-menu>li>ul>li:hover>a {
    background: 0 0
}

.main-navigation .nav-menu>li>ul>li>a {
    width: auto;
    padding-left: 0;
    line-height: 1.2;
    color: #a6c54c
}

.main-navigation .nav-menu>li>ul>li>ul {
    position: relative;
    display: block;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    top: 0!important;
    left: 0!important
}

.main-navigation .nav-menu>li>ul>li>ul>li {
    display: block;
    position: relative;
    padding-left: 15px
}

.main-navigation .nav-menu>li>ul>li>ul>li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #a6c54c;
    content: ''
}

.main-navigation .nav-menu>li>ul>li>ul>li:hover:after {
    color: #a6c54c
}

.main-navigation .nav-menu>li>ul>li>ul>li.menu-item-has-children:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 13px;
    line-height: 0;
    color: #fff;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-navigation .nav-menu>li>ul>li>ul>li.menu-item-has-children:after:hover {
    color: #a6c54c!important
}

.main-navigation .nav-menu>li>ul>li>ul>li.menu-item-has-children.open:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-navigation .nav-menu>li>ul>li>ul>li.current-menu-item>a {
    background: 0 0;
    color: #a6c54c
}

.main-navigation .nav-menu>li>ul>li>ul>li>a {
    padding: 4px 0;
    display: inline-block;
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    width: 80%
}

.main-navigation .nav-menu>li>ul>li>ul>li>a:hover {
    background: 0 0;
    color: #a6c54c
}

.main-navigation .nav-menu>li>ul>li>ul>li>ul {
    top: 0;
    left: 0;
    position: relative;
    display: none;
    float: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px
}

.main-navigation .nav-menu>li>ul>li>ul>li>ul>li {
    position: relative
}

.main-navigation .nav-menu>li>ul>li>ul>li>ul>li>a {
    font-size: 11px;
    padding: 4px 0;
    line-height: 1;
    width: auto;
    background: 0 0
}

.main-navigation .nav-menu>li>ul>li>ul>li>ul>li:before {
    display: none
}

.main-navigation a {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    padding: 17px 14px;
    text-decoration: none
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 3em;
    left: -999em;
    z-index: 99999;
    background: #212121
}

.main-navigation ul ul ul {
    top: 0
}

.main-navigation ul ul a {
    width: 200px;
    padding: 12px 14px;
    text-align: left
}

.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation ul ul li:hover>ul {
    left: 100%
}

.menu-toggle {
    display: none
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.widget {
    margin: 0 0 3.5em
}

.widget-title,
.widgettitle {
    background: none repeat scroll 0 0 #e7494a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 15px;
    text-transform: uppercase
}

.widget ul {
    padding-left: 0;
    list-style: none
}

.widget li {
    border-top: 1px solid #ededed;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.widget select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 8px 15px
}

.widget_search .search-submit {
    display: none
}

.widget_calendar table {
    margin: 0
}

.widget_calendar td,
.widget_calendar th {
    border: 1px solid #ededed;
    line-height: 2.3333;
    text-align: center;
    padding: 0
}

.widget_calendar caption {
    font-family: Lato, serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: .04em;
    text-transform: uppercase
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700
}

.widget_calendar tbody a:focus,
.widget_calendar tbody a:hover {
    background-color: #2e40b3;
    background-color: rgba(51, 51, 51, .7);
    color: #fff
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    margin: .4688em 0 0 1em;
    padding-top: .4688em
}

.widget_recent_entries .post-date {
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: .8;
    display: block
}

.widget_rss ul {
    list-style: none;
    margin: 0
}

.widget_rss li {
    margin-bottom: 1.6em
}

.widget_rss li:last-child,
.widget_rss ul:last-child {
    margin-bottom: 0
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700
}

.widget_rss .rsswidget img {
    margin-top: -4px
}

.widget_rss .rss-date,
.widget_rss cite {
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: .8
}

#ak-blog-post article.hentry,
#blog-post article.hentry,
.archive article.hentry,
.blog article.hentry,
.category article.hentry,
.search article.hentry,
.tag article.hentry {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.cat-links {
    border-right: 1px solid #333;
    padding-right: 10px
}

.tags-links {
    padding-left: 10px
}

.author a,
.cat-links a,
.tags-links a {
}

.edit-link {
    margin-left: 15px
}

.edit-link a {
    color: #999;
    font-weight: 700;
    text-decoration: underline
}

.edit-link a:focus,
.edit-link a:hover {
    color: #2e40b3
}

.site-info {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: right
}

.site-info a {
    font-weight: 700
}

.site-content {
    width: 1170px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px
}

#primary {
    float: left;
    width: 75%;
    padding-right: 50px
}

#secondary {
    float: right;
    width: 25%
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.entry-content,
.entry-summary,
.page-content {
    margin: .5em 0 0
}

.page-links {
    clear: both;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 2em
}

.page-links a {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 15px;
    height: 2em;
    line-height: 2;
    margin: 0 3px 3px 3px;
    text-align: center;
    width: 2em;
    background-color: #f7f7f7;
    color: #333
}

.page-links a:focus,
.page-links a:hover {
    background-color: #2e40b3;
    border-color: transparent;
    color: #fff
}

.page-links>span {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 15px;
    height: 2em;
    line-height: 2;
    margin: 0 3px 3px 3px;
    text-align: center;
    width: 2em
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none
}

.comment-list+.comment-respond {
    border-top: 1px solid #eaeaea;
    padding-top: 1.6em
}

.comment-navigation+.comment-respond {
    padding-top: 1.6em
}

.comment-reply-title,
.comments-title {
    font-family: Lato, serif;
    font-size: 18px;
    line-height: 1.3333
}

.comments-title {
    margin-bottom: 1.3333em
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list article {
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: .8em
}

.comment-author {
    color: #707070;
    margin-bottom: .4em
}

.comment-author a:hover {
    border-bottom: 1px solid #2e40b3
}

.comment-author .avatar {
    float: left;
    height: 32px;
    margin-right: .8em;
    width: 32px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px
}

.comment-metadata,
.pingback .edit-link {
    color: #999;
    font-weight: 700
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #2e40b3
}

.comment-metadata a.comment-edit-link:hover {
    border-bottom: none
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    color: #333
}

.pingback .edit-link a:focus,
.pingback .edit-link a:hover {
    color: #333
}

.comment-metadata {
    margin-bottom: 1.6em
}

.comment-metadata .edit-link {
    margin-left: 1em
}

.pingback .edit-link {
    margin-left: 1em
}

.pingback .edit-link:before {
    top: 5px
}

.comment-content ol,
.comment-content ul {
    margin: 0 0 1.6em 1.3333em
}

.comment-content li>ol,
.comment-content li>ul {
    margin-bottom: 0
}

.comment-content>:last-child {
    margin-bottom: 0
}

.comment-list .reply {
    font-size: 12px
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    color: #707070;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: .6167em .8333em;
    text-transform: uppercase
}

.comment-list .reply a:focus,
.comment-list .reply a:hover {
    border-color: #2e40b3;
    color: #2e40b3;
    outline: 0
}

.comment-form {
    padding-top: 1.6em
}

.comment-form label {
    color: #707070;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    text-transform: uppercase
}

.comment-form input[type=email],
.comment-form input[type=submit],
.comment-form input[type=text],
.comment-form input[type=url] {
    width: 100%
}

.comment-awaiting-moderation,
.comment-notes,
.form-allowed-tags,
.logged-in-as {
    color: #707070;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 2em
}

.logged-in-as a:hover {
    border-bottom: 1px solid #333
}

.no-comments {
    border-top: 1px solid #eaeaea;
    color: #707070;
    font-family: Lato, sans-serif;
    font-weight: 700;
    padding-top: 1.6em
}

.comment-navigation+.no-comments {
    border-top: 0
}

.form-allowed-tags code {
    font-family: Lato, 'Open sans'
}

.form-submit {
    margin-bottom: 0
}

.required {
    color: #c0392b
}

.comment-reply-title small {
    font-size: 100%
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: auto
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.error404 #primary {
    width: 100%
}

.error404 .search-form {
    margin-bottom: 30px
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.site-info a {
    color: #fff
}

.site-footer {
    background-color: #333;
    color: #fff;
    margin-top: 20px
}

.footer-widget {
    background-color: #5d5d5d;
    padding-top: 10px
}

.footer-widget h2.widget-title {
    background-color: #5d5d5d;
    color: #fff;
    border-bottom: 2px solid #fff
}

.footer-widget li {
    border-top: none;
    padding-left: 20px
}

.footer-widget li a {
    color: #fff
}

.footer-social ul.inline-mode li {
    list-style: none;
    float: left;
    margin-left: 5px
}

.footer-social ul.inline-mode li a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    margin: 8px 0 0 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.footer-social ul.inline-mode li a i.fa-facebook:hover {
    color: #3b5998
}

.footer-social ul.inline-mode li a i.fa-google-plus:hover {
    color: #dc4e41
}

.footer-social ul.inline-mode li a i.fa-twitter:hover {
    color: #55acee
}

.footer-social ul.inline-mode li a i.fa-rss:hover {
    color: #f78007
}

.footer-social ul.inline-mode li a i.fa-linkedin:hover {
    color: #005397
}

.footer-social ul.inline-mode li a i.fa-instagram:hover {
    color: #a11d95
}

.navigation .nav-links {
    clear: both;
    font-family: Lato, sans-serif;
    margin-top: 2em;
    margin-bottom: 2em
}

.navigation .nav-links a,
.navigation .nav-links>span {
    border: 1px solid #e7494a;
    display: inline-block;
    font-size: 16px;
    height: 2em;
    line-height: 2;
    margin: 0 3px 3px 3px;
    text-align: center;
    width: 2em;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

h2.screen-reader-text {
    display: none
}

.navigation .nav-links a {
    background-color: #f7f7f7;
    color: #333
}

.navigation .nav-links a:focus,
.navigation .nav-links a:hover {
    background-color: #2e40b3;
    border-color: transparent;
    color: #fff
}

.wraper-pagination {
    text-align: center
}

.navigation .nav-links a:focus,
.navigation .nav-links a:hover {
    background-color: #46a81c;
    border-color: #e5494a;
    color: #fff;
    font-weight: 700
}

nav.navigation.pagination.stick .current {
    background: #1ccca9;
    color: #fff;
    font-weight: 700
}

.current {
    background-color: #e7494a;
    color: #fff;
    font-weight: 700
}

.widget.widget_tag_cloud a {
    display: inline-block;
    white-space: nowrap!important;
    margin: 0 4px 9px 0;
    padding: 5px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    -webkit-transition: background-color 250ms cubic-bezier(.075, .82, .165, 1) 0s;
    -o-transition: background-color 250ms cubic-bezier(.075, .82, .165, 1) 0s;
    transition: background-color 250ms cubic-bezier(.075, .82, .165, 1) 0s;
    font-size: 12px!important;
    font-weight: 700
}

.footer.widget.widget_tag_cloud a:hover {
    background-color: #fff;
    color: #000
}

.site-title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #1ccca9
}

.site-title a {
    text-decoration: none;
    font-weight: 700
}

.footer-social {
    line-height: 3
}

.entry-more {
    margin: 25px 0 10px
}

.entry-more a {
    border: 2px solid #333;
    color: #fff;
    padding: 8px 25px;
    background: #333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.entry-more a:hover {
    background: #2e40b3;
    border: 2px solid #e5494a
}

.header-social {
    float: right
}

.pagination {
    display: inline;
    padding-left: 0;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.site-info {
    text-align: right
}

button.navbar-toggle {
    border: 1px solid #333
}

button.navbar-toggle span {
    background: #000
}

.navbar-toggle {
    float: none
}

.header-title h2.entry-title {
    font-size: 20px
}

article a {
    text-decoration: none!important
}

article a>span {
    text-decoration: none!important
}

article a:hover {
    text-decoration: underline!important
}

article li {
    margin-bottom: 10px
}

.footer-widget {
    padding-top: 0;
    background-image: none;
    background: 0 0
}

#nav_menu-4 {
    padding-top: 0
}

#menu-podval {
    margin-bottom: 0;
    text-align: center
}

#menu-podval li {
    display: inline-block;
    padding: 0
}

#menu-podval li:first-child {
    float: left
}

#menu-podval li:last-child {
    float: right
}

#menu-podval li a {
    display: inline-block;
    padding: 10px;
    font-size: 14px
}

#menu-podval li:hover>a {
    background: rgba(166, 197, 76, .3)
}

.block-fixed {
    position: fixed;
    top: 0;
    padding-top: 30px;
    width: 24%
}

#navArea {
    display: none
}

.section-meta span.meta-viewer {
    margin-right: 10px;
    font-size: 12px;
    color: #5c5c5c
}

.section-meta span.meta-viewer i {
    margin: 0 5px
}

.section-title h2 {
    color: #da5c5b
}

span.meta-date,
span.meta-viewer {
    font-size: 13px;
    color: #5c5c5c;
    margin-right: 10px
}

span.meta-category ul {
    list-style: none;
    margin: 0 5px;
    padding: 5px 0 0 0;
    position: absolute;
    top: 0
}

ul.post-categories li {
    display: inline-block;
    padding: 3px
}

span.meta-category ul li a,
ul.post-categories li a {
    background: #da5c5b;
    color: #fff;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600
}

.section-meta span {
    margin-right: 10px
}

figure {
    margin: 0;
    position: relative
}

span.meta-category {
    position: absolute;
    top: 0
}

span.meta-category a {
    background: #e7494a;
    color: #fff;
    border: 1px solid #e7494a;
    padding: 3px
}

.more-posts,
.view-all {
    float: right;
    display: inline-block;
    background: #da5c5b;
    padding: 4px 15px;
    border: 1px solid #da5c5b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 0
}

.section-head {
    border-bottom: 3px solid #da5c5b;
    position: relative;
    margin-bottom: 10px;
    padding: 1px 0
}

.more-posts a,
.view-all a {
    color: #fff;
    font-weight: 600
}

.colorful-cat a {
    background: #e7494a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600
}

.colorful-cat a:hover {
    background: red;
    color: #fff
}

span.meta-category {
    position: absolute;
    top: 6px;
    left: 10px
}

.colorful-cat a:hover {
    color: #fff!important
}

.trend-pst .post-tp-6 figure {
    margin-right: 4px
}

.photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, .2);
    box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, .2);
    display: block;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    margin-top: -10px
}

.photo:hover img {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1)
}

div#related_posts .post-article {
    margin-bottom: 15px
}

label {
    margin-bottom: 5px;
    color: #222;
    font-size: 16px
}

label span {
    color: #2e40b3
}

input[type=email],
input[type=text] {
    width: 500px;
    border: 2px solid #e1e1e1;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=submit] {
    background: #46a81c;
    font-size: 21px;
    padding: 20px 50px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: 0
}

textarea {
    width: 500px;
    border: 2px solid #e6e6e6;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer-widget img.img-responsive,
.widget_eblog_lite_pro_grid_post_area img.img-responsive,
.widget_eblog_lite_pro_sidebar_list_widget_area img.img-responsive {
    width: auto
}

.widget_eblog_lite_pro_sidebar_list_widget_area img.img-responsive {
    margin-top: 5px
}

#sliderSection .widget {
    margin: 20px 0 23px 0
}

.site-info {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: right
}

.site-info a {
    font-weight: 700
}

.footer-widget .widget {
    margin: 0
}

.footer-widget .section-meta h3.meta-title a {
    line-height: 16px
}

span.meta-date i {
    padding-right: 5px
}

.post-grid-view article {
    margin-bottom: 5px
}

.footer-widget h2.widget-title {
    padding: 12px 15px 12px 0
}

.footer-widget .section-meta h4.meta-title a {
    color: #e2e2e2!important
}

.footer-widget .section-meta span.meta-date,
.footer-widget .section-meta span.meta-viewer {
    color: #fff!important
}

.social-links {
    float: right
}

.social-links a img {
    width: 30px
}

.top-menu {
    background-color: #0a0a0a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif
}

.button,
.main-navigation,
.main-navigation ul ul,
.submit,
.widget-title,
.widgettitle input[type=submit],
button,
div#navArea,
input[type=button] {
    background-color: #222222;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    font-family: Tahoma, Geneva, sans-serif
}

.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover {
    background-color: #0a0a0a;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif
}

.top-menu {
    background-color: #0D1B1E;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif
}

.top-menu .children,
.top-menu .sub-menu {
    background-color: #0D1B1E;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif
}

.more-link {
    background-color: #0a0a0a;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif
}

.nav-links .current,
.nav-links a:hover {
    background-color: #0D1B1E;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif
}

#colophon {
    background-color: #232323;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif
}

li#categories-4 {
    line-height: 1
}

li#recent-posts-widget-with-thumbnails-5 {
    line-height: 1.2;
    font-variant: small-caps
}

li#recent-posts-widget-with-thumbnails-5 a:hover {
    color: #2e40b3
}

li#categories-4 {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif
}

li#categories-4 a:hover {
    color: #2e40b3
}

li#recent-posts-widget-with-thumbnails-5 {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif
}

.cwp-comment-excerpt {
    font-variant: small-caps;
    color: #787878;
    font-style: italic
}

.comment-link.cwp-comment-link {
    color: #000;
    font-size: medium;
    font-family: Monotype Corsiva, Verdana;
    font-size: 17px
}

#cwp-widget-2,
li#cwp-widget-4,
li#text-16.widget.widget_text {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

article p {
    text-indent: 30px;
    text-align: justify
}

body {
    min-width: 320px;
    position: relative;
    color: #333;
    font: normal 17px/24px Lato, sans-serif, Arial
}

button,
input,
select,
textarea {
    position: relative;
    color: #333;
    font: normal 17px/24px Lato, sans-serif, Arial
}

a.button {
}

a.button:hover {
    background: #46a81c;
    border: 2px solid #46a81c;
    text-decoration: none!important
}

a.next.page-numbers {
    border: 1px solid #46a81c
}

.navigation .nav-links a,
.navigation .nav-links>span {
    border: 1px solid #46a81c
}

.rpwwt-post-title {
    font-family: serif
}

.widget {
    margin: 0 0 1.5em
}

.widget-title {
    text-align: center
}

embed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

li a,
p a {
    font-weight: 500
}

.main-navigation a,
.widget a {
    font-weight: 600
}

#adsp img,
#adspa img,
#adspac img,
#adspace img {
    float: top;
    margin: -35px 1px 0 19px
}

li {
    text-align: justify
}

.widget a {
    text-align: left
}

.colorful-cat a {
    background: #2e40b3
}

.rpwwt-post-title {
    font-family: serif;
    font-size: 14px
}

p.site-description {
    font-family: segoe script;
    font-size: 10.1pt;
    font-variant: small-caps;
    color: #303030;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 0 0, 0 0 0
}

#categories-5 ul li {
    border-top: none;
    padding: 0;
    margin-bottom: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#categories-5 ul li.current-cat a {
    background: #46a81c;
    color: #fff
}

#categories-5 ul li a {
    background: #eee;
    display: block;
    padding: 8px 15px;
    line-height: 1.2
}

#categories-5 ul li a:focus,
#categories-5 ul li a:hover {
    background: #46a81c;
    color: #fff
}

.custom-html-widget .box {
    -webkit-box-shadow: 0 0 60px #bbb;
    box-shadow: 0 0 60px #bbb;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.custom-html-widget .box a {
    color: #000
}

.custom-html-widget .box a:hover {
    color: #46a81c
}

.custom-html-widget .box .fasc-button {
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff
}

.custom-html-widget .box .fasc-button:hover {
    background: #46a81c;
    color: #fff
}

#recent-posts-widget-with-thumbnails-6 ul li {
    background: #eee;
    border: none;
    padding: 0
}

#recent-posts-widget-with-thumbnails-6 ul li a {
    display: block;
    width: 100%
}

#recent-posts-widget-with-thumbnails-6 ul li a:hover span {
    color: #46a81c
}

#recent-posts-widget-with-thumbnails-6 ul li a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px
}

#recent-posts-widget-with-thumbnails-6 ul li a span {
    display: block;
    padding: 0 15px 15px;
    line-height: 1.2
}

#text-29 a {
    display: block;
    width: 100%
}

#text-29 a span {
    display: block!important;
    margin: auto
}

#top_btn {
    display: block;
 background-image: url(https://buyhold.ru/wp-content/uploads/2025/02/up-menu-arrow-botton-1024.webp);    
	position: fixed;
    background-size: contain;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 25px;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s;
}

#top_btn:hover,
#top_btn.show:hover {
    opacity: 0.7;
}

#top_btn.show {
    opacity: 1;
}
.ya-site-form__search-wrap{border: 0px!important;}

/* Стильный блок для исторических фактов */
.history-block {
    background: #1e222d;
    border-radius: 8px;
    margin: 30px 0;
    position: relative;
    border: 1px solid #2a2e39;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
}

/* Боковая панель с годом */
.history-year {
    background: linear-gradient(to bottom, #304FFE, #5a95ce);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Основное содержимое */
.history-content {
    padding: 20px;
    flex-grow: 1;
    position: relative;
}

/* Декоративный фон справа */
.history-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 300' fill='none'%3E%3Cpath d='M20 220l20-30 20 15 30-50 25 20' stroke='%235a95ce' stroke-width='2' fill='none' opacity='0.1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0.5;
    pointer-events: none;
}

/* Иконка */
.history-icon {
    width: 45px;
    height: 45px;
    background: #5a95ce;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(90, 149, 206, 0.3);
}

/* Заголовок */
.history-title {
    color: #ffffff;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
}

/* Текст */
.history-text {
    color: #d1d4dc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.history-text p {
    margin: 0 0 10px;
}

.history-text p:last-child {
    margin-bottom: 0;
}

/* Блок статистики */
.history-stats {
    background: #131722;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #2a2e39;
}

.history-stat {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.history-stat:last-child {
    margin-bottom: 0;
}

.history-stat i {
    color: #5a95ce;
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.history-stat span {
    color: #d1d4dc;
    font-size: 14px;
}

/* Тег */
.history-tag {
    display: inline-block;
    background: rgba(90, 149, 206, 0.1);
    color: #5a95ce;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid rgba(90, 149, 206, 0.3);
}

/* Адаптивный дизайн */
@media (max-width: 768px) {
    .history-block {
        flex-direction: column;
    }
    
    .history-year {
        width: 100%;
        height: 60px;
    }
    
    .history-content:before {
        display: none;
    }
}
@media only screen and (orientation: landscape) and  (max-width: 812px), only screen and (max-width : 767px) {}