@font-face {
	font-family: CirceExtraLight;
	src: url(../../../assets/fonts/Circe/Circe-ExtraLight.eot);
	src: url(../../../assets/fonts/Circe/Circe-ExtraLight.eot?#iefix) format("embedded-opentype"),url(../../../assets/fonts/Circe/Circe-ExtraLight.woff) format("woff"),url(../../../assets/fonts/Circe/Circe-ExtraLight.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family:CirceLight;src:url(../../../assets/fonts/Circe/Circe-Light.eot);src:url(../../../assets/fonts/Circe/Circe-Light.eot?#iefix) format("embedded-opentype"),url(../../../assets/fonts/Circe/Circe-Light.woff) format("woff"),url(../../../assets/fonts/Circe/Circe-Light.ttf) format("truetype");font-style:normal;font-weight:400;
}

@font-face {
	font-family:CirceRegular;src:url(../../../assets/fonts/Circe/Circe-Regular.eot);src:url(../../../assets/fonts/Circe/Circe-Regular.eot?#iefix) format("embedded-opentype"),url(../../../assets/fonts/Circe/Circe-Regular.woff) format("woff"),url(../../../assets/fonts/Circe/Circe-Regular.ttf) format("truetype");font-style:normal;font-weight:400;
}

@font-face {
	font-family:CirceBold;src:url(../../../assets/fonts/Circe/Circe-Bold.eot);src:url(../../../assets/fonts/Circe/Circe-Bold.eot?#iefix) format("embedded-opentype"),url(../../../assets/fonts/Circe/Circe-Bold.woff) format("woff"),url(../../../assets/fonts/Circe/Circe-Bold.ttf) format("truetype");font-style:normal;font-weight:400;
}

body {
	font-family: CirceRegular;
	font-size: 14px;
}

body,html {
	height: 100%;
}

body.over {
	overflow: hidden;
}

.wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}


.wrapper-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding-left: 0px;
}

@media screen and (max-width:991px) {
	.wrapper-content {
		padding-left: 0;
		padding-top: 50px;
	}
	
	.td_btn .td_btn__pos {float: none!important; margin-right: 0px!important}
	
	.wrapper.sideOpen .sidebar {
		box-shadow: 0px 0px 500px #000000cc;
		background-color: white;
	}
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: CirceRegular;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p,ul {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

.ta-c {
	text-align: center;
}

.ta-r {
	text-align: right;
}

.p-none {
	padding: 0;
}

.pl-none {
	padding-left: 0;
}

.pr-none {
	padding-right: 0;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.bg-1 {
	background: url(img/bg/bg-1.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.upper {
	text-transform: uppercase;
}

#map {
	height: 330px;
}

@media screen and (max-width:767px) {
	#map {
		height: 250px;
	}
}

h1 {
	color: #333;
	font-family: CirceBold;
	font-size: 35px;
	line-height: 35px;
}

@media screen and (max-width:460px) {
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

i.ic-arrow_right {
	width: 7px;
	height: 10px;
	display: block;
	background: url(../../../assets/img/sidebar/chevron-right.svg) no-repeat center center;
}

i.ic-arrow_right_subMenu {
	width: 6px;
	height: 12px;
	display: block;
	background: url(../../../assets/img/sidebar/subMenu/chevron-right.svg) no-repeat center center;
}

i.ic-arrow_down {
	width: 12px;
	height: 7px;
	display: block;
	background: url(../../../assets/img/header/chevron-down.svg) no-repeat center center;
}

i.ic-message {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../../../assets/img/sidebar/message-square.svg) no-repeat center center;
}

i.ic-package {
	width: 20px;
	height: 23px;
	display: block;
	background: url(../../../assets/img/sidebar/package.svg) no-repeat center center;
}

i.ic-radio {
	width: 22px;
	height: 18px;
	display: block;
	background: url(../../../assets/img/sidebar/radio.svg) no-repeat center center;
}

i.ic-book {
	width: 22px;
	height: 20px;
	display: block;
	background: url(../../../assets/img/sidebar/book-open.svg) no-repeat center center;
}

i.ic-map {
	width: 20px;
	height: 24px;
	display: block;
	background: url(../../../assets/img/sidebar/map-pin.svg) no-repeat center center;
}

i.ic-phone {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../../../assets/img/header/phone.svg) no-repeat center center;
	background-size: 24px 24px;
}

i.ic-list {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../../../assets/img/header/list.svg) no-repeat center center;
	background-size: 20px 20px;
}

i.ic-warehouse {
	width: 24px;
	height: 24px;
	float: left;
	display: block;
	background: url(../../../assets/img/header/home.svg) no-repeat center center;
	background-size: 24px 24px;
	
	
}

i.ic-map__header {
	min-width: 20px;
	height: 24px;
	display: block;
	background: url(../../../assets/img/header/map-pin.svg) no-repeat center center;
}

i.ic-mail__header {
	width: 23px;
	height: 18px;
	display: block;
	background: url(../../../assets/img/header/mail.svg) no-repeat center center;
}

i.ic-user_check {
	width: 24px;
	height: 24px;
	display: block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23066ed5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-user-check%22%3E%3Cpath%20d%3D%22M16%2021v-2a4%204%200%200%200-4-4H5a4%204%200%200%200-4%204v2%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%227%22%20r%3D%224%22%3E%3C%2Fcircle%3E%3Cpolyline%20points%3D%2217%2011%2019%2013%2023%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
	background-size: 24px 24px;
}

i.ic-user_check:hover {
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23898989%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-user-check%22%3E%3Cpath%20d%3D%22M16%2021v-2a4%204%200%200%200-4-4H5a4%204%200%200%200-4%204v2%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%227%22%20r%3D%224%22%3E%3C%2Fcircle%3E%3Cpolyline%20points%3D%2217%2011%2019%2013%2023%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

i.ic-user {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../../../assets/img/header/user.svg) no-repeat center center;
	background-size: 24px 24px;
}

i.ic-shopping {
	width: 20px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/header/shopping-bag.svg) no-repeat center center;
}

i.ic-info {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../../assets/img/main/table/alert-circle1.svg) no-repeat center center;
}

i.ic-filter_up {
	width: 9px;
	height: 5px;
	display: block;
	background: url(../../../assets/img/main/table/chevron-up.svg) no-repeat center center;
}

i.ic-filter_up:hover {
	background: url(../../../assets/img/main/table/chevron-up_hov.svg) no-repeat center center;
}

i.ic-filter_down {
	width: 9px;
	height: 5px;
	display: block;
	background: url(../../../assets/img/main/table/chevron-down.svg) no-repeat center center;
}

i.ic-filter_down:hover {
	background: url(../../../assets/img/main/table/chevron-down_hov.svg) no-repeat center center;
}

i.ic-file_text {
	width: 18px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/main/table/file-text.svg) no-repeat center center;
}

i.ic-file {
	width: 18px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/main/table/file.svg) no-repeat center center;
}

i.ic-shopping2 {
	width: 20px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/main/table/shopping.svg) no-repeat center center;
}

i.ic-hands {
	width: 29px;
	height: 24px;
	display: inline-block;
	background: url(../../../assets/img/main/table/hands.png) no-repeat center center;
}

.header {
	height: 67px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 0 14.1px 6.9px rgba(0,0,0,.06);
	box-shadow: 0 0 14.1px 6.9px rgba(0,0,0,.06);
}


.header .search_icon {height: 100%; width: calc(100% - 1010px); float: left; border-right: 1px solid #ddd;}
.wrapper_select_warehouses {width: 250px; float: left; border-right: 1px solid #ddd;}
.dropdown__header_tel {width: 250px; float: left; border-right: 1px solid #ddd;}
.dropdown__header_autor  {width: 240px; float: left;}
.header>a.shopping {width: 270px; float: left;}
header.header a.vhod {width: 240px; float: left;}


.wrapper_select_warehouses:hover,
.dropdown__header_tel:hover,
header.header a.vhod:hover,
.dropdown__header_autor:hover
{background-color: rgba(240, 240, 240, 1);}

header.header .drop__btn:hover {background-color: rgba(240, 240, 240, 1);}

.wrapper_select_warehouses button#dropdownMenuButton {width: 249px;}

.header>span {
	width: 50px;
	height: 100%;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #066ed5;
}

.header>span i {
	width: 29px;
	height: 21px;
	display: block;
	background: url(../../../assets/img/header/menu.svg) no-repeat center center;
}

.number_warehouse_mobile {display: none;}
.dropdown_text_desc {display: none;}
.dropdown_text_desc {font-size: 17px;}
.search_wrapper {height: 100%;}
.drop__btn i.ic-warehouse {margin-right: 10px!important;}

header.header .drop__btn i.ic-arrow_down {
float: right;
position: absolute;
right: 16px;}

@media screen and (max-width:991px) {
	
	
	body .basket h1,
	body .basket__notice,
	body .table__wrap>.switch-wrap
	
	 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	
	
	
	
	.header>span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	
	.search_wrapper {height: auto;}
	
	header.header .input__wrap.js-input__wrap.open div.result {	margin-left: 0px;
		width: 100%;
		top: 51px;
		border-radius: 0px!important;}
	header.header .input__wrap.js-input__wrap .result {padding-left: 14px!important; border-radius: 0px;}
	
	
	.search_icon {	width: 50px;
		height: 100%;}
		
	.number_warehouse_desktop {display: none!important;}	
	.number_warehouse_mobile  {	display: block;
		width: auto;
		padding-left: 5px;
		padding-top: 4px;
		padding-bottom: 2px;
		padding-right: 5px;
		/* height: 20px; */
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 6px;
		left: 20px;
		/* -webkit-transform: translateX(-50%); */
		-ms-transform: translateX(-50%);
		/* transform: translateX(-50%); */
		background-color: #ffffff;
		/* border: 2px solid #fff; */
		border-radius: 5px;
		color: #326ed5;
		font-family: CirceBold;
		font-size: 12px;
		line-height: 12px;}
		
	.drop__item {padding: 12px 14px!important;}	
	header.header .auth_user .ic-arrow_down {display: none;}
	.drop__btn i.ic-user_check {margin-right: 0px!important; margin-left: 4px;}
	.drop__btn i.ic-warehouse {margin-right: 0px!important;}	
	i.ic-warehouse	{left: 13px; position: absolute;}
	.wrapper_select_warehouses {position: static!important;}	
	.wrapper_select_warehouses .dropdown-item.drop__item {padding-left: 42px!important; background-position: 13px 10px!important;}	
	.header>span.js-burger {display: block!important; float: left;}	
	header.header .search_icon  {display: block!important; float: left; width: 50px!important; position: static;}	
	header.header .search_icon .input__wrap.js-input__wrap {position: static;}
	.wrapper_select_warehouses {width: 50px!important; display: block!important; float: left; position: static;}	
	.wrapper_select_warehouses .dropdown.dropdown__header {position: static;}
	.wrapper_select_warehouses button#dropdownMenuButton {width: 49px!important; display: block;}	
	
	header.header .header__logo__mob img {height: 40px!important; margin-top: 5px!important; width: auto!important;}
	header.header .dropdown__header_tel {width: 50px!important; display: block!important; float: left; border-left: 1px solid #ddd; position: static;}
	header.header .dropdown__header_tel .dropdown-menu.dropdown__header__menu {transform: translate3d(0px, 49px, 0px)!important;}
	header.header .wrapper_select_warehouses .dropdown-menu.dropdown__header__menu {transform: translate3d(0px, 49px, 0px)!important;}
	header.header .dropdown__header_autor .dropdown-menu.dropdown__header__menu {transform: translate3d(0px, 49px, 0px)!important;}
	header.header .dropdown__header_tel p {display: none!important;}
	header.header .dropdown__header_tel .drop__btn {display: block;}
	header.header .dropdown__header_tel i.ic-arrow_down {display: none;}
	header.header .dropdown__header_autor {width: 50px!important; display: block!important; float: left; position: static;}
	header.header .dropdown__header_autor p {display: none!important;}
	header.header a#shopping {width: 50px!important; display: block!important; float: left; height: 49px!important; padding: 0px!important;}
	header.header a#shopping p {display: none;}
	header.header a.vhod {width: 50px!important; display: block!important; float: left; height: 50px;padding: 0px!important;}
	header.header a.vhod p {display: none;}
	header.header a#shopping i.ic-shopping {margin-left: 13px;margin-top: 13px;}
	header.header a.vhod i.ic-user {margin-left: 13px;margin-top: 13px;}
	
	.search_wrapper {display: none;}
	
	.open .search_wrapper {display: block;}
	
	.search_wrapper {
	position: absolute;
	width: 100%;
	margin-top: 50px;
	margin-left: -50px;
	background-color: white;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0px 50px 60px #00000017;
	}
	
	
	.dropdown_text_desc {	display: block!important;
		padding-left: 14px;
		font-family: CirceBold;
		font-weight: normal;
		color: #898989;
		padding-top: 10px;
		padding-bottom: 6px;
		border-bottom: 1px solid #dddddd;
	}
	header.header .drop__btn i.ic-phone {margin-left: 3px;margin-top: 3px;}
	
	.modal__content__header {border-bottom: 5px dotted white!important;}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	
	.header__logo__mob {display: block!important;
		float: left;
		height: 49px!important;
		width: calc(100% - 300px)
	}
	
	.header {height: 50px!important;}
	
	
	.drop__btn i.ic-warehouse {}
	
	
	body .wrapper_select_warehouses  {
		background-image: none;
		background-position: center center;
		background-repeat: no-repeat;
		height: 100%;
		display: block;
		background-size: 24px;
	}
	
	.wrapper_select_warehouses .drop__btn i.ic-arrow_down {display: none;}
	
	
	.header span.js-burger i {
		margin-left: 9px;
		margin-top: 14px;
	}
}




.header>a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #3c3c3c;
	padding: 0 20px;
}



@media screen and (max-width:991px) {
	.header>a {
		padding: 0 5px;
	}
	.header>a.vhod  {
		padding-left: 25px; padding-right: 25px
	}


	.input__wrap.js-input__wrap.open input {
	height: 45px;
	width: calc(100% - 28px);
	border-radius: 0px;
	/* margin-left: -50px; */
	border: 2px solid #066ed5;
	/* width: 100%; */
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 14px;
	padding-left: 15px;
	position: relative;
	}

	.input__wrap.js-input__wrap.open div.result {
	border: 2px solid #066ed5;
    margin-top: 58px;
    border-radius: 10px;
    margin-left: -50px;
    width: 340px;
	}

}

.header>a i {
	margin-right: 10px;
}

@media screen and (min-width:991px) and (max-width:1040px) {
	.card__body__btn {margin-right: 0px!important; display: block!important;}
	.card__body__btn a {margin-left: 20px;
		clear: both;
		float: none;
		display: block!important;
		margin-bottom: 15px;
		margin-right: 20px;}
		
	.card__body__btn a:nth-of-type(1) {width: 180px;}	
	.card__body__btn a:nth-of-type(2) {width: 200px;}	 	
	.card__body__btn a:nth-of-type(3) {width: 280px;}
			
	.card__body__btn a i {float: left;}	
}


@media screen and (min-width:992px) and (max-width:1550px) {
	.header>a i {
		margin-right: 10px!important;
		margin-left: 0px!important;
	}
	
	header.header .search_icon input {padding-left: 45px;}
	.wrapper_select_warehouses button#dropdownMenuButton {padding-left: 12px!important; padding-right: 12px!important; width: 233px;}
	.wrapper_select_warehouses {width: 234px;}
	.wrapper_select_warehouses .dropdown-item.drop__item {background-position: 12px 10px!important; padding-left: 40px!important;}
	.dropdown__header_tel .drop__btn {padding-left: 12px!important; padding-right: 12px!important;}
	.wrapper_select_warehouses .drop__btn {padding-left: 12px!important; padding-right: 12px!important;}
	.header>a.shopping  {padding-left: 12px!important; padding-right: 12px!important;}
	.dropdown__header_tel {width: 234px;}
	header.header a.vhod {padding-left: 12px!important; padding-right: 12px!important; width: 214px;}
	.dropdown__header_autor {width: 214px;}
	.dropdown__header_autor .drop__btn {padding-left: 12px!important; padding-right: 12px!important;}
	.header>a.shopping {width: 230px;}
	.header>a.shopping p {padding-left: 10px;}
	.header>a.shopping p span {display: none;}
	.header .search_icon {width: calc(100% - 912px);}
	header.header .drop__item {padding-left: 12px; padding-right: 12px;}
	.dropdown__header_autor .drop__btn i.ic-arrow_down,.dropdown__header_tel .drop__btn i.ic-arrow_down {margin-left: 10px;}
	.header>a.shopping span.shopping__col {display: block!important; top: 12px!important;}
}


@media screen and (min-width:1228px) and (max-width:1370px) {
	.header>a i {margin-right: 0px;margin-left: 8px;}
	.header>a.shopping span.shopping__col {left: 35px;}
	header.header .search_icon {width: calc(100% - 604px)!important;}
	body.logged-in header.header .search_icon {width: calc(100% - 634px)!important;;}
		
	.dropdown__header_autor p {display: none;}
	.dropdown__header_tel p {display: none;}
	.dropdown__header_tel {width: 85px;}
	header.header a.vhod p {display: none;}
	header.header a.vhod i.ic-user {margin-right: 0px!important; margin-left: 2px!important;}
	header.header a.vhod {width: 55px;}
	.dropdown__header_autor  {width: 85px;}
	header.header .dropdown__header__menu {width: 235px;}
		
			
	
}






@media screen and (min-width:992px) and (max-width:1430px) {
	header.header .search_icon {width: calc(100% - 604px);}
	body.logged-in header.header .search_icon {width: calc(100% - 634px);}
	header.header .search_icon .input__wrap input {padding-left: 50px;}
	header.header .search_icon .input__wrap span {left: 5px!important;}	
	.header>a.shopping {float: right;}
	.dropdown__header_autor {
		border-right: 1px solid #ddd;}

	a.vhod {
		border-right: 1px solid #ddd;}
		
	
	.dropdown__header_autor p {display: none;}
	.dropdown__header_tel p {display: none;}
	.dropdown__header_tel {width: 85px;}
	header.header a.vhod p {display: none;}
	header.header a.vhod i.ic-user {margin-right: 0px!important; margin-left: 2px!important;}
	header.header a.vhod {width: 55px;}
	.dropdown__header_autor  {width: 85px;}
	header.header .dropdown__header__menu {width: 235px;}	
		
	}


@media screen and (min-width:992px) and (max-width:1115px) {

	header.header .search_icon {width: calc(100% - 434px);}
	body.logged-in header.header .search_icon {width: calc(100% - 464px);}
	
}



@media screen and (min-width:992px) and (max-width:1228px) {
	.dropdown__header_autor p {display: none;}
	.dropdown__header_tel p {display: none;}
	.dropdown__header_tel {width: 85px;}
	header.header a.vhod p {display: none;}
	header.header a.vhod i.ic-user {margin-right: 0px!important; margin-left: 2px!important;}
	header.header a.vhod {width: 55px;}
	.dropdown__header_autor  {width: 85px;}
	header.header .dropdown__header__menu {width: 235px;}
	
}

@media screen and (min-width:992px) and (max-width:1115px) {
.header>a.shopping p {display: none;}
.header>a.shopping {width: 60px;}
.header>a i {margin-right: 0px;margin-left: 8px;}
.header>a.shopping span.shopping__col {left: 35px;}
}
	

.header>a span {
	color: #7b7b7b;
	margin: 0 5px;
}

.header>a.shopping {
	position: relative;
	background-color: #066ed5;
	color: #fff;
	font-family: CirceBold;
	line-height: 20px;
	font-size: 20px;
}

.header>a.shopping span {
	color: #fff;
	font-size: 16px;
	margin: 0;
	margin-left: 5px;
}

.header>a.shopping span.shopping__col {
display: none;
width: auto;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 2px;
padding-right: 5px;
/* height: 20px; */
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 6px;
left: 30px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ffffff;
/* border: 2px solid #fff; */
border-radius: 5px;
color: #326ed5;
font-family: CirceBold;
font-size: 12px;
line-height: 12px;
}

@media screen and (max-width:991px) {
	.header>a.shopping span.shopping__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width:991px) {
	.header>a.shopping {
		padding: 0 25px;
	}
}



.header__logo__mob {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991px) {
	.header__logo__mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}


	.header__logo__mob {
		display: none;
		height: 100%;
		background-color: white;
		z-index: 1001;


	}

	.wrapper-content .header__logo__mob img {width: 35px; height: auto; display: block; margin: auto; margin-top: 10px!important;}


.table__basket .table__cena_mobile {display: none;}


@media screen and (min-width:460px) and (max-width:767px) {
	.table__name .table__cena_mobile, .table__name .productquantity_mob {display: none;}
}


@media screen and (min-width:0px) and (max-width:767px) {
	.table__basket .table__cena_mobile {display: block;}
	
}

@media screen and (max-width:460px) {
	.header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.input__wrap {
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}

.wrapper.js-wrapper.sideOpen span.js-burger i {
	background: url(../../../assets/img/header/x.svg) no-repeat center center;
}




@media screen and (max-width:991px) {
	.input__wrap, .input__wrap.open {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

.input__wrap input {
	width: 100%;
	height: 100%;
	border: none;
	color: #898989;
	font-family: CirceRegular;
	font-size: 17px;
	line-height: 17px;
	outline: 0;
	padding: 0 30px 0 50px;
}

.input__wrap input::-webkit-input-placeholder {
	color: #898989;
}

.input__wrap input::-moz-placeholder {
	color: #898989;
}

.input__wrap input:-ms-input-placeholder {
	color: #898989;
}

.input__wrap input::-ms-input-placeholder {
	color: #898989;
}

.input__wrap input::placeholder {
	color: #898989;
}

.input__wrap input:focus::-webkit-input-placeholder {
	color: transparent;
}

.input__wrap input:focus:-moz-placeholder {
	color: transparent;
}

.input__wrap input:focus::-moz-placeholder {
	color: transparent;
}

.input__wrap input:focus:-ms-input-placeholder {
	color: transparent;
}

@media screen and (max-width:991px) {
	.input__wrap input {
		display: none;
	}

}

.input__wrap span {
	width: 48px;
	height: 24px;
	position: absolute;
	display: block;
	background: url(../../../assets/img/header/search.svg) no-repeat center center;
	cursor: pointer;
	background-size: 24px 24px;
	padding-left: 12px;
	padding-right: 12px;
	height: 100%;

}



.input__wrap.open {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.input__wrap.open input {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.input__wrap.open span {
	z-index: 1;
}


#shopping.add:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(-0%,-0%);
	-ms-transform: translate(-0%,-0%);
	transform: translate(-0%,-0%);
	-webkit-animation: bounce 2s;
	animation: bounce 2s;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1000;
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounce {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.single-product .tovar__wrap .tovar {margin-top: 35px;}

.main {
	max-width: 100%;
	position: relative;
	padding: 35px 20px 35px 30px;
}

@media screen and (max-width:1670px) {
	.main {
		max-width: 100%;
	}
}

@media screen and (max-width:1519px) {
	.main {
		max-width: 100%;
	}
}

@media screen and (max-width:1199px) {
	.main {
		max-width: 100%;
	}
}

@media screen and (max-width:991px) {
	.main {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 30px 20px 30px 20px;
	}
}

@media screen and (max-width:767px) {
	.main {
		width: 100vw;
	}

	.catalog h1, .catalog nav {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	
	nav.pagination__wrap div {margin-right: 0px!important;}

	.main__filter__wrap>button.js-filter_btn {background-color: #066ed5;}

	html body .main__filter__wrap>button.hide i, .main__filter__wrap>button i {
    width: 20px!important;
    height: 20px!important;
    background: url(../../../assets/img/main/filter/arrow-right.svg) no-repeat center center!important;
    -webkit-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    }





}



.main__pd {
	padding: 35px 0px 35px 0;
	min-width: 100%
}

@media screen and (max-width:991px) {
	.main__pd {
		padding: 35px 0px 35px 0px;
	}
}

.wrapper.loaded_hiding .preload__wrap {
	display: block;
}

@media screen and (max-width:767px) {
	.main_table {
		padding: 25px 0 25px 0;
	}
}

.sidebar {
	width: 256px;
	/*max-height: 100vh;*/
	/*position: fixed;*/
	top: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sidebar::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.sidebar::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb {
	background: #898989;
	border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
	background: #898989;
}

.sidebar__top {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.sidebar__top:before {
	content: '';
	width: 56px;
	height: 65%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	background-image: -webkit-gradient(linear,right top,left top,from(#363636),color-stop(0,#363636),color-stop(0,#363636),to(transparent));
	background-image: -o-linear-gradient(right,#363636 0,#363636 0,#363636 0,transparent 100%);
	background-image: linear-gradient(270deg,#363636 0,#363636 0,#363636 0,transparent 100%);
}

.sidebar__top__logo {
	width: 100%;
	height: 142px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: linear-gradient(45deg, #0048b3, #027be1);
}

.sidebar__top__logo a {
	width: 180px;
	height: 80px;
	display: block;
	background: url(../../../assets/img/sidebar/logo.png) no-repeat center center;
	background-size: 180px 80px;
}

.sidebar__menu {
	padding: 10px 0 35px 0;
}

@media screen and (max-width:460px) {
	.sidebar__menu {
		padding: 20px 0 25px 0;
	}
}

.sidebar__menu>ul>li a {
	padding: 10px 13px 10px 20px;
}

@media screen and (max-width:460px) {

}

.sidebar__menu>ul>li:hover {background-color: #f6f6f6!important;}

.sidebar__menu>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	text-decoration: none;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 17px;
	padding-right: 40px;
}

.sidebar__menu>ul>li>a:hover {
	color: black;
	font-family: CirceRegular;
}

@media screen and (max-width:460px) {

	.sidebar__menu>ul>li {
		padding-left: 0px;
		border-bottom: 1px solid #ffffff40;
		padding-right: 0px;
	}


	.sidebar__menu>ul>li>a {
	font-size: 15px;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;

	}
}

.sidebar__bot {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 35px 13px 33px 20px;
}

@media screen and (max-width:460px) {
	.sidebar__bot {
		padding: 15px 10px 10px 10px;
	}
}

.sidebar__bot a {
	min-height: 18px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #898989;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
	padding-left: 40px;
}

@media screen and (max-width:460px) {
	.sidebar__bot a {
		font-size: 15px;
		line-height: 12px;
		padding-left: 35px;
		padding-top: 4px;
	}
}

.sidebar__bot a+a {
	margin-top: 20px;
}

@media screen and (max-width:460px) {
	.sidebar__bot a+a {
		margin-top: 15px;
	}
}

.sidebar__bot a:hover {
	color: #007bff;
}

.sidebar__bot a:hover i.ic-message {
	background: url(../../../assets/img/sidebar/message-square_hov.svg) no-repeat center center;
}

.sidebar__bot a:hover i.ic-package {
	background: url(../../../assets/img/sidebar/package_hov.svg) no-repeat center center;
}

.sidebar__bot a:hover i.ic-radio {
	background: url(../../../assets/img/sidebar/radio_hov.svg) no-repeat center center;
}

.sidebar__bot a:hover i.ic-book {
	background: url(../../../assets/img/sidebar/book-open_hov.svg) no-repeat center center;
}

.sidebar__bot a:hover i.ic-map {
	background: url(../../../assets/img/sidebar/map-pin_hov.svg) no-repeat center center;
}

.sidebar__bot i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.sidebar__bot__switch {
	margin-top: 60px;
}

@media screen and (max-width:991px) {
	.sidebar {
		margin-left: -256px;
		margin-top: 50px;
	}

	.sidebar__top__logo {
		display: none;
	}

	.sidebar__menu {
		min-height: auto;
	}

	.sidebar__bot__switch.switch-wrap {
		display: none;
	}
}

@media screen and (max-width:460px) {
	.sidebar {
		width: 50%;
		margin-left: -50%;
	}
}

body.over .sidebar {
	padding-bottom: 0px;
}

.wrapper.sideOpen {
	overflow: hidden;
}

.wrapper.sideOpen .sidebar {
	-webkit-transform: translateX(256px);
	-ms-transform: translateX(256px);
	transform: translateX(256px);
	margin-top: 50px;
}

@media screen and (max-width:460px) {
	.wrapper.sideOpen .sidebar {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.wrapper.min .sidebar {
	width: 90px;
}

.wrapper.min .sidebar .sidebar__top__logo a {
	width: 49px;
	height: 96px;
	display: block;
	background: url(../../../assets/img/sidebar/logo_vertical.png) no-repeat center center;
}

.wrapper.min .sidebar .sidebar__top:before {
	display: block;
	margin-top: 150px;
	z-index: 1;
}

.wrapper.min .sidebar .sidebar__bot a p {
	display: none;
}

.wrapper.min .sidebar .sidebar__bot a i {
	left: 14px;
}

.wrapper.min .sidebar .sidebar__bot .switch__text {
	display: none;
}

@media screen and (min-width:992px) {
	.wrapper.min .sidebar:hover {
		width: 256px;
	}

	.wrapper.min .sidebar:hover .sidebar__top__logo a {
		width: 180px;
		height: 80px;
		display: block;
		background: url(../../../assets/img/sidebar/logo.png) no-repeat center center;
		background-size: 180px 80px;
	}

	.wrapper.min .sidebar:hover .sidebar__top:before {
		display: none;
	}

	.wrapper.min .sidebar:hover .sidebar__bot a p {
		display: block;
	}

	.wrapper.min .sidebar:hover .sidebar__bot a i {
		left: 0;
	}

	.wrapper.min .sidebar:hover .sidebar__bot .switch__text {
		display: block;
	}
}

.wrapper.min .wrapper-content {
	padding-left: 0px;
}

.wrapper.min .subMenu:hover {
	left: 90px;
}

@media screen and (min-width:992px) {
	.wrapper.min_cont .wrapper-content {
		padding-left: 256px;
	}
}



.main__filter::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width:460px) {
	.main__filter {
		width: 250px;
	}
}



.main__filter__top input {
	height: 35px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #898989;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 16px;
	outline: 0;
	padding: 5px 15px;
	margin-bottom: 25px;
	display: block;
	width: 100%;
}


.main__filter .param.param_nth.js-param {margin-bottom: 20px;}

@media screen and (max-width:460px) {
	.main__filter {
		width: 250px;
	}
}




.main__filter__top>input::-webkit-input-placeholder {
	color: #898989;
}

.main__filter__top>input::-moz-placeholder {
	color: #898989;
}

.main__filter__top>input:-ms-input-placeholder {
	color: #898989;
}

.main__filter__top>input::-ms-input-placeholder {
	color: #898989;
}

.main__filter__top>input::placeholder {
	color: #898989;
}

.main__filter__top>input:focus::-webkit-input-placeholder {
	color: transparent;
}

.main__filter__top>input:focus:-moz-placeholder {
	color: transparent;
}

.main__filter__top>input:focus::-moz-placeholder {
	color: transparent;
}

.main__filter__top>input:focus:-ms-input-placeholder {
	color: transparent;
}

.main__filter__top .param+.form__switch {
	margin-top: 35px;
}

.main__filter__top .form__switch {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width:460px) {
	.main__filter__top .form__switch .switch__text {
		font-size: 14px;
	}
}

.main__filter__bot {
	clear: both;
}


.main__filter__bot div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

.main__filter__bot div i {
	width: 23px;
	height: 23px;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background: url(../../../assets/img/main/filter/info.svg) no-repeat center center;
	background-size: cover;
	margin-right: 11px;
}

.main__filter__bot div p {
	color: #898989;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 19px;
}

@media screen and (max-width:460px) {
	.main__filter__bot div p {
		font-size: 14px;
	}
}

.main__filter__bot button {
	display: inline-block;
	color: #898989;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	border: none;
	background: 0 0;
	border-bottom: 1px solid #898989;
	margin: 0;
	padding: 0;
	margin-left: 35px;
	outline: 0;
	cursor: pointer;
}

.main__filter__bot>button+div {
	margin-top: 45px;
}


.main__filter__wrap {padding-left: 20px; padding-right: 30px; margin-top: 20px;}

.main__filter__wrap.main__filter__wrap_only_button {margin-top: 0px!important; padding: 0px!important; height: 30px; margin-top: -4px!important; margin-left: 25px;}

.main__filter__wrap>button {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	/* top: 28px; */
	color: #9a9a9a;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 16px;
	background-color: #f1f1f1;
	border: 0px solid #066ed5;
	border-radius: 10px;
	margin: 0;
	padding: 5px 13px;
	outline: 0;
	cursor: pointer;
}

@media screen and (max-width:1199px) {
	.main__filter__wrap>button {
		width: 62px;
		height: 35px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: 80%;
	}
}

.main__filter__wrap>button.hide,.main__filter__wrap>button:hover {
	color: #fff;
	background-color: #066ed5;
}

.main__filter__wrap>button.hide i,.main__filter__wrap>button:hover i {
	background: url(../../../assets/img/main/filter/filter_hov.svg) no-repeat center center;
	background-size: 20px;
}

@media screen and (max-width:1199px) {
	.main__filter__wrap>button.hide i,.main__filter__wrap>button:hover i {
		width: 25px;
		height: 25px;
		background-image: url(../../../assets/img/main/filter/arrow-right.svg) no-repeat center center;
	}
}

@media screen and (max-width:1199px) {
	html body #app .wrapper-content .main_table .main__filter__wrap>button.hide i {
		-webkit-transform: rotate(0deg)!important;
		-ms-transform: rotate(0deg)!important;
		transform: rotate(0deg)!important;
	}
}

.main__filter__wrap>button i {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../../../assets/img/main/filter/filter.svg) no-repeat center center;
	margin-right: 10px;
	background-size: 20px;
}

@media screen and (max-width:1199px) {
	.main__filter__wrap>button i {
		margin-right: 0;
	}
}

@media screen and (max-width:1199px) {
	.main__filter__wrap>button span {
		display: none;
	}
}

.main__filter__wrap>button span:last-of-type {
	display: none;
}

.main__filter__wrap>button.hide span:last-of-type {
	display: block;
}

@media screen and (max-width:1199px) {
	.main__filter__wrap>button.hide span:last-of-type {
		display: none;
	}
}

.main__filter__wrap>button.hide span:first-of-type {
	display: none;
}



.main__filter__wrap.hide {
	display: none;
}

.main__filter__wrap_only_button.hide {display: block;}


.switch {
	width: 46px;
	height: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

.switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch input:checked~.switch__text {
	color: #fff;
}

.switch input:checked~.switch__btn {
	border-color: #ddd;
}

.switch input:checked~.switch__btn:before {
	background-color: #a9d7ff;
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

.switch__text {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	top: 52%;
	left: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255,255,255,.8);
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 16px;
}

.switch__btn {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 24px;
	border: 1px solid rgb(202 202 202);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.switch__btn:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 3px;
	bottom: 2px;
	background-color: rgba(255,255,255,.8);
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.subMenu {
	width: 280px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 60.4px 53.6px rgba(0,0,0,.07);
	box-shadow: 0 0 60.4px 53.6px rgba(0,0,0,.07);
	padding: 27px 0px 25px 0px;
	/*-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;*/
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	overflow: scroll!important;
}



.subMenu>li.subMenu__akzii {
	margin-bottom: 55px;
}

@media screen and (max-width:767px) {
	.subMenu>li.subMenu__akzii {
		margin-bottom: 0;
	}
}

.subMenu>li.subMenu__akzii>a {
	width: 100%;
	height: 94px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #363636;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 18px;
	border-radius: 5px;
	padding: 15px 10px 10px 5px;
}

@media screen and (max-width:767px) {
	.subMenu>li.subMenu__akzii>a {
		font-size: 12px;
		line-height: 16px;
	}
}

@media screen and (max-width:460px) {
	.subMenu>li.subMenu__akzii>a {
		display: none;
	}
}

.subMenu>li.subMenu__akzii>a:hover {
	border-bottom: 1px solid #ddd;
}

.subMenu>li.subMenu__akzii>a img {
	margin-right: 15px;
}

.subMenu>li.subMenu__title+li {
	margin-bottom: 10px;
	margin-top: 0px!important;
	list-style: circle;
}

.subMenu>li.subMenu__title>a {
	font-family: CirceBold;
	font-size: 18px;
	line-height: 16px;
}

@media screen and (max-width:460px) {
	.subMenu>li.subMenu__title>a {
		font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    border-bottom: 1px solid #16465733;
    display: block;
    padding-bottom: 8px;
	}
}

.subMenu>li+li {
	margin-top: 5px;
}

@media screen and (max-width:460px) {
	.subMenu>li+li {
		margin-top: 0;
	}
}

.subMenu>li+li.subMenu__title {
	margin-top: 0px;
	margin-bottom: 5px;
}

@media screen and (max-width:460px) {
	.subMenu>li+li.subMenu__title {
		margin-top: 15px;
	}
}

.subMenu>li>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid transparent;
	color: #363636;
	font-family: CirceRegular;
	font-size: 17px;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width:460px) {
	.subMenu>li>a {
		font-size: 15px;
	}
}

.subMenu>li>a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}


.subMenu>li>a:hover {
	background-color: #f6f6f6;
}

.subMenu>li>a i {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 25px;
}

.subMenu>li>ul {
	display: none;
	margin: 15px 0;
}

@media screen and (max-width:460px) {
	.subMenu>li>ul {
		margin: 10px 0;
	}
}

.subMenu>li>ul>li {
	position: relative;
}

.subMenu>li>ul>li::before {
	content: '-';
}

.subMenu>li>ul>li+li {
	margin-top: 5px;
}

@media screen and (max-width:460px) {
	.subMenu>li>ul>li+li {
		margin-top: 0;
	}
}

.subMenu>li>ul>li>a {
	display: inline-block;
	border-bottom: 1px solid transparent;
	color: #363636;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	padding-left: 3px;
}

@media screen and (max-width:460px) {
	.subMenu>li>ul>li>a {
		font-size: 10px;
	}
}

.subMenu>li>ul>li>a:hover {
	border-bottom: 1px solid #363636;
}

.subMenu>li>ul>li ul {
	margin: 5px 0 10px 10px;
}

.subMenu>li>ul>li ul li {
	position: relative;
}

.subMenu>li>ul>li ul li::before {
	content: '-';
}

.subMenu>li>ul>li ul li+li {
	margin-top: 5px;
}

@media screen and (max-width:460px) {
	.subMenu>li>ul>li ul li+li {
		margin-top: 0;
	}
}

.subMenu>li>ul>li ul li>a {
	display: inline-block;
	border-bottom: 1px solid transparent;
	color: #898989;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	padding-left: 3px;
}

@media screen and (max-width:460px) {
	.subMenu>li>ul>li ul li>a {
		font-size: 10px;
	}
}

.subMenu>li>ul>li ul li>a:hover {
	border-bottom: 1px solid #898989;
}

.subMenu>li.open>a i {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.subMenu:hover {
	left: 256px;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:767px) {
	.subMenu:hover {
		z-index: 110;
	}
}

.sidebar__menu__subMenu li a {
    padding-left: 36px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d0dadd;
	}


	.sidebar__menu__subMenu li.subMenu__title a {background-image: none!important;  padding-top: 10px!important; padding-bottom: 8px!important; padding-left: 20px;}

@media screen and (max-width:460px) {
	.subMenu {
	left: 50%;
    width: 50%;
    padding-top: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
	}

	.breadcrumb__item a {margin-right: 6px;}

	.subMenu>li.subMenu__title+li {margin-top: 0px!important;}

	.sidebar__menu__subMenu li.subMenu__title:nth-of-type(1) {margin-top: 26px;}
	.sidebar__menu__subMenu li.subMenu__title a {background-image: none!important;  padding-top: 10px!important; padding-bottom: 8px!important;}

	.sidebar__menu__subMenu li a {
    padding-left: 36px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d0dadd;
	}

}

.subMenu.show {
	left: 256px;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:767px) {
	.subMenu.show {
		z-index: 110;
	}
}


body.over .subMenu li:last-of-type {margin-bottom: 130px!important;}

@media screen and (max-width:460px) {
	.subMenu.show {
		left: 50%;
		width: 50%;
		padding-top: 0px;
		padding-left: 0px!important;
		padding-right: 0px!important;
		padding-bottom: 0px!important;
	}
}

body.over .subMenu {
	max-height: 100vh;
	overflow-y: auto;
	margin-top: 0px;
	padding-bottom: 0px;
}

.dropdown__header {
	height: 100%;
}

.dropdown__header__menu {
	width: calc(100% + 2px);
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 50px 60px #00000017;
	border-radius: 0;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.dropdown__header__menu.show {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}



.drop__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	white-space: normal;
	padding: 12px 20px;
}

.drop__item:focus,.drop__item:hover {
	background-color: rgba(240, 240, 240, 1);
	color: #3c3c3c;
	text-decoration: none;
}

.drop__item.active,.drop__item:active {
	color: #3c3c3c;
	text-decoration: none;
	background-color: rgba(240, 240, 240, 1);
}

.drop__item span {
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 20px;
	margin-left: 5px;
}

.drop__item span.mts {
	color: #c80000;
}

.drop__item span.a1 {
	color: #ba7600;
}

.drop__item span.life {
	color: #0500e7;
}

.drop__item i {
	margin-right: 18px;
}

.drop__item_mail span {
	position: relative;
	display: inline-block;
}

.drop__item_mail span:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #3c3c3c;
}

.drop__item_color {
	color: #066ed5;
}

.drop__item_color:focus,.drop__item_color:hover {
	color: #066ed5;
}

.drop__btn {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3c3c3c;
	background-color: transparent;
	border-color: transparent;
	border: none;
	font-family: CirceRegular;
	font-size: 17px;
	line-height: 17px;
	border-radius: 0;
	z-index: 0;
	padding: 20px;
}

@media screen and (max-width:991px) {
	.drop__btn {
		padding: 10px;
	}
}

.drop__btn:after {
	display: none;
}

.drop__btn:hover {
	color: #3c3c3c;
	background-color: #fff;
	border-color: transparent;
}

.drop__btn span {
	font-family: CirceBold;
	margin-right: 3px;
}

.drop__btn i.ic-arrow_down {
	margin-left: 20px;
}

.drop__btn i.ic-phone {
	margin-right: 10px;
}



@media screen and (min-width:1200px) and (max-width:1550px) {
	.drop__btn i.ic-phone {
		margin-right: 10px;
	}
}

.drop__btn i.ic-user_check {
	margin-right: 10px;
}

.drop__btn:not(:disabled):not(.disabled).active,.drop__btn:not(:disabled):not(.disabled):active,.show>.drop__btn.dropdown-toggle {
	color: #3c3c3c;
	background-color: #fff;
	border-color: transparent;
}

.drop__btn.focus,.drop__btn:focus,.drop__btn:not(:disabled):not(.disabled).active:focus,.drop__btn:not(:disabled):not(.disabled):active:focus,.show>.drop__btn.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}





.modal__dialog {
	max-width: 705px;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	margin: 100px auto;
}

@media screen and (max-width:767px) {
	.modal__dialog {
		margin: 70px 10px;
	}
}

.modal__content {
	border: none;
	background-color: transparent;
}

.modal__content__header {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 35px 32px 0;
	z-index: 1;
}

.modal__content__header h5 {
	color: #333;
	font-family: CirceBold;
	font-size: 35px;
	line-height: 32px;
}

@media screen and (max-width:767px) {
	.modal__content__header h5 {
		font-size: 28px;
		line-height: 30px;
	}
}

.modal__content__header span {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../../assets/img/modal/close.svg) no-repeat center center;
	cursor: pointer;
}

.modal__content__body {
	background-color: #fff;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 32px 32px 40px;
}

.modal__content__body .form_fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:767px) {
	.modal__content__body .form_fl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#loginform #wp-submit {margin-top:  25px!important;}

	.result-row__list a {margin-bottom: 15px;}
}

#map {display: none;}

.modal__content__footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #066ed5;
	border-top: none;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 30px 32px 25px;
	margin-top: -5px;
}

.modal__content__footer p {
	color: #fff;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 17px;
}

.modal__content__footer p a {
	color: #fff;
	text-decoration: none;
}

.modal__content__footer p+p {
	margin-top: 5px;
}

.modal__content__footer>:not(:last-child) {
	margin-right: 0;
}

.modal__content__footer>:not(:first-child) {
	margin-left: 0;
}

.modal__dialog .modal__content_finish,.modal__dialog .modal__content_finish2,.modal__dialog .modal__content_reg,.modal__dialog .modal__content_step {
	display: none;
}

.modal__dialog.aut .modal__content {
	display: none;
}

.modal__dialog.aut .modal__content_finish {
	display: block;
}

.modal__dialog.aut .modal__content_finish .modal__content__footer,.modal__dialog.aut .modal__content_finish .modal__content__header {
	display: none;
}

.modal__dialog.aut .modal__content_finish .modal__content__body {
	border-radius: 5px;
	padding: 50px 0 0;
}

.modal__dialog.reg.show .modal__content {
	display: none;
}

.modal__dialog.reg.show .modal__content_reg {
	display: block;
}

.modal__dialog.step.show .modal__content,.modal__dialog.step.show .modal__content_reg {
	display: none;
}

.modal__dialog.step.show .modal__content_step {
	display: block;
}

.modal__dialog.step.show .modal__content_step .modal__content__header {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.modal__dialog.reg_stop.show .modal__content,.modal__dialog.reg_stop.show .modal__content_reg,.modal__dialog.reg_stop.show .modal__content_step {
	display: none;
}

.modal__dialog.reg_stop.show .modal__content_finish2 {
	display: block;
}

.modal__dialog.reg_stop.show .modal__content_finish2 .modal__content__header {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.modal__dialog.show .modal__content {
	display: none;
}

.modal__dialog__img {
	max-width: 600px;
}

@media screen and (max-width:767px) {
	.modal__dialog__img {
		margin: 60px 20px;
	}
}

.modal__content__img {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 49.6px 7.4px rgba(0,0,0,.2);
	box-shadow: 0 0 49.6px 7.4px rgba(0,0,0,.2);
}

.modal__body__img {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 49.6px 7.4px rgba(0,0,0,.2);
	box-shadow: 0 0 49.6px 7.4px rgba(0,0,0,.2);
	padding: 40px 25px 30px;
}

.modal__body__img .close {
	width: 47px;
	height: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #066ed5;
	border-radius: 10px;
	opacity: 1;
}

.modal__body__img .close span {
	width: 28px;
	height: 28px;
	display: block;
	background: url(../../../assets/img/main/table/tovar/x.svg) no-repeat center center;
	background-size: cover;
}

.modal__body__img .close:not(:disabled):not(.disabled):focus,.modal__body__img .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

.modal__footer__img {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: none;
	padding: 35px 25px 20px;
	margin-top: -10px;
}

.modal__footer__img button {
	display: none;
}

.modal__footer__img .buttons {
	width: 100%;
}

.modal__footer__img .buttons input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

.modal__footer__img .buttons input[type=range]:focus {
	outline: 0;
}

.modal__footer__img .buttons input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12px;
	cursor: pointer;
	background: #ddd;
	border-radius: 6px;
	border: none;
}

.modal__footer__img .buttons input[type=range]::-webkit-slider-thumb {
	width: 29px;
	height: 29px;
	background: #fff;
	border: 5px solid #066ed5;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

.modal__footer__img .buttons input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ddd;
}

.modal__footer__img .buttons input[type=range]::-moz-range-track {
	width: 100%;
	height: 12px;
	cursor: pointer;
	background: #ddd;
	border-radius: 6px;
	border: none;
}

.modal__footer__img .buttons input[type=range]::-moz-range-thumb {
	width: 29px;
	height: 29px;
	background: #fff;
	border: 5px solid #066ed5;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

.modal__footer__img .buttons input[type=range]::-ms-track {
	width: 100%;
	height: 12px;
	cursor: pointer;
	background: #ddd;
	border-radius: 6px;
	border: none;
}

.modal__footer__img .buttons input[type=range]::-ms-fill-lower {
	background: #ddd;
	border-radius: 6px;
	border: none;
}

.modal__footer__img .buttons input[type=range]::-ms-fill-upper {
	background: #ddd;
	border-radius: 6px;
	border: none;
}

.modal__footer__img .buttons input[type=range]::-ms-thumb {
	width: 29px;
	height: 29px;
	background: #fff;
	border: 5px solid #066ed5;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

.modal__footer__img .buttons input[type=range]:focus::-ms-fill-lower {
	background: #ddd;
}

.modal__footer__img .buttons input[type=range]:focus::-ms-fill-upper {
	background: #ddd;
}

.stock__wrap {
	display: block;
	margin-top: 35px;
}

@media screen and (max-width:991px) {
	.stock__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.stock__wrap_fl {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.stock__wrap_fl>div+div {
	margin-left: 50px;
}

@media screen and (max-width:1670px) {
	.stock__wrap_fl>div+div {
		margin-left: 25px;
	}
}

@media screen and (max-width:1519px) {
	.stock__wrap_fl>div+div {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width:991px) {
	.stock h1 {
		text-align: center;
	}
}

.stock__block {
	width: 650px;
	height: 275px;
	position: relative;
	background-color: #ddd;
	border-radius: 5px;
	margin-bottom: 40px;
	float: left; 
	margin-right: 30px;
}


.dropdown__path {position: absolute!important; transform: none!important; top: auto!important}
.stock__wrap_fl>div+div {margin-left: 0px; margin-top: 35px;}

.stock__wrap.stock__wrap_fl .stock__block_def {float: none;}

@media screen and (max-width:767px) {
	.stock__block {
		height: 200px;
		margin-bottom: 20px;
	}
}

.stock__block a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.stock__block a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 5px;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#066ed5),to(transparent));
	background-image: -o-linear-gradient(bottom,#066ed5 0,transparent 100%);
	background-image: linear-gradient(to top,#066ed5 0,transparent 100%);
}

.stock__block img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.stock__block p {
	position: absolute;
	bottom: 30px;
	left: 25px;
	color: #fff;
	font-family: CirceBold;
	font-size: 27px;
	line-height: 29px;
}

@media screen and (max-width:767px) {
	.stock__block p {
		font-size: 20px;
		line-height: 22px;
	}
}

.stock__block__acts {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 15px;
	left: -15px;
	background-color: #fff;
	border-radius: 5px;
	color: #55b632;
	font-family: CirceBold;
	font-size: 18px;
	line-height: 18px;
	padding: 0 20px 0 0;
}

.stock__block__acts span {
	width: 34px;
	height: 34px;
	display: block;
	background-color: #55b632;
	background-image: url(../../../assets/img/main/stock/thumbs-up.svg);
	background-repeat: no-repeat;
	background-size: 23px 23px;
	background-position: center center;
	border-radius: 5px;
	margin-right: 15px;
}

@media screen and (max-width:460px) {
	.stock__block__acts {
		font-size: 15px;
		padding: 0 15px 0 0;
	}
}

@media screen and (max-width:1670px) {
	.stock__block {
		width: 560px;
	}
}

@media screen and (max-width:767px) {
	.stock__block {
		width: 100%;
	}
}

.stock__block_disabled a:hover p {
	color: #fff;
}

.stock__block_disabled a:before {
	content: '';
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(51,51,51,.56)),to(rgba(51,51,51,.56)));
	background-image: -o-linear-gradient(bottom,rgba(51,51,51,.56) 0,rgba(51,51,51,.56) 100%);
	background-image: linear-gradient(to top,rgba(51,51,51,.56) 0,rgba(51,51,51,.56) 100%);
}

.stock__block_disabled p {
	color: rgba(255,255,255,.4);
}

.stock__block_disabled .stock__block__acts {
	left: 15px;
	color: #333;
	padding: 0 15px;
}

.stock__block_def {
	margin-bottom: 0;
}

.stock__block_def a {
	pointer-events: none;
	cursor: default;
}

.stock__block_def a:before {
	display: none;
}

.stock__block_def p {
	display: none;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.breadcrumb__item {
	color: #898989;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
}

@media screen and (max-width:767px) {
	.breadcrumb__item {
		margin-top: 10px;
	}
}

.breadcrumb__item a {
	position: relative;
	color: #898989;
	text-decoration: none;
}

.breadcrumb__item a:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #898989;
}

.breadcrumb__item+.breadcrumb__item {
	padding-left: 10px;
}

@media screen and (max-width:460px) {
	.breadcrumb__item+.breadcrumb__item {
		padding-left: 0;
	}
}

.breadcrumb__item+.breadcrumb__item::before {
	content: '';
	width: 6px;
	height: 10px;
	background: url(../../../assets/img/main/stock/chevron-right_bread.svg) no-repeat center center;
	padding-right: 0;
	margin-right: 5px;
}

.breadcrumb__item.active {
	color: #898989;
}

.shopPay__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.shopPay__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shopPay__block>div+div {
	margin-left: 25px;
}

@media screen and (max-width:1670px) {
	.shopPay__block>div+div {
		margin-left: 15px;
	}
}

@media screen and (max-width:767px) {
	.shopPay__block>div+div {
		margin-left: 0;
	}
}

@media screen and (max-width:767px) {
	.shopPay__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:1519px) {
	.shopPay__block+.shopPay__block {
		margin-top: 30px;
	}
}

.shopPay .description {
	max-width: 500px;
	margin-top: 15px;
}

@media screen and (max-width:1670px) {
	.shopPay .description {
		max-width: 415px;
	}
}

@media screen and (max-width:1519px) {
	.shopPay .description {
		max-width: 100%;
	}
}

.shopPay .description_max {
	max-width: 435px;
}

@media screen and (max-width:1670px) {
	.shopPay .description_max {
		max-width: 375px;
	}
}

@media screen and (max-width:1519px) {
	.shopPay .description_max {
		max-width: 100%;
	}
}

.description {
	max-width: 620px;
}

.description p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
}

.description p+ul {
	margin-top: 40px;
}

@media screen and (max-width:460px) {
	.description p {
		font-size: 14px;
	}
}

.description h2 {
	color: #3c3c3c;
	font-family: CirceBold;
	font-size: 22px;
	line-height: 24px;
}

.description h2+p {
	margin-top: 25px;
}

@media screen and (max-width:460px) {
	.description h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

.description h3 {
	position: relative;
	color: #066ed5;
	font-family: CirceBold;
	font-size: 18px;
	line-height: 20px;
	padding-left: 25px;
}

.description h3:before {
	content: '';
	width: 9px;
	height: 14px;
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../../../assets/img/main/stock/chevron-right.svg) no-repeat center center;
}

.description h3+p {
	margin-top: 5px;
}

@media screen and (max-width:460px) {
	.description h3 {
		font-size: 16px;
	}
}

.description ul li p {
	padding-left: 25px;
}

.description ul li+li {
	margin-top: 25px;
}

.description ul+p {
	margin-top: 20px;
}

@media screen and (max-width:1670px) {
	.description {
		max-width: 525px;
	}
}

@media screen and (max-width:1519px) {
	.description {
		max-width: 100%;
	}
}

.profile__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
}

.profile__inner div+form {
	margin-left: 45px;
}

@media screen and (max-width:1199px) {
	.profile__inner div+form {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width:1199px) {
	.profile__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.profile__logo {
	width: 132px;
	height: 132px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25.4px 1.6px rgba(6,110,213,.4);
	box-shadow: 0 0 25.4px 1.6px rgba(6,110,213,.4);
	border-radius: 50%;
	color: #066ed5;
	font-family: CirceBold;
	font-size: 50px;
	line-height: 40px;
}

.profile__logo span {
	width: 84px;
	height: 31px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ddd;
	background-image: -o-linear-gradient(124deg,#e9ba00 0,#e3a000 100%);
	background-image: linear-gradient(-34deg,#e9ba00 0,#e3a000 100%);
	border-radius: 5px;
	color: #fff;
	font-family: CirceBold;
	font-size: 17px;
	line-height: 17px;
}

.profile .form {
	width: 680px;
}

@media screen and (max-width:767px) {
	.profile .form {
		width: 100%;
	}
}

.profile .form__block {
	max-width: 640px;
}

@media screen and (max-width:767px) {
	.profile .form__block {
		max-width: 100%;
	}
}

.profile .form a.form__btn span {
	display: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: CirceBold;
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
	margin-left: 20px;
}

.profile .form.ok a.form__btn {
	position: relative;
}

.profile .form.ok a.form__btn span.not_error {
	display: block;
	color: #55b632;
}

.profile .form.ok a.form__btn span.error {
	display: none;
}

.profile .form.no_ok a.form__btn {
	position: relative;
}

.profile .form.no_ok a.form__btn span.error {
	display: block;
	color: red;
}

.profile .form.no_ok a.form__btn span.not_error {
	display: none;
}

.order__complited {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:767px) {
	.order__complited {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.order__complited>div+div {
	margin-left: 40px;
}

@media screen and (max-width:1199px) {
	.order__complited>div+div {
		margin-left: 20px;
	}
}

@media screen and (max-width:767px) {
	.order__complited>div+div {
		margin-left: 0;
		margin-top: 20px;
	}
}

.order__complited div>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	.order__complited div>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.order__complited h1 span {
	display: inline-block;
	color: #066ed5;
	border-bottom: 2px solid;
}

.order__complited h1+p {
	margin-top: 10px;
}

.order__complited p+div {
	margin-top: 25px;
}

.order__complited p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
}

.order__complited a {
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #898989;
	font-family: CirceBold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 25px 15px 20px;
}


@media screen and (max-width:767px) {
	.order__complited a {
		width: 100%;
	}
}

@media screen and (max-width:460px) {
	.order__complited a {
		font-size: 14px;
	}
}

.order__complited a.active,.order__complited a:hover {
	background-color: #066ed5;
	border: 1px solid #066ed5;
	color: #fff;
}

.order__complited a.active i,.order__complited a:hover i {
	background: url(../../../assets/img/main/order/file_hov.svg) no-repeat center center;
}

.order__complited a i {
	width: 18px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/main/order/file.svg) no-repeat center center;
	margin-right: 12px;
}

.order__complited a+a {
	margin-left: 25px;
}

@media screen and (max-width:767px) {
	.order__complited a+a {
		margin-left: 0;
		margin-top: 10px;
	}
}

.order__checkout h1 span {
	color: #066ed5;
	font-size: 25px;
	margin-left: 20px;
}

@media screen and (max-width:767px) {
	.order__checkout h1 span {
		display: block;
		margin-left: 0;
	}
}

.order__checkout h1+p {
	margin-top: 15px;
}

.order__checkout p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
}

.order__checkout p.p_b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: CirceBold;
}

.order__checkout>a {
	margin-top: 50px;
}

.order__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

@media screen and (max-width:1519px) {
	.order__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.order__info__delivery p,.order__info__delivery p.p_b {
	display: none;
}

.order__info__delivery .adress__field__wrap {
	display: none;
}

.order__info__delivery.show p,.order__info__delivery.show p.p_b {
	display: block;
}

.order__info__delivery.show .adress__field__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order__info>div {
	width: 333px;
}

@media screen and (max-width:460px) {
	.order__info>div {
		width: 100%;
	}
}

.order__info>div+div {
	margin-left: 70px;
}

@media screen and (max-width:1519px) {
	.order__info>div+div {
		margin-left: 0;
		margin-top: 30px;
	}
}

.order__info h4 {
	color: #898989;
	font-family: CirceBold;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.order__info .form__switch {
	margin-top: 20px;
	margin-bottom: 10px;
}

.order__info .form__switch+.form__switch {
	margin-top: 10px;
	margin-bottom: 10px;
}

.order__info textarea {
	width: 100%;
	height: 92px;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	outline: 0;
	padding: 15px;
	margin-top: 20px;
}

.order__info .adress__field__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order__info i.btn__adress {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../../../assets/img/main/order/edit.svg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
	margin-left: 10px;
}

.order__info.edit .edit_adress {
	display: block;
}

.edit_adress {
	height: 35px;
	display: none;
	position: relative;
	margin-top: 20px;
}

.edit_adress input {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	outline: 0;
	padding: 5px 65px 5px 15px;
}

.edit_adress input::-webkit-input-placeholder {
	color: #3c3c3c;
}

.edit_adress input::-moz-placeholder {
	color: #3c3c3c;
}

.edit_adress input:-ms-input-placeholder {
	color: #3c3c3c;
}

.edit_adress input::-ms-input-placeholder {
	color: #3c3c3c;
}

.edit_adress input::placeholder {
	color: #3c3c3c;
}

.edit_adress input:focus::-webkit-input-placeholder {
	color: transparent;
}

.edit_adress input:focus:-moz-placeholder {
	color: transparent;
}

.edit_adress input:focus::-moz-placeholder {
	color: transparent;
}

.edit_adress input:focus:-ms-input-placeholder {
	color: transparent;
}

.edit_adress button {
	width: 51px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #55b632;
	border-radius: 4px;
	color: #55b632;
	font-family: CirceRegular;
	font-size: 14px;
	outline: 0;
	z-index: 1;
}

a.btn_order {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #066ed5;
	border: 1px solid #066ed5;
	border-radius: 4px;
	color: #fff;
	font-family: CirceBold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 25px;
}

@media screen and (max-width:460px) {
	a.btn_order {
		width: 100%;
	}
}

.contacts__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 35px;
}

.contacts__block>div {
	width: 220px;
	margin-left: 60px;
}

@media screen and (max-width:1670px) {
	.contacts__block>div {
		width: 215px;
		margin-left: 15px;
	}
}

@media screen and (max-width:1519px) {
	.contacts__block>div {
		margin-left: 0;
		margin-right: 15px;
		margin-top: 10px;
	}
}

.contacts__block>div div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
}

.contacts__block>div div a {
	margin-left: 5px;
}

.contacts__block>div div+div {
	margin-top: 15px;
}

.contacts__block h2 {
	width: 225px;
	color: #363636;
	font-family: CirceExtraLight;
	font-size: 50px;
	line-height: 50px;
}

@media screen and (max-width:1519px) {
	.contacts__block h2 {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:767px) {
	.contacts__block h2 {
		font-size: 40px;
		line-height: 40px;
	}
}

.contacts__block h4 {
	color: #898989;
	font-family: CirceBold;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 15px;
}

.contacts__block p {
	max-width: 170px;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
}

.contacts__block p span {
	display: block;
}

.contacts__block a {
	display: inline-block;
	position: relative;
	color: #066ed5;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 2px solid;
}

.contacts__block a span {
	font-size: 16px;
}

.contacts__block a span.mts {
	color: #c80000;
}

.contacts__block a span.a1 {
	color: #ba7600;
}

.contacts__block a span.life {
	color: #0500e7;
}

.contacts__block a.tel {
	color: #3c3c3c;
	border-bottom: none;
}

.contacts__block a.tel+a.tel {
	margin-top: 15px;
}

.contacts__block+.contacts__block {
	border-top: 1px solid #898989;
}

.contacts #map {
	margin: 50px 0 20px;
}

@media screen and (max-width:767px) {
	.contacts #map {
		margin: 30px 0 15px;
	}
}

.about__img {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
}

@media screen and (max-width:767px) {
	.about__img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.about__img img {
	width: 100%;
	height: 270px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width:1519px) {
	.about__img img {
		height: 220px;
	}
}

.about__img div {
	width: 413px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(6,110,213,.8);
	color: #fff;
	font-family: CirceBold;
	font-size: 30px;
	line-height: 34px;
	padding: 0 50px;
}

@media screen and (max-width:1519px) {
	.about__img div {
		width: 300px;
		font-size: 24px;
		line-height: 28px;
		padding: 0 25px;
	}
}

@media screen and (max-width:767px) {
	.about__img div {
		width: 215px;
		font-size: 18px;
		line-height: 22px;
		padding: 0 15px;
	}
}

@media screen and (max-width:460px) {
	.about__img div {
		display: none;
	}
}

.about__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:1519px) {
	.about__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.about__info__left {
	max-width: 900px;
}

.about__info__left p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 20px;
}

@media screen and (max-width:460px) {
	.about__info__left p {
		font-size: 16px;
		line-height: 18px;
	}
}

.about__info__left p+p {
	margin-top: 20px;
}

.about__info__left p.p_b {
	font-family: CirceBold;
}

.about__info__right {
	color: #363636;
	font-family: CirceExtraLight;
	font-size: 70px;
	line-height: 70px;
}

.about__info__right div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width:1519px) {
	.about__info__right div {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 25px;
	}
}

@media screen and (max-width:460px) {
	.about__info__right div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.about__info__right div+div {
	margin-top: 10px;
}

.about__info__right span {
	width: 210px;
	display: block;
	color: #363636;
	font-family: CirceRegular;
	font-size: 20px;
	line-height: 22px;
	margin-left: 20px;
}

@media screen and (max-width:460px) {
	.about__info__right span {
		margin-left: 0;
	}
}

.catalog>p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 17px;
	line-height: 19px;
	padding-left: 30px;
}

@media screen and (max-width:767px) {
	.catalog>p {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 14px;
	}


}

.catalog>p+p {
	margin-top: 25px;
}

@media screen and (max-width:767px) {
	.catalog>p+p {
		display: none;
	}
}

.catalog h1,.catalog nav {
	padding-left: 30px;
}

@media screen and (max-width:767px) {
	.catalog h1,.catalog nav {
		padding-right: 30px;
	}
}

.param__check {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: #333;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.param__check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	display: none;
}

.param__check input:checked~.checkmark:after {
	display: block;
}

.param__check span {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.param__check span:after {
	content: url(../../../assets/img/main/filter/check.svg);
	position: absolute;
	display: none;
	left: 2px;
	top: -2px;
}

.param__check:nth-of-type(n+8) {
	display: none;
}

.param h4 {
	color: #898989;
	font-family: CirceBold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
}

.param button {
	display: inline-block;
	color: #898989;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	border: none;
	background: 0 0;
	border-bottom: 1px solid #898989;
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	display: block;
	margin-left: 0px;
	margin-top: 5px;
}

.filter_result {display: block; margin-top: 10px;}

.param button.show_check {
	display: none;
}

.param_nth .param__check:nth-of-type(n+6) {
	display: none;
}


.param.open .param__check:nth-of-type(n+6) {
	display: block;
}

.param.open button.show_check {
	display: block;
}

.param.open button.more {
	display: none;
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination__link {
	border: 1px solid #ddd;
	font-family: CirceBold;
	font-size: 18px;
	line-height: 18px;
	color: #898989;
	padding: 10px 15px;
}

@media screen and (max-width:767px) {
	.pagination__link {
		padding: 10px 12px;
	}
}

.pagination__link:hover {
	color: #333;
	background-color: transparent;
	border-color: #ddd;
}

.pagination__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination__item:first-of-type {
	margin-left: 20px;
}

@media screen and (max-width:767px) {
	.pagination__item:first-of-type {
		margin-left: 0;
	}
}

.pagination__item:first-of-type .page-link {
	border-radius: 4px 0 0 4px;
}

.pagination__item:last-child .page-link {
	border-radius: 0 4px 4px 0;
}

@media screen and (max-width:460px) {
	.pagination__item_dis {
		display: none;
	}
}

.pagination__item.active {
	width: 40px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #066ed5;
	border-radius: 4px;
	overflow: hidden;
}

.pagination__item.active .pagination__link {
	background-color: #066ed5;
	color: #fff;
	border-color: transparent;
	border-radius: 4px;
	margin-left: 0;
	z-index: 0;
}


.pagination__item.active+.pagination__item .pagination__link {
	margin-left: 0;
}

.pagination__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 55px;
}

.pagination__wrap div {
	color: #333;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 16px;
}

.pagination__wrap div select,
header.header .user-group select {
	width: 68px;
	height: 40px;
	background-color: #fff;
	background-image: url(../../../assets/img/main/pagination/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 16px;
	outline: 0;
	padding: 5px 5px 5px 10px;
	margin-left: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px) {
	.pagination__wrap div select {
		margin-left: 0;
	}
}

@media screen and (max-width:767px) {
	.pagination__wrap div span {
		display: none;
	}
}

.pagination>span {
	margin-right: 25px;
}

@media screen and (max-width:767px) {
	.pagination>span {
		display: none;
	}

	.catalog tr.js-tr__wrap .table__name a {font-size: 16px; font-family: 'CirceBold';}
}

.stepper .stepper_input_wrapper {
	height: 35px;
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1px;
	text-align: center;
}

.stepper__input {
	width: 100%;
	height: 100%;
	border: none;
	-moz-appearance: textfield;
	color: #333;
	font-family: CirceBold;
	font-size: 18px;
	padding: 10px;
	outline: 0;
	height: 32px;
	padding-right: 0px!important;
}

.stepper__input::-webkit-inner-spin-button,.stepper__input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.stepper__controls {width: 25px;
	float: left;}

.stepper_input {width: 55px; float: left;}

.stepper__controls [spinner-button=down] {

}
.stepper__controls [spinner-button=down],.stepper__controls [spinner-button=up] {
	width: 25px;
	height: 35px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 20px;
	line-height: 0;
	color: #333;
	border-radius: 8px;
	padding: 0;
	outline: 0;
	-webkit-transition: all ease .25s;
	-o-transition: all ease .25s;
	transition: all ease .25s;
	cursor: pointer;
	line-height: 38px;
	font-size: 23px;
}

.stepper__controls [spinner-button=up] {

}

.stepper__controls [spinner-button=up]:hover {
	background-color: #55b632;
	border: 1px solid #55b632;
	color: #fff;
}



.stepper__controls [spinner-button=down]:hover {
	background-color: #898989;
	border: 1px solid #898989;
	color: #fff;
}

.tovar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 00px;
}

.tovar__content {
	margin-left: 0px;
	float: left;
	width: 500px;
}

.tovar__content__top div {
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
	float: none;
}

.tovar__content__top div p {
	width: 35%;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
	float: left;
	padding: 10px;
	background-color: #f1f1f1;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	border-radius: 7px;
}

.tovar__content__top div p:nth-of-type(2) {width: 65%}

@media screen and (max-width:1199px) {
	.tovar__content__top div p {
		width: 90px;
	}
}

.tovar__content__top div p i {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-left: 7px;
	margin-bottom: 2px;
	display: block;
	float: right;
}




.tovar__content__top div+div {
	margin-top: 18px;
}

.tovar__content__bot {
width: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 5px;
margin-top: 100px;
}

@media screen and (max-width:1199px) {
	.tovar__content__bot {
		width: 100%;
	}
}

.tovar__content__bot>div {
	padding-bottom: 20px;
}

.tovar__content__bot__head {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tovar__content__bot__head p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: CirceBold;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

.tovar__content__bot__head p>span {
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
}

.tovar__content__bot__head p>span i {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background: url(../../../assets/img/main/table/alert-circle.svg) no-repeat center center;
	margin-left: 7px;
	margin-bottom: 2px;
}

.tovar__content__bot__head p>span span {
	text-transform: none;
	margin-left: 2px;
}



.tovar__content__bot__head p>span+span {
	margin-left: 50px;
}

@media screen and (max-width:1199px) {
	.tovar__content__bot__head p>span+span {
		margin-left: 35px;
	}
}

.tovar__content__bot__head p+div {
	margin-top: 25px;
}

.tovar__content__bot__head div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tovar__content__bot__head div p {
	width: 80px;
	display: block;
}



.tovar__content__bot__head div p+p {
	margin-left: 50px;
}

@media screen and (max-width:1199px) {
	.tovar__content__bot__head div p+p {
		margin-left: 35px;
	}
}

.tovar__content__bot__footer {
	width: 100%;
	height: 96px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 5px;
	margin-bottom: -1px;
}

.tovar__content__bot__footer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tovar__content__bot__footer div p {
	font-family: CirceBold;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}

.tovar__content__bot__footer div p+div {
	margin-left: 45px;
}

@media screen and (max-width:1199px) {
	.tovar__content__bot__footer div p+div {
		margin-left: 30px;
	}
}

@media screen and (max-width:1199px) {
	.tovar__content {
		margin-left: 20px;
	}
}

@media screen and (max-width:767px) {
	.tovar__content {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.table__wrap table.table thead {display: none;}
	
	.wrapper-content .table__wrap td.table__img {width: 75px; border-right: 0px!important;}
		
}

.table__basket .table__cena_mobile {margin-bottom: 10px;}

.table__wrap .switch-wrap.form__switch {display: none;}


.tovar__slider {
	max-width: 400px;
	float: left;
	margin-right: 40px;
}

@media screen and (max-width:460px) {
	.tovar__slider {
		max-width: 300px;
	}
}

.tovar__slider__bigfoto {
	width: 400px;
	height: 400px;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	border: 5px solid transparent;
	-webkit-box-shadow: 0 0 25.4px 1.6px rgba(0,0,0,.15);
	box-shadow: 0 0 25.4px 1.6px rgba(0,0,0,.15);
}

@media screen and (max-width:460px) {
	.tovar__slider__bigfoto {
		width: 300px;
		height: 300px;
		margin: 0 auto;
	}
}

.tovar__slider__bigfoto img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.tovar__slider__bigfoto span {
	display: none;
	position: absolute;
}

.tovar__slider__mini {
	margin-top: 30px;
	padding: 0 2px;
}

@media screen and (max-width:1199px) {
	.tovar {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width:767px) {
	.tovar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.tovar.error .stepper .stepper_input_wrapper {
	border: 1px solid #c6003c;
}

.tovar.error .tovar__slider__bigfoto {
	border: 2px solid #c6003c;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(235,37,97,.28);
	box-shadow: 0 0 25.3px 6.7px rgba(235,37,97,.28);
}

.tovar.error .tovar__slider__bigfoto span {
	width: 26px;
	height: 26px;
	top: -8px;
	right: -8px;
	background: url(../../../assets/img/main/table/tovar/error.png) no-repeat center center;
}

.tovar.error .tovar__slider__bigfoto .info_success {
	display: none;
}

.tovar.error .tovar__slider__bigfoto .info_error {
	display: block;
}

.tovar.success .stepper .stepper_input_wrapper {
	border: 1px solid #55b632;
}

.tovar.success .tovar__slider__bigfoto {
	border: 2px solid #55b632;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(86,184,51,.28);
	box-shadow: 0 0 25.3px 6.7px rgba(86,184,51,.28);
}

.tovar.success .tovar__slider__bigfoto span {
	width: 30px;
	height: 26px;
	top: -8px;
	right: -12px;
	background: url(../../../assets/img/main/table/tovar/check.png) no-repeat center center;
}

.tovar.success .tovar__slider__bigfoto .info_error {
	display: none;
}

.tovar.success .tovar__slider__bigfoto .info_success {
	display: block;
}

.sl__mini {
	height: 87px;
}

.sl__mini__slide {
	width: 87px;
	height: 87px;
	background-color: #fff;
	border: 1px solid rgba(137,137,137,.6);
	border-radius: 5px;
	padding: 5px;
}

.sl__mini__slide:hover {
	border: 1px solid rgba(198,0,60,.6);
}

.sl__mini__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sl__mini__slide.swiper-slide-active {
	border: 1px solid rgba(198,0,60,.6);
}

.basket h1 {
	padding-left: 30px;
}

.basket .table__basket {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}


.table__multiplicity {
	min-width: 70px;
	width: 70px;	
	word-break: break-word;
}

.table__PPC,
.table__scale {
	min-width: 60px;
	width: 60px;
}

.table__article {
	min-width: 135px;
	width: 135px;
}

.table__brend {
	min-width: 135px;
	width: 135px;
}



@media screen and (max-width:767px) {
	.basket .table tbody td.table__mob {
		display: block;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.effectFadeOutLeft {
	animation: fadeOutLeft 1s infinite;
	-webkit-animation: fadeOutLeft 1s infinite;
}

.tooltip.show {
	opacity: 1;
}

.bs-tooltip-left {
	top: -60px!important;
	left: 20px!important;
	padding: 0;
}

.bs-tooltip-left .tooltip-inner {
	max-width: 220px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 17.2px 3.8px rgba(0,0,0,.1);
	box-shadow: 0 0 17.2px 3.8px rgba(0,0,0,.1);
	color: #333;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	padding: 15px 20px;
}

.bs-tooltip-left .arrow {
	width: 12px;
	height: 10px;
	top: auto!important;
	bottom: 0;
	right: 6px;
}

.bs-tooltip-left .arrow:before {
	content: "";
	border-width: 9px;
	border-left-color: transparent;
	border-right-color: #fff;
	border-top-color: #fff;
}

.bs-tooltip-right {
	top: -40px!important;
	left: -25px!important;
	padding: 0;
}

.bs-tooltip-right .tooltip-inner {
	max-width: 220px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 17.2px 3.8px rgba(0,0,0,.1);
	box-shadow: 0 0 17.2px 3.8px rgba(0,0,0,.1);
	color: #333;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	padding: 10px 15px;
}

.bs-tooltip-right .arrow {
	width: 12px;
	height: 10px;
	top: auto!important;
	bottom: 0;
	left: 6px;
}

.bs-tooltip-right .arrow:before {
	content: "";
	border-width: 9px;
	border-right-color: transparent;
	border-left-color: #fff;
	border-top-color: #fff;
}

.card {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

.card__header {
	background-color: #fff;
	border-bottom: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}

.card__header:first-child {
	border-radius: 5px;
}

.card__header__btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: none;
	border: 2px solid #ddd;
	border-radius: 5px;
	color: inherit;
	padding: 0;
}

.card__header__btn:hover {
	color: inherit;
	text-decoration: none;
	background-color: #fff;
	border-color: #ddd;
}

.card__header__btn.focus,.card__header__btn:focus {
	text-decoration: none;
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card__header__btn div {
	padding: 15px 25px;
}

@media screen and (max-width:767px) {
	.card__header__btn div {
		padding: 15px 10px;
	}
}

.card__header__btn div:first-child {
	border-right: 2px solid #ddd;
}

.card__header__btn div p {
	color: #333;
	font-family: CirceBold;
	font-size: 20px;
	line-height: 20px;
}

.card__header__btn div span {
	display: inline-block;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 16px;
	line-height: 16px;
}

@media screen and (max-width:767px) {
	.card__header__btn div span {
		display: none;
	}
}

.card__header__btn div span+span {
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 15px;
}

@media screen and (max-width:767px) {
	.card__header__btn div span+span {
		display: inline-block;
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
}

.card__header__btn[aria-expanded=false]:hover {
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 25.3px 6.7px rgba(0, 0, 0, 0.10);
}

.card__header__btn[aria-expanded=true] {
	border: 2px solid #066ed5;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(6,110,213,.28);
	box-shadow: 0 0 25.3px 6.7px rgba(6,110,213,.28);
}

.card__header__btn[aria-expanded=true] div p {
	color: #066ed5;
}

.card__header__btn[aria-expanded=true] div:first-child {
	border-right: 2px solid #066ed5;
}

.card__collapse {
	border: 2px solid #066ed5;
	border-top: none;
	margin-top: -5px;
}



.card__body {
	padding: 0 0 60px 0;
}



.card__body__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 30px;
	margin-right: 30px;
}

.card__body__btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #898989;
	font-family: CirceBold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 25px;
}

.card__body__btn a:hover {
	background-color: #066ed5;
	border: 1px solid #066ed5;
	color: #fff;
}

.card__body__btn a:hover i.ic-file_text {
	background: url(../../../assets/img/main/table/file-text_hov.svg) no-repeat center center;
}

.card__body__btn a:hover i.ic-file {
	background: url(../../../assets/img/main/table/file_hov.svg) no-repeat center center;
}

.card__body__btn a:hover i.ic-shopping2 {
	background: url(../../../assets/img/main/table/shopping_hov.svg) no-repeat center center;
}

.card__body__btn a i {
	margin-right: 15px;
}

@media screen and (max-width:767px) {
	.card__body__btn a {
		display: none;
	}
}

.card__body__btn a.active {
	background-color: #066ed5;
	border: 1px solid #066ed5;
	color: #fff;
}

.card__body__btn a.active i.ic-shopping2 {
	background: url(../../../assets/img/main/table/shopping_hov.svg) no-repeat center center;
}

.card__body__btn a:first-child {
	margin-right: 20px;
	z-index: 1;
}

.card__body__btn a:last-child {
	margin-left: 20px;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.card__body__btn a:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	.card .table tbody td.table__mob {
		display: block;
	}
}

.card+.card {
	margin-top: 25px;
}

.accordion .card:not(:first-of-type) .card__header:first-child {
	border-radius: 5px;
}

.accordion {
	margin-top: 30px;
}

.accordion>span {
	display: block;
	text-align: center;
	color: #898989;
	font-family: CirceBold;
	font-size: 18px;
	line-height: 16px;
	margin-top: 50px;
	cursor: pointer;
}

.accordion>span i {
width: 32px;
height: 32px;
display: block;
background: url(../../../assets/img/main/table/package.svg) no-repeat center center;
margin: 0 auto;
margin-bottom: 12px;
background-size: 32px;
}

.accordion .table tbody td.table__mob {
	width: calc(100vw - 100px);
}

.preload-juggle {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-100%,-100%);
	-ms-transform: translate(-100%,-100%);
	transform: translate(-100%,-100%);
}

@media screen and (max-width:767px) {
	.preload-juggle {
		-webkit-transform: translate(-70%,-150%);
		-ms-transform: translate(-70%,-150%);
		transform: translate(-70%,-150%);
	}
}

.preload-juggle div {
	position: absolute;
	width: 21px;
	height: 21px;
	border-radius: 10.5px;
	background: #fff;
	margin-top: 150px;
	margin-left: 150px;
	-webkit-animation: juggle 2.1s linear infinite;
	animation: juggle 2.1s linear infinite;
}

.preload-juggle div:nth-child(1) {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s;
}

.preload-juggle div:nth-child(2) {
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
}

.preload__wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 67px;
	left: 256px;
	display: none;
	background-color: rgba(51,51,51,.8);
	z-index: 10;
}

@media screen and (max-width:991px) {
	.preload__wrap {
		left: 0;
	}
}

@-webkit-keyframes juggle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	12.5% {
		-webkit-transform: translateX(27.5px) translateY(-57px) scale(1.1);
		transform: translateX(27.5px) translateY(-57px) scale(1.1);
		background: #fff;
	}

	25% {
		-webkit-transform: translateX(55px) translateY(0);
		transform: translateX(55px) translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	37.5% {
		-webkit-transform: translateX(27.5px) translateY(57px);
		transform: translateX(27.5px) translateY(57px);
	}

	50% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	62.5% {
		-webkit-transform: translateX(-27.5px) translateY(-57px) scale(1.1);
		transform: translateX(-27.5px) translateY(-57px) scale(1.1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	75% {
		-webkit-transform: translateX(-55px) translateY(0);
		transform: translateX(-55px) translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	87.5% {
		-webkit-transform: translateX(-27.5px) translateY(57px);
		transform: translateX(-27.5px) translateY(57px);
	}

	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@keyframes juggle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	12.5% {
		-webkit-transform: translateX(27.5px) translateY(-57px) scale(1.1);
		transform: translateX(27.5px) translateY(-57px) scale(1.1);
		background: #fff;
	}

	25% {
		-webkit-transform: translateX(55px) translateY(0);
		transform: translateX(55px) translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	37.5% {
		-webkit-transform: translateX(27.5px) translateY(57px);
		transform: translateX(27.5px) translateY(57px);
	}

	50% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	62.5% {
		-webkit-transform: translateX(-27.5px) translateY(-57px) scale(1.1);
		transform: translateX(-27.5px) translateY(-57px) scale(1.1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	75% {
		-webkit-transform: translateX(-55px) translateY(0);
		transform: translateX(-55px) translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	87.5% {
		-webkit-transform: translateX(-27.5px) translateY(57px);
		transform: translateX(-27.5px) translateY(57px);
	}

	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

.form.form_al {
	text-align: center;
}

.form__title {
	margin-bottom: 30px;
}

.form__title p {
	color: #3c3c3c;
	font-family: CirceLight;
	font-size: 28px;
	line-height: 28px;
}

@media screen and (max-width:767px) {
	.form__title p {
		font-size: 22px;
		line-height: 26px;
	}
}

.form__title p span {
	font-family: CirceBold;
}

@media screen and (max-width:460px) {
	.form__title p span {
		display: block;
	}
}

.form__title p+p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 18px;
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	.form__title p+p {
		font-size: 16px;
		line-height: 16px;
	}
}

.form a.form__btn {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #066ed5;
	border: 1px solid #066ed5;
	border-radius: 4px;
	color: #fff;
	font-family: CirceBold;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 55px;
}

.form input.form__btn {
	max-width: 235px;
	outline: none;
	cursor: pointer;
	padding: 0 24px !important;
	margin-top: 28px;
	margin-left: 275px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #066ed5;
	border: 1px solid #066ed5;
	border-radius: 4px;
	color: #fff;
	font-family: CirceBold;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 55px;
}

@media screen and (max-width:767px) {
	.form a.form__btn {
		width: 100%;
	}
}

.form a.form__btn_pad {
	padding: 0 24px;
	margin-top: 28px;
	margin-left: 275px;
}

@media screen and (max-width:767px) {
	.form a.form__btn_pad {
		margin-left: 0;
	}
}

.form__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width:767px) {
	.form__left {
		margin-bottom: 20px;
	}
}

.form__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.form__group input, select {
	width: 307px;
	height: 35px;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 18px;
	outline: 0;
	padding: 5px 15px;
}

.form__group input ::-webkit-input-placeholder {
	color: #3c3c3c;
}

.form__group input ::-moz-placeholder {
	color: #3c3c3c;
}

.form__group input :-ms-input-placeholder {
	color: #3c3c3c;
}

.form__group input ::-ms-input-placeholder {
	color: #3c3c3c;
}

.form__group input ::placeholder {
	color: #3c3c3c;
}

@media screen and (max-width:767px) {
	.form__group input {
		width: 100%;
	}
}

.form__group+.form__group {
	margin-top: 23px;
}

.form__group>label {
	position: relative;
	color: #898989;
	font-family: CirceBold;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.form__group>label {
		margin-bottom: 10px;
	}
}

.form__group>label span {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 40%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../../../assets/img/modal/info.svg) no-repeat center center;
	background-size: cover;
	margin-left: 10px;
}

.form__group__field {
	position: relative;
}

.form__group__field>div {
	display: none;
}

.form__group__field.error>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid red;
	border-radius: 4px;
	color: red;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 14px;
}

.form__group__field.error>div p {
	padding-left: 15px;
}

.form__group__field.error>div button {
	width: 51px;
	height: 100%;
	background-color: #fff;
	border: 1px solid red;
	border-bottom: none;
	border-top: none;
	border-radius: 4px;
	outline: 0;
	color: red;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 0;
	margin-right: -1px;
}

.form__group__field.error>div .button {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 51px;
	height: 100%;
	background-color: #fff;
	border: 1px solid red;
	border-bottom: none;
	border-top: none;
	border-radius: 4px;
	outline: 0;
	color: red;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 0;
	margin-right: -1px;
}

@media screen and (max-width:767px) {
	.form__group__field {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.form__group__field_max {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.form__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.form__group_inp input, select {
	width: 364px;
}

@media screen and (max-width:767px) {
	.form__group_inp input,
	select {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.form__group_fl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form__group {margin-top: 0px!important; margin-bottom: 24px!important;}
	.form__block {padding-bottom: 0px!important;}
}

.form__group_fl>label {
	margin-bottom: 0;
}

.form__switch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.form__switch .switch {
	width: 44px;
	height: 24px;
}

.form__switch .switch__btn:before {
	bottom: 1px;
	background-color: rgb(202 202 202)
}

.form__switch .switch input:checked~.switch__text {
	color: #7b7b7b;
}

.form__switch .switch input:checked~.switch__btn {
	border-color: #55b632;
	background-color: #55b632;
}

.form__switch .switch input:checked~.switch__btn:before {
	background-color: #fff;
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}

.form__switch .switch__text {
	color: #7b7b7b;
}

.form__switch_mg {
	width: 364px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.form__switch_mg {
		width: 100%;
		margin-left: 60px;
	}
}

.form__right>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__right>div+div {
	margin-top: 22px;
}

.form__right>div span.sp_reg {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../../../assets/img/modal/glasses.svg) no-repeat center center;
	margin-right: 15px;
}

.form__right>div span.sp_pass {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../../../assets/img/modal/shock.svg) no-repeat center center;
	margin-right: 15px;
}

.form__right>div p {
	color: #898989;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 17px;
}

.form__right>div p a {
	position: relative;
	color: #898989;
	text-decoration: none;
}

.form__right>div p a:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #898989;
}

.form__right>div p+p {
	margin-top: 3px;
}

.form>img {
	margin-bottom: 20px;
}

.form h2 {
	color: #333;
	font-family: CirceBold;
	font-size: 35px;
	line-height: 35px;
}

@media screen and (max-width:767px) {
	.form h2 {
		font-size: 28px;
		line-height: 30px;
	}
}

.form>p {
	color: #3c3c3c;
	font-family: CirceRegular;
	font-size: 18px;
	line-height: 18px;
}

@media screen and (max-width:767px) {
	.form>p {
		font-size: 14px;
		line-height: 18px;
	}
}

.form>p+p {
	margin-top: 3px;
}

.form p.p_mg+p {
	margin-top: 20px;
}

.form p.p_mg span {
	display: inline-block;
	background-color: #eb2561;
	border-radius: 5px;
	color: #fff;
	font-family: CirceBold;
	padding: 5px 10px;
}

.form h2+p {
	margin-top: 15px;
}

.form__download {
	width: 100%;
	height: 13px;
	background-color: #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	margin-top: 50px;
}

.form__download__state {
	height: 100%;
	background-color: #55b632;
	-webkit-animation: animation__download 3s forwards;
	animation: animation__download 3s forwards;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
	box-shadow: 0 0 25.3px 6.7px rgba(0,0,0,.09);
}

.form__block {
	padding: 0 0 30px;
}

.form__block .form__group+.form__group {
	margin-top: 12px;
}

.form__block_password .form__group_password {
	display: none;
}

.form__block_password.show .form__group_password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__block+.form__block {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.form__cod {
	width: 425px;
	height: 48px;
	position: relative;
	margin-left: auto;
	margin-top: 25px;
}

@media screen and (max-width:767px) {
	.form__cod {
		width: 220px;
		margin: 0 auto;
		margin-top: 20px;
	}
}

.form__cod input {
	width: 100%;
	height: 100%;
	border: none;
	color: #333;
	font-family: CirceRegular;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 35px;
	caret-color: transparent!important;
	outline: 0;
}

.form__cod span {
	width: 45px;
	height: 2px;
	display: block;
	position: absolute;
	left: -7px;
	bottom: 0;
	background-color: #898989;
}

.form__cod span.current {
	background-color: #066ed5;
}

.form__cod span.form__cod__two {
	left: 53px;
}

.form__cod span.form__cod__three {
	left: 116px;
}

.form__cod span.form__cod__four {
	left: 178px;
}

@-webkit-keyframes animation__download {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

@keyframes animation__download {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.table {
	margin-top: 30px;
	margin-bottom: 0;
	overflow: hidden;
}

.table thead th {
	border-top: none;
	border-bottom: none;
	color: #898989;
	font-family: CirceBold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 15px 10px 15px 30px;
}

.table thead th i {
	margin-left: 5px;
}

.table thead th i.ic-info {
	display: inline;
	padding-left: 16px;
}

.table thead th span {
	display: inline-block;
	text-transform: none;
}

.table thead th span i+i {
	margin-top: 5px;
}

@media screen and (max-width:1199px) {
	.table thead th.table__del {
		display: none;
	}
}

.table thead th+th {
	padding-left: 10px;
	padding-right: 10px;
}



.table tbody tr {
	border-top: 1px solid #ddd;
	padding: 0 0 0 30px;
}

@media screen and (max-width:767px) {
	.table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px 0px 15px;
	}
	
	.nf__tovar__additional .table tbody tr {padding: 0 30px 0px 30px;}
}

.table tbody tr.error {
	background-color: rgba(198,0,60,.07);
}

.table tbody tr.error .table__img div {
	border: 2px solid #c6003c;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(235,37,97,.28);
	box-shadow: 0 0 25.3px 6.7px rgba(235,37,97,.28);
}

.table tbody tr.error .table__img div span.info_error {
	width: 26px;
	height: 26px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	background: url(../../../assets/img/main/table/tovar/error.png) no-repeat center center;
}

.table tbody tr.error .table__img div span.info_success {
	display: none;
}

.table tbody tr.error .stepper .stepper_input_wrapper {
	border: 1px solid #c6003c;
}

.table tbody tr.error td.table__mob {
	background-color: transparent;
}

.table tbody tr.error td.table__mob>span {
	background: 0 0;
}

.table tbody tr.success {
	background-color: rgba(85,182,50,.07);
}

.table tbody tr.success .table__img div {
	border: 2px solid #55b632;
	-webkit-box-shadow: 0 0 25.3px 6.7px rgba(86,184,51,.28);
	box-shadow: 0 0 25.3px 6.7px rgba(86,184,51,.28);
}

.table tbody tr.success .table__img div span.info_success {
	width: 30px;
	height: 26px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	background: url(../../../assets/img/main/table/tovar/check.png) no-repeat center center;
}

.table tbody tr.success .table__img div span.info_error {
	display: none;
}

.table tbody tr.success .stepper .stepper_input_wrapper {
	border: 1px solid #55b632;
}

.table tbody tr.success td.table__mob {
	background-color: transparent;
}

.table tbody tr.success td.table__mob>span {
	background: 0 0;
}

.table tbody td {
	color: #333;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 17px;
	border-top: none;
	padding: 15px 10px 15px 30px;
}


.woocommerce img, .woocommerce-page img {display: block; margin: auto!important;}

@media screen and (max-width:767px) {
	.table tbody td {
		padding: 15px 0 15px 0;
	}

	.table tbody td+td.table__img {padding-left: 0px!important;}
}

.table tbody td h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	font-family: CirceBold;
	font-size: 25px;
	line-height: 25px;
	padding-top: 25px;
}

@media screen and (max-width:460px) {
	.table tbody td h2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.table tbody td h2 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f0f0f0;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 14px;
	margin-left: 20px;
}

@media screen and (max-width:460px) {
	.table tbody td h2 span {
		margin-left: 0;
		margin-top: 10px;
	}
}

.table tbody td h2.unknown {
	color: #c6003c;
}

.table tbody td h2.unknown span {
	color: #333;
}

.table tbody td h2.unknown i {
	width: 34px;
	height: 32px;
	display: inline-block;
	background: url(../../../assets/img/main/table/smile.png) no-repeat center center;
	margin-right: 12px;
}

.table tbody td+td {
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width:767px) {
	.table tbody td+td.table__mob {
		padding-left: 0;
	}
}

.table tbody .table__del {
	padding-top: 35px;
	cursor: pointer;
}

@media screen and (max-width:1199px) {
	.table tbody .table__del {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.table tbody .table__del {
		display: block;
	}
}

.table tbody .table__del span {
	margin: 0 auto;
}

.table tbody .table__del:hover {
	background-color: rgba(198,0,60,.8);
}

.table tbody .table__del:hover span {
	background: url(../../../assets/img/main/table/trash-2_hov.svg) no-repeat center center;
}

@media screen and (max-width:767px) {
	.table tbody .table__del {
		width: auto;
		min-width: auto;
		padding-top: 15px;
	}

	td.table__scale.table__scale_max {display: none!important;}

	.table__mob.js-table__mob.show {display: block!important; padding-top: 0px!important;}

}


.js-scroll__hands {display: none!important;}

.table__mob.js-table__mob.show {display: none;}

.table__mob.js-table__mob.show table,
.table__mob.js-table__mob.show table tr,
.table__mob.js-table__mob.show table tr td {display: block;}
.table__mob.js-table__mob.show {width: 100%;}
.table__mob.js-table__mob.show table tr td  {padding: 0px; margin-bottom: 7px;}
.table tbody tr.success td.table__mob {border: 0px!important;}
.table__mob.js-table__mob.show table tr td span {display: block; width: 50%; float: left;}
.table__mob.js-table__mob.show table tr td p {display: block; width: 50%; float: left; margin-top: 0px!important;}
.table__mob.js-table__mob.show table tr td:after {content: ''; display: block; width: 100%; clear: both; float: none;}



@media screen and (max-width:767px) {
	.table tbody td.table__mob {
		overflow-x: none;
	}
}

.table tbody td.table__mob table {
	width: 100%;
}

.table tbody td.table__mob table tr {
	border-top: none;
	display: inherit;
	padding: 0;
}

.table tbody td.table__mob table td {
	min-width: 75px;
	padding: 15px;
}

.table tbody td.table__mob table td span {
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
	color: #898989;
}

.table tbody td.table__mob table td p {
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
	color: #333;
	margin-top: 5px;
}

.table tbody td.table__mob table td.table__scale {
	display: table-cell;
}

.table tbody td.table__mob table td.table__scale div {
	margin-top: 8px;
}



.table tbody td.table__mob>span {
	position: absolute;
	bottom: 18px;
	right: 30px;
	width: 75px;
	height: 60px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255,255,255,.7);
	z-index: 1;
}

.table tbody td.table__mob.show>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table__img {
	width: 65px;
	min-width: 65px;
}

.table__img div {
	width: 65px;
	height: 65px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 25.4px 1.6px rgba(0,0,0,.15);
	box-shadow: 0 0 25.4px 1.6px rgba(0,0,0,.15);
	padding: 0px!important;
}

.table__img img {
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	border-radius: 5px;
}



.table__name {
	width: 240px;
	min-width: 240px;
}

.table__comment {
	width: 160px;
	min-width: 160px;
}

.edit-comment textarea {margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	font-size: 17px;}

.edit-comment button.btn {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #898989;
	font-family: CirceBold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	background-color: #066ed5;
	border: 1px solid #066ed5;
	color: #fff;
	width: 150px;
	margin-top: 15px;
}


@media screen and (max-width:767px) {
	
}

@media screen and (max-width:767px) {
	.table__name {
		min-width: calc(100% - 210px);
		width: calc(100% - 210px);
	}
}


.table__cena_mobile span {font-size: 18px;
	color: #333;
	font-family: 'CirceBold';}


@media screen and (max-width:460px) {
	.table__basket {
		display: none;
	}
	
	.stepper__controls [spinner-button=down], .stepper__controls [spinner-button=up] {width: 45px;}
	.stepper__controls {width: 45px;}
	
	.table__name {width: calc(100% - 75px)!important; min-width: calc(100% - 75px)!important; border-right: 0px!important;}
}

.table__name>p {
	display: none;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 15px;
	color: #333;
	margin-top: 10px;
}

.table__name>p span {
	color: #898989;
	margin-right: 5px;
}



@media screen and (max-width:767px) {
	.table__name>p {
		display: block;
	}
}

.table__name>div {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 500px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #898989;
	margin-top: 10px;
}

@media screen and (max-width:1430px) {
	.table__name>div {
		display: block;
	}
	
	.table__name>div .attr_1,
	.table__name>div .attr_2,
	.table__name>div .attr_3,
	.table__name>div .attr_4,
	.table__name>div .attr_5,
	.table__name>div .attr_6 
	 {
		 clear: both;
		 display: block;
	 }
	 
	.table__name>div .attr_1 p,
	.table__name>div .attr_2 p,
	.table__name>div .attr_3 p,
	.table__name>div .attr_4 p,
	.table__name>div .attr_5 p,
	.table__name>div .attr_6 p
 	{
	 	display: inline;
 	}	 
	 
	.table__name>div .table__scale div {display: block!important; clear: both; float: none; width: 100%;}
	 
	.availability_bar span {display: inline-block;
		float: left;} 
		
	.availability_bar .bar {	width: 70px!important;
			float: left!important;
			clear: none!important;
			margin-left: 10px!important;}
			
    .attr_6 { margin-top: 0px!important;}
	.attr_6 .table__warehouses {margin-left: 0px!important;}
	.attr_6 .table__warehouses .availability_bar {margin-left: 0px!important; margin-top: 0px!important;}	
	.attr_6 .table__warehouses .warehouses_list {margin-left: 0px!important; margin-top: 0px!important;}
	.no_availability {
		color: #ffffff!important;
		background-color: #df003e;
		border-radius: 5px;
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 12px;
		margin-top: 10px;
		display: inline-block;}	
}

@media screen and (max-width:1199px) {
	.table__name>div {
		font-size: 12px;
		line-height: 14px;
	}
	
	.availability_bar .bar {margin-top: 3px!important;}
	
	.table__name>div a {font-size: 12px!important;
		line-height: 14px;}
	
	.table__name div div {display: block; }	
	
	
}

@media screen and (max-width:767px) {
	.table__name>div {
		
	}
}

.table__name>div div {
	display: block;;
	margin-top: 5px;
}

.productquantity_mob {margin-top: 0px!important;}
.table__name .table__cena_mobile {margin-top: 20px!important;}

.table__name>div div p {
	color: #333;
	margin-left: 0px;
}

.table__name>div .table__scale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	min-width: auto;
}

.table__name>div .table__scale div {
	margin-left: 10px;
}

.table__article {
	width: 125px;
	min-width: 125px;
}



.table__basket {
	width: 130px;
	min-width: 130px;
}

.table__cena {
	width: 60px;
	min-width: 60px;
}

.table__scale {
	width: 105px;
	min-width: 105px;
}

.table__cena p {
	color: #7b7b7b;
	margin-top: 5px;
}

.table__basket>input {
	width: 50px;
	width: 98px;
	height: 35px;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: 0;
	color: #333;
	font-family: CirceBold;
	font-size: 18px;
	padding: 5px 10px;
}

.table__basket>input::-webkit-inner-spin-button,.table__basket>input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.table__basket>span {
	width: 98px;
    display: none;
    /* background-color: #ddd; */
    border-radius: 4px 4px 0 0;
    color: #333;
    font-family: 'CirceBold';
    font-size: 18px;
    padding-left: 0px!important;
    margin-bottom: 8px!important;
    line-height: 15px;
    padding: 5px 15px;
    margin-bottom: -3px;
}

@media screen and (max-width:767px) {
	.table__basket>span {
		display: inline-block;
	}
}

.table__basket div.table__del {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media screen and (max-width:1199px) {
	.table__basket div.table__del {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.table__basket div.table__del {
		display: none;
	}
}




.table__izmer {
	width: 60px;
	min-width: 60px;
}



.table__scale .bar {
	width: 73px;
	height: 8px;
	position: relative;
	background-color: #ddd;
	border-radius: 2px;
}

.table__scale .bar::before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
}

.table__scale_max .bar::before {
	content: '';
	width: 66px;
	background-color: #55b632;
}

.table__scale_sr .bar::before {
	content: '';
	width: 26px;
	background-color: #a9d7ff;
}

.table__scale_min .bar::before {
	content: '';
	width: 9px;
	background-color: #c6003c;
}

.table__wrap {
	border-bottom: 1px solid #ddd;
	overflow-x: auto;
}

.table__wrap::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.table__wrap::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 3px;
}

.table__wrap::-webkit-scrollbar-thumb {
	background: #898989;
	border-radius: 3px;
}

.table__wrap::-webkit-scrollbar-thumb:hover {
	background: #898989;
}

.table__wrap>.switch-wrap {
	display: none;
	padding-left: 30px;
}

@media screen and (max-width:767px) {
	.table__wrap>.switch-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width:767px) {
	.table__wrap.dop td.table__mob {
		display: block;
	}
}

.table__del {
	width: 95px;
	min-width: 95px;
}

.table__del span {
	width: 20px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/main/table/trash-2.svg) no-repeat center center;
}

@media screen and (max-width:1430px) {
	.table__izmer,.table__multiplicity,.table__scale, .table__brend, .table__article {
		display: none;
	}
	
	.table__wrap .table__img {
	padding: 15px 10px 15px 30px;
	}
}

@media screen and (min-width:1430px) and (max-width:1600px) {
	.table__brend {width: 80px; min-width: 80px;}
	.table__article {width: 80px; min-width: 80px;}
	.table__del {width: 50px; min-width: 50px; word-break: break-word;}
	th.table__del {opacity: 0;}
	.table__comment {width: 120px; min-width: 120px;}
}


@media screen and (max-width:767px) {
	.table__PPC,.table__cena {
		display: none;
	}
}


.td_btn .td_btn__pos {float: right;}

.td_btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 30px;
}

@media screen and (max-width:1199px) {
	.td_btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
	}
}

.td_btn div {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	.td_btn div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.td_btn div a.active {
	background-color: #066ed5;
	border: 1px solid #066ed5;
	color: #fff;
}

.td_btn div a {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 4px;
	color: #898989;
	font-family: CirceBold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
}

.td_btn div a:hover {
	background-color: #066ed5;
	border: 1px solid #066ed5;
	color: #fff;
}

.td_btn div a:hover span {
	background: url(../../../assets/img/main/table/trash-2_hov.svg) no-repeat center center;
}

.td_btn div a span {
	width: 20px;
	height: 22px;
	display: block;
	background: url(../../../assets/img/main/table/trash-2.svg) no-repeat center center;
	margin-right: 20px;
}

.td_btn div p {
	font-family: CirceBold;
	font-size: 25px;
	line-height: 25px;
	color: #333;
}

.td_btn div p span {
	position: relative;
	color: #066ed5;
	padding-right: 50px;
}

.td_btn div p+a {
	margin-left: 30px;
}

@media screen and (max-width:767px) {
	.td_btn div p+a {
		margin-left: 0;
		margin-top: 15px;
	}
}

.td_btn div.td_btn__pos span:before {
	content: 'BYN';
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

@media screen and (max-width:1199px) {
	.td_btn div+div {
		margin-top: 15px;
	}
}

header.header .user-group {padding: 20px; padding-bottom: 14px; padding-top: 14px;}
header.header .user-group:before {content: 'Способ оплаты'; font-size: 17px;}



.stepper_input_wrapper {width: 45px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;}



.tovar__wrap .product-quantity {margin-left: 83px!important;}



.related_products h3 {margin-bottom: 0px!important;}

.nf__tovar__content-number-left span.price_user_group {
display: block;
color: #8e8e8e;
font-size: 13px!important;
font-family: 'CirceRegular';}

sub {bottom: 0px!important;}
button {touch-action: none!important;}

.tovar__wrap .tovar.js-tr__wrap {display: flex;}

.tovar__wrap .tovar.js-tr__wrap .table__scale.table__scale_max {
	}
	
.table__warehouses_info {font-size: 16px;}

	
.main.main .table__wrap table.table thead tr th,
.main.main .table__wrap table.table tbody tr td
 {border-right: 1px solid #ddd}	
 
.main.main .table__wrap table.table thead tr th:last-of-type,
.main.main .table__wrap table.table tbody tr td:last-of-type
  {border-right: 0px}	
  
.product-quantity {margin-left: 28px!important;}  


header.header .input__wrap.js-input__wrap .result {
z-index: 1!important;
border: 0px;
box-shadow: 0px 50px 60px #00000017;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
font-size: 16px;
padding-left: 50px;
color: #898989;
top: 67px;
background-color: white;
border-bottom: 1px solid gainsboro;
border-right: 1px solid #dcdcdc;
}




header.header .input__wrap.js-input__wrap .result .result-row__title{
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 5px;
		font-family: 'CirceBold';
		text-transform: uppercase;
}


header.header .input__wrap.js-input__wrap .result .result-row__list {margin-bottom: 30px;}

.wrapper_select_warehouses .dropdown-item.drop__item {padding-left: 48px; 	
	background-image: url(../../../assets/img/header/square.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 18px 10px;}


.wrapper_select_warehouses .dropdown-item.drop__item.warehouse-active {background-color: white!important; color: #212529!important;
	background-image: url(../../../assets/img/header/check-square.svg);
}

.wrapper_select_warehouses .dropdown-item.drop__item.warehouse-active:hover {background-color: rgba(240, 240, 240, 1)!important;}

.wrapper_select_warehouses {height: 100%; position: relative;}

.dropdown__header_autor label.switcher {height: 24px;
	width: 39px;
	margin-bottom: 0px;
	position: absolute;
	margin-left: -50px;}
	
.dropdown__header_autor label.switcher .switcher__slider:before {
	width: 20px!important;
	height: 20px!important;
	bottom: 2px;
	left: 3px;
}

.dropdown__header_autor .catalog-switcher {margin-left: 50px;}
.dropdown__header_autor .switcher input:checked+.switcher__slider:before {transform: translate(13px)!important;}
.dropdown__header_autor .switcher input:checked+.switcher__slider {background-color: #55b632; margin-left: 0px!important;}
.dropdown__header_autor .switcher .switcher__slider {margin-left: 0px!important;}
.dropdown__header__menu {will-change: unset!important;}
.dropdown__header_autor .auth_user p {min-width: 120px;
	text-align: left;}
	
.basket__notice {padding-left: 30px; margin-top: 10px;}	
.add_item_comment {
	background-image: url('data:image/svg+xml,\
	<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="Gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-3"><path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path></svg>');
	width: 20px;
	height: 20px;
	display: block;
	background-size: 20px;
}

.warehouses_list {margin-top: 10px;}
.warehouses_list span {color: #898989}

.basket__notice b {font-family: CirceBold;}
.wrapper_select_warehouses .dropdown__header button p {width: 140px!important; text-align: left;}	
.sidebar__bot__switch.switch-wrap {display: none;}
.profile__logo span {display: none;}
nav.pagination__wrap div {margin-right: 30px;}
.td_btn__pos {margin-right: 30px;}


.nothing_found {
background-image: url(../../../assets/img/header/inbox.svg);
height: 40px;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
/* text-align: center; */
padding-left: 55px;
padding-top: 7px;
font-size: 18px;
background-size: 40px 40px;
background-repeat: no-repeat;
background-position: left;
color: #898989;
}
	
	
@-moz-keyframes spin {
  0% {
	-moz-transform: rotate(0deg);
  }
  100% {
	-moz-transform: rotate(360deg);
  }
}

@-moz-keyframes spinoff {
  0% {
	-moz-transform: rotate(0deg);
  }
  100% {
	-moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin {
  0% {
	-webkit-transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinoff {
  0% {
	-webkit-transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(-360deg);
  }
}

/* Second Loadin Circle */

.circle {
  background-color: white;
  border: 4px solid #326ed5;
  opacity: .9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  /*box-shadow: 0 0 400px #2187e7;*/
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -moz-animation: spinPulse 1.5s infinite ease-in-out;
  -webkit-animation: spinPulse 1.5s infinite linear;
}

.circle1 {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #326ed5;
  opacity: .9;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  top: -30px;
  -moz-animation: spinoffPulse 1.2s infinite linear;
  -webkit-animation: spinoffPulse 1.2s infinite linear;
}

@-moz-keyframes spinPulse {
  0% {
	-moz-transform: rotate(160deg);
	opacity: 0;
	box-shadow: 0 0 1px #326ed5;
  }
  50% {
	-moz-transform: rotate(145deg);
	opacity: 1;
  }
  100% {
	-moz-transform: rotate(-320deg);
	opacity: 0;
  }
}

@-moz-keyframes spinoffPulse {
  0% {
	-moz-transform: rotate(0deg);
  }
  100% {
	-moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinPulse {
  0% {
	-webkit-transform: rotate(160deg);
	opacity: 0;
	box-shadow: 0 0 1px #326ed5;
  }
  50% {
	-webkit-transform: rotate(145deg);
	opacity: 1;
  }
  100% {
	-webkit-transform: rotate(-320deg);
	opacity: 0;
  }
}

@-webkit-keyframes spinoffPulse {
  0% {
	-webkit-transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
  }
}


#preload-update-data b {
font-size: 20px;
font-weight: normal;
padding-top: 5px;
margin-left: 15px;
display: block;
color: #3473da;
float: left;
}

#preload-update-data {
margin-top: 10px;
margin-bottom: 10px;
}

#preload-update-data .content {
	height: 40px;
	width: 40px;
	float: left;
}

.empty_cart {text-align: center;
	color: #898989;
	font-family: CirceBold;
	font-size: 18px;
	margin-top: 40px;
	padding-top: 55px;
	background: url(../../../assets/img/main/order/shopping-bag.svg) no-repeat top center;
	background-size: 48px 48px;
}

.copy-status.copy-status--fail {
	color: #ffffff;
	background-color: #df003e;
	border-radius: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
}


.copy-status--success {
	color: #55b632;
	background-color: red;
	color: #ffffff!important;
	background-color: #3d911f;
	border-radius: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
}

select.select {padding-left: 10px; 
	background: url(../../../assets/img/header/chevron-down.svg) no-repeat;
	background-position: right 10px center;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.main_area_dropdown .drop__btn {padding: 5px 10px!important;}

.main_area_dropdown.show .dropdown__path {display: block;}
.main_area_dropdown .dropdown__path {display: none;}

.main_area_dropdown i.ic-arrow_down {margin-left: 10px!important; opacity: 0.5}

.main_area_dropdown {
background-color: #f1f1f1;
border-radius: 10px;
margin-left: 25px;
margin-top: -4px;}

.main_area_dropdown .dropdown__header__menu.show {
width: 280px;
margin-top: 6px;
border-radius: 10px;
box-shadow: 0px 0px 30px #0000001c;
}


.main_area_dropdown.show>.drop__btn.dropdown-toggle {background-color: transparent;}
.main_area_dropdown .drop__btn:hover {background-color: transparent;}

.show i.ic-arrow_down {	-webkit-transform: rotate(180deg)!important;
	-ms-transform: rotate(180deg)!important;
	transform: rotate(180deg)!important;}
	

.price_box {margin-top: 15px;}
.price_box .nf__tovar__content-discription a {color: #066ed5}

.card .card__header h5.mb-0 button div p {display: block;float: left;}

.card .card__header h5.mb-0 button div i {float: left;
	margin-left: 10px;
	width: 25px;
	height: 17px;
	margin-top: 2px;}


.card .card__header h5.mb-0 button.collapsed div i.i_up {display: none;}
.card .card__header h5.mb-0 button.collapsed div i.i_down {display: block;}		

.card .card__header h5.mb-0 button div i.i_up {display: block;}
.card .card__header h5.mb-0 button div i.i_down {display: none;}
	

	
.card .card__header h5.mb-0 button div i.i_up {
-webkit-transform: rotate(180deg)!important;
-ms-transform: rotate(180deg)!important;
transform: rotate(180deg)!important;}	
	
.nf__tovar__content-number {display: block!important; width: 290px;}
.nf__tovar__content-number-left, .nf__tovar__content-number-right {float: left;}


.separate_sidebar_title {color: #066ed5; padding-left: 20px; font-size: 14px; text-transform: uppercase; font-family: CirceBold; padding-bottom: 5px; padding-top: 20px;}

.selected-filters div.filter-item {
	display: flex;
	align-items: center;
	height: 28px;
	border: 1px solid #086dd5;
	border-radius: 10px;
	padding: 0 10px;
	color: #086dd5;
	transition: all .2s ease-in-out;
	line-height: 16px;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.sidebar_path_wrapper span {padding-left: 20px;}
#product-view .modal-content .modal-body {padding: 32px 32px 40px}


.home .swiper-wrapper {
	height: 100%;
}
.home_swiper {
	height: 414px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
	.home_swiper {
		height: 350px;
	}
}
@media screen and (max-width: 767px) {
	.home_swiper {
		height: 225px;
	}
}
.home_swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.home_swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home_swiper-content {
	position: absolute;
	top: 115px;
	left: 60px;
	z-index: 0;
}
@media screen and (max-width: 1199px) {
	.home_swiper-content {
		top: 60px;
		left: 35px;
	}
}
@media screen and (max-width: 767px) {
	.home_swiper-content {
		top: 35px;
		left: 15px;
	}
}
.home_swiper-content h1 {
	max-width: 282px;
	text-shadow: 0 1px 0 #333;
	color: #fff;
	font-family: CirceBold;
	font-size: 35px;
	line-height: 37px;
}
@media screen and (max-width: 1199px) {
	.home_swiper-content h1 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media screen and (max-width: 767px) {
	.home_swiper-content h1 {
		font-size: 24px;
		line-height: 30px;
	}
}
.home_swiper-content h1 + button {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.home_swiper-content h1 + button {
		margin-top: 20px;
	}
}
.home_swiper-content button {
	width: 212px;
	height: 46px;
	background-color: #ff6735;
	border: 1px solid #ff6735;
	border-radius: 4px;
	color: #fff;
	font-family: CirceBold;
	font-size: 16px;
	line-height: 48px;
	text-transform: uppercase;
	padding: 0;
	outline: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.home_swiper-content button {
		width: 170px;
		height: 36px;
		font-size: 14px;
		line-height: 38px;
	}
}
.home_swiper-content button:focus {
	outline: 0;
}
.home_swiper-content button:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.home_swiper .swiper-button-next,
.home_swiper .swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 30px;
	margin-top: 0;
	z-index: 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 460px) {
	.home_swiper .swiper-button-next,
	.home_swiper .swiper-button-prev {
		bottom: 20px;
	}
}
.home_swiper .swiper-button-next:hover,
.home_swiper .swiper-button-prev:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.home_swiper .swiper-button-prev {
	width: 17px;
	height: 31px;
	background-image: url(../../../assets/img/main/home/chevron-down.png);
	background-size: 17px 31px;
	background-position: center;
	background-repeat: no-repeat;
	left: auto;
	right: 75px;
}
@media screen and (max-width: 460px) {
	.home_swiper .swiper-button-prev {
		right: 50px;
	}
}
.home_swiper .swiper-button-next {
	width: 18px;
	height: 32px;
	background-image: url(../../../assets/img/main/home/chevron-up.png);
	background-size: 18px 32px;
	background-position: center;
	background-repeat: no-repeat;
	right: 25px;
}
@media screen and (max-width: 460px) {
	.home_swiper .swiper-button-next {
		right: 20px;
	}
}
.home_nav {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: #e9e9e9;
	border-radius: 4px;
	padding: 4px;
}
@media screen and (max-width: 1199px) {
	.home_nav {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: 100%;
		overflow-x: scroll;
	}
}
.home_nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.home_nav-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.home_nav-wrap > h1 {
	margin-right: 30px;
}
@media screen and (max-width: 1199px) {
	.home_nav-wrap > h1 {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.home_nav .nav-link {
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 4px;
	padding: 0 20px;
}
@media screen and (max-width: 1199px) {
	.home_nav .nav-link {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}
.home_nav .nav-item + .nav-item {
	margin-left: 15px;
}
.home_nav .nav-link.active {
	background-color: #ff6735;
}
.home_nav a {
	font-family: CirceBold;
	font-size: 17px;
	line-height: 17px;
	color: #6b6b6b;
}
.home_content {
	color: #333;
	font-family: CirceBold;
	font-size: 34px;
	line-height: 40px;
	background-color: #ffcdcd;
	padding: 45px;
}
.home_brand {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.home_brand-wrap {
	margin-top: 90px;
	margin-bottom: 100px;
}
.home_brand-col {
	margin-top: 30px;
	margin-top: 30px;
	width: 240px;
	float: left;
	}
}
@media screen and (max-width: 460px) {
	.home_brand-col {
		margin-top: 20px;
	}
}
.home_brand-col > a {
	width: 100%;
	height: 85px;
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 1199px) {
	.home_brand-col > a {
		padding: 3px;
	}
}
@media screen and (max-width: 460px) {
	.home_brand-col > a {
		height: 75px;
	}
}
.home_brand-col > a:hover {
	-webkit-box-shadow: 9px 12px 15px 0 rgba(34, 60, 80, 0.34);
	box-shadow: 9px 12px 15px 0 rgba(34, 60, 80, 0.34);
}
.home_brand-col > a img {
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.home_brand.container .row {display: block!important;}