#sp-top1 > .sp-column {
    display: inline-flex;
}

ul.social-icons {
    order: 1;
    margin-right: 10px;
}

ul.sp-contact-info {
    order: 2;
}

#sp-top2 > .sp-column {
    text-align: right;
}

h2.sp-page-title-heading {
    display: none;
}

.sp-page-title {
    padding: 0;
}

.sp-page-title .breadcrumb {
    margin: 0;
    padding: 5px 0;
}

li.float-start {
    display: none;
}

#sp-main-body {
    padding: 50px 0 100px;
}

.article-details ul.pager.pagenav {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
}

.article-list > .row.row-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px;
}

@media (max-width: 991px) {
    .article-list > .row.row-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .article-list > .row.row-1 {
        grid-template-columns: 1fr;
    }
}

.article-list > .row.row-1 > .col-lg-12 {
    padding: 0;
    display: grid;
}

.article-list > .row.row-1 > .col-lg-12 > .article {
    margin-bottom: 0;
}

.article-details .uk-scope {
    margin: 30px 0;
}

.article-list .article .readmore a, a.sppb-readmore, nav.pagenavigation a, a.uk-button.uk-button-default {
    padding: 8px 22px 10px 22px;
    border-color: #184207;
    background-color: #184207;
    color: #fff;
    line-height: inherit;
    border-radius: 4px;
}

.article-list .article .readmore a:hover, a.sppb-readmore:hover, nav.pagenavigation a:hover, a.uk-button.uk-button-default:hover {
    border-color: #b0c642;
    background-color: #b0c642;
    color: #fff;
}

.sppb-addon-article {
    border: 1px solid #f5f5f5;
}

.sppb-article-info-wrap {
    padding: 10px;
}

a.sppb-readmore {
    display: inline-block;
    margin-top: 10px;
}

nav.pagenavigation a.btn {
    position: relative;
    margin-right: 10px;
}

nav.pagenavigation a.btn:last-child {
    margin-right: 0px;
}

nav.pagenavigation a.btn:hover span.visually-hidden {
    display: block;
    position: absolute !important;
    width: 200px !important;
    height: auto !important;
    background: #3d3d3de6;
    bottom: 50px;
    left: 0px;
    padding: 4px !important;
    border-radius: 4px;
    clip: unset !important;
    white-space: unset !important;
    font-size: 14px;
    overflow: visible !important;
}

nav.pagenavigation span.visually-hidden:after {
    content: '';
    position: inherit;
    left: calc(50% - 10px);
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #3d3d3de6;
}

.article-details .article-full-image img {
    margin: 0 auto;
    display: block;
}

nav.pagenavigation {
    margin-bottom: 30px;
}

.site .uk-scope .uk-card-body {
    padding: 10px;
}

.uk-scope .uk-card-default {
    box-shadow: none !important;
    border: 1px solid #184207;
}

.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
    font-family: 'Open Sans';
}

.futureBoxRC .sppb-addon-text {
    display: none;
}

.smallH3 h3 {
    font-size: 18px;
    font-weight: 500;
}

.smallH3 a.sppb-readmore {
    font-size: 16px;
    padding: 4px 11px;
}

span.weight400 {
    font-weight: 400;
}

#sp-bottom2 .cf-form-wrap {
    padding: 0;
}

.site .uk-scope .uk-card-primary {
    background-color: #184207;
}

.site .uk-card-body {
    text-align: center;
}

.uk-lightbox.uk-overflow-hidden.uk-lightbox-panel.uk-open {
    z-index: 10000;
}

div#sp-top2 .sp-module {
    margin-top: -4px;
    margin-bottom: -6px;
}

.article-details .article-full-image img {
    max-width: 600px;
}

.page-item.active .page-link {
    background-color: #184207;
    border-color: #184207;
}

.jux-img-comparison-wrapper {
    margin: 0 auto;
}

.site .convertforms.cf-success .cf-response {
    display: none;
}

.burger-icon > span {
    background-color: #184207;
}

.offcanvas-menu {
    background-color: #fff;
}

.offcanvas-menu li.sp-contact-time {
    white-space: normal;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px;
}

/* gTranslate dropdown widget
===========================================================*/
.gtranslate-dropdown {
    position: relative;
    display: inline-block;
}

.gtranslate-toggle {
    background-color: #ffffff;
    color: #184207;
    border: 2px solid #184207;
    padding: 6px 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.gtranslate-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(10, 81, 33, 0.18);
}

.gtranslate-toggle .gtranslate-icon {
    font-family: inherit;
    font-weight: 700;
    text-transform: none;
}

.gtranslate-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #e6ebf1;
    box-shadow: 0 6px 18px rgba(9, 40, 69, 0.12);
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    min-width: 160px;
    z-index: 99999;
}

.gtranslate-menu.open {
    display: block;
    background-color: #b0c642;
    overflow: hidden;
}

.gtranslate-item {
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
}

.gtranslate-item a {
    display: block;
    padding: 8px 14px;
    color: #b0c642;
    text-decoration: none;
    white-space: nowrap;
}

.gtranslate-item a:hover,
.gtranslate-item a:focus {
    background-color: #184207;
    color: #fff !important;
}

.gtranslate-dropdown .gtranslate-caret {
    font-size: 12px;
}

/* Скрываем возможные лишние стили у исходного списка */
.glink.notranslate {
    white-space: nowrap;
    color: #fff;
}

/*
===========================================================*/

span.far.fa-envelope {
    font-weight: 600;
}

@media (max-width: 575px) {
    #sp-top-bar {
        text-align: center;
    }

    #sp-top-bar #sp-top2 {}

    #sp-top-bar #sp-top2 .sp-module {
        margin: 0 auto -3px;
    }

    #sp-top-bar #sp-top2 .sp-column {
        text-align: center;
    }
    .gtranslate-menu{
        right: 50%;
        transform: translateX(50%);
    }
}