.hide {
	display: none !important;
}
input[name = 'telephone'] {
	display: none;
}
.ui-widget-content {
	display: block;
}
.addaddressform {
	min-height: 400px;
}
a.blue {
	color: var(--color-blue);
}
.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;
}
input.error {
	border-color: red;
}
.filter_show {
	display: none;
}
.filter_show.show {
	display: flex;
}
#filter_clear, #filter_show {
	font-size: calc(9px + 7*var(--respon));
}
.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;
}
.progblock.row_space_between {
	align-items: center;
}
.white_bg#delivery-address-new-block {
	overflow: unset;
}
.bcat_item {
	width: 30.6%;
	max-width: 370px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: var(--color-white);
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
	padding: 13px 10px 18px;
	margin-bottom: 30px;
	min-height: 365px;
}
.bcat_item .h3.offset_bottom_20 {
	overflow: hidden;
	min-height: 75px;
}
.bcat_item .h3.offset_bottom_20 img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	max-width: 45px;
	height: 42px;
	width: auto;
}
.bcat_item .h3 span {
	font-size: calc(12px + 8 * var(--respon));
}
.bcat_item .h3.offset_bottom_20 span {
	display: block;
	margin-left: 65px;
}
.prod_item_blank {
	background: transparent;
	box-shadow: none;
}
.region_list_block header {
	text-align: center;
	color:var(--color-lightblue);
	margin: 0 auto 40px;
}
.region_list_block footer {
	text-align: center;
	margin: 40px auto 0;
	border-top: 1px solid var(--color-grey);
	padding-top: 20px;
}
.region_list_block .itemincart {
	margin-right: 0;
}
.region_list_block h5 {
	margin-bottom: 10px;
}
.region_list_block a {
	color: var(--color-lightblue);
}
.region_list_block .mfp-close {
	top: 0;
}

@media screen and (max-width: 979px) {
	.bcat_item {
		width: 46.5%;
		min-height: auto;
	}
	.bcat_item .h3.offset_bottom_20 img {
		max-width: 35px;
	}
	.bcat_item .h3.offset_bottom_20 span {
		margin-left: 55px;
	}
}
@media screen and (max-width: 480px) {
	.bcat_item {
		width: 95.5%;
	}
}
.bcat_item li {
	line-height: 1.5;
}
.banner_txt {
	background: url('../images/banners/logo.png') no-repeat center center;
	position: relative;
	top: auto;
	bottom: auto;
	width: auto;
	left: auto;
	transform: none;
	height: 800px;
}
.parallax-window {
	background: transparent none repeat scroll 0 0;
	padding: 50px 0;
}
.logo {
	width: 308px;
	padding-left: 25px;
}
.menu_header_right {
	width: 73.5%;
}
.favor_btn svg {
	width: 30px;
}
.cart_btn svg {
	width: 31px;
}
.login_btn svg {
	width: 32px;
}
.header_fixed .bottom_header {
	border: none;
}
.menu_fix_block .menu svg {
	width: 30px;
}
.prod_btn:hover {
	background: #3499cc;
}
.footer_logo {
	padding-top: 60px;
}
.footer_item.contact li {
	margin-bottom: 10px;
}
.footer_item li {
	margin-bottom: 15px;
}
.ssb {
	margin-top: 10px;
}
.search_block {
	width: 63%;
}
.favor_btn, .cart_btn {
	padding-top: 7px;
}
.menu_header {
	padding-bottom: calc(20px + 5*var(--respon));
}
.favor_btn.active svg, .cart_btn.active svg, .compare_btn.active svg {
	fill: #3499cc;
}
.header_fixed .bottom_header {
	height: 75px;
}
.prod_btn {
	color: #3499cc;
	border: 1px solid #3499cc;
}
.prod_btn svg {
	fill: #3499cc;
}
.menu_fix_block .menu svg {
	height: 25px;
	margin-top: 5px;
}
.header_fixed .favor_btn svg, .header_fixed .cart_btn svg {
	width: 26px;
}
.header_fixed .login_btn svg {
	width: 28px;
}
.socbnt {
	margin: 5px auto -22px;
	background: #FFF;
	padding: 0 10px;
	text-align: center;
}
.socbnt a {
	background: url(/images/icons/vk_gray.png) no-repeat;
	background-size: cover;
	width: 35px;
	height: 35px;
	margin-left: 7px;
	margin-right: 7px;
}
.socbnt .vk:hover {
	background: url(/images/icons/vk_color.png) no-repeat;
	background-size: cover;
}
.socbnt .yt {
	background: url(/images/icons/yt_gray.png) no-repeat;
	background-size: cover;
}
.socbnt .yt:hover {
	background: url(/images/icons/yt_color.png) no-repeat;
	background-size: cover;
}
.num_block {
	background-color: #3499cc;
}
.bmain_item {
	border-radius: 0;
	box-shadow: 0 0 0 0;
	position: relative;
}
.bmain_img img {
	border-radius: 0;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	margin-bottom: -3px;
}
.bmain_img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.bmain_name {
	letter-spacing: 0.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 18px;
	font-family: "HelveticaNeue", Arial, san-serif;
	color: var(--color-black);
	line-height: 0.971;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.847);
	width: 100%;
	min-height: 65px;
	font-weight: 400;
}
.left_menu li a svg {
	height: calc(18px + 4*var(--respon));
	width: calc(18px + 8*var(--respon));
}
.about-content-two ul, .about-content-two ol {
	list-style: inside;
	margin-bottom: 15px;
}
.about-content-two li {
	
}

@media screen and (max-width: 1679px) {
	.banner_txt {
		height: 656px;
	}
	.parallax-window {
		padding: 30px 0;
	}
	.search_block {
		margin-left: -20px;
	}
}
@media screen and (max-width: 969px) {
	.banner_txt {
		height: 80vh;
		background-size: auto 50%;
	}
	.parallax-window {
		padding: 10px 0;
	}
}
.prod_desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 65px;
	min-height: 65px;
	overflow: hidden;
}
.block2_text {
	margin-bottom: 30px;
}
.h1_grey {
	color: #636466;
}
.h1_fnt37 {
	font-size: calc(17px + 20*var(--respon));
}
.fnt_helvetica {
	font-family: "HelveticaNeue", Arial, sans-serif;
}
.h1 {
	font-size: calc(16px + 19*var(--respon));
}
.left_menu li.active, .left_menu li:hover {
	background: #3499cc;
}
.service-details ul, .service-details ol {
	list-style: inside;
}