.body-wrapper {
    background: url('/images/pattern.jpg') #fff;
    background-repeat: repeat-y;
    background-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #00315c;
}

#sp-top1 .search .form-control,
#sp-top1 .search .btn {
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 15px;
    border: none;
}

#sp-top1 .search .btn {
    margin-left: 5px;
    border-radius: 15px;
}

#sp-top2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

#sp-top2 .social-module {
    margin-left: 15px;
}

#sp-footer,
#sp-footer a {
    font-size: 11px;
    color: #9eabb4!important;
}

#sp-footer a:hover {
    color: #b6c0c6!important;
}

#sp-footer2 .custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sp-footer2 span {
    margin-right: 5px;
}

#sp-footer2 img {
    display: inline-block;
    margin-left: 5px;
}

.article-details img {
    display: inline-block;
}

.article-info {
    margin-bottom: 0;
    margin-top: 15px;
}

.article-info time {
    font-size: 12px;
    margin-top: 15px;
    color: #00315c;
}

.sp-page-title {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-page-title .container {
    text-align: center;
}

.sp-page-title .sp-page-title-heading {
    font-size: 48px;
    font-weight: 300;
    color: #00315c;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
}

.sp-page-title .sp-page-title-heading:before,
.sp-page-title .sp-page-title-heading:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    background-color: #00315c;
}

.sp-page-title .sp-page-title-heading:before {
    top: -15px;
    left: 0;
}

.sp-page-title .sp-page-title-heading:after {
    bottom: -15px;
    right: 0;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-top: 30px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item a,
.breadcrumb-item>span {
    height: 50px;
    line-height: 50px;
    background: #f3f5fa;
    text-align: center;
    padding: 15px 15px 15px 30px;
    position: relative;
    margin: 0 10px 0 0;
    transition: none;
}

.breadcrumb-item:first-child a,
.breadcrumb-item:first-child>span {
    padding-left: 15px;
    padding-right: 0;
}

.breadcrumb-item a:before,
.breadcrumb-item>span:before {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.breadcrumb-item:first-child a:before {
    display: none;
}

.breadcrumb-item:not(.active) a:after,
.breadcrumb-item:not(.active) span:after {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #F3F5FA;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 2;
}

.breadcrumb-item.active {
    background-color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item span {
    font-size: 11px;
    font-weight: 500;
    color: #0E2F44;
    text-transform: uppercase;
}

.breadcrumb-item:hover a {
    background: #0E2F44;
}

.breadcrumb-item:hover a:after {
    border-left: 22px solid #0E2F44;
}

.breadcrumb-item:hover a span,
.breadcrumb-item:hover i {
    color: #fff!important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

h4.module-title,
.module-title,
.sp-module-title {
    font-weight: 400;
    color: #00315c;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 24px;
}

.module-title:before,
.module-title:after,
.sp-module-title:before,
.sp-module-title:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background-color: #00315c;
}

.module-title:before,
.sp-module-title:before {
    top: -15px;
    left: 0;
}

.module-title:after,
.sp-module-title:after {
    bottom: -15px;
    right: 0;
}

.article-list .article-body {
    width: 100%;
}

.fields-container {
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 15px;
}

.field-entry {
    display: inline-block;
    background: #ffa500;
    padding: 0 10px;
    color: #fff;
    border-radius: 15px;
    margin-right: .5rem;
}

.field-entry .field-value {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
}

.field-entry .field-label {
    font-size: 11px;
}

#sp-bottom .sp-module .sp-module-title {
    color: #fff;
}

.latestnews__item {
    display: flex;
    margin-bottom: 10px;
}

.left_latest {
    margin-right: 5px;
}

.right_latest {
    margin-left: 5px;
}

.latestnews a {
    display: flex;
}

.latestnews .float-left {
    float: unset!important;
}

.latestnews a img,
.latestnews img {
    max-width: 85px;
    border-radius: 3px;
    max-height: 55px;
    width: 85px;
    object-fit: cover;
}

.right_latest span,
span.published time,
span.published {
    font-size: 11px;
    color: #9eabb4;
    text-transform: uppercase;
    font-weight: 300;
}

#sp-bottom1 .custom {
    text-align: justify;
    font-size: 13px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.page-item .page-link {
    min-width: 35px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    margin-right: 10px;
}

.page-item.active .page-link {
    background-color: #ffa500;
    border-color: #ffa500;
}

.page-item.active .page-link:hover {
    color: #fff;
}

.latest-news .article-list .article {
    flex-direction: column;
}

.latest-news .article-intro-image {
    margin: -20px -20px 20px -20px;
    max-height: 200px;
    overflow: hidden;
}

.latest-news a img,
.latest-news img,
.latest-news .article-list .article-intro-image img {
    width: 100%;
    max-width: 100%;
}

.latest-news .article-list .article .article-intro-image img {
    transition: all 250ms ease-in-out;
}

.latest-news .article-list .article:hover .article-intro-image img {
    transform: scale(1.1);
}

#sp-position3 .sp-module {
    margin-bottom: 90px;
}

.read-more__link {
    text-align: center;
    margin-top: 30px;
}

.read-more__link a {
    display: inline-block;
    background: #ffa500;
    padding: 10px 30px;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.read-more__link a:hover {
    opacity: 0.9;
}

.latest-products .article-list .article-body {
    display: flex;
    align-items: center;
}

#sp-left .sp-module ul>li {
    border-bottom: none!important;
}

ul.categories-module li>ul {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.categories-module li {
    margin-left: 15px;
    padding: 5px 0;
}

.categories-module>li li {
    border-top: 1px solid #f3f3f3;
}

.categories-module>li li:first-child {
    border-top: none;
}

.categories-module h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.categories-module h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 0;
}

.category-desc h4 {
    font-size: 18px;
}

.blog.latest-news .article {
    padding: 15px;
}

.blog.latest-news .article .article-header h2:before,
.blog.news .article .article-header h2:before {
    display: none;
}

.blog.latest-news .article .article-header h2,
.blog.news .article .article-header h2 {
    font-size: 18px;
}

.blog.news .article .article-header h2 {
    margin-top: 15px;
}

.main_product_list {
    margin-bottom: 30px;
    display: block;
    border-radius: 4px;
    background-color: #f1f6fa;
}

.main_product_list .product_list_content {
    font-size: 24px;
    font-weight: 400;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}

.product_subtitle {
    font-size: 14px;
    margin-top: 15px;
    color: #666;
    font-weight: 500;
}

.product_subtitle strong {
    display: block;
    font-weight: 600;
}

.category-desc img {
    display: inline-block!important;
}

#accordionExample .btn-link {
    font-weight: 600;
    color: #00315c;
}

#accordionExample .btn-link:hover,
#accordionExample .btn-link:focus {
    text-decoration: none;
}

.plashka_item {
    background-color: #f7f7f7;
    padding: 0px 0px 30px 0px;
    display: inline-block;
}

.plashka_item .plashka_img {
    overflow: hidden;
    max-height: 225px;
}

.plashka_item .plashka_img img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.plashka_item:hover .plashka_img img {
    transform: scale(1.1);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 225px;
}

.plashka_title,
.plashka_subtitle {
    text-align: center;
    color: #333;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.plashka_title:hover,
.plashka_subtitle:hover {
    color: #f29200;
}

.plashka_title {
    font-size: 36px;
    margin-top: 15px;
    text-transform: uppercase;
}

.plashka_subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.41;
}

.sp-megamenu-parent .row>div .sp-mega-group {
    border-right: 1px solid #0E2F44;
}

.sp-megamenu-parent .row>div:last-child .sp-mega-group {
    border-right: 0;
}

.sp-megamenu-parent .sp-mega-group>li.menu_item.item-header>a {
    font-weight: 500;
    background-color: #00315c;
    color: #fff;
    padding: 4px 16px;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    display: flex;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    width: 100%;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    position: static;
    width: 100%!important;
    display: block!important;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: none!important;
    padding: 0!important;
}

.sp-megamenu-parent .sp-dropdown-mega .sp-has-child>a {
    text-transform: uppercase;
    font-weight: 600!important;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    display: none;
}

.itemid-129 .sp-page-title,
.itemid-124 .sp-page-title,
.itemid-125 .sp-page-title,
.itemid-126 .sp-page-title,
.itemid-127 .sp-page-title,
.itemid-147 .sp-page-title {
    background: transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemid-129 .sp-page-title .sp-page-title-heading,
.itemid-124 .sp-page-title .sp-page-title-heading,
.itemid-125 .sp-page-title .sp-page-title-heading,
.itemid-126 .sp-page-title .sp-page-title-heading,
.itemid-127 .sp-page-title .sp-page-title-heading,
.itemid-147 .sp-page-title .sp-page-title-heading {
    float: left;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    .plashka_item {
        margin-bottom: 15px;
    }
    #sp-top2 .social-module {
        display: none;
    }
    #sp-top2 .contact-module {
        width: 100%;
        margin-top: 5px;
    }
    h4.module-title,
    .module-title,
    .sp-module-title {
        margin-top: 60px;
    }
    .article-list .article-intro-image {
        margin: -20px -20px 20px -20px;
    }
    .view-article .article-details .article-full-image {
        max-width: 100%;
        width: 100%;
    }
    .article-list .article {
        flex-direction: column;
    }
    .article-list .article-intro-image img {
        width: 100%;
    }
    #sp-footer1 {
        text-align: center;
        margin-bottom: 5px;
    }
    #sp-footer2 .custom {
        justify-content: center;
    }
}

@media (max-width: 480px) {}