@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/font-awesome-new.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/tree-select/treeselect.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: 15px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #103741;
}
::-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;
}
/* Header */
.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;
    width: 100%;
    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: 0;
    right: 0;
}
.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 p:nth-child(2n+1) {
	color:var(--theme-color-1)
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 100px;
    width: 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;
    }
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 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: 10px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 10px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 15px;
    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);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
}
@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 {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-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: "";
    width: 0px;
    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: #fff !important;
    border-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 {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}
/**************** Header ********************/
header {
    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;
	background-color:#fff;
    position: fixed;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 7%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo,
header .logo img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}
/********* Menu ********/
header .header-top .search{
    position: relative;
}
header .header-top .search input{
    width: 100%;
    line-height: 1;
    border: 2px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}
header .header-top .search button{
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
}
header .header-top .search .caption{
	display:none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 32%);
    -moz-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 32%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 32%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}
header .header-top .search.active .caption,
header .header-top .search.load .caption{
	display:block;
}
header .header-top .search.load .caption:after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f3f4";
    animation: 1.5s linear infinite spin;
    z-index: 999999;
    color: var(--theme-color-1);
    font-size: 20px;
    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;
    line-height: 20px;
    height: 20px;
}
header .header-top .search .caption .list-item{
	margin-top:20px;
}
header .header-top .search .caption .list-item:first-child{
	margin-top:0;
}
header .header-top .search .caption .list-item .list-item-header{
    font-weight: 400;
    color: var(--theme-color-1);
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ededed;
    font-size: 12px;
}
header .header-top .search .caption .list-item .list-item-body a{
    display: block;
    color: #000;
    margin: 10px 0 0 0;
}
header .header-top .nav-basket .nav-basket-title{
	margin: 0 0 0 auto;
	display: table;
	color: var(--theme-color-1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
header .header-top .nav-basket .nav-basket-title .nav-basket-count{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #333;
	line-height: 1;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header .header-middle {
	background-color:var(--theme-color-1)
}
header .languages{
    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;
}
header .languages a{
    text-decoration: none;
    color: #000;
    display: block;
       line-height: 1;
}
@media (min-width: 1200px) {
	header .header-top .logo img{
        max-height: 65px;
	}
	body.fixed-header header .header-top .logo img{
        max-height: 35px;
	}
	header .header-top .search input{
		padding: 12px 50px 12px 14px;
	}
	body.fixed-header header .header-top .search input{
		padding: 8px 40px 8px 10px;
	}
	header .header-top .nav-basket{
		position:relative;
	}
	header .header-top .nav-basket .nav-basket-title{
		cursor:pointer;
        height: 43px;
        line-height: 1;
        font-size: 34px;
        width: 38px;
        min-width: 38px;
        overflow: hidden;
        display: block;
		margin:26px 0
	}
	body.fixed-header header .header-top .nav-basket .nav-basket-title{
        height: 35px;
        font-size: 26px;
		margin:10px 0
	}
	header .header-top .nav-basket .nav-basket-title .nav-basket-count{
		font-size: 13px;
		padding: 5px 7px;
	}
	body.fixed-header header .header-top .nav-basket .nav-basket-title .nav-basket-count{
		font-size: 13px;
		padding: 5px 7px;
	}
	header .header-top .nav-basket .nav-basket-caption{
		position: absolute;
		top: 100%;
		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:5;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item{
		padding:10px 10px 10px 80px;
        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;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item-list{
		max-height:450px;
		overflow-y:auto
	}
	header .header-top .nav-basket .nav-basket-caption .product-item:first-child{
		border-top:0
	}
	header .header-top .nav-basket .nav-basket-caption .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;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item .title{
		text-decoration:none;
		color:var(--theme-color-1);
		font-weight:500;
		display:block;
        margin: 0 0 5px 0;
	}
	header .header-top .nav-basket .nav-basket-caption .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;
	}
	header .header-top .nav-basket.active .nav-basket-caption{
		display:block;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item-footer{
        padding: 10px;
        border-top: 1px solid #ededed;
        background-color: #f6f7f8;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item-footer [data-page-basket-nav-closed],
	header .header-top .nav-basket .nav-basket-caption .product-item-footer a{
		cursor:pointer;
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 12px;
	}
	header .languages a{
		margin: 0 10px 0 0;
		font-size: 15px;
	}
	body.fixed-header header .languages a{
		font-size: 13px;
		margin: 0 6px 0 0;
	}
}
@media (max-width: 1200px){
	header .header-top{
		padding:15px 0;
	}
	header .header-top .logo img{
        max-height: 65px;
	}
	body.fixed-header header .header-top .logo img{
        max-height: 35px;
	}
	header .header-top .search input{
		padding: 12px 50px 12px 14px;
	}
	body.fixed-header header .header-top .search input{
		padding: 8px 40px 8px 10px;
	}
	header .header-top .nav-basket .nav-basket-title{
		cursor:pointer;
        height: 43px;
        line-height: 1;
        font-size: 34px;
        width: 38px;
        min-width: 38px;
        overflow: hidden;
        display: block;
		margin:11px 0
	}
	body.fixed-header header .header-top .nav-basket .nav-basket-title{
        height: 35px;
        font-size: 26px;
		margin:0 0
	}
	header .header-top .nav-basket .nav-basket-title .nav-basket-count{
		font-size: 13px;
		padding: 5px 7px;
	}
	body.fixed-header header .header-top .nav-basket .nav-basket-title .nav-basket-count{
		font-size: 13px;
		padding: 5px 7px;
	}
	header .header-top .nav-basket .nav-basket-caption{
        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: 5;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item-list{
		height: calc(100% - 55px);
	}
	header .header-top .nav-basket .nav-basket-caption .product-item{
		padding:10px 10px 10px 80px;
        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;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item:first-child{
		border-top:0
	}
	header .header-top .nav-basket .nav-basket-caption .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;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item .title{
		text-decoration:none;
		color:var(--theme-color-1);
		font-weight:500;
		display:block;
        margin: 0 0 5px 0;
	}
	header .header-top .nav-basket .nav-basket-caption .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;
	}
	header .header-top .nav-basket.active .nav-basket-caption{
		display:block;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item-footer{
        padding: 10px;
        border-top: 1px solid #ededed;
        background-color: #f6f7f8;
	}
	header .header-top .nav-basket .nav-basket-caption .product-item-footer [data-page-basket-nav-closed],
	header .header-top .nav-basket .nav-basket-caption .product-item-footer a{
		cursor:pointer;
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 12px;
	}
	header .languages a{
		margin: 0 0 0 6px;
		font-size: 15px;
	}
	body.fixed-header header .languages a{
		font-size: 13px;
		margin: 0 0 0 6px;
	}
	
	
	
	header .header-top .wrap{
        flex-wrap: wrap;
	}
	header .header-top .wrap .left{
        width: calc(100% - 180px);
	}
	header .header-top .wrap .center{
		width:100%;
	}
	header .header-top .wrap .right{
        width: 170px;
	}
}
header .languages a.active{
    color:var(--theme-color-1);
}
@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;
	}
	.menu-wrap .bottom ul li.menu-item{border:0;padding:0;margin: 0;}
	.menu-wrap .bottom>ul>li.menu-item{margin:0}
	.menu-wrap .bottom>ul>li.menu-item>a{border-right: 1px solid rgb(255 255 255 / 28%);padding:0 20px;}
	.menu-wrap .bottom>ul>li.menu-item:first-child>a{background-color:var(--theme-color-1)}
	
	.menu-wrap .bottom ul li.menu-item a{
        font-weight: 400;
        position: relative;
        color: #fff;
        letter-spacing: 1.5px;
        text-decoration: none;
        z-index: 1;
        line-height: 55px;
        display: block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
		-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;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.menu-item>a{
        line-height: 43px;
        font-size: 13px;
	}
		
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 10px;
        line-height: 1;
        position: relative;
        top: -1px;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
        display: none;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		visibility:hidden;
		opacity:0;
		background-color: #fff;
		-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;
		max-width: 350px;
		min-width: 350px;
        -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 14%);
        -moz-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 14%);
        box-shadow: 0 3px 5px 0 rgb(0 0 0 / 14%);
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu{
        border-left: 0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.menu-item.sub-item>.sub-menu{
        left: auto;
        top: auto;
        width: 100%;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.menu-item.sub-item>.sub-menu>ul{
        overflow:hidden;
		height:auto;
	}
	
	
	.menu-wrap .bottom ul li.menu-item.products.sub-item>.sub-menu{
		visibility:hidden;
		opacity:0;
		background-color: #fff;
		-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;
		width: 25%;
		left: 0;
        border-right: 1px solid #ededed;
        height: calc(100vh - 150px);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item.products.sub-item>.sub-menu{
        height: calc(100vh - 98px);
	}
	.menu-wrap .bottom>ul>li.menu-item.products.sub-item:hover:before{
		content:"";
        position: absolute;
        left: -9999px;
        right: -9999px;
        top: 100%;
        height: calc(100vh - 150px);
        background-color: #fff;
        z-index: -1;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.menu-item.products.sub-item:hover:before{
        height: calc(100vh - 98px);
	}
	.menu-wrap .bottom>ul>li.menu-item.products.sub-item>.sub-menu{
        border-left: 1px solid #ededed;
	}
	.menu-wrap .bottom ul li.menu-item.products.sub-item>.sub-menu li.menu-item.sub-item>.sub-menu{
        left: calc(100% + 1px);
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 100%;
        border-right: 1px solid #ededed;
	}
	.menu-wrap .bottom ul li.menu-item.products.sub-item>.sub-menu li.menu-item.sub-item>.sub-menu>ul{
        overflow-y: auto;
		height:100%;
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
        line-height: 1.4;
        padding: 12px 45px 12px 18px;
		position:relative;
        color: #000;
	}
	.menu-wrap .bottom ul li ul li.menu-item.sub-item>a:before{
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        line-height: 1;
        position: absolute;
        right: 15px;
        z-index: 2;
        bottom: calc(50% - 7px);
	}
	.menu-wrap .bottom ul li ul li.menu-item{
		border-bottom:1px solid #ededed
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:hover>a{
        color: var(--theme-color-1);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		visibility:visible;
		opacity:1;
	}
	body.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);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #000;
        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;
    }
    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: 45px;
		line-height: 45px;
		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: 45px;
		height: 45px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:148px;
		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%);
	}
	body.fixed-header .menu-wrap {
		top:110px;
	}
	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;
		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 a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li {
		margin:0;
	}
	.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: #000;
	text-align:center;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
	float:left;
    margin: 0;
    color: #000;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li p{
    line-height: 1.7;
	margin:0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	font-weight:300;
    color: #000;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
	line-height:1.7;
    margin: 0 6px;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
	color:#000;
	font-weight:300;
}
footer .footer-logo{
    display: table;
}
footer .footer-logo,
footer .footer-logo img{
    display: table;
	margin:0 auto;
    max-height: 150px;
}
footer .footer-socials a,
footer .links a{
    -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;
    color: #000;
    display: block;
}
footer .links a{
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer-socials 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;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}
footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li:first-child {
    margin-top: 0;
}
footer .footer-contact li i {
    position: relative;
    width: 14px;
    text-align: center;
    top: 1px;
}
footer .footer-contact li i + div {
    width: calc(100% - 14px);
    line-height: 1.7;
    padding: 0 0 0 15px;
}
footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 32%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 92px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 20px;
	}
	footer .footer-bottom picture{
		display: table;
		margin: 10px auto 0 auto;
	}
	footer .footer-bottom picture:first-child{
		margin:0 auto;
	}
}
/**************** Footer ********************/
/**************** 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 a.accept{padding:12px 14px;}
/**************** Cookies ********************/
/**************** 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-1)}table{caption-side:bottom;border-collapse:collapse}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}
/**************** Contact / Table ********************/
.pagination li a {
    color: #000;
    text-decoration: none;
}
.block-sing-item {
    background-color: #f6f7f8;
    border-top: 1px solid #ededed;
}
.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    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;
}
.page-documents .item .top .info p:last-child,
.page-links .item .top .info p:last-child,
.pagination li {
    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,
.pagination li.active a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}
.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;
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img {
    display: block;
    width: 100%;
    height: auto;
}
.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: #fff;
    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 ********************/

@media(min-width:1200px){
	.theme-title h3{
		font-size: 200px;
		left: -85px;
		top: -20%;
	}
}
@media(max-width:1200px){
	.theme-title h3{
		font-size: 80px;
		left: 0;
		top: -30px;
	}
}
.theme-title h3{
    color: #f8f8fa;
    line-height: 1;
    position: absolute;
    z-index: 0;
}
.bg-xxl-gray .theme-title h3{
    color: #fff;
}
.theme-title .t{
    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;
}
.theme-title .t:before{
    content: "";
    width: 55px;
    height: 2px;
    display: inline-block;
    background-color: var(--theme-color-1);
    margin: 0 20px 0 0;
}
.theme-title .text:after{
    content: "";
    display: block;
    margin: 15px 0 0 0;
    height: 2px;
    width: 50px;
    background-color: var(--theme-color-1);
}


.theme-btn {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    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;
    padding: 20px 30px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-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;
	position:relative;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-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: var(--theme-color-1);
}
.theme-btn.hovered-white:before {
	background-color:#fff
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}
@media(min-width:1200px){
	main {
		padding-top:150px;
	}
}
@media(max-width:1200px){
	main {
		padding-top:148px;
	}
}

.home-slider-wrap .prev i,
.home-slider-wrap .next i{
    display: table
}
.home-slider-wrap .prev-next,
.home-slider-wrap .prev-next div{
	cursor:pointer;
    color: #000;
	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;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}
.home-slider-wrap .prev-next{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    gap: 10px;
}
.home-slider-wrap .prev-next div{
    padding: 2px 0 0 0;
}
.home-slider-wrap .prev-next .prev div{
    border-right: 1px solid #ededed;
}
.home-slider-wrap .swiper-button-disabled{
    opacity: .35;
    pointer-events: none;
    cursor: no-drop;
}
.home-slider-wrap .swiper-slide a,
.home-slider-wrap .swiper-slide a picture,
.home-slider-wrap .swiper-slide a picture img{
	width:100%;
	display:block;
	height:auto;
    text-decoration: none;
    color: #fff;
}
.home-slider-wrap .swiper-slide .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    background-color: rgb(0 0 0 / 30%);
}
.home-slider-wrap .swiper-slide .caption > div{
	max-width:600px;
	width:100%;
}
@media(min-width:992px){
	.home-slider-wrap .swiper-slide .mobile{
		display:none;
	}
}
@media(max-width:992px){
	.home-slider-wrap .swiper-slide .web{
		display:none;
	}
	.home-slider-wrap .swiper-slide .mobile{
		display:block;
	}
}
.home-slider-wrap .home-slider{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
    border: 1px solid #ededed;
}



.home-products .product-item{
    display: block;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    overflow: hidden;
    border: 1px solid #ededed;
}
.home-products .product-item .image{
    border-bottom: 1px solid #f8f8f8;
}
.home-products .product-item .image picture,
.home-products .product-item .image picture img{
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.home-products .product-item .image picture{
	padding:15px;
	height:248px;
    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-products .product-item .caption h4{
    margin: 0 0 15px 0;
    color: var(--theme-color-1);
    line-height: 1.5;
	font-weight:400;
}
.home-products .product-item .caption p{
	line-height: 1.5;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: 300;
    color: #888;
}
.home-products .product-item .caption > div{
	min-height:150px;
}
.home-products .product-item .more{
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--theme-color-1);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 13px;
}
.home-products .swiper-button-lock{
	display:block;
}







.page-products .product-item{
    background-color: #fff;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    overflow: hidden;
    border: 1px solid #ededed;
	height:100%;
	position:relative;
}
.page-products .product-item .product-basket-buttons{
	position: absolute;
}
.page-products .product-item .product-basket-buttons{
	bottom: 15px;
	left: 15px;
	right: 15px;
}
.page-products .product-item .product-basket-buttons .data-basket-button{
	padding: 13px;
	font-size: 12px;
}
.inputs{
    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;
    background-color: var(--theme-color-1);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inputs input{
	padding: 5px;
	font-size: 13px;
	height: 34px;
	width: 34px;
}
.inputs .prevn{
    width: 25px;
    height: 34px;
}
.inputs .prevn .prev,
.inputs .prevn .next{
    line-height: 18px;
    height: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
}
.page-products .product-item .product-basket-buttons a{
    height: 100%;
    display: block;
    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;
    padding: 10px 15px;
    background-color: var(--theme-color-3);
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page-products .product-item{
	padding-bottom: 55px;
}
.page-products .product-item .image{
    border-bottom: 1px solid #f8f8f8;
	display:block;
}
.page-products .product-item .image picture,
.page-products .product-item .image picture img{
    display: block;
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
}
.page-products .product-item .image picture{
	padding:15px;
	height:230px;
    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;
}
.page-products .product-item .caption h4{
    margin: 0;
    color: var(--theme-color-1);
    line-height: 1.5;
	font-weight:400;
}
.page-products .product-item .caption h4 a{
	text-decoration:none;
    color: var(--theme-color-1);
    font-weight: 500;
}
.page-products .product-item .caption p{
	line-height: 1.5;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: 300;
    color: #888;
}


.home-product-categories a{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: var(--theme-color-1);
    display: block;
    border: 1px solid #ededed;
}
.home-product-categories a picture{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	overflow:hidden;
}
.home-product-categories a picture,
.home-product-categories a picture img{
    display: block;
	background-color:#fff;
    width: 100%;
    height: auto;
}
.home-product-categories a h4{
	line-height:1.4;
	margin:20px 0 0 0;
    font-weight: 400;
}


.product-categories-page .category-item{
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    display: block;
    padding: 30px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-categories-page .category-item .image{
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display: block;
	width:100%;
	height:150px;
}
.product-categories-page .category-item h4{
    color: var(--theme-color-1);
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0 0 0;
}



.image-slider-gallery .pag{
	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;
    margin-top: 30px;
}
.image-slider-gallery .pag .prog{
    margin: 0 10px 0 0;
}
.image-slider-gallery .pag .prog span{
	cursor:pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    width: 20px;
    height: 4px;
    background-color: rgb(255 255 255 / 50%);
}
.image-slider-gallery .pag .prog.swiper-pagination-bullet-active span{
    background-color: #fff;
}
.image-slider-gallery .swiper-slide > div{
	border:5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.image-slider-gallery-single{
	background-color:#fff;
	border:5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.image-slider-gallery-single .pag{
    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%);
    right: -25px;
    z-index: 1;
}
.image-slider-gallery-single .pag .prog{
    margin: 0 0 10px 0;
}
.image-slider-gallery-single .pag .prog:last-child{
    margin: 0
}
.image-slider-gallery-single .pag .prog span{
	cursor:pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    width: 4px;
    height: 20px;
    background-color: rgb(0 136 88 / 19%);
}
.image-slider-gallery-single .pag .prog.swiper-pagination-bullet-active span{
    background-color: var(--theme-color-1);
}
.image-slider-gallery-single .swiper-slide a{
	height: 355px;
    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-align: center;
	width:100%;
}
.image-slider-gallery-single .swiper-slide a picture,
.image-slider-gallery-single .swiper-slide a picture img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.product__blocks__items .product__blocks__item{
	background-color:#f6f7f8;
	height:100%
}
.product__blocks__items .product__blocks__item:nth-child(2n+1){
	background-color:#ffffff;
}
.column-items .item{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    height: 100%;
}
.product__blocks__items .product__blocks__item:nth-child(2n+1) .column-items .item,
.product__blocks__items .product__blocks__item:nth-child(2n+1) .gallery-item-image,
.product__blocks__items .product__blocks__item:nth-child(2n+1) .gallery-item-video{
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 11%);
}

.product-basket-buttons input{
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    max-width: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
}
@media(min-width:768px){
	.product-basket-buttons .data-basket-button {
		padding:15px;
		display:block;
	}
}
@media(max-width:768px){
	.product-basket-buttons .data-basket-button {
		padding:10px 15px;
		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;
	}
}
.product-basket-buttons .data-basket-button {
	cursor:pointer;
	text-align: center;
	background-color:var(--theme-color-1);
	color:#fff;
	text-decoration:none;
    -webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.product__blocks__item .product-tabs .tabs-top .tab-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    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;
}
.product__blocks__item .product-tabs .tabs-top .tab-links li {
    margin: 0 0 10px 10px;
}
.product__blocks__item .product-tabs .tabs-top .tab-links li:first-child {
    margin: 0 0 10px 0;
}
.product__blocks__item .product-tabs .tabs-top .tab-links li a{
    padding: 16px 25px;
    cursor: pointer;
    display: block;
    background-color: #fff;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.product__blocks__item .product-tabs .tabs-top .tab-links li a.active {
	background-color:var(--theme-color-1);
	color:#fff;
}

@media(min-width:992px){
	.categories-list {
		position: sticky;
		top: 108px;
	}
}
.categories-list {
    border: 1px solid #ededed;
	background-color:#fff;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.categories-list .sub-menu-toggle {
    position: absolute;
    right: 0;
    line-height: 1;
    top: calc(50% - 7px);
    cursor: pointer;
}
.categories-list .sub-menu-toggle:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f0fe";
    line-height: 1;
}
.categories-list .sub-menu.active > .categories-list-item-title > .sub-menu-toggle:before,
.categories-list .sub-menu.active > .categories-list-item-subs-item-title > .sub-menu-toggle:before {
	content: "\f146";
}


.categories-list .categories-list-item .categories-list-item-title a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 0;
    border-top: 1px solid #ededed;
}
.categories-list .categories-list-item.sub-menu > .categories-list-item-title {
	position:relative;
    padding: 0 0 0 30px;
}
.categories-list .categories-list-item.sub-menu > .categories-list-item-title > .sub-menu-toggle {
    position: absolute;
    left: 0;
    line-height: 1;
    top: 17px;
    cursor: pointer;
}
.categories-list .categories-list-item.sub-menu.active > .categories-list-item-title > .sub-menu-toggle {
	content: "\f146";
}
.categories-list .categories-list-item:first-child > .categories-list-item-title > a {
    border-top: 0
}
.categories-list .categories-list-item.sub-menu:not(.active) .categories-list-item-subs {
	display:none;
}



.categories-list .categories-list-item-subs {
	padding:10px 0 10px 20px
}
.categories-list .categories-list-item-subs-item .categories-list-item-subs-item-title a {
    text-decoration: none;
    color: #000;
    padding: 0 0 15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.categories-list .categories-list-item-subs-item .categories-list-item-subs-item-title a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f054";
    font-size: 10px;
	margin:3px 10px 0 0
}
.categories-list .categories-list-item-subs-item.sub-menu > .categories-list-item-subs-item-title {
	position:relative;
    padding: 0 40px 0 0;
}
.categories-list .categories-list-item-subs-item.sub-menu > .categories-list-item-subs-item-title > .sub-menu-toggle {
}
.categories-list .categories-list-item-subs-item:first-child > .categories-list-item-subs-item-title > a {
    border-top: 0
}
.categories-list .active > .categories-list-item-title > a,
.categories-list .active > .categories-list-item-subs-item-title > a {
	color:var(--theme-color-1) !important
}
.categories-list .categories-list-item-title > a span,
.categories-list .categories-list-item-subs-item-title > a span {
	
}

.product-brands a{
    text-decoration: none;
    color: #000;
}



.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;
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-unit {
	white-space:nowrap;
}
.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-title .image {
	width:44px;
	height:44px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display: block;
	margin:0 15px 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;
	}
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-unit {
		min-width: 120px;
		text-align: center;
	}
}
@media(max-width:768px){
	.basket-page .basket-page-product-list .basket-page-product-list-item {
		display: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: block;
        border-bottom: 1px solid #ededed;
	}
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-unit,
	.basket-page .basket-page-product-list .basket-page-product-list-item .basket-page-product-list-item-action {
        width: 100%;
        min-width: 100%;
        display: block;
	}
}



.basket-page .basket-page-product-form label {
	
}
.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;
}




.filters-panel{
	background-color:#f6f7f8;
	border-bottom:1px solid #ededed
}
.filters-panel .filter-button,
.filters-panel .filter-button-reset{
    border: 0;
    background-color: var(--theme-color-1);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 15px;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    text-align: center;
    text-decoration: none;
}
.filters-panel .filter-button-reset{
    background-color: var(--theme-color-1);
}



.code-items .code-item{
    margin: 5px 0 0 0;
}
.code-items .code-item a{
	text-decoration:none;
	color:#000;
}
.code-items .code-item span{
    font-weight: 500;
}

.fixed-whatsapp,
.fixed-viber{
    border: 3px solid #fff;
    position: fixed;
    color: #fff;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 51px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    font-size: 23px;
    z-index: 5;
    text-decoration: none;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}
.fixed-whatsapp{
	background-color:#4FCE5D;
    right: 30px;
    bottom: 30px;
}
.fixed-viber{
	background-color:#7360f2;
    right: 30px;
    bottom: 100px;
}
@media(min-width:992px){
	.fixed-viber{
		display:none;
	}
}