@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/select2/select2.min.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #5a5c5d;
    line-height: 1.6;
}
::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 30px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 800;
}
p:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 14px 22px;
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    border:1px solid var(--theme-color-1);
}
.animate-button,
.animate-button-white-transparent {
    color: #fff;
    background-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: var(--theme-color-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: #fff;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: #fff !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}


/**************** Preloader ********************/
.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f8;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    left: 20px;
    right: 20px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 0 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.6;
    display: inline-block;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 200px;
    max-width: 100%;
    height: auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/**************** Preloader ********************/
/**************** Header ********************/
/**************** Language ********************/
.languages-caption {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgb(0 0 0 / 50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    z-index: 10;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
html.language-list-open .languages-caption {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}
.languages-caption .wrap {
    max-width: 800px;
    padding: 40px;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -moz-transform: translate(0px, -30px);
    -webkit-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    visibility: hidden;
    opacity: 0;
}
html.language-list-open .languages-caption .wrap {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}
.languages-caption .wrap a {
    margin-top: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.languages-caption .wrap a,
.header .languages .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
}
.header .languages .title picture,
.header .languages .title picture img,
.languages-caption .wrap a picture,
.languages-caption .wrap a picture img {
    display: block;
}
.header .languages .title picture img,
.languages-caption .wrap a picture img {
    height: 13px;
    width: auto;
}
.languages-caption .wrap a.active {
    color: var(--theme-color-1);
}
.languages-caption .wrap [data-closed] {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 19px;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
}
/**************** Language ********************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
html.fixed-header .header {
    -webkit-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}
html.fixed-header .header .header-middle,
body.mobile-menu-open .header .header-middle {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    position: relative;
    z-index: 1;
}
.header a {
    text-decoration: none;
    outline: 0 !important;
}
/********* Menu ********/
.header .header-left .logo,
.header .header-left .logo picture {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    margin: 0 auto;
}
.header .header-left .logo img {
    width: auto;
    display: block;
}
@media (min-width: 1200px) {
    .header .languages {
        margin: 0 0 0 20px;
        position: relative;
    }
    .header .languages .title {
        color:#fff;
        cursor: pointer;
        line-height: 55px;
        font-weight: 300;
        font-size: 13px;
    }
    html.header-sub-menu-active .header .languages .title,
    html.fixed-header .header .languages .title {
        color:#333;
    }

    html.fixed-header .header {
        padding: 0;
    }
    .menu-wrap .bottom > ul > li > a {
        font-size: 16px;
        line-height: 45px;
    }
    html.fixed-header .menu-wrap .bottom ul li.menu-item a {
        font-size: 14px;
        padding: 0;
    }

    .header .header-left {
        padding: 40px;
        position: relative;
        min-width: 195px;
    }
    html.fixed-header header .header-left {
        padding: 0;
        min-width: auto;
    }
    .header .header-left .logo {
        padding: 25px;
        position: absolute;
        top: 0;
        z-index: 5;
        left: 0;
        width: 100%;
        background-color: var(--theme-color-1);
    }
    html.fixed-header header .header-left .logo {
        background-color: transparent;
        padding: 10px 0;
        position: relative;
    }
    .header .header-left .logo img {
        max-height: 100px;
    }
    html.header-sub-menu-active:not(.fixed-header) header .header-left .logo {
        padding: 10px;
    }
    html.header-sub-menu-active header .header-left .logo img{
        max-height: 60px;
    }
    html.fixed-header header .header-left .logo img {
        max-height: 35px;
    }
    .header .header-right {
        padding: 0 0 0 35px;
        width: calc(100% - 195px);
    }
    html.fixed-header header .header-right{
        padding: 0 0 0 25px;
        width: calc(100% - 65px);
    }
}
@media (max-width: 1200px) {
    .header .languages {
        margin: 0 0 0 20px;
        position: relative;
    }
    .header .languages .title {
        cursor: pointer;
        line-height: 1;
        font-weight: 300;
        font-size: 13px;
        color: #fff;
    }
    .header .languages .title i {
        position: relative;
        top: -2px;
    }

    .header .header-middle{
        padding: 10px 0;
        overflow: hidden;
    }
    .header .header-left .logo {
        position: relative;
        z-index: 5;
    }
    .header .header-left .logo img {
        max-height: 50px;
    }
    html.fixed-header .header .header-left .logo img {
        max-height: 40px;
    }

    html.fixed-header .header .languages .title,
    body.mobile-menu-open .header .languages .title {
        color: #333;
    }
}
html.fixed-header .header .logo picture:first-child,
body.mobile-menu-open .header .logo picture:first-child,
.header .logo picture:last-child {
    display: none;
}
body.mobile-menu-open .header .logo picture:last-child,
html.fixed-header .header .logo picture:last-child {
    display: block;
}
@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
    .menu-wrap .bottom ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .menu-wrap .bottom > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    html.fixed-header .menu-wrap .bottom > ul {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		margin-right:200px
    }
    .menu-wrap .bottom > ul > li.menu-item {
        border: 0;
        padding: 0;
		margin-right:30px;
    }
    .menu-wrap .bottom ul li.menu-item:not(.sub-item-mega-categories) {
		position:relative;
    }

    .menu-wrap .bottom ul li.menu-item a {
        font-weight: 500;
        position: relative;
        line-height: 80px;
        color: #fff;
        text-decoration: none;
        z-index: 2;
        white-space:nowrap;
        display: block;
    }
    .menu-wrap .bottom ul li {
        margin-bottom: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item:last-child {
        margin-right: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item > a {
        white-space: nowrap;
    }
    html.header-sub-menu-active .menu-wrap .bottom > ul > li.menu-item > a {
        line-height: 80px;
        color:#000
    }
    html.fixed-header .menu-wrap .bottom ul li.menu-item a {
        line-height: 55px;
        color:#000
    }
    .menu-wrap .bottom > ul > li.sub-item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-wrap .bottom > ul > li.menu-item > a > span,
    .menu-wrap .bottom > ul > li.sub-item > .next-link,
    .menu-wrap .bottom > ul > li.sub-item .sub-menu .next-link,
    .menu-wrap .bottom .menu-list .back-link {
		display:none;
    }
	
	
	
    .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        top: 100%;
        position: absolute;
        left: 0;
        min-width: 200px;
    }
	
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul {
        overflow: hidden;
		background-color:#f6f7f8;
        padding: 15px 0;
		-webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
		-moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
		box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
        line-height: 40px;
        padding: 0 25px;
        color: #000;
        font-weight: 300;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:first-child a {
        border-top: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item li:hover > a {
        position: relative;
		color:var(--theme-color-1);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item:hover > .sub-menu {
        visibility: visible !important;
        opacity:1!important;
    }
    .menu-wrap
        .bottom
        > ul
        > li.sub-item
        > .sub-menu
        ul
        li.sub-item:hover
        > .sub-menu {
        top: 0;
        left: 100%;
        right: auto;
        text-align: left;
    }
    .menu-wrap .bottom > ul > li > ul > li.sub-item:hover > .sub-menu {
        right: 400px;
    }
    html.mobile-menu-open .menu-wrap {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
	
	
	
	
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-brands > .sub-menu {
        left: 0;
        right: 0;
        width: auto;
        padding: 15px 0 15px 0;
        z-index: 2;
		background-color:#f6f7f8;
        -webkit-box-shadow: 0 10px 13px 0 rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 10px 13px 0 rgb(0 0 0 / 13%);
        box-shadow: 0 10px 13px 0 rgb(0 0 0 / 13%);
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul li a{
        padding: 20px 50px 20px 50px;
        border-top: 1px solid #ededed;
        line-height: 1.3;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul li:first-child > a{
        border-top: 0 !important
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li a{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        white-space: unset;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul .sub-item > a:after{
        content: var(--fa);
        font-family: "Font Awesome 6 Pro";
        --fa: "\f054";
        --fa--fa: "\f054\f054";
        font-weight: 300;
        position: absolute;
        right: 20px;
        font-size: 15px;
        line-height: 1;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li a picture{
        display: block;
		width:55px;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li a picture img{
        display: block;
        max-height: 40px;
        width: auto;
        display: block;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li.all-link > a{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        height: 100%;
        background-color: #fff;
        padding: 60px;
        text-align: center;
        line-height: 1.6;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul li a{
		padding-left:20px
    }
	
	
	
    html.header-sub-menu-active header:before{
        content: "";
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background-color: #fff;
	}
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories .sub-menu{
        top: 0;
    }
    html.fixed-header .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories .sub-menu{
        top: 56px;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu ul{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 100%;
        background-color: #fff;
        padding-top: 0;
		overflow-y:auto;
        position: relative;
        top: 85px;
        border-right: 1px solid #ededed;
        border-top: 1px solid #ededed;
    }
    html.fixed-header.header-sub-menu-active .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu ul{
        top: 55px;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu{
        position: fixed;
        background-color: #fff;
        padding: 0;
		bottom:0;
        right:0;
        left:0;
		width:100%;
		visibility:hidden;
		opacity:0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-right: 1px solid #ededed;
        /*
        max-width: 1290px;
        margin: 0 auto;
        */
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu,
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu,
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu,
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu{
        position: fixed;
        background-color: #fff;
        padding: 0;
		bottom:0;
		width:20%;
		visibility:hidden;
		opacity:0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
	}
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul {
        left:0;
        width: 20%;
    }
    html.fixed-header .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul {
        top:0 !important;
        border-top: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu{
        left: 20%;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu{
        left: 40%;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu{
        left: 60%;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu > ul > li > .sub-menu{
        left: 80%;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item.sub-item-mega-categories > .sub-menu > ul li:hover > .sub-menu{
        visibility: visible !important;
        opacity: 1 !important;
    }
	

}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    html.fixed-header .menu-toggle span,
    body.mobile-menu-open .menu-toggle span {
        background-color: #000;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 65px;
        height: 46px;
        line-height: 46px;
        border-top: 1px solid #f1f1f1;
        position: relative;
        font-size: 14px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 47px;
        width: 46px;
        height: 46px;
        text-align: center;
        z-index: 5;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 70px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        -webkit-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    html.fixed-header .menu-wrap {
        top: 60px;
    }
    body.mobile-menu-open .menu-wrap {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list,
    .menu-list ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list ul {
        height: calc(100% - 37px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -45px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item.open > .next-link + .back-link {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list li:last-child a {
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-list li {
        margin: 0;
    }
    .menu-list li a h3 {
        margin-bottom: 5px;
    }
    .menu-list li a h3 + p {
        opacity: 0.7;
    }
    .menu-list li a {
        display: block;
        line-height: 1;
        color: #000;
        font-size: 14px;
        padding: 15px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
    }
    .menu-list li.sub-item a {
        padding-right: 50px;
    }
    .menu-list li.sub-item > div.sub-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item li.sub-item > div.sub-menu {
        top: 0;
    }
    .menu-list li.sub-item.open > div.sub-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
}
.breadcrumb .image{
    height: 400px;
    background-color: var(--theme-color-1);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position: relative
}
.breadcrumb .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    z-index: 2;
}
.breadcrumb.breadcrumb-top .top{
    background-color: #000;
}
@media (min-width: 1200px) {
    .breadcrumb.breadcrumb-top .top{
        height: 80px;
        margin-bottom: 10px;
    }
    .breadcrumb.breadcrumb-top h1{
        margin-top:60px;
    }
}
@media (max-width: 1200px) {
    .breadcrumb.breadcrumb-top .top{
        height: 70px;
        margin-bottom: 20px;
    }
    .breadcrumb.breadcrumb-top h1{
        margin-top: 20px;
        text-align: center;
    }
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #333;
    font-weight: 300;
    letter-spacing: 1px;
}
.breadcrumb ul li p {
    line-height: 1.6;
    margin: 0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    color: var(--theme-color-1);
    text-decoration: none;
}
.breadcrumb ul li a p {
    font-weight: 600;
}
.breadcrumb ul li a:after {
    content: "//";
    float: right;
    line-height: 1.6;
    margin: 0 6px;
    color: #000;
    opacity: 0.5;
    font-weight: 100;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer:after{
    content: "";
    width: 90%;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 30px #000;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    top: -31px;
}
footer iframe {
    border: 0;
    display: block;
    width: 100%;
    height: 350px;
}
footer .footer-middle {
    background-color: #666;
    padding: 60px 0 50px 0;
}
footer .phone,
footer .whatsapp {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1.7;
}
footer .phone .text,
footer .whatsapp .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1.7;
    font-weight: 600;
}
footer .phone p,
footer .whatsapp p {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.7;
}
footer .email,
footer .fax,
footer .address {
    display: block;
    color: #fff;
    text-decoration: none;
}
footer .email .text,
footer .fax .text,
footer .address .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 600;
}
footer .email p,
footer .fax p {
    font-size: 25px;
    line-height: 1;
}
footer .address p {
    font-size: 18px;
    line-height: 1.3;
}
footer .footer-logo,
footer .footer-logo img {
    width: auto;
    display: table;
}
footer .footer-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    font-size: 19px;
}
footer .footer-socials {
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 30px;
}
footer .footer-socials a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}
footer .footer-company-logo,
footer .footer-company-logo img {
    display: block;
    max-height: 60px;
    width: auto;
}
footer .footer-buttons a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
footer .footer-buttons a {
    position: relative;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: table;
    margin-left: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #162337;
    padding: 26px 26px 26px 80px;
    width: 100%;
}
footer .footer-buttons a i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 38px;
}
footer .footer-buttons a span {
    display: block;
    line-height: 1;
}
footer .footer-buttons a p {
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
    font-size: 13px;
    opacity: 0.4;
}
footer .signature img {
    max-height: 17px;
    display: block;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    footer .footer-company-logo,
    footer .footer-company-logo img {
        margin: 0 0 0 auto;
    }
    footer .footer-buttons a {
        max-width: 265px;
    }
    footer .footer-logo,
    footer .footer-logo img {
        max-height: 200px;
        margin: 0 auto;
    }
    footer .footer-links {
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 30px;
    }
}
@media (max-width: 1200px) {
    footer .footer-company-logo,
    footer .footer-company-logo img {
        margin: 30px auto 0 auto;
    }
    footer .footer-logo,
    footer .footer-logo img {
        max-height: 100px;
        margin: 15px auto 0 auto;
    }
    footer .footer-links a {
        margin-top: 15px;
    }
    footer .footer-links a:first-child {
        margin-top: 0;
    }
}
footer .app-link{
    display: block;
}
footer .app-link picture,
footer .app-link picture img{
    display: block;
    max-width: 100%;
    height: auto;
}
/**************** Footer ********************/
/**************** Emailing ********************/
footer .emailings {
    padding: 30px 20px 15px 20px;
    background-color: #f6f7f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 auto 0 auto;
}
footer .emailings form {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
footer .emailings form input {
    padding: 13px 20px;
    line-height: 1;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ececec;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    color: #666;
}
footer .emailings form input + button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 32px;
    text-align: center;
    line-height: 1;
    background-color: var(--theme-color-2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px 0 2px;
    cursor: pointer;
    color: #fff;
    border: 0;
    font-size: 18px;
    line-height: 35px;
}
/**************** Emailing ********************/
/**************** Cookies ********************/
.cookies {
    -moz-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
        padding: 30px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
.cookies h4 {
    margin: 0 0 20px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/
/**************** Socials ********************/
.footer-socials {
    display: table;
    margin: 0 auto;
}
.footer-socials .wrap {
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.footer-socials {
    padding: 0;
    list-style: none;
}
.footer-socials a {
    color: #333;
    width: 38px;
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    text-align: center;
}
/**************** Socials ********************/
/**************** Accordions ********************/
.accordions .accordion-item {
    border: 1px solid var(--theme-color-1);
    margin: -1px 0 0;
    background-color: #fff;
}
.accordions .accordion-item:first-child {
    margin: 0;
}
.accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    color: var(--theme-color-1);
    padding: 20px 80px 20px 30px;
    line-height: 1.4;
}
.accordions .accordion-item .accordion-item-title:before {
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color-1);
    z-index: 1;
    font-weight: 300;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 21px;
    right: 20px;
    bottom: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1;
}
.accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
}
.accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
}
.accordions .accordion-item.active .accordion-item-title,
.accordions .accordion-item.active .accordion-item-title:before,
.accordions .accordion-item:hover .accordion-item-title,
.accordions .accordion-item:hover .accordion-item-title:before {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {
    display: none;
}
/**************** Accordions ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
.c-items {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.form-item-icons i:after {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
table {
    caption-side: bottom;
    border-collapse: collapse;
    background-color: #fff;
}
table:last-child {
    margin-bottom:0;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
/**************** Contact / Table ********************/
/**************** Post ********************/
.author,
.pagination li a {
    color: #000;
    text-decoration: none;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a,
.post-single-page-next-prev .page-prev-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    text-decoration: none;
    color: #000;
}
.post-single-page-next-prev {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}
.post-single-page-next-prev .page-prev-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    overflow: hidden;
    background-color: #fff;
    position: relative;
    max-width: 112px;
}
.post-single-page-next-prev .page-next,
.post-single-page-next-prev .page-prev {
    background-color: #fff;
    max-width: 56px;
    width: 100%;
    text-align: center;
}
.post-single-page-next-prev .page-prev-wrap > div:nth-child(2){
    border-left: 1px solid #ededed;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a {
    padding: 20px;
    min-height: 56px;
    width: 56px;
}
.post-single-page-next-prev .page-next h5,
.post-single-page-next-prev .page-prev h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.author {
    padding: 15px 30px 15px 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: table;
}
.author picture {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.author picture img {
    display: block;
}
.author .caption {
    padding: 0 0 0 20px;
}
.author .caption h4 {
    margin: 0 0 10px;
    line-height: 1.4;
}
.post-single-page .post-single-details div,
.post-single-page .share-links a {
    min-height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 5px;
    color: #fff;
}
.block-sing-item {
    background-color: #f6f7f8;
    border-top: 1px solid #ededed;
}
.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-documents .item .top .info p:last-child,
.page-links .item .top .info p:last-child,
.pagination li,
.post-single-page .post-single-details div:first-child,
.post-single-page .share-links a:first-child,
.posts-block .item .text p {
    margin: 0;
}
.pagination li a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    display: block;
    border: 1px solid #ededed;
    margin: 0 0 0 -1px;
    min-width: 50px;
    text-align: center;
}
.pagination li:first-child a {
    margin: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination li:hover a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.posts-block .item {
    height: 100%;
}
.posts-block .item .wrap{
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}
.posts-block .item .image {
    text-decoration: none;
    display: block;
    background-color: #f6f7f8;
    position: relative;
}
.posts-block .item .date {
    color: var(--theme-color-1);
    line-height: 1;
    font-size: 12px;
}
.posts-block .item .image picture img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.posts-block .item .text h3 {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.posts-block .item .text a {
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}
.posts-block .item .text .more {
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 14px 16px;
    line-height: 1;
}
.posts-block .pagination + .row {
    margin-top: 10px;
}
.posts-block .row + .pagination {
    margin-top: 20px;
}
.post-single-page .post-single-details div {
    background-color: var(--theme-color-1);
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a.email,
.post-single-page .share-links a.facebook {
    background-color: #568fce;
}
.post-single-page .share-links a.x {
    background-color: #000;
}
.post-single-page .share-links a.whatsapp {
    background-color: #17c242;
}
.page-documents .item,
.page-links .item {
    height:100%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.page-documents .item:after,
.page-links .item:after {
    content: "";
    width: 90%;
    height: 30px;
    background: transparent;
    box-shadow: 0 0 20px #000;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    bottom: 0;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.page-documents .item .top .d-title {
    color:var(--theme-color-1);
    font-weight: 400;
}
.page-documents .item .top .more{
    border:1px solid var(--theme-color-1);
    font-size: 13px;
    background-color: var(--theme-color-1);
    padding: 15px 35px;
    display: table;
    line-height: 1;
    color: #fff;
    margin: 25px 0 0 0;
    font-weight: 500;
}
.page-documents .item .top .more:hover{
    background-color: #fff;
    color: var(--theme-color-1);
}
.page-documents .item .top .icon,
.page-documents .item .top .image,
.page-documents .item .top h3,
.page-links .item .top {
    color: var(--theme-color-1);
}
.gallery-item-image:before,
.gallery-item-video:before,
.page-documents .item .top .icon,
.page-links .item .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.page-documents .item .top .icon,
.page-documents .item .top .image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px;
    width: 100%;
    background-color: #f6f7f8;
    padding: 15px;
}
.page-documents .item .top .icon {
    height: 230px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.page-documents .item .top .image picture {
    display: block;
    width: 100%;
    background-color: #f6f7f8;
}
.page-documents .item .top .image picture img {
    display: block;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.page-documents .item .top .info p,
.page-links .item .top .info p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-links .item .top {
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-links .item .top .icon {
    width: 35px;
    line-height: 1;
}
.page-links .item .text {
    border-top: 1px solid #f8f8f8;
}
.gallery-item-image,
.gallery-item-video {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img {
    display: block;
    width: 100%;
    height: auto;
}
.product-images .gallery-item-image picture,
.product-images .gallery-item-image picture img,
.product-images .gallery-item-video picture,
.product-images .gallery-item-video picture img {
    height: auto;
    width:auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 400px;
}

.gallery-item-image:before,
.gallery-item-video:before {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: var(--theme-color-1);
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.gallery-item-image:before {
    content: "\f31d";
}
.gallery-item-video:before {
    content: "\f04b";
}
/**************** Post ********************/
/**************** Popup ********************/
.popupModal>.caption{padding:0;}
.popupModal>.caption img{max-width:100%;height:auto;}
.popupModal>.caption .p-item{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #ededed;
}
.popupModal>.caption .p-item:first-child{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.popupModal>.caption .p-item .p-item-block.images picture,
.popupModal>.caption .p-item .p-item-block.images picture img{
	width:100%;
	height:auto
}
.popupModal>.caption .p-item .p-item-block picture,
.popupModal>.caption .p-item .p-item-block iframe{
	margin-top:20px;
	display:block;
	width:100%;
}
.popupModal>.caption .p-item .p-item-block picture:first-child,
.popupModal>.caption .p-item .p-item-block iframe:first-child{
	margin-top:0
}
.popupModal>.caption .p-item .p-item-block iframe{
	height:400px;
}
.popupModal.theme-modal [data-close=theme-modal].closed {
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #fff;
    font-size: 30px;
}
/**************** Popup ********************/
/**************** Main ********************/
@media (min-width: 1200px) {
}
@media (max-width: 1200px) {
}
/**************** Main ********************/
.wow {
    visibility: hidden;
}




.home-video-images-block .prev,
.home-video-images-block .next {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-video-images-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 30px;
    right: 30px;
    left: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog {
    cursor: pointer;
    display: block;
    overflow: hidden;
    margin: 0 0 0 10px;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #fff;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active {
    width: 50px;
}
.home-video-images-block .pagi.passive {
    display: none !important;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog:first-child {
    margin: 0;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span {
    height: 100%;
    display: block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: paused;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span.active {
    background-color: #fff;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-video-images-block .swiper-slide .media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-video-images-block .swiper-slide .media .image,
.home-video-images-block .swiper-slide .media .video {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-video-images-block .swiper-slide .media .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-video-images-block .prev,
.home-video-images-block .next {
    position: absolute;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.home-video-images-block .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
    z-index: 3;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-video-images-block .swiper-slide-wrap .buttons a {
    border: 2px solid #fff;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    z-index: 2;
}
@media (min-width: 1200px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 100vh;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        padding: 80px 0 80px 0;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 40px;
        top: 50%;
        line-height: 40px;
        height: 40px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        z-index: 3;
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }
    .home-video-images-block .swiper-slide-wrap .brand,
    .home-video-images-block .swiper-slide-wrap .title,
    .home-video-images-block .swiper-slide-wrap .text,
    .home-video-images-block .swiper-slide-wrap .button {
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        text-align: right;
        max-width: 1100px;
        margin-left: auto;
        display: table;
    }
    .home-video-images-block .swiper-slide-wrap .brand {
        font-weight: 900;
        font-size: 55px;
    }
    .home-video-images-block .swiper-slide-wrap .title {
        font-weight: 600;
        font-size: 30px;
        margin-top: 12px;
    }
    .home-video-images-block .swiper-slide-wrap .text {
        font-size: 16px;
        margin-top: 12px;
    }
    .home-video-images-block .swiper-slide-wrap a {
        padding: 15px 35px;
        background-color: var(--theme-color-1);
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        display: table;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        border: 1px solid var(--theme-color-1);
    }
    .home-video-images-block .swiper-slide-wrap a:hover {
        background-color: #fff;
        color: var(--theme-color-1);
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 450px;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        padding: 0 30px 80px 30px;
        -ms-flex-align: unset;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 40px;
        top: 50%;
        line-height: 40px;
        height: 40px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        z-index: 3;
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }
    .home-video-images-block .swiper-slide-wrap .brand,
    .home-video-images-block .swiper-slide-wrap .title,
    .home-video-images-block .swiper-slide-wrap .text,
    .home-video-images-block .swiper-slide-wrap .button {
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .home-video-images-block .swiper-slide-wrap .brand {
        font-weight: 900;
        font-size: 35px;
    }
    .home-video-images-block .swiper-slide-wrap .title {
        font-weight: 600;
        font-size: 20px;
        margin-top: 12px;
    }
    .home-video-images-block .swiper-slide-wrap .text {
        font-size: 14px;
        margin-top: 12px;
    }
    .home-video-images-block .swiper-slide-wrap a {
        padding: 10px 20px;
        background-color: var(--theme-color-1);
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: table;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        border: 1px solid var(--theme-color-1);
    }
    .home-video-images-block .swiper-slide-wrap a:hover {
        background-color: #fff;
        color: var(--theme-color-1);
    }

}
@media (max-width: 992px) {
    
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 450px;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        padding: 0 30px 80px 30px;
        -ms-flex-align: unset;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 40px;
        top: 50%;
        line-height: 40px;
        height: 40px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        z-index: 3;
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }
    .home-video-images-block .swiper-slide-wrap .brand,
    .home-video-images-block .swiper-slide-wrap .title,
    .home-video-images-block .swiper-slide-wrap .text,
    .home-video-images-block .swiper-slide-wrap .button {
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .home-video-images-block .swiper-slide-wrap .brand {
        font-weight: 900;
        font-size: 25px;
    }
    .home-video-images-block .swiper-slide-wrap .title {
        font-weight: 600;
        font-size: 15px;
        margin-top: 12px;
    }
    .home-video-images-block .swiper-slide-wrap .text {
        font-size: 12px;
        margin-top: 12px;
    }
    .home-video-images-block .swiper-slide-wrap a {
        padding: 10px 20px;
        background-color: var(--theme-color-1);
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        display: table;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        border: 1px solid var(--theme-color-1);
    }
    .home-video-images-block .swiper-slide-wrap a:hover {
        background-color: #fff;
        color: var(--theme-color-1);
    }

}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.home-information-boxes .box-item {
    background-color: #f6f7f8;
    height: 100%;
}
.home-information-boxes .box-item .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    width: 100%;
}
.home-information-boxes .box-item .caption {
    padding: 30px;
}
.home-information-boxes .select2-selection--single {
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 300;
    color: #333;
}
.home-information-boxes .select2-selection--single .select2-selection__rendered {
    color: #333;
}
.home-information-boxes .select2-selection--single .select2-selection__arrow:after {
    margin-top: -8px;
}
.home-information-boxes .a-z-link {
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    padding: 15px;
    line-height: 1;
    font-size: 13px;
    border: 1px solid #ededed;
    background-color: #ffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.home-information-boxes form {
    position: relative;
}
.home-information-boxes form input {
    width: 100%;
    border: 1px solid #ededed;
    padding: 12px 50px 12px 16px;
    line-height: 1;
    box-shadow: none !important;
    outline: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.home-information-boxes form input + button{
    border: 0;
    display: block;
    background-color: var(--theme-color-1);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.home-product-block .big-title{
    text-transform: uppercase;
}
.home-product-block picture{
    display: table;
    margin: 0 0 0 auto;
    max-width: 100%;
}
.home-product-block picture img{
    display: block;
    max-width: 100%;
    height: auto;
}


.home-news-system .item .image{
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-color: #000;
}
.home-news-system .item .caption{
    padding: 30px;
    position: relative;
}
.home-news-system .item .caption .w{
    position: relative;
    padding-bottom: 50px;
	min-height: 200px;
}
.home-news-system .prev,
.home-news-system .next{
    color: #fff;
    line-height: 1;
    cursor: pointer;
}
.home-news-system.bg:before {
    content: "";
    width: 90%;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 30px #000;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    top: -30px;
}
@media(min-width:1200px){
	.home-news-system .item .caption{
		padding: 30px;
	}
	.home-news-system .prev,
	.home-news-system .next{
        font-size: 45px;
        position: absolute;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
	}
	.home-news-system .prev{
        left: -70px;
	}
	.home-news-system .next{
        right: -70px;
	}
}
@media(max-width:1200px){
	.home-news-system .item .caption{
		padding: 20px;
	}
	.home-news-system .prev,
	.home-news-system .next{
        font-size: 45px;
        gap:20px;
        margin-top: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
	}
}
.home-news-system .item .caption .title{
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.home-news-system .item .caption .title a{
    display: block;
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 800;
    font-size: 18px;
}
.home-news-system .item .caption p{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
}
.home-news-system .item .caption .more{
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: var(--theme-color-1);
    font-size: 12px;
    font-weight: 600;
}
.home-blogs.bg{
    background-image: url(../temp/img/blog-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-blogs .b-title{
	max-width:750px;
}
.home-blogs .item {
	height:100%;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 13%);
}
.home-blogs .item:after {
    content: "";
    width: 90%;
    height: 30px;
    background: transparent;
    box-shadow: 0 0 20px #000;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    bottom: 0;
}

.reference-page .datatable-header{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin: 0 0 15px 0;
}
.reference-page th{
    text-align: center;
}
.reference-page input,
.reference-page select{
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}
.reference-page thead tr:last-child th{
    background-color: #f6f7f8;
}
.reference-page thead tr td:first-child,
.reference-page tbody tr td:first-child{
    width:100px;
    text-align: center;
}



.product-list .item {
    height: 100%;
    position: relative;
}
.product-list .item:after {
    content: "";
    width: 90%;
    height: 30px;
    background: transparent;
    box-shadow: 0 0 20px #000;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    bottom: 0;
}
.product-list .item .wrap {
    background-color: #f1f1f1;
    z-index: 2;
    position: relative;
    height: 100%;
}
.product-list .item .wrap .image {
    display: block;
    text-align: center;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-list .item .wrap .image picture{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 250px;
}
.product-list .item .wrap .image picture img{
    display: block;
}
.product-list .item .wrap .caption {
    padding: 30px 40px 40px 40px;
}
.product-list .item .wrap .caption .caption-text {
    min-height: 150px;
}
.product-list .item .wrap .caption .title {
    color: #5a5c5d;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}
.product-list .item .wrap .caption .text {
    margin: 20px 0 0 0;
    line-height: 1.4;
    font-weight: 400;
    color: #747474;
    font-size: 14px;
}
.product-list .item .wrap .caption .more {
    margin: 30px 0 0 0;
    display: table;
    text-decoration: none;
    color: #fff;
    background-color: var(--theme-color-1);
    line-height: 1;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid var(--theme-color-1);
    font-weight: 600;
}
.product-list .item .wrap .caption .more:hover {
    background-color: #fff;
    color: var(--theme-color-1);
}


.product-single-page .product-elements{
    display: table;
}
.product-single-page .product-elements .item{
    float: left;
    margin: 5px 5px 0 0;
}
.product-single-page .product-elements .item picture,
.product-single-page .product-elements .item picture img{
    display: block;
}
@media(min-width:992px){
    .product-single-page .product-detail-left,
    .product-single-page .product-images{
        position: sticky;
        top: 120px;
    }
}

.product-single-page-details .accordion-item{
    background-color: #e6e6e6 !important;
    border: 0;
    color: #5a5c5d !important;
    border: 0;
    margin: 5px 0 0 0;
}
.product-single-page-details .accordion-item .accordion-item-title {
    padding: 15px 20px 15px 50px;
    background-color: #e6e6e6 !important;
    border: 0;
    color: #5a5c5d !important;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
}
.product-single-page-details .accordion-item .accordion-item-caption {
    background: #f1f1f1;
}
.product-single-page-details .accordion-item .accordion-item-caption .accordion-item-caption {
    background: #ffffff;
}
.product-single-page-details .accordion-item .accordion-item-caption ul,
.product-single-page-details .accordion-item .accordion-item-caption ol {
    padding-left: 20px;
}
.product-single-page-details .accordion-item .accordion-item-title:before{
    --fa: "\f078";
    --fa--fa: "\f078\f078";
    content: var(--fa);
    left: 15px;
    top: 50%;
    font-size: 16px;
    font-weight: 600;
    right: auto;
    bottom: auto;
    background-color: transparent !important;
    color: var(--theme-color-1) !important;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.product-single-page-details .accordion-item.active .accordion-item-title:before{
    content: var(--fa);
    --fa: "\f410";
    --fa--fa: "\f410\f410";
    font-weight: 900;
}

.product-single-page-details .accordion-item .product-details-type-1 .item{
    background-color: #fff;
    margin-top:20px;
}
.product-single-page-details .accordion-item .product-details-type-1 .item:first-child{
    margin-top:0;
}


.product-single-page-details .accordion-item picture,
.product-single-page-details .accordion-item picture img{
    display: block;
    height: auto;
}

@media(min-width:992px){
    .product-alphabetical-list .items{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        gap:10px
    }
    .product-alphabetical-list .items .item{
        margin: 10px 0 0 0;
    }
    .product-alphabetical-list .items .item{
        width: 100%;
    }
}
@media(max-width:992px){
    .product-alphabetical-list .items{
        display: table;
    }
    .product-alphabetical-list .items .item{
        margin: 10px 10px 0 0;
    }
    .product-alphabetical-list .items .item{
        width: 40px;
    }
}
.product-alphabetical-list .items .item{
    height: 40px;
    float: left;
    border: 2px solid #000;
    text-align: center;
    font-weight: 900;
    color: #000;
    line-height: 38px;
    text-decoration: none;
}
.product-alphabetical-list .items .item.active{
    border-color: var(--theme-color-1);
    color:var(--theme-color-1);
}
.product-alphabetical-list .items div.item{
    opacity: 0.1;
}
.product-alphabetical-list form {
    position: relative;
}
.product-alphabetical-list form input {
    background-color: #f1f1f1;
    width: 100%;
    border: 1px solid #ededed;
    padding: 12px 50px 12px 16px;
    line-height: 1;
    box-shadow: none !important;
    outline: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product-alphabetical-list form input + button{
    border: 0;
    display: block;
    background-color: var(--theme-color-1);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.datatable-footer {
    margin-top: 20px;
}
.datatable-footer .dataTables_info{
    margin-bottom: 15px;
}





@media (min-width: 1200px) {
	.header-basket{
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
	.header-basket .wrap{
        position: relative;
    }
	.header-basket .wrap span{
        font-size: 13px;
        font-weight: 300;
        background-color: var(--theme-color-1);
        height: 20px;
        display: block;
        padding: 0 5px;
        text-align: center;
        line-height: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        bottom: -5px;
        right: -5px;
        color: #fff;
    }
	html.fixed-header .header-basket{
        color: #000;
    }
	.nav-basket{
        position: fixed;
        top: 0;
        right: 0;
        width: 450px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 32%);
        -moz-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 32%);
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 32%);
        display: none;
        z-index: 10;
        bottom: 0;
	}
	.nav-basket .product-item{
		padding:10px 30px 10px 90px;
        position: relative;
        min-height: 80px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		border-top:1px solid #ededed;
	}
	.nav-basket .product-item-list{
        height: calc(100vh - 55px);
        overflow-y: auto;
	}
	.nav-basket .product-item:first-child{
		border-top:0
	}
	.nav-basket .product-item .image{
		position:absolute;
		top:10px;
		bottom:10px;
		left:10px;
		width:60px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
        display: block;
	}
	.nav-basket .product-item .title{
		text-decoration:none;
		color:var(--theme-color-1);
		font-weight:500;
		display:block;
        margin: 0 0 5px 0;
        list-style: 1.2;
	}
	.nav-basket .product-item [data-product-item-remove]{
        position: absolute;
        top: 10px;
        right: 10px;
        color: var(--theme-color-1);
        z-index: 1;
        line-height: 1;
		cursor:pointer;
	}
	.nav-basket.active{
		display:block;
	}
	.nav-basket .product-item-footer{
        padding: 10px;
        border-top: 1px solid #ededed;
        background-color: #f6f7f8;
	}
	.nav-basket .product-item-footer [data-page-basket-nav-closed],
	.nav-basket .product-item-footer a{
		cursor:pointer;
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 12px;
        text-decoration: none;
	}
}
@media (max-width: 1200px){
	.header-basket{
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
	.header-basket .wrap{
        position: relative;
    }
	.header-basket .wrap span{
        font-size: 13px;
        font-weight: 300;
        background-color: var(--theme-color-1);
        height: 20px;
        display: block;
        padding: 0 5px;
        text-align: center;
        line-height: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        bottom: -5px;
        right: -5px;
        color: #fff;
    }
	html.fixed-header .header-basket{
        color: #000;
    }
	.nav-basket{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 32%);
        -moz-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 32%);
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 32%);
        display: none;
        z-index: 10;
	}
	.nav-basket .product-item-list{
		height: calc(100% - 55px);
        overflow-y: auto;
	}
	.nav-basket .product-item{
		padding:10px 10px 10px 90px;
        position: relative;
        min-height: 80px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		border-top:1px solid #ededed;
	}
	.nav-basket .product-item:first-child{
		border-top:0
	}
	.nav-basket .product-item .image{
		position:absolute;
		top:5px;
		bottom:5px;
		left:5px;
		width:70px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
        display: block;
	}
	.nav-basket .product-item .title{
		text-decoration:none;
		color:var(--theme-color-1);
		font-weight:500;
		display:block;
        margin: 0 0 5px 0;
	}
	.nav-basket .product-item [data-product-item-remove]{
        position: absolute;
        top: 10px;
        right: 10px;
        color: var(--theme-color-1);
        z-index: 1;
        line-height: 1;
		cursor:pointer;
	}
	.nav-basket.active{
		display:block;
	}
	.nav-basket .product-item-footer{
        padding: 10px;
        border-top: 1px solid #ededed;
        background-color: #f6f7f8;
	}
	.nav-basket .product-item-footer [data-page-basket-nav-closed],
	.nav-basket .product-item-footer a{
		cursor:pointer;
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 12px;
	}
}
.basket-page .basket-page-product-list-header a,
.basket-page .basket-page-product-list-header button,
.basket-page .basket-page-product-list-footer a,
.basket-page .basket-page-product-list-footer button,
.basket-page .basket-page-product-list-header .button,
.basket-page .basket-page-product-list-footer .button {
    border: 0;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	cursor:pointer;
}
.basket-page .basket-page-product-list .basket-page-product-list-item {
	background-color:#fff;
}
.basket-page .basket-page-product-list td {
	vertical-align:middle;
    padding:30px;
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-title .image {
	width:44px;
	min-width:44px;
	height:44px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display: block;
	margin:0 30px 0 0
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-title a {
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 500;
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-unit .product-basket-buttons .data-basket-button {
    height: 44px;
    padding: 13px;
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-action {
	white-space:nowrap;
    min-width: 50px;
    text-align: center;
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-action [data-product-item-remove] {
    color: var(--theme-color-1);
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
}
@media(min-width:768px){
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-title {
		width:100%;
		align-items: center;
	}
}
@media(max-width:768px){
	.basket-page .basket-page-product-list .basket-page-product-list-item {
		display:inline-block;
        margin-top: 10px;
	}
	.basket-page .basket-page-product-list .basket-page-product-list-item:first-child {
        margin-top: 0;
	}
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-title {
		width:100%;
        display: inline-block;
        border-bottom: 1px solid #ededed;
	}
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-p,
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-action {
        width: 100%;
        min-width: 100%;
        display: inline-block;
	}
}
.basket-page .basket-page-product-form label span {
    display: block;
    width: 100%;
	line-height:1;
}
.basket-page .basket-page-product-form label input,
.basket-page .basket-page-product-form label textarea {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #ededed;
    margin: 5px 0 0 0;
    outline: none !important;
    box-shadow: none !important;
	resize: vertical;
    font-family: 'Roboto', sans-serif;
    color: #000;
	font-weight:400;
	line-height:1.2;
	font-size:13px;
}
