.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0;
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .75);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .75);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: 50%;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0));
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0));
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
}
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
	box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
	height: 12px;
	width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border: 1px solid hsla(0, 0%, 100%, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .9);
}
.uss-flex-items {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	width: 100%!important;
}
.jq-selectbox {
	z-index: 10!important;
}
.buy_one_click_window_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.buy_one_click_window_wrap form .group .fc_item .elem_item, .catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item {
	max-width: 100%;
}
.uss_widget_outer_content {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 100%;
	-webkit-flex: 0 100%;
	flex: 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}
.imageArea, .imageWrapOuter, .uss_img_holder_outer {
	max-width: 100%;
	margin: 0 auto!important;
}
.imageArea img, .imageWrapOuter img, .uss_img_holder_outer img {
	max-width: 100%;
}
.uss_catalog_list_cat:not(.uss_catalog_sidebar)>.uss_catalog_category.little-info .uss_catalog_cat_img {
	margin: 0 auto;
	max-width: 100%;
}
.uss_catalog_list_cat:not(.uss_catalog_sidebar)>.uss_catalog_category.little-info .uss_catalog_img_wrap {
	max-width: 100%;
	margin: 0 auto 10px;
	float: none;
}
.uss_catalog_list_cat:not(.uss_catalog_sidebar)>.uss_catalog_category.little-info .uss_catalog_img_wrap~div {
	padding-left: 10px;
	padding-right: 10px;
}
.uss_shop_list_cat:not(.uss_catalog_sidebar)>.uss_shop_category.little-info .uss_shop_cat_img_wrap {
	float: none;
	max-width: 100%;
	margin: 0 auto 10px;
}
.uss_shop_list_cat:not(.uss_catalog_sidebar)>.uss_shop_category.little-info .uss_shop_cat_img_wrap .uss_shop_cat_img {
	max-width: 100%;
	margin: 0 auto;
}
.uss_shop_list_cat:not(.uss_catalog_sidebar)>.uss_shop_category.little-info .uss_shop_cat_img_wrap~div {
	padding-left: 10px;
	padding-right: 10px;
}
.price_zero_class {
	white-space: normal!important;
	font-size: 12px!important;
	line-height: 1!important;
}
.uss_user_basket, .uss_user_basket * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.uss_user_basket table tr td.uss_name {
	line-height: 1.2;
}
.uss_user_basket table tr td.uss_name .uss_description, .uss_user_basket table tr td.uss_name .uss_title {
	height: auto;
	line-height: 1.35;
}
.uss_user_basket table tr td.uss_number input {
	min-width: 30px;
	height: 30px;
	border: 1px solid #e2e4e6;
	text-align: center;
}
.new_ex {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 4px;
	background: rgba(255, 255, 255, 0.7);
	bottom: 4px;
	padding: 3px 10px;
	text-shadow: 0px 0px 1px white;
	top: auto;
	box-shadow: -1px 1px 3px black;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
	margin: 0;
}
.counters {
	display: none;
}
.uss_pagenator a {
	font-size: 18px;
}
.uss_eshop_sameproducts .item .imageWrap {
	border: 0;
}
#exchange_poses {
	width: 97%;
	padding: 10px 0 10px 39px;
	margin: 12px 0;
	background: url(../img/search-icon.png) 8px 50% no-repeat!important;
	box-shadow: none;
	border: 1px solid #ccc;
}
.uss_shop_detail .uss_editor_radio b {
	text-align: left;
	float: left;
	margin-right: 10px;
}
.uss_editor_radio .radio_wrap input {
	height: auto!important;
}
.competitors_area {
    margin: 0;
    display: block;
    position: absolute;
    bottom: -6px;
    z-index: 10;
    width: 100%;
    background: #ffffff73;
}
.competitors_btn {
	background: #000;
	width: 19px;
	height: 20px;
	line-height: 25px;
	cursor: pointer;
	display: inline-block !important;
	text-align: center;
	color: #fff;
}

.competitors_btn.red{background: #d63535;}
.competitors_btn.blue{background: #005bff;}
.competitors_btn.yellow{background: #FFFF00;}
.competitors_btn.purple{background: #9400D3;}
.competitors_btn.green{background: #008000;}
.competitors_btn.orange{background: #FF8C00;}
.base-yep-amount-am {
	color: green;
}
.base-nop-amount-am {
	color: #d63535;
}
.used-nop-amount-am {
	color: #d63535;
}
.used-yep-amount-am {
	color: green;
}
.delete_pos_exchange img {
	display: block;
}
.exchange_form_popup {
	display: none;
	position: fixed;
	background: #fff;
	z-index: 1001;
	left: 50%;
	top: 170px;
	margin-left: -150px;
	border: 0;
	border-radius: 3px 3px 3px 3px;
	padding: 22px 16px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #333;
	width: 427px;
}
.exchange_form_title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: roboto;
}
.exchange_form_popup button {
	margin: 9px 0 0;
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
	border-radius: 50px;
	-webkit-box-flex: 1;
	min-width: 112px;
	border: 0;
	cursor: pointer;
}
.exchange_form_popup button:hover {
	background: #303030;
	color: #fff;
}

.exchange_form_popup .exchange_form_privacy_policy {
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
}

.exchange_form_popup .exchange_form_privacy_policy.error{
	border: 1px solid red;
}

.section_exchange .uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
	cursor: pointer;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .uss_shop_price:hover {
	background: #303030;
	color: #fff;
}
.exchange_form_game_name {
	margin-bottom: 13px;
}
.exchange_form_game_name span {
	font-family: roboto;
	color: #d63535;
}
.exchange_rules, .buy_rules {
	padding: 10px 0;
	background: #eee;
	margin-top: 14px;
}
.exchange_form_item {
	display: inline-block;
	width: 34%;
}
.exchange_form_item input {
	height: 39px;
	border-radius: 50px;
	border: 1px solid #9e9e9e;
	padding: 10px;
	width: 131px;
}
.pos_tips .tip {
	background-color: #f1f1f1;
	border: 2px solid #c3c3c3;
	border-radius: 3px 3px 3px 3px;
	bottom: 7px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
	color: #2b2b2b;
	display: none;
	padding: 5px;
	position: absolute;
	width: 284px;
	z-index: 1000;
	right: -100px;
	font-size: 12px;
	line-height: 15px;
	font-family: roboto;
}
.new_ex {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 4px;
	background: rgba(255, 255, 255, 0.87);
	bottom: 2px;
	padding: 0px 10px;
	text-shadow: 0px 0px 1px white;
	top: auto;
	box-shadow: -1px 1px 3px black;
	color: #006d27;
	font-family: roboto;
}
.exchange_form_popup .close_form {
	position: absolute;
	right: 5px;
	top: 0;
	cursor: pointer;
	right: 5px;
	font-weight: bold;
	font-size: 34px;
}
.exchange_form_popup_back {
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	display: block;
	left: 0;
	top: 0;
	z-index: 1000;
}
.exchange_form_popup .notice {
	font-size: 20px;
	color: red;
}
.filter_status_pos.filter_item label.items_label {
	font-weight: bold;
}
.filter_status_pos.filter_item .items_wrap label {
	font-size: 12px;
}
.pos_tips {
	text-align: left;
	font-size: 14px;
}
.pos_tips .tip_link {
	color: #d63535 !important;
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: underline;
}
.pos_tips .tip_link:hover .tip {
	display: block!important;
}
.uss_eshop_exchange_item2 .order_price {
	font-family: roboto;
	line-height: 17px;
	margin: 8px 0;
	font-weight: bold;
}
.uss_eshop_exchange_item .competitors_btn {
	left: 20px;
	bottom: 0;
	line-height: 21px;
	height: 19px;
}

.uss_search_form {
	display: none;
}
.uss_eshop_item form {
	font-size: 11px;
	text-align: center;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder>a.competitors_btn {
	display: block;
	height: 23px;
	line-height: 23px;
	width: auto;
	padding: 0 10px;
	position: absolute;
	left: 82px;
	bottom: 5px;
}
.uss_shop_pos_text_exchange {
	font-size: 12px;
	display: inline-block;
}
.uss_eshop_exchange_item .order_price {
	display: inline-block;
	font-family: roboto;
}
.filter_producer {
    display: none;
}
.btn{
	margin: 0;
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	min-width: 112px;
	margin-top: 10px;
	cursor: pointer;
}
.do-exchange{
	position: relative;
}
.do-exchange.loading:after{
	content: '';
	background: #fff url(../uss-img/loader-small.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: -25px;
}
.uss_eshop_item .checkbox_wrapper span{
	font-size: 12px;
	vertical-align: middle;
}
.uss_eshop_item .checkbox_wrapper input{
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item .sector_area.uss_editor_checkbox{
	min-height: auto !important;
}

@media (max-width:768px) {
	.uss_user_basket {
		display: block;
	}
	.uss_user_basket .hide {
		display: none!important;
	}
	.uss_user_basket>table {
		display: block;
		border-right: 1px solid #ccc;
	}
	.uss_user_basket>table>tbody {
		display: block;
	}
	.uss_user_basket>table>tbody>tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}
	.uss_user_basket>table>tbody>tr+tr>td.uss_image, .uss_user_basket>table>tbody>tr+tr>td.uss_name {
		padding-top: 10px!important;
	}
	.uss_user_basket>table>tbody>tr:not(.total_sum) {
		padding-right: 5px;
		padding-left: 5px;
	}
	.uss_user_basket>table>tbody>tr:first-child {
		display: none;
	}
	.uss_user_basket>table>tbody>tr:not(.hide) {
		border-bottom: 1px solid #ccc;
	}
	.uss_user_basket>table>tbody>tr th {
		display: none;
	}
	.uss_user_basket>table>tbody>tr td {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		border: none;
	}
	.uss_user_basket>table>tbody>tr td.uss_image {
		float: left;
		-webkit-box-flex: 0;
		-webkit-flex: 0 100px;
		-ms-flex: 0 100px;
		flex: 0 100px;
		border: none!important;
		padding-top: 5px!important;
		padding-left: 5px!important;
	}
	.uss_user_basket>table>tbody>tr td.uss_name {
		-webkit-box-flex: 0;
		-webkit-flex: 0 calc(100% - 100px);
		-ms-flex: 0 calc(100% - 100px);
		flex: 0 calc(100% - 100px);
		display: block;
		width: auto;
		padding: 0;
		white-space: normal;
	}
	.uss_user_basket>table>tbody>tr td.uss_name .uss_description {
		line-height: 1.2em;
	}
	.uss_user_basket>table>tbody>tr td.uss_name .uss_title {
		font-size: 17px;
	}
	.uss_user_basket>table>tbody>tr td.uss_name .uss_description {
		font-size: 14px;
	}
	.uss_user_basket>table>tbody>tr td.uss_name>* {
		margin-bottom: 7px;
	}
	.uss_user_basket>table>tbody>tr td.uss_name~* {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.uss_user_basket>table>tbody>tr td.uss_price_field {
		font-size: 20px;
		font-weight: 700;
	}
	.uss_user_basket>table>tbody>tr td.uss_price_field:not(.uss_sum_field) {
		display: none!important;
	}
	.uss_user_basket>table>tbody>tr td:not(.uss_name) {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.uss_user_basket>table>tbody>tr td:not(.uss_name) :not(input) {
		border: none;
	}
	.uss_user_basket>table>tbody>tr td.totals {
		display: block;
		width: 100%;
	}
	.uss_user_basket>table>tbody>tr td.uss_number {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.uss_user_basket>table>tbody>tr td.uss_number a.uss_minus, .uss_user_basket>table>tbody>tr td.uss_number a.uss_plus {
		width: auto;
		height: auto;
		font-size: 40px;
		padding: 0 9px;
		line-height: 1;
	}
	.uss_user_basket>table>tbody>tr td.uss_number input {
		min-width: 30px;
		height: 30px;
		border: 1px solid #e2e4e6;
		text-align: center;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos {
		font-size: 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a {
		margin: 0;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a+a {
		margin-left: 9px;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a img {
		width: 15px;
		height: 15px;
		display: block;
		margin: 0;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a.uss_pos_buttons {
		font-size: 17px;
		display: inline-block;
		padding: 0 5px;
		vertical-align: middle;
	}
	.section_basket2 .fc_form_tml .group .fc_item.block {
		width: 100%!important;
	}
}
.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 100%;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -25px;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-next {
	right: -25px;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slider .slide {
	overflow: hidden;
}
.slider .image:not(.aspect_rated), .slider .slide {
	max-height: 100%;
}
.slider .image:not(.aspect_rated) img {
	max-width: 100%;
	max-height: 100%;
}
.slider .image {
	position: relative;
}
.slider .image img {
	display: block;
	margin: 0 auto;
}
.slider .image.width_fit.height_more img {
	width: auto;
	height: 100%;
}
.slider .image.width_fit.height_fit img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.slider .image.aspect_rated img {
	display: block;
	position: absolute;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.slider .image.height_less img {
	height: 100%;
	width: auto;
}
.slider .image.width_less img {
	width: 100%;
	height: auto;
}
.slider .image.width_more.height_fit img {
	height: 100%!important;
	width: auto!important;
}
.slider .image.width_fit.height_less img, .slider .image.width_less.height_more img, .slider .image.width_more.height_more img {
	height: 100%;
	width: auto;
}
.slider .image.width_less.height_less img {
	height: 100%;
	width: auto;
	max-width: none;
}
@font-face {
	font-family: roboto;
	src: url(../fonts/roboto-bold.eot);
	src: url(../fonts/roboto-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-bold.woff) format("woff"), url(../fonts/roboto-bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: roboto;
	src: url(../fonts/roboto-bolditalic.eot);
	src: url(../fonts/roboto-bolditalic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-bolditalic.woff) format("woff"), url(../fonts/roboto-bolditalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: roboto;
	src: url(../fonts/roboto-regular.eot);
	src: url(../fonts/roboto-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-regular.woff) format("woff"), url(../fonts/roboto-regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: roboto;
	src: url(../fonts/roboto-italic.eot);
	src: url(../fonts/roboto-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-italic.woff) format("woff"), url(../fonts/roboto-italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: roboto light;
	src: url(../fonts/roboto-light.eot);
	src: url(../fonts/roboto-light.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-light.woff) format("woff"), url(../fonts/roboto-light.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: roboto light;
	src: url(../fonts/roboto-lightitalic.eot);
	src: url(../fonts/roboto-lightitalic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-lightitalic.woff) format("woff"), url(../fonts/roboto-lightitalic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: roboto medium;
	src: url(../fonts/roboto-medium.eot);
	src: url(../fonts/roboto-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-medium.woff) format("woff"), url(../fonts/roboto-medium.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: roboto medium;
	src: url(../fonts/roboto-mediumitalic.eot);
	src: url(../fonts/roboto-mediumitalic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-mediumitalic.woff) format("woff"), url(../fonts/roboto-mediumitalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: roboto thin;
	src: url(../fonts/roboto-thin.eot);
	src: url(../fonts/roboto-thin.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-thin.woff) format("woff"), url(../fonts/roboto-thin.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: roboto thin;
	src: url(../fonts/roboto-thinitalic.eot);
	src: url(../fonts/roboto-thinitalic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-thinitalic.woff) format("woff"), url(../fonts/roboto-thinitalic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans.woff) format("woff"), url(../fonts/OpenSans.ttf) format("truetype"), url(../fonts/OpenSans.svg#OpenSans) format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Italic.woff) format("woff"), url(../fonts/OpenSans-Italic.ttf) format("truetype"), url(../fonts/OpenSans-Italic.svg#OpenSans-Italic) format("svg");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: OpenSans-Semibold;
	src: url(../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Semibold.woff) format("woff"), url(../fonts/OpenSans-Semibold.ttf) format("truetype"), url(../fonts/OpenSans-Semibold.svg#OpenSans-Semibold) format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: OpenSans-Semibold;
	src: url(../fonts/OpenSans-SemiboldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-SemiboldItalic.woff) format("woff"), url(../fonts/OpenSans-SemiboldItalic.ttf) format("truetype"), url(../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic) format("svg");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype"), url(../fonts/OpenSans-Bold.svg#OpenSans-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-BoldItalic.woff) format("woff"), url(../fonts/OpenSans-BoldItalic.ttf) format("truetype"), url(../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic) format("svg");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: OpenSans-Light;
	src: url(../fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light.woff) format("woff"), url(../fonts/OpenSans-Light.ttf) format("truetype"), url(../fonts/OpenSans-Light.svg#OpenSans-Light) format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: ProximaNova-Light;
	src: url(../fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Light.otf) format("opentype"), url(../fonts/ProximaNova-Light.woff) format("woff"), url(../fonts/ProximaNova-Light.ttf) format("truetype"), url(../fonts/ProximaNova-Light.svg#ProximaNova-Light) format("svg");
	font-weight: 400;
	font-style: normal;
}
button, input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
#wrap {
	width: calc((100% - 35px)/2);
	max-width: calc(100% - 25px);
}
body, html {
	height: 100%;
	min-height: auto;
	margin: 0;
	padding: 0;
}
#wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	max-width: 100%;
	position: relative;
}
.container {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
}
.uss_eshop_filters_block .group .filter_item .filter_elem_label {
	font-size: 12px;
	display: block;
}
form:not(.uss_site_search):not(#subscribeForm) label {
	margin-bottom: 12px;
}
form:not(.uss_site_search):not(#subscribeForm) input, form:not(.uss_site_search):not(#subscribeForm) input.style {
	height: 50px;
	border-radius: 50px!important;
	padding-left: 21px;
	font-size: 16px;
	font-family: OpenSans-Light;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none;
}
form:not(.uss_site_search):not(#subscribeForm) input[type=email], form:not(.uss_site_search):not(#subscribeForm) input[type=email].style, form:not(.uss_site_search):not(#subscribeForm) input[type=password], form:not(.uss_site_search):not(#subscribeForm) input[type=password].style, form:not(.uss_site_search):not(#subscribeForm) input[type=text], form:not(.uss_site_search):not(#subscribeForm) input[type=text].style {
	border-radius: 50px!important;
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	padding-left: 21px;
	font-size: 16px;
	font-family: OpenSans-Light;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none;
}
form:not(.uss_site_search):not(#subscribeForm) textarea, form:not(.uss_site_search):not(#subscribeForm) textarea.styler {
	font-family: OpenSans-Light;
	color: #9e9e9e;
	border-radius: 25px!important;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none;
	height: 5.2;
	line-height: 1.1;
	resize: none;
	padding-left: 18px;
	padding-top: 21px;
}
form:not(.uss_site_search):not(#subscribeForm) input[type=submit], form:not(.uss_site_search):not(#subscribeForm) input[type=submit].styler {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
	background-position: 0 0!important;
	padding-left: 20px;
	padding-right: 20px;
}
@-webkit-keyframes service-block-link-animation-service {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #fff), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #fff), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fff), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation-service {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #fff), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #fff), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fff), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #fff 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes service-block-link-animation1 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#d63535), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #d63535), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #d63535), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d63535), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #d63535), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d63535), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #d63535), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #d63535), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #d63535), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #d63535), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #d63535), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation1 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#d63535), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #d63535), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #d63535), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d63535), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #d63535), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d63535), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #d63535), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #d63535), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #d63535), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #d63535), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #d63535), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #d63535 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes service-block-link-animation2 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#ffb100), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffb100), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffb100), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffb100), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffb100), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffb100), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffb100), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffb100), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffb100), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffb100), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffb100), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation2 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#ffb100), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffb100), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffb100), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffb100), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffb100), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffb100), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffb100), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffb100), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffb100), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffb100), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffb100), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #ffb100 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes service-block-link-animation3 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#828e9a), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #828e9a), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #828e9a), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #828e9a), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #828e9a), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #828e9a), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #828e9a), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #828e9a), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #828e9a), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #828e9a), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #828e9a), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation3 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#828e9a), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #828e9a), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #828e9a), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #828e9a), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #828e9a), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #828e9a), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #828e9a), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #828e9a), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #828e9a), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #828e9a), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #828e9a), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #828e9a 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes service-block-link-animation4 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#01c5bb), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #01c5bb), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #01c5bb), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #01c5bb), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #01c5bb), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01c5bb), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #01c5bb), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #01c5bb), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #01c5bb), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #01c5bb), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #01c5bb), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation4 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#01c5bb), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #01c5bb), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #01c5bb), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #01c5bb), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #01c5bb), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01c5bb), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #01c5bb), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #01c5bb), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #01c5bb), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #01c5bb), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #01c5bb), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #01c5bb 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes service-block-link-animation5 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#287db9), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #287db9), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #287db9), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #287db9), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #287db9), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #287db9), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #287db9), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #287db9), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #287db9), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #287db9), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #287db9), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation5 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#287db9), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #287db9), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #287db9), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #287db9), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #287db9), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #287db9), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #287db9), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #287db9), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #287db9), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #287db9), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #287db9), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #287db9 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes service-block-link-animation6 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#c7ac6c), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #c7ac6c), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #c7ac6c), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #c7ac6c), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #c7ac6c), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c7ac6c), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #c7ac6c), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #c7ac6c), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #c7ac6c), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #c7ac6c), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #c7ac6c), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 100%, transparent 105%, transparent);
	}
}
@keyframes service-block-link-animation6 {
	0% {
		background-image: -webkit-gradient(linear, left top, right top, from(#c7ac6c), color-stop(10%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 0, transparent 10%, transparent);
	}
	10% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #c7ac6c), color-stop(15%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 10%, transparent 15%, transparent);
	}
	20% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #c7ac6c), color-stop(25%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 20%, transparent 25%, transparent);
	}
	30% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #c7ac6c), color-stop(35%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 30%, transparent 35%, transparent);
	}
	40% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #c7ac6c), color-stop(45%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 40%, transparent 45%, transparent);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c7ac6c), color-stop(55%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 50%, transparent 55%, transparent);
	}
	60% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #c7ac6c), color-stop(65%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 60%, transparent 65%, transparent);
	}
	70% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #c7ac6c), color-stop(75%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 70%, transparent 75%, transparent);
	}
	80% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #c7ac6c), color-stop(85%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 80%, transparent 85%, transparent);
	}
	90% {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #c7ac6c), color-stop(95%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 90%, transparent 95%, transparent);
	}
	to {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #c7ac6c), color-stop(105%, transparent), to(transparent));
		background-image: linear-gradient(90deg, #c7ac6c 100%, transparent 105%, transparent);
	}
}
@-webkit-keyframes hover-opactiy {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes hover-opactiy {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes contacts-animation-right {
	0% {
		margin-right: calc(10px - 50%);
		opacity: 0;
	}
	to {
		margin-right: 10px;
		opacity: 1;
	}
}
@keyframes contacts-animation-right {
	0% {
		margin-right: calc(10px - 50%);
		opacity: 0;
	}
	to {
		margin-right: 10px;
		opacity: 1;
	}
}
@-webkit-keyframes contacts-animation-left {
	0% {
		margin-left: calc(10px - 50%);
		opacity: 0;
	}
	to {
		margin-left: 10px;
		opacity: 1;
	}
}
@keyframes contacts-animation-left {
	0% {
		margin-left: calc(10px - 50%);
		opacity: 0;
	}
	to {
		margin-left: 10px;
		opacity: 1;
	}
}
@-webkit-keyframes contacts-animation-phone {
	0% {
		margin-top: -50%;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes contacts-animation-phone {
	0% {
		margin-top: -50%;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@-webkit-keyframes contacts-animation-map {
	0% {
		margin-bottom: -50%;
		opacity: 0;
	}
	to {
		margin-bottom: 0;
		opacity: 1;
	}
}
@keyframes contacts-animation-map {
	0% {
		margin-bottom: -50%;
		opacity: 0;
	}
	to {
		margin-bottom: 0;
		opacity: 1;
	}
}
#wrap {
	overflow: hidden;
}
#wrap, .uss_privacy_policy_wrap {
	min-width: 420px;
	margin: 0 auto;
	width: 100%;
	color: #303030;
	font-size: 16px;
	line-height: 1.2;
	font-family: roboto;
	background: #fcfcfc;
}
a {
	color: #d63535;
}
a:hover {
	text-decoration: none;
}
.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	position: relative;
}
.block .inner {
	padding-top: 35px;
	padding-bottom: 25px;
	border-top: 1px solid #e8e8e8;
}
.block .h3 {
	font-size: 34px;
	color: inherit;
	font-weight: 400;
	font-family: roboto light;
	text-transform: uppercase;
	margin-bottom: 29px;
}
.block .h3 .title-nav {
	float: right;
}
.block .h3 .title-nav a {
	font-size: 14px;
	text-align: right;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.block .h3 .title-nav a:after {
	bottom: 0!important;
}
.block .h3>a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.block.noborder .inner {
	border: none;
}
.block .items {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block .items .h3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
}
.header .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header p {
	margin: 0;
}
.header .header-top {
	-webkit-flex: 0 100%;
	-moz-flex: 0 100%;
	-ms-flex: 0 100%;
	-o-flex: 0 100%;
	-webkit-box-flex: 0;
	flex: 0 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	padding: 9px 0 9px;
	margin: 0 0 17px;
}
.header .left {
	-webkit-flex: 0 auto;
	-moz-flex: 0 auto;
	-ms-flex: 0 auto;
	-o-flex: 0 auto;
	-webkit-box-flex: 0;
	flex: 0 auto;
	max-width: 380px;
}
.header .right {
	-webkit-flex: 0 auto;
	-moz-flex: 0 auto;
	-ms-flex: 0 auto;
	-o-flex: 0 auto;
	-webkit-box-flex: 0;
	flex: 0 auto;
	text-align: right;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.header .header-top+.center {
	width: 100%;
}
.header .right .contacts {
	display: inline-block;
}
.header .logo {
	font-family: ProximaNova-Light;
	font-size: 36px;
}
.header .logo a {
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header .logo a span {
	color: #d63535;
}
.header .logo-row {
	margin-bottom: 15px;
}
.header .logo-row a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .logo-row .logo-column {
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.header .logo-row a {
	text-decoration: none;
	color: inherit;
}
.header .logo-image img {
	display: block;
}
.header .basket {
	background: url(../img/cart-icon.png) 0 no-repeat;
	min-height: 25px;
	padding-left: 35px;
	position: relative;
	margin-left: 20px;
}
.header .basket a.basket-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
.header .basket p {
	margin: 0;
	font-size: 12px;
	color: inherit;
	line-height: 26px;
	white-space: nowrap;
}
.header .basket .basket_widget_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .basket .basket_widget_inner.not_empty .amounts #uss_block_basket_amount {
	display: block;
}
.header .basket .basket_widget_inner .amounts .countword {
	display: none!important;
}
.header .basket .basket_widget_inner .amounts #uss_block_basket_amount {
	background: #303030;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	border-radius: 26px;
}
.header .basket .basket_widget_inner .totals {
	display: none;
}
.header .basket+div {
	margin-top: 10px;
}
.header .slogan {
	font-size: 14px;
	color: #d63535;
}
.header .contacts {
	white-space: nowrap;
	line-height: 1.4;
}
.header .contacts img {
	margin-right: 10px;
}
.header .contacts.phone {
	background: url(../img/phone-icon.png) 0 no-repeat;
	padding-left: 20px;
}
.header .contacts.email {
	background: url(../img/email-icon.png) 0 no-repeat;
	padding-left: 20px;
}
.header .contacts.email a {
	text-decoration: none;
	color: inherit;
}
.header .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .row>div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.header .row>div:not(:last-child) {
	margin-right: 20px;
}
.menu {
	margin: 3px 0 13px;
}
.menu ul, .menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul, .top_menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li, .menu ul li a, .top_menu ul li, .top_menu ul li a {
	display: inline-block;
	position: relative;
}
.top_menu ul li {
	margin: 0 15px;
}
.menu ul li a, .top_menu ul li a {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0 7px;
	color: inherit;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}
.menu ul li a:not(.active):after, .top_menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.menu ul li a:not(.active):hover:after, .top_menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.menu ul li a:after, .top_menu ul li a:after {
	bottom: 0!important;
}
.menu ul li .submenu, .top_menu ul li .submenu {
	display: none;
	position: absolute;
	left: 0;
	min-width: 200px;
	width: 100%;
	top: 100%;
	z-index: 11;
	background: #d63535;
	color: #fff;
	padding: 5px;
}
.menu ul li .submenu li, .top_menu ul li .submenu li {
	display: block;
}
.menu ul li .submenu li.more_cats a {font-weight: bold;
    text-transform: uppercase;}
.menu ul li .submenu li a, .top_menu ul li .submenu li a {
	text-align: left;
	display: block;
	color: inherit;
	text-transform: none;
}
.menu ul li .submenu li a:hover, .top_menu ul li .submenu li a:hover {
	text-decoration: underline;
}
.menu ul li.last .submenu, .top_menu ul li.last .submenu {
	right: 0;
	left: auto;
}
.menu ul li.active a, .menu ul li:hover a, .top_menu ul li.active a, .menu ul li:hover a {
	color: #d63535;
}
.menu ul li.active a, .top_menu ul li.active a {
	border-bottom: 2px solid #d63535;
}
.menu ul li.clicked>.submenu, .menu ul li:hover>.submenu, .top_menu ul li.clicked>.submenu, .top_menu ul li:hover>.submenu {
	display: block;
}
.mobile_menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .4);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
	max-height: 100%;
	height: 100%;
}
.mobile_menu ul, .mobile_menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mobile_menu .inner {
	padding: 0 !important 3;
	margin: 0!important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mobile_menu .in_menu, .mobile_menu .inner {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
}
.mobile_menu .in_menu {
	width: calc(100% - 70px);
	background: #303030;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
}
.mobile_menu .in_menu ul li a {
	display: block;
	padding: 17px 10px 17px 26px;
	text-decoration: none;
	font-family: roboto;
	font-size: 20px;
	color: #fff;
}
.mobile_menu .in_menu ul li.clicked>a {
	color: #000;
}
.mobile_menu .in_menu ul li.clicked+.submenu {
	display: block;
}
.mobile_menu .in_menu ul li:hover>a {
	background: #d9d9d9;
	color: #000;
}
.mobile_menu .in_menu ul li .submenu {
	display: none;
	background: hsla(0, 0%, 100%, .2);
}
.mobile_menu .in_menu ul li .submenu li a {
	display: block;
	padding: 10px 10px 10px 36px;
	text-decoration: none;
	font-family: roboto;
	font-size: 16px;
	color: #fff;
}
.mobile_menu .in_menu ul li.clicked>.submenu, .mobile_menu .in_menu ul li:hover>.submenu {
	display: block;
}
.mobile_menu .close {
	width: 35px;
	height: 35px;
	right: 15px;
	top: 15px;
	position: absolute;
	background-size: cover;
	z-index: 1001;
	cursor: pointer;
}
.mobile_menu .close div {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45px;
	height: 6px;
	-webkit-box-shadow: 0 0 2px #000!important;
	box-shadow: 0 0 2px #000!important;
	background: #fff!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.mobile_menu .close div+div {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search .inner, .search .menu_burger {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.search .menu_burger {
	display: none;
	width: 50px;
	margin-right: 10px;
	height: 50px;
	padding: 9px 4px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 2px solid #d63535;
	cursor: pointer;
}
.search .menu_burger span {
	height: 5px;
	background: #d63535;
}
.search .menu_burger.notInViewPort {
	position: fixed;
	left: 10px;
	top: 10px;
	height: 40px;
	z-index: 99;
	background: none;
	border: none;
}
.search .menu_burger.notInViewPort span {
	background: #fff;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	height: 3px;
	border-radius: 3px;
}
.search .in-search {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	position: relative;
}
.search form .uss_input_name {
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 50px;
	padding-left: 55px;
	font-size: 14px;
	color: #9f9f9f;
}
.search form .uss_submit {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../img/search-icon.png) 50% no-repeat!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
.search form .uss_submit:hover {
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.slider {
	margin: 20px 0 60px;
	position: relative;
}
.slider .slides {
	width: 100%;

	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.slider .slides .slide {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.slider .slides .slide .slide-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 1;
}
.slider .slides .slide .caption {
	max-width: 71vw;
	width: 1180px;
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	padding: 20px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.slider .slides .slide .caption p {
	margin: 0;
}
.slider .slides .slide .caption .title-wrap {
	display: block;
	width: 100%;
	margin: 0 0 18px;
}
.slider .slides .slide .caption .title {
	display: inline;
	padding: 2px 0;
	font-size: 60px;
	color: #303030;
	text-transform: uppercase;
}
.slider .slides .slide .caption .title p {
	background: hsla(0, 0%, 93.7%, .75);
	display: inline;
	line-height: 1.34;
}
.slider .slides .slide .caption .title span {
	color: #d63535;
}
.slider .slides .slide .caption .preview {
	display: block;
	width: 100%;
	margin: 0 0 41px;
	font-size: 32px;
}
.slider .slides .slide .caption .preview p {
	font-family: OpenSans-Semibold;
	padding: 2px 0;
	line-height: 1.2;
	display: inline;
	background: hsla(0, 0%, 93.7%, .75);
	line-height: 1.345;
}
.slider .slides .slide .image:not(.aspect_rated) img {
	width: 100vw;
	max-width: 100%;
	height: auto;
	display: block;
}
.slider .slick-arrow {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 1;
}
.slider .slick-arrow.slick-prev {
	background: url(../img/arrow-left-white-shadowed.png) 50% no-repeat;
	opacity: 1;
	left: 0;
}
.slider .slick-arrow.slick-next {
	background: url(../img/arrow-right-white-shadowed.png) 50% no-repeat;
	opacity: 1;
	right: 0;
}
.slider .slick-dots {
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: right;
	width: auto;
}
.slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 3px;
}
.slider .slick-dots li button {
	width: 100%;
	height: 100%;
	display: block;
	background: #303030;
}
.slider .slick-dots li.slick-active button {
	background: #d63535;
}
.service-block.noborder {
	border-top: none;
}
.service-block.noborder .inner {
	padding-top: 0;
}
.service-block ul, .service-block ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.service-block p {
	margin: 0 0 7px;
}
.service-block .h3 {
	font-weight: 400;
	font-family: roboto;
}
.service-block .catalog_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.service-block .catalog_menu li {
	position: relative;
	margin: 0 0 35px;
}
.service-block .catalog_menu li .catalog_menu_item {
	font-size: 22px;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image, .service-block .catalog_menu li .catalog_menu_item .eshop_menu_image, .service-block .catalog_menu li .catalog_menu_item .uss_catalog_img_wrap {
	display: block;
	position: relative;
}
.service-block .catalog_menu li .catalog_menu_item .catalog_menu_image:after, .service-block .catalog_menu li .catalog_menu_item .eshop_menu_image:after, .service-block .catalog_menu li .catalog_menu_item .uss_catalog_img_wrap:after {
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	-webkit-transition: background .18s ease-in-out;
	transition: background .18s ease-in-out;
}
.service-block .catalog_menu li .catalog_menu_item:hover .catalog_menu_image:after, .service-block .catalog_menu li .catalog_menu_item:hover .eshop_menu_image:after, .service-block .catalog_menu li .catalog_menu_item:hover .uss_catalog_img_wrap:after {
	background: rgba(0, 0, 0, .75);
}
.service-block .catalog_menu li .catalog_menu_item img {
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.service-block .catalog_menu li .catalog_menu_item img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-block .catalog_menu li .catalog_menu_item>a {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: OpenSans;
	font-weight: 700;
	line-height: 1;
	word-wrap: break-word;
	text-align: center;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
	position: relative;
	margin: 0 0 35px;
	font-size: 22px;
	text-align: center;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .catalog_menu_image, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .eshop_menu_image, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
	display: block;
	position: relative;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .catalog_menu_image:after, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .eshop_menu_image:after, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap:after {
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	-webkit-transition: background .18s ease-in-out;
	transition: background .18s ease-in-out;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category:hover .catalog_menu_image:after, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category:hover .eshop_menu_image:after, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category:hover .uss_catalog_img_wrap:after {
	background: rgba(0, 0, 0, .75);
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: OpenSans;
	font-weight: 700;
	line-height: 1;
	word-wrap: break-word;
	display: block;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name a {
	max-width: 100%;
	display: block;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
	display: block;
	float: none;
	margin: 0;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_img {
	display: block;
	max-width: 100%;
	height: auto!important;
	background: #fff;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_img img {
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_img img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-block .banners {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service-block .banners, .service-block .banners .banner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.service-block .banners .banner {
	max-width: calc((100% - 40px)/2);
	display: block;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}
.service-block .banners .banner .banner-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.service-block .banners .banner .image:after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	-webkit-transition: background .18s ease-in-out;
	transition: background .18s ease-in-out;
}
.service-block .banners .banner .image img {
	max-width: 100%;
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.service-block .banners .banner:hover .image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-block .banners .banner .caption {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
}
.service-block .banners .banner .caption .title {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin: 0 0 10px;
}
.service-block .banners .banner .caption .preview {
	color: #fff;
	font-size: 22px;
	line-height: 1.2em;
	max-height: 3.6em;
	overflow: hidden;
}
.service-block .banners .banner:hover .image:after {
	background: rgba(0, 0, 0, .8);
}
.service-block .banners .news_block_item {
	max-width: calc((100% - 40px)/2);
	display: block;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.service-block .banners .news_block_item .banner-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.service-block .banners .news_block_item .image {
	position: relative;
	margin-right: 0;
}
.service-block .banners .news_block_item .image a {
	display: block;
	position: relative;
}
.service-block .banners .news_block_item .image a:after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	-webkit-transition: background .18s ease-in-out;
	transition: background .18s ease-in-out;
}
.service-block .banners .news_block_item .image a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.service-block .banners .news_block_item .info {
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.service-block .banners .news_block_item .info .date {
	display: none;
}
.service-block .banners .news_block_item .info .title {
	font-size: 38px;
	line-height: 1.2;
	max-height: 2.4em;
	overflow: hidden;
	font-weight: 700;
	color: #fff;
}
.service-block .banners .news_block_item .info .title a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}
.service-block .banners .news_block_item .info .preview {
	line-height: 1.2;
	max-height: 3.6em;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	line-height: 1.2em;
	min-height: 2.4em;
}
.service-block .banners .news_block_item .info .preview p {
	margin: 0;
}
.service-block .banners .news_block_item:hover .image a:after {
	background: rgba(0, 0, 0, .75);
}
.service-block table.table {
	margin-bottom: 35px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service-block table.table, .service-block table.table tbody {
	display: block;
	width: 100%;
}
.service-block table.table tr {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service-block table.table tr, .service-block table.table tr td {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service-block table.table tr td {
	min-height: 300px;
	-webkit-flex: 0 auto;
	-moz-flex: 0 auto;
	-ms-flex: 0 auto;
	-o-flex: 0 auto;
	-webkit-box-flex: 0;
	flex: 0 auto;
	background-size: cover;
	color: #fff;
	font-family: OpenSans;
	font-size: 22px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.service-block table.table tr td .catalog_menu_image, .service-block table.table tr td .eshop_menu_image, .service-block table.table tr td .uss_catalog_img_wrap {
	display: block;
	position: relative;
}
.service-block table.table tr td .catalog_menu_image:after, .service-block table.table tr td .eshop_menu_image:after, .service-block table.table tr td .uss_catalog_img_wrap:after {
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	-webkit-transition: background .18s ease-in-out;
	transition: background .18s ease-in-out;
}
.service-block table.table tr td:hover .catalog_menu_image:after, .service-block table.table tr td:hover .eshop_menu_image:after, .service-block table.table tr td:hover .uss_catalog_img_wrap:after {
	background: rgba(0, 0, 0, .75);
}
.service-block table.table tr td span {
	line-height: 1;
	margin-bottom: 7px;
	position: relative;
	display: inline-block;
}
.service-block .uss_eshop_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.service-block .uss_eshop_menu li {
	position: relative;
	margin-bottom: 35px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
	text-align: center;
}
.service-block .uss_eshop_menu li .catalog_menu_image, .service-block .uss_eshop_menu li .eshop_menu_image, .service-block .uss_eshop_menu li .uss_catalog_img_wrap {
	display: block;
	position: relative;
}
.service-block .uss_eshop_menu li .catalog_menu_image:after, .service-block .uss_eshop_menu li .eshop_menu_image:after, .service-block .uss_eshop_menu li .uss_catalog_img_wrap:after {
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	-webkit-transition: background .18s ease-in-out;
	transition: background .18s ease-in-out;
}
.service-block .uss_eshop_menu li:hover .catalog_menu_image:after, .service-block .uss_eshop_menu li:hover .eshop_menu_image:after, .service-block .uss_eshop_menu li:hover .uss_catalog_img_wrap:after {
	background: rgba(0, 0, 0, .75);
}
.service-block .uss_eshop_menu li>a:not(.uss-block-link) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: OpenSans;
	font-weight: 700;
	line-height: 1;
}
.service-block .uss_eshop_menu li span.eshop_menu_image {
	background: #fff;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.service-block .uss_eshop_menu li span.eshop_menu_image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.service-block .uss_eshop_menu li span.eshop_menu_image img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-block.x5 .banners .banner, .service-block.x5 .banners .news_block_item, .service-block.x5 .catalog_menu li, .service-block.x5 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x5 .uss_eshop_menu li {
	max-width: calc((100% - 60px)/5);
}
.service-block.x5 .banners .banner .caption .title {
	font-size: 32px;
	margin: 0 0 15px;
}
.service-block.x4 .banners .banner, .service-block.x4 .banners .news_block_item, .service-block.x4 .catalog_menu li, .service-block.x4 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x4 .uss_eshop_menu li {
	max-width: calc((100% - 45px)/4);
}
.service-block.x4 .banners .banner .caption .title {
	font-size: 32px;
	margin: 0 0 15px;
}
.service-block.x3 .banners .banner, .service-block.x3 .banners .news_block_item, .service-block.x3 .catalog_menu li, .service-block.x3 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x3 .uss_eshop_menu li {
	max-width: calc((100% - 30px)/3);
}
.service-block.x3 .banners .banner .caption .title {
	font-size: 32px;
	margin: 0 0 15px;
}
.service-block.x2 .banners .banner, .service-block.x2 .banners .news_block_item, .service-block.x2 .catalog_menu li, .service-block.x2 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x2 .uss_eshop_menu li {
	max-width: calc((100% - 15px)/2);
}
.service-block.x1 .banners .banner, .service-block.x1 .banners .news_block_item, .service-block.x1 .catalog_menu li, .service-block.x1 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x1 .uss_eshop_menu li {
	max-width: 100%;
}
.service-block .uss-block-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.service-block.static .catalog_menu li {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.service-block.static .catalog_menu li, .service-block.static .catalog_menu li .catalog_menu_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.service-block.static .catalog_menu li .catalog_menu_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.service-block.static .catalog_menu li .catalog_menu_item>a {
	position: static;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #303030;
	text-align: left;
	display: block;
	-webkit-transform: none;
	transform: none;
	margin-top: auto;
}
.service-block.static .catalog_menu li .catalog_menu_item>a:hover {
	color: #d63535;
}
.service-block.static .catalog_menu li .catalog_menu_item>a:after {
	content: none;
}
.service-block.static .catalog_menu li .catalog_menu_item .catalog_menu_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	min-height: auto;
	margin-bottom: 10px;
}
.service-block.static .catalog_menu li .catalog_menu_item .catalog_menu_image:after {
	content: none;
}
.service-block.static .catalog_menu li .catalog_menu_item .catalog_menu_image~div:not(.catalog_orderbutton) {
	padding-left: 0;
	padding-right: 0;
}
.service-block.static .uss_eshop_menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.service-block.static .uss_eshop_menu li>a:not(.uss-block-link) {
	position: static;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #303030;
	text-align: left;
	display: block;
	-webkit-transform: none;
	transform: none;
	margin-top: auto;
}
.service-block.static .uss_eshop_menu li>a:not(.uss-block-link):hover {
	color: #d63535;
}
.service-block.static .uss_eshop_menu li>a:not(.uss-block-link):after {
	content: none;
}
.service-block.static .uss_eshop_menu li span.eshop_menu_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	min-height: auto;
	margin-bottom: 10px;
}
.service-block.static .uss_eshop_menu li span.eshop_menu_image:after {
	content: none;
}
.service-block.static .uss_eshop_menu li span.eshop_menu_image~div:not(.catalog_orderbutton) {
	padding-left: 0;
	padding-right: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category {
	text-align: left;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
	position: static;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #303030;
	text-align: left;
	display: block;
	-webkit-transform: none;
	transform: none;
	margin-top: auto;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name:hover {
	color: #d63535;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name:after {
	content: none;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	min-height: auto;
	margin-bottom: 10px;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap:after {
	content: none;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap~div:not(.catalog_orderbutton) {
	padding-left: 0;
	padding-right: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: auto!important;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a img {
	display: block;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons {
	font-size: 14px;
	margin-bottom: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons p {
	margin: 0;
}
.service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .catalog_orderbutton {
	margin-top: .8em;
}
.cf:after, .cf:before {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.container .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.container .inner .block {
	-webkit-flex: 0 100%;
	-moz-flex: 0 100%;
	-ms-flex: 0 100%;
	-o-flex: 0 100%;
	-webkit-box-flex: 0;
	flex: 0 100%;
}
.container h1 {
	font-size: 34px;
	color: inherit;
	/*text-transform: uppercase;*/
	margin-bottom: 29px;
	font-family: roboto light;
	font-weight: 400;
}
.container h1 .title-nav {
	float: right;
}
.container h1 .title-nav a {
	font-size: 14px;
	text-align: right;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.container h1 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.container h1 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.container h1 .title-nav a:after {
	bottom: 0!important;
}
.container h1>a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.container .uss_section_top_images img {
	max-width: 100%;
}
.container .aside {
	-webkit-flex: 0 auto;
	-moz-flex: 0 auto;
	-ms-flex: 0 auto;
	-o-flex: 0 auto;
	-webkit-box-flex: 0;
	flex: 0 auto;
	max-width: 280px;
}
.container .aside.aside-left {
	margin-right: 20px;
}
.container .aside.aside-right {
	margin-left: 20px;
}
.container .content {
	max-width: 100%;
	width: 100%;
	flex: 0 100%;

}
.one-col .container .content {
	width: 100%;
}
.container .content p img, .container .content span img, .container .content strong img {
	max-width: 100%;
	height: auto!important;
}
.mainpage .container .inner {
	padding-top: 9px;
	border: none;
}
.mainpage .container .content {
	width: 100%;
}
.mainpage .aside {
	display: none;
}
.singlepage .container .inner {
	padding-top: 44px;
}
.aside .aside-block {
	margin: 0 0 60px;
}
.aside .aside-block ul, .aside .aside-block ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.aside .aside-block .uss_widget_outer_content {
	display: block!important;
}
.aside .aside-block .h3 {
	font-size: 30px;
	margin-bottom: 22px;
}
.aside .aside-block:not(.aside-catalog) {
	border-top: 1px solid #e8e8e8;
	padding: 33px 0 0;
}
.aside .aside-block.aside-catalog {
	width: calc(100% - 30px);
}
.aside .aside-block.aside-catalog ul li {
	position: relative;
}
.aside .aside-block.aside-catalog ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	color: inherit;
}
.aside .aside-block.aside-catalog ul li a.active, .aside .aside-block.aside-catalog ul li a:hover {
	color: #d63535;
}
.aside .aside-block.aside-catalog ul li .submenu li {
	padding-left: 9px;
}
.aside .aside-block.aside-catalog ul li .submenu li a {
	font-size: 14px;
}
.aside .aside-block.aside-catalog ul li {
	border-bottom: 1px solid #e8e8e8;
	background: url(../img/li-arr.png) calc(100% - 1px) 50% no-repeat;
}
.aside .aside-block.aside-catalog ul li.active {
	background: url(../img/li-arr-active.png) calc(100% - 1px) 16px no-repeat;
}
.aside .aside-block.aside-catalog ul li a {
	padding: 8px 0;
}
.aside .aside-block.aside-catalog ul li .submenu {
	padding: 7px 0 11px;
}
.aside .aside-block.aside-catalog ul li .submenu li {
	border: none;
}
.aside .aside-block.aside-catalog ul li .submenu li:after {
	content: "";
	width: 1px;
	height: 1px;
	background: #d63535;
	position: absolute;
	left: 0;
	top: 50%;
}
.aside .aside-block.aside-catalog ul li .submenu li a {
	padding: 8px 0;
}
.aside .aside-block.aside-position {
	margin: 0 0 34px;
}
.aside .aside-block.aside-position .h3 {
	margin-bottom: 40px;
}
.aside .aside-block.aside-position .uss_eshop_block_item {
	position: relative;
	padding-bottom: 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item .uss_shop_name {
	margin-bottom: 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item .uss_shop_price {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.aside .aside-block.aside-position .uss_eshop_block_item>.buy-btns {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	background: #fcfcfc;
	padding-bottom: 10px;
	padding-top: 15px;
	-webkit-box-shadow: 0 19px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 19px 21px rgba(0, 0, 0, .1);
	-webkit-animation: hover-opactiy .35s linear;
	animation: hover-opactiy .35s linear;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	width: auto;
}
.aside .aside-block.aside-news .news_block_item {
	position: relative;
	padding: 42px 0 0;
}
.aside .aside-block.aside-news .news_block_item .image {
	margin: 0 0 19px;
	float: none;
	padding: 0;
}
.aside .aside-block.aside-news .news_block_item .image a img {
	max-width: 100%;
}
.aside .aside-block.aside-news .news_block_item .info .date {
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
	text-align: left;
	background: url(../img/news-date-ico.png) 0 no-repeat;
	font-size: 14px;
	color: #6f6f6f;
	font-family: roboto light;
	padding: 1px 0 0 23px;
}
.aside .aside-block.aside-news .news_block_item .info .title {
	font-size: 16px;
	margin: 0 0 18px;
}
.aside .aside-block.aside-news .news_block_item .info .title a {
	color: inherit;
	text-decoration: none;
}
.aside .aside-block.aside-news .news_block_item .info .title a:hover {
	color: #d63535;
}
.aside .aside-block.aside-news .news_block_item .info .preview {
	font-size: 14px;
	line-height: 1.5;
}
.aside .aside-block.aside-contacts {
	font-size: 14px;
}
.aside .aside-block.aside-contacts p {
	margin: 0 0 5px;
	line-height: 1.78;
	letter-spacing: .8px;
}
.aside .aside-block.aside-contacts .phone {
	margin: 15px 0 0;
}
.aside .aside-block.aside-contacts .phone p {
	line-height: 1;
}
.aside .aside-block.aside-contacts .phone span {
	font-size: 24px;
}
.aside .aside-block.aside-banner img {
	max-width: 100%;
}
.aside .aside-block.aside-banner .aside-banner-item {
	position: relative;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: block;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-image {
	position: relative;
	display: block;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-image img {
	display: block;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption {
	padding: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-align: center;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption p {
	margin: 0;
	background: rgba(0, 0, 0, .45);
	display: inline;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .title {
	font-size: 26px;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .title p {
	line-height: 1.35;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .text {
	font-size: 18px;
}
.aside .aside-block.aside-banner .aside-banner-item .aside-banner-caption .text p {
	line-height: 1.4;
}
.uss_shop_block_cat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.uss_shop_block_cat .uss_shop_category {
	max-width: calc((100% - 10px)/2);
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap, .uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
	border: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name {
	line-height: 1.2;
	color: inherit;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
	color: #d63535;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
	text-transform: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #d63535;
	font-size: 16px;
	text-decoration: none;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a:hover {
	text-decoration: underline;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat+.uss_shop_cat_text {
	margin-top: 0;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_text {
	font-size: 14px;
	line-height: 1.3;
}
.uss_catalog_block_cat .uss_catalog_category {
	max-width: calc((100% - 10px)/2);
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img, .uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img .uss_shop_cat_img {
	border: none;
}
.uss_catalog_block_cat .uss_catalog_category .uss_catalog_cat_img img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name {
	line-height: 1.2;
	color: inherit;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a:hover {
	color: #d63535;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catalog_cat_name a {
	text-transform: none;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .uss_catlog_cat_anons {
	font-size: 14px;
}
.uss_catalog_block_cat .uss_catalog_category .catalog_info .catalog_orderbutton {
	margin: .8em .8em .8em 0;
}
.news-block .news_block_item {
	padding-top: 29px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin-bottom: 42px;
}
.news-block .news_block_item .image {
	float: none;
	margin: 0 0 14px;
	overflow: hidden;
	display: block;
}
.news-block .news_block_item .image a img {
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	display: block;
	width: 100%;
}
.news-block .news_block_item .image a img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.news-block .news_block_item .info .date {
	font-family: roboto light;
	font-size: 14px;
	color: #6f6f6f;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../img/news-date-ico.png) 0 no-repeat;
	padding-left: 25px;
}
.news-block .news_block_item .info .title {
	font-size: 18px;
	color: inherit;
	margin-bottom: 18px;
	line-height: 1.35;
}
.news-block .news_block_item .info .title a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	display: block;
	position: relative;
	display: inline-block;
}
.news-block .news_block_item .info .title a span {
	position: relative;
}
.news-block .news_block_item .info .title a span:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.news-block .news_block_item .info .title a span:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.news-block .news_block_item .info .title:hover a {
	color: #d63535;
}
.news-block .news_block_item .info .preview {
	font-family: roboto light;
	font-size: 16px;
	line-height: 1.6;
}
.news-block .news_block_item {
	max-width: calc((100% - 20px)/3);
}
.news-block.x2 .news_block_item {
	max-width: calc((100% - 22px)/2);
	max-width: calc((100% - 10px)/2);
}
.form-block {
	background: #d63535;
	color: #fff;
	margin-bottom: 60px;
}
.form-block * {
	color: inherit;
}
.form-block .inner {
	border: none;
}
.form-block .h3 {
	-webkit-flex: 0 100%;
	-moz-flex: 0 100%;
	-ms-flex: 0 100%;
	-o-flex: 0 100%;
	-webkit-box-flex: 0;
	flex: 0 100%;
	text-align: center;
	font-size: 34px;
	color: inherit;
	font-weight: 400;
	font-family: roboto light;
	text-transform: uppercase;
	margin-bottom: 29px;
	font-size: 36px;
	text-transform: none;
}
.form-block .h3 .title-nav {
	float: right;
}
.form-block .h3 .title-nav a {
	font-size: 14px;
	text-align: right;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.form-block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.form-block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.form-block .h3 .title-nav a:after {
	bottom: 0!important;
}
.form-block .h3>a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.form-block form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-block form .group {
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
}
.form-block form .group:not(.end) {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-block form .group:not(.end) .fc_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
}
.form-block form .group:not(.end) .fc_item:not(:first-child) {
	margin-left: 20px;
}
.form-block form .group:not(.end) .fc_item .elem_item {
	width: 100%;
}
.form-block form .group:not(.end) .fc_item .elem_item input.styler, .form-block form .group:not(.end) .fc_item .elem_item textarea.styler {
	width: 100%;
	border-color: #fff;
	border: none!important;
}
.form-block form .group:not(.end) .fc_item .elem_item input.styler {
	padding-left: 21px;
}
.form-block form .group.end {
	-webkit-flex: 0 100%;
	-moz-flex: 0 100%;
	-ms-flex: 0 100%;
	-o-flex: 0 100%;
	-webkit-box-flex: 0;
	flex: 0 100%;
	max-width: calc(100% - 180px);
}
.form-block form .group.end .fc_item {
	width: 100%;
}
.form-block form .group.end .fc_item:not(.fc_checkbox) {
	text-align: center;
}
.form-block form .group.end .fc_item.fc_checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-block form .group.end .fc_item.fc_checkbox .sector_title {
	display: block;
}
.form-block form .buttons {
	-webkit-flex: 0 auto;
	-moz-flex: 0 auto;
	-ms-flex: 0 auto;
	-o-flex: 0 auto;
	-webkit-box-flex: 0;
	flex: 0 auto;
	max-width: 150px;
}
.form-block form .buttons input.styler {
	padding: 0 24px 0 25px;
	font-size: 16px;
}
.form-block.inline-form {
	padding: 32px 40px 23px;
	margin-top: 20px;
}
.form-block.inline-form .h3 {
	font-size: 30px;
	margin: 0 0 37px;
}
.form-block.big-form {
	background: none!important;
}
.form-block.big-form .inner {
	padding: 0;
}
.form-block.big-form .form-wrap {
	position: relative;
	width: 145%;
	max-width: 145%;
	left: -22.5%;
	background: #d63535;
	padding: 20px 22.5%;
	margin: 0 auto;
}
.form-block .fc_checkbox .elem_item .jq-checkbox {
	border: 2px solid #fff;
	border-radius: 2px;
	background: none;
	width: 12px!important;
	height: 12px!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-block .fc_checkbox .elem_item .jq-checkbox .jq-checkbox__div {
	background: none;
	margin: 2px 0 0 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	width: 8px;
	height: 8px;
}
.form-block .fc_checkbox .elem_item .jq-checkbox.checked .jq-checkbox__div {
	background: #fff;
}
.review-block .news_block_item {
	width: calc((100% - 60px)/4);
	text-align: center;
}
.review-block .news_block_item .image {
	float: none;
	margin: 0 0 20px;
}
.review-block .news_block_item .image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	-webkit-transform-origin: center;
	transform-origin: center;
	border-radius: 121px;
	overflow: hidden;
}
.review-block .news_block_item .image img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.review-block .news_block_item .info {
	padding-bottom: 39px;
	position: relative;
}
.review-block .news_block_item .info .date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding-left: 0;
	color: #6f6f6f;
	font-family: roboto light;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
.review-block .news_block_item .info .date:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../img/news-date-ico.png) 50% no-repeat;
	margin: 0 11px 0 0;
	position: relative;
	top: 1px;
}
.review-block .news_block_item .info .title {
	font-size: 18px;
	color: inherit;
	margin-bottom: 10px;
}
.review-block .news_block_item .info .title a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}
.review-block .news_block_item .info .title:hover a {
	color: #d63535;
}
.review-block .news_block_item .info .preview {
	font-size: 14px;
	font-family: roboto light;
	line-height: 1.45;
}
.review-block.x4 .news_block_item {
	width: calc((100% - 60px)/4);
}
.review-block.x3 .news_block_item {
	width: calc((100% - 40px)/3);
}
.review-block.x2 .news_block_item {
	width: calc((100% - 20px)/2);
}
.review-block table.table, .review-block table.table tbody {
	display: block;
	width: 100%;
}
.review-block table.table tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review-block table.table tr td {
	-webkit-flex: 0 auto;
	-moz-flex: 0 auto;
	-ms-flex: 0 auto;
	-o-flex: 0 auto;
	-webkit-box-flex: 0;
	flex: 0 auto;
	font-size: 14px;
	font-family: roboto light;
	line-height: 1.45;
	max-width: calc((100% - 60px)/4);
}
.review-block table.table tr td strong {
	font-size: 18px;
	font-weight: 400;
	font-family: roboto;
}
.review-block table.table tr td a {
	text-decoration: none;
	color: inherit;
}
.review-block table.table tr td a:hover {
	color: #d63535;
}
.uss_eshop_block_item {
	width: 280px;
	display: inline-block;
	vertical-align: top;
	background: #fcfcfc;
	border: 1px solid #fcfcfc;
	padding-bottom: 19px;
	-webkit-transition: border-color .25s linear, -webkit-box-shadow .25s linear;
	transition: border-color .25s linear, -webkit-box-shadow .25s linear;
	transition: border-color .25s linear, box-shadow .25s linear;
	transition: border-color .25s linear, box-shadow .25s linear, -webkit-box-shadow .25s linear;
}
.uss_eshop_block_item>div:not(.img) {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.uss_eshop_block_item .img {
	width: 100%;
	background: #fff;
	max-width: 100%;
	margin-bottom: 15px;
}
.uss_eshop_block_item .img a img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.uss_eshop_block_item .uss_shop_name {
	margin-bottom: 24px;
}
.uss_eshop_block_item .uss_shop_name a {
	font-family: roboto light;
	text-decoration: none;
	display: block;
	line-height: 1.35;
	color: inherit;
}
.uss_eshop_block_item .uss_shop_name a:hover {
	color: #d63535;
}
.uss_eshop_block_item .uss_shop_price {
	text-align: center;
	margin-bottom: 19px;
}
.uss_eshop_block_item .uss_shop_price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: inline-block;
	vertical-align: middle;
}
.uss_eshop_block_item .uss_shop_price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_eshop_block_item .uss_shop_price span.actual_price {
	font-weight: 700;
	font-size: 22px;
	color: #303030;
}
.uss_eshop_block_item .buy-btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
.uss_eshop_block_item .buy-btns a.add_to_cart {
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 24px 15px 25px;
	border-radius: 50px;
}
.uss_eshop_block_item .uss_eshop_amount_block {
	font-family: roboto light;
	color: #505050;
	margin-right: 10px;
}
.uss_eshop_block_item .uss_eshop_amount_block .amount_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	border-radius: 17px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #dfdfdf;
	outline: none;
	color: inherit;
}
.uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #d63535;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}
.uss_eshop_block_item:hover {
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	z-index: 100;
	position: relative;
}
.uss_eshop_block_item:hover .buy-btns {
	opacity: 1;
}
.positions .uss_eshop_block_item {
	border: 1px solid #e8e8e8;
}
.positions .uss_eshop_block_item .buy-btns {
	opacity: 1;
}
body.touch .uss_eshop_block_item .buy-btns {
	opacity: 1!important;
	position: static!important;
}
body.touch .buy-block {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
body.touch .aside .aside-block.aside-position .uss_eshop_block_item>.buy-btns {
	position: static;
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.positions.block {
	margin-bottom: 30px;
}
.positions .inner {
	border: none;
	padding-bottom: 0;
}
.positions .h3 {
	font-size: 34px;
	color: inherit;
	font-weight: 400;
	font-family: roboto light;
	text-transform: uppercase;
	margin-bottom: 29px;
}
.positions .h3 .title-nav {
	float: right;
}
.positions .h3 .title-nav a {
	font-size: 14px;
	text-align: right;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.positions .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.positions .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.positions .h3 .title-nav a:after {
	bottom: 0!important;
}
.positions .h3>a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.positions .positions-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 40px;
}
.positions .positions-nav span {
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #b3b3b3;
	color: #b0b0b0;
	border-radius: 50px;
	padding: 15px 21px 13px;
	margin: 0 10px;
	letter-spacing: 1.2px;
	cursor: pointer;
	-webkit-transition: border-color .25s linear, background .25s linear, color .15s linear;
	transition: border-color .25s linear, background .25s linear, color .15s linear;
}
.positions .positions-nav span:hover {
	border-color: #d63535;
	color: #d63535;
}
.positions .positions-nav span.active {
	background: #d63535;
	border: 1px solid #d63535;
	color: #fff;
}
.positions .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.positions .position-tab {
	min-width: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	visibility: hidden;
}
.positions .position-tab.active {
	-webkit-box-ordinal-group: -10;
	-webkit-order: -11;
	-ms-flex-order: -11;
	order: -11;
	opacity: 1;
	visibility: visible;
}
.positions .position-tab .items, .positions .position-tab .uss_widget_outer_content {
	padding-bottom: 0;
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 100%;
	white-space: nowrap;
}
.positions .position-tab .items .uss_eshop_block_item, .positions .position-tab .uss_widget_outer_content .uss_eshop_block_item {
	white-space: normal;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	text-align: center;
}
.positions .uss_eshop_block_item .img>a.imagelink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.positions .uss_eshop_block_item .uss_shop_name a {
	display: block;
	height: 2.7em;
	overflow: hidden;
}
.mCSB_draggerContainer .mCSB_dragger_bar {
	height: 15px!important;
	background: url(../img/position-bar.png) 50% no-repeat, #d63535!important;
	border-radius: 15px!important;
	margin: 0 auto!important;
}
.mCSB_draggerContainer .mCSB_draggerRail {
	height: 5px;
	background: rgba(0, 0, 0, .5);
}
.table-block .inner {
	padding: 35px 0 25px;
}
.table-block p {
	margin: 0 0 -2px;
}
.table-block .title {
	font-size: 20px;
}
.table-block .image {
	margin-bottom: 10px;
	height: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.table-block .image, .table-block .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.table-block .row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.table-block .row .column {
	margin-bottom: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	text-align: center;
}
.table-block .row .column img {
	max-width: 100%;
}
.table-block.x4 .column {
	width: 25%;
}
.table-block.x3 .column {
	width: 33.33333%;
}
.table-block.x2 .column {
	width: 50%;
}
.contacts.block .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
}
.contacts.block .inner, .contacts.block .left {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts.block .left {
	display: block;
	width: calc(50% - 10px);
	max-width: 100%;
	margin-left: calc(10px - 50%);
	opacity: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.contacts.block .left>div:not(.map) {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
}
.contacts.block .right {
	display: block;
	width: calc(50% - 10px);
	max-width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: calc(10px - 50%);
	opacity: 0;
}
.contacts.block .right>div {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
}
.contacts.block .contacts-block {
	padding: 26px 0 15px 33px;
	font-family: roboto light;
	border-radius: 3px;
	width: 100%;
}
.contacts.block .contacts-block img {
	max-width: 100%;
	height: auto;
}
.contacts.block .contacts-block.type1 {
	color: #fff;
}
.contacts.block .contacts-block.type0 {
	padding: 0;
}
.contacts.block .contacts-block.bg-type1 {
	background: #303030;
}
.contacts.block .contacts-block.bg-type2 {
	background: #d63535;
}
.contacts.block .contacts-block.bg-type0 {
	padding: 0;
}
.contacts.block .contacts-block .h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: OpenSans;
	letter-spacing: .1px;
	font-weight: 400;
}
.contacts.block .contacts-block a {
	text-decoration: none;
}
.contacts.block .contacts-block .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts.block .contacts-block .row .column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
}
.contacts.block .contacts-block table {
	display: block;
	width: 100%;
}
.contacts.block .contacts-block table tbody {
	display: block;
}
.contacts.block .contacts-block table tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts.block .contacts-block table tr td {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	display: block;
	line-height: 1;
}
.contacts.block .contacts-block table tr p {
	margin: 0 0 10px;
}
.contacts.block .subscribe {
	font-size: 18px;
	text-align: center;
	padding: 45px 29px 0;
}
.contacts.block .subscribe .h3 {
	text-align: center;
	line-height: 1.3;
}
.contacts.block .subscribe .subscribe-form {
	margin: 45px 0 67px;
}
.contacts.block .subscribe .subscribe-form form {
	position: relative;
}
.contacts.block .subscribe .subscribe-form form input[type=text].styler {
	width: 100%;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 50px;
	background: #fff;
	border: none!important;
	padding-left: 21px;
}
.contacts.block .subscribe .subscribe-form form input[type=submit].styler {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/subscribe-btn.png) 50% no-repeat;
	width: 90px;
	height: 50px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contacts.block .subscribe .subscribe-form form input[type=submit].styler:hover {
	-webkit-filter: invert(50%);
	filter: invert(50%);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
}
.contacts.block .contact {
	font-size: 14px;
	padding: 26px 33px;
}
.contacts.block .contact .h3 {
	text-align: left;
}
.contacts.block .contact p span {
	font-size: 24px;
}
.contacts.block .social {
	margin: 32px 0 0;
}
.contacts.block .social a {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 2px 8px;
}
.contacts.block .social a:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.contacts.block .social a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
}
.contacts.block.visible .right {
	-webkit-animation: contacts-animation-right .75s linear;
	animation: contacts-animation-right .75s linear;
	margin-right: 0;
	opacity: 1;
}
.contacts.block.visible .left {
	-webkit-animation: contacts-animation-left .75s linear;
	animation: contacts-animation-left .75s linear;
	margin-left: 0;
	opacity: 1;
}
.footer .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 0;
	margin-top: 0;
	border-top: 1px solid #e8e8e8;
}
.footer .left, .footer .right {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	max-width: 380px;
}
.footer .right {
	text-align: right;
}
.footer .center {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	text-align: center;
}
.footer .footer-logo {
	font-size: 36px;
	font-family: ProximaNova-Light;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .footer-logo a {
	color: inherit;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
}
.footer .footer-logo a span {
	color: #d63535;
}
.footer .footer-logo a p {
	margin: 0;
}
.footer .footer-logo a .logo-column img {
	display: block;
}
.footer .footer-logo a .logo-column:first-child {
	margin-right: 10px;
}
.footer .footer-slogan {
	font-family: OpenSans;
	font-size: 14px;
	color: #d63535;
	display: block;
	margin: 3px 0 0;
}
.footer-menu ul, .footer-menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-menu .inner {
	border-bottom: 1px solid #e8e8e8;
	padding: 22px 0;
}
.footer-menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-menu ul li {
	position: relative;
}
.footer-menu ul li a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	border-bottom: 2px solid #fff;
	font-size: 14px;
	padding: 15px 0 16px;
	position: relative;
}
.footer-menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.footer-menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.footer-menu ul li a:after {
	bottom: 0!important;
}
.footer-menu ul li .submenu {
	display: none;
	position: absolute;
	left: 0;
	min-width: 200px;
	width: 100%;
	bottom: 100%;
	z-index: 10;
	background: #d63535;
	color: #fff;
	padding: 5px;
}
.footer-menu ul li .submenu li {
	display: block;
}
.footer-menu ul li .submenu li a {
	text-align: left;
	display: block;
	color: inherit;
	text-transform: none;
	border: none!important;
	padding: 6px 0 7px;
}
.footer-menu ul li .submenu li a:after {
	content: none!important;
}
.footer-menu ul li .submenu li a:hover {
	text-decoration: underline;
}
.footer-menu ul li.last .submenu {
	right: 0;
	left: auto;
}
.footer-menu ul li.active a, .footer-menu ul li:hover a {
	color: #d63535;
}
.footer-menu ul li.active a {
	border-bottom: 2px solid #d63535;
}
.footer-menu ul li:hover>.submenu {
	display: block;
}
.bottom p {
	margin: 0;
}
.bottom .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px 0 28px;
}
.bottom a {
	text-decoration: none;
}
.bottom a:hover {
	text-decoration: underline;
}
.bottom .column, .bottom .column:first-child {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
}
.bottom .column:first-child {
	max-width: 100%;
	padding-left: 0;
}
.bottom .column:last-child {
	padding-right: 0;
	text-align: right;
}
.bottom .social a {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px;
	-webkit-filter: invert(50%);
	filter: invert(50%);
	opacity: .8;
}
.bottom .social a:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: 1;
}
.bottom .social a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
}
.bottom .dev {
	display: inline-block;
}
.bottom .copy {
	margin-bottom: 5px;
}
.bottom .copy, .bottom .privacy, .bread {
	font-size: 14px;
}
.bread {
	font-family: roboto light;
}
.uss_shop_block_cat .uss_shop_category {
	overflow: visible;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap {
	margin: 0 0 12px;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
	height: auto!important;
	overflow: visible;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a {
	margin: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	overflow: hidden;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img a img {
	max-width: 100%;
}
.uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a {
	font-size: 18px;
}
.uss_shop_block_cat .uss_shop_category:hover .uss_shop_cat_img_wrap .uss_shop_cat_img a {
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .1);
	box-shadow: 0 0 21px rgba(0, 0, 0, .1);
	border: 1px solid #e8e8e8;
}
.uss_shop_blocks_view {
	overflow: visible;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.uss_shop_blocks_view .uss_eshop_item {
	margin-right: 0;
	overflow: visible;
	border: 1px solid #fff;
	position: relative;
	padding: 0;
	max-width: calc((100% - 10px)/2);
	display: block;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item {
	width: 100%!important;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
	border: none;
	background: #fff;
	display: block;
	padding: 0;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder a img {
	max-width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.uss_shop_blocks_view .uss_eshop_item .posimg_item~div:not(.buy-block) {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	min-height: 42px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
	margin-bottom: 1px;
	height: 62px;
	overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item .uss_root_cat_name {
	font-size: 12px;
	height: 23px;
	font-family: roboto;
	font-weight: bold;
	min-height: auto!important;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	font-family: roboto light;
	text-decoration: none;
	display: block;
	line-height: 1.25;
	color: inherit;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
	text-decoration: underline;
	color: #d63535;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
	margin: 0 0 10px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area, .uss_shop_blocks_view .uss_eshop_item .uss_specifications {
	margin: 0 0 15px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .title {
	font-weight: 400;
	font-family: roboto;
	margin: 0 10px 7px 0;
	display: inline-block;
	vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .value {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	font-family: roboto medium;
	margin-bottom: 7px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .eshop_filters_line {
	width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .eshop_filters_line .title {
	font-family: roboto medium;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .eshop_filters_line .value {
	display: block;
	width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox {
	width: 100%;
	display: block;
	margin-right: 0;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select {
	width: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
	text-align: center;
	font-size: inherit;
	margin: 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: inline-block;
	vertical-align: middle;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
	font-weight: 700;
	font-size: 20px;
	color: #303030;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block {
	font-family: roboto light;
	color: #505050;
	margin-right: 10px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .amount_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	border-radius: 17px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #dfdfdf;
	outline: none;
	color: inherit;
}
.uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #d63535;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
	margin: 0;
}
.uss_shop_blocks_view .uss_eshop_item .buy-block {
	position: absolute;
	left: -1px;
	right: -1px;
	top: calc(100% + 14px);
	opacity: 0;
	background: #fcfcfc;
	padding-left: 12px;
	padding-right: 12px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) .uss_shop_by {
	-webkit-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px;
	border-radius: 50px;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	min-width: 112px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart.already_in_cart {
	font-size: 14px;
	line-height: 1;
	text-transform: none;
	padding: 7px 10px 6px;
	-webkit-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	display: block;
}
.uss_shop_blocks_view .uss_eshop_item:not(.order_many) .buy-btns:not(.bottom_extra) {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.uss_shop_blocks_view .uss_eshop_item:not(.order_many) .buy-btns:not(.bottom_extra) .uss_shop_price {
	text-align: left!important;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 19px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra.x-0 {
	display: none!important;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra>div {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra>div:not(:last-child) {
	margin-right: 14px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	border: 1px solid #b3b3b3;
	border-radius: 35px;
	text-indent: -9999px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap a {
	display: block;
	width: 100%;
	height: 100%;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap>* {
	background: url(../img/later.png) 50% no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
	border-color: #d63535;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	text-indent: -9999px;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>* {
	max-width: 100%;
	border: 1px solid #d63535;
	border-radius: 35px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
	background: url(../img/compare.png) 50% no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by:hover>*, .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by a.already_in_compare {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	border: 1px solid #b3b3b3;
	border-radius: 35px;
	text-indent: -9999px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click>* {
	background: url(../img/fast-buy.png) 50% no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #d63535;
}
.uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_blocks_view .uss_eshop_item:hover {
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	z-index: 100;
	position: relative;
}
.uss_shop_blocks_view .uss_eshop_item:hover .buy-block {
	opacity: 1;
	-webkit-box-shadow: 0 2px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 21px rgba(0, 0, 0, .1);
	-webkit-animation: hover-opactiy .35s linear;
	animation: hover-opactiy .35s linear;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	content: "";
	left: 0;
	right: 0;
	top: -14px;
	height: 14px;
	background: #fcfcfc;
	position: absolute;
}
.touch .uss_shop_blocks_view .uss_eshop_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.touch .uss_shop_blocks_view .uss_eshop_item .buy-block {
	position: static;
	opacity: 1;
	margin-top: auto;
}
.touch .last-view .uss_eshop_block_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.touch .last-view .uss_eshop_block_item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.touch .last-view .uss_eshop_block_item .buy-btns {
	margin-top: auto;
	opacity: 1;
	position: static;
	display: block;
}
.touch .uss_eshop_sameproducts.blocks .item {
	border: none!important;
}
.touch .uss_eshop_sameproducts.blocks .item .addToCart {
	opacity: 1;
}
.touch .uss_eshop_sameproducts.blocks .item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.uss_shop_list_cat .uss_shop_category {
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
	border: none;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name {
	margin-bottom: 19px;
	padding: 10px 0 0;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a {
	font-size: 18px;
	text-decoration: none;
	position: relative;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	bottom: -5px!important;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_text {
	font-size: 14px;
}
.uss_shop_list_cat .uss_shop_category .uss_shop_cat_text p {
	margin: 0 0 10px;
}
.uss_shop_list_cat .uss_shop_category:hover {
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	z-index: 100;
	position: relative;
}
.uss_shop_list_view .uss_eshop_item {
	border: 1px solid hsla(0, 0%, 100%, 0);
	margin-bottom: 3px;
}
.uss_shop_list_view .uss_eshop_item .posimg_item .uss_img_holder {
	border: none;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_technical_data {
	padding-top: 10px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_name {
	margin: 0 0 10px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_name a {
	font-family: roboto light;
	text-decoration: none;
	display: block;
	overflow: hidden;
	line-height: 1.35;
	color: inherit;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
	color: #d63535;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price {
	margin: 0 0 10px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: inline-block;
	vertical-align: middle;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_price span.actual_price {
	font-weight: 700;
	font-size: 22px;
	color: #303030;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by {
	margin: 0;
	padding-right: 7px;
	padding-left: 7px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 7px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px 20px 15px;
	border-radius: 50px;
	display: inline-block;
}
.uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra.x-0 {
	display: none!important;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra>div {
	white-space: nowrap;
	margin-bottom: 5px;
}
.uss_shop_list_view .uss_eshop_item .buy-btns.bottom_extra>div:not(:last-child) {
	margin-right: 14px;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block {
	font-family: roboto light;
	color: #505050;
	margin-right: 10px;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .amount_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	border-radius: 17px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #dfdfdf;
	outline: none;
	color: inherit;
}
.uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #d63535;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	border: 1px solid #b3b3b3;
	border-radius: 35px;
	min-width: 70px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click>* {
	background: url(../img/fast-buy.png) 7px no-repeat;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
	padding: 2px 10px 0 32px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #d63535;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	min-width: 70px;
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by>* {
	max-width: 100%;
	border: 1px solid #d63535;
	border-radius: 35px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
	background: url(../img/compare.png) 7px no-repeat;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
	padding: 2px 10px 0 32px;
}
.uss_shop_list_view .uss_eshop_item .uss_compare_by:hover>*, .uss_shop_list_view .uss_eshop_item .uss_compare_by a.already_in_compare {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	border: 1px solid #b3b3b3;
	border-radius: 35px;
	min-width: 70px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap>* {
	background: url(../img/later.png) 7px no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
	padding: 2px 10px 0 32px;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
	border-color: #d63535;
}
.uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_list_view .uss_eshop_item:hover {
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	z-index: 100;
	position: relative;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: block;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.actual_price {
	font-weight: 700;
	font-size: 36px;
	color: #303030;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart {
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 7px;
	border-radius: 50px;
	max-width: 100%;
	white-space: nowrap;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart.buy_one_click {
	background: #303030;
	border-color: #303030;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart.buy_one_click:hover {
	background: #b3b3b3;
	color: #303030;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare, .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist {
	max-width: 100%;
	border: 1px solid #d63535;
	border-radius: 35px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
	padding: 3px 7px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
	text-decoration: none;
}
.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare>*, .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item {
	width: 170px;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item:hover {
	border: 1px solid #fff;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
	margin: 0;
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	-o-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
	min-width: 112px;
	margin-top: 10px;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
	margin: 0 0 20px 0;
	border: 0;
	padding: 1px;
	display: inline-block;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .uss_shop_name {
	margin-bottom: 0;
	height: 2.2em;
	overflow: hidden;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	font-size: 14px;
	text-align: center;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .platform {
	display: none;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .buy-block {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	background: none!important;
	padding-left: 0;
	padding-right: 0;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra {
	display: none;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	display: none;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item:hover {
	box-shadow: none;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item {
	text-align: center;
}
.section_exchange .uss_shop_blocks_view .uss_eshop_item:hover .buy-block {
	box-shadow: none;
	display: none;
}
.delete_pos_exchange {
	background: #fff;
	position: absolute;
	top: 5px;
	right: 0px;
	border-radius: 13px!important;
	cursor: pointer;
	padding: 5px!important;
}
.uss_buy_block_brandnew, .uss_buy_block_used {
	width: 45%;
	display: inline-block;
	padding: 0 45px;
	vertical-align: top;
}
.uss_buy_block_used .order_when_less_one {display: none;}
.uss_buy_block_brandnew {
	border-right: 2px solid #e8e8e8;
}
.uss_onepos_action_list {
	font-size: 14px;
	padding-left: 17px;
}
.uss_shop_detail_350_bottom .uss_img_wrapper {
	margin: 0px 98px 20px 0
}
.offer_to_ex, .rate-you-disk {
	display: block;
	font-size: 14px;
}
.set_images_videos iframe {
	width: 100%;
	height: 34vw;
	display: inline-block;
	margin-bottom: 15px;
}
.set_images_videos br {
	display: none;
}
.set_images_videos {
	clear: both;
}
.eshop_filters_group_title {
	display: none;
}
form:not(.uss_site_search):not(#subscribeForm) .inputs input {
	height: 30px;
}
.uss_shop_detail_350_bottom .uss_img_big {
	border: 0;
}
.posamount_right {
	background: none repeat scroll 0 0 #ffffffde;
	font-size: 16px;
	font-weight: bold;
	right: 1px;
	margin-top: 23px;
	padding: 2px;
	position: absolute;
	z-index: 10;
}
.pos_prices {
	background-color: #ffffffde;
	position: absolute;
	bottom: 57px;
	font-size: 17px;
	z-index: 9999;
	width: 100%;
	text-align: center;
	left: 0px;
	font-weight: bold;
}
.pos_exchange_price {
	background-color: #ffffffde;
	position: absolute;
	font-size: 17px;
	z-index: 10;
	bottom: 18px;
	width: 100%;
	text-align: center;
	left: 0px;
	font-weight: bold;
	line-height: 1.2;
}
.uss_shop_detail_pos .eshop_filters_area {
	padding: 0 10px;
	margin: 0;
}
.uss_shop_release_d_wrap {
	background: #efefef;
	margin: 0 10px;
	padding: 5px 20px;
}
.uss_shop_release_d_wrap .title {
	width: 24%;
	display: inline-block;
	margin: 0;
	font-family: roboto;
}
.uss_shop_release_d_wrap  .value {    font-size: 14px; font-family:  'roboto light';}
.uss_shop_release_d_wrap .title {
	font-size: 16px;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .title {
	width: 25%;
	padding: 5px 20px;
	margin: 0!important;
}
.eshop_filters_item{
	margin-bottom: 0;
	background: #efefef;
}
.eshop_filters_items .eshop_filters_item {    background: #efefef;}
.eshop_filters_items .eshop_filters_item:nth-of-type(2n+1) {
	background: #fff;
}
.uss_autocomplete_results ul {max-height: 300px!important;}
.sum-exchange-total{
	font-weight: bold;
	font-size: 17px;
}
.alt_koef_message{
	font-weight: bold;
}
.uss_eshop_exchange_item .alt_koef_message{
	font-size: 11px;
}
@media (min-width:769px) {
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.actual_price {
		font-size: 14px;
		margin: 0!important;
	}
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.old_price {
		font-size: 12px;
		margin: 0!important;
	}
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a {
		width: 100%;
		font-size: 14px!important;
	}
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder>* {
		margin-top: 3px;
		margin-bottom: 3px;
	}
}
@media (min-width:769px) and (max-width:1000px) {
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img {
		max-width: 140px;
	}
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img .uss_img_holder_outer {
		max-width: 100%;
	}
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img .uss_img_holder_outer .uss_img_holder {
		max-width: 100%;
		height: auto!important;
	}
	.uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_img .uss_img_holder_outer img {
		max-width: 100%;
	}
}
.uss_shop_detail_pos {
	margin-bottom: 13px;
}
.uss_shop_detail_pos .uss_img_wrapper {
	max-width: 100%;
	margin: 0 49px 20px 0;
}
.uss_shop_detail_pos .uss_img_wrapper .uss_img_big_image {
	max-width: 100%;
	height: auto!important;
}
.uss_shop_detail_pos .uss_shop_technical_data {
	display: block;
	overflow: hidden;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: block;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span.price {
	font-weight: 700;
	font-size: 31px;
	color: #303030;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by {
	display: inline-block;
	vertical-align: middle;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block {
	font-family: roboto light;
	color: #505050;
	margin-right: 10px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .amount_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	border-radius: 17px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #dfdfdf;
	outline: none;
	color: inherit;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #d63535;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px;
	border-radius: 50px;
	max-width: 100%;
	white-space: nowrap;
	min-width: 142px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
	background: #303030;
	border-color: #303030;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
	background: #b3b3b3;
	color: #303030;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #b3b3b3;
	border-radius: 35px;
	min-width: 70px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
	font-size: 14px;
	line-height: 33px;
	margin-right: 15px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap>* {
	background: url(../img/later.png) 16px no-repeat;
	padding-left: 44px;
	padding-right: 20px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
	border-color: #d63535;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap a {
	text-decoration: none;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by {
	overflow: hidden;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	min-width: 70px;
	font-size: 14px;
	line-height: 33px;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by>* {
	max-width: 100%;
	border: 1px solid #d63535;
	border-radius: 35px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	cursor: pointer;
	background: url(../img/compare.png) 16px no-repeat;
	padding-left: 44px;
	padding-right: 20px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by:hover>* {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by a {
	text-decoration: none;
}
.uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by a.already_in_compare {
	-webkit-filter: invert(0);
	filter: invert(0);
}
.uss_shop_detail_pos .uss_shop_technical_data .uss-wrap-block>* {
	margin-right: 10px;
}
.uss_shop_detail_pos .eshop_filters_area {
	padding: 0 10px;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .title {
	font-weight: 400;
	font-family: roboto;
	margin: 0 10px 7px 0;
	display: inline-block;
	vertical-align: middle;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .value {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 7px;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .eshop_filters_line {
	width: 100%;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .eshop_filters_line .title {
	font-family: roboto medium;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .eshop_filters_line .value {
	display: block;
	width: 100%;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .jq-selectbox {
	width: 100%;
	display: block;
	margin-right: 0;
}
.uss_shop_detail_pos .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select {
	width: 100%;
}
div.uss_tabs {
	/* border-top:1px solid #e8e8e8; */
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 60px;
	/* padding-top:20px; */
}
div.uss_tabs div.uss_tabs_navigation span {
	margin-bottom: 0px;
	display: inline-block;
	color: #999;
	background: #999;
	border: 1px solid #999;
	/* border-bottom:none; */
	text-transform: uppercase;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 50px;
	font-size: 16px;
	font-family: roboto light;
	font-weight: 400;
	height: auto;
	padding: 8px 33px 5px 39px;
	letter-spacing: .13px;
}
div.uss_tabs div.uss_tabs_navigation span:hover {
	border: 1px solid #b3b3b3;
}
div.uss_tabs div.uss_tabs_navigation span+span {
	margin-left: 5px;
}
div.uss_tabs div.uss_tabs_navigation span.selected {
	background: #d63535;
	border: 1px solid #d63535;
	color: #fff;
}
div.uss_tabs div.tab_items {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 21px 0px 0;
	border: 0;
}
div.uss_tabs div.tab_items .tab_item {
	padding: 10px;
	zoom: 1;
}
div.uss_tabs div.tab_items .tab_item:after, div.uss_tabs div.tab_items .tab_item:before {
	content: "";
	display: table;
}
div.uss_tabs div.tab_items .tab_item:after {
	clear: both;
}
div.uss_tabs div.tab_items .tab_item table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
div.uss_tabs div.tab_items .tab_item table tr th {
	background: #f2f2f2;
	font-size: 16px;
	font-family: roboto;
	font-weight: 400;
	text-align: left;
	padding-left: 22px;
	padding-top: 16px;
	padding-bottom: 16px;
}
div.uss_tabs div.tab_items .tab_item table tr td {
	text-align: left;
	font-family: roboto light;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}
div.uss_tabs div.tab_items .tab_item table tr td+td {
	border-left: 1px solid #e8e8e8;
}
.table, .table tbody {
	display: block;
}
.table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.table tr td {
	display: block;
	-webkit-flex: 0 25%;
	-moz-flex: 0 25%;
	-ms-flex: 0 25%;
	-o-flex: 0 25%;
	-webkit-box-flex: 0;
	flex: 0 25%;
	text-align: center;
}
.h_op {
	font-size: 34px;
	color: inherit;
	font-weight: 400;
	font-family: roboto light;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 0 18px;
}
.h_op .title-nav {
	float: right;
}
.h_op .title-nav a {
	font-size: 14px;
	text-align: right;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.h_op .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.h_op .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.h_op .title-nav a:after {
	bottom: 0!important;
}
.h_op>a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.uss_eshop_sameproducts.blocks {
	/* border-bottom:1px solid #e8e8e8; */
	padding: 20px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uss_eshop_sameproducts.blocks .item {
	border: 1px solid hsla(0, 0%, 100%, 0);
	display: block;
	max-width: calc((100% - 10px)/2);
}
.uss_eshop_sameproducts.blocks .item .imageWrap {
	margin-bottom: 18px;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image>a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.uss_eshop_sameproducts.blocks .item .imageWrap .image>a img {
	display: block;
	max-width: 100%;
}
.uss_eshop_sameproducts.blocks .item .info .title a {
	font-family: roboto light;
	text-decoration: none;
	display: block;
	height: 2.7em;
	overflow: hidden;
	line-height: 1.35;
	padding-left: 10px;
	padding-right: 10px;
	color: inherit;
}
.uss_eshop_sameproducts.blocks .item .info .title a:hover {
	color: #d63535;
}
.uss_eshop_sameproducts.blocks .item .info .price {
	text-align: center;
}
.uss_eshop_sameproducts.blocks .item .info .price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: block;
}
.uss_eshop_sameproducts.blocks .item .info .price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_eshop_sameproducts.blocks .item .info .price span.actual_price {
	font-weight: 700;
	font-size: 22px;
	color: #303030;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart {
	text-align: center;
	opacity: 0;
	padding-bottom: 20px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block {
	font-family: roboto light;
	color: #505050;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .amount_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	border-radius: 17px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #dfdfdf;
	outline: none;
	color: inherit;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #d63535;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px 9px 41px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	background: none;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
	background: #d63535;
	color: #fff;
	border-color: #d63535;
}
.uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
	padding-left: 10px;
	padding-right: 10px;
}
.uss_eshop_sameproducts.blocks .item:hover {
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 21px rgba(0, 0, 0, .1);
	z-index: 100;
	position: relative;
}
.uss_eshop_sameproducts.blocks .item:hover .addToCart {
	opacity: 1;
	-webkit-animation: hover-opactiy .25s linear;
	animation: hover-opactiy .25s linear;
}
.uss_eshop_sameproducts.list .item .imageWrap {
	margin-bottom: 18px;
	margin-right: 10px!important;
}
.uss_eshop_sameproducts.list .item .title a {
	font-family: roboto light;
	text-decoration: none;
	display: block;
	height: 38px;
	overflow: hidden;
	line-height: 1.35;
	padding-left: 10px;
	padding-right: 10px;
	color: inherit;
}
.uss_eshop_sameproducts.list .item .title a:hover {
	color: #d63535;
}
.uss_eshop_sameproducts.list .item .price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: block;
}
.uss_eshop_sameproducts.list .item .price span.old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.uss_eshop_sameproducts.list .item .price span.actual_price {
	font-weight: 700;
	font-size: 22px;
	color: #303030;
}
.uss_eshop_sameproducts.list .item .addToCart {
	text-align: center;
	opacity: 0;
	padding-bottom: 20px;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block {
	font-family: roboto light;
	color: #505050;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block .amount_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block .basket_amount_class {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	border-radius: 17px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #dfdfdf;
	outline: none;
	color: inherit;
}
.uss_eshop_sameproducts.list .item .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #d63535;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}
.uss_eshop_sameproducts.list .item .addToCart a.add_to_cart {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px 9px 41px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	background: none;
}
.uss_eshop_sameproducts.list .item .addToCart a.add_to_cart:hover {
	background: #d63535;
	color: #fff;
	border-color: #d63535;
}
.uss_eshop_sameproducts.list .item .addToCart a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
	padding-left: 10px;
	padding-right: 10px;
}
.last-view .h3 {
	font-size: 30px;
	font-family: roboto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.last-view .uss_eshop_block_item {
	width: 212px;
	max-width: calc((100% - 10px)/2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.last-view .uss_eshop_block_item .uss_shop_price {
	margin-top: auto;
}
.last-view .uss_eshop_block_item .buy-btns {
	display: block;
	text-align: center;
}
.last-view .uss_eshop_block_item .buy-btns .uss_eshop_amount_block {
	margin-bottom: 19px;
	margin-right: 0;
	display: block;
}
.last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px 9px 41px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	background: none;
	max-width: none;
}
.last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
	background: #d63535;
	color: #fff;
	border-color: #d63535;
}
.last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
	padding-left: 10px;
	padding-right: 10px;
}
.fade-x3 .items>div:not(.h3) {
	opacity: 0;
}
.uss-more a, .uss_more a {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.uss-more a:hover, .uss_more a:hover {
	background: #303030;
	color: #fff;
}
.uss-more a a, .uss_more a a {
	text-decoration: none;
}
.uss-more.inactive a, .uss_more.inactive a {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
a.uss-more, a.uss_more {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
a.uss-more:hover, a.uss_more:hover {
	background: #303030;
	color: #fff;
}
a.uss-more a, a.uss_more a {
	text-decoration: none;
}
a.uss-more.inactive, a.uss_more.inactive {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.buy_one_click_form_tml {
	font-family: roboto light;
	font-size: 16px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.buy_one_click_form_tml .uss_buy_one_click_title {
	font-size: 30px;
	font-family: roboto;
	margin-bottom: 20px;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_title {
	margin: 0 0 10px;
	font-family: roboto light;
	text-decoration: none;
	overflow: hidden;
	line-height: 1.35;
	padding-right: 10px;
	color: inherit;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price div, .buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price span {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	display: inline-block;
	vertical-align: middle;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price .old_price {
	margin: 0 10px 0 0!important;
	color: #c3c3c3;
	font-weight: 700;
	font-size: 16px;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .uss_onepos_info .uss_shop_price_amount_wrap .uss_shop_price .actual_price {
	font-weight: 700;
	font-size: 22px;
	color: #303030;
}
.buy_one_click_form_tml .uss_buy_one_click_pos .fc_form_tml label {
	font-weight: 400;
	font-family: roboto medium;
	font-size: 14px;
}
#uss_basket_ask_where_to_go_block {
	background: #fff;
	border: 2px solid #d63535;
	color: #303030;
	font-size: 16px;
	font-family: roboto light;
}
#uss_basket_ask_where_to_go_block .continue, #uss_basket_ask_where_to_go_block .go_to_basket {
	text-decoration: none;
}
#uss_basket_ask_where_to_go_block a {
	font-family: roboto medium;
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 2px 1px;
}
#uss_basket_ask_where_to_go_block a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
#uss_basket_ask_where_to_go_block a:hover:after {
	-webkit-animation: service-block-link-animation1 .25s linear;
	animation: service-block-link-animation1 .25s linear;
	background: #d63535;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
#uss_basket_ask_where_to_go_block a:after {
	bottom: -2px!important;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-family: roboto;
	font-size: 16px;
	color: #303030;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form {
	width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .jq-checkbox {
	border: 2px solid #303030;
	border-radius: 2px;
	background: none;
	width: 12px!important;
	height: 12px!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .jq-checkbox .jq-checkbox__div {
	background: none;
	margin: 2px 0 0 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	width: 8px;
	height: 8px;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .jq-checkbox.checked .jq-checkbox__div {
	background: #303030;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group, .catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item {
	width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item label {
	font-family: roboto medium;
	font-weight: 400;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item, .catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item input.styler, .catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item .elem_item textarea.styler {
	width: 100%;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .group .fc_item.fc_checkbox .elem_item {
	width: auto!important;
}
.catalog_orderform_tml .catalog_orderform_window_wrap form .buttons {
	text-align: center;
}
.big-map.block .map {
	width: 145%;
	left: -22.5%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.big-map.block .map img {
	max-width: 100%;
}
.big-map.block .map>ymaps {
	height: 560px!important;
}
.big-map.block .map-contacts {
	position: absolute;
	right: 22.55%;
	background: #303030;
	color: #eaeaea;
	padding: 45px 38px 52px;
	min-width: 400px;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.big-map.block .map-contacts p {
	margin: 0 0 5px;
}
.big-map.block .map-contacts a {
	color: #d63535;
}
.big-map.block .map-contacts .h3 {
	font-size: 30px;
	margin-bottom: 17px;
}
.big-map.block .map-contacts .phone {
	margin: 22px 0 10px;
}
.big-map.block .map-contacts .phone span {
	font-size: 24px;
}
.uss_eshop_filters .filter_price.filter_item input[type=text] {
	min-width: 80px;
}
.block.big-banner .inner {
	border: none;
}
.block.big-banner .big-banner-wrap {
	width: 145%;
	left: -22.5%;
	position: relative;
}
.block.big-banner .big-banner-wrap img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.block.big-banner .slide-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 20;
}
.block.big-banner .image {
	position: relative;
}
.block.big-banner .image:not(.nobg):after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .65);
}
.block.big-banner .caption {
	position: absolute;
	width: 1200px;
	padding: 10px;
	max-width: 100vw;
	margin: 0 auto;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.block.big-banner .caption p {
	margin: 0;
}
.block.big-banner .caption p+p {
	margin-top: 7px;
}
.block.big-banner .caption .title {
	font-size: 52px;
	font-family: OpenSans-Light;
}
.block.big-banner .caption .preview {
	font-family: OpenSans-Light;
	font-size: 31px;
}
.review.block table tr span {
	font-size: 18px;
}
.review.block table tr a {
	font-family: roboto;
	color: inherit;
	text-decoration: none;
}
.review.block table tr a:hover {
	color: #d63535;
}
.review.block .items .news_block_item {
	text-align: left;
	font-size: 14px;
	position: relative;
}
.review.block .items .news_block_item .image {
	float: none;
	margin: 0 0 10px;
}
.review.block .items .news_block_item .image img {
	max-width: 100%;
}
.review.block .items .news_block_item .info {
	position: relative;
	padding-bottom: 30px;
}
.review.block .items .news_block_item .info .title a {
	text-decoration: none;
	font-size: 18px;
	font-family: roboto;
	color: inherit;
}
.review.block .items .news_block_item .info .title a:hover {
	color: #d63535;
}
.review.block .items .news_block_item .info .date {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/news-date-ico.png) 0 no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	white-space: nowrap;
	font-size: 14px;
	color: #6f6f6f;
}
.review.block .table tr {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review.block .table tr td {
	max-width: calc((100% - 45px)/4);
}
.review.block .items {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review.block .items .news_block_item {
	max-width: calc((100% - 45px)/4);
}
.jq-selectbox {
	margin-right: 0;
}
.jq-selectbox .jq-selectbox__select {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #9e9e9e;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
	border: none;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	opacity: 1;
	border-bottom-color: #303030;
}
.uss_eshop_filters_block form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.uss_eshop_filters_block form .filter_search_in_current_cat {
	-webkit-order: 98;
	-moz-order: 98;
	-ms-order: 98;
	-o-order: 98;
	-webkit-box-ordinal-group: 99;
	-ms-flex-order: 98;
	order: 98;
}
.uss_eshop_filters_block form .filter_price.filter_item {
	-webkit-order: 99;
	-moz-order: 99;
	-ms-order: 99;
	-o-order: 99;
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}
.uss_eshop_filters_block form .filter_price.filter_item input.styler:not([type=submit]) {
	padding-left: 5px!important;
	padding-right: 5px!important;
	text-align: center;
}
.uss_eshop_filters_block form .filter_submit {
	-webkit-order: 100;
	-moz-order: 100;
	-ms-order: 100;
	-o-order: 100;
	-webkit-box-ordinal-group: 101;
	-ms-flex-order: 100;
	order: 100;
}
.uss_eshop_filters_block form .filter_submit button.styler {
	height: 50px;
	border-radius: 50px!important;
	font-size: 16px;
	font-family: OpenSans-Light;
	text-shadow: none;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
	background-position: 0 0!important;
	padding-left: 20px;
	padding-right: 20px;
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.uss_eshop_filters_block form .filter_submit button.styler:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #303030;
}
.uss_eshop_filters_block form .jq-checkbox {
	border: 2px solid #303030;
	border-radius: 2px;
	background: none;
	width: 12px!important;
	height: 12px!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.uss_eshop_filters_block form .jq-checkbox .jq-checkbox__div {
	background: none;
	margin: 2px 0 0 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	width: 8px;
	height: 8px;
}
.uss_eshop_filters_block form .jq-checkbox.checked .jq-checkbox__div {
	background: #303030;
}
.uss_eshop_filters_block form .jq-radio {
	width: 13px;
	height: 13px;
	border: 1px solid #303030;
}
.uss_eshop_filters_block form .jq-radio.checked .jq-radio__div {
	width: 5px;
	height: 5px;
	border-radius: 4px;
	margin: 4px 0 0 4px;
	background: #303030;
}
.uss_eshop_filters_block form .group {
	-webkit-flex: 0 100%;
	-moz-flex: 0 100%;
	-ms-flex: 0 100%;
	-o-flex: 0 100%;
	-webkit-box-flex: 0;
	flex: 0 100%;
}
.uss_eshop_filters_block form .group .eshop_filters_items {
	/* display:-moz-flex; */
	display: block;
}
.uss_eshop_filters_block form .group .eshop_filters_items>* {
	-webkit-flex: 0 calc((100% - 20px)/3);
	-moz-flex: 0 calc((100% - 20px)/3);
	-ms-flex: 0 calc((100% - 20px)/3);
	-o-flex: 0 calc((100% - 20px)/3);
	-webkit-box-flex: 0;
	flex: 0 100%;
}
.uss_eshop_filters_block form .group .eshop_filters_items .items_label {
	display: block;
	width: 100%;
	float: none;
	font-weight: bold;
}
.uss_eshop_filters_block form .group .eshop_filters_items .jq-selectbox {
	width: 100%;
	margin-right: 0;
}
.uss_eshop_filters_block form .group .eshop_filters_items .jq-selectbox .jq-selectbox__select {
	width: 100%;
}
.uss_catalog_block_cat .catalog_orderbutton, .uss_catalog_detail .catalog_orderbutton, .uss_catalog_list_cat .catalog_orderbutton {
	background: #d63535;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 24px 0 25px;
	border-radius: 50px;
	max-width: 100%;
	white-space: nowrap;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: auto;
	text-shadow: none;
	font-weight: 400;
	opacity: 1!important;
}
.uss_catalog_block_cat .catalog_orderbutton:hover, .uss_catalog_detail .catalog_orderbutton:hover, .uss_catalog_list_cat .catalog_orderbutton:hover {
	background: #303030;
	color: #fff;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img a img {
	max-width: 100%;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name {
	margin-bottom: 10px;
}
.uss_catalog_list_cat .uss_catalog_category .uss_catlog_cat_anons p {
	margin: 0 0 10px;
}
.uss_guestbook .uss_guestbook_links a {
	display: inline-block;
	border: 2px solid #d63535;
	color: #d63535;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 18px;
}
.uss_guestbook .uss_guestbook_links a:hover {
	background-color: #d63535;
	color: #fff;
}
.uss_guestbook .uss_guestbook_item {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #949494;
	padding: 10px;
	margin: 0 0 10px;
}
.uss_guestbook .uss_guestbook_item * {
	color: inherit;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_question {
	margin: 0 0 10px;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_question .uss_guestbook_reply_title {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
	border-color: #d63535;
	margin: 10px 0 0 10px;
	display: block;
}
.items {
	width: 100%;
}
.uss_adv_img_list_item.uss_ail_point span {
	background: #e0e0e0;
}
.uss_adv_img_list_item.uss_ail_point.active span {
	background-color: #d63535;
}
.singlepage .form-block {
	padding: 20px;
}
.uss_error_form {
	padding: 7px;
}
.uss_error_form ol {
	padding: 0 0 5px;
}
.comment_form_block form#ommentaddform_id {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.comment_form_block form#ommentaddform_id .uss_form_notice {
	margin: 0;
}
.comment_form_block form#ommentaddform_id .uss_form_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display: block;
	float: none;
	margin-right: 0;
}
.comment_form_block form#ommentaddform_id .uss_form_item.hnpot {
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_text:not(.hnpot):not(.uss_form_checkbox):not(.uss_form_textarea):not(:nth-of-type(2n)) {
	margin-right: 10px;
}
.comment_form_block form#ommentaddform_id .uss_form_item.uss_form_checkbox, .comment_form_block form#ommentaddform_id .uss_form_item.uss_form_textarea {
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
}
.comment_form_block form#ommentaddform_id .uss_form_item input.styler, .comment_form_block form#ommentaddform_id .uss_form_item textarea.styler {
	width: 100%;
}
.catalog_order_form form {
	width: 480px;
	max-width: 100%;
}
.catalog_order_form form .group:not(.end) {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) {
	width: 100%;
}
.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child) {
	margin-right: 10px;
}
.catalog_order_form form .group.end, .catalog_order_form form .group.end .fc_item, .catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item, .catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item input.styler, .catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox) .elem_item textarea.styler {
	width: 100%;
}
.colorStyle1 div:not(.form-block) form input, .colorStyle1 div:not(.form-block) form input.style {
	border-color: #303030;
}
.colorStyle1 div:not(.form-block) form input.style:focus, .colorStyle1 div:not(.form-block) form input:focus {
	border-color: #d63535!important;
	-webkit-box-shadow: 0 0 2px #d63535!important;
	box-shadow: 0 0 2px #d63535!important;
}
.colorStyle1 div:not(.form-block) form textarea, .colorStyle1 div:not(.form-block) form textarea.styler {
	border-color: #303030;
}
.colorStyle1 div:not(.form-block) form textarea.styler:focus, .colorStyle1 div:not(.form-block) form textarea:focus {
	border-color: #d63535!important;
	-webkit-box-shadow: 0 0 2px #d63535!important;
	box-shadow: 0 0 2px #d63535!important;
}
.colorStyle1 div:not(.form-block) form input[type=submit], .colorStyle1 div:not(.form-block) form input[type=submit].styler {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle1 div:not(.form-block) form input[type=submit].styler:hover, .colorStyle1 div:not(.form-block) form input[type=submit]:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #303030;
}
.colorStyle1 div:not(.form-block) form input, .colorStyle1 div:not(.form-block) form input.style {
	border-color: #e8e8e8;
}
.colorStyle2 #wrap {
	color: #303030;
	background: #fff;
}
.colorStyle2 .header .logo a span, .colorStyle2 a {
	color: #ffb100;
}
.colorStyle2 .header .slogan {
	color: #303030;
}
.colorStyle2 .header .basket {
	background-image: url(../img/k5_2/cart-icon.png);
}
.colorStyle2 .header .contacts.phone {
	background-image: url(../img/k5_2/phone-icon.png);
}
.colorStyle2 .header .contacts.email {
	background-image: url(../img/k5_2/email-icon.png);
}
.colorStyle2 .menu ul li a {
	border-bottom: 2px solid transparent;
}
.colorStyle2 .menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle2 .menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation2 .25s linear;
	animation: service-block-link-animation2 .25s linear;
	background: #ffb100;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle2 .menu ul li a:after {
	bottom: 0!important;
}
.colorStyle2 .menu ul li.active a, .colorStyle2 .menu ul li:hover a {
	color: #ffb100;
}
.colorStyle2 .menu ul li.active a {
	border-bottom: 2px solid #ffb100;
}
.colorStyle2 .menu ul li .submenu {
	background: #ffb100;
}
.colorStyle2 .menu ul li .submenu li a {
	color: #fff;
}
.colorStyle2 .menu ul li .submenu li a:after {
	content: none;
}
.colorStyle2 .service-block.static .catalog_menu li .catalog_menu_item>a {
	color: #303030;
}
.colorStyle2 .service-block.static .catalog_menu li .catalog_menu_item>a:hover {
	color: #ffb100;
}
.colorStyle2 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link) {
	color: #303030;
}
.colorStyle2 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link):hover {
	color: #ffb100;
}
.colorStyle2 .search .menu_burger.inViewPort {
	border-color: #ffb100;
}
.colorStyle2 .search .menu_burger.inViewPort span {
	background: #ffb100;
}
.colorStyle2 .slider .slides .slide .caption .title span, .colorStyle2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
	color: #ffb100;
}
.colorStyle2 .form-block {
	background: #ffb100;
}
.colorStyle2 .form-block a {
	color: inherit;
}
.colorStyle2 .form-block.big-form {
	background: none!important;
}
.colorStyle2 .form-block.big-form .form-wrap {
	background: #ffb100;
}
.colorStyle2 .news-block .news_block_item .info .date {
	background: url(../img/k5_2/news-date-ico.png) 0 no-repeat;
}
.colorStyle2 .news-block .news_block_item .info .title a span:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle2 .news-block .news_block_item .info .title a span:hover:after {
	-webkit-animation: service-block-link-animation2 .25s linear;
	animation: service-block-link-animation2 .25s linear;
	background: #ffb100;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle2 .news-block .news_block_item .info .title:hover a {
	color: #ffb100;
}
.colorStyle2 .contacts.block .contacts-block.type1 {
	color: #fff;
}
.colorStyle2 .contacts.block .contacts-block.type0 {
	padding: 0;
}
.colorStyle2 .contacts.block .contacts-block.bg-type1 {
	background: #303030;
}
.colorStyle2 .contacts.block .contacts-block.bg-type2 {
	background: #ffb100;
}
.colorStyle2 .footer .footer-logo a span, .colorStyle2 .footer .footer-slogan {
	color: #ffb100;
}
.colorStyle2 .footer-menu ul li a {
	border-bottom: 2px solid hsla(0, 0%, 100%, 0);
}
.colorStyle2 .footer-menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle2 .footer-menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation2 .25s linear;
	animation: service-block-link-animation2 .25s linear;
	background: #ffb100;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle2 .footer-menu ul li.active a, .colorStyle2 .footer-menu ul li:hover a {
	color: #ffb100;
}
.colorStyle2 .footer-menu ul li.active a {
	border-bottom: 2px solid #ffb100;
}
.colorStyle2 .footer-menu ul li .submenu {
	background: #ffb100;
}
.colorStyle2 .footer-menu ul li .submenu li a {
	color: #fff;
}
.colorStyle2 .footer-menu ul li .submenu li a:after {
	content: none;
}
.colorStyle2 .uss-more a, .colorStyle2 .uss_more a {
	background: #ffb100;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle2 .uss-more a:hover, .colorStyle2 .uss_more a:hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 .uss-more a a, .colorStyle2 .uss_more a a {
	text-decoration: none;
}
.colorStyle2 .uss-more.inactive a, .colorStyle2 .uss_more.inactive a {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle2 .uss-more.inactive a:hover, .colorStyle2 .uss_more.inactive a:hover {
	background: #ffb100;
	color: #fff;
	border-color: #ffb100;
}
.colorStyle2 a.uss-more, .colorStyle2 a.uss_more {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle2 a.uss-more:hover, .colorStyle2 a.uss_more:hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 a.uss-more a, .colorStyle2 a.uss_more a {
	text-decoration: none;
}
.colorStyle2 a.uss-more.inactive, .colorStyle2 a.uss_more.inactive {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle2 a.uss-more.inactive:hover, .colorStyle2 a.uss_more.inactive:hover {
	background: #ffb100;
	color: #fff;
	border-color: #ffb100;
}
.colorStyle2 .aside .aside-block.aside-catalog ul li a.active, .colorStyle2 .aside .aside-block.aside-catalog ul li a:hover {
	color: #ffb100;
}
.colorStyle2 .aside .aside-block.aside-catalog>ul>li.active {
	background-image: url(../img/k5_2/li-arr-active.png);
}
.colorStyle2 .aside .aside-block.aside-catalog>ul>li .submenu>li:after {
	background: #ffb100;
}
.colorStyle2 .aside .aside-block.aside-news .news_block_item .info .date {
	background-image: url(../img/k5_2/news-date-ico.png);
	color: #b3b3b3;
}
.colorStyle2 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
	color: #ffb100;
}
.colorStyle2 .uss_eshop_block_item {
	background: #fff;
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle2 .uss_eshop_block_item .uss_shop_name a:hover {
	color: #ffb100;
}
.colorStyle2 .uss_eshop_block_item .buy-btns a.add_to_cart {
	background: #ffb100;
}
.colorStyle2 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #ffb100;
}
.colorStyle2 .positions .positions-nav span:hover {
	border-color: #ffb100;
	color: #ffb100;
}
.colorStyle2 .positions .positions-nav span.active {
	background: #ffb100;
	border: 1px solid #ffb100;
	color: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item {
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
	background: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	color: #303030;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
	color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-block {
	background: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap>* {
	background-image: url(../img/k5_2/later.png);
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>* {
	border: 1px solid #ffb100;
	background-image: url(../img/k5_2/compare.png);
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>:hover {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_2/fast-buy.png);
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	background: #fff;
}
.colorStyle2 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle2 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
	-webkit-animation: service-block-link-animation2 .25s linear;
	animation: service-block-link-animation2 .25s linear;
	background: #ffb100;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
	color: #ffb100;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #ffb100;
	color: #fff;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_2/fast-buy.png);
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_compare_by>* {
	border: 1px solid #ffb100;
	background-image: url(../img/k5_2/compare.png);
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
	border: 1px solid #b3b3b3;
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap>* {
	background-image: url(../img/k5_2/later.png);
}
.colorStyle2 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
	background: #ffb100;
	color: #fff;
}
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare, .colorStyle2 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist {
	border: 1px solid #d63535;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
	background: #ffb100;
	color: #fff;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
	background: #b3b3b3;
	border-color: #b3b3b3;
	color: #303030;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap>* {
	background-image: url(../img/k5_2/later.png);
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
	border-color: #ffb100;
}
.colorStyle2 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by>* {
	border: 1px solid #ffb100;
	background-image: url(../img/k5_2/compare.png);
}
.colorStyle2 div.uss_tabs div.uss_tabs_navigation span.selected {
	background: #ffb100;
	border: 1px solid #ffb100;
	color: #fff;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
	color: #ffb100;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #ffb100;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
	background: #ffb100;
	color: #fff;
	border-color: #ffb100;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle2 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	color: #303030;
	border-color: #b3b3b3;
	background: none;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
	background: #ffb100;
	color: #fff;
	border-color: #ffb100;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle2 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
	border-color: #b3b3b3;
}
.colorStyle2 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus, .colorStyle2 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
	border-color: #ffb100!important;
}
.colorStyle2 #uss_basket_ask_where_to_go_block {
	border: 2px solid #ffb100;
}
.colorStyle2 #uss_basket_ask_where_to_go_block a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle2 #uss_basket_ask_where_to_go_block a:hover:after {
	-webkit-animation: service-block-link-animation2 .25s linear;
	animation: service-block-link-animation2 .25s linear;
	background: #ffb100;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle2 .block .h3 .title-nav {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.colorStyle2 .block .h3 .title-nav a {
	text-decoration: none;
}
.colorStyle2 .block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle2 .block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation2 .25s linear;
	animation: service-block-link-animation2 .25s linear;
	background: #ffb100;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle2 .block.noborder .inner {
	border: none;
}
.colorStyle2 .review-block table tr a:hover {
	color: #ffb100;
}
.colorStyle2 .review-block .news_block_item .info .title a {
	color: #303030;
}
.colorStyle2 .review-block .news_block_item .info .title a:hover {
	color: #ffb100;
}
.colorStyle2 .review-block .news_block_item .info .date:before {
	background-image: url(../img/k5_2/news-date-ico.png);
}
.colorStyle2 .big-map.block .map-contacts .map-contacts-inner a {
	color: #ffb100;
}
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton, .colorStyle2 .uss_catalog_detail .catalog_orderbutton, .colorStyle2 .uss_catalog_list_cat .catalog_orderbutton {
	background: #ffb100;
	color: #fff;
}
.colorStyle2 .uss_catalog_block_cat .catalog_orderbutton:hover, .colorStyle2 .uss_catalog_detail .catalog_orderbutton:hover, .colorStyle2 .uss_catalog_list_cat .catalog_orderbutton:hover {
	background: #303030;
	color: #fff;
}
.colorStyle2 .mCSB_draggerContainer .mCSB_dragger_bar {
	background-color: #ffb100!important;
}
.colorStyle2 .uss_guestbook {
	color: #303030;
}
.colorStyle2 .uss_guestbook .uss_guestbook_links a {
	border: 2px solid #ffb100;
	color: #ffb100;
}
.colorStyle2 .uss_guestbook .uss_guestbook_links a:hover {
	background-color: #ffb100;
	color: #fff;
}
.colorStyle2 .uss_guestbook .uss_guestbook_item {
	border: 2px solid #303030;
}
.colorStyle2 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
	border-color: #ffb100;
}
.colorStyle2 .slider .slick-dots li.slick-active button, .colorStyle2 .uss_adv_img_list_item.uss_ail_point.active span {
	background-color: #ffb100;
}
.colorStyle2 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #ffb100;
}
.colorStyle2 div:not(.form-block) form input, .colorStyle2 div:not(.form-block) form input.style {
	border-color: #303030;
}
.colorStyle2 div:not(.form-block) form input.style:focus, .colorStyle2 div:not(.form-block) form input:focus {
	border-color: #ffb100!important;
	-webkit-box-shadow: 0 0 2px #ffb100!important;
	box-shadow: 0 0 2px #ffb100!important;
}
.colorStyle2 div:not(.form-block) form textarea, .colorStyle2 div:not(.form-block) form textarea.styler {
	border-color: #303030;
}
.colorStyle2 div:not(.form-block) form textarea.styler:focus, .colorStyle2 div:not(.form-block) form textarea:focus {
	border-color: #ffb100!important;
	-webkit-box-shadow: 0 0 2px #ffb100!important;
	box-shadow: 0 0 2px #ffb100!important;
}
.colorStyle2 div:not(.form-block) form input[type=submit], .colorStyle2 div:not(.form-block) form input[type=submit].styler {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle2 div:not(.form-block) form input[type=submit].styler:hover, .colorStyle2 div:not(.form-block) form input[type=submit]:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #303030;
}
.colorStyle2 div:not(.form-block) form input, .colorStyle2 div:not(.form-block) form input.style {
	border-color: #e8e8e8;
}
.colorStyle3 #wrap {
	color: #eaeaea;
	background: #151515;
}
.colorStyle3 .header .logo a span, .colorStyle3 a {
	color: #828e9a;
}
.colorStyle3 .header .slogan {
	color: #eaeaea;
}
.colorStyle3 .header .basket {
	background-image: url(../img/k5_3/cart-icon.png);
}
.colorStyle3 .header .contacts.phone {
	background-image: url(../img/k5_3/phone-icon.png);
}
.colorStyle3 .header .contacts.email {
	background-image: url(../img/k5_3/email-icon.png);
}
.colorStyle3 .menu ul li a {
	border-bottom: 2px solid transparent;
}
.colorStyle3 .menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 .menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .menu ul li a:after {
	bottom: 0!important;
}
.colorStyle3 .menu ul li.active a, .colorStyle3 .menu ul li:hover a {
	color: #828e9a;
}
.colorStyle3 .menu ul li.active a {
	border-bottom: 2px solid #828e9a;
}
.colorStyle3 .menu ul li .submenu {
	background: #828e9a;
}
.colorStyle3 .menu ul li .submenu li a {
	color: #fff;
}
.colorStyle3 .menu ul li .submenu li a:after {
	content: none;
}
.colorStyle3 .service-block.static .catalog_menu li .catalog_menu_item>a {
	color: #eaeaea;
}
.colorStyle3 .service-block.static .catalog_menu li .catalog_menu_item>a:hover {
	color: #828e9a;
}
.colorStyle3 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link) {
	color: #eaeaea;
}
.colorStyle3 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link):hover {
	color: #828e9a;
}
.colorStyle3 .search .menu_burger.inViewPort {
	border-color: #828e9a;
}
.colorStyle3 .search .menu_burger.inViewPort span {
	background: #828e9a;
}
.colorStyle3 .slider .slides .slide .caption .title span, .colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
	color: #828e9a;
}
.colorStyle3 .form-block {
	background: #828e9a;
}
.colorStyle3 .form-block a {
	color: inherit;
}
.colorStyle3 .form-block.big-form {
	background: none!important;
}
.colorStyle3 .form-block.big-form .form-wrap {
	background: #828e9a;
}
.colorStyle3 .news-block .news_block_item .info .date {
	background: url(../img/k5_3/news-date-ico.png) 0 no-repeat;
}
.colorStyle3 .news-block .news_block_item .info .title a span:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 .news-block .news_block_item .info .title a span:hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .news-block .news_block_item .info .title:hover a {
	color: #828e9a;
}
.colorStyle3 .contacts.block .contacts-block.type1 {
	color: #fff;
}
.colorStyle3 .contacts.block .contacts-block.type0 {
	padding: 0;
}
.colorStyle3 .contacts.block .contacts-block.bg-type1 {
	background: #151515;
}
.colorStyle3 .contacts.block .contacts-block.bg-type2 {
	background: #828e9a;
}
.colorStyle3 .footer .footer-logo a span, .colorStyle3 .footer .footer-slogan {
	color: #828e9a;
}
.colorStyle3 .footer-menu ul li a {
	border-bottom: 2px solid hsla(0, 0%, 100%, 0);
}
.colorStyle3 .footer-menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 .footer-menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .footer-menu ul li.active a, .colorStyle3 .footer-menu ul li:hover a {
	color: #828e9a;
}
.colorStyle3 .footer-menu ul li.active a {
	border-bottom: 2px solid #828e9a;
}
.colorStyle3 .footer-menu ul li .submenu {
	background: #828e9a;
}
.colorStyle3 .footer-menu ul li .submenu li a {
	color: #fff;
}
.colorStyle3 .footer-menu ul li .submenu li a:after {
	content: none;
}
.colorStyle3 .uss-more a, .colorStyle3 .uss_more a {
	background: #828e9a;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle3 .uss-more a:hover, .colorStyle3 .uss_more a:hover {
	background: #151515;
	color: #fff;
}
.colorStyle3 .uss-more a a, .colorStyle3 .uss_more a a {
	text-decoration: none;
}
.colorStyle3 .uss-more.inactive a, .colorStyle3 .uss_more.inactive a {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle3 .uss-more.inactive a:hover, .colorStyle3 .uss_more.inactive a:hover {
	background: #828e9a;
	color: #fff;
	border-color: #828e9a;
}
.colorStyle3 a.uss-more, .colorStyle3 a.uss_more {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle3 a.uss-more:hover, .colorStyle3 a.uss_more:hover {
	background: #303030;
	color: #fff;
}
.colorStyle3 a.uss-more a, .colorStyle3 a.uss_more a {
	text-decoration: none;
}
.colorStyle3 a.uss-more.inactive, .colorStyle3 a.uss_more.inactive {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle3 .aside .aside-block.aside-catalog ul li a.active, .colorStyle3 .aside .aside-block.aside-catalog ul li a:hover {
	color: #828e9a;
}
.colorStyle3 .aside .aside-block.aside-catalog>ul>li.active {
	background-image: url(../img/k5_3/li-arr-active.png);
}
.colorStyle3 .aside .aside-block.aside-catalog>ul>li .submenu>li:after {
	background: #828e9a;
}
.colorStyle3 .aside .aside-block.aside-news .news_block_item .info .date {
	background-image: url(../img/k5_3/news-date-ico.png);
	color: #b3b3b3;
}
.colorStyle3 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
	color: #828e9a;
}
.colorStyle3 .uss_eshop_block_item {
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle3 .uss_eshop_block_item .uss_shop_name a:hover {
	color: #828e9a;
}
.colorStyle3 .uss_eshop_block_item .buy-btns a.add_to_cart {
	background: #828e9a;
}
.colorStyle3 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #828e9a;
}
.colorStyle3 .positions .positions-nav span:hover {
	border-color: #828e9a;
	color: #828e9a;
}
.colorStyle3 .positions .positions-nav span.active {
	background: #828e9a;
	border: 1px solid #828e9a;
	color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item {
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
	background: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	color: #eaeaea;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
	color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-block {
	background: transparent;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #151515;
	color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap>* {
	background-image: url(../img/k5_3/later.png);
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>* {
	border: 1px solid #828e9a;
	background-image: url(../img/k5_3/compare.png);
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>:hover {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_3/fast-buy.png);
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	background: transparent;
}
.colorStyle3 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
	color: #828e9a;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #828e9a;
	color: #fff;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #151515;
	color: #fff;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_3/fast-buy.png);
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_compare_by>* {
	border: 1px solid #828e9a;
	background-image: url(../img/k5_3/compare.png);
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
	border: 1px solid #b3b3b3;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap>* {
	background-image: url(../img/k5_3/later.png);
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
	background: #828e9a;
	color: #fff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
	background: #151515;
	color: #fff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare, .colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist {
	border: 1px solid #d63535;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
	background: #828e9a;
	color: #fff;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
	background: #151515;
	color: #fff;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
	background: #151515;
	border-color: #151515;
	color: #fff;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
	background: #b3b3b3;
	border-color: #b3b3b3;
	color: #303030;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap>* {
	background-image: url(../img/k5_3/later.png);
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
	border-color: #828e9a;
}
.colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by>* {
	border: 1px solid #828e9a;
	background-image: url(../img/k5_3/compare.png);
}
.colorStyle3 div.uss_tabs div.uss_tabs_navigation span.selected {
	background: #828e9a;
	border: 1px solid #828e9a;
	color: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
	color: #828e9a;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #828e9a;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
	background: #828e9a;
	color: #fff;
	border-color: #828e9a;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
	background: #151515;
	color: #fff;
	border-color: #151515;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	color: #303030;
	border-color: #b3b3b3;
	background: none;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
	background: #828e9a;
	color: #fff;
	border-color: #828e9a;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
	background: #151515;
	color: #fff;
	border-color: #151515;
}
.colorStyle3 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
	border-color: #b3b3b3;
}
.colorStyle3 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus, .colorStyle3 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
	border-color: #828e9a!important;
}
.colorStyle3 #uss_basket_ask_where_to_go_block {
	border: 2px solid #828e9a;
}
.colorStyle3 #uss_basket_ask_where_to_go_block a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 #uss_basket_ask_where_to_go_block a:hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .block .h3 .title-nav {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.colorStyle3 .block .h3 .title-nav a {
	text-decoration: none;
}
.colorStyle3 .block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 .block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .block.noborder .inner {
	border: none;
}
.colorStyle3 .review-block table tr a:hover {
	color: #828e9a;
}
.colorStyle3 .review-block .news_block_item .info .title a {
	color: #eaeaea;
}
.colorStyle3 .review-block .news_block_item .info .title a:hover {
	color: #828e9a;
}
.colorStyle3 .review-block .news_block_item .info .date:before {
	background-image: url(../img/k5_3/news-date-ico.png);
}
.colorStyle3 .big-map.block .map-contacts .map-contacts-inner a {
	color: #828e9a;
}
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton, .colorStyle3 .uss_catalog_detail .catalog_orderbutton, .colorStyle3 .uss_catalog_list_cat .catalog_orderbutton {
	background: #828e9a;
	color: #fff;
}
.colorStyle3 .uss_catalog_block_cat .catalog_orderbutton:hover, .colorStyle3 .uss_catalog_detail .catalog_orderbutton:hover, .colorStyle3 .uss_catalog_list_cat .catalog_orderbutton:hover {
	background: #151515;
	color: #fff;
}
.colorStyle3 .mCSB_draggerContainer .mCSB_dragger_bar {
	background-color: #828e9a!important;
}
.colorStyle3 .uss_guestbook {
	color: #eaeaea;
}
.colorStyle3 .uss_guestbook .uss_guestbook_links a {
	border: 2px solid #828e9a;
	color: #828e9a;
}
.colorStyle3 .uss_guestbook .uss_guestbook_links a:hover {
	background-color: #828e9a;
	color: #fff;
}
.colorStyle3 .uss_guestbook .uss_guestbook_item {
	border: 2px solid #eaeaea;
}
.colorStyle3 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
	border-color: #828e9a;
}
.colorStyle3 .slider .slick-dots li.slick-active button, .colorStyle3 .uss_adv_img_list_item.uss_ail_point.active span {
	background-color: #828e9a;
}
.colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #828e9a;
}
.colorStyle3 .slider .slides .slide .caption .title {
	color: #fff;
}
.colorStyle3 .slider .slides .slide .caption .title span {
	color: #fff;
	font-family: roboto medium;
}
.colorStyle3 .slider .slides .slide .caption .preview {
	color: #fff;
}
.colorStyle3 div:not(.form-block) form input, .colorStyle3 div:not(.form-block) form input.style {
	border-color: #828e9a;
}
.colorStyle3 div:not(.form-block) form input.style:focus, .colorStyle3 div:not(.form-block) form input:focus {
	border-color: #828e9a!important;
	-webkit-box-shadow: 0 0 2px #828e9a!important;
	box-shadow: 0 0 2px #828e9a!important;
}
.colorStyle3 div:not(.form-block) form textarea, .colorStyle3 div:not(.form-block) form textarea.styler {
	border-color: #828e9a;
}
.colorStyle3 div:not(.form-block) form textarea.styler:focus, .colorStyle3 div:not(.form-block) form textarea:focus {
	border-color: #828e9a!important;
	-webkit-box-shadow: 0 0 2px #828e9a!important;
	box-shadow: 0 0 2px #828e9a!important;
}
.colorStyle3 div:not(.form-block) form input[type=submit], .colorStyle3 div:not(.form-block) form input[type=submit].styler {
	background: #828e9a;
	border-color: #828e9a;
	color: #fff;
}
.colorStyle3 div:not(.form-block) form input[type=submit].styler:hover, .colorStyle3 div:not(.form-block) form input[type=submit]:hover {
	background: #b3b3b3;
	border-color: #b3b3b3;
	color: #eaeaea;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item .info .price span.actual_price, .colorStyle3 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_price span.price {
	color: #eaeaea;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover {
	background: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.blocks .item:hover .info .price span.actual_price {
	color: #303030;
}
.colorStyle3 .uss_eshop_block_item:hover {
	background: #fff;
}
.colorStyle3 .uss_eshop_block_item:hover .uss_shop_name a {
	color: #303030;
}
.colorStyle3 .uss_eshop_block_item .uss_shop_price span.actual_price {
	color: #eaeaea;
}
.colorStyle3 .uss_eshop_block_item:hover .uss_shop_price span.actual_price {
	color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
	color: #eaeaea;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover {
	background: #fff;
	color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .uss_shop_name a, .colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .uss_shop_price span.actual_price {
	color: #303030;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block, .colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	background: #fff;
}
.colorStyle3 .form-block form .buttons input[type=submit].styler {
	background: #151515;
	color: #fff;
}
.colorStyle3 .form-block form .buttons input[type=submit].styler:hover {
	background: #b3b3b3;
	color: #303030;
}
.colorStyle3 .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: hsla(0, 0%, 100%, .5);
}
.colorStyle3 a.uss-more.inactive, .colorStyle3 a.uss_more.inactive {
	border: 1px solid #828e9a;
	color: #828e9a;
}
.colorStyle3 a.uss-more.inactive:hover, .colorStyle3 a.uss_more.inactive:hover {
	background: #828e9a;
	color: #fff;
	border-color: #828e9a;
}
.colorStyle3.touch .last-view .uss_eshop_block_item {
	color: #fff;
}
.colorStyle3.touch .last-view .uss_eshop_block_item .uss_shop_name a {
	color: #212121;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox, .colorStyle3.touch .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	border-color: #fff;
	color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select-text {
	color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	border-top-color: #fff;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__select-text {
	color: #212121;
}
.colorStyle3 .uss_shop_blocks_view .uss_eshop_item:hover .eshop_filters_area form .group_wrap .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	border-top-color: #212121;
}
.colorStyle3 .aside .aside-catalog .h3 span:after {
	background-image: url(../img/arr.png);
}
.colorStyle3 .aside .aside-catalog.open .h3 span:after {
	background-image: url(../img/arr1.png);
}
.colorStyle3 .search form .uss_input_name {
	background: none;
}
.colorStyle3 .search form .uss_submit {
	-webkit-filter: invert(50%);
	filter: invert(50%);
}
.colorStyle3 .search form .uss_submit:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.colorStyle3 .slider .slides .slide .caption .preview p, .colorStyle3 .slider .slides .slide .caption .title p {
	background: rgba(21, 21, 21, .75);
}
.colorStyle3 .slider .slick-arrow.slick-prev {
	background: url(../img/arrow-left-white.png) 50% no-repeat, rgba(21, 21, 21, .75);
}
.colorStyle3 .slider .slick-arrow.slick-next {
	background: url(../img/arrow-right-white.png) 50% no-repeat, rgba(21, 21, 21, .75);
}
.colorStyle3 .comment_form_title, .colorStyle3 .news_similar_title {
	color: #fff;
}
.colorStyle3 .comment_form_title .title-nav, .colorStyle3 .news_similar_title .title-nav {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.colorStyle3 .comment_form_title .title-nav a, .colorStyle3 .news_similar_title .title-nav a {
	text-decoration: none;
}
.colorStyle3 .comment_form_title .title-nav a:after, .colorStyle3 .news_similar_title .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle3 .comment_form_title .title-nav a:hover:after, .colorStyle3 .news_similar_title .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation3 .25s linear;
	animation: service-block-link-animation3 .25s linear;
	background: #828e9a;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle3 .jq-selectbox .jq-selectbox__select {
	color: #fff;
}
.colorStyle3 .uss_eshop_sameproducts.list .item .price span.actual_price, .colorStyle3 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #fafafa;
}
.colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block, .colorStyle3 .uss_shop_list_view .uss_eshop_item .uss_shop_price span.actual_price {
	color: #fff;
}
.service-block .banners .banner .image .colorStyle3:after {
	background: rgba(0, 0, 0, .6);
}
.service-block .banners .banner .image .colorStyle3:after:hover:after {
	background: rgba(0, 0, 0, .75);
}
.colorStyle3 div:not(.form-block) form input, .colorStyle3 div:not(.form-block) form input.style {
	border-color: #2c2c2c;
}
.colorStyle3 .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name, .colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.actual_price {
	color: #fff;
}
.colorStyle3 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_price span.old_price {
	color: #828e9a;
}
.colorStyle3 .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	border-top-color: #9e9e9e;
}
.colorStyle4 #wrap {
	color: #303030;
	background: #fff;
}
.colorStyle4 .header .logo a span, .colorStyle4 a {
	color: #01c5bb;
}
.colorStyle4 .header .slogan {
	color: #303030;
}
.colorStyle4 .header .basket {
	background-image: url(../img/k5_4/cart-icon.png);
}
.colorStyle4 .header .contacts.phone {
	background-image: url(../img/k5_4/phone-icon.png);
}
.colorStyle4 .header .contacts.email {
	background-image: url(../img/k5_4/email-icon.png);
}
.colorStyle4 .menu ul li a, .colorStyle4 .top_menu ul li a {
	border-bottom: 2px solid transparent;
}
.colorStyle4 .menu ul li a:not(.active):after, .colorStyle4 .top_menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle4 .menu ul li a:not(.active):hover:after, .colorStyle4 .top_menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation4 .25s linear;
	animation: service-block-link-animation4 .25s linear;
	background: #01c5bb;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle4 .menu ul li a:after, .colorStyle4 .top_menu ul li a:after {
	bottom: 0!important;
}
.colorStyle4 .menu ul li.active a, .colorStyle4 .menu ul li:hover a, .colorStyle4 .top_menu ul li.active a, .colorStyle4 .top_menu ul li:hover a {
	color: #01c5bb;
}
.colorStyle4 .menu ul li.active a, .colorStyle4 .top_menu ul li.active a {
	border-bottom: 2px solid #01c5bb;
}
.colorStyle4 .menu ul li .submenu, .colorStyle4 .top_menu ul li .submenu {
	background: #01c5bb;
}
.colorStyle4 .menu ul li .submenu li a, .colorStyle4 .top_menu ul li .submenu li a {
	color: #fff;
}
.colorStyle4 .menu ul li .submenu li a:after, .colorStyle4 .top_menu ul li .submenu li a:after {
	content: none;
}
.colorStyle4 .service-block.static .catalog_menu li .catalog_menu_item>a {
	color: #303030;
}
.colorStyle4 .service-block.static .catalog_menu li .catalog_menu_item>a:hover {
	color: #01c5bb;
}
.colorStyle4 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link) {
	color: #303030;
}
.colorStyle4 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link):hover {
	color: #01c5bb;
}
.colorStyle4 .search .menu_burger.inViewPort {
	border-color: #01c5bb;
}
.colorStyle4 .search .menu_burger.inViewPort span {
	background: #01c5bb;
}
.colorStyle4 .slider .slides .slide .caption .title span, .colorStyle4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
	color: #01c5bb;
}
.colorStyle4 .form-block {
	background: #01c5bb;
}
.colorStyle4 .form-block a {
	color: inherit;
}
.colorStyle4 .form-block.big-form {
	background: none!important;
}
.colorStyle4 .form-block.big-form .form-wrap {
	background: #01c5bb;
}
.colorStyle4 .news-block .news_block_item .info .date {
	background: url(../img/k5_4/news-date-ico.png) 0 no-repeat;
}
.colorStyle4 .news-block .news_block_item .info .title a span:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle4 .news-block .news_block_item .info .title a span:hover:after {
	-webkit-animation: service-block-link-animation4 .25s linear;
	animation: service-block-link-animation4 .25s linear;
	background: #01c5bb;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle4 .news-block .news_block_item .info .title:hover a {
	color: #01c5bb;
}
.colorStyle4 .contacts.block .contacts-block.type1 {
	color: #fff;
}
.colorStyle4 .contacts.block .contacts-block.type0 {
	padding: 0;
}
.colorStyle4 .contacts.block .contacts-block.bg-type1 {
	background: #303030;
}
.colorStyle4 .contacts.block .contacts-block.bg-type2 {
	background: #01c5bb;
}
.colorStyle4 .footer .footer-logo a span, .colorStyle4 .footer .footer-slogan {
	color: #01c5bb;
}
.colorStyle4 .footer-menu ul li a {
	border-bottom: 2px solid hsla(0, 0%, 100%, 0);
}
.colorStyle4 .footer-menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle4 .footer-menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation4 .25s linear;
	animation: service-block-link-animation4 .25s linear;
	background: #01c5bb;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle4 .footer-menu ul li.active a, .colorStyle4 .footer-menu ul li:hover a {
	color: #01c5bb;
}
.colorStyle4 .footer-menu ul li.active a {
	border-bottom: 2px solid #01c5bb;
}
.colorStyle4 .footer-menu ul li .submenu {
	background: #01c5bb;
}
.colorStyle4 .footer-menu ul li .submenu li a {
	color: #fff;
}
.colorStyle4 .footer-menu ul li .submenu li a:after {
	content: none;
}
.colorStyle4 .uss-more a, .colorStyle4 .uss_more a {
	background: #01c5bb;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle4 .uss-more a:hover, .colorStyle4 .uss_more a:hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 .uss-more a a, .colorStyle4 .uss_more a a {
	text-decoration: none;
}
.colorStyle4 .uss-more.inactive a, .colorStyle4 .uss_more.inactive a {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle4 .uss-more.inactive a:hover, .colorStyle4 .uss_more.inactive a:hover {
	background: #01c5bb;
	color: #fff;
	border-color: #01c5bb;
}
.colorStyle4 a.uss-more, .colorStyle4 a.uss_more {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle4 a.uss-more:hover, .colorStyle4 a.uss_more:hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 a.uss-more a, .colorStyle4 a.uss_more a {
	text-decoration: none;
}
.colorStyle4 a.uss-more.inactive, .colorStyle4 a.uss_more.inactive {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle4 a.uss-more.inactive:hover, .colorStyle4 a.uss_more.inactive:hover {
	background: #01c5bb;
	color: #fff;
	border-color: #01c5bb;
}
.colorStyle4 .aside .aside-block.aside-catalog ul li a.active, .colorStyle4 .aside .aside-block.aside-catalog ul li a:hover {
	color: #01c5bb;
}
.colorStyle4 .aside .aside-block.aside-catalog>ul>li.active {
	background-image: url(../img/k5_4/li-arr-active.png);
}
.colorStyle4 .aside .aside-block.aside-catalog>ul>li .submenu>li:after {
	background: #01c5bb;
}
.colorStyle4 .aside .aside-block.aside-news .news_block_item .info .date {
	background-image: url(../img/k5_4/news-date-ico.png);
	color: #b3b3b3;
}
.colorStyle4 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
	color: #01c5bb;
}
.colorStyle4 .uss_eshop_block_item {
	background: #fff;
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle4 .uss_eshop_block_item .uss_shop_name a:hover {
	color: #01c5bb;
}
.colorStyle4 .uss_eshop_block_item .buy-btns a.add_to_cart {
	background: #01c5bb;
}
.colorStyle4 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #01c5bb;
}
.colorStyle4 .positions .positions-nav span:hover {
	border-color: #01c5bb;
	color: #01c5bb;
}
.colorStyle4 .positions .positions-nav span.active {
	background: #01c5bb;
	border: 1px solid #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item {
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
	background: #fff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	color: #303030;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
	color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-block {
	background: #fff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap>* {
	background-image: url(../img/k5_4/later.png);
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>* {
	border: 1px solid #01c5bb;
	background-image: url(../img/k5_4/compare.png);
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>:hover {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_4/fast-buy.png);
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	background: #fff;
}
.colorStyle4 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle4 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
	-webkit-animation: service-block-link-animation4 .25s linear;
	animation: service-block-link-animation4 .25s linear;
	background: #01c5bb;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
	color: #01c5bb;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_4/fast-buy.png);
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_compare_by>* {
	border: 1px solid #01c5bb;
	background-image: url(../img/k5_4/compare.png);
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
	border: 1px solid #b3b3b3;
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap>* {
	background-image: url(../img/k5_4/later.png);
}
.colorStyle4 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
	background: #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare, .colorStyle4 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist {
	border: 1px solid #d63535;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
	background: #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
	background: #b3b3b3;
	border-color: #b3b3b3;
	color: #303030;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap>* {
	background-image: url(../img/k5_4/later.png);
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
	border-color: #01c5bb;
}
.colorStyle4 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by>* {
	border: 1px solid #01c5bb;
	background-image: url(../img/k5_4/compare.png);
}
.colorStyle4 div.uss_tabs div.uss_tabs_navigation span.selected {
	background: #01c5bb;
	border: 1px solid #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
	color: #01c5bb;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #01c5bb;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
	background: #01c5bb;
	color: #fff;
	border-color: #01c5bb;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle4 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	color: #303030;
	border-color: #b3b3b3;
	background: none;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
	background: #01c5bb;
	color: #fff;
	border-color: #01c5bb;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle4 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
	border-color: #b3b3b3;
}
.colorStyle4 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus, .colorStyle4 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
	border-color: #01c5bb!important;
}
.colorStyle4 #uss_basket_ask_where_to_go_block {
	border: 2px solid #01c5bb;
}
.colorStyle4 #uss_basket_ask_where_to_go_block a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle4 #uss_basket_ask_where_to_go_block a:hover:after {
	-webkit-animation: service-block-link-animation4 .25s linear;
	animation: service-block-link-animation4 .25s linear;
	background: #01c5bb;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle4 .block .h3 .title-nav {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.colorStyle4 .block .h3 .title-nav a {
	text-decoration: none;
}
.colorStyle4 .block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle4 .block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation4 .25s linear;
	animation: service-block-link-animation4 .25s linear;
	background: #01c5bb;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle4 .block.noborder .inner {
	border: none;
}
.colorStyle4 .review-block table tr a:hover {
	color: #01c5bb;
}
.colorStyle4 .review-block .news_block_item .info .title a {
	color: #303030;
}
.colorStyle4 .review-block .news_block_item .info .title a:hover {
	color: #01c5bb;
}
.colorStyle4 .review-block .news_block_item .info .date:before {
	background-image: url(../img/k5_4/news-date-ico.png);
}
.colorStyle4 .big-map.block .map-contacts .map-contacts-inner a {
	color: #01c5bb;
}
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton, .colorStyle4 .uss_catalog_detail .catalog_orderbutton, .colorStyle4 .uss_catalog_list_cat .catalog_orderbutton {
	background: #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_catalog_block_cat .catalog_orderbutton:hover, .colorStyle4 .uss_catalog_detail .catalog_orderbutton:hover, .colorStyle4 .uss_catalog_list_cat .catalog_orderbutton:hover {
	background: #303030;
	color: #fff;
}
.colorStyle4 .mCSB_draggerContainer .mCSB_dragger_bar {
	background-color: #01c5bb!important;
}
.colorStyle4 .uss_guestbook {
	color: #303030;
}
.colorStyle4 .uss_guestbook .uss_guestbook_links a {
	border: 2px solid #01c5bb;
	color: #01c5bb;
}
.colorStyle4 .uss_guestbook .uss_guestbook_links a:hover {
	background-color: #01c5bb;
	color: #fff;
}
.colorStyle4 .uss_guestbook .uss_guestbook_item {
	border: 2px solid #303030;
}
.colorStyle4 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
	border-color: #01c5bb;
}
.colorStyle4 .slider .slick-dots li.slick-active button, .colorStyle4 .uss_adv_img_list_item.uss_ail_point.active span {
	background-color: #01c5bb;
}
.colorStyle4 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #01c5bb;
}
.colorStyle4 .slider .slides .caption .preview, .colorStyle4 .slider .slides .caption .title {
	color: #303030;
}
.colorStyle4 div:not(.form-block) form input, .colorStyle4 div:not(.form-block) form input.style {
	border-color: #303030;
}
.colorStyle4 div:not(.form-block) form input.style:focus, .colorStyle4 div:not(.form-block) form input:focus {
	border-color: #01c5bb!important;
	-webkit-box-shadow: 0 0 2px #01c5bb!important;
	box-shadow: 0 0 2px #01c5bb!important;
}
.colorStyle4 div:not(.form-block) form textarea, .colorStyle4 div:not(.form-block) form textarea.styler {
	border-color: #303030;
}
.colorStyle4 div:not(.form-block) form textarea.styler:focus, .colorStyle4 div:not(.form-block) form textarea:focus {
	border-color: #01c5bb!important;
	-webkit-box-shadow: 0 0 2px #01c5bb!important;
	box-shadow: 0 0 2px #01c5bb!important;
}
.colorStyle4 div:not(.form-block) form input[type=submit], .colorStyle4 div:not(.form-block) form input[type=submit].styler {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle4 div:not(.form-block) form input[type=submit].styler:hover, .colorStyle4 div:not(.form-block) form input[type=submit]:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #303030;
}
.colorStyle4 div:not(.form-block) form input, .colorStyle4 div:not(.form-block) form input.style {
	border-color: #e8e8e8;
}
.colorStyle5 #wrap {
	color: #303030;
	background: #fff;
}
.colorStyle5 .header .logo a span, .colorStyle5 a {
	color: #287db9;
}
.colorStyle5 .header .slogan {
	color: #303030;
}
.colorStyle5 .header .basket {
	background-image: url(../img/k5_5/cart-icon.png);
}
.colorStyle5 .header .contacts.phone {
	background-image: url(../img/k5_5/phone-icon.png);
}
.colorStyle5 .header .contacts.email {
	background-image: url(../img/k5_5/email-icon.png);
}
.colorStyle5 .menu ul li a {
	border-bottom: 2px solid transparent;
}
.colorStyle5 .menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle5 .menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation5 .25s linear;
	animation: service-block-link-animation5 .25s linear;
	background: #287db9;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle5 .menu ul li a:after {
	bottom: 0!important;
}
.colorStyle5 .menu ul li.active a, .colorStyle5 .menu ul li:hover a {
	color: #287db9;
}
.colorStyle5 .menu ul li.active a {
	border-bottom: 2px solid #287db9;
}
.colorStyle5 .menu ul li .submenu {
	background: #287db9;
}
.colorStyle5 .menu ul li .submenu li a {
	color: #fff;
}
.colorStyle5 .menu ul li .submenu li a:after {
	content: none;
}
.colorStyle5 .service-block.static .catalog_menu li .catalog_menu_item>a {
	color: #303030;
}
.colorStyle5 .service-block.static .catalog_menu li .catalog_menu_item>a:hover {
	color: #287db9;
}
.colorStyle5 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link) {
	color: #303030;
}
.colorStyle5 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link):hover {
	color: #287db9;
}
.colorStyle5 .search .menu_burger.inViewPort {
	border-color: #287db9;
}
.colorStyle5 .search .menu_burger.inViewPort span {
	background: #287db9;
}
.colorStyle5 .slider .slides .slide .caption .title span, .colorStyle5 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
	color: #287db9;
}
.colorStyle5 .form-block {
	background: #287db9;
}
.colorStyle5 .form-block a {
	color: inherit;
}
.colorStyle5 .form-block.big-form {
	background: none!important;
}
.colorStyle5 .form-block.big-form .form-wrap {
	background: #287db9;
}
.colorStyle5 .news-block .news_block_item .info .date {
	background: url(../img/k5_5/news-date-ico.png) 0 no-repeat;
}
.colorStyle5 .news-block .news_block_item .info .title a span:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle5 .news-block .news_block_item .info .title a span:hover:after {
	-webkit-animation: service-block-link-animation5 .25s linear;
	animation: service-block-link-animation5 .25s linear;
	background: #287db9;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle5 .news-block .news_block_item .info .title:hover a {
	color: #287db9;
}
.colorStyle5 .contacts.block .contacts-block.type1 {
	color: #fff;
}
.colorStyle5 .contacts.block .contacts-block.type0 {
	padding: 0;
}
.colorStyle5 .contacts.block .contacts-block.bg-type1 {
	background: #303030;
}
.colorStyle5 .contacts.block .contacts-block.bg-type2 {
	background: #287db9;
}
.colorStyle5 .footer .footer-logo a span, .colorStyle5 .footer .footer-slogan {
	color: #287db9;
}
.colorStyle5 .footer-menu ul li a {
	border-bottom: 2px solid hsla(0, 0%, 100%, 0);
}
.colorStyle5 .footer-menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle5 .footer-menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation5 .25s linear;
	animation: service-block-link-animation5 .25s linear;
	background: #287db9;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle5 .footer-menu ul li.active a, .colorStyle5 .footer-menu ul li:hover a {
	color: #287db9;
}
.colorStyle5 .footer-menu ul li.active a {
	border-bottom: 2px solid #287db9;
}
.colorStyle5 .footer-menu ul li .submenu {
	background: #287db9;
}
.colorStyle5 .footer-menu ul li .submenu li a {
	color: #fff;
}
.colorStyle5 .footer-menu ul li .submenu li a:after {
	content: none;
}
.colorStyle5 .uss-more a, .colorStyle5 .uss_more a {
	background: #287db9;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle5 .uss-more a:hover, .colorStyle5 .uss_more a:hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 .uss-more a a, .colorStyle5 .uss_more a a {
	text-decoration: none;
}
.colorStyle5 .uss-more.inactive a, .colorStyle5 .uss_more.inactive a {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle5 .uss-more.inactive a:hover, .colorStyle5 .uss_more.inactive a:hover {
	background: #287db9;
	color: #fff;
	border-color: #287db9;
}
.colorStyle5 a.uss-more, .colorStyle5 a.uss_more {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle5 a.uss-more:hover, .colorStyle5 a.uss_more:hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 a.uss-more a, .colorStyle5 a.uss_more a {
	text-decoration: none;
}
.colorStyle5 a.uss-more.inactive, .colorStyle5 a.uss_more.inactive {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle5 a.uss-more.inactive:hover, .colorStyle5 a.uss_more.inactive:hover {
	background: #287db9;
	color: #fff;
	border-color: #287db9;
}
.colorStyle5 .aside .aside-block.aside-catalog ul li a.active, .colorStyle5 .aside .aside-block.aside-catalog ul li a:hover {
	color: #287db9;
}
.colorStyle5 .aside .aside-block.aside-catalog>ul>li.active {
	background-image: url(../img/k5_5/li-arr-active.png);
}
.colorStyle5 .aside .aside-block.aside-catalog>ul>li .submenu>li:after {
	background: #287db9;
}
.colorStyle5 .aside .aside-block.aside-news .news_block_item .info .date {
	background-image: url(../img/k5_5/news-date-ico.png);
	color: #b3b3b3;
}
.colorStyle5 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
	color: #287db9;
}
.colorStyle5 .uss_eshop_block_item {
	background: #fff;
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle5 .uss_eshop_block_item .uss_shop_name a:hover {
	color: #287db9;
}
.colorStyle5 .uss_eshop_block_item .buy-btns a.add_to_cart {
	background: #287db9;
}
.colorStyle5 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #287db9;
}
.colorStyle5 .positions .positions-nav span:hover {
	border-color: #287db9;
	color: #287db9;
}
.colorStyle5 .positions .positions-nav span.active {
	background: #287db9;
	border: 1px solid #287db9;
	color: #fff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item {
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
	background: #fff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	color: #303030;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
	color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-block {
	background: #fff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap>* {
	background-image: url(../img/k5_5/later.png);
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>* {
	border: 1px solid #287db9;
	background-image: url(../img/k5_5/compare.png);
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>:hover {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_5/fast-buy.png);
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	background: #fff;
}
.colorStyle5 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle5 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
	-webkit-animation: service-block-link-animation5 .25s linear;
	animation: service-block-link-animation5 .25s linear;
	background: #287db9;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
	color: #287db9;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #287db9;
	color: #fff;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_5/fast-buy.png);
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_compare_by>* {
	border: 1px solid #287db9;
	background-image: url(../img/k5_5/compare.png);
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
	border: 1px solid #b3b3b3;
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap>* {
	background-image: url(../img/k5_5/later.png);
}
.colorStyle5 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
	background: #287db9;
	color: #fff;
}
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare, .colorStyle5 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist {
	border: 1px solid #d63535;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
	background: #287db9;
	color: #fff;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
	background: #b3b3b3;
	border-color: #b3b3b3;
	color: #303030;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap>* {
	background-image: url(../img/k5_5/later.png);
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
	border-color: #287db9;
}
.colorStyle5 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by>* {
	border: 1px solid #287db9;
	background-image: url(../img/k5_5/compare.png);
}
.colorStyle5 div.uss_tabs div.uss_tabs_navigation span.selected {
	background: #287db9;
	border: 1px solid #287db9;
	color: #fff;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
	color: #287db9;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #287db9;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
	background: #287db9;
	color: #fff;
	border-color: #287db9;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle5 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	color: #303030;
	border-color: #b3b3b3;
	background: none;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
	background: #287db9;
	color: #fff;
	border-color: #287db9;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle5 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
	border-color: #b3b3b3;
}
.colorStyle5 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus, .colorStyle5 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
	border-color: #287db9!important;
}
.colorStyle5 #uss_basket_ask_where_to_go_block {
	border: 2px solid #287db9;
}
.colorStyle5 #uss_basket_ask_where_to_go_block a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle5 #uss_basket_ask_where_to_go_block a:hover:after {
	-webkit-animation: service-block-link-animation5 .25s linear;
	animation: service-block-link-animation5 .25s linear;
	background: #287db9;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle5 .block .h3 .title-nav {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.colorStyle5 .block .h3 .title-nav a {
	text-decoration: none;
}
.colorStyle5 .block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle5 .block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation5 .25s linear;
	animation: service-block-link-animation5 .25s linear;
	background: #287db9;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle5 .block.noborder .inner {
	border: none;
}
.colorStyle5 .review-block table tr a:hover {
	color: #287db9;
}
.colorStyle5 .review-block .news_block_item .info .title a {
	color: #303030;
}
.colorStyle5 .review-block .news_block_item .info .title a:hover {
	color: #287db9;
}
.colorStyle5 .review-block .news_block_item .info .date:before {
	background-image: url(../img/k5_5/news-date-ico.png);
}
.colorStyle5 .big-map.block .map-contacts .map-contacts-inner a {
	color: #287db9;
}
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton, .colorStyle5 .uss_catalog_detail .catalog_orderbutton, .colorStyle5 .uss_catalog_list_cat .catalog_orderbutton {
	background: #287db9;
	color: #fff;
}
.colorStyle5 .uss_catalog_block_cat .catalog_orderbutton:hover, .colorStyle5 .uss_catalog_detail .catalog_orderbutton:hover, .colorStyle5 .uss_catalog_list_cat .catalog_orderbutton:hover {
	background: #303030;
	color: #fff;
}
.colorStyle5 .mCSB_draggerContainer .mCSB_dragger_bar {
	background-color: #287db9!important;
}
.colorStyle5 .uss_guestbook {
	color: #303030;
}
.colorStyle5 .uss_guestbook .uss_guestbook_links a {
	border: 2px solid #287db9;
	color: #287db9;
}
.colorStyle5 .uss_guestbook .uss_guestbook_links a:hover {
	background-color: #287db9;
	color: #fff;
}
.colorStyle5 .uss_guestbook .uss_guestbook_item {
	border: 2px solid #303030;
}
.colorStyle5 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
	border-color: #287db9;
}
.colorStyle5 .slider .slick-dots li.slick-active button, .colorStyle5 .uss_adv_img_list_item.uss_ail_point.active span {
	background-color: #287db9;
}
.colorStyle5 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #287db9;
}
.colorStyle5 div:not(.form-block) form input, .colorStyle5 div:not(.form-block) form input.style {
	border-color: #303030;
}
.colorStyle5 div:not(.form-block) form input.style:focus, .colorStyle5 div:not(.form-block) form input:focus {
	border-color: #287db9!important;
	-webkit-box-shadow: 0 0 2px #287db9!important;
	box-shadow: 0 0 2px #287db9!important;
}
.colorStyle5 div:not(.form-block) form textarea, .colorStyle5 div:not(.form-block) form textarea.styler {
	border-color: #303030;
}
.colorStyle5 div:not(.form-block) form textarea.styler:focus, .colorStyle5 div:not(.form-block) form textarea:focus {
	border-color: #287db9!important;
	-webkit-box-shadow: 0 0 2px #287db9!important;
	box-shadow: 0 0 2px #287db9!important;
}
.colorStyle5 div:not(.form-block) form input[type=submit], .colorStyle5 div:not(.form-block) form input[type=submit].styler {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle5 div:not(.form-block) form input[type=submit].styler:hover, .colorStyle5 div:not(.form-block) form input[type=submit]:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #303030;
}
.colorStyle5 div:not(.form-block) form input, .colorStyle5 div:not(.form-block) form input.style {
	border-color: #e8e8e8;
}
.colorStyle6 #wrap {
	color: #303030;
	background: #fff;
}
.colorStyle6 .header .logo a span, .colorStyle6 a {
	color: #c7ac6c;
}
.colorStyle6 .header .slogan {
	color: #303030;
}
.colorStyle6 .header .basket {
	background-image: url(../img/k5_6/cart-icon.png);
}
.colorStyle6 .header .contacts.phone {
	background-image: url(../img/k5_6/phone-icon.png);
}
.colorStyle6 .header .contacts.email {
	background-image: url(../img/k5_6/email-icon.png);
}
.colorStyle6 .menu ul li a {
	border-bottom: 2px solid transparent;
}
.colorStyle6 .menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle6 .menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation6 .25s linear;
	animation: service-block-link-animation6 .25s linear;
	background: #c7ac6c;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle6 .menu ul li a:after {
	bottom: 0!important;
}
.colorStyle6 .menu ul li.active a, .colorStyle6 .menu ul li:hover a {
	color: #c7ac6c;
}
.colorStyle6 .menu ul li.active a {
	border-bottom: 2px solid #c7ac6c;
}
.colorStyle6 .menu ul li .submenu {
	background: #c7ac6c;
}
.colorStyle6 .menu ul li .submenu li a {
	color: #fff;
}
.colorStyle6 .menu ul li .submenu li a:after {
	content: none;
}
.colorStyle6 .service-block.static .catalog_menu li .catalog_menu_item>a {
	color: #303030;
}
.colorStyle6 .service-block.static .catalog_menu li .catalog_menu_item>a:hover {
	color: #c7ac6c;
}
.colorStyle6 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link) {
	color: #303030;
}
.colorStyle6 .service-block.static .uss_eshop_menu li>a:not(.uss-block-link):hover {
	color: #c7ac6c;
}
.colorStyle6 .search .menu_burger.inViewPort {
	border-color: #c7ac6c;
}
.colorStyle6 .search .menu_burger.inViewPort span {
	background: #c7ac6c;
}
.colorStyle6 .slider .slides .slide .caption .title span, .colorStyle6 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_name a:hover {
	color: #c7ac6c;
}
.colorStyle6 .form-block {
	background: #c7ac6c;
}
.colorStyle6 .form-block a {
	color: inherit;
}
.colorStyle6 .form-block.big-form {
	background: none!important;
}
.colorStyle6 .form-block.big-form .form-wrap {
	background: #c7ac6c;
}
.colorStyle6 .news-block .news_block_item .info .date {
	background: url(../img/k5_6/news-date-ico.png) 0 no-repeat;
}
.colorStyle6 .news-block .news_block_item .info .title a span:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle6 .news-block .news_block_item .info .title a span:hover:after {
	-webkit-animation: service-block-link-animation6 .25s linear;
	animation: service-block-link-animation6 .25s linear;
	background: #c7ac6c;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle6 .news-block .news_block_item .info .title:hover a {
	color: #c7ac6c;
}
.colorStyle6 .contacts.block .contacts-block.type1 {
	color: #fff;
}
.colorStyle6 .contacts.block .contacts-block.type0 {
	padding: 0;
}
.colorStyle6 .contacts.block .contacts-block.bg-type1 {
	background: #303030;
}
.colorStyle6 .contacts.block .contacts-block.bg-type2 {
	background: #c7ac6c;
}
.colorStyle6 .footer .footer-logo a span, .colorStyle6 .footer .footer-slogan {
	color: #c7ac6c;
}
.colorStyle6 .footer-menu ul li a {
	border-bottom: 2px solid hsla(0, 0%, 100%, 0);
}
.colorStyle6 .footer-menu ul li a:not(.active):after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle6 .footer-menu ul li a:not(.active):hover:after {
	-webkit-animation: service-block-link-animation6 .25s linear;
	animation: service-block-link-animation6 .25s linear;
	background: #c7ac6c;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle6 .footer-menu ul li.active a, .colorStyle6 .footer-menu ul li:hover a {
	color: #c7ac6c;
}
.colorStyle6 .footer-menu ul li.active a {
	border-bottom: 2px solid #c7ac6c;
}
.colorStyle6 .footer-menu ul li .submenu {
	background: #c7ac6c;
}
.colorStyle6 .footer-menu ul li .submenu li a {
	color: #fff;
}
.colorStyle6 .footer-menu ul li .submenu li a:after {
	content: none;
}
.colorStyle6 .uss-more a, .colorStyle6 .uss_more a {
	background: #c7ac6c;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle6 .uss-more a:hover, .colorStyle6 .uss_more a:hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 .uss-more a a, .colorStyle6 .uss_more a a {
	text-decoration: none;
}
.colorStyle6 .uss-more.inactive a, .colorStyle6 .uss_more.inactive a {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle6 .uss-more.inactive a:hover, .colorStyle6 .uss_more.inactive a:hover {
	background: #c7ac6c;
	color: #fff;
	border-color: #c7ac6c;
}
.colorStyle6 a.uss-more, .colorStyle6 a.uss_more {
	background: #d63535;
	color: #fff;
	text-align: center;
	padding: 15px 47px 16px 48px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
.colorStyle6 a.uss-more:hover, .colorStyle6 a.uss_more:hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 a.uss-more a, .colorStyle6 a.uss_more a {
	text-decoration: none;
}
.colorStyle6 a.uss-more.inactive, .colorStyle6 a.uss_more.inactive {
	font-size: 14px;
	padding: 10px 33px 11px;
	background: none;
	border: 1px solid #303030;
	color: #303030;
}
.colorStyle6 a.uss-more.inactive:hover, .colorStyle6 a.uss_more.inactive:hover {
	background: #c7ac6c;
	color: #fff;
	border-color: #c7ac6c;
}
.colorStyle6 .aside .aside-block.aside-catalog ul li a.active, .colorStyle6 .aside .aside-block.aside-catalog ul li a:hover {
	color: #c7ac6c;
}
.colorStyle6 .aside .aside-block.aside-catalog>ul>li.active {
	background-image: url(../img/k5_6/li-arr-active.png);
}
.colorStyle6 .aside .aside-block.aside-catalog>ul>li .submenu>li:after {
	background: #c7ac6c;
}
.colorStyle6 .aside .aside-block.aside-news .news_block_item .info .date {
	background-image: url(../img/k5_6/news-date-ico.png);
	color: #b3b3b3;
}
.colorStyle6 .aside .aside-block.aside-news .news_block_item .info .title a:hover {
	color: #c7ac6c;
}
.colorStyle6 .uss_eshop_block_item {
	background: #fff;
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle6 .uss_eshop_block_item .uss_shop_name a:hover {
	color: #c7ac6c;
}
.colorStyle6 .uss_eshop_block_item .buy-btns a.add_to_cart {
	background: #c7ac6c;
}
.colorStyle6 .uss_eshop_block_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #c7ac6c;
}
.colorStyle6 .positions .positions-nav span:hover {
	border-color: #c7ac6c;
	color: #c7ac6c;
}
.colorStyle6 .positions .positions-nav span.active {
	background: #c7ac6c;
	border: 1px solid #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item {
	border: 1px solid hsla(0, 0%, 100%, 0);
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
	background: #fff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a {
	color: #303030;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a:hover {
	color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-block {
	background: #fff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap>* {
	background-image: url(../img/k5_6/later.png);
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_put_wrap:hover {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>* {
	border: 1px solid #c7ac6c;
	background-image: url(../img/k5_6/compare.png);
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_compare_by>:hover {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_6/fast-buy.png);
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item .buy-btns.bottom_extra .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_blocks_view .uss_eshop_item:hover .buy-block:after {
	background: #fff;
}
.colorStyle6 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle6 .uss_shop_list_cat .uss_shop_category .uss_shop_cat_name a:hover:after {
	-webkit-animation: service-block-link-animation6 .25s linear;
	animation: service-block-link-animation6 .25s linear;
	background: #c7ac6c;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_name a:hover {
	color: #c7ac6c;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart {
	background: #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click>* {
	background-image: url(../img/k5_6/fast-buy.png);
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_by.uss_shop_buy_one_click:hover {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_compare_by>* {
	border: 1px solid #c7ac6c;
	background-image: url(../img/k5_6/compare.png);
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap {
	border: 1px solid #b3b3b3;
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap>* {
	background-image: url(../img/k5_6/later.png);
}
.colorStyle6 .uss_shop_list_view .uss_eshop_item .uss_shop_put_wrap:hover {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click) {
	background: #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_cart:not(.buy_one_click):hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_compare, .colorStyle6 .uss_shop_table_view table.uss_shoppos_table tr.uss_eshop_item .uss_onlineorder a.add_to_wishlist {
	border: 1px solid #d63535;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart {
	background: #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart:hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by.uss_shop_buy_one_click a.add_to_cart:hover {
	background: #b3b3b3;
	border-color: #b3b3b3;
	color: #303030;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap>* {
	background-image: url(../img/k5_6/later.png);
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_shop_put_wrap:hover {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_shop_detail_pos .uss_shop_technical_data .uss_compare_by>* {
	border: 1px solid #c7ac6c;
	background-image: url(../img/k5_6/compare.png);
}
.colorStyle6 div.uss_tabs div.uss_tabs_navigation span.selected {
	background: #c7ac6c;
	border: 1px solid #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .title a:hover {
	color: #c7ac6c;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart .uss_eshop_amount_block .basket_amount_class:focus {
	border-color: #c7ac6c;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart:hover {
	background: #c7ac6c;
	color: #fff;
	border-color: #c7ac6c;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle6 .uss_eshop_sameproducts.blocks .item .info .addToCart a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart {
	color: #303030;
	border-color: #b3b3b3;
	background: none;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart:hover {
	background: #c7ac6c;
	color: #fff;
	border-color: #c7ac6c;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart {
	background: #303030;
	color: #fff;
	border-color: #303030;
}
.colorStyle6 .last-view .uss_eshop_block_item .buy-btns a.add_to_cart.already_in_cart:hover {
	background: #b3b3b3;
	color: #303030;
	border-color: #b3b3b3;
}
.colorStyle6 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item input.styler:focus, .colorStyle6 .buy_one_click_form_tml .fc_form_tml form .group .fc_item .elem_item textarea.styler:focus {
	border-color: #c7ac6c!important;
}
.colorStyle6 #uss_basket_ask_where_to_go_block {
	border: 2px solid #c7ac6c;
}
.colorStyle6 #uss_basket_ask_where_to_go_block a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle6 #uss_basket_ask_where_to_go_block a:hover:after {
	-webkit-animation: service-block-link-animation6 .25s linear;
	animation: service-block-link-animation6 .25s linear;
	background: #c7ac6c;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle6 .block .h3 .title-nav {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.colorStyle6 .block .h3 .title-nav a {
	text-decoration: none;
}
.colorStyle6 .block .h3 .title-nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: transparent;
}
.colorStyle6 .block .h3 .title-nav a:hover:after {
	-webkit-animation: service-block-link-animation6 .25s linear;
	animation: service-block-link-animation6 .25s linear;
	background: #c7ac6c;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.colorStyle6 .block.noborder .inner {
	border: none;
}
.colorStyle6 .review-block table tr a:hover {
	color: #c7ac6c;
}
.colorStyle6 .review-block .news_block_item .info .title a {
	color: #303030;
}
.colorStyle6 .review-block .news_block_item .info .title a:hover {
	color: #c7ac6c;
}
.colorStyle6 .review-block .news_block_item .info .date:before {
	background-image: url(../img/k5_6/news-date-ico.png);
}
.colorStyle6 .big-map.block .map-contacts .map-contacts-inner a {
	color: #c7ac6c;
}
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton, .colorStyle6 .uss_catalog_detail .catalog_orderbutton, .colorStyle6 .uss_catalog_list_cat .catalog_orderbutton {
	background: #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_catalog_block_cat .catalog_orderbutton:hover, .colorStyle6 .uss_catalog_detail .catalog_orderbutton:hover, .colorStyle6 .uss_catalog_list_cat .catalog_orderbutton:hover {
	background: #303030;
	color: #fff;
}
.colorStyle6 .mCSB_draggerContainer .mCSB_dragger_bar {
	background-color: #c7ac6c!important;
}
.colorStyle6 .uss_guestbook {
	color: #303030;
}
.colorStyle6 .uss_guestbook .uss_guestbook_links a {
	border: 2px solid #c7ac6c;
	color: #c7ac6c;
}
.colorStyle6 .uss_guestbook .uss_guestbook_links a:hover {
	background-color: #c7ac6c;
	color: #fff;
}
.colorStyle6 .uss_guestbook .uss_guestbook_item {
	border: 2px solid #303030;
}
.colorStyle6 .uss_guestbook .uss_guestbook_item .uss_guestbook_reply {
	border-color: #c7ac6c;
}
.colorStyle6 .slider .slick-dots li.slick-active button, .colorStyle6 .uss_adv_img_list_item.uss_ail_point.active span {
	background-color: #c7ac6c;
}
.colorStyle6 .uss_shop_block_cat .uss_shop_category .uss_shop_cat_cat a {
	color: #c7ac6c;
}
.colorStyle6 div:not(.form-block) form input, .colorStyle6 div:not(.form-block) form input.style {
	border-color: #303030;
}
.colorStyle6 div:not(.form-block) form input.style:focus, .colorStyle6 div:not(.form-block) form input:focus {
	border-color: #c7ac6c!important;
	-webkit-box-shadow: 0 0 2px #c7ac6c!important;
	box-shadow: 0 0 2px #c7ac6c!important;
}
.colorStyle6 div:not(.form-block) form textarea, .colorStyle6 div:not(.form-block) form textarea.styler {
	border-color: #303030;
}
.colorStyle6 div:not(.form-block) form textarea.styler:focus, .colorStyle6 div:not(.form-block) form textarea:focus {
	border-color: #c7ac6c!important;
	-webkit-box-shadow: 0 0 2px #c7ac6c!important;
	box-shadow: 0 0 2px #c7ac6c!important;
}
.colorStyle6 div:not(.form-block) form input[type=submit], .colorStyle6 div:not(.form-block) form input[type=submit].styler {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.colorStyle6 div:not(.form-block) form input[type=submit].styler:hover, .colorStyle6 div:not(.form-block) form input[type=submit]:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #303030;
}
.colorStyle6 div:not(.form-block) form input, .colorStyle6 div:not(.form-block) form input.style {
	border-color: #e8e8e8;
}
.flex .items {
	width: 100%;
}

@-webkit-keyframes top-menu {
	0% {
		left: -100%;
	}
	to {
		left: 0;
	}
}
@keyframes top-menu {
	0% {
		left: -100%;
	}
	to {
		left: 0;
	}
}
.uss_user_basket table tr .uss_name .uss_description, .uss_user_basket table tr .uss_name .uss_title {
	height: auto;
}
.uss-table-scroll td.uss_title {
	min-width: 200px;
}
.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
	margin-right: 20px;
}
.section {
	font-family: roboto light;
	line-height: 1.65;
}
.section p {
	margin: 0;
}
.section p+p {
	margin: 24px 0;
}
.uss_catalog_tabs .tab_item {
	zoom: 1;
}
.uss_catalog_tabs .tab_item:after, .uss_catalog_tabs .tab_item:before {
	content: "";
	display: table;
}
.uss_catalog_tabs .tab_item:after {
	clear: both;
}
.news_exact_item .uss_img_wrapper.img_bottom .uss_img_big img, .news_list .image img, .similar_items_block .news_item .image .uss_image_holder img {
	display: block;
}
.news_list .image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.uss_shop_detail_pos .uss_img_ico_box .uss_img_ico img, .uss_shop_detail_pos .uss_img_wrapper .big_image {
	display: block;
}
.uss_photoalbums_foto_box {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.uss_photoalbums_foto_box .uss_img_item {
	max-width: calc((100% - 14px)/2);
	display: block;
}
.uss_photoalbums_foto_box .uss_img_item .uss_img_pre {
	max-width: 100%;
	height: auto!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.uss_photoalbums_foto_box .uss_img_item .uss_img_pre img {
	max-width: 100%;
}
.uss-scroller .mCSB_container {
	padding-top: 45px;
}
.uss-scroller .mCSB_scrollTools {
	top: 15px;
	bottom: auto;
}
.tableScoller-wrap {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
	width: 100%;
	max-width: 100%;
	clear: both;
	float: none;
	zoom: 1;
}
.tableScoller-wrap:after, .tableScoller-wrap:before {
	content: "";
	display: table;
}
.tableScoller-wrap:after {
	clear: both;
}
.contacts .contacts-block {
	font-size: 14px;
}
.contacts .contacts-block p.phone {
	font-size: 24px;
}
.contacts .contacts-block p.phone a {
	color: #fff;
}
.header .contacts.phone a {
	color: #303030;
	text-decoration: none;
}
.aside_filters {
	margin-bottom: 15px;
}
.aside_filters .filter_item label {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px !important;
}
.aside_filters .filter_search_in_current_cat {
	font-size: 12px;
}
.aside .last-view .uss_widget_outer_content {
	display: block;
}
.aside .last-view .uss_eshop_block_item {
	width: 100%;
	max-width: 100%;
}
.filter_opener {
	display: none;
	height: 50px;
	line-height: 50px;
	background: #d63535;
	margin-bottom: 10px;
	color: #fff;
}
.ex_content_after{
    position: relative;
}
.exchange_remove_all{
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 14px;
    cursor: pointer;
        background: #d63535;
    color: #fff;
    padding: 5px 16px;
    border-radius: 15px;
}
.exchange_remove_all:hover{background: #af1e1e;}
.uss_modal_window.uss_modal_auth .uss_modal_content{
    width: 340px;
}

.uss_shop_price.editable .price_class{
    cursor: pointer;
}
.edit-price-input{
    width: 60px;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 13px;
    padding: 0;
}
.edit-price-input.loading{
    background: url('/uss-img/loader-small.gif') no-repeat right center;
}


@media (min-width:769px) and (max-width:1000px) {
	.uss_shop_table_view .uss_img .uss_img_holder, .uss_shop_table_view .uss_img .uss_img_holder_outer {
		max-width: 139px;
		height: auto!important;
	}
}
@media (max-width:768px) {
	.uss_shop_table_view.mCustomScrollbar .mCSB_container {
		width: calc(100vw - 20px)!important;
	}
	table.uss_shoppos_table {
		display: block;
		border: none;
		max-width: calc(100vw - 20px);
	}
	table.uss_shoppos_table tbody {
		display: block;
	}
	table.uss_shoppos_table tbody tr:first-child {
		display: none;
	}
	table.uss_shoppos_table tbody tr:first-child+td {
		border-top: 1px solid #989898;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item {
		width: 100%;
		display: block;
		padding-bottom: 7px;
		padding-top: 7px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item+tr {
		padding-top: 7px;
		border-top: 1px solid #989898;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td {
		font-size: 15px;
		border: none;
		padding: 0;
		display: block;
		overflow: hidden;
		width: auto!important;
		margin-bottom: 5px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
		float: left;
		display: block;
		margin-right: 10px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img~* {
		overflow: hidden;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_title {
		display: block;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price {
		text-align: left;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.old_price {
		font-size: 16px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_price span.actual_price {
		font-size: 18px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_description>div {
		height: auto;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder>* {
		margin: 10px 10px 0 0!important;
		white-space: nowrap;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder a.add_to_cart {
		max-width: none;
		margin-bottom: 0!important;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_onlineorder span.add_to_cart+.uss_shop_by {
		margin-top: 0;
	}
}
@media (max-width:500px) {
	table.uss_shoppos_table tbody tr.uss_eshop_item td {
		margin: 0 0 5px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td.uss_img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	table.uss_shoppos_table tbody tr.uss_eshop_item td>div {
		margin: 0;
	}
}
.buy_one_click_form_tml .buy_one_click_window_wrap a.close {
	right: -29px;
}
.jq-radio {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
@media (max-width:1710px) {
	.slider .slick-arrow.slick-prev {
		right: 0;
		left: calc(-100vw + 50px);
		margin: 0 auto;
	}
	.slider .slick-arrow.slick-next {
		left: 0;
		right: calc(-100vw + 50px);
		margin: 0 auto;
	}
}
@media (max-width:1200px) {
	.inner {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.slider .slides .slide .caption {
		padding-left: 50px;
		padding-right: 50px;
		max-width: 100vw;
	}
	.block.big-banner .big-banner-wrap img {
		max-width: 75%;
	}
	.form-block.big-form .inner {
		padding: 0 10px;
	}
	.slider .slides .slide .caption .title {
		color: #303030;
		margin: 0 0 .3em;
	}
	.header .left {
		max-width: none;
	}
	.big-map.block .map {
		width: calc(100% + 40px);
		left: -20px;
	}
}
@media (max-width:1024px) {
	.slider .slides .slide .caption .title {
		font-size: 42px;
	}
	.slider .slides .slide .caption .preview {
		font-size: 24px;
	}
	.mainpage .block .h3 {
		font-size: 30px;
	}
	.singlepage .block .h3, .singlepage .h3 {
		font-size: 22px;
	}
	.review-block.x4 .news_block_item {
		width: calc((100% - 40px)/3);
	}
	.big-map.block .map>ymaps {
		height: 360px!important;
	}
}
@media (max-width:1070px) {
	.block.big-banner .caption .title {
		font-size: 46px;
	}
	.block.big-banner .caption .preview {
		font-size: 25px;
	}
}
@media (max-width:1010px) {
	.service-block .catalog_menu li .catalog_menu_item>a, .service-block .uss_eshop_menu li>a:not(.uss-block-link) {
		font-size: 30px;
	}
	.big-map.block .map {
		width: 100%;
		width: auto;
		left: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.big-map.block .map .map-contacts {
		width: 100%;
		max-width: 100%;
		position: static;
		padding: 10px;
	}
	.big-map.block .map .map-contacts .map-contacts-inner {
		position: static;
	}
}
@media (max-width:1000px) {
	.aside {
		-webkit-box-flex: 0;
		-webkit-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		max-width: 100%;
		min-width: 100%;
		-webkit-box-ordinal-group: -9;
		-webkit-order: -10;
		-ms-flex-order: -10;
		order: -10;
		margin-left: 0!important;
		margin-right: 0!important;
		margin-bottom: 10px;
	}
	.aside>:not(.aside-catalog) {
		display: none;
	}
	.aside>.filter_opener {
		display: block;
	}
	.aside .aside-catalog {
		width: 100%;
	}
	.aside .aside-catalog:not(.open)>ul {
		display: none;
	}
	.aside .aside-catalog .h3, .filter_opener {
		text-align: center;
	}
	.aside .aside-catalog .h3 span, .filter_opener span {
		border-bottom: 1px dashed;
		position: relative;
	}
	.aside .aside-catalog .h3 span:after, .filter_opener span:after {
		content: "";
		position: absolute;
		left: calc(100% + 10px);
		width: 18px;
		height: 18px;
		display: inline-block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(../img/arr1-black.png) 50% no-repeat;
	}
	.aside .aside-catalog.open .h3 span:after, .filter_opener.open span:after {
		background-image: url(../img/arr-black.png);
	}
	.container .inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.container .content {
		width: 100%;
		max-width: 100%;
	}
	.singlepage .container .inner {
		padding-top: 22px;
	}
	.aside .aside-block {
		margin-bottom: 0;
	}
	.aside .aside-block .h3 {
		margin-bottom: 27px;
	}
	.aside .aside-block.open {
		margin-bottom: 30px;
	}
	.service-block .banners .banner .caption .title, .service-block.x2 .banners .banner .caption .title, .service-block.x3 .banners .banner .caption .title, .service-block.x4 .banners .banner .caption .title, .service-block.x5 .banners .banner .caption .title {
		font-size: 26px;
	}
	.service-block .banners .banner .caption .preview, .service-block.x2 .banners .banner .caption .preview, .service-block.x3 .banners .banner .caption .preview, .service-block.x4 .banners .banner .caption .preview, .service-block.x5 .banners .banner .caption .preview {
		font-size: 16px;
	}
	.service-block .banners .news_block_item .info .title, .service-block.x2 .banners .news_block_item .info .title, .service-block.x3 .banners .news_block_item .info .title, .service-block.x4 .banners .news_block_item .info .title, .service-block.x5 .banners .news_block_item .info .title {
		font-size: 26px;
	}
	.service-block .banners .news_block_item .info .preview, .service-block.x2 .banners .news_block_item .info .preview, .service-block.x3 .banners .news_block_item .info .preview, .service-block.x4 .banners .news_block_item .info .preview, .service-block.x5 .banners .news_block_item .info .preview {
		font-size: 16px;
	}
	.uss_eshop_filters_block .group .filter_item .filter_elem_label {
		display: inline-block;
	}
}
@media (max-width:950px) {
	.table tr td {
		width: 50%;
		-webkit-flex: 0 50%;
		-moz-flex: 0 50%;
		-ms-flex: 0 50%;
		-o-flex: 0 50%;
		-webkit-box-flex: 0;
		flex: 0 50%;
	}
	.bottom .inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bottom .column {
		-webkit-flex: 0 50%;
		-moz-flex: 0 50%;
		-ms-flex: 0 50%;
		-o-flex: 0 50%;
		-webkit-box-flex: 0;
		flex: 0 50%;
		margin-bottom: 10px;
	}
	.bottom .column:nth-of-type(2) {
		-webkit-order: 10;
		-moz-order: 10;
		-ms-order: 10;
		-o-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.bottom .column:nth-of-type(3) {
		text-align: right;
	}
	.bottom .column:nth-of-type(4) {
		-webkit-order: 11;
		-moz-order: 11;
		-ms-order: 11;
		-o-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		text-align: right;
	}
	.header .row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width:900px) {
	.review.block .table tr {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review.block .table tr td {
		max-width: calc((100% - 30px)/3);
	}
	.review.block .items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review.block .items .news_block_item {
		max-width: calc((100% - 30px)/3);
	}
}
@media (max-width:850px) {
	.block.big-banner .caption .title {
		font-size: 32px;
	}
	.block.big-banner .caption .preview {
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.service-block .banners .banner, .service-block .banners .news_block_item, .service-block .catalog_menu li, .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block .uss_eshop_menu li {
		max-width: calc((100% - 15px)/2);
	}
	.service-block .banners .banner .caption .title {
		font-size: 25px;
	}
	.service-block .banners .banner .caption .preview {
		font-size: 16px;
	}
	.service-block .banners .news_block_item .info .title {
		font-size: 25px;
	}
	.service-block .banners .news_block_item .info .preview {
		font-size: 16px;
	}
	.menu {
		display: none;
	}
	.search {
		margin-top: 15px;
	}
	.search .menu_burger {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.slider {
		margin: 20px 0;
	}
	.mobile_menu .inner {
		padding: 0!important;
	}
	.mobile_menu.open {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-animation: top-menu .25s linear;
		animation: top-menu .25s linear;
	}
	.contacts.block .inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts.block .left {
		-webkit-order: 10;
		-moz-order: 10;
		-ms-order: 10;
		-o-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.contacts.block .left, .contacts.block .right {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		-o-flex: 0 100%;
		-webkit-box-flex: 0;
		flex: 0 100%;
		width: 100%;
	}
	.contacts.block .subscribe .subscribe-form {
		margin: 10px 0;
	}
	.footer-menu {
		display: none;
	}
	.container .inner {
		border: none;
	}
	.container .uss_section_top_images {
		margin: 0 0 10px;
		float: none;
	}
	.footer .inner {
		margin-top: 0;
	}
	.service-block.x4 .banners .banner, .service-block.x4 .banners .news_block_item, .service-block.x4 .catalog_menu li, .service-block.x4 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x4 .uss_eshop_menu li, .service-block.x5 .banners .banner, .service-block.x5 .banners .news_block_item, .service-block.x5 .catalog_menu li, .service-block.x5 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x5 .uss_eshop_menu li {
		max-width: calc((100% - 30px)/3);
	}
	.service-block .banners .banner .caption .title, .service-block.x2 .banners .banner .caption .title, .service-block.x3 .banners .banner .caption .title, .service-block.x4 .banners .banner .caption .title, .service-block.x5 .banners .banner .caption .title {
		font-size: 20px;
	}
	.service-block .banners .banner .caption .preview, .service-block.x2 .banners .banner .caption .preview, .service-block.x3 .banners .banner .caption .preview, .service-block.x4 .banners .banner .caption .preview, .service-block.x5 .banners .banner .caption .preview {
		font-size: 14px;
	}
	.service-block .banners .news_block_item .info .title, .service-block.x2 .banners .news_block_item .info .title, .service-block.x3 .banners .news_block_item .info .title, .service-block.x4 .banners .news_block_item .info .title, .service-block.x5 .banners .news_block_item .info .title {
		font-size: 20px;
	}
	.service-block .banners .news_block_item .info .preview, .service-block.x2 .banners .news_block_item .info .preview, .service-block.x3 .banners .news_block_item .info .preview, .service-block.x4 .banners .news_block_item .info .preview, .service-block.x5 .banners .news_block_item .info .preview {
		font-size: 14px;
	}
	.form-block {
		margin-bottom: 20px;
	}
	.singlepage .container .inner {
		padding-top: 22px;
	}
	.container h1, .mainpage .block .h3 {
		font-size: 26px;
	}
	.uss_catalog_detail .uss_img_wrapper.for_preview_columned {
		margin: 0 0 10px;
		display: block;
		float: none;
		width: 100%;
	}
	.uss_advanced_image_list {
		display: none!important;
	}
	.uss_shop_table_view>table {
		display: block;
		border: 1px solid #ccc;
	}
	.uss_shop_table_view>table tbody, .uss_shop_table_view>table tr {
		display: block;
	}
	.uss_shop_table_view>table tr:first-child {
		display: none;
	}
	.uss_shop_table_view>table tr.uss_eshop_item {
		padding: 10px;
	}
	.uss_shop_table_view>table tr.uss_eshop_item+.uss_eshop_item {
		border-top: 1px solid #ccc;
	}
	.uss_shop_table_view>table tr.uss_eshop_item td {
		display: block;
		width: auto!important;
		border: none;
		padding: 0;
		font-size: inherit;
	}
	.uss_shop_table_view>table tr.uss_eshop_item td.uss_img {
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 0;
	}
	.uss_shop_table_view>table tr.uss_eshop_item td.uss_img~td {
		overflow: hidden;
	}
	.uss_shop_table_view>table tr.uss_eshop_item td.uss_onlineorder, .uss_shop_table_view>table tr.uss_eshop_item td.uss_onlineorder>*, .uss_shop_table_view>table tr.uss_eshop_item td.uss_price {
		display: inline-block;
		vertical-align: middle;
	}
	.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder_outer {
		max-width: 100%;
	}
	.uss_shop_blocks_view .uss_eshop_item .posimg_item .uss_img_holder {
		max-width: 100%;
		height: auto!important;
	}
	.uss_shop_blocks_view .uss_eshop_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.uss_shop_blocks_view .uss_eshop_item .buy-block {
		position: static;
		opacity: 1;
		margin-top: auto;
	}
	.last-view .uss_eshop_block_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.last-view .uss_eshop_block_item:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.last-view .uss_eshop_block_item .buy-btns {
		margin-top: auto;
		opacity: 1;
		position: static;
		display: block;
	}
	.uss_eshop_sameproducts.blocks .item {
		border: none!important;
	}
	.uss_eshop_sameproducts.blocks .item .addToCart {
		opacity: 1;
	}
	.uss_eshop_sameproducts.blocks .item:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.big-map.block .map>ymaps {
		height: 280px!important;
	}
	.uss_eshop_sameproducts.blocks .item .info .addToCart {
		opacity: 1;
	}
	.uss_eshop_sameproducts.blocks .item .imageWrap .image {
		max-width: 100%;
		height: auto!important;
		display: block;
	}
	.last-view .uss_eshop_block_item .img {
		height: auto!important;
		max-width: 100%;
	}
	.header .header-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.header-top .center {
		width: 100%;
		-webkit-box-ordinal-group: 16;
		-webkit-order: 15;
		-moz-box-ordinal-group: 16;
		-ms-flex-order: 15;
		order: 15;
		margin-top: 15px;
	}
}
@media (max-width:650px) {
	.review.block .table tr {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review.block .table tr td {
		max-width: calc((100% - 15px)/2);
	}
	.review.block .items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review.block .items .news_block_item {
		max-width: calc((100% - 15px)/2);
	}
	.form-block form .group:not(.end) {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-block form .group:not(.end) .fc_item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		margin-left: 0!important;
	}
	.news-block .news_block_item {
		max-width: calc((100% - 10px)/2);
	}
	.positions .positions-nav span {
		font-size: 14px;
		padding: 11px 10px 9px;
	}
	.service-block .catalog_menu li .catalog_menu_item>a, .service-block .uss_eshop_menu li>a:not(.uss-block-link) {
		font-size: 20px;
	}
	.table-block.x3 .column, .table-block.x4 .column {
		width: 50%;
	}
	.uss_shop_detail_pos .uss_img_wrapper .uss_img_big {
		float: none;
		display: block;
	}
	.block.big-banner .caption .title {
		font-size: 18px;
	}
	.block.big-banner .caption .preview {
		font-size: 12px;
	}
	.footer .footer-logo .logo-column {
		margin-right: 0!important;
		margin-bottom: 10px;
	}
	.footer .footer-logo a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer .footer-logo a .logo-column img {
		height: auto;
		max-width: 120px;
	}
	.bottom .inner {
		padding-bottom: 15px;
	}
}
@media (max-width:600px) {
	.uss_shop_detail_350_bottom .uss_img_wrapper {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.uss_shop_detail_350_bottom .uss_img_wrapper img {
		max-width: 100%;
		height: auto;
	}
	.uss_shop_detail_pos .uss_shop_technical_data {
		width: 100%;
	}
	.service-block .banners {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.service-block.x5 {
		word-wrap: break-word;
	}
	.service-block.x5 .banners .banner, .service-block.x5 .banners .news_block_item, .service-block.x5 .catalog_menu li, .service-block.x5 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x5 .uss_eshop_menu li {
		max-width: calc((100% - 15px)/2);
	}
	.service-block.x4 {
		word-wrap: break-word;
	}
	.service-block.x4 .banners .banner, .service-block.x4 .banners .news_block_item, .service-block.x4 .catalog_menu li, .service-block.x4 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x4 .uss_eshop_menu li {
		max-width: calc((100% - 15px)/2);
	}
	.service-block.x3 {
		word-wrap: break-word;
	}
	.service-block.x3 .banners .banner, .service-block.x3 .banners .news_block_item, .service-block.x3 .catalog_menu li, .service-block.x3 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x3 .uss_eshop_menu li {
		max-width: calc((100% - 15px)/2);
	}
	.service-block.x2 {
		word-wrap: break-word;
	}
	.service-block.x2 .banners .banner, .service-block.x2 .banners .news_block_item, .service-block.x2 .catalog_menu li, .service-block.x2 .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category, .service-block.x2 .uss_eshop_menu li {
		max-width: calc((100% - 15px)/2);
	}
	.service-block .catalog_menu li .catalog_menu_item>a, .service-block.static .catalog_menu li .catalog_menu_item>a, .service-block.static .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name, .service-block.static .uss_eshop_menu li>a:not(.uss-block-link), .service-block .uss_catalog_sidebar.uss_catalog_list_cat .uss_catalog_category .uss_catalog_cat_name, .service-block .uss_eshop_menu li>a:not(.uss-block-link) {
		font-size: 16px;
	}
	.review-block.x3 .news_block_item, .review-block.x4 .news_block_item {
		width: calc((100% - 20px)/2);
	}
	.uss_shop_detail_pos .uss_img_wrapper .uss_img_big_image {
		max-width: 100%;
		display: block!important;
		float: none!important;
		margin: 0 auto;
	}
	.uss_shop_detail_pos .uss_img_wrapper .uss_img_big_image img {
		max-width: 100%;
		display: block;
	}
	.slider .slides .slide {
		overflow: hidden;
	}
	.slider .slides .slide .caption {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 100vw;
	}
	.slider .slides .slide .caption .title {
		font-size: 18px;
	}
	.slider .slides .slide .caption .preview {
		font-size: 14px;
		margin-bottom: 1em;
	}
	.slider .slides .slide .caption .uss-more a {
		font-size: 16px;
		padding: 10px 37px 10px 38px;
	}
	.slider .slides .slick-prev {
		left: calc(-100vw + 30px);
		width: 30px;
		height: 30px;
	}
	.slider .slides .slick-next {
		right: calc(-100vw + 30px);
		width: 30px;
		height: 30px;
	}
}
@media (max-width:550px) {
	.review.block .table tr {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review.block .table tr td {
		max-width: 100%;
	}
	.review.block .items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review.block .items .news_block_item {
		max-width: 100%;
	}
	.table tr td {
		width: 100%;
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		-o-flex: 0 100%;
		-webkit-box-flex: 0;
		flex: 0 100%;
	}
	.mainpage .block .h3, .mainpage .h3 {
		font-size: 22px;
	}
	.singlepage .block .h3, .singlepage .h3 {
		font-size: 20px;
	}
	.news-block .news_block_item {
		max-width: 100%;
	}
	.positions .positions-nav {}
	.positions .positions-nav span {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		-o-flex: 0 100%;
		-webkit-box-flex: 0;
		flex: 0 100%;
		font-size: 11px;
		padding: 15px 21px 13px;
		margin: 0 0 15px;
		text-align: center;
	}
	div.uss_tabs div.uss_tabs_navigation span {
		display: block;
		width: 100%;
		margin: 0!important;
	}
	.uss_user_basket table tbody tr th.basket_th_price {
		display: none;
	}
	.uss_user_basket table tbody tr td.uss_name {
		min-width: 200px;
	}
	.uss_user_basket table tbody tr td.uss_price_field:not(.uss_sum_field) {
		display: none;
	}
	.bottom .inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bottom .column {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		-o-flex: 0 100%;
		-webkit-box-flex: 0;
		flex: 0 100%;
		margin-bottom: 10px;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
		-o-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		text-align: center!important;
	}
	.uss_catalog_list_cat .uss_catalog_category {
		padding-bottom: 10px;
	}
	.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap {
		float: none;
		margin: 0 0 10px;
	}
	.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img {
		border: none;
		max-width: 100%;
		height: auto!important;
		margin: 0 auto;
		display: block;
	}
	.uss_catalog_list_cat .uss_catalog_category .uss_catalog_img_wrap .uss_catalog_cat_img img {
		display: block;
		margin: 0 auto;
	}
	.uss_catalog_list_cat .uss_catalog_category+.uss_catalog_category {
		border-top: 1px solid #797979;
		padding-top: 10px;
	}
	.uss_shop_list_view .uss_eshop_item .posimg_item {
		display: block;
		margin: 0 auto 10px;
		float: none;
	}
	.uss_shop_list_cat .uss_shop_category {
		text-align: center;
	}
	.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap {
		display: block;
		margin: 0 0 10px;
		float: none;
		width: 100%;
	}
	.uss_shop_list_cat .uss_shop_category .uss_shop_cat_img_wrap .uss_shop_cat_img {
		display: block;
		margin: 0 auto;
	}
	.touch .uss_shop_list_cat .uss_shop_category {
		padding-bottom: 15px;
		margin-bottom: 0!important;
		border: none;
		border-bottom: 1px solid #e8e8e8;
	}
	.touch .uss_shop_list_cat .uss_shop_category+.uss_shop_category {
		padding-top: 15px;
	}
	.touch .uss_shop_list_cat .uss_shop_category:hover {
		border-top: none;
		border-left: none;
		border-right: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.contacts.block .contacts-block table table p span {
		font-size: 20px!important;
	}
	.big-map.block .map-contacts .map-contacts-inner {
		padding: 20px 10px;
	}
	.footer .footer-logo {
		font-size: 30px;
	}
	.form-block form .group.end {
		max-width: 100%;
	}
	.form-block form .buttons {
		width: 100%;
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.big-map.block .map>ymaps {
		height: 200px!important;
	}
	.uss_buy_block_brandnew, .uss_buy_block_used {
		width: 49%;
		padding: 0 5px;
	}
	div.uss_tabs div.uss_tabs_navigation span {
		width: auto;
		font-size: 14px;
		padding: 3px 13px 0px;
	}
	.exchange_form_popup {
		top: 50px;
		margin-left: -50%;
		width: 100%;
	}
	.uss_oab_brandnew .pos_tips .tip {
		right: initial;
	}
	.uss_shop_detail_pos .uss_img_ico_box .uss_img_ico img {
		width: 100%;
		height: auto;
	}
	.uss_shop_detail_350_bottom .uss_img_ico_box .uss_img_ico {
		width: 100%!important;
		height: auto!important;
	}
	.uss_eshop_filters_block .group .filter_item .filter_elem_label {
		width: 30%;
	}
	.header .right {
		width: 100%;
		justify-content: space-between;
	}
}
@media (max-width:500px) {
	.comment_form_block form#ommentaddform_id .uss_form_item, .comment_form_block form#ommentaddform_id .uss_form_item.hnpot {
		-webkit-box-flex: 0;
		-webkit-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
	}
	.catalog_order_form form .group:not(.end) .fc_item:not(.fc_checkbox):not(:last-child), .comment_form_block form#ommentaddform_id .uss_form_item.uss_form_text:not(.hnpot):not(.uss_form_checkbox):not(.uss_form_textarea):not(:nth-of-type(2n)) {
		margin-right: 0;
	}
	.uss_shop_table_view>table tr.uss_eshop_item td.uss_img {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.uss_shop_table_view>table tr.uss_eshop_item td.uss_onlineorder, .uss_shop_table_view>table tr.uss_eshop_item td.uss_onlineorder>*, .uss_shop_table_view>table tr.uss_eshop_item td.uss_price {
		display: inline-block;
		vertical-align: middle;
	}
	form:not(.uss_site_search):not(#subscribeForm) label {
		margin-bottom: 3px;
	}
	.uss_eshop_filters_block form .group .eshop_filters_items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.uss_eshop_filters_block form .group .eshop_filters_items>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 calc((100% - 10px)/2);
		-ms-flex: 0 calc((100% - 10px)/2);
		flex: 0 calc((100% - 10px)/2);
	}
	.header .left {
		margin: 0 auto;
	}
	.auth {
		text-align: left;
		font-size: 13px;
	}
	.uss_shop_detail_pos .eshop_filters_area form .group_wrap .value {
    display: table-cell;
    padding: 0 10px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
	}
	.uss_shop_detail_pos .eshop_filters_area form .group_wrap .title {
display: table-cell;
    padding: 0;
    margin: 0;
    white-space: nowrap;
	}
	
	.eshop_filters_items .eshop_filters_item {
		line-height: 17px;
		overflow: hidden;
	}
	.uss_shop_release_d_wrap .title {
		display: inline;
		padding-right: 3px;
	}
	.eshop_filters_item {
		margin-bottom: 0;
		padding: 10px;
	}
	.uss_shop_release_d_wrap {
		padding: 5px 10px;
	}
	.uss_shop_detail_pos .uss_shop_technical_data .uss_shop_by a.add_to_cart.buy_future {
		font-size: 13px;
	}
 .set_images_videos	iframe{
	height: 60vw;}
	.cloud-zoom-big {display: none!important;}
	a#cloud_id {opacity:1!important;}
}
@media (max-width:450px) {
	.service-block .banners .banner .caption .title, .service-block.x2 .banners .banner .caption .title, .service-block.x3 .banners .banner .caption .title, .service-block.x4 .banners .banner .caption .title, .service-block.x5 .banners .banner .caption .title {
		font-size: 18px;
	}
	.service-block .banners .banner .caption .preview, .service-block.x2 .banners .banner .caption .preview, .service-block.x3 .banners .banner .caption .preview, .service-block.x4 .banners .banner .caption .preview, .service-block.x5 .banners .banner .caption .preview {
		font-size: 14px;
	}
	.service-block .banners .news_block_item .info .title, .service-block.x2 .banners .news_block_item .info .title, .service-block.x3 .banners .news_block_item .info .title, .service-block.x4 .banners .news_block_item .info .title, .service-block.x5 .banners .news_block_item .info .title {
		font-size: 18px;
	}
	.service-block .banners .news_block_item .info .preview, .service-block.x2 .banners .news_block_item .info .preview, .service-block.x3 .banners .news_block_item .info .preview, .service-block.x4 .banners .news_block_item .info .preview, .service-block.x5 .banners .news_block_item .info .preview {
		font-size: 14px;
	}
	.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
		font-size: 20px;
	}
	.uss_shop_blocks_view .uss_eshop_item .buy-btns:not(.bottom_extra) a.add_to_cart, .uss_shop_blocks_view .uss_eshop_item .uss_shop_by .add_to_cart {
		padding: 10px 10px 9px;
		font-size: 14px;
	}
}
@media (max-width:430px) {
	.uss_eshop_filters_block form .group .eshop_filters_items .items_label.for_styler {
		padding-top: 0;
	}
	.uss_eshop_filters_block form .group .eshop_filters_items>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
	}
}
.uss_sortcat_wrapper {
	margin-bottom: 40px;
}
.uss_sortcat_title {
	margin: 20px 0 20px 12px;
	font-size: 30px;
}
.uss_sortcat_poses {
	/*	border: 1px solid #f4e6e6;
	margin: 12px;
	max-height: 900px;
	overflow: hidden;*/
}
.uss_sortcat_viewmore {
	float: right;
	background-color: #01c5bb;
	padding: 7px;
	cursor: pointer;
	display: none;
	opacity: 0.75;
	transition-property: opacity;
	transition-duration: 0.35s;
	color: #fff;
	border-radius: 22px;
	min-width: 131px;
	text-align: center;
}
.uss_sortcat_viewmore:hover {
	opacity: 1;
}


.uss_privacy_policy_wrap {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	max-width: 500px;
	max-height: 250px;
	min-width: 360px;
	padding: 20px;
}
.uss_privacy_policy_wrap .uss_privacy_policy_text {
	font-size: 16px;
	margin-right: 0;
}
.uss_privacy_policy_wrap .uss_privacy_policy_button {
	position: static;
	margin-top: 15px;
	text-align: center;
}
.uss_privacy_policy_wrap .uss_privacy_policy_button span {
	display: inline-block;
	max-width: 220px;
	width: 100%;
}

@media (max-width: 600px) {
	.uss_privacy_policy_wrap .uss_privacy_policy_text {
		font-size: 15px;
		line-height: 1.3;
	}
}
.exchange_rules p+p, .buy_rules p+p {
    margin: 0!important;
}