.hidde {
	display: none !important;
}
input[name = 'telephone'] {
	display: none;
}
.file_upload {
	font-family: "FuturaPT";
	border: 1px solid rgb(218, 219, 220);
	border-radius: 3px;
	background-color: rgb(248, 249, 250);
	margin: 0 0 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 50px;
	text-transform: none;
	font-weight: normal;
	padding: 0 0 0 40px;
	font-size: calc(14px + 3*var(--respon));
	color: var(--color-basic);
}
#document {
	padding: 0 40px 0 5px;
}
.contact-us .error {
	border-color: black;
}
.contact-us .error-message {
	font-size: 14px;
	color: black;
}
.contact-us .message {
	font-size: 14px;
	color: white;
}
.product-info p,
.content-box p,
.blog-content p {
	margin-bottom: 20px;
}
.list ul.custom.column1 {
	columns: 1;
}
input.error {
	border-color: red;
}
.error-message {
	font-size: 14px;
	color: red;
}
label span.error {
	font-size: 9px;
	color: red;
	float: right;
}
.alert-validate input {
	border: 1px solid red;
}
.message.fail, .message.successful {
	display: inline-block;
	width: 100%;
	padding: 10px;
}
.checkbox_block a {
	text-decoration: underline;
}
.article_txt a {
	text-decoration: underline;
}
.article_txt a:hover {
	text-decoration: none;
}
.doc_block .image svg {
	width: 80px;
	height: auto;
}
.doc_block .image svg .st3 {
	fill: none;
	stroke: #39425C;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.top_header a.active,
.top_header a:hover,
.menu li a:hover {
	color: #df6742;
}
.cart_btn a svg {
	fill: #000 !important;
}
.cart_btn a:hover svg, .cart_btn a:hover svg path {
	fill: #df6742 !important;
	stroke: #df6742 !important;
}
.catalog_page .cat_item {
	position: relative;
	height: 230px;
}
.catalog_page .cat_item_img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.callmepopup_block.onecform {
	padding-top: 50px;
}
#cat_block .cat_item_img img {
	image-rendering: auto;
}
hr {
	border: 0;
	border-top: 1px solid var(--color-border);
	padding-top: calc(11px + 3*var(--respon));
	padding-bottom: calc(15px + 8*var(--respon));
}

@media screen and (max-width: 1279px) {
	.ui-slider.ui-widget.ui-widget-content {
		width: 92%;
		max-width: none;
	}
}

@media all and (max-width: 1024px) {
	.catalog_page .cat_item {
		height: 200px;
	}
}

@media all and (max-width: 455px) {
	.catalog_page .cat_item {
		height: 165px;
	}
}

.text_block table {
	display: table;
	border-top: 1px solid var(--color-border);
	background-color: var(--color-bg);
	width: 100%;
	table-layout: fixed;
	margin-bottom: 8px;
}
.text_block tr {
	display: table-row;
}
.text_block tr:nth-child(2n) {
	background-color: var(--color-white);
}
.text_block th {
	display: table-cell;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	padding: 15px 30px;
	border-bottom: 1px solid var(--color-border);
	width: 2%;
}
.text_block td {
	display:table-cell;
	padding: 18px 30px 13px;
	border-bottom: 1px solid var(--color-border);
	width: 2%;
}
.text_block td:first-child {
	font-weight: 700;
}
p {
	margin-bottom: calc(16px + 0*var(--respon));
}
.h2 {
	line-height: calc(21px + 24*var(--respon));
}
.about_img_block {
	margin-bottom: 10px;
}
.lang_block .row.li_no_marker li a {
	display: block;
	width: 37px;
	height: 22px;
	background: url(/images/icons/ru.png) no-repeat 50% 50%;
	background-size: contain;
	padding: 3px 5px;
}
.lang_block .row.li_no_marker li:last-child a {
	background: url(/images/icons/en.png) no-repeat 50% 50%;
	background-size: contain;
	padding: 3px 5px;
	width: 40px;
}

@media screen and (max-width: 991px) {
	.text_block table, .text_block tr, .text_block th, .text_block td {
		display: inline-block;
		background-color: var(--color-white);
	}
	.text_block tr:first-child{
		display: none;
	}
	.text_block td:first-child {
		font-weight: 700;
		font-size: 14px;
		padding: 10px 0 10px;
		border-top: 1px solid var(--color-border);
		border-bottom: 1px solid var(--color-border);
		background-color:var(--color-bg);
	}
	.text_block tr {
		width: 100%;
	}
	.text_block td {
		padding: 10px 0 0;
		border-bottom: none;
		width: 100%;
	}
	.text_block td::before {
		content: attr(data-name);
		font-weight: 700;
		margin-right: 10px;
	}
	.text_block td:first-child::before {
		content: none;
	}
	.text_block tr {
		padding-bottom: 15px;
	}
}

.newincart_inner {
	/*background: white;*/
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	padding: 38px 30px 20px;
	max-width: 50vw;
	z-index: 99;
}
.newincart_info {
	overflow: scroll;
	height: 50vh;
	background: white;
}
.newincart_info::-webkit-scrollbar {
	width: 10px;
	background-color: white;
}
.newincart_info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #EEE;
}
.newincart_info::-webkit-scrollbar-track {
	background-color: #FFF;
}
.newincart_info .ttlblock {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 13px 0;
}
.simple-banner .slide-item .content-wrapper p {
	font-size: 24px;
	line-height: 1.6;
}
.full-services-sec .custom .fs-14.text-custom-blue .text-light-white {
	color: #FFF;
}
.full-services-sec .custom .fas.fa-check:before {
	color: #FFF;
}
.content-box .list {
	margin-bottom: 20px;
}
.content-box table {
	margin-bottom: 20px;
}
.content-box ul, .content-box ol {
	margin-bottom: 20px;
}
.section-padding.shop-section {
	padding: 0 0 80px;
}
.main-menu li.menu-item-has-children.open>a {
	color: #e42426;
}
.main-menu li.menu-item-has-children.open>a {
	color: #e42426;
}
.menu-item-has-megamenu.open .megamenu, .menu-item-has-children.open .sub-menu {
	border-bottom: solid 2px #e42426;
}
.categories-tabs .nav .nav-item .nav-link {
	min-height: 215px;
	white-space: break-spaces;
}
@media screen and (max-width: 991px) {
	.categories-tabs .nav .nav-item .nav-link {
		min-height: 270px;
	}
}
@media screen and (max-width: 426px) {
	.categories-tabs .nav .nav-item .nav-link {
		min-height: 230px;
	}
}