.menu-item a:hover {
    color: #233d63;
    transition: color .2s ease-in-out;
}

.order-header {
    z-index: 3;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 50;
    max-height: 146px;
    background-color: #525FE1;
}

.header-shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*min-height: 80px;*/
    z-index: 2;
    background-color: #3514cc;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);*/
}

.header-body {
    position: relative;
    display: flex;
    min-height: 80px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .header-body,
    .header-shadow:before {
        min-height: 60px;
    }
}
.header-shadow .top-header {
    display: none;
}
.top-header {
    background: #fff;
    padding: 20px 0;
}
.top-header a {
    color: #232323;
    margin-left: 15px;
}
.top-header .cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
#site-header > .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header-list {
    display: flex;
    position: relative;
    z-index: 2;
}

.header-list li {
    list-style: none;
    margin: 0 0 0 2px;
}

.header-link {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-logo {
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo span {
    text-align: left;
    word-break: break-word;
    box-sizing: inherit;
    background-color: transparent;
    font-style: normal;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.5rem;
    color: #FFFFFF !important;
    white-space: normal;
    vertical-align: -4px;
    text-decoration: none;
    font-weight: normal;
    line-height: inherit !important;
}

.header-logo span:hover {
    /*color: #cccccc;*/
    /*transition: 0.2s ease-in-out;*/
}

.header-logo img {
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    white-space: nowrap;
    font-size: 4rem;
    cursor: pointer;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    color: #1a99aa;
    font-style: normal;
    box-sizing: border-box;
    vertical-align: middle;
    border-style: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    width: auto;
    height: 3.8rem;
    margin-right: 0.8rem;
}

.header-burger {
    display: none;
}

.menu-container {
    max-width: 1140px;
    margin: 0 auto;
}
.nav-dropdown {
    background-color: white;
    box-shadow: -1px 1px 10px #d0d0d0;
}
.nav-dropdown li {
    width: 100%;
    justify-content: flex-start!important;
}
.sub-menu {
    display: none;
    position: absolute;
    padding-left: 0;
    padding: 1.25rem 0 0;
    background-color: #fff !important;
}

.sub-menu li:hover {
    color: #333333 !important;
    transition: all 0.25s ease-in-out;
}

.sub-menu li a {
    color: #000000 !important;
}

.sub-menu li a:hover {
    color: #333333 !important;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    background-color: #000;
    border: 2px solid #333;
    border-radius: 10px;
    top: 50px;
    min-width: 250px;
}

.sub-menu li {
    margin: 0px;
    line-height: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0.25rem 1.5rem;
    white-space: nowrap;
}


.menu-item a {
    color: #232323;
    font-weight: 600;
    transition: color .2s ease-in-out;
    font-family: inherit;
    font-size: 0.94rem;
    line-height: 1.73;
}

#menu-primary li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

#menu-primary li:last-child {
    padding-right: 0em !important;
}

#menu-primary li:first-child {
    padding-left: 3px !important;
}

#menu-primary .sub-menu li:first-child {
    padding: 0 .2em !important;
}

#menu-primary > .sub-menu > .menu-item {
    margin: 0em !important;
}

.menu-item-has-children a {
    margin: .667em .0em .667em 0em;
}
.sub-menu li {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.sub-menu li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    transition: all 0.3s;
    left: -5px;
    opacity: 0;
    transform: translateY(-50%);
    background: #ff9083;
}

.sub-menu li:hover {
    margin-left: 10px;
}

.sub-menu li:hover:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    transition: all 0.3s;
    left: 20px;
    opacity: 1;
    transform: translateY(-50%);
    background: #ff9083;
    margin-top: 5px;
}
#breadcrumbs {
    text-align: left;
    padding: 6rem 0 1rem;
}

#breadcrumbs {
    max-width: 1140px;
    margin: 0 auto;
}

#breadcrumbs > span > span > a {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    width: 100%;
    margin-bottom: 1.7em;
    font-size: 1rem;
    line-height: 1.6875;
}

#breadcrumbs > span > span,
#breadcrumbs > span > span > span,
#breadcrumbs > span > span > span > a {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    width: 100%;
    margin-bottom: 1.7em;
    font-size: 1rem;
    line-height: 1.6875;
}

#breadcrumbs > span > span > span > a {
    color: #000000;
    font-weight: 600;
}

body.blog #breadcrumbs {
    padding: 1rem 0 1rem 0rem;
}

.bc-w-center {
    display: flex;
    justify-content: left;
}

.bc-w-center > #breadcrumbs > span > span > a {
    color: #010101;
}

@media (max-width: 1260px) {
    body.lock {
        overflow: hidden;
    }
    #breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-container {
        padding: 0 0rem;
        min-height: 55px;
    }

    #breadcrumbs {
        text-align: left;
        padding: 4rem 15px 1rem;
    }

    .header-body {
        height: 50px;
        justify-content: space-between;
    }

    .header-burger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 4;
        margin-right: 10px;
    }

    .header-burger span {
        position: absolute;
        width: 100%;
        background-color: #000;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.5s ease 0s;
    }

    .header-burger:before,
    .header-burger:after {
        content: '';
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .header-burger:before {
        top: 0;
    }

    .header-burger:after {
        bottom: 0;
    }

    .header-burger.active span {
        transform: scale(0);
    }

    .header-burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }

    .header-burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header-menu {
        position: fixed;
        top: -100%;
        height: auto;
        width: 100%;
        overflow: auto;
        background-color: #525FE1;
        padding: 5px 10px 20px 10px;
        transition: all 0.4s ease 0s;
        text-align: center;
    }

    .header-menu.active {
        z-index: 3;
        right: 0;
        top: 58px;
        width: 100%;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
    }

    .logged-in .header-menu.active {
        top: 81px;
    }

    .header-list {
        display: block;
    }

    .header-list li {
        margin: 0;
    }

    .menu-item {
        padding: .667em 1em;
    }

    .menu-item > a {
        text-decoration: none;
        font-size: 16px;
        color: #000000;
    }

    .sub-menu {
        position: relative;
    }

    .mbr-fullscreen {
        height: auto;
    }
    .header-logo span {
        color: #000000;
    }

    .header-logo img {
        padding: 3px;
    }

    .header-logo span {
        margin-left: 10px;
    }

    #menu-primary {
        padding-left: 0;
    }

    .sub-menu li {
        justify-content: center;
        padding: 0px !important;
    }

    .sub-menu li a {

        margin: 0px !important;
    }

    #menu-primary li {
        padding: 10px 0em !important;
    }

    .menu-item-has-children > .list-group-item {
        margin-right: -10px;
    }

    #site-header > .cont {
        margin: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #site-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-logo span {
        margin-left: 0px;
    }

    .header-logo span {
        text-align: left;
        white-space: nowrap;
        box-sizing: border-box;
        background-color: transparent;
        cursor: pointer;
        text-decoration: none;
        transition: color 0.6s;
        word-break: break-word;
        font-weight: 400;
        color: #111111;
        font-family: inherit;
        font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
        font-style: normal;
    }

    .header-burger:before, .header-burger:after,
    .header-burger span {
        background-color: #ffffff;
    }



}

@media only screen and (max-width: 600px) {
    #breadcrumbs {
        padding-left: 15px !important;
    }
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    -webkit-font-smoothing: antialiased;
    list-style-type: none;
    font-family: inherit;
    font-size: 16px;
    white-space: nowrap;
    box-sizing: content-box;
    margin: 0;
    padding: 0 15px;
    border: 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;

}

nav ul li a:hover,
nav ul li a:visited:hover {
    color: #000;

}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 0px;
    content: ' ▾';
    margin-left: 4px;
}

nav ul li ul li {
    min-width: 200px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;

}

#menu-primary .list-group-item {
    list-style: none;
    box-sizing: inherit;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    color: #FFFFFF;
    margin: .667em 16px .667em 16px;
    transition: color .2s ease-in-out;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
}

#menu-primary .nav-dropdown li a {
    color: #3368c6;
}
#menu-primary li:before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 3px;
    width: 100%;
    transition: all 0.2s ease;
    background-color: transparent;
}
/*#menu-primary li:hover:before {*/
/*    content: '';*/
/*    display: block;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    transition: all 0.2s ease;*/
/*    background-color: #3368c6;*/
/*}*/
.nav-dropdown > li:hover {
    background: #fafafa;
    color: #000000;
}

.nav-dropdown > li:hover .list-group-item {
    color: #000000;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    top: 45px;

}

.menu-item-has-children:hover .nav-dropdown {
    display: block!important;
}

.nav-dropdown > li {
    padding: 0 0.2em !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.nav-dropdown > li > a {
    padding: 0px;
}
.nav-dropdown .list-group-item {
    margin: .9em 1.667em !important;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}
@media only screen and (max-width: 1260px) {
    #menu-primary li:before{
        display: none;
    }
    .nav-dropdown > li {
        background-color: #525FE1;
    }
    #menu-primary .nav-dropdown li a {
        color: #ffffff;
    }
}
@media only screen and (max-width: 798px) {
    /*#menu-primary li:hover:before {*/
    /*    background-color: transparent;*/
    /*}*/
    #menu-primary li a {
        width: 200px;
        text-align: center;
        font-size: calc(1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / 28));
        color: #000000;
    }

    .nav-mobile {
        display: block;
    }

    #menu-primary li {
        padding: 0 0.2em !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #menu-primary > .menu-item:before {
        display: none;
    }

    .menu-item-has-children a {
        margin: .267em .3em .267em .1em;
    }

    .menu-item-has-children:after {
        display: none;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 8px;
        line-height: 20px;
        font-weight: 400;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
        padding: 5px 10px;
        box-shadow: none;
    }

    .nav-dropdown li a {
        padding: 3px 0px;
    }

    .list-group-item {
        font-size: calc(1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc(1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }

    .order-header a {
        margin: 0rem auto !important;
        max-width: 250px;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

/**/
@media(max-width: 1660px){
    #menu-primary .list-group-item{
        font-size: 0.8rem;
    }
}
@media(max-width: 1500px){
    #menu-primary .list-group-item{
        margin: .667em 8px .667em 8px;
    }
}
@media(max-width: 1380px){
    #menu-primary .list-group-item{
        margin: .667em 4px .667em 4px;
    }
    .header-logo img {
        padding: 3px;
    }
}
@media (max-width: 1024px) {
    #breadcrumbs {
        padding-left: 20px;
    }

    .header {
        padding: 0px 20px;
    }

    body.blog #breadcrumbs {
        padding: 1rem 0 1rem 1rem;
    }
    .blog-single #main {
        flex: 0 0 100% !important;
    }
    #menu-primary .list-group-item {
        margin: .667em 0 .667em .667em;
    }
}


.content {
    padding: 0;
}

@media (max-width: 767px) {
    .content {
        padding: 0;
    }
    .header-logo img{
        height: 60px;
    }
}

.navbar-fixed-top {
    top: 0px;
}

body.admin-bar .navbar-fixed-top {
    top: 28px !important;
}

.logged-in > .wr header {
    /*padding-top: 30px;*/
    max-height: 200px;
}

.logged-in > .wr header:before {
    margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
    /*header.header-shadow {*/
    /*    background-color: #FFFFFF !important;*/
    /*}*/

    #site-header > .cont {
        border-top: 1px solid transparent;
    }
}

@media only screen and (max-width: 798px) {
    .header-logo span {
        color: #333333;
    }

}

@media only screen and (max-width: 1260px) and (min-width: 798px) {
    /*.header-burger:before, .header-burger:after,*/
    /*.header-burger span,*/
    /*.header-burger:before, .header-burger:after {*/
    /*    background-color: #333333;*/
    /*}*/

    #menu-primary {
        display: flex;
        flex-direction: column;
    }

    /*#menu-primary > .menu-item > a {*/
    /*    color: #6c757d;*/
    /*}*/

    .order-header a {
        width: 200px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1300px) {
    nav ul li a, nav ul li a:visited {
        padding: 0 0.3rem;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    nav ul li a, nav ul li a:visited {
        padding: 0 0.3rem;
    }

    /*#menu-primary .menu-item a {*/
    /*    font-size: 0.9rem;*/
    /*}*/
}

@media only screen and (max-width: 1199px) and (min-width: 1100px) {
    nav ul li a, nav ul li a:visited {
        padding: 0 0.3rem;
    }

    #menu-primary .menu-item a {
        font-size: 0.9rem;
    }

    #site-header > .cont {
        padding-right: 0px;
        padding-left: 0px;
    }

    .order-header {
        margin-left: 0px;
    }

    .header-logo span {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 993px) {
    nav ul li a, nav ul li a:visited {
        padding: 0 0.3rem;
    }

    #site-header > .cont {
        padding-right: 0px;
        padding-left: 0px;
    }

}

.order > a.list-group-item {
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    border-width: 2px;
    font-style: normal;
    white-space: normal;
    word-break: break-word;
    -webkit-justify-content: center;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .3s ease-in-out !important;
    font-family: inherit;
    font-size: 1rem;
    background-color: #F76F01 !important;
    border-color: #F76F01 !important;
    color: #ffffff !important;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
    cursor: pointer;
    border-radius: 25px;
    padding: 0 !important;
    margin-right: 0px !important;
    width: 185px;
    height: 44px;
}

.order > a.list-group-item:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-style: normal;
    white-space: normal;
    word-break: break-word;
    -webkit-justify-content: center;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#menu-primary .order > a.list-group-item{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
#menu-primary li.order:hover:before {
    background-color: transparent;
}

@media only screen and (max-width: 600px) {
    .order > a.list-group-item {
        padding: 7px 20px !important;
    }
    #menu-primary .nav-dropdown li a {
        color: #ffffff;
    }
}