html body{
	color: #323232;
	background: #F7F7FC;
	font-weight: 400;
}
html body.home{
	background: #fff;
}
body.overlayshown{
	max-height: calc(100vh - 100px);
	overflow: hidden;
}

input[type="number"],
input[type="text"],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type="email"],
textarea,
button,
select,
html body{
	font-family: 'Pragmatica', serif;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6,
.fgil{
	font-family: 'Gilroy', serif;
}
.post_content h1,
 .post_content h2,
 .post_content h3,
 .post_content h4,
 .post_content h5,
 .post_content h6{
	font-weight: 500;
}

/*black*/
.f000,.f000 a,a.f000{color:#323232}

/*primary color*/
a, .f325CD3,.f325CD3 a,a.f325CD3, a.f323232:hover,a.f000:hover, .f000:hover a,a.text-white:hover{color:#325CD3}

/*secondary color*/
.f323232,.f323232 a,a.f323232, a.f325CD3:hover, .f325CD3:hover a,  a:hover{color:#323232}

/*background color*/
.bg000{background-color:#000}
.bg325CD3{background-color:#325CD3}

.woocommerce table.shop_table td.actions .coupon .input-text,
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form input[type="text"],
.woocommerce form .form-row input.input-text,
.wpcf7-form-control-wrap input[type='date'],
.wpcf7-form-control-wrap input[type='tel'],
.wpcf7-form-control-wrap input[type='email'],
.wpcf7-form-control-wrap input[type='text'],
.wpcf7-form-control-wrap input[type='number'],
input[type="text"],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type='number'],
input[type="email"]{
	height: 48px;
	line-height: 1;
	width: 100%;
	outline: none;
	border: 1px solid #DCDEE9;
	border-radius: 6px;
	padding: 0 20px;
	box-shadow: none;
	font-size: 15px;
	font-family: inherit;
	background-color: #fff ;
	color:#747680;
}
form textarea,
.woocommerce form .form-row textarea#order_comments,
.wpcf7-form-control-wrap textarea,
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 140px;
	border: 1px solid #DCDEE9;
	background-color: #fff ;
	color:#747680;
	border-radius: 6px;
	background-clip: border-box;
	display: block;
	margin: 0 auto;
	padding: 20px;
	font-family: inherit;
	box-shadow: none;
	font-weight: 400;
	font-size: 15px;
}

/*
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
 */
::placeholder{
	color:#757575;
	line-height:1;
	font-style: normal;
}

select{
	border-radius:4px;
	border: 1px solid #DCDEE9;
	height:40px;
	line-height:38px;
	text-align:center;
	color: #323232;
	padding:0 30px 0 15px;
	background: transparent url('../../images/down-arrow.svg') no-repeat calc(100% - 10px) center / 15px;
}


#content_wrapper input[type="radio"],
#content_wrapper input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	margin: 0;
	opacity: 0;
}

#content_wrapper input[type="radio"] + label img{
	margin-left: 5px;
}

#customer_details label.checkbox span:not(.optional),
.woocommerce-form__label-for-checkbox span,
.woocommerce-terms-and-conditions-checkbox-text,

#content_wrapper input[type="radio"] + label,
#content_wrapper input[type="checkbox"] + span {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 30px;
}

#customer_details label.checkbox span:not(.optional):before,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-terms-and-conditions-checkbox-text:before,

#content_wrapper input[type="radio"] + label:before,
#content_wrapper input[type="checkbox"] + span:before{
	content: '';
	width: 17px;
	height: 17px;
	border: 1px solid #cecece;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
}

#customer_details label.checkbox input[type="checkbox"]:checked + span:not(.optional):before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:before,

#content_wrapper input[type="radio"]:checked + label:before,
#content_wrapper input[type="checkbox"]:checked + span:before{
	content: '\e807';
	font-family: 'fontello', serif;
	color: #325CD3;
	border-color: #325CD3;
}

/*file uploads + jquery start*/
.file_upload_wr{
	height: 20px;
	margin-bottom: 10px;
}
.wpcf7-form .file_upload_wr p{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.wpcf7-form .file_upload_wr p,
.file_upload_wr .wpcf7-form-control-wrap,
.file_upload_wr label {
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	flex: 0 0 100%;
}
.file_upload_wr label{
	margin-bottom: 0;
	transition: all ease .3s;
	cursor: pointer;
	padding: 0  0 0 30px;
}
.file_upload_wr label:before{
	content:'';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: url('../../images/icon_file.svg') center no-repeat;
}
.file_upload_wr input[type="file"]{
	position: absolute;
	z-index: -1;
	height: 0;
	width: 0;
}
.file_upload_wr svg{
	margin-right: 10px;
}
.file_upload_wr .file_remove{
	top: -15px;
	left: 30px;
	width: 15px;
	height: 15px;
	cursor:pointer;
	position: absolute;
}
.file_upload_wr .file_remove:before{
	content:'';
	display: block;
	width:100%;
	height: 100%;
	transition: all ease .3s;
	background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%), linear-gradient(to top right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%);
}

/*file uploads + jquery end*/
/*header*/
header.header{
	z-index: 111;
	background: #fff;
	height: 66px;
	position: relative;
	top: 0;
	left: 0;
}

.header_logo,
.header_logo img{
	transition: all ease .3s;
	height: auto;
	width: 130px;
}
a.menu_logo{
	max-width: 130px;
}
header.header.position-fixed+#content_wrapper{
	padding-top: 66px;
}
.hd_cart_wr{
	margin-left: 15px;
}
.side_info{
	display: none;
}
@media (min-width:1200px){
	header.header{
		height: 100px;
	}
	header.header.position-fixed+#content_wrapper{
		padding-top: 100px;
	}

	header.header >.container>.row{
		position: relative;
		padding-right: 280px;
	}

	.side_info{
		width: 100px;
		background: #323232;
		bottom:0;
		left: 0;
		top: 100px;
		z-index: 10;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 50px 32px;
		transform: translate(-150px,0);
		display: flex;
	}
	.side_info.d-flex{
		transform: translate(0,0);
	}
	.side_info span{
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		margin: auto;
		font-size: 24px;
	}

	.header_logo,
	.header_logo img{
		width: 160px;
	}
	a.button.callback_bt{
		border-radius: 0!important;
		height: 100%!important;
		margin-left: auto;
		padding: 0 25px!important;
		position: absolute;
		right: 0;
		top: 0;
	}
	.lang_wr,
	.hd_ct_item.has_drpdwn{
		margin-left: 15px;
	}
	a.header_logo.mr-auto{
		margin-right: 15px!important;
	}
	.lang_wr{
		margin-right: auto;
	}
}
@media (min-width:1450px){
	.hd_cart_wr,
	.lang_wr{
		margin-left: 30px;
	}
	div.header_logo.mr-auto,
	a.header_logo.mr-auto{
		margin-right: 30px!important;
		margin-left: 20px;
	}
	header.header >.container>.row{
		padding-right: 315px;
	}
}

@media (min-width:1580px){
	.hd_cart_wr,
	.lang_wr{
		margin-left: 72px;
	}
	div.header_logo.mr-auto,
	a.header_logo.mr-auto{
		margin-right: 72px!important;
		margin-left: 50px;
	}
	.side_toggler{
		width: 100px;
		height: 100px;
		background: url('../../images/dots.svg') center no-repeat, #323232;
	}
}

@media (min-width:1760px){
	div.header_logo.mr-auto,
	a.header_logo.mr-auto{
		margin-right: 72px!important;
		margin-left: 50px;
	}
}

/*header polylang start*/
.lang_wr select{
	border: none;
	border-radius: 0;
	height: auto;
	line-height: 1;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 30px;
	background-position: 100% center;
	cursor:pointer;
}
.lang_wr li{
	display: block;
}
.navbar .lang_wr li{
	width: auto;
}
.lang_wr li:nth-last-child(n+2){
	margin-right: 10px;
}
.lang_wr li a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}
.lang_wr li.current-lang a,
.lang_wr li a:hover{
	color:#325CD3;
}
@media (min-width: 1200px) {
	.lang_wr select{
		font-size: 15px;
	}
}

/*header polylang end*/


/*phones dropdown start*/
.phone_dropdown_wr{
	width: 160px;
	right: -15px;
	top:45px;
	height: 0;
	overflow: hidden;
	transform: translate(0,45px);
}
.hd_ct_item:hover .phone_dropdown_wr{
	z-index: 20;
	display: block;
	transform: translate(0,0);
	height: auto;
}
.phone_dropdown_wr a{
	display: block;
	text-align: right;
	padding: 10px;
}
@media(min-width: 992px){
	.phone_dropdown_wr {
		width: 227px;
	}
	.phone_dropdown_wr a:first-child{
		display: none;
	}
	.hd_ct_item:hover:before{
		content:'';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		height: 40px;
		transform: translate(0, 78%);
		z-index: 1;
	}
	.hd_ct_item.has_drpdwn{
		padding-right: 30px;
	}
	.hd_ct_item.has_drpdwn:after{
		content: '';
		position: absolute;
		width:14px;
		height: 8px;
		right:0;
		top: 50%;
		transform: translate(0,-50%);
		background: url('../../images/down-arrow.svg') center / contain no-repeat;
		transition: all ease .3s;
	}


	.phone_dropdown_wr a{
		padding-right: 44px;
	}
}
/*phones dropdown end*/
#breadcrumbs{
	color:#9FA1B0;
	font-size: 14px;
}
#breadcrumbs li a{
	color:#323232;
}

#breadcrumbs li a:hover{
	color:#325CD3;
}

/*footer*/
.acf_map{
	display: block;
	height: 350px;
	overflow: hidden;
}
.acf_map iframe{
	position:absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	transition: all ease .3s;
	border:none;
}
.acf_map iframe:hover{
	filter: grayscale(0);
}

.colophon{
	background-color:#333D58;
}

.colophon ul.menu li:nth-last-child(n + 2){
	margin-bottom: 15px;
}
.colophon ul.menu li a{
	font-size: 15px;
}
.ft_conf_wr,
.ft_conf_wr a,
.lang_title,
.navbar a.mes_item,
a.ft_ct_email,
.address_title,
.phone_title{
	color:#9FA1B0;
}
.ft_conf_wr a:hover,
a.mes_item:hover,
a.ft_ct_email:hover{
	color:#325CD3;
}
footer a.mes_item:hover{
	color:#fff;
}
.ft_conf_wr{
	padding-left: 78px;
}
.iso_img{
	left: 0;
	top: 0;
}
.site_info_wr{
	background-color:#cecece;
}

#scroll_bt {
	background-color: #325CD3!important;
	height: 40px!important;
	line-height: 40px!important;
	bottom: 30px;
	right: 30px;
	width: 40px;
}

/*posts archive blog category start */
.loop_entry_meta{
	left: 15px;
	top: 15px;
	color:#fff;
}
.loop_cat_wr{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 15px;
}
.loop_post_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zoom_image{
	overflow: hidden;
}
.zoom_image img{
	transition: all ease .3s;
}
.zoom_image:hover img{
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.loop_post_wr {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.loop_entry_thumb{
	height: 250px;
}
.loop_recent_thumb img,
.loop_entry_thumb img{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.tax_link{
	padding: 15px;
	border: 1px solid #cecece;
	color:#000;
}
@media(min-width: 768px){
	.tax_link_wr:nth-last-child(n+2){
		margin: 0 15px 20px 0;
	}
}

/*posts pagination start*/
.woocommerce nav.woocommerce-pagination ul,
ul.pagination,
div.pagination{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	justify-content: center;

	clear: both;
	border: none;
	padding: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination .page-numbers{
	border-right: none;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination .page-numbers{
	font-size: 14px;
	position: relative;
	text-align: center;
	color:#000;
	border-radius: 100%;
	text-decoration: none;
	font-weight: 700;
	width: 40px;
	height: 40px;
	background-color:transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}


.woocommerce nav.woocommerce-pagination a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination a.next.page-numbers,
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers{
	font-size: 0;
}
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before{
	display: block;
	font-size: 14px;
	color:#000;
}
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.pagination a.prev.page-numbers:before{
	content:'\f104';
}

.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.pagination a.next.page-numbers:before{
	content:'\f105';
}


.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:hover:before,
.pagination .page-numbers.current{
	background: #325CD3!important;
	text-decoration: none;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current{
	pointer-events:none;
}
/*posts pagination end*/
/*posts archive end*/


/*single post start*/
#content_wrapper article:first-child{
	margin-top: 30px;
}
#content_wrapper article:last-child{
	margin-bottom: 40px;
}
@media(min-width: 992px){
	#content_wrapper article:last-child{
		margin-bottom: 80px;
	}
}
.post_content hr{
	background-color:#325CD3;
	border: none;
	height: 1px;
}
.wp-caption-text{
	font-size: 12px;
	margin-bottom: 10px;
}
.post_content p{
	line-height: 1.5;
}
.post_content p:last-child{
	margin-bottom: 0;
}
.single_entry_meta{
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.single .entry-meta{
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
img.alignleft,
.single img.alignleft,
img.alignright,
.single img.alignright{
	display: block;
	margin: 15px auto;
}
img.alignnone{
	display: block;
	margin: 15px 0;
}
@media (min-width: 576px){
	img.alignright,
	.wp-caption.alignright,
	.single img.alignright{
		float: right;
		margin: 15px 0 15px 15px;
	}
	.wp-caption.alignleft,
	img.alignleft,
	.single img.alignleft{
		float: left;
		margin: 15px 15px 15px 0;
	}
}

blockquote {
	margin: 20px 0;
	padding-left: 30px;
	border-left: 3px solid #000;
}

/*li start*/
.woocommerce-Tabs-panel ul,
body:not(.woocommerce-checkout) .post_content ul{
	list-style: none;
	padding-left: 0;
	margin: 15px 0;
}

.woocommerce-Tabs-panel ul li,
body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link){
	display: block;
	position: relative;
	line-height: 1.5;
	padding-left: 25px;
}
.woocommerce-Tabs-panel ul li:nth-last-child(n+2),
body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link):nth-last-child(n+2){
	margin-bottom: 5px;
}

.woocommerce-Tabs-panel ul li:before,
body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link):before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #323232;
	position: absolute;
	left: 3px;
	top: 10px;
	display: block;
}

ul.woocommerce-error li:before{
	display: none!important;
}
/*li end*/
/*ol start*/
.post_content ol {
	counter-reset: point;
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px;
}
.post_content ol li{
	list-style: none;
	position: relative;
	padding-left: 25px;
	line-height: 1.5;
}
.post_content ol li:nth-last-child(n+2){
	margin-bottom: 5px;
}
.post_content ol>li:after {
	content: counter(point) "." ;
	position: absolute;
	counter-increment: point;
	display: block;
	top: 1px;
	left: 0;
}
.post_content ol>li:nth-child(n+10):after {
	content: counter(point);
}
/*ol end*/

/*tables start*/
.single-post table{
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.single-post table td{
	padding: 15px 20px;
	font-size: 13px;
	min-width: 165px;
	width: auto;
	border: 1px solid #cecece;
	line-height: 1.5;
}

@media (max-width: 767px){
	.single-post table{
		display: block;
		max-width: 100vw;
		overflow: auto;
	}
}
/*tables end*/

/*custom share */
.social_share_wr a{
	width: 30px;
	height: 30px;
	color:#fff;
	font-size: 13px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.social_share_wr a:hover{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
a.social-sharing-icon-viber{
	background: #8c66a9;
}
a.social-sharing-icon-facebook{
	background: #4c6ea8;
}
a.social-sharing-icon-telegram{
	background: #39c8ff;
}
a.social-sharing-icon-twitter{
	background: #4c86c8;
}
a.social-sharing-icon-vkontakte{
	background: #61799e;
}
a.social-sharing-icon-whatsapp{
	background: #2abe48;
}
/*share buttons end*/



/*single post end*/


/*buttons*/
#map button{
	background: #fff!important;
}
.woocommerce button.button.alt,
.woocommerce .button.loadmore,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce div.product form.cart .button,
.return_to_cart,
.proceed_to_check,

div.button,
button:not(.slick-arrow):not(.fancybox-button),
a.button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.widget a.button{
	cursor: pointer;
	padding: 0 15px;
	overflow: hidden;
	background: #325CD3;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 400;
	font-size: 12px;
	box-shadow: none;
	width: auto;
	height: 50px;
	text-decoration: none;
	text-transform:none;
	text-align: center;
	text-shadow: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items:center;
	justify-content:center;
	outline:none;
	transition: all ease .3s;
}
@media(min-width: 992px){
	.woocommerce button.button.alt,
	.woocommerce .button.loadmore,
	.woocommerce button.button:disabled,
	.woocommerce button.button:disabled[disabled],
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce a.button.alt,
	.woocommerce div.product form.cart .button,
	.return_to_cart,
	.proceed_to_check,

	div.button,
	button:not(.slick-arrow):not(.fancybox-button),
	a.button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.widget a.button{
		padding: 0 50px;
		font-size: 15px;
		height: 58px;
	}
}

.woocommerce .button.loadmore:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.return_to_cart:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,

.message_sent_close:hover:before,
header.menu_expanded .menu_close:hover:before,
.menu_close:hover:before,
.close2:hover:before,
button:not(.slick-arrow):not(.fancybox-button):hover,
a.button:hover,
div.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.modal-header .close:hover,
.widget a.button:hover{
	background:#000;
}

/*.woocommerce .product-remove a.remove:hover:before,*/
.woo_sidebar_close:hover:before,
.hd_cart_mini_delete:hover:before,
.hd_cart_mini_close:hover:before,

.hd_search_close:hover:before,
.modal button.close:hover:before,
.modal-header button.close:hover{
	opacity: .65;
	background:transparent!important;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.loop_product_item_wr a.button.add_to_cart_button.loading,

a.button.disabled,
a.button:disabled,
a.button[disabled],
button.disabled,
button:disabled,
button[disabled],
input.button.disabled,
input.button:disabled{
	cursor: not-allowed!important;
}
/*bordered buttons*/
div.button.bordered_bt,
a.button.bordered_bt,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt{
	background:#fff;
	border: 1px solid #DCDEE9;
	color:#323232;
}
div.button.bordered_bt:hover,
a.button.bordered_bt:hover,
a.button.bordered_bt.active,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt:hover{
	color:#325CD3;
	border-color: #325CD3;
	background: transparent;
}

/*red_bt buttons*/
div.button.red_bt,
a.button.red_bt,
button:not(.slick-arrow):not(.fancybox-button).red_bt{
	background:#E82B24;
	color:#fff;
}
div.button.red_bt:hover,
a.button.red_bt:hover,
a.button.red_bt.active,
button:not(.slick-arrow):not(.fancybox-button).red_bt:hover{
	color:#E82B24;
	background: #fff;
}

/*white buttons*/
div.button.white_bt,
a.button.white_bt,
button:not(.slick-arrow):not(.fancybox-button).white_bt{
	background:#fff;
	color:#323232;
}
div.button.white_bt:hover,
a.button.white_bt:hover,
a.button.white_bt.active,
button:not(.slick-arrow):not(.fancybox-button).white_bt:hover{
	color:#fff;
	background: #E82B24;
}

.woo_sidebar_close:before,
/*.woocommerce .product-remove a.remove:before,*/
.cart_item_remove a.remove:before,

.message_sent_close:before,
.hd_search_close:before,
header.menu_expanded .menu_close:before,
.menu_close:before,
.close2:before,
.modal button.close:before{
	content:'';
	display: block;
	width:20px;
	height: 20px;
	transition: all ease .3s;
	opacity:1;
	background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%), linear-gradient(to top right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%);
}

button.fancybox-button{
	background-color:transparent;
	padding: 0;
	color: #cecece;
	font-size: 14px;
	width: 40px;
}

/*fonts*/
/*@font-face {*/
/*	font-family: 'Pragmatica';*/
/*	src: url('../../assets/fonts/Pragmatica/Pragmatica-Light.woff2') format('woff2');*/
/*	font-weight: 300;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
@font-face {
	font-family: 'Pragmatica';
	src: url('../../assets/fonts/Pragmatica/Pragmatica-Book.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Pragmatica';
	src: url('../../assets/fonts/Pragmatica/Pragmatica-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Pragmatica';
	src: url('../../assets/fonts/Pragmatica/Pragmatica-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*@font-face {*/
/*	font-family: 'Pragmatica';*/
/*	src: url('../../assets/fonts/Pragmatica/Pragmatica-ExtraBold.woff2') format('woff2');*/
/*	font-weight: 800;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: 'Pragmatica';*/
/*	src: url('../../assets/fonts/Pragmatica/Pragmatica-Black.woff2') format('woff2');*/
/*	font-weight: 900;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/

@font-face {
	font-family: 'Gilroy';
	font-display: swap;
	src:  url('../../assets/fonts/Gilroy/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}


a.woof_front_toggle:after,
.woof_childs_list_opener span:after,
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.star-rating::before,
.star-rating span::before,
.woocommerce p.stars a::before,
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.woocommerce-Tabs-panel ul li:before,
.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before,
.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:before,
.loop_product_item .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.yith-wcwl-add-button a.delete_item:before,

body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link):before,
.slick-arrow:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before,
header.header ul.sub-menu li:before,
.radio_rating .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item-label:before,
.faq_question:after{
	font-family: 'fontello', serif;
}

/*responsive*/
@media (min-width:1200px){
	/*sidebars secondary start*/
	.widget-container ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.widget-container:nth-last-child(n+2),
	.widget-container ul li:nth-last-child(n+2){
		margin-bottom: 20px;
	}

	/*search widget start*/
	.widget_search{
		padding: 20px;
		background-color: #325CD3;
	}
	.widget_search .searchform {
		margin: 0;
		width: 100%;
		display: block;
		position: relative;
		z-index:1;
		height: 60px;
		line-height: 60px;
	}
	.widget_search .searchform input[type=text]{
		width: 100%;
		height: 60px;
		line-height: 60px;
		display: block;
		margin: 0;
		color: rgba(0, 0, 0, 0.8);
		padding: 0 26px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: none !important;
		-webkit-border-radius: 48px;
		-moz-border-radius: 48px;
		border-radius: 48px;
		font-weight: 400;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.widget_search .searchform input[type="submit"]{
		height: 60px;
		width: 60px;
		z-index: 2;
		padding: 0!important;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0;
	}
	/*search widget end*/
	/*tagcloud widget start*/
	.tagcloud a{
		display: inline-block;
		padding: 7px 30px;
		margin-bottom: 10px;
		margin-right: 4px;
		border-radius: 48px;
		background-clip: border-box;
		transition: all 0.3s ease;
		background-color: #325CD3;
		color: #fff;
	}
	.tagcloud a:hover {
		background-color: #323232;
	}
	/*tagcloud widget end*/
	/*sidebars end*/

	/*single post start*/
	blockquote {
		padding: 30px 80px 60px;
		margin: 40px 0;
	}
	.comment-list li .comment-single {
		margin-bottom: 32px;
		padding-bottom: 30px;
	}
	/*single post end*/
}
/*animation start*/
.slide-in-left{
	transition: all ease 1.5s;
	transform: translate(-200%, 0);
}
.slide-in-left.animated{
	transform: translate(0, 0);
}
.slide-in-bottom{
	opacity: 0;
	transition: all ease 1.5s;
	transform: translate(0, 50%);
}
.slide-in-bottom.animated{
	opacity: 1;
	transform: translate(0, 0);
}
/*animation end*/


/*slick start*/
button.slick-arrow{
	top: 50%;
	transform: translate(0,-50%);
	width:33px;
	height: 33px;
	line-height: 1;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color:#fff;
	font-size: 0;
	z-index: 12;
	border:none;
	cursor: pointer;
	transition: all ease .3s;
	background-color: #cecece;
}
.slick-next{
	right: 15px;
}
.slick-prev{
	left: 15px;
}

.slick-arrow:before {
	display: block;
	font-size: 20px;
}
.slick-next:before {
	content: "\f105";
}

.slick-prev:before {
	content: "\f104";
}
button.slick-arrow:hover{
	opacity:.6;
}
@media (min-width: 768px){
	button.slick-arrow{
		width:40px;
		height: 40px;
	}
}

ul.slick-dots{
	list-style: none;
	line-height: 1;
	position: relative;
	margin: 15px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
ul.slick-dots li{
	display: inline-flex;
	margin: 0 5px;
}
ul.slick-dots li,
ul.slick-dots li button:not(.slick-arrow):not(.fancybox-button){
	height: 6px!important;
	width: 6px!important;
}
ul.slick-dots li button:not(.slick-arrow):not(.fancybox-button){
	font-size: 0!important;
	background: #E9EEFC;
	border-radius: 4px!important;
	padding: 0!important;
}
ul.slick-dots li:hover button:not(.slick-arrow):not(.fancybox-button),
ul.slick-dots li.slick-active button:not(.slick-arrow):not(.fancybox-button){
	background: #325CD3;
}
ul.slick-dots li.slick-active,
ul.slick-dots li.slick-active button:not(.slick-arrow):not(.fancybox-button) {
	width: 20px !important;
}

.slick-initialized.slick-dotted{
	margin-bottom: 60px;
}
.slick-initialized.slick-dotted ul.slick-dots{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
.slick_wr:not(.slick-initialized){
	overflow:hidden;
	display: flex;
	position: relative;
}
.slick_wr:not(.slick-initialized)>*:nth-child(n+2){
	display: none!important;
}
.slick_wr:not(.slick-initialized):before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	right: 0;
	top: 0;
	bottom:0;
	background-color: rgba(255,255,255,1);
	background-image: url('../../images/ico_loading.gif');
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 50;
}

.slick_center_slide .slick-slide > div {
	transform: scale(.8);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.slick_center_slide .slick-center > div {
	transform: scale(1);
}

.space_between_slides .slick-slide {
	margin: 0 15px;
}
.space_between_slides .slick-list {
	margin: 0 -15px;
}
@media(min-width: 400px){
	.equal_height .slick-slider,
	.equal_height .slick-track,
	.equal_height .slick-list{
		display: flex;
	}
	.equal_height .slick-slide,
	.equal_height .slick-slide>div{
		height: 100%;
	}
}
.bottom_arrows{
	margin-bottom: 50px;
}
.bottom_arrows button.slick-arrow{
	top: unset;
	bottom: -50px;
}
.bottom_arrows .slick-prev{
	left: calc(50% - 40px);
}
.bottom_arrows .slick-next{
	right: calc(50% - 40px);
}
/*slick end*/



/*flexible fields start*/
/*tabs / accs start*/
.accordeon_info,
.tab_content:not(.active),
.product_tab_content:not(.active),
.tab_content:not(.active){
	display: none;
}
.product_tab_accordion_heading,
.product_tab_heading span,
.tab_heading,
.tab_accordion_heading,
.tab_heading span{
	cursor: pointer;
}

.product_tab_heading span,
.tab_accordion_heading,
.tab_heading span{
	background-color: transparent;
}

.product_tab_heading:hover span,
.product_tab_heading.active span,
.tab_accordion_heading.expanded span,
.tab_heading:hover span,
.tab_heading.active span{
	color:#fff;
	background-color:#325CD3;
}

.tab_heading{
	height: 45px;
}
.tab_heading:hover,
.tab_heading.active{
	color:#325CD3;
}
.tab_heading.active:before{
	content:'\f105';
	font-family: Fontello, serif;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	font-size: 20px;
	top: 50%;
	transform: translate(0,-50%);
	right: 15px;
	background: #325CD3;
	color:#fff;
}
.tab_heading:nth-last-child(n+2):after{
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #8EACFF;
	opacity: 0.32;
}
.tab_content{
	padding-top: 20px;
}
@media(min-width: 1200px){
	.tab_heading.active:before {
		width: 40px;
		height: 40px;
	}

	.tab_heading{
		height: 100px;
	}
	.tab_content{
		padding-top: 0;
	}
}

.expanded .accordeon_toggler,
.accordeon_toggler:hover{
	color:#325CD3;
}
.accordeon_toggler:after{
	content:'+';
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #325CD3;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	color:#fff;
}
.accordeon_toggler.expanded:after,
.expanded .accordeon_toggler:after{
	content:'-';
}
@media(min-width: 1200px){
	.accordeon_toggler:after {
		width: 40px;
		height: 40px;
	}
}
/*tabs / accs end*/

.object_slider_wr:not(.slick-initialized) {
	height: 400px !important;
}

.loop_activity_thumb_wr {
	border-radius: 30px 30px 0 0;
}
.loop_activity_info{
	background:#eff8ff;
	border-radius: 0 0 30px 30px;
}
.gallery_slider_wr:not(.slick-initialized),
.slick-initialized .gallery_item{
	height: 250px!important;
}
.gallery_item{
	height: 250px;
}
.price_repeater_item:after{
	content:'';
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 15px;
	border-bottom: 1px solid #000;
}
.team_slider_wr:not(.slick-initialized),
.slick-initialized .team_item{
	height: 250px!important;
}

.team_img_wr{
	width: 150px;
	height: 150px;
}
.team_item>picture~*{
	position: relative;
	z-index: 10;
}
/*flexible fields end*/

.nice_bg {
	padding: 30px 15px;
	background: #fff;
	border-radius: 15px;
}
@media(min-width: 1450px){
	.nice_bg {
		padding: 60px;
	}
}
.pros_item_img{
	border-radius: 100%;
	background: #DF0C04;
	width:50px;
	height: 50px;
	margin: auto;
}
.pros_item_img picture{
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
}
.pros_item_title{
	font-size: 14px;
}
@media(min-width: 1450px){
	.pros_item_img{
		width:100px;
		height: 100px;
	}
	.pros_item_img picture{
		left: 15px;
		right: 15px;
		bottom: 15px;
		top: 15px;
	}
	.pros_item_title{
		font-size: 16px;
		max-width: 169px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(min-width: 768px){
	.modal-dialog {
		max-width: 1033px;
	}
}
.woo_cat_nav{
	border-bottom: 1px solid #DCDEE9;
}
.tax_filter_item{
	color:#787878
}
.current .tax_filter_item,
.tax_filter_item:hover{
	color:#323232
}
@media(min-width: 992px){
	.current .tax_filter_item:after,
	.tax_filter_item:hover:after{
		content:'';
		display: block;
		position: absolute;
		bottom: -31px;
		left: 0;
		right: 0;
		border-bottom: 1px solid #323232;
	}
	.tax_filter_item_wr:nth-last-child(n+2){
		margin-right: 20px;
	}
}

.section_hd span{
	color:#E82B24
}
@media(min-width:1200px){
	#save .section_hd {
		text-align: center;
	}
	#save .section_des{
		font-size: 21px;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

#calculate .container>.row{
	padding-left: 15px;
	padding-right: 15px;
	background: #F7F7FC;
	align-items: center;
}
#calculate .image_wr{
	padding-bottom: 20px
}
@media(min-width: 1450px){
	#calculate .container>.row{
		padding-left: 30px;
		padding-right: 30px;
	}
	#calculate .image_wr{
		padding-bottom: 0
	}
}

#order >.container {
	border-radius: 15px;
	border: 1px solid #E9EEFC;
	background: #FFF;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
	padding: 27px;
}
@media(min-width: 1200px) {
	#order > .container {
		max-width: 1270px;
		padding: 62px;
	}
}