.hide{
	display: none;
}
button{
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}
::selection {
	background: #23252a;
	color: #fff;
}
ul{
	list-style: none;
	padding:0;
	margin:0;
}
a, a:hover{
	color: #444;
	text-decoration: none;
}
img{
	display: block;
	width:100%;
	height: auto;
}
:root {
	--white: #ffffff;--light-black: #343434;--black: #000000;--telegram-color: #2fc6f6;--telegram-color-hover: #1eb0de;--viber-color:#995aca;--viber-color-hover:#874ab6;--whatsapp-color:#37ba4a;--whatsapp-color-hover:#33a744;
	--red-50: #ffebee;--red-100: #ffcdd2;--red-200: #ef9a9a;--red-300: #e57373;--red-400: #ef5350;--red-500: #f44336;--red-600: #e53935;--red-700: #d32f2f;--red-800: #c62828;--red-900: #b71c1c;
	--pink-50: #fce4ec;--pink-100: #f8bbd0;--pink-200: #f48fb1;--pink-300: #f06292;--pink-400: #ec407a;--pink-500: #e91e63;--pink-600: #d81b60;--pink-700: #c2185b;--pink-800: #ad1457;--pink-900: #880e4f;
	--purple-50: #f3e5f5;--purple-100: #e1bee7;--purple-200: #ce93d8;--purple-300: #ba68c8;--purple-400: #ab47bc;--purple-500: #9c27b0;--purple-600: #8e24aa;--purple-700: #7b1fa2;--purple-800: #6a1b9a;--purple-900: #4a148c;
	--deep-purple-50: #ede7f6;--deep-purple-100: #d1c4e9;--deep-purple-200: #b39ddb;--deep-purple-300: #9575cd;--deep-purple-400: #7e57c2;--deep-purple-500: #673ab7;--deep-purple-600: #5e35b1;--deep-purple-700: #512da8;--deep-purple-800: #4527a0;--deep-purple-900: #311b92;
	--indigo-50: #e8eaf6;--indigo-100: #c5cae9;--indigo-200: #9fa8da;--indigo-300: #7986cb;--indigo-400: #5c6bc0;--indigo-500: #3f51b5;--indigo-600: #3949ab;--indigo-700: #303f9f;--indigo-800: #283593;--indigo-900: #1a237e;
	--blue-50: #e3f2fd;--blue-100: #bbdefb;--blue-200: #90caf9;--blue-300: #64b5f6;--blue-400: #42a5f5;--blue-500: #2196f3;--blue-600: #1e88e5;--blue-700: #1976d2;--blue-800: #1565c0;--blue-900: #0d47a1;
	--light-blue-50: #e1f5fe;--light-blue-100: #b3e5fc;--light-blue-200: #81d4fa;--light-blue-300: #4fc3f7;--light-blue-400: #29b6f6;--light-blue-500: #03a9f4;--light-blue-600: #039be5;--light-blue-700: #0288d1;--light-blue-800: #0277bd;--light-blue-900: #01579b;
	--cyan-50: #e0f7fa;--cyan-100: #b2ebf2;--cyan-200: #80deea;--cyan-300: #4dd0e1;--cyan-400: #26c6da;--cyan-500: #00bcd4;--cyan-600: #00acc1;--cyan-700: #0097a7;--cyan-800: #00838f;--cyan-900: #006064;
	--teal-50: #e0f2f1;--teal-100: #b2dfdb;--teal-200: #80cbc4;--teal-300: #4db6ac;--teal-400: #26a69a;--teal-500: #009688;--teal-600: #00897b;--teal-700: #00796b;--teal-800: #00695c;--teal-900: #004d40;
	--green-50: #e8f5e9;--green-100: #c8e6c9;--green-200: #a5d6a7;--green-300: #81c784;--green-400: #66bb6a;--green-500: #4caf50;--green-600: #43a047;--green-700: #388e3c;--green-800: #2e7d32;--green-900: #1b5e20;
	--light-green-50: #f1f8e9;--light-green-100: #dcedc8;--light-green-200: #c5e1a5;--light-green-300: #aed581;--light-green-400: #9ccc65;--light-green-500: #8bc34a;--light-green-600: #7cb342;--light-green-700: #689f38;--light-green-800: #558b2f;--light-green-900: #33691e;
	--lime-50: #f9fbe7;--lime-100: #f0f4c3;--lime-200: #e6ee9c;--lime-300: #dce775;--lime-400: #d4e157;--lime-500: #cddc39;--lime-600: #c0ca33;--lime-700: #afb42b;--lime-800: #9e9d24;--lime-900: #827717;
	--yellow-50: #fffde7;--yellow-100: #fff9c4;--yellow-200: #fff59d;--yellow-300: #fff176;--yellow-400: #ffee58;--yellow-500: #ffeb3b;--yellow-600: #fdd835;--yellow-700: #fbc02d;--yellow-800: #f9a825;--yellow-900: #f57f17;
	--amber-50: #fff8e1;--amber-100: #ffecb3;--amber-200: #ffe082;--amber-300: #ffd54f;--amber-400: #ffca28;--amber-500: #ffc107;--amber-600: #ffb300;--amber-700: #ffa000;--amber-800: #ff8f00;--amber-900: #ff6f00;
	--orange-50: #fff3e0;--orange-100: #ffe0b2;--orange-200: #ffcc80;--orange-300: #ffb74d;--orange-400: #ffa726;--orange-500: #ff9800;--orange-600: #fb8c00;--orange-700: #f57c00;--orange-800: #ef6c00;--orange-900: #e65100;
	--deep-orange-50: #fbe9e7;--deep-orange-100: #ffccbc;--deep-orange-200: #ffab91;--deep-orange-300: #ff8a65;--deep-orange-400: #ff7043;--deep-orange-500: #ff5722;--deep-orange-600: #f4511e;--deep-orange-700: #e64a19;--deep-orange-800: #d84315;--deep-orange-900: #bf360c;
	--brown-50: #efebe9;--brown-100: #d7ccc8;--brown-200: #bcaaa4;--brown-300: #a1887f;--brown-400: #8d6e63;--brown-500: #795548;--brown-600: #6d4c41;--brown-700: #6d4c41;--brown-800: #5d4037;--brown-900: #3e2723;
	--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #eeeeee;--gray-300: #e0e0e0;--gray-400: #bdbdbd;--gray-500: #9e9e9e;--gray-600: #757575;--gray-700: #616161;--gray-800: #424242;--gray-900: #212121;
	--bluegray-50: #eceff1;--bluegray-100: #cfd8dc;--bluegray-200: #b0bec5;--bluegray-300: #90a4ae;--bluegray-400: #78909c;--bluegray-500: #607d8b;--bluegray-600: #546e7a;--bluegray-700: #455a64;--bluegray-800: #37474f;--bluegray-900: #263238;
}

html, body{
	font-family: 'Open Sans', sans-serif;
	background:#f8f8f8;
	padding:0;
	margin:0;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
	line-height: 130%;
}
#body.no-scroll{
	overflow-y: hidden;
}
.wth{
	position: relative;
	max-width: 1380px;
	margin:0 auto;
}
@media (max-width: 1620px) {
	.wth{
		padding:0 10px;
	}
}


.viber-desktop{
	display: block;
}
.viber-mobile{
	display: none;
}
@media (max-width: 1024px) {
	.viber-desktop{
		display: none;
	}
	.viber-mobile{
		display: block;
	}
}
/************************************************************************************/
/*MODAL******************************************************************************/
/************************************************************************************/
.modal{
	position:fixed;
	top:5vh;
	left:50%;
	transform:translate(-50%, 0);
	z-index:999;
	visibility:hidden;
	transition: .3s;
	opacity:0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
}
.modal.show{
	animation-name: modal-show;
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
}
@-webkit-keyframes modal-show {
	0%{visibility: hidden;opacity: 0;top:10vh;}
	100%{visibility: visible;opacity: 1;top:5vh;}
}


.modal-large{
	width:900px;
}
.modal-medium{
	width:580px;
}
.modal-small{
	width:480px;
}
/*head*/
.modal-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
	padding:0 10px;
}
.modal-title{
	font-size:22px;
	font-weight: 500;
	line-height: 140%;
}
.modal-close{

	display: flex;
	justify-content: center;
	margin:0 0 0 20px;
}
.modal-close:after{
	content:'\e90b';
	font-family: si-solid;
	display: flex;
	align-items: center;
	justify-content: center;
	width:40px;
	height: 40px;
	font-size:22px;
	color: var(--black);
	cursor: pointer;
}
.modal-close:hover:after{
	color: var(--gray-700);
	background: var(--red-hover);
}
/*content*/
.modal-body{
	padding:10px;
}
/*send*/
.modal-send{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:40px 0 0 0;
}
.modal-button{
	display: flex;
	margin:0 20px 0 0;
}
.modal-button .button{
	background: #363946;
	color:var(--white);
}
.modal-button .button:hover{
	background: #363946;
	color:var(--white);
}
.modal-message{

}
.modal-message-error{
	font-size: 14px;
	color: var(--red-500);
	margin:0 0 20px 0;
}
.modal-message-success{
	font-size: 14px;
	margin:0 0 20px 0;
}

/*result*/
.modal.sending:after{
	content:'';
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 9;
	background: rgba(255,255,255,0.2);
}
.modal.sending:before{
	content:'';
	position: absolute;
	right:0;
	bottom:0;
	left:0;
	height:3px;
	z-index: 91;
	background: #506a4d;
	animation-name: modal-sending;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
}
@-webkit-keyframes modal-sending {
	0%{left:0;right:100%;}
	50%{left:0;right:0;}
	100%{left:100%;right:0;}
}


.modal-error-message{
	display: block;
	margin:0 0 20px 0;
	font-size: 14px;
	color: var(--red-400);
}
.modal-success-message{
	display: block;
	text-align: center;
	margin:0 0 20px 0;
	font-size: 16px;
}

@media (max-width: 980px) {
	.modal{
		padding:10px 20px;
	}
	.modal-large,
	.modal-medium,
	.modal-small{
		width:auto;
		left:10px;
		right:10px;
		transform: translate(0, 0);
	}
	.modal-head{

	}
	.modal-title{
		font-size:18px;
	}
	.modal-close{
		margin:0 ;
	}
	.modal-send{
		display: flex;
		justify-content: center;
	}


}





.body-overlay:before{
	content: '';
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.5);
	z-index:9;
	transition:.2s;
}
.body-overlay:after{
	content:'\e90e';
	font-family: si-solid;
	position: fixed;
	top:50%;
	left:49%;
	transform: translate(-50%,-50%);
	font-size:52px;
	color:var(--white);
	animation-name: overlay-loading;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
	opacity: 1;
}
@-webkit-keyframes overlay-loading {
	0%{opacity:1;transform: rotate(0);}
	100%{transform: rotate(360deg)}
}



#overlay{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:9;
	visibility:hidden;
	opacity:0;
	transition:.2s;
}
#overlay.show{
	visibility:visible;
	opacity:1;
}
#overlay.loading:after{
	content:'\e90e';
	font-family: si-solid;
	position: fixed;
	top:50%;
	left:49%;
	transform: translate(-50%,-50%);
	font-size:52px;
	color:var(--white);
	animation-name: overlay-loading;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
	opacity: 1;
}
@-webkit-keyframes overlay-loading {
	0%{opacity:1;transform: rotate(0);}
	100%{transform: rotate(360deg)}
}


@media (max-width: 480px) {

}

/**/
.form-group{
	position: relative;
	margin:0 0 20px 0;
}
.form-group .control-label{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color:var(--gray-700);

}
.form-group.required  .control-label:after{
	content: '*';
	font-size:14px;
	color:#f20000;
	padding:0 0 0 2px;
}
.form-group .form-control{
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background: var(--bluegray-50);
	border:none;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	padding: 0 20px;
}
.form-group .form-control::placeholder {
	color: #888888;
}
.form-group textarea.form-control{
	height:100px;
	resize:none;
	padding:10px;
	line-height:160%;
}
.form-group .form-control:focus{
	border:1px solid var(--bluegray-200);
}
.has-error .control-label{
	color: #ef5350;
}
.help-block{
	display:none;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
	background-color: white !important;
}


/**/
input[type="file"] {
	display: none;
}
.media-upload-button-label{
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
	border-radius: 10px;
	overflow: hidden;
	height: 50px;
	cursor: pointer;
}
.media-upload-button-label:before{
	content: "\e927";
	font-family: 'si-solid' !important;
	font-size: 20px;
	transition: .3s;
	color: var(--bluegray-300);
}
.media-upload-button-label:hover:before{
	color: #93bc8e;
}
.has-error .media-upload-button{
	border: 1px solid #ef5350;
}
.has-error .media-upload-button-label:before{
	content: "\e90b";
}
.has-error .media-upload-button{

}
.has-success .media-upload-button-label:before{
	content: "\e906";
	color: #93bc8e;
}



/*checkbox*/
.checkbox-apply{
	position:relative;
}
.checkbox-apply input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-apply-label {
	display:flex;
	align-items: center;
	cursor: pointer;
	font-size:12px;
	padding:0 0 0 40px;
}
.checkbox-apply-label:before {
	content: '';
	position: absolute;
	left:2px;
	top:0;
	display: flex;
	border: 1px solid var(--gray-300);
	border-radius: 20px;
	background: #fff;
	width: 24px;
	height: 24px;
	margin:0 10px 0 0;
	color:#fff;
}
.has-error .checkbox-apply-label span {
	color:#ef5350;
}
.checkbox-apply input:checked + .checkbox-apply-label:before {
	background: var(--red-400);
	border: 1px solid var(--red-400);
	border-radius: 20px;
}
.checkbox-apply input:checked + .checkbox-apply-label:after {
	content: '\e906';
	font-family: si-solid;
	position: absolute;
	top:0;
	left:4px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:24px;
	height: 24px;
	color:#fff;
}

/**/
.form-agm{

}
.form-agm span{
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
}
.form-agm a{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin:0 0 0 6px;
	font-size:14px;
	color:#73966f;
}
.form-agm a:hover{
	color:#93bc8e;
}



/*button*/
.button {
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight: 400;
	transition: .3s;
	color: var(--white);
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 1px;
	margin: 0;
	overflow: hidden;
}
.button:after{
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display: block;
	width:10px;
	height:10px;
	border-radius: 10px;
	background: var(--white);
	transition: .6s;
	opacity: 0;
}
.button:hover:after{
	width:300px;
	height:300px;
	border-radius: 200px;
	opacity: 0.3;
}
.button:hover{
	color: var(--white);
}
.button-small {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.button-medium {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	font-size: 14px;
}
.button-large {
	height: 70px;
	line-height: 70px;
	padding: 0 50px;
	font-size: 14px;
}


.button-red{
	color: var(--white);
	background: var(--red-400);
}
.button-red:hover{
	color: var(--white);
	background: var(--red-400);
}



.scroll::-webkit-scrollbar { width: 3px;}
.scroll::-webkit-scrollbar-button {background-color: #f2f2f2;}
.scroll::-webkit-scrollbar-track {background-color: #f2f2f2;}
.scroll::-webkit-scrollbar-track-piece { background-color: #f2f2f2;}
.scroll::-webkit-scrollbar-thumb { height: 0; background-color: #ccc; border-radius: 3px;}
.scroll::-webkit-scrollbar-corner { background-color: #999;}
.scroll::-webkit-resizer { background-color: #666;}


/*slick-slider*/
.slick-carousel{

}
.slick-slider{
	overflow: hidden;
	position: relative;
}
.slick-list{
	overflow: hidden;
	margin:0 -10px;
}
.slick-track{
	display: flex;
}


/**/
.slick-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:20px 0 0 0;
}
.slick-dots li{
	margin:0 5px;
	padding:0;
}
.slick-dots li button{
	display: none;
}
.slick-dots li:after{
	content: '';
	display: block;
	background:none;
	width:10px;
	height:10px;
	border-radius: 5px;
	background:var(--gray-300);
	border:none;
	cursor: pointer;
}
.slick-dots li.slick-active:after{
	background:var(--orange-600);
}



/*grid*****************************************************************************************************************/
.grid{
	display:flex;
}
.grid.wrap{
	flex-wrap:wrap;
}
.grid.vertical-center{
	align-items: center;
}
.grid.gap-bottom-10 .col{
	margin:0 0 10px 0;
}
.grid.gap-bottom-20 .col{
	margin:0 0 20px 0;
}

/*0*/
.grid > .col-12{width:100%;}
.grid > .col-11{width:91.6666666%;}
.grid > .col-10{width:83.3333333%;}
.grid > .col-9{width:75%;}
.grid > .col-8{width:66.666667%;}
.grid > .col-7{width:58.333333%;}
.grid > .col-6{width:50%;}
.grid > .col-5{width:41.666667%;}
.grid > .col-4{width:33.333333%;}
.grid > .col-3{width:25%;}
.grid > .col-2{width:16.666666%;}
.grid > .col-1{width:8.333333%;}

/*10*/
.grid.gap-10{margin:0 0 0 -10px}
.grid.gap-10 > .col-12{width:calc(100% - 10px);margin-left:10px}
.grid.gap-10 > .col-11{width:calc(91.6666666% - 10px);margin-left:10px}
.grid.gap-10 > .col-10{width:calc(83.3333333% - 10px);margin-left:10px}
.grid.gap-10 > .col-9{width:calc(75% - 10px);margin-left:10px}
.grid.gap-10 > .col-8{width:calc(66.666667% - 10px);margin-left:10px}
.grid.gap-10 > .col-7{width:calc(58.333333% - 10px);margin-left:10px}
.grid.gap-10 > .col-6{width:calc(50% - 10px);margin-left:10px}
.grid.gap-10 > .col-5{width:calc(41.666667% - 10px);margin-left:10px}
.grid.gap-10 > .col-4{width:calc(33.333333% - 10px);margin-left:10px}
.grid.gap-10 > .col-3{width:calc(25% - 10px);margin-left:10px}
.grid.gap-10 > .col-2{width:calc(16.666666% - 10px);margin-left:10px}
.grid.gap-10 > .col-1{width:calc(8.333333% - 10px);margin-left:10px}

/*20*/
.grid.gap-20{margin:0 0 0 -20px}
.grid.gap-20 > .col-12{width:calc(100% - 20px);margin-left:20px}
.grid.gap-20 > .col-11{width:calc(91.6666666% - 20px);margin-left:20px}
.grid.gap-20 > .col-10{width:calc(83.3333333% - 20px);margin-left:20px}
.grid.gap-20 > .col-9{width:calc(75% - 20px);margin-left:20px}
.grid.gap-20 > .col-8{width:calc(66.666667% - 20px);margin-left:20px}
.grid.gap-20 > .col-7{width:calc(58.333333% - 20px);margin-left:20px}
.grid.gap-20 > .col-6{width:calc(50% - 20px);margin-left:20px}
.grid.gap-20 > .col-5{width:calc(41.666667% - 20px);margin-left:20px}
.grid.gap-20 > .col-4{width:calc(33.333333% - 20px);margin-left:20px}
.grid.gap-20 > .col-3{width:calc(25% - 20px);margin-left:20px}
.grid.gap-20 > .col-2{width:calc(16.666666% - 20px);margin-left:20px}
.grid.gap-20 > .col-1{width:calc(8.333333% - 20px);margin-left:20px}

/*50*/
.grid.gap-50{margin:0 0 0 -50px}
.grid.gap-50 > .col-12{width:calc(100% - 250px);margin-left:50px}
.grid.gap-50 > .col-11{width:calc(91.6666666% - 50px);margin-left:50px}
.grid.gap-50 > .col-10{width:calc(83.3333333% - 50px);margin-left:50px}
.grid.gap-50 > .col-9{width:calc(75% - 50px);margin-left:50px}
.grid.gap-50 > .col-8{width:calc(66.666667% - 50px);margin-left:50px}
.grid.gap-50 > .col-7{width:calc(58.333333% - 50px);margin-left:50px}
.grid.gap-50 > .col-6{width:calc(50% - 50px);margin-left:50px}
.grid.gap-50 > .col-5{width:calc(41.666667% - 50px);margin-left:50px}
.grid.gap-50 > .col-4{width:calc(33.333333% - 50px);margin-left:50px}
.grid.gap-50 > .col-3{width:calc(25% - 50px);margin-left:50px}
.grid.gap-50 > .col-2{width:calc(16.666666% - 50px);margin-left:50px}
.grid.gap-50 > .col-1{width:calc(8.333333% - 50px);margin-left:50px}




.slider-controls{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	height: 1px;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slider-control-prev{

}
.slider-control-prev:after{
	content: '\68';
	font-family: si-solid;
}
.slider-control-next{

}
.slider-control-next:after{
	content: '\e909';
	font-family: si-solid;
}

/*description*/
.dsc p{

}
.dsc p br{
	display: none;
}
.dsc p,
.dsc p span,
.dsc ul li,
.dsc ul li span,
.dsc ol li,
.dsc ol li span{
	font-size:16px !important;
	line-height: 150% !important;
	font-weight: 400;
}
/*h*/
.dsc
h1,
h1 strong,
h2,
h2 strong,
h3,
h3 strong,
h4,
h4 strong,
h5,
h5 strong,
h6,
h6 strong{
	padding:0;
	font-weight: 500;
	margin:0 0 20px 0;
	font-size:24px;
	line-height: 130%;
}
/*ul*/
.dsc ul{
	list-style: none;
	padding:0;
}
.dsc ul li{
	position: relative;
	list-style: none;
	margin:0 0 15px 10px;
	padding:0 0 0 30px;
}
.dsc ul li:before{
	position: absolute;
	top:9px;
	left:-10px;
	content: '';
	display: inline-block;
	width:5px;
	height:5px;
	background: var(--black);
	margin:0 20px 0 0;
}
/*ol*/
.dsc ol{
	counter-reset: myCounter;
	padding:15px 0;
}
.dsc ol li{
	position: relative;
	list-style: none;
	margin:0 0 30px 20px;
	padding:5px 0 0 20px;
}

.dsc ol li:before {
	position: absolute;
	top:5px;
	left:-20px;
	counter-increment: myCounter;
	content:counter(myCounter);
	background: #363946;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
	font-weight: 500;
	line-height: 20px;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border:1px solid #363946;
	margin:0 10px 0 0;
}
/*blockquote*/
.dsc blockquote{
	border:1px solid #e3e3e3;
	border-radius: 3px;
	padding:20px;
	margin:0 0 20px 0;
}
.dsc blockquote span{
	font-size:16px;
	color:#999;
	font-style: italic;
}
/*table*/
.dsc table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
}
.dsc table tbody tr{
	border: 1px solid #dedede;
}
.dsc table tbody td{
	border: 1px solid #dedede;
	padding:10px;
	font-size: 14px;
}




.dvlpmt{
	display: block;
	position: relative;
	padding:0 0 0 40px;
}
.dvlpmt:before{
	content: '\e92e';
	font-family: si-solid;
	position: absolute;
	top:7px;
	left:0;
	font-size:34px;
	color: var(--orange-600);
}
.dvlpmt-nme{
	display: block;
	font-size:23px;
	font-weight: 400;
	color: var(--gray-800);

}
.dvlpmt-txt{
	display: block;
	font-size:12px;
	font-weight: 300;
	color: var(--gray-600);
	letter-spacing: 2px;
}


textarea{
	font-family: 'Exo 2', sans-serif;
}



.custom-alert-container {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.custom-alert {
	padding: 10px 15px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	opacity: 0;
	transform: translateY(-10px);
	animation: fadeIn 0.3s forwards, fadeOut 0.5s ease-out 5s forwards;
	font-family: sans-serif;
	max-width: 400px;
	word-break: break-word;
	text-align: center;
	line-height: 140%;
}
.custom-alert.alert-success {
	background: var(--green-400);
	color: var(--white);
}
.custom-alert.alert-error {
	background: var(--red-400);
	color: var(--white);
}

@keyframes fadeIn {
	to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
	to { opacity: 0; transform: translateY(-10px); }
}


@font-face {
	font-family: 'si-solid';
	src:  url('../fonts/si/si-solid.eot?cmrqu9');
	src:  url('../fonts/si/si-solid.eot?cmrqu9#iefix') format('embedded-opentype'),
	url('../fonts/si/si-solid.ttf?cmrqu9') format('truetype'),
	url('../fonts/si/si-solid.woff?cmrqu9') format('woff'),
	url('../fonts/si/si-solid.svg?cmrqu9#si-solid') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="si-solid-"], [class*=" si-solid-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'si-solid' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.si-solid-avocode:before {
	content: "\e92e";
}
.si-solid-diplomat:before {
	content: "\e92d";
}
.si-solid-viber:before {
	content: "\e900";
}
.si-solid-whatsapp:before {
	content: "\e908";
}
.si-solid-telegram:before {
	content: "\e92c";
}
.si-solid-cardio:before {
	content: "\e901";
}
.si-solid-bar:before {
	content: "\e902";
}
.si-solid-bell:before {
	content: "\e903";
}
.si-solid-browser:before {
	content: "\e904";
}
.si-solid-cart:before {
	content: "\e905";
}
.si-solid-check:before {
	content: "\e906";
}
.si-solid-chevron-down:before {
	content: "\e907";
}
.si-solid-chevron-left:before {
	content: "\68";
}
.si-solid-chevron-right:before {
	content: "\e909";
}
.si-solid-chevron-up:before {
	content: "\e90a";
}
.si-solid-close:before {
	content: "\e90b";
}
.si-solid-compare:before {
	content: "\e90c";
}
.si-solid-copy:before {
	content: "\e90d";
}
.si-solid-dot-loader:before {
	content: "\e90e";
}
.si-solid-download:before {
	content: "\e90f";
}
.si-solid-edit:before {
	content: "\e910";
}
.si-solid-envelope:before {
	content: "\e911";
}
.si-solid-equalizer:before {
	content: "\e912";
}
.si-solid-equals:before {
	content: "\e913";
}
.si-solid-file:before {
	content: "\e914";
}
.si-solid-gear:before {
	content: "\e915";
}
.si-solid-gift:before {
	content: "\e916";
}
.si-solid-globe:before {
	content: "\e917";
}
.si-solid-heart:before {
	content: "\e918";
}
.si-solid-home:before {
	content: "\e919";
}
.si-solid-map-marker:before {
	content: "\e91a";
}
.si-solid-minus:before {
	content: "\e91b";
}
.si-solid-phone:before {
	content: "\e91c";
}
.si-solid-plus:before {
	content: "\e91d";
}
.si-solid-power:before {
	content: "\e91e";
}
.si-solid-ring:before {
	content: "\e91f";
}
.si-solid-say:before {
	content: "\e920";
}
.si-solid-search:before {
	content: "\e921";
}
.si-solid-service:before {
	content: "\e922";
}
.si-solid-singout:before {
	content: "\e923";
}
.si-solid-speaker:before {
	content: "\e924";
}
.si-solid-star:before {
	content: "\e925";
}
.si-solid-trash:before {
	content: "\e926";
}
.si-solid-upload:before {
	content: "\e927";
}
.si-solid-user:before {
	content: "\e928";
}
.si-solid-wallet:before {
	content: "\e929";
}
.si-solid-widget:before {
	content: "\e92a";
}
.si-solid-wrench:before {
	content: "\e92b";
}

@media (min-width: 1024px) {
    .header-desktop{
        display: block;
    }
    .header-mobile{
        display: none;
    }
    .header{
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index: 9;
        transition: .3s;
        background: #fff;
    }
    .header.fixed{
        top:-150px;
    }
    /**/
    .header-a{
        padding: 10px 0;
        border-bottom: 1px solid var(--bluegray-100);
    }
    .header-a-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-a-container-a{

    }
    .header-a-container-b{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    /**/
    .menu-top{

    }
    .menu-top-level-1{
        display: flex;
        align-items: center;
    }
    .menu-top-level-1-item{
        margin:0 20px 0 0;
    }
    .menu-top-level-1-link{
        font-size: 16px;
        font-weight: 500;
    }
    .menu-top-level-1 li:nth-child(1){
        display: none;
    }
    /**/
    .language{

    }
    .language-list{

    }
    .language a{
        display: flex;
        align-items: center;
        justify-content: center;
        height:30px;
        font-size: 16px;
        font-weight: 500;
        margin:0;
    }
    .language a:hover{

    }
    /**/
    .header-currency{

    }
    .header-currency-list{
        display: flex;
        align-items: center;
    }
    .header-currency-link{
        display: flex;
        align-items: center;
        height: 30px;
        background: var(--bluegray-50);
        font-size: 12px;
        font-weight: 500;
        padding:0 10px;
        border-radius: 5px;
        margin:0 10px 0 0;
    }
    /**/
    .header-b{
        padding: 10px 0;
        border-bottom: 1px solid var(--bluegray-100);
    }
    .header-b-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-b-left{

    }
    /**/
    .header-logo{
        display: flex;
        align-items: center;
    }
    .header-logo a{
        width: 70px;
        margin:0 10px 0 0;
    }
    .header-logo p span:first-child{
        display: block;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.75px;
    }
    .header-logo p span:last-child{
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: var(--bluegray-500);
    }
    .header-b-center{

    }
    .header-phone{

    }
    .header-phone a{
        font-size: 36px;
        font-weight: 400;
        color: var(--bluegray-700);
        letter-spacing: 0.5px;
        height: 30px;
        display: flex;
        align-items: center;
    }
    .header-phone span{
        display: block;
        font-size: 14px;
        color: var(--bluegray-500);
        padding:5px 0 0 2px;

    }
    .header-messengers{

    }
    .header-contact-messenger{
        display: flex;
        align-items: center;
    }
    .header-contact-messenger svg{
        width:40px;
        height: 40px;
        margin:0 10px 0 0;
    }

    .header-contact-messenger span{
        display: block;
        font-size: 14px;
        color: var(--bluegray-500);
    }
    /**/
    .header-contacts{
        margin:0 20px 0 0;
    }
    .header-contacts a{
        font-size: 18px;
        font-weight: 500;
    }
    .header-widgets{
        display: flex;
        align-items: center;
    }
    /**/
    .widget-account{
        position: relative;
        cursor: pointer;
    }
    .widget-account-icon{
        display: flex;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .widget-account-icon:after{
        content: '\e928';
        font-family: si-solid;
        font-size: 36px;
    }
    .widget-account-text{
        font-size: 14px;
        color: var(--bluegray-500);
    }

    /**/
    .widget-cart{
        position: relative;
        cursor: pointer;
        margin:0 0 0 30px;
    }
    .widget-cart-icon{
        display: flex;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .widget-cart-icon:after{
        content: '\e905';
        font-family: si-solid;
        font-size: 36px;
    }
    .widget-cart-text{
        font-size: 14px;
        color: var(--bluegray-500);
    }
    .widget-cart-count{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }

    /**/
    .widget-wishlist{
        position: relative;
        cursor: pointer;
        margin:0 0 0 30px;
    }
    .widget-wishlist-icon{
        display: flex;
        justify-content: center;

        margin:0 0 10px 0;
    }
    .widget-wishlist-icon:after{
        content: '\e918';
        font-family: si-solid;
        font-size: 36px;
    }
    .widget-wishlist-text{
        font-size: 14px;
        color: var(--bluegray-500);
    }
    .widget-wishlist-count{
        position: absolute;
        top:0;
        right:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }
    /**/
    .header-c{
        background: #363946;
        border-bottom: 1px solid var(--bluegray-100);
        padding:10px 0;
    }

    .header-c-container{
        display: flex;
        align-items: center;
    }

    /**/
    .header-catalog{
        width:300px;
        margin:0 20px 0 0;
    }
    .header-catalog-button{
        display: flex;
        align-items: center;
        height: 50px;
        padding:0 20px;
        border-radius: 5px;
        background: var(--red-600);
        color: var(--white);
        font-size: 16px;
        text-transform: uppercase;
        transition: .3s;
        font-weight: 500;
        cursor: pointer;
    }
    .header-catalog-button:before{
        content: '\e902';
        font-family: si-solid;
        font-size: 24px;
        color: var(--white);
        margin:0 20px 0 0;
    }
    .header-catalog-button.show{
        background: var(--red-800);
    }
    .header-catalog-drop{
        position: absolute;
        top:100%;
        left:0;
        width:100%;
        z-index: 9;
        padding:11px 0 0 0;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    .header-catalog-drop.show{
        opacity: 1;
        visibility: visible;
    }
    .header-catalog-level-1{
        display: flex;
        flex-wrap: wrap;
        background: var(--white);
        border-radius: 0 0 5px 5px;
        padding:20px 20px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    }
    .header-catalog-level-1-item{
        width:33.3333333%;
    }
    .header-catalog-car .header-catalog-level-1-item{
        width:50%;
    }
    .header-catalog-level-1-link{
        display: flex;
        align-items: center;
        padding:15px 0;
    }
    .header-catalog-level-1-link img{
        width:40px;
        margin:0 10px 0 0;
    }
    .header-catalog-level-1-link span{
        font-size: 18px;
        font-weight: 500;
    }
    .header-catalog-level-1-link:hover span,
    .header-catalog-level-1-item.active span{
        color: var(--red-600);
    }
    /**/
    .header-search{
        display: none;
        align-items: center;
        width:300px;
        height: 50px;
        padding: 0 20px;
        border-radius: 5px;

        border:1px solid var(--white);
        color: var(--white);
        font-size: 16px;
        text-transform: uppercase;
        transition: .3s;
        font-weight: 500;
        cursor: pointer;
    }
    .header-search:before {
        content: '\e921';
        font-family: si-solid;
        font-size: 22px;
        color: var(--white);
        margin: 0 20px 0 0;
    }

    /**/
    .w-search{
        width:calc(100% - 400px);
        position: relative;
    }
    .w-search-form{
        position: relative;
    }
    .w-search-form.up{
        z-index: 99;
    }
    .w-search .form-group{
        margin:0;
    }
    .w-search-input{
        display: block;
        width:100%;
        height:50px;
        border:none;
        border-radius: 5px;
        padding:0 20px;
        transition: .3s;
        color: var(--black);
        background: rgba(255,255,255,0.1);
    }
    .w-search-input:focus,
    .w-search-form.up .w-search-input{
        background: rgba(255,255,255,1);
    }
    .w-search.up .w-search-input{
        background: #fff;
    }
    .w-search-input::-webkit-input-placeholder {color: var(--bluegray-50)}
    .w-search-input::-moz-placeholder {color: var(--bluegray-50)}
    .w-search-input:-ms-input-placeholder {color: var(--bluegray-50)}
    .w-search-input:-moz-placeholder {color: var(--bluegray-50)}
    .w-search-button{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width:50px;
        height: 50px;
        font-size: 20px;
        color: var(--white);
    }
    .w-search-button:hover{
        color: var(--red-600);
    }

    .w-search-close{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width:50px;
        height: 50px;
        border-radius: 5px;
        visibility: hidden;
        background: var(--white);
        cursor: pointer;
    }
    .w-search-close:hover{
        color: var(--red-600);
    }
    .w-search-close.show{
        visibility: visible;
    }
    .w-search-close:after{
        content: '\e90b';
        font-family: si-solid;
        font-size: 20px;
    }
    .w-search-drop{
        position: absolute;
        top:60px;
        right:0;
        width:100%;
        background: var(--white);
        border-top: 1px solid var(--gray-300);
        box-shadow: 0 0 30px rgba(0,0,0,0.1);
        border-radius: 5px;
        z-index: 9;
    }
    .w-search-drop-container{

    }
    .w-search-product-list{

        padding:20px;
        overflow: hidden;
        overflow-y: auto;
        max-height: 500px;
    }
    .w-search-product{
        display: flex;
        margin:0 0 10px 0;
    }
    .w-search-product-image{
        width:80px;
    }
    .w-search-product-image img{
        border: 1px solid var(--bluegray-50);
        border-radius: 5px;
        overflow: hidden;
        padding:5x;
    }
    .w-search-product-content{
        width:calc(100% - 80px);
        padding:0 0 0 20px;
    }
    .w-search-product-name{
        margin:0 0 5px 0;
    }
    .w-search-product-name a{
        font-size: 14px;
        font-weight: 400;
    }
    .w-search-product-name a:hover{
        color: var(--red-700);
    }
    .w-search-product-price{
        font-weight: 500;
        color: var(--red-700);
    }
    .w-search-product-not-available{
        color: var(--red-500);
        font-size: 13px;
    }
    .w-search-no-product{
        font-size: 12px;
        color: var(--gray-500);
    }
    /**/
    .w-search-drop-footer{
        display: none;
    }
    .w-search-overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.4);
        z-index: 7;
        visibility: hidden;
        opacity: 0;
    }
    .w-search-overlay.show{
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .header-desktop{
        display: none;
    }
    .header-mobile{
        display: block;
    }
    .header{
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index: 9;
    }
    .header-container{
        background: #fff;
        border-bottom: 1px solid var(--bluegray-100);
        padding:10px 0 10px 70px;
    }
    .header-menu-open{
        position: absolute;
        top:8px;
        left:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: var(--bluegray-100);
        border-radius: 5px;
    }
    .header-menu-open:after{
        content: '\e902';
        font-family: si-solid;
        font-size: 24px;
    }
    .header-logo{
        width:60px;
    }
    .header-logo p{
        display: none;
    }
    .header-language-list{
        text-align: center;
        margin:0 0 20px 0;
    }
    /**/

    .header-menu-catalog-button{
        display: flex;
        justify-content: center;
        margin:0 0 20px 0;
    }
    .header-menu-catalog-button a{

    }
    /**/
    .header-search{
        position:absolute;
        top:13px;
        right:100px;
        display: flex;
        align-items: center;
        height: 30px;
        padding: 0 6px;
        border-radius: 5px;
        background: var(--bluegray-100);
        color: var(--black);
        font-size: 14px;
        transition: .3s;
        font-weight: 500;
        cursor: pointer;
    }
    .header-search:before {
        content: '\e921';
        font-family: si-solid;
        font-size: 16px;
        color: var(--black);
        margin: 0 3px 0 0;
    }
    /**/

    .w-search{
        position: fixed;
        top:0;
        left:calc(-100% - 50px);
        bottom:0;
        width: calc(100% - 50px);
        z-index: 9999;
        background: var(--white);
        transition: .4s;
        padding:20px
    }
    .w-search.show{
        left:0;
    }
    .w-search-input{
        display: block;
        width:100%;
        height:50px;
        border:none;
        border-radius: 5px;
        padding:0 20px;
        transition: .3s;
        color: var(--black);
        background: #fff;
        border: 1px solid var(--bluegray-100);
    }
    .w-search-input:focus{
        background: rgba(255,255,255,1);
    }
    .w-search.up .w-search-input{
        background: #fff;
    }
    .w-search-input::-webkit-input-placeholder {color: var(--bluegray-200)}
    .w-search-input::-moz-placeholder {color: var(--bluegray-200)}
    .w-search-input:-ms-input-placeholder {color: var(--bluegray-200)}
    .w-search-input:-moz-placeholder {color: var(--bluegray-200)}
    .w-search-button{
        display: none;
    }
    .w-search-product-list{
        overflow: hidden;
        overflow-y: auto;
        max-height: 75vh;
    }
    .w-search-product{
        display: flex;
        margin:0 0 10px 0;
        padding:0 0 10px 0;
        border-bottom: 1px dashed var(--bluegray-100);
    }
    .w-search-product-image{
        width:80px;
    }
    .w-search-product-image img{
        border: 1px solid var(--bluegray-50);
        border-radius: 5px;
        overflow: hidden;
        padding:5x;
    }
    .w-search-product-content{
        width:calc(100% - 80px);
        padding:0 0 0 20px;
    }
    .w-search-product-name{
        margin:0 0 5px 0;
    }
    .w-search-product-name a{
        font-size: 14px;
        font-weight: 400;
    }
    .w-search-product-name a:hover{
        color: var(--red-700);
    }
    .w-search-product-price{
        font-weight: 500;
        color: var(--red-700);
    }
    .w-search-product-not-available{
        color: var(--red-500);
        font-size: 13px;
    }
    .w-search-no-product{
        font-size: 12px;
        color: var(--gray-500);
    }
    .w-search-drop-footer{
        display: none;
    }

    /**/
    .widget-account{
        position: absolute;
        top:17px;
        right:105px;
    }
    .widget-account-icon{
        display: flex;
        justify-content: center;
    }
    .widget-account-icon:after{
        content: '\e928';
        font-family: si-solid;
        font-size: 22px;
    }
    .widget-account-text{
        display: none;
    }



    /**/
    .widget-cart{
        position: absolute;
        top:17px;
        right:10px;
        cursor: pointer;
    }
    .widget-cart-icon{
        display: flex;
        justify-content: center;
        width: 50px;
    }
    .widget-cart-icon:after{
        content: '\e905';
        font-family: si-solid;
        font-size: 22px;
    }
    .widget-cart-text{
        display: none;
    }
    .widget-cart-count{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }

    /**/
    .widget-wishlist{
        position: absolute;
        top:17px;
        right:55px;
        cursor: pointer;
    }
    .widget-wishlist-icon{
        display: flex;
        justify-content: center;
        width: 50px;
    }
    .widget-wishlist-icon:after{
        content: '\e918';
        font-family: si-solid;
        font-size: 22px;
    }
    .widget-wishlist-text{
        display: none;
    }
    .widget-wishlist-count{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }
    .header-panel{
        position: fixed;
        top:0;
        left:calc(-100% - 50px);
        bottom:0;
        width: calc(100% - 50px);
        z-index: 9999;
        background: var(--white);
        transition: .4s;
    }
    .header-panel.show{
        left:0;
    }
    .header-panel-content{
        max-height: 90vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .header-panel-overlay{
        position: fixed;
        top:0;
        left:-100%;
        bottom:0;
        width: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.8);
        transition: .3s;
    }
    .header-panel-overlay.show{
        left:0;
    }
    .header-panel-hide{
        position: absolute;
        top:25px;
        right:0;
        display: flex;
        justify-content: center;
        width: 50px;
        cursor: pointer;
    }
    .header-panel-hide:after{
        content: '\e90b';
        font-family: si-solid;
        font-size: 24px;
        color: var(--white);
    }
    /**/
    .header-panel .header-logo{
        width: 50px;
        padding:10px 0 0 0;
        margin: 0 auto;
    }
    /**/
    .header-contacts{
        text-align: center;
        padding:20px 0;
    }
    .header-contacts a{
        font-size: 24px;
    }
    .header-contacts span{
        display: block;
        text-align: center;
        font-size: 12px;
    }
    /**/
    .header-messengers{
        margin:0 0 20px 0;
    }
    .header-messengers a{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .header-messengers a svg{
        width:30px;
        height:30px;
        margin:0 10px 0 0;
    }
    .header-messengers span{
        display:block;
        white-space: nowrap
    }
    /**/
    .language{
        text-align: center;
        margin:0 0 20px 0;
    }
    .language a{
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }
    /**/
    .menu-top{
        border-top: 1px solid var(--bluegray-100);
        border-bottom: 1px solid var(--bluegray-100);
        padding:10px 0;
    }
    .menu-top-level-1{
        text-align: center;
    }
    .menu-top-level-1-item{

    }
    .menu-top-level-1-link{
        display: block;
        padding:6px 0;
        font-size: 14px;
        font-weight: 600;
    }
    .menu-top-level-1 li:nth-child(1),
    .menu-top-level-1 li:nth-child(2){
        display: block;
    }
    /**/
    .header-catalog{

    }
    .header-catalog-button{
        display: none;
    }
    .header-catalog-drop{
        padding:0 10px;
    }
    .header-catalog-level-1{

    }
    .header-catalog-level-1-item{
        border-bottom: 1px solid var(--bluegray-50);
    }
    .header-catalog-level-1-item.active span{
        color: var(--red-700);
    }
    .header-catalog-level-1-link{
        display: flex;
        align-items: center;
        padding:10px 0;
    }
    .header-catalog-level-1-link img{
        width:30px;
        margin:0 10px 0 0;
    }
    .header-catalog-level-1-link span{
        font-size: 14px;
        font-weight: 500;
    }
    /**/

}



.main-container{
    padding:230px 0 0 0;
}
@media (max-width: 1024px) {
    .main-container{
        padding:57px 0 0 0;
    }
}


/**/
.breadcrumbs{

}
.breadcrumbs-elements{
    display: flex;
    align-items: center;
    list-style: none;
    padding:0;
    margin:0 0 30px 0;
}
.breadcrumbs-element{

}
.breadcrumbs-element:after{
    content: '/';
    margin:0 10px;
}
.breadcrumbs-element:last-child:after{
    display: none;
}
.breadcrumbs-element:after,
.breadcrumbs-element a,
.breadcrumbs-element span{
    font-size: 14px;
    color: var(--gray-500);
}
.breadcrumbs-element a:hover{
    color: var(--black);
}
@media (max-width: 1024px) {
    .breadcrumbs{
        border-bottom: 1px solid var(--bluegray-50);
    }
    .breadcrumbs-elements{
        margin: 0;
        padding: 10px 0;
    }
    .breadcrumbs-element{
        align-items: center;
    }
    .breadcrumbs-element:before{
        content: '\68';
        font-family: si-solid;
        margin:0 5px 0 0;
        font-size: 14px;
        color: var(--bluegray-200);
    }
    .breadcrumbs-element a{
        color: var(--bluegray-200);
    }
    .breadcrumbs-element,
    .breadcrumbs-element:after{
        display: none;
    }

}

.p-page{
    margin:0 0 100px 0;
}
.p-page-head{
    margin:0 0 30px 0;
}
.p-page-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
}
.p-page-container{
    background: #fff;
    padding:30px;
    border-radius: 10px;
}
@media (max-width: 1200px) {
    .p-page-title{
        text-align: center;
        font-size: 22px;
    }
    .p-page-container{
        padding:10px;
    }
}


.contact-block-elements{
    display: flex;
    flex-wrap: wrap;
}
.contact-block-element{
    width:33.33333%;
    padding:20px;
    margin:0 0 30px 0;
    text-align: center;
}
.contact-block-element:last-child{
    width: 100%;
}
.contact-block-element-title{
    font-size: 22px;
    color: var(--bluegray-500);
    font-weight: 400;
    margin:0 0 30px 0;
}
.contact-phone-elements{

}
.contact-phone-element{
    margin:0 0 10px 0;
}
.contact-phone-element a{
    font-size: 16px;
}
.contact-phone-element i{
    display: none;
}
.contact-phone-element span{
    display: block;
    font-size: 14px;
    color: var(--bluegray-500);
}
.contact-phone-element:first-child a{
    font-size: 24px;
}
/**/
.contact-email-elements{

}
.contact-email-element{
    margin:0 0 10px 0;
}
.contact-email-element i{
    display: none;
}
.contact-email-element a{
    font-size: 16px;
}

/**/
.contact-social-elements{
    display: flex;
    align-items: center;
    justify-content:center;
}
.contact-social-element{
    margin:0 5px;
}
.contact-social-element img{
    width:40px;
    transition: .3s;
}
.contact-social-element:hover img{
    transform: scale(0.9,0.9);
}



.tabs{

}
.tabs-navs{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-nav{
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin:0 10px;
}
.tabs-nav.active{
    color: var(--red-500);
}
.tabs-content{
    display: none;
}
.tabs-content.active{
    display: block;
    padding:40px 0;
}
.tabs-content span{
    display: block;
    margin:0 0 20px 0;
    text-align: center;
}
.tabs-content iframe{
    display: block;
    width: 100% !important;
    height: 400px !important;
}
@media (max-width: 980px) {
    .contact-block-element{
        width: 100%;
        padding:0
    }
    .contact-block-element-title{
        font-size: 14px;
        margin:0 0 10px 0;
    }

}

/**/
.slider-item{
    display: flex;
    align-items: center;
}
.slider-item-image{
    width:50%;
    padding:0 25px 0 0;
}
.slider-item-content{
    width:50%;
    padding: 0 0 0 20px;
}


/**/
.w-banner{
    padding:50px 0;
}
.w-banner-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -50px;
}
.w-banner-item{
    position: relative;
    width:calc(50% - 50px);
    margin:0 0 50px 50px;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}
.w-banner-item img{
    transition: 2s;
}
.w-banner-item:hover img{
    opacity: .6;
    transform: scale(1.1, 1.1);
}
.w-banner-item-name{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    height: 80px;
    padding:0 40px;
    z-index: 2;
}
/**/
.page-head{
    margin:0 0 30px 0;
}
.page-title{
    font-size: 42px;
    font-weight: 300;
    margin:0;
    padding:0
}

/**/
.implementation{
    margin: 0 0 100px 0;
}
.implementation-banner{
    background: url(../images/implementation-bg.jpg);
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}
.implementation-banner-container{
    background:rgba(54,57,70,0.9);
    padding:150px 0;
}
.implementation-banner-content{
    text-align: center;
    padding:0 10%;
}
.implementation-banner-title{
    font-size: 42px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    line-height: 150%;
    margin: 0 0 50px 0;
}
.implementation-banner-footer .button{
    color: var(--white);
    background: var(--red-800);
}
@media (max-width: 1200px) {
    .implementation-banner-container{
        padding:100px 0;
    }
    .implementation-banner-title{
        font-size: 22px;
        font-weight: 500;

    }
}


/**/
.w-category-container{
    margin:40px 0 100px 0;
}
.w-category-title{
    font-size: 30px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin:0 0 20px 0;
}

.w-category-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -10px;
}
.w-category-item{
    width:calc(20% - 10px);
    margin:0 0 10px 10px;
    background: #fff;
    border-radius: 5px;
    padding:30px;
    transition: .3s;
}
.w-category-item:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.w-category-item img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    transition: .3s;
}
.w-category-item:hover img{
    transform: scale(1.1,1.1);
}
.w-category-item span{
    display: block;
    padding:20px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.w-category-item:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: var(--red-600);
}
.w-category-item:last-child:hover{
    background: var(--red-700);
}
.w-category-item:last-child span{
    padding:0;
    margin:0 10px 0 0;
    color: var(--white);
    transition: .3s;
}
.w-category-item:last-child i{
    display: flex;
    color: var(--white);
    font-size: 30px;
}
.w-category-item:last-child:hover span{
    margin:0 15px 0 0;
}
@media (max-width: 1024px) {
    .w-category-container{
        margin:30px 0 30px 0;
    }
    .w-category-title{
        font-size: 22px;
    }
    .w-category-item{
        width:calc(33.333333% - 10px);
        padding:20px;
    }
}
@media (max-width: 680px) {
    .w-category-item{
        width:calc(50% - 10px);
        padding:10px;
    }
    .w-category-item img{
        width: 80px;
        height: 80px;
    }
    .w-category-item span{
        font-size: 14px;
    }
}

/**/
.w-car-grid-container{

}
.w-car-grid{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 50px -10px;
}
.w-car-grid-item{
    width:calc(20% - 10px);
    margin:0 0 10px 10px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px 0 30px;
    transition: .3s;
}
.w-car-grid-item:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.w-car-grid-item-image{
    width: 100px;
    margin: 0 auto;
}
.w-car-grid-item-image img{
    transition: .3s;
}
.w-car-grid-item:hover img{
    transform: scale(1.1,1.1);
}
.w-car-grid-item-name{
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding:20px 0;
    line-height: 130%;
    text-align: center;
}


@media (max-width: 1024px) {
    .w-car-grid-item{
        width:calc(33.3333333% - 10px);
    }

}
@media (max-width: 680px) {
    .w-car-grid-item{
        width:calc(50% - 10px);
    }

    .w-car-grid-item-name{
        font-size: 14px;

    }
}






/**/
.order{
    padding:50px 0;
}
.order-head{
    margin:0 0 20px 0;
}
.order-title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.order-content{
    max-width: 600px;
    margin:0 auto 20px auto;
    background: var(--white);
    padding:20px;
    border-radius: 5px;
    border: 1px solid var(--bluegray-50);
}

.order-container{

}
.order-container-title{
    font-size: 16px;
    font-weight: 600;
    margin:0 0 15px 0;
}
.order-data-elements{
    margin:0 0 25px 0;
}
.order-data-element{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--bluegray-100);
    padding:7px 0;
}
.order-data-element:last-child{
    border-bottom: none;
}
.order-data-element span:first-child{
    width: 150px;
    font-size: 14px;
    font-weight: 500;
    color: var(--bluegray-500);
}
.order-data-element span:last-child{
    width: calc(100% - 150px);
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
/**/
.order-product-elements{
    margin:0 0 20px 0;
}
.order-product-element{
    display: flex;
    border-bottom: 1px dashed var(--bluegray-100);
    padding:7px 0;
}
.order-product-element:last-child{
    border-bottom: none;
}
.order-product-element-a{
    width: 80px;
    margin:0 20px 0 0;
}
.order-product-element-b{
    width: calc(100% - 100px);
}
.order-products-element-name{
    font-size: 14px;
    line-height:130%;
    font-weight: 500;
    margin:0 0 5px 0;
}
.order-product-element-data{
    display: flex;
    align-items: center;
    padding:6px 0 0 0;
}
.order-product-element-qty{
    margin:0 15px;
    font-size: 14px;
    font-weight: 500;
}
.order-product-element-price{
    font-size: 14px;
    font-weight: 500;
}
/**/
.order-back-shop{
    display: flex;
    justify-content: center;
}
.order-back-shop .button{
    color: var(--white);
    background:#363946;
}
.order-back-shop .button:hover{
    color: var(--white);
    background:#363946;
}

.order-payment-button{
    background:var(--green-400);
}



/**/
.w-car-slider-container{
    margin: 0 0 100px 0;
}
.w-car-title{
    font-size: 30px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin:0 0 20px 0;
}
.w-car-slider{
    position: relative;
    padding:0 50px;
}
.w-car-slider-item{
    display: block;
    background: var(--white);
    padding:30px;
    margin:0 10px;
    border-radius: 5px;
}
.w-car-slider-item-image{
    width: 100px;
    margin: 0 auto 15px auto;
    opacity: .5;
}
.w-car-slider-item-name{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
/**/
.w-car-slider-container .slider-control{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 40px;
    background: var(--black);
    border-radius: 5px;
    color: var(--white);
    cursor: pointer;
    transition: .3s;
}
.w-car-slider-container .slider-control:hover{
    background: var(--red-600);
}
.w-car-slider-container .slider-control .slider-control .slider-control-prev{

}
.w-car-slider-container .slider-control .slider-control .slider-control-next{

}
@media (max-width: 1200px) {
    .w-car-slider-container{
        margin: 0 0 50px 0;
    }
    .w-car-title{
        font-size: 22px;
    }
}
@media (max-width: 680px) {
    .w-car-slider{
        padding: 0 10px;
    }
    .w-car-slider-item{
        padding:10px;
    }
    .w-car-slider-item-image{
        width: 60px;
    }
    .w-car-slider-item-name{
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }
    .w-car-slider .slider-controls{
        display: none;
    }
}

/**/
.category{
    padding:0 0 50px 0;
}
.category-head{
    margin:0 0 50px 0;
}
.category-title{
    font-size: 32px;
    font-weight: 500;
}
.category-short-description{
    margin:20px auto 0 auto;


}
.category-container{

}
.category-content{
    margin:0 0 20px 0;
}
.category-container-with-sidebar{
    display: flex;
    flex-wrap: wrap;
}
.category-container-with-sidebar .category-sidebar{
    width:300px;
    margin:0 20px 50px 0;
}
.category-container-with-sidebar .category-content{
    width:calc(100% - 320px);
}
.category-product-list{

}
.category-description{
    background: #fff;
    padding: 30px;
    border-radius: 10px;

}
@media (max-width: 1200px) {
    .category-head{
        text-align: center;
        margin:10px 0 20px 0;
    }
    .category-title{
        font-size: 22px;
    }
    .category-short-description{
        margin:10px auto 10px auto;
        font-size: 14px;
    }
    .category-container-with-sidebar .category-sidebar{
        width:100%;
        margin:0 0 0 0;
    }
    .category-container-with-sidebar .category-content{
        width:100%;
    }
}



/**/
.category-childs{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 50px -30px;
}
.category-child{
    display: flex;
    align-items: center;
    width:calc(33.3333333% - 30px);
    margin:0 0 30px 30px;
    border-radius: 10px;
    padding:15px;
    background: #fff;
}
.category-child-image{
    width:50px;
    margin: 0 20px 0 0;
    text-align: center;
}
.category-child-name{
    font-size: 16px;
    font-weight: 600;
}
.category-child:hover .category-child-name{
    color: var(--red-800);
}

@media (max-width: 1200px) {
    .category-child{
        width:calc(50% - 30px);
    }
}
@media (max-width: 680px) {
    .category-child{
        width:calc(100% - 30px);
        margin:0 0 10px 30px;
        padding:10px;
    }
    .category-child-image{
        width:30px;
        margin: 0 10px 0 0;
    }
    .category-child-name{
        font-size: 14px;
        font-weight: 500;
    }
}


.category-sorting{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin:0 0 20px 0;
}
.category-sorting-name{
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin:0 10px 0 0;
}
.category-sorting-value{
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding:0 10px 0 10px;
    border-radius: 5px;
    border: 1px solid var(--bluegray-600);;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.category-sorting-value:after{
    content: '\e907';
    font-family: si-solid;
    margin:0 0 0 20px;
    font-size: 12px;
}
.category-sorting-name span:first-child{
    margin:0 10px 0 0;
}
.category-sorting-list{
    position: absolute;
    top:42px;
    right:0;
    left: 0;
    z-index: 9;
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--bluegray-100);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.category-sorting-value:hover .category-sorting-list{
    visibility: visible;
    opacity: 1;
}
.category-sorting-list ul li a{
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding:0 10px;
    white-space:nowrap;
}
.category-sorting-list ul li:hover a{
    background: var(--bluegray-50);
}
/*product list*/
.product-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 20px -20px;
}
.category-container-with-sidebar .product-item{
    width:calc(33.333333% - 20px);
    margin:0 0 20px 20px;
}
.category-container-without-sidebar .product-item{
    width:calc(25% - 20px);
    margin:0 0 20px 20px;
}
@media (max-width: 960px) {
    .category-container-without-sidebar .product-item,
    .category-container-with-sidebar .product-item{
        width:calc(50% - 20px);
        margin:0 0 20px 20px;
    }
}
@media (max-width: 680px) {
    .category-container-without-sidebar .product-item,
    .category-container-with-sidebar .product-item{
        width:calc(100% - 20px);
    }
}
.product-slider .product-item{
    width:100%;
    margin:0 10px;
}

.product-item{

}
.product-item-container{
    background: var(--white);
    border: 1px solid var(--bluegray-50);
    border-radius: 5px;
}
.product-item-image{
    position: relative;
}
.product-item-image{
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.product-item-image img{
    height: 20vh;
    object-fit: cover;
    transform: scale(1.01,1.01);
    transition: .5s;
}
.product-item-image:hover img{
    transform: scale(1.1,1.1);
}
.product-item-label{
    position: absolute;
    top:10px;
    left:0;
    z-index: 2;
}
.product-item-label-image{
    width:50px;
}
.product-item-label-name{
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    z-index: 2;
}
.product-item-content{
    padding:10px;
}
.product-item-name{
    height: 88px;
    overflow: hidden;
}
.product-item-name a{
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 120%;
}
.product-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 10px 10px 10px;
}
.product-item-price-container{
    display: flex;
    align-items: center;
}
.product-item-discount{

}
.product-item-old-price{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color:var(--gray-800);
    line-height: 100%;
}
.product-item-old-price:after{
    content: '';
    display: block;
    width:100%;
    height: 1px;
    background: var(--gray-800);
    position: absolute;
    top:50%;
    left:0;
}
.product-item-difference-price{
    display: flex;
    align-items: center;
    height: 16px;
    background: var(--red-600);
    font-size: 14px;
    font-weight: 400;
    color:var(--white);
    line-height: 100%;
    padding:0 5px;
    border-radius: 3px;
}
.product-item-price{
    display: flex;
    align-items: baseline;
    font-size: 32px;
    font-weight: 400;
    color:var(--gray-800);
    line-height: 100%;
    margin:0 10px 0 0;
}
.product-item-price b{
    font-size: 18px;
    line-height: 100%;
}
.product-item-button{

}
.product-button-buy{
    color: var(--white);
    background: var(--red-600);
}
.product-button-more{
    color: var(--white);
    background: #363946;
}
.product-item-button .button:hover{

}
@media (max-width: 1024px) {

}
@media (max-width: 680px) {
    .product-item-image img{
        height: auto;
    }
}






/*filter*/
.category-filter-button{
    display: none;
}
.category-filter{
    background: var(--bluegray-700);
    border-radius: 5px;
}
.category-filter-head{
    display: none;
}
.category-filter-body{

}
/**/
.category-filter-properties,
.category-filter-cars{
    position:relative;

}
.category-filter-property,
.category-filter-car{

}
.category-filter-property-name,
.category-filter-car-name{
    display:flex;
    align-items:center;
    height: 70px;
    font-size:20px;
    font-weight:500;
    padding:0 10px;
    color: var(--white);

}
.category-filter-prompt .button,
.category-filter-prompt .button{
    font-size:14px;
    font-weight:400;
    position:absolute;
    top:3px;
    left:90%;
    visibility:hidden;
    opacity:0;
    white-space: nowrap;
    z-index:9;
    animation-name: filterprompt;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-play-state:running;
}

.category-filter-prompt .filter-prompt-0{
    color: var(--black);
    background:var(--bluegray-100);
}
.category-filter-prompt .filter-prompt-1{
    color: var(--white);
    background:var(--red-600);
}
.category-filter-prompt .filter-prompt-1:hover{
    color: var(--white);
    background:var(--red-700);
}



@-webkit-keyframes filterprompt {
    0%{
        left:90%;
        visibility:hidden;
        opacity:0;
    }
    10%{
        left:100%;
        visibility:visible;
        opacity:1;
    }
    90%{
        left:100%;
        visibility:visible;
        opacity:1;
    }
    100%{
        left:90%;
        visibility:hidden;
        opacity:0;
    }
}
@media (max-width: 1024px) {

}

/**/
.category-filter-property-values,
.category-filter-car-values{

}

.category-filter-property-value,
.category-filter-car-value{
    position:relative;
    display: block;

    padding:10px;
}
.category-filter-property-value-input,
.category-filter-car-value-input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.category-filter-property-value-name,
.category-filter-car-value-name{
    display:flex;
    align-items:center;
    position: relative;
    cursor: pointer;
    line-height:150%;
    padding:0 0 0 35px;
    font-size:14px;
    color: var(--white);
    font-weight:500;
}
.category-filter-property-value-name:before,
.category-filter-car-value-name:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display:flex;
    width:22px;
    height:22px;
    transform: translateY(-50%);
    background:var(--bluegray-50);
    border:none;
    border-radius: 3px;
    transition: .2s;
}
.category-filter-property-value-input:checked + .category-filter-property-value-name:before,
.category-filter-car-value-input:checked + .category-filter-car-value-name:before{
    content:'';
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
    color:#fff;
    background:var(--red-400);
}
.category-filter-property-value-input:checked + .category-filter-property-value-name:after,
.category-filter-car-value-input:checked + .category-filter-car-value-name:after{
    content:'\e906';
    font-family: si-solid;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width:22px;
    height:22px;
    top: 50%;
    left:1px;
    transform: translateY(-50%);
}
/**/
.category-filter-footer{
    display:flex;
    align-items:center;
    margin:0 0 0 -10px;
}
.category-filter-button-submit{
    display: flex;
    justify-content: center;
    width:calc(50% - 10px);
    margin:0 0 0 10px;
    color:var(--white);
    background: var(--orange-600);
}
.category-filter-button-submit:hover{
    color:var(--white);
    background: var(--orange-700);
}
.category-filter-button-reset{
    display: flex;
    justify-content: center;
    width:calc(50% - 10px);
    margin:0 0 0 10px;
    color:var(--black);
    background: var(--gray-200);
}
.category-filter-button-reset:hover{
    color:var(--black);
    background: var(--gray-300);
}
@media (max-width: 1200px) {
    .category-filter-button{
        display: flex;
        justify-content: center;
    }
    .category-filter-show{
        position: relative;
        display: inline-block;
        border-radius: 5px;
        background: #333;
        padding:0 15px;
        margin:0 0 20px 0;
    }
    .category-filter-show i{
        position: absolute;
        top:0;
        left:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: var(--white);
        margin:0 10px 0 0;
    }
    .category-filter-show span{
        display: block;
        line-height: 40px;
        height: 40px;
        padding:0 0 0 40px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
    }
    .category-filter{
        position: fixed;
        top:0;
        left:calc(-100% - 50px);
        bottom:0;
        width: calc(100% - 50px);
        z-index: 9999;
        background: var(--white);
        transition: .4s;
        border-radius: 0;
    }
    .category-filter.show{
        left: 0;
    }
    .category-filter-property-name, .category-filter-car-name{
        color: var(--black);
        font-size: 18px;
    }
    .category-filter-property-value-name:before, .category-filter-car-value-name:before{
        background: var(--bluegray-100);
    }
    .category-filter-property-value-name, .category-filter-car-value-name{
        color: var(--black);
    }
    .category-filter-property-values, .category-filter-car-values{
        max-height: 75vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .category-filter-prompt .button, .category-filter-prompt .button{
        left: auto;
        right:-100px;
    }
    @-webkit-keyframes filterprompt {
        0%{
            right:-100px;
            visibility:hidden;
            opacity:0;
        }
        10%{
            left:auto;
            right:10px;
            visibility:visible;
            opacity:1;
        }
        90%{
            left:auto;
            right:10px;
            visibility:visible;
            opacity:1;
        }
        100%{
            right:-100px;
            visibility:hidden;
            opacity:0;
        }
    }
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 50px 0;
}
.pagination li {
    margin: 0 2px;
}
.pagination li a, .pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--bluegray-100);
    font-weight: 400;
    font-size: 12px;
    color: var(--black);
    border-radius: 5px;
    transition: .3s;
}
.pagination li.disabled {
    display: none;
}
.pagination li.active a, .pagination li a:hover {
    background: var(--red-800);
    color: var(--white);
}




.product-slider{
    position: relative;

}
/*controls*/
.product-slider .slick-controls{

}
.product-slider .slick-control.slick-control-prev{
    position: absolute;
    top:40%;
    left:-50px;
}
.product-slider .slick-control.slick-control-next{
    position: absolute;
    top:40%;
    right:-50px;
}
.product-slider .slick-control.slick-control-prev, .product-slider .slick-control.slick-control-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width:50px;
    height:50px;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s;

}

.product-slider .slick-control.slick-control-prev:after{
    content: '\68';
    font-family: si-solid;
    font-size: 30px;
    color:var(--gray-700);
}
.product-slider .slick-control.slick-control-next:after{
    content: '\e909';
    font-family: si-solid;
    font-size: 30px;
    color:var(--gray-700);
}
.product-slider .slick-control.slick-control-prev:hover:after, .product-slider .slick-control.slick-control-next:hover:after{
    color:var(--red-800);
}







.product-slider-container{
    margin:0 0 50px 0;
}
.product-slider-title{
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin:0 0 30px 0;
}
@media (max-width: 1024px) {
    .product-slider-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        margin:0 0 20px 0;
    }
}



/**/
.w-adv-container{
    margin:0 0 50px 0;
}
.w-adv {
    background: url("../images/vl_bg.jpg");
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding:0;
}

.w-adv-list{
    background: #363946F2;
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
}
.w-adv-item{
    width:25%;
    padding:20px;
}
.w-adv-item-image img{
    filter: invert(1);
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
}
.w-adv-item-name{
    font-size: 16px;
    color: var(--white);
    text-align: center;
}
@media (max-width: 1200px) {
    .w-adv-item{
        width:50%;
    }

}
@media (max-width: 680px) {
    .w-adv-item{
        width:100%;
    }

}



.w-home-about{
    margin:0 0 50px 0;
}
.w-home-about-container{
    background: #fff;
    padding:30px;
    border-radius: 10px;
}
.w-home-about-description{
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}


.modal-product-warehouse{
    width: 600px;
    background: var(--white);
    border-radius: 5px;
}
.modal-product-warehouse .modal-head {
    padding: 0 20px;
    border-bottom: 1px solid var(--bluegray-50);
}
.modal-product-warehouse .modal-body{
    padding:20px;
}

.product-warehouses{

}
.product-warehouse{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    border-bottom: 1px dashed var(--bluegray-50);
}
.product-warehouse:last-child{
    border-bottom: none;
}
.product-warehouse-name{
    font-size: 14px;
    font-weight: 600;
}
.product-warehouse-content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-warehouse-qty{
    display: flex;
    align-items: center;
    width:150px;
}
.product-warehouse-qty-count{
    display: flex;
    align-items: center;
    width:50px;
    height:50px;
    font-size: 16px;
    text-align: center;
    border: none;
}
.product-warehouse-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    width:46px;
    height:46px;
    font-size: 14px;
    background: var(--gray-100);
    border-radius: 4px;
    cursor: pointer;
}
.product-warehouse-control{
    margin:0 0 0 10px;
}

.product-warehouse-out-of-stock{
    font-size: 14px;
    color: var(--bluegray-500);
}









.disassembly-root{

}
.disassembly-root-head{
    margin: 0 0 50px 0;
}
.disassembly-root-title{
    font-size: 32px;
    font-weight: 500;
}
.disassembly-root-container{

}
.disassembly-root-sidebar{

}
.disassembly-root-content{
    margin: 0 0 50px 0;
}
.disassembly-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px -20px;
}
.disassembly-item{
    width: calc(33.333333% - 20px);
    margin: 0 0 20px 20px;
}
.product-slider-container .disassembly-item{
    width:100%;
    margin:0 5px;
}
.disassembly-item-container{
    background: var(--white);
    border: 1px solid var(--bluegray-50);
    border-radius: 5px;
}
.disassembly-item-image{
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.disassembly-item-image img{
    height:30vh;
    object-fit: cover;
    transform: scale(1.01,1.01);
    transition: .5s;
}
.disassembly-item-image:hover img{
    transform: scale(1.01,1.01);
}
.disassembly-item-content{
    padding: 10px;
}
.disassembly-item-name{
    padding:20px 0;
}
.disassembly-item-name a{
    font-size: 18px;
    font-weight: 600;
}
.disassembly-item-params{
    margin:0 0 20px 0;
}
.disassembly-item-param{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
    border-bottom: 1px dashed var(--bluegray-100);
}
.disassembly-item-param-name{
    font-size: 14px;
    font-weight: 600;
}
.disassembly-item-param-value{
    font-size: 14px;
}
.disassembly-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.disassembly-item-order-button{
    color: var(--white);
    background: #363946;
}
.disassembly-item-catalog-button{
    color: #363946;
    font-weight: 500;
    border:1px solid #363946;
}
.disassembly-item-catalog-button:hover{
    color: #363946;
    font-weight: 500;
    border:1px solid #363946;
}
.product-slider-container .disassembly-item-footer{
    display: block;
}
.product-slider-container .disassembly-item-order-button,
.product-slider-container .disassembly-item-catalog-button{
    width: 100%;
    margin:0 0 10px 0;
}
@media (max-width: 1200px) {
    .disassembly-root-head{
        text-align: center;
        margin: 0 0 30px 0;
    }
    .disassembly-root-title{
        font-size: 22px;
        font-weight: 600;
    }
    .disassembly-item{
        width: calc(50% - 20px);
    }
}
@media (max-width: 680px) {
    .disassembly-item{
        width: calc(100% - 20px);
    }
    .disassembly-item-image img{
        height: auto;
    }
    .disassembly-item-footer{
        display: block;
    }
    .disassembly-item-order-button,
    .disassembly-item-catalog-button{
        display: block;
        width:100%;
        margin:0 0 10px 0;
    }
}


/**/
.disassembly-mobile-title{
    display: none;
}
.disassembly-container{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}
.disassembly-container-a{
    width: calc(50% - 25px);
    margin:0 25px 0 0;
}
.disassembly-container-b{
    width: calc(50% - 25px);
    margin:0 0 0 25px;
}
.disassembly-desktop-title{
    font-size: 24px;
    font-weight: 600;
}
.disassembly-image img{
    border-radius: 5px;
}
.disassembly-params{
    margin:0 0 30px 0;
}
.disassembly-param{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
    border-bottom: 1px dashed var(--bluegray-100);
}
.disassembly-param:last-child{
    border: none;
}
.disassembly-param-name{
    font-weight: 600;
}
.disassembly-controls{

}
.disassembly-order-button{
    color: var(--white);
    background: #363946;
}
.disassembly-catalog-button{
    color: #363946;
    font-weight: 500;
    border: 1px solid #363946;
}
.disassembly-catalog-button:hover{
    color: #363946;
    font-weight: 500;
    border: 1px solid #363946;
}
.disassembly-short-description{
    padding:20px 0;
}
@media (max-width: 1200px) {
    .disassembly-mobile-title{
        width: 100%;
        display: block;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
    .disassembly-container-a,
    .disassembly-container-b{
        width: 100%;
        margin:0 0 20px 0;
    }
    .disassembly-desktop-title{
        display: none;
    }
}
@media (max-width: 680px) {
    .disassembly-order-button,
    .disassembly-catalog-button{
        width: 100%;
        margin:0 0 10px 0;
    }
}


/**/
.footer{
    background: #363946;
    padding:40px 0;
}
.footer-a{

}
.footer-a-container{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -20px;
}
.footer-a-container .footer-col{
    width:calc(25% - 20px);
    margin:0 0 0 20px;
}
.footer-col-title{
    font-size: 20px;
    margin:0 0 20px 0;
    color: var(--bluegray-200);
    font-weight: 300;
}

/**/
.menu-footer{

}
.menu-footer-level-1{

}
.menu-footer-level-1-item{
    margin:0 0 7px 0;
}
.menu-footer-level-1-link{
    font-size: 14px;
    color: var(--bluegray-50);

}
.menu-footer-level-1-link:hover,
.menu-footer-level-1-item.active a{
    color: var(--red-600);
}

/**/
.footer-contacts{
    display: none;
}
.footer-contact-phone-container{
    display: flex;
    align-items: center;
    border: 2px dashed #515463;
    border-radius: 10px;
    padding:20px;
    margin:0 0 20px 0;
}
.footer-contact-phone-icon{
    margin:0 20px 0 0;
}
.footer-contact-phone-icon i{
    font-size: 36px;
    color: var(--white);
}
.footer-contact-phone-number{

}
.footer-contact-phone-number a{
    font-size: 24px;
    color: var(--white);
}
.footer-contact-phone-number span{
    padding:5px 0 0 0;
    display: block;
    font-size: 14px;
    color: var(--bluegray-200);
}

.footer-contact-email-list{
    margin:0 0 20px 0;
}
.footer-contact-email-item{
    display: flex;
    align-items: center;
    margin:0 0 15px 0;
}
.footer-contact-email-item i{
    margin:0 10px 0 0;
    font-size: 22px;
    color: var(--bluegray-100);
}
.footer-contact-email-item a{
    font-size: 14px;
    color: var(--white);
}
/**/
.footer-contact-address-list{
    margin:0 0 20px 0;
}
.footer-contact-address-item{
    display: flex;
    align-items: center;
    margin:0 0 15px 0;
}
.footer-contact-address-item i{
    margin:0 10px 0 0;
    font-size: 22px;
    color: var(--bluegray-100);
}
.footer-contact-address-item span{
    font-size: 14px;
    color: var(--white);
}
/**/
.footer-contact-socials{
    display: flex;
    align-items: center;
    margin:0 0 30px 0;
}
.footer-contact-social{
    width: 40px;
    margin:0 10px 0 0;
}
.footer-contact-social img{
    transition: .3s;
}
.footer-contact-social:hover img{
    transform: scale(1.1,1.1);
}



.footer-partner{

}
.footer-partner-title{

}
.footer-partner-list{
    display:flex;
}
.footer-partner-list img{
    width:auto;
    height:30px;
    margin:0 10px 0 0;
}
@media (max-width: 1024px) {

    .footer-a-container .footer-col{
        width:100%;
        margin:0 0 20px 20px;
    }
    .footer-a-container .footer-col:nth-child(2),
    .footer-a-container .footer-col:nth-child(3){
        display: none;
    }
    .footer-col-title{
        text-align: center;
        font-size: 18px;
        margin:0 0 10px 0;
    }
    .menu-footer{
        text-align: center;
    }
    .menu-footer-level-1-item{
        margin:0 0 2px 0;
    }
    .menu-footer-level-1-link{
        font-size: 14px;
    }


    .footer-partner-list{
        display:flex;
        justify-content:center;
    }

}



.footer-b{
    border-top:1px solid var(--bluegray-800);
    padding:20px 0 0 0;
    text-align: center;
}
.footer-b-container{

    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:space-between;
}
.footer-dev{
    color:var(--bluegray-300);
}
.footer-dev:hover{
    color:var(--white);
}



/*Cart*/
.modal-cart{
    width: 960px;
    background: var(--white);
    border-radius: 5px;
}
.modal-cart .modal-head{
    padding:0 20px;
    border-bottom: 1px solid var(--bluegray-50);
}
.modal-cart .modal-body{
    max-height: calc(100vh - 175px);
    overflow: hidden;
    overflow-y: auto;
}


.cart-notification-container{
    margin:10px;
}
.cart-notification{
    background: var(--red-50);
    color: var(--red-600);
    padding:10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

/**/
.cart-warehouse{
    border-bottom: 1px solid var(--bluegray-50);
}
.cart-warehouse-name{
    display: flex;
    align-items: center;
    height: 50px;
    padding:0 10px;
    font-size: 14px;
    font-weight: 500;
}
.cart-warehouse-products{

}

.cart-warehouse-product{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding:20px 10px;
}
.cart-warehouse-product-a{
    width:80px;
    margin:0 20px 0 0;
}
.cart-warehouse-product-image{
    border-radius: 5px;
}
.cart-warehouse-product-b{
    width:calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/**/
.cart-warehouse-product-image{

}
/**/
.cart-warehouse-product-content{
    width:calc(100% - 350px);
}
.cart-warehouse-product-name{
    margin:7px 0 10px 0;
}
.cart-warehouse-product a{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}
.cart-warehouse-product a:hover{
    border-bottom: 1px solid var(--black);
}

.cart-warehouse-product-attributes{

}

/**/
.cart-warehouse-product-controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width:350px;
}
.cart-warehouse-product-qty{
    display: flex;
    align-items: center;
    background: var(--gray-100);
    border-radius: 4px;
    margin:0 10px 0 0;
}
.cart-warehouse-product-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height:40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.cart-warehouse-product-qty-change.qty-min:after{
    content: '\68';
    font-family: si-solid;
}
.cart-warehouse-product-qty-change.qty-max:after{
    content: '\e909';
    font-family: si-solid;
}
.cart-warehouse-product-qty-count{
    padding:0 10px;
    font-size: 14px;
    font-weight: 500;
}
.cart-warehouse-product-price{
    margin:0 20px 0 0;
}
.cart-warehouse-product-price span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--red-800);
}
.cart-warehouse-product-price span b{
    font-weight: 300;
}
.cart-warehouse-product-price strike{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-500);
}

.cart-warehouse-product-out-of-stock{
    font-size: 14px;
    color: var(--bluegray-500);
    margin:0 10px 0 0;
}


.cart-warehouse-product-remove{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    background: var(--gray-100);
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.cart-warehouse-product-remove:after{
    content: '\e926';
    font-family: si-solid;
}
.cart-warehouse-product-remove:hover{
    color: var(--white);
    background: var(--black);
}

/**/
.cart-warehouse-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding:10px 20px;
}
.cart-total{
    display: flex;
    align-items: center;
    margin:0 20px 0 0;
}
.cart-total span:first-child{
    font-size: 16px;
    margin:0 5px 0 0;
}
.cart-total span:last-child{
    font-weight: 500;
    font-size: 16px;
    color: var(--red-800);
}
.cart-total span:last-child b{
    font-weight: 300;
}
.cart-button .button{
    color: var(--white);
    background: #363946;
}


@media (max-width: 1024px) {
    .cart-item {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .cart-item-a {
        width: 50px;
    }
    .cart-item-b {
        width: calc(100% - 50px);
    }
    .cart-content{
        width:100%;
    }
    .cart-name{
        margin:0 0 10px 0;
    }
    .cart-controls{
        width:100%;
        justify-content: flex-start;
    }
    .cart-total{
        width:100%;
        justify-content: center;
        margin:0 0 20px 0;
    }
    .cart-button{
        width: 100%;
    }
    .cart-button .button{
        width: 100%;
    }
}


/*Wishlist*/
.wishlist-list{
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
}

.wishlist-item {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed var(--gray-200);
}
.wishlist-item-a {
    width: 100px;
}
.wishlist-item-b {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
/**/
.wishlist-image{

}
/**/
.wishlist-content{
    width: calc(100% - 300px);
}
.wishlist-name{
    margin:0 0 10px 0;
}
.wishlist-name a{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}
.wishlist-name a:hover{
    border-bottom: 1px solid var(--black);
}
.wishlist-attributes{

}
.wishlist-attribute{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin:0 0 5px 0;
}
/**/
.wishlist-controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
}
.wishlist-price{
    margin:0 20px 0 0;
}
.wishlist-price span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--red-800);
}
.wishlist-price strike{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-500);
}
.wishlist-remove{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    background: var(--gray-100);
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.wishlist-remove:after{
    content: '\e926';
    font-family: si-solid;
}
.wishlist-remove:hover{
    color: var(--white);
    background: var(--black);
}




@media (max-width: 1024px) {
    .wishlist-item {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .wishlist-item-a {
        width: 50px;
    }
    .wishlist-item-b {
        width: calc(100% - 50px);
    }
    .wishlist-content{
        width:100%;
    }
    .wishlist-name{
        margin:0 0 10px 0;
    }
    .wishlist-controls{
        width:100%;
        justify-content: flex-start;
    }
}



/*sing in*/
.modal-sign .form-group .form-control {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: var(--bluegray-50);
    border: 1px solid var(--bluegray-100);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px;
}{

}

.modal-title{

}
.modal-sign-a{
    margin:0 0 30px 0;
}
.modal-sign-a .modal-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-sign-a .modal-control .modal-sign-submit-button{
    background: #363946;
}
.modal-sign-a .modal-control .modal-sign-forgot-button{
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
.modal-sign-a .modal-control .modal-sign-forgot-button:hover{
    border-bottom: 1px solid var(--black);
}
.modal-sign-a .modal-control .modal-sign-agm{
    font-size: 12px;
    line-height: 130%;
    padding:0 0 0 10px;
}
/**/
.modal-sign-b{
    padding:30px 0 0 0;
    text-align: center;
    border-top: 1px solid var(--gray-300);
}
.modal-sign-b .modal-title{
    margin:0 0 20px 0;
}
.modal-sign-b .modal-control{

}
.modal-sign-b .modal-control span{
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
.modal-sign-b .modal-control span:hover{
    border-bottom: 1px solid var(--black);
}



/**/
/*Form element*/
.field-container{
    position: relative;
}
.field-container.gap-bottom{
    margin-bottom: 20px;
}

.field-container.horizontal{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.field-container.align-center{
    align-items: center;
}

.field-container.horizontal-25-75 > .field-label{width: 25%;}
.field-container.horizontal-25-75 > .field-control{width: 75%;}

.field-container.horizontal-50-50 > .field-label{width: 50%;}
.field-container.horizontal-50-50 > .field-control{width: 50%;}

.field-container.horizontal-75-25 > .field-label{width: 75%;}
.field-container.horizontal-75-25 > .field-control{width: 25%;}

.field-label{
    display: flex;
    align-items: center;
    height: 25px;
    font-size: 12px;
    color: var(--bluegray-600);
}
.field-container.required .field-label:after{
    content: '*';
    color: var(--red-400);
}

.field-control{
    display: flex;
}
/**/
.field-input{
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: var(--white);
    border:1px solid var(--bluegray-100);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    padding:0 15px;
}
.field-container.disabled .field-input{
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: var(--bluegray-50);
    border:1px solid var(--bluegray-100);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    padding:0 15px;
}
.field-container.has-error .field-input{
    border:1px solid var(--red-300);
}

.field-error{
    display: none;
}

.field-phone-control{
    position: relative;
}
.field-phone-control .field-phone-flag-current{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border:1px solid var(--bluegray-100);
    border-right: none;
    background: var(--white);
    cursor: pointer;
}
.field-phone-control .field-phone-flag-current img{
    width: 25px;
}
.field-phone-flag-container{
    position: absolute;
    width: 100%;
    top:100%;
    left:0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.field-phone-flag-control:hover .field-phone-flag-container{
    visibility: visible;
    opacity: 1;
}
.field-phone-flag-elements{
    background: var(--white);
    border: 1px solid var(--bluegray-50);
}
.field-phone-flag-element{
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
    padding:0 10px;
    transition: .3s;
}
.field-phone-flag-element:hover{
    background: #f8f8f8;
}
.field-phone-flag-element-flag{
    width: 25px;
    margin:0 10px 0 0;
}
.field-phone-flag-element-flag img{
    border: 1px solid var(--bluegray-50);
}
.field-phone-flag-element-name{
    font-size: 12px;
    color: var(--black);
}


.field-phone-control .field-input{
    border-radius: 0 5px 5px 0;
}

/**/
.field-container .field-textarea {
    all: unset;
    appearance: none;
    display: block;
    width: 100%;
    border-radius: 5px;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    padding: 15px;
    height: 72px;
    min-height: 72px;
    line-height: 140%;
    font-family: "Montserrat", sans-serif;
    resize: vertical;
}


.field-note{
    display: flex;
    align-items: center;
    height: 30px;
    color: var(--bluegray-500);
    font-size: 12px;
}



/**/


/*button*/




.field-upload-container{

}
.field-upload-container.gap-bottom{
    margin-bottom: 20px;
}
.field-upload-image{
    position: relative;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;
    padding:20px;
}
.field-upload-remove-button{
    position: absolute;
    top:10px;
    right:10px;
}

.field-upload-drop-zone{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px dashed var(--bluegray-100);
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    color: var(--bluegray-600);
    cursor: pointer;
    transition: .3s;
}
.field-upload-drop-zone:hover{
    border: 1px dashed var(--bluegray-300);
}
.field-upload-drop-zone.has-success{
    border-color: var(--green-400);
}
.field-upload-drop-zone.has-error{
    border-color: var(--red-400);
}


/*.field-file-input-image-preview img{*/
/*    object-fit: contain;*/
/*    max-height: 200px;*/
/*}*/

/*.field-file-input-image.has-error .field-file-input-image-preview{*/
/*    border: 1px dashed var(--red-400);*/
/*}*/



.form-element-dropdown {
    width: 100%;
    position: relative;
}

.form-element-dropdown-button {
    display: flex;
    height: 40px;
    align-items: center;
    width: 100%;
    min-width: 150px;
    border-radius: 5px;
    background: var(--white);
    border:1px solid var(--bluegray-100);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding:0 15px;
}
.form-element-dropdown-button:after{
    content: '\e907';
    position: absolute;
    top:50%;
    right:10px;
    transform: translateY(-50%);
    font-size: 12px;
    font-family: si-solid;
    color: var(--bluegray-200);
}
.form-element-dropdown-button.show:after{
    content: '\e90a';
}

.field-container.has-error .form-element-dropdown-button{
    border: 1px solid var(--red-300);
}

.form-element-dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;

    z-index: 1000;
    min-width: 100%;
}
.form-element-dropdown-container-head {
    display: none;
    padding:10px;
}
.form-element-dropdown-container-search{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: var(--white);
    border:1px solid var(--bluegray-100);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    padding:0 15px;
}
.form-element-dropdown-container-elements{

}
.form-element-dropdown-container-element {
    line-height: 150%;
    white-space: nowrap;
    padding: 15px 10px;
    cursor: pointer;
}

.form-element-dropdown-container-element.active,
.form-element-dropdown-container-element:hover {
    color: var(--deep-purple-500);
    background:var(--bluegray-40);
}



/**/
.checkbox-section{

}
.checkbox-section.bottom-space-20{
    margin: 0 0 20px 0;
}
.checkbox-section.horizontal{
    display: flex;
    flex-wrap: wrap;
}
.checkbox-section.horizontal .checkbox-section-label{
    width: 25%;
    min-height: 50px;
}
.checkbox-section.horizontal .checkbox-section-elements{
    width: 75%;
}
.checkbox-section-label{
    display: flex;
    align-items: center;
    height: 25px;
    font-size: 12px;
    color: var(--bluegray-600);
}
.checkbox-section-elements{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--bluegray-100);
    padding:10px 5px 5px 10px;
    border-radius: 5px;
}
.checkbox-section-element{
    margin:0 5px 5px 0;
}


/**/
.field-checkbox-elements{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--bluegray-100);
    padding:5px 0 0 5px;
    border-radius: 5px;
}
.field-checkbox-element{
    display: flex;
    position:relative;
    margin:0 5px 5px 0;
}
.field-checkbox-element-input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.field-checkbox-element-label{
    cursor: pointer;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--bluegray-100);
    background: var(--white);
    padding:0 10px;
    transition: .3s;
    color:var(--black);
}

.field-checkbox-element-input:checked + .field-checkbox-element-label{
    background: var(--deep-purple-500);
    border: 1px solid var(--deep-purple-500);
    color:var(--white);
}



.custom-alert-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.custom-alert {
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeIn 0.3s forwards, fadeOut 0.5s ease-out 5s forwards;
    font-family: sans-serif;
    max-width: 400px;
    word-break: break-word;
    text-align: center;
    line-height: 140%;
}
.custom-alert.alert-success {
    background: var(--green-400);
    color: var(--white);
}
.custom-alert.alert-error {
    background: var(--red-400);
    color: var(--white);
}

@keyframes fadeIn {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
    to { opacity: 0; transform: translateY(-10px); }
}
.product{
    background: var(--white);
    padding:20px;
    border-radius: 5px;
    border: 1px solid var(--bluegray-50);
    margin:0 auto 50px auto;
}
.product-a{
    display: flex;
    flex-wrap: wrap;

}
.product-images{
    width:calc(40% - 25px);
    position: relative;
    overflow: hidden;
    margin:0 25px 50px 0;
}
.product-main-images{
    margin:0 0 10px 0;
}
.product-main-images-image{
    display: none;
}
.product-main-images-image:first-child{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.product-main-images-image img{
    transform: scale(1.01,1.01);
    transition: .5s;
}
.product-main-images-image:hover img{
    transform: scale(1.1,1.1);
}
.product-second-images{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 0 -10px;
}
.product-second-images-image{
    width:calc(33.33333% - 10px);
    overflow: hidden;
    border-radius: 5px;
    margin:0 10px 0 10px;
}
.product-second-images-image:first-child{
    display: none;
}
.product-second-images-image img{
    cursor: pointer;
    transform: scale(1.01,1.01);
    transition: .5s;
}
.product-second-images-image:hover img{
    transform: scale(1.1,1.1);
}
.product-label{
    position: absolute;
    top:20px;
    right:0;
    z-index: 2;
}
.product-label-image{
    width:50px;
}
.product-label-name{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
}
.product-data{
    width:calc(60% - 25px);
    margin:0 0 50px 25px;
}
.product-mobile-title{
    display: none;
}
.product-desktop-title{
    display: block;
    padding:0;
    font-size:18px;
    font-weight: 600;
    line-height: 140%;
    margin:0 0 30px 0;
}

/**/
.product-available-container{
    margin:0 0 20px 0;
    padding:0 0 10px 0;
}
.product-available-title{
    font-size: 16px;
    font-weight: 600;
    margin:0 0 10px 0;
}
.product-available-elements{
    background: #f8f8f8;
    padding:20px;
    border-radius: 4px;
}
.product-available-element{
    display: flex;
    align-items: center;
    margin:0 0 12px 0;
}
.product-available-element-name{
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 16px;
}
.product-available-element-name span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--bluegray-50);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin:0 0 0 5px;
}
.product-available-element-name span:hover{
    opacity: 0.7;
}
.product-available-element-value{
    width: 50%;
}
.product-not-available{
    color: var(--red-600);
}
.product-yes-available{
    color: var(--green-600);
}

/**/
.product-code-container{
    display: flex;
    align-items: center;
    margin:0 0 7px 0;
}
.product-code-name{
    font-size: 16px;
    margin:0 10px 0 0;
}
.product-code-value{

}
/**/
.product-condition-container{
    display: flex;
    align-items: center;
    margin:0 0 7px 0;
}
.product-condition-name{
    font-size: 16px;
    margin:0 10px 0 0;
}
.product-condition-value{

}

/**/
.product-car-container{
    display: flex;
    align-items: center;
    margin:0 0 30px 0;
}

.product-car-name{
    font-size: 16px;
    margin:0 10px 0 0;
}
.product-car-values{
    display: flex;
    flex-wrap: wrap;
}
.product-car-value{
    margin:0 0 5px 0;
}
.product-car-values a{
    border-bottom: 1px dashed var(--black);
    margin:0 10px 0 0;
}
.product-car-values a:hover {
    color: var(--red-600);
}

@media (max-width: 680px) {
    .product-available-element{
        justify-content: space-between;
    }
    .product-code-container,
    .product-condition-container{
        justify-content: space-between;
        border-bottom: 1px dashed var(--bluegray-100);
        padding:0 0 10px 0;
    }
    .product-car-container{
        align-items: start;
        justify-content: space-between;
    }
    .product-car-values{
        display: block;
        text-align: right;
    }

    .product-car-value{
        margin:0 0 10px 0;
    }
    .product-car-values a{
        margin:0;
    }

}
/**/
.product-price-container{
    display: flex;
    align-items: center;
    margin:0 20px 0 0;
}
.product-price{
    display: flex;
    align-items: baseline;
    font-size: 46px;
    font-weight: 400;
    color:var(--gray-800);
    line-height: 100%;
    margin:0 10px 0 0;
}
.product-price b{
    font-size: 18px;
    line-height: 100%;
}
/**/
.product-old-price-container{

}
.product-old-price{
    margin:0 0 2px 0;
}
.product-old-price span{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color:var(--gray-800);
    line-height: 100%;
}
.product-old-price span:after{
    content: '';
    display: block;
    width:100%;
    height: 1px;
    background: var(--gray-800);
    position: absolute;
    top:50%;
    left:0;
}
.product-old-price small{

}
.product-difference-price{
    display: flex;
    align-items: center;
    height: 16px;
    background: var(--red-600);
    font-size: 14px;
    font-weight: 400;
    color:var(--white);
    line-height: 100%;
    padding:0 5px;
    border-radius: 3px;
}
.product-controls{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:40px 0 0 0;
}

.product-qty{
    display: flex;
    align-items: center;
    width:150px;
    margin:0 10px 0 0;
}
.product-qty-count{
    display: flex;
    align-items: center;
    width:50px;
    height:50px;
    font-size: 16px;
    text-align: center;
    border: none;
}
.product-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    width:50px;
    height:50px;
    font-size: 14px;
    background: var(--gray-100);
    border-radius: 4px;
    cursor: pointer;
}
.product-button-buy{
    display: flex;
    align-items: center;
    color: var(--white);
    background: var(--red-700);
    margin:0 10px 0 0;
}
.product-button-buy:before{
    content: '\e905';
    font-family: si-solid;
    font-size: 22px;
    margin:0 10px 0 0;
}
.product-button-quickorder{
    display: none;
}

/**/
.product-button-credit{
    display: flex;
    align-items: center;
    color: var(--white);
    background: #363946;
    margin:0 10px 0 0;
}

.product-button-credit:hover{

}


.product-button-wishlist{
    display: flex;
    align-items: center;
    color: var(--black);
    cursor:pointer;
    margin:0 10px 0 0;
}
.product-button-wishlist:hover{
    opacity:0.6;
}
.product-button-wishlist:before{
    content: '\e918';
    color:var(--red-600);
    font-family: si-solid;
    font-size: 20px;
    margin:0 10px 0 0;
}


.modal-credit-icons{
    display:flex;
    margin:0 0 40px 0;
}
.modal-credit-icons img{
    width:50px;
    margin:0 10px 0 0;
}

@media (max-width: 1024px) {
    .product-a{
        display: block;
    }
    .product-images, .product-data{
        width:100%;
        margin:0 0 30px 0;
    }
    .product-mobile-title{
        display: block;
        text-align: center;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        margin: 0 0 30px 0;
    }
    .product-desktop-title{
        display: none;
    }
    .product-price-container{
        margin:0 0 20px 0;
    }
    .product-controls{
        margin:20px 0 0 0;
    }
    .product-qty{
        display: none;
    }
    .product-button-buy{
        justify-content: center;
        width:100%;
        margin:0 0 10px 0;
    }
    .product-button-wishlist{
        justify-content: center;
        width:100%;
        margin:20px 0 0 0;
    }

    .product-description{
        text-align: justify;
    }

    .product-button-credit{
        width: 100%;
        justify-content: center;
        text-align: center;
        margin:0;
    }
}



.product-b{

}









/**/
.product-property{

}
.product-property-group{

}
.product-property-group-name{
    display: none;
}
.product-property-list{

}
.product-property-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 10px 0;
}

.product-property-item-name{
    font-size: 16px;
    font-weight: 500;
    margin:0 10px 0 0;
}
.product-property-item-values{
    display: flex;
    align-items: center;
}
.product-property-item-value{
    font-size: 14px;
}
.product-property-item-value a{
    display: flex;
    align-items: center;
    padding:0 10px;
    height: 30px;
    border-radius: 5px;
    background: var(--bluegray-50);
    color: var(--black);
    margin:0 10px 0 0;
}
.product-property-item-value a:hover{
    background: var(--bluegray-100);
}
@media (max-width: 1024px) {


}




.product-options{

}
.product-option{
    display: flex;
    margin:0 0 20px 0;
}
.product-option-name{
    display: flex;
    align-items: center;
    width:160px;
    font-size: 16px;
}
.product-option-name span{
    font-size: 14px;
    padding:0 0 0 5px;
}
.product-option-value{
    width: calc(100% - 160px);
}
/**/
.product-option-input{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px;
}
/**/
.product-option-checkbox{

}
.product-option-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.product-option-checkbox-label {
    position: relative;
    cursor: pointer;
}
.product-option-checkbox-label:before {
    content: '';
    font-family: si-solid;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    cursor: pointer;
    color: var(--bluegray-800);
    background: #fff;
    border: 1px solid var(--bluegray-100);
    border-radius: 4px;
}
.product-option-checkbox-input:checked + .product-option-checkbox-label:before {
    content: '\e906';

}





/**/
.product-attribute{
    margin:0 0 30px 0;
}
.product-attribute-group{

}
.product-attribute-group-name{
    display: none;
}
.product-attribute-list{

}
.product-attribute-item{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 20px 0;
}
.product-attribute-item:last-child{
    margin:0;
}
.product-attribute-item-name{
    width:160px;
    font-size: 16px;
}
.product-attribute-values{
    width: calc(100% - 160px);
}
/**/
.attribute-buttons{
    display: flex;
    align-items: center;
}
.attribute-button{
    margin:0 10px 0 0;
}
.attribute-button-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.attribute-button-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 34px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--bluegray-100);
    border-radius: 4px;
}
.attribute-button-input:checked + .attribute-button-label {
    color:#fff;
    background: var(--red-700);
    border:1px solid var(--red-700);
}
.attribute-button-input:focus + .attribute-button-label:before {

}
@media (max-width: 1024px) {
    .product-attribute-item-name{
        width:100%;
        text-align: center;
        margin:0 0 5px 0;
    }
    .product-attribute-values{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}


.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width:50px;
  height:50px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  background: #f2f2f2;
  border-radius: 25px;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover{
  background: #e3e3e3;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #666;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e909";
  font-size:20px;
  font-family: "si-solid";

}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\68 ";
  font-size:20px;
  font-family: "si-solid";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding:20px;
}
.lg-toolbar .lg-icon {
  color: #333;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #666;
}
.lg-toolbar .lg-close{
  display: flex;
  align-items: center;
  justify-content: center;
  width:40px;
  height:40px;
  border-radius: 20px;
  background: var(--main-color);
}
.lg-toolbar .lg-close:hover{
  background: var(--main-color-hover);
}
.lg-toolbar .lg-close:after {
  content: "\e90b";
  font-size:20px;
  color:#333;
  font-family: "si-solid";
}
.lg-toolbar .lg-download:after {

}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0px 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:#fff;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.9;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
