:root {
    --cassiopeia-color-primary: #c82127;
    --cassiopeia-color-hover: green;
    --cassiopeia-color-link: blue;
    --body-bg: #eee7df;
}

@font-face {
    font-family: 'Anjhay Cyrillic';
    src: url('./fonts/Anjhay Cyrillic.ttf') format('truetype'),
    url('./fonts/Anjhay Cyrillic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/calibri_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Antiqua';
    src: url('./fonts/bookantiqua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antiqua';
    src: url('./fonts/bookantiqua_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Header Styles */
.header_contact {
    font-family: 'Anjhay Cyrillic', Arial, sans-serif;
    font-size: 60px;
    line-height: 40px;
}

.header_contact .custom a {
    color: #423b38;
    text-decoration: none;
}

.container-header .navbar-brand img {
    width: 560px;
    height: 308px;
    min-width: 560px;
	margin: 0 -60px 0px 0;
}

.container-header .navbar-brand {
    padding: 0;
    margin: 0 0 30px 0;
}

.header_contactwrapper {
    justify-content: end;
}

.container-header .container-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background-color: var(--cassiopeia-color-primary);
    position: relative;
    transform: skew(-40deg);
}

.container-header .mod-menu>li>a {
    display: block;
    transform: skew(40deg);
}

.container-header .mod-menu>li {
    padding: 8px 30px 8px 30px;
    font-size: 20px;
	    margin: 0 !important;
}

.container-header .mod-menu {
    justify-content: center;
    font-family: 'Calibri', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
}

li.current,
.container-header .mod-menu>li.active {
    background: #fff;
    color: #c82128;
}

.container-header .mod-menu>li:hover {
    background: #fff;
    color: #c82128;
    cursor: pointer;
}

.container-header {
    z-index: 10;
	background: var(--body-bg);
    
}
.header_wrapperlogo{
	background-image: url("/images/header_back.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.header_wrapper {
    
    width: 100%;
    background-size: cover;

}

/* Content Categories Styles */
ul.mod-articlescategories.categories-module.mod-list a {
    font-family: Arial, serif;
    color: #c82128;
    font-size: 16px;
    text-transform: lowercase;
}

.com-content-categories__item-title a {
    font-family: 'Antiqua', serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.com-content-categories.categories-list h1,
.page-header h1 {
    font-family: 'Antiqua', serif;
    font-size: 24px;
    font-weight: normal;
    
}

.page-heade h1 {
    font-family: 'Antiqua', serif;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.com-content-categories__item-title-wrapper {
    padding: .5rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: fit-content;
}

.com-content-categories__item-title {
    text-align: center;
}

.com-content-categories__item {
    border: none;
}

/* Responsive Grid for Categories */
.com-content-categories__items {
    display: flex !important;
    flex-wrap: wrap !important;
}
.img-wrapper {
    display: block;
    width: 65px;
    margin: 0 14px 0 0;
}
.com-content-category-blog__item {
    display: flex;
    flex-direction: column;
}

.item-content {
    flex: 1;
    width: 100%;
}
.site-grid.site-grid--sidebar-hidden {
    z-index: 2;
}
/* 3 columns on large screens */
@media (min-width: 1200px) {
    .com-content-categories__items > .col-md-6 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        padding: 0 10px;
    }

    .com-content-categories__item-title-wrapper img {
        max-width: 280px;
        width: 100%;
    }

    .col-md-6:nth-child(odd) .com-content-categories__item-title-wrapper,
    .col-md-6:nth-child(even) .com-content-categories__item-title-wrapper {
        margin: 0 auto;
    }
}

/* 2 columns on medium screens */
@media (min-width: 768px) and (max-width: 1199px) {
    .col-md-6:nth-child(odd) .com-content-categories__item-title-wrapper {
        margin: 0 20px 25px 0 !important;
    }

    .col-md-6:nth-child(even) .com-content-categories__item-title-wrapper {
        margin: 0 0 25px 20px !important;
    }

    .com-content-categories__item-title-wrapper img {
        max-width: 320px;
    }
}

/* Single column on small screens */
@media (max-width: 767px) {
    .col-md-6:nth-child(odd) .com-content-categories__item-title-wrapper,
    .col-md-6:nth-child(even) .com-content-categories__item-title-wrapper {
        margin: 0 auto;
    }

    .com-content-categories.categories-list h1,
    .page-header h1 {
        text-align: center;
    }
}

/* Blog Item Styles */
.com-content-category-blog__item.blog-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.com-content-category-blog__item.blog-item .page-header h2 {
    font-family: 'Antiqua', serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
	font-weight: normal;
}

.com-content-category-blog__item.blog-item .item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.description {
    font-family: Arial, serif;
    font-size: 14px;
    text-transform: lowercase;
    color: #00000080;
}

.com-content-category-blog__items.blog-items {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.item-content {
    flex: 1;
    margin-right: 20px;
}

.price_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 150px;
    text-align: right;
}

.cost,
.weight {
    white-space: nowrap;
}

.cost {
    font-family: 'Antiqua', serif;
    font-size: 24px;
    color: #c82128;
    line-height: 24px;
}

.cost span {
    font-size: 14px;
    text-transform: uppercase;
}

.weight {
    font-family: Arial, serif;
    font-size: 14px;
    color: #00000080;
}

.com-content-category-blog__items.blog-items.barnaya .item-content {
    margin: 0;
}

/* Sidebar Styles */
.grid-child.container-sidebar-left {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
	align-items: center;
}

.sidebar-spacer {
    flex: 1;
    min-height: 250px;
}

.shturval_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* Footer Styles */
.footer {
    color: #767676;
    background-color: transparent;
    background-image: none;
    margin-top: 1em;
}

.footer .grid-child {
    justify-content: end;
    align-items: center;
    padding: 2.5rem .5em;
}

/* Menu Toggle Styles */
.container-header .mod-menu.mobile_menu,
#jux_accord-menu {
    display: none;
}

.brand-logo.logo-mobile {
    display: none;
}

/* Fancybox Styles */
.fancybox__backdrop {
    background: transparent !important;
    background-color: transparent !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.fancybox__container {
    background-color: transparent !important;
    pointer-events: none !important;
}

.fancybox__content {
    pointer-events: auto !important;
}

.fancybox__toolbar {
    pointer-events: auto !important;
    background: transparent !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    transform: none !important;
    background: transparent !important;
}

.fancybox__button--close {
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    color: white !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fancybox__carousel,
.fancybox__slide {
    background: transparent !important;
}

/* Enhanced Fancybox Styles */
.fancybox__slide {
    padding: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fancybox__content {
    max-width: 80vw !important;
    max-height: 80vh !important;
    border: 10px solid white !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    background: white !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.fancybox__image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 4px !important;
}

.fancybox__toolbar {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    background: transparent !important;
    transform: none !important;
    z-index: 10000 !important;
}

.fancybox__button--close {
    background: #ffffff !important;
    border: 2px solid #333 !important;
    border-radius: 50% !important;
    color: #333 !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    transition: all 0.2s !important;
}

.fancybox__button--close:hover {
    background: #333 !important;
    color: white !important;
    transform: scale(1.1) !important;
}

.fancybox__infobar,
.fancybox__nav {
    display: none !important;
}

.fancybox__carousel {
    background: transparent !important;
}

/* Accordion Menu Styles */
#jux_accord-menu .menu_body .havesubchild:before,
#jux_accord-menu p.havechild:before {
    display: none;
}

#jux_accord-menu div.menu_body p {
    border: none !important;
}
.container-component>:first-child, .container-sidebar-left>:first-child, .container-sidebar-right>:first-child, .container-component>*+*, .container-sidebar-left>*+*, .container-sidebar-right>*+*{
    margin-top: 50px;
}
.img-wrapper .item-image {
    overflow: hidden;
    width: 65px;
    height: 65px;
    border-radius: 100px;
    text-align: center;
    margin: 0 14px 0 0;
}
.img-wrapper .item-image img {
    height: 65px;
}
.img-wrapper .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-heade.mobilemenu{
	display: none;
}
.fxfzfd:has(.img-wrapper) .com-content-category-blog__item.blog-item:not(:has(.img-wrapper)) .item-content {
    margin-left: 79px;
}
/* Responsive Media Queries */
@media (min-width: 768px) and (max-width: 1200px) {
    .container-header .mod-menu>li {
        padding: 6px 16px 6px 16px;
    }
	.com-content-categories__item {
    border: none;
    display: flex;
    justify-content: center;
}
.com-content-categories.categories-list {
    text-align: center;
}
.com-content-category-blog.blog>.page-header {
    text-align: center;
}
}


@media (min-width: 992px) and (max-width: 1024px) {
.com-content-category-blog__items.blog-items {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .site-grid--sidebar-hidden {
        margin: 0 !important;
    }

/* Сам сайдбар скрываем стандартно */
.site-grid--sidebar-hidden .container-sidebar-left {
    display: none;
}
.com-content-categories.categories-list {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.site-grid--sidebar-hidden {
        grid-template-columns: 1fr;
        margin: auto;
        grid-gap: 0 1em;
        grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 19.875rem)) [main-end] minmax(0, 1fr) [full-end];
        grid-template-areas:
        ".banner banner banner banner."
        ".top-a top-a top-a top-a."
        ".top-b top-b top-b top-b."
        ".comp comp comp comp."
        ".side-r side-r side-r side-r."
        ".side-l side-l side-l side-l."
        ".bot-a bot-a bot-a bot-a."
        ".bot-b bot-b bot-b bot-b.";
        display: grid;
    }
.com-content-categories__item {
    border: none;
    display: flex;
    justify-content: center;
}
.footer .grid-child {
    justify-content: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    #jux_accord-menu {
        display: block;
        width: 100%;
    }

    ul#mod-menu110 {
        display: none;
    }

    .container-header .container-nav {
        transform: none;
        background: transparent;
        max-width: 500px;
        display: flex;
        margin: auto;
    }

    .header_contactwrapper {
        justify-content: center;
        width: 100%;
    }

    .header_contact {
        margin: 0;
    }

    #jux_accord-menu .menu_head {
        background: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        padding: 11px 50px 11px 50px;
    }

    #jux_accord-menu .menu_head.havechild {
        padding: 0 !important;
        justify-content: center;
    }

    p.menu_head {
        justify-content: center;
        display: flex !important;
    }

    #jux_accord-menu .menu_head {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c6ab2), color-stop(1, #6c6ab2));
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    #jux_accord-menu .menu_head a span,
    #jux_accord-menu .menu_head span span {
        color: #fff;
        font-size: 20px;
        font-family: Calibri, serif;
        font-weight: 400;
        padding: 10px 30px 10px 30px;
    }

    #jux_accord-menu div.menu_body p {
        background: transparent !important;
        border-bottom: 1px solid #c9c9c9;
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: none !important;
    }

    #jux_accord-menu div.menu_body p a span,
    #jux_accord-menu div.menu_body p span span {
        color: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background: #fff;
        color: var(--cassiopeia-color-primary);
    }

    #jux_accord-menu .menu_head span,
    #jux_accord-menu .menu_head a {
        text-decoration: none;
        display: block;
    }

    #jux_accord-menu .menu_head.active a {
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 0px 8px 0 8px;
    }

    #jux_accord-menu .menu_head.active a span {
        display: inline-block;
        padding: 8px 15px;
        transform: none !important;
        background: transparent !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        color: var(--cassiopeia-color-primary);
        display: inline-block;
        padding: 11px 15px;
        transform: none !important;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border: none;
        border-radius: 0;
    }

    #jux_accord-menu p.menu_head.level2.active > a.active > span {
        clip-path: none;
        background: none !important;
        text-decoration: underline;
    }

    .menu_head {
        transform: skew(-40deg);
        display: block;
        margin: 0;
    }

    #jux_accord-menu .menu_head .menu-title,
    #jux_accord-menu .menu_head span {
        transform: skew(40deg);
        display: block;
    }

    #jux_accord-menu .menu_head > a.active > span,
    #jux_accord-menu .menu_head.active a span {
        transform: skew(40deg) !important;
    }
	.footer .grid-child {
    justify-content: center;
}
}
@media (min-width: 630px) and (max-width: 1024px) {
	.container-header .mod-menu>li {
        padding: 6px 16px 6px 16px;
    }
	#jux_accord-menu {
        display: block;
        width: 100%;
    }

    ul#mod-menu110 {
        display: none;
    }

    .container-header .container-nav {
        transform: none;
        background: transparent;
        max-width: 500px;
        display: flex;
        margin: auto;
    }

    .header_contactwrapper {
        justify-content: center;
        width: 100%;
    }

    .header_contact {
        margin: 0;
    }

    #jux_accord-menu .menu_head {
        background: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        padding: 11px 50px 11px 50px;
    }

    #jux_accord-menu .menu_head.havechild {
        padding: 0 !important;
        justify-content: center;
    }

    p.menu_head {
        justify-content: center;
        display: flex !important;
    }

    #jux_accord-menu .menu_head {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c6ab2), color-stop(1, #6c6ab2));
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    #jux_accord-menu .menu_head a span,
    #jux_accord-menu .menu_head span span {
        color: #fff;
        font-size: 20px;
        font-family: Calibri, serif;
        font-weight: 400;
        padding: 10px 30px 10px 30px;
    }

    #jux_accord-menu div.menu_body p {
        background: transparent !important;
        border-bottom: 1px solid #c9c9c9;
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: none !important;
    }

    #jux_accord-menu div.menu_body p a span,
    #jux_accord-menu div.menu_body p span span {
        color: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background: #fff;
        color: var(--cassiopeia-color-primary);
    }

    #jux_accord-menu .menu_head span,
    #jux_accord-menu .menu_head a {
        text-decoration: none;
        display: block;
    }

    #jux_accord-menu .menu_head.active a {
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 0px 8px 0 8px;
    }

    #jux_accord-menu .menu_head.active a span {
        display: inline-block;
        padding: 8px 15px;
        transform: none !important;
        background: transparent !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        color: var(--cassiopeia-color-primary);
        display: inline-block;
        padding: 11px 15px;
        transform: none !important;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border: none;
        border-radius: 0;
    }

    #jux_accord-menu p.menu_head.level2.active > a.active > span {
        clip-path: none;
        background: none !important;
        text-decoration: underline;
    }

    .menu_head {
        transform: skew(-40deg);
        display: block;
        margin: 0;
    }

    #jux_accord-menu .menu_head .menu-title,
    #jux_accord-menu .menu_head span {
        transform: skew(40deg);
        display: block;
    }

    #jux_accord-menu .menu_head > a.active > span,
    #jux_accord-menu .menu_head.active a span {
        transform: skew(40deg) !important;
    }
	 .header_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
		margin: 0 0 0 0;
    }

    .header_wrapper [class*="col-"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .header_wrapper .navbar-brand,
    .header_wrapper .navbar-brand a,
    .header_wrapper .header_contactwrapper,
    .header_wrapper .header_contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    a.brand-logo.logo-mobile{
        display:none;
    }

    .header_wrapper .navbar-brand {
        margin-bottom: 20px;
    }

    .header_wrapper > div {
        padding-left: 0;
        padding-right: 0;
    }

    .header_contact {
        font-size: 60px;
        line-height: 40px;
        margin: -30px 0px 12px 0px;
    }

    .header_contactwrapper {
        width: 100%;
        justify-content: center;
    }

    .header_logo {
        width: 100%;
        justify-content: center;
    }

    .container-header .navbar-brand a img {
        width: 560px;
        height: 308px;
        min-width: 530px;
		        margin: 0 -70px 0px 0;
    }

    .navbar-brand {
        display: flex;
        margin: auto;
    }

    .container-header .navbar-brand {
        justify-content: center;
        display: flex;
    }

    .container-header .mod-menu.main_menu,
    .shturval_wrapper {
        display: none;
    }

    .container-header .mod-menu.mobile_menu {
        display: flex;
    }

    .container-header .container-nav {
        transform: none;
        background: transparent;
        max-width: 500px;
        display: flex;
        margin: auto;
    }

    .container-header .mod-menu.mobile_menu li.metismenu-item {
        background-color: var(--cassiopeia-color-primary);
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #fff;
    }

    .container-header .mod-menu.mobile_menu > li > a {
        transform: none;
    }

    li.metismenu-item.current.active.deeper.parent span.wrapper {
        background: #fff;
        padding: 10px 30px 10px 30px;
        transform: skew(-40deg);
    }

    li.metismenu-item.current.active.deeper.parent span.wrapper a {
        text-decoration: none;
        transform: skew(40deg);
    }

    #jux_accord-menu .menu_head {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c6ab2), color-stop(1, #6c6ab2));
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgb(255 255 255) !important;
        color: #fff;
    }

    #jux_accord-menu .menu_head.active a {
        display: block;
        text-decoration: none;
    }

    #jux_accord-menu .menu_head.active a span {
    ;
        padding: 8px 15px;
        transform: none !important;
        background: transparent !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background: #fff;
        color: var(--cassiopeia-color-primary);
    }

    #jux_accord-menu .menu_head span,
    #jux_accord-menu .menu_head a {
        text-decoration: none;
        display: block;
    }

    #jux_accord-menu .menu_head {
        background: #8886ff;
        color: #4e5706;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
        transform: skew(-40deg);
    }

    #jux_accord-menu .menu_head.active a span {
        display: inline-block;
        padding: 8px 15px;
        transform: skew(40deg) !important;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border: none;
        border-radius: 0;
    }

    #jux_accord-menu .menu_head > a.active > span {
        padding: 11px 50px 11px 50px;
    }

    #jux_accord-menu p.menu_head.level2.active > a.active > span {
        clip-path: none;
        background: none !important;
        text-decoration: underline;
    }

    .grid-child.container-sidebar-left {
        display: none;
    }

    .container-header {
        background: var(--body-bg);
    }

    
    #jux_accord-menu {
        display: block;
        width: 100%;
    }

    ul#mod-menu110 {
        display: none;
    }

    .container-header .container-nav {
        transform: none;
        background: transparent;
        max-width: 500px;
        display: flex;
        margin: auto;
    }

    .header_contactwrapper {
        justify-content: center;
        width: 100%;
    }

    .header_contact {
        margin: 0;
    }

    #jux_accord-menu .menu_head {
        background: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        padding: 11px 50px 11px 50px;
    }

    #jux_accord-menu .menu_head.havechild {
        padding: 0 !important;
        justify-content: center;
    }

    p.menu_head {
        justify-content: center;
        display: flex !important;
    }

    #jux_accord-menu .menu_head {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c6ab2), color-stop(1, #6c6ab2));
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    #jux_accord-menu .menu_head a span,
    #jux_accord-menu .menu_head span span {
        color: #fff;
        font-size: 20px;
        font-family: Calibri, serif;
        font-weight: 400;
        padding: 10px 30px 10px 30px;
    }

    #jux_accord-menu div.menu_body p {
        background: transparent !important;
        border-bottom: 1px solid #c9c9c9;
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: none !important;
    }

    #jux_accord-menu div.menu_body p a span,
    #jux_accord-menu div.menu_body p span span {
        color: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background: #fff;
        color: var(--cassiopeia-color-primary);
    }

    #jux_accord-menu .menu_head span,
    #jux_accord-menu .menu_head a {
        text-decoration: none;
        display: block;
    }

    #jux_accord-menu .menu_head.active a {
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 0px 8px 0 8px;
    }

    #jux_accord-menu .menu_head.active a span {
        display: inline-block;
        padding: 8px 15px;
        transform: none !important;
        background: transparent !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        color: var(--cassiopeia-color-primary);
        display: inline-block;
        padding: 11px 15px;
        transform: none !important;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border: none;
        border-radius: 0;
    }

    #jux_accord-menu p.menu_head.level2.active > a.active > span {
        clip-path: none;
        background: none !important;
        text-decoration: underline;
    }

    .menu_head {
        transform: skew(-40deg);
        display: block;
        margin: 0;
    }

    #jux_accord-menu .menu_head .menu-title,
    #jux_accord-menu .menu_head span {
        transform: skew(40deg);
        display: block;
    }
	#jux_accord-menu .menu_head.level2 span {
		        padding: 5px 0 5px 0;
	}
	

    #jux_accord-menu .menu_head > a.active > span,
    #jux_accord-menu .menu_head.active a span {
        transform: skew(40deg) !important;
    }
    p.menu_head.level2.active>a {
        background: none !important;
    }
	
}
@media (max-width: 768px) {
	.com-content-category-blog.blog>.page-header {
    text-align: center;
}
    .header_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
		margin: 0 0 0 0;
    }

    .header_wrapper [class*="col-"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .header_wrapper .navbar-brand,
    .header_wrapper .navbar-brand a,
    .header_wrapper .header_contactwrapper,
    .header_wrapper .header_contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    a.brand-logo.logo-mobile{
        display:none;
    }

    .header_wrapper .navbar-brand {
        margin-bottom: 20px;
    }

    .header_wrapper > div {
        padding-left: 0;
        padding-right: 0;
    }

    .header_contact {
        font-size: 60px;
        line-height: 40px;
        margin: -30px 0px 12px 0px;
    }

    .header_contactwrapper {
        width: 100%;
        justify-content: center;
    }

    .header_logo {
        width: 100%;
        justify-content: center;
    }

    .container-header .navbar-brand a img {
        width: 560px;
        height: 308px;
        min-width: 530px;
		        margin: 0 -100px 0px 0;
    }

    .navbar-brand {
        display: flex;
        margin: auto;
    }

    .container-header .navbar-brand {
        justify-content: center;
        display: flex;
    }

    .container-header .mod-menu.main_menu,
    .shturval_wrapper {
        display: none;
    }

    .container-header .mod-menu.mobile_menu {
        display: flex;
    }

    .container-header .container-nav {
        transform: none;
        background: transparent;
        max-width: 500px;
        display: flex;
        margin: auto;
    }

    .container-header .mod-menu.mobile_menu li.metismenu-item {
        background-color: var(--cassiopeia-color-primary);
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #fff;
    }

    .container-header .mod-menu.mobile_menu > li > a {
        transform: none;
    }

    li.metismenu-item.current.active.deeper.parent span.wrapper {
        background: #fff;
        padding: 10px 30px 10px 30px;
        transform: skew(-40deg);
    }

    li.metismenu-item.current.active.deeper.parent span.wrapper a {
        text-decoration: none;
        transform: skew(40deg);
    }

    #jux_accord-menu .menu_head {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c6ab2), color-stop(1, #6c6ab2));
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgb(255 255 255) !important;
        color: #fff;
    }

    #jux_accord-menu .menu_head.active a {
        display: block;
        text-decoration: none;
    }

    #jux_accord-menu .menu_head.active a span {
    ;
        padding: 8px 15px;
        transform: none !important;
        background: transparent !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background: #fff;
        color: var(--cassiopeia-color-primary);
    }

    #jux_accord-menu .menu_head span,
    #jux_accord-menu .menu_head a {
        text-decoration: none;
        display: block;
    }

    #jux_accord-menu .menu_head {
        background: #8886ff;
        color: #4e5706;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
        transform: skew(-40deg);
    }

    #jux_accord-menu .menu_head.active a span {
        display: inline-block;
        padding: 8px 15px;
        transform: skew(40deg) !important;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border: none;
        border-radius: 0;
    }

    #jux_accord-menu .menu_head > a.active > span {
        padding: 11px 50px 11px 50px;
    }

    #jux_accord-menu p.menu_head.level2.active > a.active > span {
        clip-path: none;
        background: none !important;
        text-decoration: underline;
    }

    .grid-child.container-sidebar-left {
        display: none;
    }

    .container-header {
        background: var(--body-bg);
    }

    
    #jux_accord-menu {
        display: block;
        width: 100%;
    }

    ul#mod-menu110 {
        display: none;
    }

    .container-header .container-nav {
        transform: none;
        background: transparent;
        max-width: 500px;
        display: flex;
        margin: auto;
    }

    .header_contactwrapper {
        justify-content: center;
        width: 100%;
    }

    .header_contact {
        margin: 0;
    }

    #jux_accord-menu .menu_head {
        background: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        padding: 11px 50px 11px 50px;
    }

    #jux_accord-menu .menu_head.havechild {
        padding: 0 !important;
        justify-content: center;
    }

    p.menu_head {
        justify-content: center;
        display: flex !important;
    }

    #jux_accord-menu .menu_head {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c6ab2), color-stop(1, #6c6ab2));
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    #jux_accord-menu .menu_head a span,
    #jux_accord-menu .menu_head span span {
        color: #fff;
        font-size: 20px;
        font-family: Calibri, serif;
        font-weight: 400;
        padding: 10px 30px 10px 30px;
    }

    #jux_accord-menu div.menu_body p {
        background: transparent !important;
        border-bottom: 1px solid #c9c9c9;
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: none !important;
    }

    #jux_accord-menu div.menu_body p a span,
    #jux_accord-menu div.menu_body p span span {
        color: var(--cassiopeia-color-primary) !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background: #fff;
        color: var(--cassiopeia-color-primary);
    }

    #jux_accord-menu .menu_head span,
    #jux_accord-menu .menu_head a {
        text-decoration: none;
        display: block;
    }

    #jux_accord-menu .menu_head.active a {
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 0px 8px 0 8px;
    }

    #jux_accord-menu .menu_head.active a span {
        display: inline-block;
        padding: 8px 15px;
        transform: none !important;
        background: transparent !important;
    }

    #jux_accord-menu .menu_head > a.active > span {
        color: var(--cassiopeia-color-primary);
        display: inline-block;
        padding: 11px 15px;
        transform: none !important;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border: none;
        border-radius: 0;
    }

    #jux_accord-menu p.menu_head.level2.active > a.active > span {
        clip-path: none;
        background: none !important;
        text-decoration: underline;
    }

    .menu_head {
        transform: skew(-40deg);
        display: block;
        margin: 0;
    }

    #jux_accord-menu .menu_head .menu-title,
    #jux_accord-menu .menu_head span {
        transform: skew(40deg);
        display: block;
    }
	#jux_accord-menu .menu_head.level2 span {
		        padding: 5px 0 5px 0;
	}
	

    #jux_accord-menu .menu_head > a.active > span,
    #jux_accord-menu .menu_head.active a span {
        transform: skew(40deg) !important;
    }
    p.menu_head.level2.active>a {
        background: none !important;
    }
	.footer .grid-child {
    justify-content: center;
}
div#mod-custom115 {
    text-align: center;
}
}
@media (max-width: 629px) {
	.fxfzfd:has(.img-wrapper) .com-content-category-blog__item.blog-item:not(:has(.img-wrapper)) .item-content {
		margin-left: 0;
	}
	.page-heade {
		display: none;
	}
	.page-heade.mobilemenu {
		display: block;
	}
	.page-heade.mobilemenu {
		text-align: center;
	}
    .img-wrapper {
        display: none;
    }
    .container-header .navbar-brand a img {
        width: 257px;
        height: 194px;
        min-width: 257px;
		margin: 20px auto 0 auto;
	}
	.container-header .navbar-brand a.brand-logo.logo-mobile {
        display: block;
    }

    .container-header .navbar-brand a {
        display: none;
    }
	.footer .grid-child {
		justify-content: center;
	}
}
@media (max-width: 500px) {
    .container-header .navbar-brand a.brand-logo.logo-mobile {
        display: block;
    }

    .container-header .navbar-brand a {
        display: none;
    }
}
@media (max-width: 430px) {
    .img-wrapper {
        display: none;
    }
    .container-header .navbar-brand a img {
        width: 257px;
        height: 194px;
        min-width: 257px;
		margin: 20px auto 0 auto;
    }
    #jux_accord-menu div.menu_body p {
               padding: 0 0px 0 0px !important;
    }
    p.menu_head.level2.active>a {
        background: none !important;
    }
    #jux_accord-menu {
        margin: 0;
        padding: 0px 14px 0 14px !important;
        text-align: left;
    }
    #jux_accord-menu div.menu_body p a span{
    display: block;
    text-decoration: none;
    padding: 12px 0 12px 0px;

	}
	.com-content-category-blog__item.blog-item {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		    margin: 15px 0 15px 0 !important;
	}
	.price_wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
	}
	
}
@media (max-width: 375px) {
    .img-wrapper {
        display: none;
    }
    #jux_accord-menu {
        margin: 0;
        padding: 0px 14px 0 14px !important;
        text-align: left;
    }
}
