a {
    color: #466b99;
}

a:hover {
    color: #e38902;
}

.bg-grey {
    background-color: #f2f0f0;
}

.bg-light-grey {
    background-color: #fbfbfb;
}

.cursor-pointer {
    cursor: pointer;
}

.min-h-100 {
    min-height: 100%;
}

.l-header .menu-top-menu-container {
    border-top: 1px solid #f8f4f4;
}

.l-header .menu-top-menu-container ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #8c8c8c;
}

.l-header .menu-top-menu-container ul li.current-menu-item,
.l-header .menu-top-menu-container ul li.current-menu-ancestor {
    background-color: #7a7a7a;
}

.l-header .menu-top-menu-container ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 85%;
    color: #fff;
}

.l-header .menu-top-menu-container ul li a:hover {
    color: #f2f2f2;
}

.l-header .menu-top-menu-container > ul > li {
    flex-grow: 1;
    min-width: 15%;
    position: relative;
}

.l-header .menu-top-menu-container > ul > li.menu-item-24 a, 
.l-header .menu-top-menu-container > ul > li.menu-item-22 a {
    justify-content: center;
}

.l-header .menu-top-menu-container > ul > li > ul {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    width: 100%;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
}

.l-header .menu-top-menu-container > ul > li:hover > ul {
    display: flex;
}

.l-header .menu-top-menu-container > ul > li > ul > li {
    flex-grow: 1;
}

.l-header .menu-top-menu-container > ul > li > ul > li a {
    padding: 15px 20px;
}

.l-header .slider-outer-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 24.84375%;
    /*background-image: url(/wp-content/themes/isokazan/images/header-bg.jpg);
    background-size: cover;*/
}

.l-header .slider-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.l-header .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}*/

.l-page .menu-title {
    padding: 0.5rem 2rem;
}

.l-page .menu-sidebar-menu-container ul {
    list-style-type: none;
}

.l-page .menu-sidebar-menu-container ul li a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 12px;
}

.l-page .menu-sidebar-menu-container ul li.current-menu-item > a,
.l-page .menu-sidebar-menu-container ul li.current-menu-parent > a {
    color: #212529;
}

.l-page .content .has-luminous-vivid-orange-color {
    color: #984806;
}

.l-page .content .has-text-align-center {
    text-align: center;
}

.l-page .content img {
    width: 100% !important;
    height: auto !important;
    max-width: 500px;
}

.l-page .content .wp-block-button {
    background-color: #f8db67;
    display: flex;
    border-radius: 15px 0 !important;
    width: 200px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    margin: 0px 15px 30px 15px;
}

.l-page .content .wp-block-button > a {
    color: #000105;
    text-decoration: none;
    line-height: 1.2;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    position: relative;
}

.l-page .content .wp-block-button > a:after {
    content: '';
    display: block;
    width: 168px;
    height: 48px;
    position: absolute;
    top: 14px;
    left: 14px;
    border: 1px solid #c0c0c0;
}

.l-post .content .alignleft, 
.l-post-list .content .alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.l-post-list .content h3 {
    color: #984806;
}

.l-post-list .content .post-item {
    clear: both;
    margin-bottom: 50px;
}

.l-form-callback,
.l-form-commercial-offer {
    max-width: 500px;
}

.l-form-commercial-offer textarea {
    min-height: 100px;
}

#l-message-dialog {
    margin-top: 100px;
}

.l-news-widget {
    margin-top: 9px;
    margin-left: 25px;
    margin-right: 15px;
}

.l-news-widget .item {
    margin-bottom: 25px;
}

.l-news-widget .item:last-child {
    margin-bottom: 12px;
}

.l-news-widget .item .date {
    margin-bottom: 10px;
}    

.l-news-widget .item figure {
    margin-bottom: 10px;
}

.l-news-widget .item figure img {
    max-width: 100%;
    height: auto;
}

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

.posts-navigation .nav-links {
    display: flex;
}

.posts-navigation .nav-links > div:not(:first-child) {
    margin-left: 15px;
}

.l-home-page-form {
    max-width: 400px;
    display: table;
    margin: 50px auto 0 auto;
}

.wp-block-toggles summary {
    font-weight: bolder;
    color: #466b99;
    text-decoration: underline;
    display: table;
    margin-bottom: 1rem!important;
}

.wp-block-toggles summary:hover {
    color: #e38902;
}

.wp-block-toggles .wp-block-toggles__content {
    transition: height 2s;
}
