/* Reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
summary {
	display: block;
}

body {
	line-height: 1;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
input,
textarea {
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.vs-catalog {
	display: block;
	margin: 10px 0 15px 0;
	color: gray;
	font-size: 15px;
}
.vs-catalog span + span {
	padding-top: 2px;
	padding-left: 2px;
	color: #a2b0b3;
	display: inline-block;
	font-size: 15px;
}

/* Global styles
-----------------------------------------------------------------------------*/
@font-face {
	font-family: "GloberRegular";
	src: url("/css/font/glober_regular-webfont.woff2") format("woff2"),
		url("/css/font/glober_regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GloberBold";
	src: url("/css/font/glober_bold-webfont.woff2") format("woff2"),
		url("/css/font/glober_bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Glober";
	src: url("/css/font/glober_semibold-webfont.woff2") format("woff2"),
		url("/css/font/glober_semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

body {
	background: #fff;
	color: #768b90;
	font: 13px "GloberRegular", Tahoma, Arial, sans-serif;
	font-weight: 400;
	width: 100%;
	min-width: 300px;
}

a {
	color: #768b90;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h3,
.h4 {
	color: #191919;
	font-family: "GloberBold";
	font-weight: 400;
	margin: 10px 0 10px 0;
}
h1 {
	font-size: 22px;
}
h2 a {
	color: black;
	text-decoration: none;
}
h2 a:hover {
	color: #0076ff;
	text-decoration: underline;
}
h2 {
	font-size: 22px;
}
a.h3 {
	text-decoration: none;
}
a.h3:hover {
	color: #0076ff;
	text-decoration: underline;
}
h3,
.h3 {
	font-size: 20px;
}
h4,
.h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
ul {
	list-style: disc;
	margin: 5px 0 5px 15px;
}
ol {
	list-style: decimal;
	margin: 5px 0 5px 15px;
}
li {
	margin: 0;
}
input {
	vertical-align: middle;
}
img {
	max-width: 100%;
}
.hidden {
	display: none;
}
.link,
.link a {
	color: #0076ff;
	text-decoration: none;
}
.link:hover,
.link a:hover {
	text-decoration: underline;
}

.box-text {
	text-align: justify;
	padding: 0px 0;
}
.box-text a {
	color: #0076ff;
	text-decoration: none;
}
.box-text a:hover {
	text-decoration: underline;
}
body .notice {
	font-size: 1rem;
}
.box-text p,
.tabs-content p {
	padding: 0px 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.box-text ol,
.box-text ul,
.tabs-content__item ul {
	margin-bottom: 10px;
	list-style: none none outside;
}
.box-text ul li {
}
.box-text ul li {
	background: url(//ultratrade.cdnvideo.ru/images/fronted/li.png) 14px 11px no-repeat;
	padding: 3px 30px;
	font-size: 0.9rem;
	line-height: 1.5em;
}
.box-text ol > li {
	list-style: decimal;
	margin-left: 30px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.news-date {
	color: #0076ff;
	font-size: 0.9rem;
}
.clear {
	font-size: 0;
	height: 0;
	width: 0;
	clear: both;
}
#ajax_loading_indicator_box {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
	z-index: 100;
}
#ajax_loading_indicator {
	display: block;
	margin: 120px auto;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

:-ms-input-placeholder {
	color: #768b90;
}
::-ms-input-placeholder {
	color: #768b90;
}
::-webkit-input-placeholder {
	color: #768b90;
}
::-moz-placeholder {
	color: #768b90;
}
:placeholder-shown {
	color: #768b90;
}

::-ms-clear {
	display: none;
}

/* ideal flexbox grid */
.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.cols,
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.cols > *,
.row > * {
	padding-left: 15px;
	padding-right: 15px;
}
.col-grow {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
}
.col-1 {
	width: 8.33333%;
}
.col-2 {
	width: 16.66667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333%;
}
.col-5 {
	width: 41.66667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33333%;
}
.col-8 {
	width: 66.66667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333%;
}
.col-11 {
	width: 91.66667%;
}
.col-12 {
	width: 100%;
}

#send-message {
	color: #0076ff;
	font-size: 15px;
}
b,
strong {
	font-weight: bold !important;
}

/* Header
-----------------------------------------------------------------------------*/
.site-label {
	position: absolute;
	right: 0;
	top: 0;
}
.site-feedback {
	transform: rotate(90deg);
	padding: 3px 18px 11px 18px;
	text-decoration: none;
	border-radius: 0 0 4px 4px;
	background-color: #3c3c3e;
	font-size: 15px;
	color: #ffffff;
	position: fixed;
	top: 50%;
	right: -70px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 50;
}

.site-feedback > svg {
	margin-right: 10px;
}

.site-feedback > * {
	display: inline-block;
	vertical-align: middle;
}

.site-feedback:hover {
	background-color: #4a4a4c;
}

/*.bordered */
.bordered {
	border-top: 1px solid #f2f4f5;
	padding: 10px 0;
}

.header {
}
/*.header-top */
.header-top {
	padding: 5px 0 0;
}
.row-header-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}
.nav {
	margin: 0;
}

.nav:after {
	content: "";
	clear: both;
	display: table;
}

.nav li {
	display: block;
	float: left;
	vertical-align: middle;
	list-style: none;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	padding: 0 3px;
}

.nav li + li {
	margin-left: 24px;
}

.nav li a,
.nav li span {
	text-decoration: none;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	padding: 6px 0 12px;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
}
.nav li {
	border-bottom: 1px solid transparent;
}
.nav li:hover,
.nav li.active {
	/*border-bottom-color: #2a7afa;*/
	border-bottom: 1px solid #2a7afa;
}

#full-version {
	display: none;
}

.h-soc {
	padding: 0 5px;	
}
.header .h-soc {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 28px;
	margin-top: 3px;
}

.h-soc li svg path {
	fill: #b8c1c6;
	display: block !important;
}

.h-soc li a:hover > svg path {
	fill: url(#s-gradient);
}

.h-soc li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 5px;
	line-height: 0;
}
.h-soc li img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);

	opacity: 0.48;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.h-soc li a:hover img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.h-soc--big {
	margin-bottom: 2px;
}

.h-callback {
	color: #0076ff;
	font-family: "Arial";
	font-size: 14px;
	font-weight: 400;
	padding-top: 3px;
}

/*.header-middle */
.header-middle {
	padding: 19px 0px 19px;
}
.row-header-middle {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}
.col-logo {
	-webkit-flex-basis: 300px;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
}
.logo {
	display: block;
	cursor: pointer;
	font-size: 0;
}

.h-phone {
	padding-left: 20px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/h-phone.svg) no-repeat 0 2px;
	-webkit-flex-basis: 230px;
	-ms-flex-preferred-size: 230px;
	flex-basis: 200px;
}
#compare-box {
	margin-right: 30px;
}
.phone-number {
	color: #282828;
	font-family: "GloberBold";
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 3px;
	text-decoration: none;
	line-height: 1;
}
.h-note {
	color: #768b90;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 400;
	font-family: "GloberRegular";
}
.h-phone a.h-callback {
	font-size: 13px;
}

.h-address {
	padding-left: 23px;
	margin-top: -5px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/globe.svg) no-repeat 0 6px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.h-address .h-title {
	display: inline-block;
	vertical-align: middle;
}
.h-title {
	color: #282828;
	font-family: "Glober";
	font-size: 15px;
	font-weight: 600;
}
.h-city {
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
}
.h-city-active {
	color: #768b90;
	font-family: "Glober";
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding-right: 13px;
	text-decoration: none;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/marker.png) no-repeat right center;
}
.h-cart {
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-left: 57px;
	padding-top: 6px;
}
.h-cart:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: #0168cf url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart.svg) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.h-cart:hover:before {
	background-color: #f05f20;
}

#add_product_basket {
	width: 100%;
	position: absolute;
	padding: 12px 20px;
	margin-top: 14px;
	font-size: 1.2rem;
	background-color: black;
	border: 1px solid black;
	display: none;
	text-align: center;
	color: white;
	top: 60px;
	position: absolute;
	margin-left: -20px;
}
#add_catalog_basket {
	position: absolute;
	padding: 12px 20px;
	padding-top: 26px;
	margin-top: 14px;
	font-size: 14px;
	display: none;
	text-align: center;
	color: #fff;
	height: 75px;
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #006dff;
	background-image: -o-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: linear-gradient(48deg, #006dff 0%, #009dff 100%);
}

#add_catalog_basket > img {
	margin-right: 8px;
	opacity: 1 !important;
}

#add_catalog_basket > * {
	display: inline-block;
	vertical-align: middle;
}

.h-qty {
	color: #227bdb;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
}
.h-cart i {
	font-style: normal;
}

/*.header-bottom */
.header-bottom {
	padding: 10px 0 3px;
}
.row-header-bottom-show {
	margin: 0 -10px;
}
.row-header-bottom-show > * {
	padding: 0 10px;
}
.row-header-bottom {
	margin: 0 -10px;
}
.row-header-bottom > * {
	padding: 0 10px;
}
.col-h-catalog {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 285px;
	-ms-flex: 0 0 285px;
	flex: 0 0 285px;
	position: relative;
}
.h-catalog-toggle {
	display: block;
	height: 38px;
	line-height: 34px;
	padding: 0 15px;
	padding-top: 2px;
	background-color: #006dff;
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-family: "Glober";
	font-size: 15px;
	font-weight: 600;
	position: relative;
	z-index: 51;
}
.h-catalog-toggle:before {
	content: "";
	display: block;
	width: 19px;
	height: 17px;
	position: absolute;
	right: 11px;
	top: 10px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/catalog-toggle.svg) no-repeat 0 0;
}
.h-catalog-toggle:hover,
.h-catalog-toggle.open {
	background-color: #f8c72a;
	background-image: -o-linear-gradient(229deg, #f8c72a 0%, #fd9811 100%);
	background-image: -webkit-linear-gradient(229deg, #f8c72a 0%, #fd9811 100%);
	background-image: linear-gradient(221deg, #f8c72a 0%, #fd9811 100%);
}
.h-catalog-toggle.open {
	border-radius: 4px 4px 0 0;
}
.h-catalog-list {
	margin: 0;
	display: none;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 100%;
	margin-top: 0px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	z-index: 50;
	padding: 9px 0 14px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.h-catalog-list li {
	list-style: none;
}
.h-catalog-list > li > a,
.h-catalog-list > li > span {
	display: block;
	text-decoration: none;
	color: #768b90;
	font-size: 14px;
	font-weight: 400;
	border-left: 3px solid transparent;
	padding: 4px 19px;
	-webkit-transition: 0.2s;
	cursor: pointer;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.h-catalog-list > li:hover > a,
.h-catalog-list > li.active > a,
.h-catalog-list > li > span {
	background-color: #f4f5f7;
	border-left-color: #006cff;
	z-index: 1;
	position: relative;
}

.h-catalog-list > li .sub-top-menu {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	min-height: 100%;
	width: 680px;
	padding: 22px;
	background-color: #f4f5f6;
	border-radius: 0 4px 4px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	clip-path: inset(-20px -20px -20px 0);
}

.h-catalog-list > li:hover .sub-top-menu {
	display: block;
}

.col-h-search {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.h-search {
	position: relative;
}

/* nav toggle */
.nav-toggle {
	width: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20px;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
	height: 16px;
	right: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
	margin-top: 0px;
	margin-left: 10px;
}
.nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #3d4c56;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.nav-toggle span:nth-child(1) {
	top: 0px;
}
.nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(3) {
	top: 7px;
}
.nav-toggle span:nth-child(4) {
	top: 14px;
}
.nav-toggle.open span:nth-child(1) {
	top: 7px;
	width: 0%;
	left: 50%;
}
.nav-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}

/* Content
-----------------------------------------------------------------------------*/
.content {
}

/* slider arrows */
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 46px;
	height: 100%;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	z-index: 20;
}
.slick-prev {
	left: 10px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/sl-prev.png) no-repeat center center;
}
.slick-next {
	right: 10px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/sl-next.png) no-repeat center center;
}
.slick-prev:hover {
	opacity: 0.8;
}
.slick-next:hover {
	opacity: 0.8;
}

/* slider dots */
.slick-dots {
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 43px;

	padding: 0px 9px;
	height: 28px;
	background-color: #fff;
	border-radius: 14px;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 1px 5px;
}
.slick-dots li button {
	cursor: pointer;
	display: block;
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	text-indent: -9999px;
	font-size: 0;
	padding: 0;
	opacity: 0.33;
	background-color: #b8c1c6;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background-color: #006dff;
	background-image: -o-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: linear-gradient(48deg, #006dff 0%, #009dff 100%);
}

/*.intro-slider */
.intro-slider {
	margin-bottom: 15px;
	max-width: 1400px;
	height: 565px;
	margin: auto;
	margin-top: 7px;
}
.intro-slider .slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.sl-image {
	text-align: center;
	overflow: hidden;
}
.slide-img {
	position: absolute;
	top: 0;
	display: none;
}

.sl-image {
	min-height: 518px;
}
.sl-image-mobile {
	display: none;
}
.sl-image-mobile img {
	display: block;
	margin: 0 auto;
}
.sl-image img {
	display: block;
	margin: 0 auto;
	height: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sl-text {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.sl-text .container {
	height: 100%;
	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: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sl-left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 230px;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
}
.sl-best {
	width: 140px;
	border: 2px solid #01b2f8;
	border-radius: 8px;
	padding: 9px 16px 25px;
	margin-left: 40px;
}
.slb-head {
	color: #fff;
	font-family: "GloberRegular";
	font-size: 13px;
	font-weight: 400;
	padding: 5px 0;
	padding-left: 35px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/slb.png) no-repeat 0 50%;
	line-height: 1;
}
.slb-year {
	color: #fff;
	font-family: "Calibri", "GloberRegular", sans-serif;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.slb-note {
	color: #fff;
	font-family: "Myriad Pro", "GloberRegular", sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.sl-present {
	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;
	-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;
	width: 100px;
	height: 100px;
	background-color: #f8c72a;
	background-image: -o-linear-gradient(229deg, #f8c72a 0%, #fd9811 100%);
	background-image: -webkit-linear-gradient(229deg, #f8c72a 0%, #fd9811 100%);
	background-image: linear-gradient(221deg, #f8c72a 0%, #fd9811 100%);
	border-radius: 50%;
	padding: 2px 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -167px;
	top: 212px;
}
.sl-present img {
	display: block;
	margin: -7px auto 5px;
}
.sl-present span {
	color: #fff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.sl-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 460px;
	-ms-flex: 0 0 460px;
	flex: 0 0 460px;
	padding-top: 40px;
}
.sl-title {
	color: #fff;
	font-family: "GloberBold";
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}
.sl-note {
	color: #a4e5fe;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1.9;
}
.sl-footer {
	margin-top: 28px;
	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;
}
.sl-button {
	padding: 14px 18px;
	text-align: center;
	background-color: #f05f20;
	background-image: -o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f05f20),
		color-stop(0%, #f05f20),
		to(#ff7e00)
	);
	background-image: linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	border-radius: 3px;
	color: #fefefe;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
}
.sl-price {
	padding-left: 17px;
}
.sl-price-old {
	color: #01b2f8;
	font-family: "Calibri", "GloberRegular", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}
.sl-price-new {
	color: #fff;
	font-family: "Calibri", "GloberRegular", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

/*.row-about */
.c-about {
	border-bottom: 1px solid #f2f4f5;
	margin-bottom: 42px;

	padding: 0px 29px 29px 29px;
	margin-bottom: 42px;
	margin-top: -27px;
	z-index: 10;
	position: relative;
}
.row-about {
}
.row-about > * {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-left: 1px solid #e4e4e4;
}
.row-about > *:nth-child(4n + 1) {
	border-left: 0;
}
.about-item {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.row-about > *:nth-child(4n + 1) .about-item {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.about-number {
	color: #3a3434;
	font-family: "GloberBold";
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	padding-right: 15px;
}
.about-title {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
	max-width: 120px;
}

.head {
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 11px 0px;
}

.head-normal {
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 11px 0 20px;
}

@media only screen and (min-width: 1200px) {
	.head > h1 {
		max-width: 265px;
		flex-basis: 265px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.head > h1 {
		max-width: 240px;
		flex-basis: 240px;
	}
}

/*.categories-slider */
.c-categories {
	overflow: hidden;
	padding-top: 56px;
	margin: -59px 0px 28px;
}
.categories-slider {
	padding: 0;
	margin: 0px 0px 0;
	position: relative;
}
.categories-slider .slick-dots {
	background-color: #dfe6e6;
	left: auto;
	right: 0px;
	top: -53px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.categories-slider .slick-dots li button {
	opacity: 1;
	background-color: #fff;
}
.ct-item {
	display: block;
	text-decoration: none;
	text-align: center;
}
.ct-image {
	min-height: 70px;
	padding-bottom: 10px;
	/*    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: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.ct-item img {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.75;
}

.ct-item:hover img,
.ct-item.active img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.ct-title {
	color: #809398;
	font-family: "Myriad Pro", "GloberRegular", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
}
.ct-item:hover .ct-title,
.ct-item.active .ct-title {
	color: #0076ff;
	text-decoration: none;
}

/*.products-slider */
.products-slider {
	position: relative;
}
.products-slider .slick-prev,
.products-slider .slick-next,
.articles-slider .slick-prev,
.articles-slider .slick-next,
.pv-large .slick-arrow {
	left: auto;
	right: 7px;
	top: -42px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 29px;
	height: 29px;
	background-color: #dfe6e6;
	opacity: 1;
	border-radius: 50%;
	padding: 0;
}
.products-slider .slick-prev,
.articles-slider .slick-prev,
.pv-large .slick-prev {
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/left.svg);
	background-position: center center;
	right: 49px;
}

.pv-large .slick-slide {
	height: auto;
}
.products-slider .slick-next,
.articles-slider .slick-next,
.pv-large .slick-next {
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/right.svg);
	background-position: center center;
}

.articles-slider .slick-prev {
	left: 50%;
	margin-left: -35px;
	top: auto;
	bottom: 18px;
}
.articles-slider .slick-next {
	right: 50%;
	margin-right: -35px;
	top: auto;
	bottom: 18px;
}

.products-slider .prod-item {
	border-radius: 0;
	margin-left: 0px;
}

.prod-item {
	display: block;
	background-color: #fff;
	position: relative;
	padding: 20px 20px;
	border: 1px solid #e5eae8;
	border-radius: 4px;
}

.prod-item .prod-price {
	margin-bottom: 7px;
}

.prod-item:hover img {
	opacity: 0.85;
}

.prod-item:hover {
	border: 1px solid #ccc;
}

.prod-item:hover {
	border-radius: 4px 4px 0 0;
}

.prod-item a {
	text-decoration: none;
}

.prod-item a:hover {
	text-decoration: underline;
}

.vs-catalog-item {
	box-sizing: content-box;
	display: none;
	position: absolute;
	bottom: -52px;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: white;
	z-index: 10011;
	width: 100%;
	left: -1px;
	padding: 14px 0 10px 0;
	border-radius: 0 0 4px 4px;
	text-align: center;
}
.prod-active {
	margin-bottom: 4px;
}
.prod-active .pv-warehouse-no {
	color: #717171;
}
.prod-item:hover .vs-catalog-item {
	display: block;
}
.vs-catalog-item .check-style {
	font-size: 14px;
	float: none;
	color: #a2b0b4;
	text-align: center;
}
.vs-catalog-item .check-style input + span {
	margin-top: 1px !important;
}

.product-view .vs-catalog .check-style span + span {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	padding-top: 3px;
}

.pv-chars th:first-child,
.pv-chars td:first-child {
	padding-left: 0;
}

.pv-chars th:last-child,
.pv-chars td:last-child {
	padding-right: 0;
}

.prod-label,
.new-label {
	color: #fff;
	font-family: "GloberBold";
	font-size: 12px;
	font-weight: 400;
	width: 82px;
	height: 23px;
	display: inline-block;
	background-color: #fecc2d;
	padding: 2px 5px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.prod-label:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 100%;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/prod-label.png) no-repeat 0 0;
}
.new-label {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAgCAYAAABJqsWHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVFQTc5RDgzNkZFNzExRTg4Qzg1RDJBRDY1NUNBRjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVFQTc5RDg0NkZFNzExRTg4Qzg1RDJBRDY1NUNBRjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUVBNzlEODE2RkU3MTFFODhDODVEMkFENjU1Q0FGM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUVBNzlEODI2RkU3MTFFODhDODVEMkFENjU1Q0FGM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FWs1EAAACWklEQVR42mLMP6D3n2EUgAHTaBCMBsZoYIwGxmhg0DAwDETdGCbYXwTTMJCg1Q0W42LhG00ZwxGwUMsgZ9kkBl+lfDD71vsTDCtvNTO8/fEEnJpAqQgGHn++xjD9UjrDtz+fGIqNloPFes9FMsjyaoH5F17vYlhwrRSr3OZ7Exn2Pp6HIhemVgu2o+WkN1is2Hg5gzCHDNwd04B20TVlqAlagAMC5NiCg/oMwpwyDOFARyIDkAdhHrOUDMESmIkk2wsyywpo1t5H88GBC8IgNsgNIPtA7rLCYhdVUgYkhrsxHcWjBYmJDyfA9E1gjCCXL+jgO9DR6IEJUv8NTRwf4GLlY/BVzAenPlBqgYFjz9fAUwUICHNK0yYwQKENSsawgIF5mIuVF8OzoIIVuXBFySpfrqGoB3kKZC4oUNBjHlRIYwOgrADCMM/DxED2gPQNWAH67fdnFD4nMBBgyRY5IEHJFyRmKRmM8AAwS4Ecv/fxfAxzQeULSA8oe2GTA6UIUDaAed5ZLhHMBqlvhpYhdA8MWEyrCUBiVh0Yw08+X8OpXgRawIFTFTDgQLH7GI96XABWVqCXN99+f8KbTWkaGKD8CSo8QYUoKFm//f4EXJuglzewJL/5/kSEw4Ge2XJvInkpElpggjwOwiA2qAypNd8KjBBzMJsUwDjahR9tdI0GxmhgjAbGaGCMBsZoYNCwC8843D357uFPEEWoPdXI+P//8G9zxS3SIBQYjUDcMJpNoAExWmYgBcRIDwyUgBjJgYERECM1MLAGxEgMDJwBMdICA29AgABAgAEAVe/0nfFBGisAAAAASUVORK5CYII=")
		0 0 no-repeat;
	width: 67px;
	height: 32px;
	font-size: 0 !important;
}
.product-box-two .prod-label,
.product-box-two .new-label {
	right: 0px;
	left: auto;
	top: 0;
}

.prod-image {
	text-align: center;
	padding-top: 31px;
	padding-bottom: 20px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-height: 215px;
	max-height: 215px;
	margin-top: 3px;
}
.prod-image img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}
.prod-category {
	display: inline-block;
	padding: 4px 10px;
	background-color: #f2f4f4;
	border-radius: 4px;
	color: #768b90;
	font-family: "Arial";
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 10px;
}
.prod-title {
	color: #0076ff;
	font-family: "Arial";
	font-size: 14px;
	font-weight: 400;
	min-height: 42px;
	line-height: 1.5;
	padding-right: 0px;
	margin-bottom: 22px;
	display: block;
}
.prod-price {
	color: #191919;
	/*font-family: "Calibri";*/
	/*font-weight: 700;*/
	font-size: 16px;
}
.prod-price span {
	font-size: 22px;
	font-family: "GloberBold";
}
.prod-buy {
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.prod-buy:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #006dff;
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		-o-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		-webkit-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		linear-gradient(48deg, #006dff 0%, #009dff 100%);
	border-radius: 50%;
}
.prod-buy:hover:before {
	background-color: #f05f20;
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		-o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		-webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		-webkit-gradient(linear, left bottom, left top, from(#f05f20), color-stop(0%, #f05f20), to(#ff7e00));
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg),
		linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
}

/*.row-products */
.row-products {
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/*width: 100%;*/
	flex-wrap: wrap;
	align-items: flex-start;
}

.row-articles {
	align-items: stretch;
}

.row-articles .article-item {
	height: 100%;
}

.row-products > * {
	margin-bottom: 20px;
}

.row-products > .pages-box {
	flex-grow: 100%;
	width: 100%;
}

.more-look {
	display: inline-block;
	color: #fff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	min-width: 120px;
	padding: 6px 10px;
	text-align: center;
	background-color: #070708;
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
	border-radius: 4px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.more-look:hover {
	background-color: #f05f20;
	background-image: -o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f05f20),
		color-stop(0%, #f05f20),
		to(#ff7e00)
	);
	background-image: linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
}
.footer-content {
	padding: 25px 0 15px 0;
}
.yandex-market {
	float: left;
}
.footer-contact {
	vertical-align: top;
	float: left;
	margin-left: 70px;
	width: 360px;
}
.footer-head {
	vertical-align: top;
	font-family: "GloberBold";
	font-weight: bold;
	font-size: 16px;
	color: black;
}
.footer-head-big {
	font-family: "GloberBold";
	font-weight: bold;
	font-size: 20px;
	color: black;
	margin: 5px 0 12px 0;
}
.footer-contact p {
	margin-top: 7px;
	line-height: 1.5em;
}
.footer-contact p img {
	vertical-align: top;
	margin-top: -10px;
}

.footer-pay {
	vertical-align: top;
	float: left;
	margin-left: 70px;
}
.footer-pay img {
	margin-top: 20px;
	margin-right: 24px;
}
/*.row-actions */
.row-actions {
	margin-bottom: 60px;
}
.action-item {
	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;
	text-decoration: none;
	max-width: 360px;
}
.row-actions > *:nth-child(1n) .action-info {
	background-color: #ffba0e;
	background-image: -o-linear-gradient(336deg, #ffba0e 0%, #f18325 100%);
	background-image: -webkit-linear-gradient(336deg, #ffba0e 0%, #f18325 100%);
	background-image: linear-gradient(114deg, #ffba0e 0%, #f18325 100%);
}
.row-actions > *:nth-child(2n) .action-info {
	background-color: #f05f20;
	background-image: -o-linear-gradient(125deg, #f05f20 0%, #f05f20 0%, #ff9600 100%);
	background-image: -webkit-linear-gradient(125deg, #f05f20 0%, #f05f20 0%, #ff9600 100%);
	background-image: linear-gradient(325deg, #f05f20 0%, #f05f20 0%, #ff9600 100%);
}
.row-actions > *:nth-child(3n) .action-info {
	background-color: #006dff;
	background-image: -o-linear-gradient(150deg, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(150deg, #006dff 0%, #009dff 100%);
	background-image: linear-gradient(300deg, #006dff 0%, #009dff 100%);
}
.action-info {
	padding: 13px 15px 17px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-radius: 4px 0 0 4px;
	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;
	-webkit-flex-basis: 145px;
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.action-label {
	color: #fff;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	height: 23px;
	display: inline-block;
	background-color: #fecc2d;
	padding: 4px 14px;
	text-align: center;
	position: relative;
	margin-bottom: 3px;
}
.action-label:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 100%;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/action-label.png) no-repeat 0 0;
}
.action-title {
	color: #fff;
	font-family: "GloberBold";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
}
.action-go {
	color: #fff;
	font-family: "GloberRegular";
	font-size: 11px;
	font-weight: 400;
	text-decoration: underline;
}
.action-item:hover .action-go {
	text-decoration: none;
}
.action-image {
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 0 4px 4px 0;
}
.action-image img {
	display: block;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.action-item:hover .action-image img {
	opacity: 0.8;
}

/*.partners-slider */
.partners-slider {
	margin: 45px 0 45px;
	padding: 27px 70px;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 4px;
}
.partners-slider .slick-arrow {
	top: 0;
	margin-top: 0;
}
.partners-slider img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.25;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	vertical-align: middle;
}
.partners-slider img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.partners-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.partners-slider .slide {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	padding: 0 15px;
}

/*.articles-slider */
.articles-slider {
	margin: 0 -15px;
	padding-bottom: 2px;
}
.articles-slider .slide {
	padding: 0 15px;
	padding-bottom: 2px;
}
.article-item {
	display: block;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 4px;
	text-decoration: none;
}
.article-image {
	position: relative;
	text-align: center;
	width: 260px;
	max-width: 100%;
	min-height: 180px;
	float: left;
}
.article-image img {
	max-height: 150px;
}
.article-image img {
	display: block;
	margin: auto;
}
.article-item:hover .article-image img {
	opacity: 0.8;
}
.article-item .action-label {
	position: absolute;
	top: auto;
	bottom: 23px;
	left: 10px;
}
.label-top {
	top: 10px !important;
}
.article-text {
	padding: 15px 15px;
}
.article-title {
	color: #0076ff;
	font-family: "GloberRegular";
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
	margin-bottom: 10px;
}
.article-item:hover .article-title {
	text-decoration: none;
}
.article-descr {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 11px;
}
.article-foot {
}
.article-date {
	display: inline-block;
	vertical-align: middle;
	padding-right: 50px;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0;
	margin-right: 34px;
}
.article-comments {
	color: #868686;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0;
	padding-left: 20px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/comments.png) no-repeat 0 50%;
}

/*.row-welcome */
.row-welcome {
	margin-top: 48px;
	margin-bottom: 28px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.col-welcome-intro {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 473px;
	-ms-flex: 0 0 473px;
	flex: 0 0 473px;
}
.welcome-intro {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 15px;
	font-weight: 400;
	padding-left: 88px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/ultratrade.png) no-repeat 0 0;
	margin-left: -4px;
	background-size: contain;
	line-height: 1.7;
}
.welcome-intro h3 {
	color: #768b90;
	font-family: "GloberBold";
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}
.button {
	border: 0;
	cursor: pointer;
	display: inline-block;
	color: #fefefe !important;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	background-color: #006dff;
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
	border-radius: 3px;
	text-align: center;
	padding: 11px 20px;
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.button:hover {
	background-color: #f05f20;
	background-image: -o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f05f20),
		color-stop(0%, #f05f20),
		to(#ff7e00)
	);
	background-image: linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
}
.button:active,
.pv-buttons > a:active,
.h-catalog-toggle:active,
.more-look:active,
.btn-checkout:active,
.coupon-button:active,
#order_button button:active {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}
.welcome-intro .button {
	margin-top: 15px;
}
.col-welcome-descr {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
}
.col-welcome-descr p {
	margin: 10px 0 27px;
}

/*.row-subscribe */
.row-subscribe {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sb-title {
	color: #768b90;
	font-family: "Arial";
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
	padding-left: 40px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/envelope.svg) no-repeat 0 50%;
	margin-left: 4px;
}
.col-sb-form {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 294px;
	-ms-flex: 0 0 294px;
	flex: 0 0 294px;
}
.sb-form {
	position: relative;
}
.sb-input {
	width: 100%;
	height: 34px;
	background-color: #f2f4f4;
	border-radius: 17px;
	padding: 0 17px;
	padding-right: 45px;
	border: 0;
}
.sb-submit {
	border: 0;
	cursor: pointer;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #0069ff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 700;
	height: 100%;
	width: 42px;
	text-align: center;
}
.sb-submit:hover {
	opacity: 0.8;
}

/* filter */
.filter-wrapper {
	border: 1px solid #e4e9e7;
	border-radius: 4px;
	margin-bottom: 58px;
}
.f-item {
	border-bottom: 1px solid #f2f4f4;
	padding: 20px 18px 16px;
	margin-bottom: 7px;
}
.f-item:last-of-type {
	border-bottom: 0;
}

.f-title {
	color: #282828;
	font-family: "Glober";
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}

.f-title:after {
	content: " ";
	background: url(/images/arrow.svg?c=3) 0 4px no-repeat;
	width: 10px;
	height: 14px;
	background-size: 10px 10px;
	position: absolute;
	right: 0px;
}
.f-title.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.f-inner {
	display: none;
}

.f-range {
	margin: 15px 0;
}
.range-inputs {
	margin: 10px 0 0;
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
}
.range-inputs input {
	width: 88px;
	height: 38px;
	background-color: #f2f4f4;
	border-radius: 4px;
	border: 0;
	padding: 0 10px;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
}
.price-input-from {
}
.price-input-to {
}

.filter-toggle {
	display: none;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #dadada;
	color: #282828;
	font-family: "Glober";
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 30px;
}
.filter-toggle span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 26px;
	margin-right: 10px;
}

.f-checkboxes {
	max-height: 170px;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-top: -8px;
}

label.checkbox {
	display: block;
	color: #809398;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}
.filter-wrapper label.checkbox {
	display: block;
	margin: 18px 0;
}
label.checkbox input {
	position: absolute;
	opacity: 0;
}
label.checkbox input + span {
	display: inline-block;
	vertical-align: middle;
}
label.checkbox input + span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/checkbox.png) no-repeat 0 0;
	margin-right: 15px;
}
label.checkbox input:checked + span:before {
	background-position: 0 100%;
}

.f-link {
	color: #809398;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
}
.f-hidden {
	display: none;
}

.filter-buttons {
	text-align: center;
	margin: 10px 0;
	padding: 10px 10px;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.filter-submit {
	color: #fefefe;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	width: 103px;
	height: 42px;
	background-color: #12bfff;
	background-image: -o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f05f20),
		color-stop(0%, #f05f20),
		to(#ff7e00)
	);
	background-image: linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	border-radius: 3px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin: 5px 5px;
}
.filter-submit:hover {
	opacity: 0.8;
}
.filter-reset {
	color: #768b90;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	width: 106px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 3px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin: 5px 5px;
}
.filter-reset:hover {
	opacity: 0.8;
}

.rating {
	overflow: hidden;
	font-size: 0;
}
.rating > input {
	display: none;
}
.rating > label:before {
	margin: 0px 5px 1px 0px;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/images/rating.png) no-repeat 0 100%;
	cursor: pointer;
}
.rating:hover > label:before {
	background-position: 0 -16px !important;
}

.rating > label {
	color: #ddd;
	float: right;
}
.rating > input[checked="checked"] ~ label:before {
	background-position: 0 0;
}

.rating > input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before {
	color: #ffd700;
	background-position: 0 0 !important;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
	opacity: 0.8;
}

/*.breadcrumbs */
.breadcrumbs {
	margin: 24px 0px 10px;
}
.breadcrumbs li {
	list-style: none;
	display: inline;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
}
.breadcrumbs li:after {
	content: " / ";
	padding: 0 3px;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs li a {
	color: #768b90;
}

/*.show-params */
.show-params {
	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;
	margin-top: -10px;
}

.head > .show-params {
	margin-top: 0;
}

.s-sort {
	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;
}
.s-title {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-right: 5px;
}
select.sort-select {
	height: 33px;
	border: 1px solid #f2f4f4;
	border-radius: 4px;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	padding: 0;
}
.s-sort select {
	width: 178px;
	margin-left: 9px;
}

.s-display {
	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;
	margin-left: 21px;
}
.display-list {
	margin: 0;
	margin-top: -2px;
	margin-right: 12px;
}
.display-list li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 0;
}
.display-list li svg.ds {
	display: block;
	fill: #dfe6e6;
	transition: fill 0.1s ease;
}

.display-list li a:hover > svg.ds,
.display-list li .active > svg.ds {
	fill: #0168cf;
}

/*.columns-wrapper */
.columns-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	max-width: 100%;
}
.column-sidebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 265px;
	-ms-flex: 0 0 265px;
	flex: 0 0 265px;
	margin-right: 30px;
}
.column-sidebar .categories-list {
	margin: 0;
	padding: 0;
	border: 1px solid #e4e9e7;
	border-radius: 4px;
	margin-bottom: 30px;
	cursor: pointer;
}
.column-sidebar .categories-list .ct-item {
	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;
	width: 100%;
	border-bottom: 1px solid #f2f4f4;
	padding: 16px 17px 16px;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.column-sidebar .categories-list > ul > li:last-child .ct-item {
	border-bottom: 0 none;
}

.column-sidebar .categories-list .ct-item:hover,
.column-sidebar .categories-list .ct-item.active {
	background-color: #f2f4f4;
}
.column-sidebar .categories-list .ct-item:last-child {
	border: none;
}
.column-sidebar .categories-list .ct-item .ct-image {
	-webkit-box-flex: 20px;
	-webkit-flex: 20px 0 0;
	-ms-flex: 20px 0 0px;
	flex: 20px 0 0;
	margin-right: 22px;
	text-align: center;
	padding: 0;
	min-height: 0;
}
.column-sidebar .categories-list .ct-item .ct-image img {
	margin: auto;
}
.column-sidebar .categories-list .ct-item .ct-title {
	font-size: 12px;
	text-align: left;
}

.c-text {
	margin-top: 40px;
	line-height: 2;
}
.c-text h2 {
	margin: 5px 0;
}
.c-text p {
	margin: 5px 0;
}
.cols-two {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.cols-two > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 15px;
}

.categories-slider-bottom {
	margin-top: 136px;
	border-top: 1px solid #f2f4f5;
	padding-top: 35px;
	margin-bottom: 6px;
}
.categories-slider-bottom .slick-dots {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -15px;
}

.spec-slider {
	border: 1px solid #f0f2f1;
	border-radius: 0 0 5px 5px;
}
.spec-slider .prod-item {
	border: 0;
}
.spec-slider .slick-dots {
	padding: 15px 15px;
	position: static;
	margin: 0 auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	height: auto;
	width: 100%;
	border-top: 1px solid #f0f2f1;
	border-radius: 0 0 5px 5px;
}

/*.column-content */
.column-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

/*.pagination */
.pagination {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 11px;
	font-weight: 400;
	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;
}
.pagination a,
.pagination span.active {
	display: block;
	color: #768b90;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	min-width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 3px;
	margin: 2px 2px;
}
a.page-prev,
a.page-next {
	min-width: 90px;
	display: inline-block;
}
.pages-list {
	margin: 0;
	text-align: center;
}
.pages-list li {
	list-style: none;
	display: inline-block;
}
.pages-list li a {
}
.pagination a:hover,
.pagination .active {
	color: #fff !important;
	background-image: -o-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(42deg, #006dff 0%, #009dff 100%);
	background-image: linear-gradient(48deg, #006dff 0%, #009dff 100%);
}
.pages-delimiter {
	display: block;
	width: 30px;
	height: 8px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/delimiter.png) no-repeat 0 0;
}

/* page card */
.return-link {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
}

/*.product-view */
.product-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 22px;
	margin-bottom: 57px;
}

/*.pv-images */
.pv-images {
	position: relative;
	/*flex: 0 0 457px;*/
	max-width: 457px;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 4px;
	margin-right: 30px;
	text-align: center;
}
.pv-images .prod-label {
	z-index: 50;
}
.product-view .pv-images .prod-label,
.product-view .pv-images .new-label {
	z-index: 5;
	right: 10px;
	left: auto;
}
.pv-large {
	position: relative;
	padding-top: 34px;
}
.pv-large-before {
	display: block;
	z-index: 19;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 24px;
	height: 24px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/plus.svg) no-repeat 0 0;
}
.pv-large .slick-arrow {
	top: 50%;
	margin-top: 21px;
	position: absolute;
}
.pv-large .slick-arrow:hover {
	opacity: 0.8;
}
.pv-large .slick-prev {
	left: 15px;
}
.pv-large .slick-next {
	right: 15px;
}
.pv-large img {
	display: block;
	margin: 0 auto;
}
.pv-thumbs {
	padding: 0 47px;
	margin-top: 13px;
	margin-bottom: 18px;
}
.pv-thumbs .slick-slide {
	margin: 5px 10px;
	display: block;
	height: 52px;
	text-align: center;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 4px;
}
.pv-thumbs img {
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
}
.pv-thumbs .slick-current {
	border: 1px solid #b8c1c6;
}

/*.pv-info */
.pv-info {
	display: flex;
	flex-direction: column;
	-webkit-flex-basis: 350px;
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	padding-top: 0px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.pv-head {
	margin: -5px 0 10px;
	color: #191919;
	font-family: "GloberBold";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}

.pv-head {
	margin-bottom: 40px;
}

.product-view .pv-do {
	display: flex;
	flex-direction: column;
}

.product-view .pv-table-info-items {
	margin-top: auto;
}

.pv-available {
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 12px 15px 13px;
	border-bottom: 1px solid #e5eae8;
}
.pv-available a {
	text-decoration: none;
	border-bottom: 1px solid #b1bbbd;
	line-height: 1 !important;
	display: inline-block;
	float: right;
	padding-top: 1px;
	color: orange;
}
.request-price {
	font-size: 12px;
	float: right;
	padding-top: 3px;
	display: inline-block;
	text-decoration: underline;
	color: orange;
}
.pv-available-yes,
.pv-available-no,
.pv-warehouse-no {
	/*    display: inline-block;
        margin-right: 38px;*/
	font-size: 14px;
}
/*.pv-available-yes:before, .pv-available-no:before, .pv-warehouse-no:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    margin-right: 8px;
}*/

.pv-available-yes {
	color: #6eab46;
}
.pv-available-no {
	color: #e51a53;
}
.pv-warehouse-no {
	color: #0076ff;
}
/*.pv-available-yes:before {
    background: url(//ultratrade.cdnvideo.ru/images/fronted_new/av-yes.png) no-repeat center center;
}
.pv-available-no:before {
    background: url(//ultratrade.cdnvideo.ru/images/fronted_new/av-no.png) no-repeat center center;
}
.pv-warehouse-no:before {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAIAAAD5fKMWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM2OTYyNzc3MEJEQjExRTg4NTIyRERBRjFFMDI2QkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM2OTYyNzc4MEJEQjExRTg4NTIyRERBRjFFMDI2QkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzY5NjI3NzUwQkRCMTFFODg1MjJEREFGMUUwMjZCRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzY5NjI3NzYwQkRCMTFFODg1MjJEREFGMUUwMjZCRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7KKsIKAAABVElEQVR42mL8//8/AyGw/O7nrnNvHz/7xERQ6aybn9vOvXv85ruJsgAB1TPvfJ10+f2zz79khDgWusjgUz33xc/Jlz88//6XjZFxhpOMOAcT07uf/1qufr7x8Q+a0hWf/kw8+e75j7/MzIwNduIWoqxAQaYNz3/Ou/M14NCbLU9+wJXu//Cn+9j7Z7//MbMwecjwpSvzQsSZQmXYVQVY3v1lTDrzsePmV6DQg+//m69+ffTjLxMrixg3S6+5INwURmAI3v/xz+XAh89//wH5zmLsDIyMB1//+P2PgfH333kWwj4SLCiqgdSq179zzn0B8cH433+QRLAk23R9HmTPMMJjJ/PWj7WPfjIwMTL8B2kQ/v/voC2/GBsjsmpECHaocEgKsjEwMzOwMgOV1+vxoikFgf9IYMfH/6In/4oe/u599z9WwIDGTz3/SuTMv/84AECAAQAyM9k4AgBZAwAAAABJRU5ErkJggg==) no-repeat center center;
}*/
.pv-title {
	color: #282828;
	font-family: "GloberBold";
	font-size: 15px;
	font-weight: 600;
}
.pv-chars {
	width: 100%;
	border: 0;
	margin-top: 5px;
	margin-bottom: 0px;
}
.pv-chars th,
.pv-chars td {
	border: 0;
	padding: 3px 3px;
	text-align: left;
}
.pv-chars th {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
}
.pv-chars td {
	color: #282828;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
}
.pv-warn {
	color: #f2641b;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	padding: 12px 0px;
	padding-left: 30px;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/c10.svg) no-repeat 0 10px;
}

.pv-warn.pv-piggy {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/piggy.svg) no-repeat 0 10px;
}

.pv-warn.pv-pdf {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/pdf_3.svg) no-repeat 0 10px;
}

.pv-warn a {
	color: #f2641b;
}
.pv-price-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 6px;
}
.pv-price {
	font-family: "GloberBold";
	font-weight: 400;
	font-size: 18px;
	color: #070708;
	margin-right: 11px;
}
.pv-price span {
	color: #070708;
	font-family: "GloberBold";
	font-weight: 400;
	font-size: 30px;
}
.pv-when {
	color: #768b90;
	font-family: arial;
	font-size: 14px;
}
.pv-when a {
	text-decoration: none;
}
.pv-when a:hover {
	color: #0076ff;
	text-decoration: underline;
}
.pv-note {
	color: #768b90;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	padding: 5px 12px;
	background-color: #f2f4f4;
	border-radius: 4px;
	margin-bottom: 11px;
}

/*.pv-do */
.pv-do {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 263px;
	-ms-flex: 0 0 263px;
	flex: 0 0 263px;
	margin-left: 15px;
}
.pv-actions {
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 4px;
}
.pv-buttons {
	padding: 15px 20px 20px;
	position: relative;
}
.pv-buttons > a {
	display: block;
	height: 40px;
	padding: 10px 20px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	font-family: "Arial";
	font-size: 14px;
	font-weight: 400;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin: 2px 0 9px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.pv-buttons > a:last-child {
	margin-bottom: 0;
}

.pv-buttons > a:hover {
	opacity: 0.8;
}
.pv-buttons > a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

.pv-clarify {
	background-color: #fff;
	border-top: 1px solid #e5eae8;
	padding: 15px 20px 20px;
}

.pv-clarify-title {
	text-transform: uppercase;
	color: #f97427;
}

.pv-clarify-input {
	color: #9ea09f;
	font-size: 12px;
	margin-bottom: 3px;
}

.pv-clarify-input p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.pv-clarify-input input {
	padding: 5px;
	border: 1px solid #6e4f54;
	border-radius: 3px;
	color: #6e4f54;
}

.pv-clarify-input input:focus::-webkit-input-placeholder {
	font-size: 12px;
	font-family: inherit;
}
.pv-clarify-input input:focus::-moz-placeholder {
	font-size: 12px;
	font-family: inherit;
}
.pv-clarify-input input:focus:-moz-placeholder {
	font-size: 12px;
	font-family: inherit;
}
.pv-clarify-input input:focus:-ms-input-placeholder {
	font-size: 12px;
	font-family: inherit;
}

.pv-clarify button {
	padding: 7px;
	margin-top: 15px;
	background-color: #fb7329;
	border: none;
	color: #fff;
	display: block;
	margin-bottom: 15px;
}

.pv-clarify button:hover {
	background-color: #d54f06;
	transition: all 0.2s ease;
}

.pv-clarify-agreement {
	position: relative;
}

#agreement {
	width: 0;
	height: 0;
}

.pv-clarify-agreement #agreement:before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12px;
	width: 12px;
	position: absolute;
	left: -5px;
	top: 0;
	border: 1px solid #c1bfa8;
	border-radius: 3px;
}

.pv-clarify-agreement #agreement:checked:before {
	content: "\2714";
	border: 1px solid #000;
	background-color: #f2eac9;
}

.pv-clarify-agreement p {
	display: inline;
	color: #777b7c;
}

.pv-buy {
	background-color: #f9742a;
	background-image: -o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f05f20),
		color-stop(0%, #f05f20),
		to(#ff7e00)
	);
	background-image: linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
}
.pv-credit {
	background-color: #3c3d3d;
	background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #414244 100%);
	background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #414244 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#2c2c2c), to(#414244));
	background-image: linear-gradient(to top, #2c2c2c 0%, #414244 100%);
}
.pv-oneclick {
	background-color: #1284fa;
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
}
.pv-buy:before {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/icon-cart-small.svg) no-repeat center center;
}
.pv-credit:before {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/present.svg) no-repeat center center;
}
.pv-oneclick:before,
.pv-buttons > a.pv-oneclick:before {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/mouse.svg) no-repeat center center;
	width: 13px;
	height: 19px;
}

.pv-table-info__bonuses {
	color: #282828;
	font-family: "Glober";
	font-size: 15px;
	display: flex;
	align-items: center;
}

.pv-table-info__bonuses__table {
	padding-top: 4px;
	margin-top: 6px;
	border-top: 1px solid #e5eae8;
}

.pv-table-info__bonuses .icon {
	margin-right: 4px;
	font-size: 0;
	margin-left: 12px;
}

.check-style {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	color: #6c6c6c;
	vertical-align: top;
	padding: 0 8px 5px 0px;
	text-align: left;
	display: block;
	float: left;
}

.check-style input[type="radio"],
.check-style input[type="checkbox"] {
	vertical-align: middle;
	margin-bottom: 3px;
	display: none;
}

.check-style input[type="radio"] + span,
.check-style input[type="checkbox"] + span {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/sprite-basket.png) no-repeat -43px -30px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	vertical-align: top;
	margin-right: 5px;
}
.check-style input[type="radio"] + span + span,
.check-style input[type="checkbox"] + span + span {
	vertical-align: top;
}
.check-style input[type="radio"]:checked + span {
	background-position: -19px -30px;
}
.check-style:hover input[type="radio"] + span {
	background-position: -92px -29px;
}
.check-style:hover input[type="radio"]:checked + span {
	background-position: -68px -29px;
}

.check-style input[type="checkbox"] + span {
	background-position: -167px -26px;
	width: 20px;
	height: 20px;
}
.check-style input[type="checkbox"]:checked + span {
	background-position: -137px -26px;
}
.check-style:hover input[type="checkbox"] + span {
	background-position: -225px -24px;
}
.check-style:hover input[type="checkbox"]:checked + span {
	background-position: -195px -24px;
}
.check-style input[type="checkbox"]:disabled + span + span {
	color: #cccccc !important;
}
.check-style input[type="checkbox"]:disabled + span {
	background-position: -6px -7px !important;
	opacity: 0.5 !important;
}

.table-info-items {
	width: 100%;
}
.table-info-items td {
	font-size: 12px;
}
.table-info-items td img {
	width: 32px;
	margin-left: 3px;
}
.table-info-items tr td a {
}
.table-info-items tr td {
	padding: 8px 0;
	vertical-align: middle;
	color: black;
}
.table-info-items tr td:first-child {
	padding-right: 5px;
}
.table-info-items tr td:last-child {
	text-align: right;
}

.pv-pays {
}
.pv-soc {
	padding: 30px 0px 10px 3px;
	text-align: left;
	margin-top: auto;
}
.pv-print {
	text-align: center;
	margin: 16px 0;
}
.pv-print-link {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	padding: 5px 0;
	padding-left: 25px;
	margin-right: 25px;
	margin-left: 15px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwNjM3MUYxMUVFMTExRTg5RjM1QzEzNDFDRDM2MjlFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwNjM3MUYyMUVFMTExRTg5RjM1QzEzNDFDRDM2MjlFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODA2MzcxRUYxRUUxMTFFODlGMzVDMTM0MUNEMzYyOUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODA2MzcxRjAxRUUxMTFFODlGMzVDMTM0MUNEMzYyOUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71t5dpAAAAe0lEQVR42mL8//8/AwyU90w8AqSsGfCDI50l+bYwDhOaJCHNIGCDzGHBpgJoAyM2caAL/6OLMTFQCBjLuiccIdLpWMODiQLN4PBgIeRvXAAWHhSHAQuaqSMxHTDhM51QDMAMOEqBA44youVGolyBHEboYUCMa1DUAAQYAK33LRM2q6UUAAAAAElFTkSuQmCC)
		no-repeat 0 58%;
}
.item-block-info {
	float: right;
	vertical-align: top;
	margin-top: -8px;
}
.vs-items {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/chart.svg) 10px 7px no-repeat;
	margin-left: 23px;
	background-color: #f2f4f4;
	padding: 7px 10px 7px 31px;
	border-radius: 5px;
	font-size: 13px;
	display: inline-block;
	color: #768b90;
	cursor: default;
	text-decoration: none;
}
.vs-items.vs-items-fancy {
	cursor: pointer;
}
.vs-items.vs-items-fancy:hover {
	opacity: 0.8;
}
.vs-items span {
	border-radius: 6px;
	font-family: "Arial";
	display: inline-block;
	padding: 3px 10px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1;
	color: white;
	background-color: #768b90;
}

/*.tabs-wrapper */
.tabs-wrapper {
	margin-bottom: 35px;
}
.tabs-menu {
	font-size: 0;
	margin: 0;
	margin-left: -8px;
	padding-left: 8px;
	border-bottom: 1px solid #e5eae8;
}
.tabs-menu li {
	list-style: none;
	display: inline-block;
	margin-bottom: -1px;
}

.tabs-menu li a {
	display: block;
	text-decoration: none;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	padding: 17px 57px;
	min-width: 128px;
	text-align: center;
	background-color: #f2f4f4;
	position: relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.tabs-menu li.active a:before {
	background-color: #007aff;
	position: absolute;
	height: 4px;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	content: "";
}

.tabs-menu li a:after {
	background-color: #dfe6e6;
	position: absolute;
	height: 1px;
	display: block;
	left: -1px;
	right: -1px;
	bottom: 0;
	content: "";
}

.tabs-menu li.active a {
	border-left-color: #dfe6e6;
	border-right-color: #dfe6e6;
}

.tabs-menu li.active a:after {
	background-color: #fff;
	left: 0;
	right: 0;
}

.tabs-menu li a:hover {
	background-color: #f5f7f7;
}
.tabs-menu li.active a {
	background-color: #fff;
}

.tabs-menu li.active a {
	border-bottom-color: transparent;
}

.tab-item {
	display: none;
	padding-top: 15px;
	font-size: 17px;
	text-align: justify;
}
.tab-item.active {
	display: block;
}
.row-two {
	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;
}
.row-two p {
	line-height: 1.8;
	margin: 15px 0 30px;
}
.row-two > * {
	width: 50%;
}

p.large {
	font-size: 14px;
}

.attention {
	width: 100% !important;
	padding: 5px 5px;
	background-color: #e5e9e8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	display: flex;
	justify-content: center;
}
.attetnion-body {
	background-color: #e5e9e8;
	color: #828b8a;
	display: flex;
	border-radius: 2px;
	text-align: center;
	align-items: center;
	text-align: justify;
	font-size: 15px;
}
.attention.hide{
	margin-top: 20px;
}
.attention-icon {
	display: flex;
	margin-right: 20px;
	width: 45px;
	height: 45px;
	background: url(//ultratrade.cdnvideo.ru/images/info.svg) no-repeat center /cover;
}
.attention-mistake {
	margin-top: 1.2em;
	padding: 0px 5px;
	 text-align: justify;
}

.attention-mistake-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px dashed #fff;
}

.show-video {
	position: absolute;
	bottom: 43%;
	right: -8px;
	transform: scale(0.5);
}

.show-video:hover {
	transform: scale(0.6);
	transition: transform 0.4s ease;
}

.show-video-icon {
	width: 120px;
	height: 85px;
}

.show-video-mini {
	display: block !important;
	transform: scale(0.3);
	bottom: 40%;
	right: -30px;
}
.show-video-mini:hover {
	transform: scale(0.35);
	transition: transform 0.4s ease;
}

@media screen and (max-width: 768px) {
	.show-video {
		bottom: 15%;
	}
	.show-video-mini {
		bottom: 30%;
	}
        .intro-slider {
            height: 310px;
	}
}

@media screen and (max-width: 576px) {
	.attention-icon {
		margin-left: 0;
		width: 50px;
		height: 40px;
		/*order: 1;*/
	}
        .intro-slider {
            height: 240px;
	}
}

/*.table-stripped */
.table-stripped {
	width: 100%;
	margin-top: 19px;
	margin-bottom: 20px;
}
.table-stripped tr:nth-child(odd) {
	border-radius: 3px;
	overflow: hidden;
}
.table-stripped tr:nth-child(odd) th,
.table-stripped tr:nth-child(odd) td {
	background-color: #f2f4f4;
}
.table-stripped tr:nth-child(even) th,
.table-stripped tr:nth-child(even) td {
}
.table-stripped th,
.table-stripped td {
	padding: 12px 13px 13px;
}
.table-stripped th {
	color: #38383a;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.table-stripped td {
	color: #7c8c94;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
	padding-right: 27px;
	text-align: left;
}

/*.c-reviews */
.c-reviews {
	margin-bottom: 40px;
	margin-top: 10px;
}
.rev-item {
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 3px;
	margin: 10px 0 17px;
}
.rev-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 27px 5px;
}
.rev-info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 152px;
	-ms-flex: 0 0 152px;
	flex: 0 0 152px;
	padding-top: 15px;
	margin-right: 15px;
}
.rev-name {
	color: #38383a;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.rev-city {
	color: #97a0a4;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 6px;
}
.rev-date {
	color: #97a0a4;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 6px;
}
.rev-time {
	color: #97a0a4;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
}
.rev-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1.7;
	color: #191919;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
}
.rev-text p {
	margin: 11px 0;
}
.rev-footer {
	padding: 11px 27px 16px;
	border-top: 1px solid #e5eae8;
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rev-footer-use {
}
.rfu-title {
	color: #7c8c94;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-right: 6px;
}
.rfu-list {
	margin: 0;
	display: inline-block;
}
.rfu-list li {
	list-style: none;
	display: inline-block;
	margin-right: 16px;
}
.rfu-list li a {
	color: #7c8c94;
	font-family: "GloberRegular";
	font-size: 14px;
	font-weight: 400;
}
.rfu-list li a.color-green {
	color: #6eab46;
}
.rev-footer-ok {
	color: #97a0a4;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
	margin-right: 10px;
}
.rev-answer {
	border: 1px solid #07f;
	margin-left: 60px;
}

/*.resp-form */
.resp-form {
	max-width: 495px;
	margin-top: 50px;
	margin-bottom: 45px;
}
.resp-form .button {
	padding: 14px 45px;
}
.resp-form h2 {
	margin: 10px 0 32px;
}
.form-row {
	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;
	margin: 19px 0;
}
.form-row > label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 199px;
	-ms-flex: 0 0 199px;
	flex: 0 0 199px;
	display: block;
	color: #383131;
	font-family: "GloberRegular";
	font-size: 13px;
	font-weight: 400;
	padding-right: 5px;
	position: relative;
	top: 11px;
}
.form-row-rating label {
	top: 0;
}
.rating-box {
	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;
	margin-bottom: 0px;
}
.rating {
	margin-right: 10px;
	margin-bottom: 0px;
}
.rating-title {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
}
.itext {
	height: 42px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 3px;
	padding: 0 15px;
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 13px;
	font-weight: 400;
}
textarea.itext {
	min-height: 72px;
	padding: 10px 15px;
	max-width: 100%;
}
.captcha {
	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;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.captcha-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 107px;
	-ms-flex: 0 0 107px;
	flex: 0 0 107px;
	margin-left: 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background-color: #f4f5f6;
	padding: 36px 0;
}
.row-footer {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.row-footer .nav {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 5px;
}
.row-footer .nav li a:hover {
	color: #364144;
}

.copyright {
	color: #768b90;
	font-family: "GloberRegular";
	font-size: 12px;
	font-weight: 400;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 222px;
	-ms-flex: 0 0 222px;
	flex: 0 0 222px;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.js-responsive-dom-placeholder {
	padding: 0 !important;
}

/**
Выбор региона 
**/

.search-button-region {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/sprite.png)-6px -47px transparent;
	width: 19px;
	cursor: pointer;
	height: 20px;
	font-size: 0 !important;
	border: 0;
	margin-top: 1px;
}
#select_region {
	display: none;
}
#my-region {
	position: relative;
}
.accept-region {
	margin-left: -20px;
	margin-top: 2px;
}
.region-link {
	margin-top: 5px;
	font-size: 0.9rem;
	color: white;
	text-decoration: none;
	background-color: #0076ff;

	background-color: #006dff;
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-family: "Glober";

	padding: 3px 11px 5px 11px;
	display: inline-block;
}
.region-link:hover {
	opacity: 0.8;
	color: white;
	text-decoration: none;
}
/*76ac18
*/
.region-link-gray {
	margin-top: 5px;
	font-size: 0.9rem;
	color: black;
	text-decoration: none;
	margin-left: 7px;
	background-color: #f3f3f3;
	padding: 3px 24px 5px 11px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.region-link-gray:hover {
	text-decoration: none;
	color: black;
	background-color: #e9e9e9;
	border: 1px solid #d0d0d0;
}

.region-link-gray span {
	position: relative;
}
#my-region-link a,
#my-region-link span {
	color: black;
	font-size: 1.15rem;
	text-decoration: none;
}
span.region-arrow:after {
	position: absolute;
	right: -14px;
	top: -1px;
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNzc0NzlBOEE0N0FFNzExODBDM0JBNDVBRTY4MUU2NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4M0JFNjU5Q0M4ODExMUU3OTQwNTk1NTRFQzQ1MTgzRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4M0JFNjU5QkM4ODExMUU3OTQwNTk1NTRFQzQ1MTgzRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2REU3QjY3QUFDRUQxMUU3QkNDODgyRTVGNTlCRTMxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2REU3QjY3QkFDRUQxMUU3QkNDODgyRTVGNTlCRTMxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsNhnfEAAABKSURBVHjaTE0JDsAgDEJj3JPdE/blOSdSdUubEKD0CCh8AATh4IUXZk404ygQq24fTE3SGnUP/qUrKW6RRd0HS2jzg/4374cAAwB0gyhZlKYncAAAAABJRU5ErkJggg==);
}
span.region-arrow.active:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNzc0NzlBOEE0N0FFNzExODBDM0JBNDVBRTY4MUU2NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBODA0NUJFNEM4ODExMUU3OTY1MjlBOUQ0NjcxQ0FBOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBODA0NUJFM0M4ODExMUU3OTY1MjlBOUQ0NjcxQ0FBOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOUE4MjYxREFDRUQxMUU3OUQwM0Y2MjMxODhDRTZBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOUE4MjYxRUFDRUQxMUU3OUQwM0Y2MjMxODhDRTZBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq+xaKsAAAA/SURBVHjaYvj//z8DDDOU//+DzGdigALGCoY/UPoXTIwJWQImBlPACDIKJvq/g4EFSeE/JmQJKJMdZhNAgAEAoloiPXwS3+EAAAAASUVORK5CYII=);
}

#my-region-link a:hover {
	color: #0076ff;
}
#search-region {
	width: 100%;
}

#search-city {
	position: relative;
	padding-right: 30px;
	padding-bottom: 17px;
}

#my-region h1 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
	background-image: none;
}
#my-region .notice {
	color: gray;
	margin-bottom: 17px;
}

#select_region {
	display: none;
	position: absolute;
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5;
	background-color: white;
	width: 590px;
	margin-top: 10px;
	padding: 19px 0px 20px 30px;
	z-index: 10;
	-webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}
#select_region button {
	position: absolute;
	right: 40px;
	top: 8px;
}

#select_region ul {
	width: 170px;
	display: block;
	float: left;
}
#select_region ul li {
	display: block;
	padding: 5px 0;
}
#select_region ul li a {
	text-decoration: none;
	color: black;
	font-size: 0.95rem;
}
#select_region ul li a:hover {
	color: #0076ff;
}

/**
Общие настройки из старого движка
*/

#form_message_ind {
	text-align: right;
}

.send {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMUAAACrCAYAAADWxljaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjNBM0M2MUFFMTlBMTFFN0E2NEJCQTg1OENFQkMwNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjNBM0M2MUJFMTlBMTFFN0E2NEJCQTg1OENFQkMwNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCM0EzQzYxOEUxOUExMUU3QTY0QkJBODU4Q0VCQzA0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCM0EzQzYxOUUxOUExMUU3QTY0QkJBODU4Q0VCQzA0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puv054gAACj5SURBVHja7H0JtGRlkWbE/9+br4piXwoaGEAB+6B0CwdFBC12hQbZHUAFQWFsPY6ARautODrd7gJKQzPndI8guCDQsjZ4aAVEEAV02JSCsqbYZUcRqCXz3j8mlv8u+arqvVf9Xk9nZv1xTtarvHnzbhlf7PEHEhEkSpSoIZceQaJECRSJEiVQJEqUQJEoUQJFokQJFIkSJVAkSpRAkShRAkWiRAkUiRIlUCRKNAyUTbYDXf9xgl9dDLj8jxDA85aQnlqigZbyUs9HiFAAQof/DbM3AbfzcQAHnYnTBgVddzrR7f/IJwoKCKISEDE9+UQDSwUQOOZRpAAd/hvQAS17EcLt5wLmOeE7vjwpA+NEVbLl321GbumLQM7zjj3dFpLFlWigKbDgZn4NpIBwoinAqWCntTYAd8Zzk4JiQk2B3ef5wLwLA4Jq5ZTMp0SDS561Q49ZNEe2bdiyKdGbgGdW90v+MH2foiw95IIwBgMRqunEBlR68okG13xi6S0cGgIC+THWGMtYsOfgQsl87KfEvdnEH5ICgo+v/wMBRrKeEg2ypqACeiLKFRkFIyRn09+xMA+QTdEfnhAURchZDZWmJZw4IHKipCkSDbKjnUPGTnbJZr8ApGR+dZ54G2sO1hNT4V43sX0WoMdIEDtN1Y9LrauJBpvUoRbOx0JDspiLw23baCY0BYlWYEel0He5eCvDr175QRUkEQpSHwkD6kOrHqnTJ0pQOnbUgpiOyA8p2APm/6ee9sH/hY157U+IPFvGbX66mqJNykAjkKMQps4Y6JbkQWZ+0BCePQgxE1n1SqyC7PERlhpqUBCFBIg1gSbJaGPNSAY9NqOGnC80aMCawjkGAmsCua1S9ICG7ljVlsjmYqbaRAINPnjzpfgfeQwpzrCGg0LT5VFLNGAYbm0hsesedFjql5qhB+80OuFI0jwlg4XNKRLN4KCUqIWAw0uID2ptkmiN1hTOwEC1iTb0VAogQKITQTUClYU6YCIAxIgiNpEYC6xFpLSFhYGAoJScKGmpS4o1JE0R/yOG92hksgl7kAvIQ84A6TL3Z8rowvYSwpPYs2cQSHxb9GTOmOiRmFTyPDxvKRLXrNmawgBhDrZXkAy7s52xj1BiqWYQ+Q64kjWA+BdsJgXK+f4k8ymlLXyvYkqxmeX5L4WM//Z4e5a4Zo0GBbl+jTHu/0PpaEvI1eWW7ZTEDjvb+FdngdvjGIBZc2QPCI8sgOKy+YBP3QZFJhrETClfsvbAVPs16uQm/7h5BXQrbBu2l6ZeigKCl+ABe9AH/wO4fU+E8icXQPfj60L3c7sAMjg6J10MtO726oSTVF2SfIf0GKi5mypEbc+F+pI4Pka5MBYAuL66sRLtO83zBHuv2tjKneUcppl9fUxUM8/Xx2CE63ELpPpYWtEsQWSi+n0Jtl91Xvle6eyY1fXLexffj/ZrpnyKKu40Ag63ZOeFyX2w+8O3HQXFjRdAuOkMNanwlYeh+MfDIP/M7eB3+QCEPyyC/PhzLNiAlq8giVbddCGUj90L+QnfZKYic8jjwyluugDwutMgO+ib4N6wpwIo2+w1mgSkm74LcO1HmQkLyPf6Erj9TgacPduifKyhlp+3u5U9H3wWdPY+Sf0aBd/SV6F32acA770IaMcPwKwPnMMgXk9iAJDx9eSn/Axo/c2g+/k/B//NV/WHpTpWFqB8+AHw5+0B+VkvQe/Cj4G7/yLGhvXHSFABPYMjxGxw0hQTgcJCkNXfUXhJHkIkpbzcpnuAG5sD9MDPaiFQ8iu8shjCM78D2uJ1APd8G7qnrg9L56+rUqH77VOh9/ENoHvdxw0DvP/y09aDZbytx5qGXnrO/DA5jsRxN30t0J3XQve0DaC4+jzAvY4Dt90RbJLNgrD417D8M5vD8lM3hO5XDwLYbCugN89X4ZOxf0OP3AfL56/Px18XygU/B7cnA6g0YMrJJVurwN7nCwDbvFFlHDqCgvfvnroO0KP3Q/nj7/D314fy3N2hCBZiD2w+aq4GUEur5dWTY6mmwBF/TRMUKqHkB55ScnxISHwCMU2kK2vu62zbkhfsYcQsttxveP5ZwI03104uMbXUjJFnwQ63HMNp/YBXoEg5iEh3ChrL1fxGcJm+4JnFADd/Vs2o4pbPQfnCY0Db7wVSyxkeuULzI2pqPXM7hKcfh3yjrTSDLri1ZhnU6xEzzi9ZwsevzMASvOfzr/1a8PP+K2uC34D2nQmw5XeT/cQnZLNP7ksCBXo88Y6C6RApYHG9oNeAmPP3UmRtcvMpINQ2wcjoVauWjBVitYYgcwLAFQIaYSoRxZKnyZTZUBhfARWsnoYZUqx1O5TTAjSJWskukgkvy0JFSbHsFT22dAwLGPHVV1ia83FDDrjf56Fz8MdaD5x9hUW/5HPOsjfbvAHGvvmiOvly1d0LTmPt41SSoQCYz9E5gM2+F58G+r/3Ar7pgCjExKfIVMOXHjXaJsCVghX5vHPi2fz3bDOvHr8Xym/swxqoqz5FMp8mNZ9IHT+ITUYj8Qr8w7MhLi/HJpLSWhtFy1v8jTGLNK0/l/2J3+tW5iqV3gqpUpjOoleqGaSZRV4iaaE0m1P8Dj6PmE+enNVOsaSWwkM1qSQfMmdrBUTvxxfCslPWUxOqfOQ3yuwlf45sPon0X3raxmz+bADlz6+BzuFnmPaOAC22OxL8HkdB9wefYR+FLFyspmHH/mIvaoXMNE3hFdTdC06BZR9js+wrB4Gfux24A8/izR0F9cj8zqt4zUz0iawMAmk0qn7E5pbEnLzKp38OsGwJO8N7W1BBIk1io6+3DeDc7QGfXGACoYoSSdmHRGqk9aqcxdJeiqFKjfBQj7cJ42uZCGhzlmcmDWutzX9z24e1g58zR4pJALedZ0C89nRwyAwpRj3vW1ZZdFyu2soXpCYULLgdYP1N+oIfsw6ez2D5F8Cn75DLiOHiKqolxp11mqnSkwgZRmgLUDPe56lfQvHUIt5BQF2MTIL2PzgkW2mLVmZ7yF/K9NLMzra/+KvFbZdDtu8J4Pf5on3GNrr78A9Zk7wKvV9+R/MYao+TmUgSWJXMd2CfQEwTNZnE9EAyV07rqMpoDbE9v+mWUO53hmqQzj6fA2THu3zwZoDFt6o09/v+DzbHloM74hyW2tvwcUyLFU4y69gIph12g9B9VR3t6regDf4Myuu/otft0HSdNg+HHhSsJbQ5TCzkUgDZVU1iwo3h0uN/13kNuM23izVuUbuMwG884Wv6PoVXqdUfhh1yaaJOsIRke8rQ4aq/UWc6f+eJkB/6Uf6cJf/DD0L3wlMAX16s2Qen0R4fzUhxZDsqVTsCIjXMc7X6g5hFwpjVahIMPPf076Hz5sPBHXKqflawuQS/u573Zca98duQHXIK+EM/ArT4QSgf+iWY2Z9Dp8vs/dodoXPuC3ZNEiX659NiHsICBuH68yG8/LBJ+GC+jYGXwUaz1WcKsSwFYcx+O/5y54Nn8h2facdZfB8sv+Z0/W7OICx90hQTLnGz7KMb03gfG2nYVaOYQBTxwUxbYrw/W9tKug1NwtqCDbqrI40oOTV8Mt1TGdVnWiaiiS8VshjNGBNK2UFfg3z7N8Pyb+wd18zytVwRJeC1j5h0f/MVwPo5gnzmwIwh6fko1YQiX5rmkoMHK38XphfTyMfQuX5HihmdOeSSQ8nq/ENH/Qxp6jdhx5rPmVy0tn477ijTrPOen94SN00/RdBS6nY6aFhJSsG9SnG+nwK1dBzKUkOYkrAuCM2mFFOjamOUsnFtpvDKsE4jTgyIQuJMPe3W02dUyGcMnRA9AzLGFnNIJbgdWI/pgoEItPsvWKZdq3UjM0u2OoZ3Xc8r6qiQIAHprya/h55TolHir4i2oK4GASTcrMl31lxSCdwTKOs19ur4W+k00Gvn0T4R0jrgtNjdVDPasbTackbDrSokK126qkTCa+k4YIzaSO+Es/BncHH1EjVNohkp6GBJK83xXssxumazh0LBID3sCgg5HgNNgkFVz7CcK6im8Qy8HuRy7mCmqcJAd7LkIbvwzMiWIXfR+a20hoSCic8heBY5JUyPEk3TvMRYzC2VVtgseQi+Nu9mWfZavu8sWqa5i+iLKEDqCE1ytiftp6ji561Q+nCbT/ybqxMrLCqJLSeNRKUuf2KpimgiiRMsDMyS2fOXesyMWFgzks9IJbYxoH1P8wbMrKXP6hL03hWnQ6H1TGZyiXYiKalw4vAa81rdEqq2CWyHaak6SsNToX6M0y7BXPe1sgzSnpBMDJ6iZ035IvElFyHXJoFh8XsCxqhTrk6+AkCrfm1FC2mykoXuJCigmWxd8M5D6i2c4hOYeoJ88MkY39azclIqzsa9VJKXkqnWxFcnMpDI+C5k3hgFez3dxoiAnsb7vVbcSg2TJ6wDEmK/l/reS1xKTRSJdkn2GZkBfWxUknZX8QUyYczIwChZbgEHm0GyXUweJ0wt5peGk2fpdWf8eaFd+FZA6PgGcrKst4BBQCc95gZaLezQ9VXLoB5K3U2pQQNtMRbI5qmBauoZbajtzFFZySKXEgxmLM36qtYw+5zQkpRaLSpmBJsjpUh2MkaTDLIwZUdMDmVG0Rje/AZtU8pVleZablHEStiugqqQtRxdZi2w1cIJcSEEV1fEztKwr+PzBg3rOnXkxXzVXJz2xIq7z4ALxtAYP4PQ03yHZuPVLGNNwGZf5ikW+uVmyoUxdo1YQ8Vtskaw+CHajSjHS9bT1DRFlasYBVDoj1/2Ytya2UuiR8IgItPFHwg9la5BJS1prqACi71Il2b0pS0SR9WSicqIPWV6+a4yGJnDnlV1R2THKaGMGfJYNi5LJ2jgpzBBFKjOpwBVS5bG98Eku2ozAW6wewDJxAeoASHhZm8WmmW6y278/fjsEliQz+V+CeI149BHFv+/aApb2iVKMc3sFoBDbnNqmBUbu7BsYmzWcRcrwC2ogEDVyoignmttSkquA6j6bjxmqyvPxSJK+W7Ztj1j2Xr7euQkvhXY0+gU+FiuXv0YvvbnaNxvEKprxHh1agba9dcHFTOsvm0X++7H9xgMvz8hutwj1r0mhI2F42AGFkPTMKJGQLABBiRxkmhwyXy4KNmioMFa7M1I9MkkkAYpNWSYDM5EA24eKxio1rjQCirMUEgWrafZ6kYNaWmB5UQDjQrsy68py2qCEmcGFEEjLJZlBaxszmQ+JRpkUITGxKdWOmE1ZPnEIVmp43HmrqlKSnhINOAkCdCmVMXKazRsvRr95xOCwvkcKBTRX7GurdSZlWhoqJVK0PJOl08fFNnYGHSXhuioAKQxRomGBAsNe1dhbknSjo1NHxT41mOBbvyW2lFa9hxa5c+JEg0iIDQvIVl66XNfFsd7SYuAB9zzhOmDYuzY/4nsaNOy238I9OoftfqTUtoz0YCjAhUIpRZDao/62hvA2O5HQOfIT0/J+Mc0mSdRonG+dHoEiRIlUCRKlECRKFECRaJECRSJEiVQJEqUQJEoUQJFokQJFIkSDQZN2nlHt55J8MC1gN0/xXlrqfsu0WBLea2MjTMGZUBCGNsA3A4HA7x9Pk4bFHTrWUT3/ECXRlFA6PIsqXY80eBSNfRSxqvlcaE56L4E4Z5LALOM8K2nTG8tWXrgurh6dqbrA+m21FCRaIBJl6STFgeylbhkqi3pKgMMl/uvAAbFNM2n3h90IWFbUrFSTsl8SjTA5pOMUJYRaxi0ZLwaYBNkXd1lf5q+TxFKb2NudWkbWzokQNIUiQbYfIp92brghnTaha4Kdoxr5uJ0QeHB1lylev1VTC5FosHWFFToqvBRqmsPEBLG9WhmYDG0UpZ8lIk5FMGga+okVCQaZEdbxiTYNClZUV3mpkuzqI4aQJwSLNzE9hlBERdXRI08pYakRIPuaFerdpS2nm9mw2hoppa4UZ9ap4HGXUcAE7oYva7wHUN3wUZgVY/UkalEGcHrA2pIz+uSxau/0lyi/5xfuI+Fg/2uNBUtsBr7GLsgjsboJyKdJ2dJHtB5dRjfq4vmdBF7HYCiu8fFtVBXDU2AWBNoijPvmtVqh32whw1tCTqARYYqym2poo0z/cRK9DKJVMAj8Yq4j2gWHXuXeGbNBoVFnExLNGAYbm0hMx0kOiGzKHSAincanZCxXYXMpNPh8BSHoXgdHJl5U8NuBO4/0bQ1hTMwjNCKmaGa2iMDWXQQZFmHnHWikQxMkUGmgaqhwTpey9KWLo3ASpqiWqjWjcwy/DJ4JtNxWDJKsadjgHVgooxJiQMcbTJQZmNc0MYIezWfXHS5E63BmsIAYQ52NZdtuM2HTKNNxtjkc50pp4PYdaRXnJ2txY8yxxp1PK/Xv57/Fn3TihKtiaCoIjCtMOSwhyS1TEXruco4P47f73E6uJ0OABibrXuE3z8M5Q1nAj5/NxTeWTJIMqIhS5Oc1gCaJJiCfa+AuMK2YXtp6oX9iODMuYZ5nwL3lkMh3HEV9M7cHXrnHwPYmQ35EV8EmrOVOuEkQxwlUOvsmaDmbqoQtT2XfrPKWZQLMM64sX3L6KSXaN9pnifY+1hjFtDOYaFgVx8To19THQOi5i6rEmmd0ecsgRWjhaTTVKv94jllVLCrfn7bJu9dfD/ar+n6FOMhMgIOt1e/wukwRmWcnfeHkgER7jzX7nHJk1BeeipkJ10M/vWHQ/jTY5C965NxKCPF0KyD/E7+zlMLITv0E5r8c9WcNWFY/gxv/Rr4t38C3LZvUjD4jbfQgfZ053UAt3yZGbSA/M0fA9ztSMCxMWNh1lDdS47T5xzmzefPj4jA4GMvXwrFDecALrwGaLvDYOywTyqIxf2RnEr23guB1tkYev/rEHCfuMPus4EchCcXg7/keMhOvx2Kq74CbtE1bC7aivJOB947jbqlKp5JHW3rKar+jkT0KWCsuWfJuNHO4FgrFIt/Xd+vMDgueQLCi48Czd0a4K5zobeAGYi98c7f3Aa9q78GsPBfVQO47Q7RL/XO3MMcdGYy/9fX2SK/FOdkb7Ql0C3fh95d54N700fA73ksuMV3AjzxUwhPPADluecDysE2fiN03vt1oB3fD+6+i1iLsan2+4UMkhP0WNnBZ/H3j4Cw4Oo6HBhs1Dbgrh8F2PzPAV7+I18Ga4Gv727RtOMuBnrkIShu+xLEgaHWOykzwcmAXMaprxAqTZFaAyY0n6wI0A39mOAV1B1a5W/YcGvbtvQlexhUZSL48z+8CLjBJmoUBRlIjTbaF8XRZmfcaf2Azep1AjQJ5SpSAktvpwVpOlb4hScYWOcpiIpfnw/hpaeBthbtUbDvcqOeU0PCL94D4YVnIF9vMzN+VBB5BYyN+OV/ly2TgrRonjEAPR9/rS3B7fIO1gSLQPvOqhHFDqNPWNg5gtd70HrRWPqgdaNFsPtmP6sKQCRNMZGmCNgYUSOkV3VgGTU2ppgoZKlucDI5HmPqOggIvDKbMqdyUzAJLQ64SFU0c4wdlTigXh6qDKwvVSqX3SV6bJHJCqylS9RPQBk4v9uHIZ/3nj57NTx2HzNpx95svi10PnGrOvk6uv6qr7Omi5a/MDL7RvkeJwO89ALQ4w+Be8MepqUUVDaHu5RkpILYPA0BSn7Y6fz3dDOvnn4Iyu+ezJffi7PSEyimkKdwo1UIp9KzVKbzLzxq22atV0emEDvqNGfrbAjln541c6JsigZRgAIy9qxrAzIDGqAyhoLkOchARbyfzFnzmilnsJFoDmZLsd8l8jX7zxQQxS+ugvJnX1OtIH6BXF/Jn+eskUT6975/ol5Dtv/fQ77Pf4Mum24WJmeNtNV+kO20P3S/xebTX+zP5/JmI8kgea1qLmK9ljecK+CDgevBawA22RnG3scm29vmQ7jlLC2t1ix/Mp8m+VhNBnuNhPWkKelMX+Xz97ADu4yd4V0N9GJmSERn7c0BN9wK8NmH9RmoJojPQiM4wuSho1lvMZeAnVRghhPpH7RMBDQX7kRnzFqLmTXXCBbx5272bAPff9nFgHjL2Wzp8OcFMyPvG1Rei7nW0+JEyaOo7bX4XoB1NugTTp15x0O458eAz9/P+0EcqOOUue3Xs4iVOu5qMgbT+3KfrOngufv4GTxmY3ahSHPSpwaKaFy0M9tD/lKmF9vbBWWW8u5/A/+WQ8Dv+t/NsBIb/eizmYGXQnHfv8aiQW9CAUu1yaW7SyqoSo+W6As9NVkwmjWudlZZUm+0KZS7nawaJN/1r/n9llA+chc72v9Hpbp/y4dYo/TA7ftJcBtuzgAxbVJIyNicAxNMr/1LPs3SplJX7mXdjaG89QK9J3U1YigWQ6HRLVJTKlMzUEZeSeLRhBtfI2PAz9kCcJOtYo1bblpmBH7jCV/TT95ZAx9NGKgdPvOJtEK2UIYON5+t95Ttfhhkex8rjhTQkw+zifFVgFefsD4KaGL6OmlTzBP5jgCM7DFa/3ppPoeuIkFqcvnnn4V8x33B7fU+/axkcwkevdVAdcfV4Pd6L7i9jwZ64mEIj9wXQ78Z5D1m1C23g/xTP7NrYkkffvj1mDMBmxd962UQXn3SJDxBo9HUXBtT/0LOY261XbN8OT98Pv9vvh3niYXQY21FmpzEmL9Ys2nC8V7Lv7wn1Tm8EcGExl+if6B5BzFNopTVgr86uh+jS2T2h5k11umr+Q1phHc+NilFVsRogUQ/3s87DbKtdoTudz7YHK9yqON3WsmEukRdrTLE+JE5yppEdKX6NPqFQJpbsO4PV6t8PYsuS4R1gNVT1XmWq/YyDQLmW8XBnqFKD454E9XY396Ck/PIVITrCD0oSVCpnS4MKOZJFcCPFbAlxfHIwdcMS9F10FBoqBiZAVFaN2K1Kp1ENF3FsGSmFNlJrZupaUuJx6vwR3EkM9SrplCIQJXjFvG7pYco+M0PiF1SVShZliLS/EhV6h9K/VtEEwxYO2rATLVYdYyYo5BrTE1UUzGf2j/AaLRoi3YQKVq12mp8FWPURhJeMZdFrkrfkwUa1HSSDLB0XWSxEb6nmsNWjTDRLxEnPV4ZxPqse4atbMP0TcE+SYYxclUZPLoTaYZ6jPcqoqlnYeBGf4G35o4Kz87budTZp45dB1XNH56ZXZA6plElrGInWvMloC9MJkiJB2E1bzeBYhLragWTadgfGardbDmGQNZUJI1EvuYJLSJnviP9K+FRzwARxxdLq6b10gxfxvILsvomzWcwA5ZeAGPLi3ZvPAtKrS62NXgFjKglFd7MIQp13ZKWr/PxtVQdJYxbKCicdglaAaOBMhgoNVRcWBg1mlgCVBe1SxnsmLaYnQVLMALCrMVS/RMX10OCuJJeaqKaovk0So+qWcPKaSmFiFwxe0LIYuIrt2iO2us9Fsxmw2NR6DaR1EXhVRuYVVSqlI3FI5CJFFd/1qv77eKSjSLRMQLOzLSgDJ0JY4aYaI/2fmAzKGNmzoTJhalLW4IOXcccYiq0yE/UGuk+gfe1sLkqKgZdJkGSqkZHvA4JJYeqWLBZhEF1l1yLXG1SEpNrCstoQ91DMSq+Rea8hihJQOGikxojPMpkKjmDmiMhmJMrjKaSGUyaB2VGEeAuugpB8xLyRtqXRPLqko2SbxBY9II2NFlSzZvJFG14SdxZxWtHw76Oci3WUz+ntMIzzcmpBx7d/UAx2RhdAfYXJN9hG6xqN0gPiCcN8YrG0LrbkPPpGbhxm6y1qmHbaNylVMVUmoxaYBiFJiPUMo1Yki3mU4mxtNprfN/EqNNV1l2MTqkPQjHsGZnHa/TJwqCiAZQRXRFj4V7Ds+aWeF38oKqYkWdYahleVVMWlIHFpHNlGVfMNt/HoTU12SUFWyxYEoAxD+JijZQ2SLmOmnyqAbTkJNNuQatozxQ0FBdnCOKDMCC8rf+id2QhgqQqJgVFiMxiCS972MNeHKi1odjYhaEvIppBVQFuZfIWrjWzwjzwypQk9FXY3xhKN2Ytu9THmDfEnorqnF7L1tvXI0DyrdCsLoMKPuYeqh/D1yxL434Dqq6x6s8gF/NLLcMXs5ZgcBHgbpwFPfxJChEHLqpPExCNUHcz0U+h2c8qZk6xejRJk0QD7SRXORisQ+BYF37OkPmEbamZKNHAm8cN97cyCqsVaZ40JBuiLVFFV5KiSDTYqGhVdEc7OdTlODPiUzSmUyy4SahINPBeI2HjfWGbdWdEU5SW2TWVlMCQaPBJ242xqQTDuERTCFNfeXxiR9tLM01RrQuhYY7UmZVoiJSGJWo1WSsZ/Xz6oPB5DsXyEO202E6ZKNGgY6E2anwT5nYOsnwGQIFvPBDojivjwJaq8M2np55ocAGhbq+UU0qfe1fzM5pclSrltx46fVB0DvwIsqNNy+/5CcDSl2191VQgk2jQURGBoMWQEj5da13o7LQv5PudNCXjH9NknkSJ+ik5CYkSJVAkSpRAkShRAkWiRAkUiRIlUCRKlECRKFECRaJECRSJEg0ITdp5R+ciwbW2KEXKfScadGp3/OiSofJ+Fm8/gP9zytRqvCde4uYfGBBXVY36/cueJko0iNReiMJXfNvl/8hUtFlI+KHJgTFh7VM4gA/S7Ydf0haJBl5bVMsJtVhXkTCb/143OSgmLh0vW0usJBWRaBicZASbGIvN2vGVMMdlM+BT6EJb2PwfMc3OTDQE5lO1eodrxlzP2MIFrrW+Mo3Y6OBEo+toB2gsHMTGhHJT5F03Gepq1YMJEImGQ1O4FnNTaAT8jCyGFkco1BN3yCVPO9HgawqK/9EV2HNo1iubidU8KjURWv8fFfVarQVU2ZwwLp6gwiB+Vo3JSsteDRG1plDVrEtTw0U2KQeN//8IMIVr3Upw7aVBoRonZ/u0h/tUAEom5MjT5KDAftUz7DxBtddlQxurt/XYOGrsT4QGHFUCM2FiDQdFLRVdK6Q15FyBbdOo4vo4z68ag0ct1RvHVaRYdALFODsDRstsaCs/aplJ2AooYEtDtJ9FcimG/7efqnk9udMyKv4XtnwIapmIFQBaWrEKRdfASTyVNEVtWrTs7WHPVWArtEyuGQaPbRDE+61qaFw0qVwqtE+ggPESclSkZWT2epn2Y3cHPORKwDlzQae3P3AF0NnHADxDdXSqUh0p+jT65tOUfYqRMZ/AtIOMp1Mz6b37AB5zA9D/fgPQtQu1ktJ99WbAL9wH4dS/sCKymNzQcdjU5DomzWWOi9oFWCGYt8rvYEszU1vLYf99aIK1fTxc0TQkanItNkPb7qVdD0StvEzSFNOF1TBKCt8a5HHoJUCXvh3ouoXGOcuZZz61N7hvPQe47+uAnv0duE+HiIJQI8pdtifQQ7eC+6ysWRrq4YrKYJfx8X5wG+Cx8wB3+6wNn9x6Hz4ta6HLD4TwvZ8YEx60DQPyDoC1N7QvLrgCwmeONo30nt3AHfUL5WCdt/DKsxDO2QzgV/zhTgj+cwHC4WiMLkz/5YsANt4JwklvBLx6/DC2Aui3/wJ4xrHgrmTt93d8PXdTn9Z0rXxMAsXqhGpGgULLX5iLgLPnAt11R/99snagx64H2PZgwOvPVuYTJvZX9iB8sWOMKfvtbLUE4ShvtWGy+Z9+q4/VJDKDYKv9AL61PYTrFgEeuB3gBx8CvIs/X8Q7//ZRCMdvate0KcPqG08AzOPPbpFRwWsxSL4L4YzjTDudcjrgERcD3HVco6IqrfKu7QB2OB7guYUKeDo8Du78yvcA7r6IQfpv/aZv1jyDEGvaAjXDVdd0cpN+iq2/o/Dy9tLBr1tFDng1Mhe27vcpZu4t3qQ+hWoWZcRM52o3FWeo2qMv2e8LHVov5gllswAevxHgR4v0O3TDIqCnb2Mw7aXMSI8ZuNQse56AHv0F4OZvrx19wLFWwIPP/coLdv1OQNrV6QiwFgP7sMuBHrjUGgawHuXN/8lV9VXBEQuYFNVM4ibShjE/M0q/86peM6IpRpmoiarVbyvDW4Zdl1ljZun2IjJbZCgcJzTI9kM2pygqE1rydDNERDa8/Awfw9tx37U9uBMW9l0P3X9OM+B2h3eDu6Jn5hcfOHxhrNYOjjrmK7yHza1n7gX4DWuRfb7Rr93leJmrHQqKs77dZ8pGbfzuO0CfPt6uG5KmmFxT4AhqCmgYBp+MnLEe1JLTJDF/tsmOLL1/1Zgq1ZMqm+dBVfFUfJJU1Sq7CmUlS+Ksv5ZZTCpxXFjCCyDoMtYaRzHLv5ul/4Ms7SGPzvRsoAWX8nZ+/24PdP3J4D50fwNKBii9jsFy0CUQzj2ReZ2sQ7/v111iA0uiFsT4vfAlD+FIPudH+PtbvhPw3Xv3WwZruKaYkvnUJxGH/eVbJtQLzCVLngfc9W39D24d/meLAwEevrIxuaIJQ74xO5TJXNc+ryStb0CCMAa0zmb2/LL4LNeda0NFXh/1weW3mFkjYON95Y2+dy+rtqrMG7ibNcHGr29+D9nl/d8H+tGxgHwf0jqsmqx1r4idJgJV3XfFG3llst1gvZt+RH7fyV7TBkXbyhgltYrNndOPjgY88iZ2gnewDWKjf/7HzKTPAt28qG9YudjsFUNq9awan7MaTaJmVmbLR6hjy/b8lm8BOvg19vUDtwfYcl+ge34KsJDUSce/2tZMrfftDbjFnnycUpUNeQZO0UqS7PIegGXPtuK6fJ5Ndga49FK7vMpfaF2fZSfHGqcc4vfQQIhz+F63eSdMuaY6RZ8aLTFyseuYyVbGufQm/vsOwKN/CnjiXGPoB68GOnN/gKVkZSE47nG5lsSt/ItaeIjf0bHPMv7/478Ct/e3Ad4/z0KjP9wLYBHZvlfuA3gCA+/EJQAL+Jz3nlMvVuS6/N3XM2Av55eCjH0INntUomM0ny75S6ClrSSEy/rrtRQUy/vnd8rnf1s2+yz4Hmurm217aLL5a3SCb8Ilbo4evQF3fX1CK6t+XVkjUWvbSr/fKkevjyf8eOSegDt+GMLnj+kPa9NKzlVl2ate+FaEmKrjRjOt9olwnBanFZOGKzRSjb8/XHnwYWSd6Eunu8QNrmg+DTtMKoZT8ybY0FcqoW/lhz4GbTORi9+pqmrDOKYMrZUkwLKEhCtaJ9QGU/s4rgUEasrYq/os7TeO4Kh+h75rbmuDdnStlSFv38sK2yD14U8KChovTUahDMBFRo8lEtSu12gXP7aKIXViMjbbqc3c0AJQBZqK6XN5dEXTwNQW4A76Q7VtKd5izMoJr0vbfezzwJbDP359rqrYkaCuR6F211RoCQhs9qU1oMxj2rVPOK6HYBT8i6p+CCup7PvNlVqqN1HVJrFVRkbLWkChFlCqzyoGFH8Fbmqe4TgQ1suRYr9JBNgvgGTyLVCrSrnyc0KrUcq3NFVo/W6+//esNFC9EMV4UCaaWu0TribShkJUYEuSVkBpMSRWTFblBcr4/zZQKJoylXnTMmdWMENcf+l91dGH7WXsxn1WVx3G87W7BPV6faPx2uq92l5rwFZhIK5EK7UXcUjAmGpGe4QWLVjBbm7b37hqyVmDAxpwIPYzHeK4qFT7OG3mxdZ3aRzzwrhuP2pJ+/a5xmnzvgRjG4Tt68aVn2/CIEMCxRQMsFGQJKuKBK2CmVeazam2r+x745/TOIallUjldsPTKhl2lWHClTM64koiUuMiaSP5+/6Ha4rxBf2j8NRwNUDvVvGZWw1mGq+ZaOW+zkqvaypa2q3mNYw6YX90b3W1n5v06H04SGIk0ZBZBP8Oc3BKPdopOpFoqIAA40zb1dQWk/sUbZu7HSlJlGhQTaeV+YkzBorx2iJ1ZiUadFpZ4/xq8u3EoAj/frQlSvSfQmECs2pG+in8Kuy1RIkG3YRamTCfYgXwxGUe0iqwFEZv8YJEax44XNPyPj3zaXcH+JPQACIkYCQaIke7/V4qofdaZwZAcXyB4DKC2xgNS6A/zJUo0SDS+DIWEeRz+PU23njMS1Pi3gmbjBIlWhMpNR8mSpRAkShRAkWiRAkUiRIlUCRKlECRKFECRaJECRSJEiVQJEqUQJEoUQJFokQJFIkSDSP9PwEGAKsAxWEq/29WAAAAAElFTkSuQmCC") -7px -12px;
	width: 181px;
	font-size: 0;
	height: 42px;
	border: 0;
	cursor: pointer;
}
.send:hover {
	background-position: -7px -64px;
}
.send:active {
	background-position: -7px -116px;
}
.btn-cabinet:hover .btn-cabinet__btn {
	color: #0076ff;
	text-decoration: none;
}
.btn-cabinet__list {
	display: none;
	position: absolute;
	right: 0px;
	top: 12px;
	background-color: white;
	list-style: none;
}
.btn-cabinet__btn {
	color: #0076ff;
	font-size: 13px;
}
#auth {
	margin-top: 4px;
}
.btn-cabinet__list li:first-child .btn-cabinet__link {
	border-top: 0;
}
.btn-cabinet__link {
	color: #000;
	font-size: 0.8rem;
	text-decoration: none;
	padding: 2px 15px;
	display: block;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #ffffff;
}
.btn-cabinet__link:hover {
	color: #000;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	text-decoration: none;
}

.wr-your-cart {
	display: inline-block;
	position: relative;
}

.your-cart:hover {
	color: white;
	text-decoration: none;
	opacity: 0.85;
}
.your-cart-down {
	display: none;
}
.wr-your-cart.hover:hover .your-cart-down {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.cart-down {
	border-radius: 5px;
	width: 380px;
	border: 1px solid #e5eae8;
	position: absolute;
	top: 100%;
	right: 0;
	padding-bottom: 14px;
	z-index: 9;
	background-color: #fff;
}
.cart-down__top {
	text-align: center;
	font-size: 1.1rem;
	color: #000;
	background-color: #f2f4f4;
	cursor: pointer;
	padding: 9px;
}
.cart-down__top:hover {
	color: #0076ff;
}
.cart-down__top b {
	color: black;
	margin-left: 10px;
}
.cart-list__item {
	border-bottom: 1px solid #dedede;
	padding: 11px 11px 1px;
}
.cart-list__item:last-child {
	border-bottom: none;
}

.cart-list__img {
	width: 65px;
}

.cart-list__text {
	width: 170px;
	padding: 0 0 0 15px;
	font-size: 0.9rem;
	color: #838383;
}

.cart-list__link {
	font-size: 0.95rem;
	color: #000;
	padding: 0 0 4px;
	display: inline-block;
	text-decoration: none;
}
.cart-list__link:hover {
	text-decoration: underline;
}

.cart-list__sum {
	width: 110px;
	text-align: right;
	vertical-align: middle;
	height: 75px;
	padding-top: 10%;
}
.cart-list__sum-pat {
	padding-top: 0%;
}
.cart-list__sum-pat a {
	margin-top: 8px;
	display: inline-block;
	color: gray;
	font-size: 0.8rem;
	text-decoration: underline;
}

.cart-list__sum-pat a:hover {
	color: #0076ff;
	text-decoration: none;
}

.cart-list__sum span {
	font-weight: 600;
	font-size: 1rem;
	color: black;
	vertical-align: middle;
}

.sum {
	font-size: 1rem;
	color: #000;
}
.sum-discount {
	color: #fb511e;
	display: inline-block;
}
.sum-old {
	text-decoration: line-through;
	display: inline-block;
}

.btn-checkout {
	display: block;
	height: 38px;
	line-height: 34px;
	padding: 0 15px;
	padding-top: 2px;
	background-color: #006dff;
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-family: "Glober";
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	margin: 5px 12px 0;
	text-align: center;
	position: relative;
}

.btn-checkout:hover {
	background-color: #f8c72a;
	background-image: -o-linear-gradient(229deg, #f8c72a 0%, #fd9811 100%);
	background-image: -webkit-linear-gradient(229deg, #f8c72a 0%, #fd9811 100%);
	background-image: linear-gradient(221deg, #f8c72a 0%, #fd9811 100%);
}

.free-shipping {
	text-align: center;
	font-size: 1.15385rem;
	color: #000;
	padding: 6px 0 10px;
}
div.free-shipping {
	font-size: 0;
	height: 12px;
	padding-bottom: 0px;
}
/* Поиск */
.ya-page_js_yes .ya-site-form_inited_no {
	display: none;
}
body #ya-site-form0 .ya-site-form__form .ya-site-form__submit,
.serach-button {
	position: absolute;
	width: 45px;
	height: 100%;
	border: 0;
	cursor: pointer;
	right: 13px;
	top: 9px;
	font-size: 0 !important;

	height: 18px !important;
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/magnifier.svg) no-repeat center center;
}

#ya-site-form0 .ya-site-suggest-elem:hover,
html body #ya-site-form0 .ya-site-suggest-elem_state_hover {
	background-color: #d3e7ff !important;
}

body input.search-text,
body #ya-site-form0 .ya-site-form__form .ya-site-form__input-text,
body input.search-text:hover {
	width: 100%;
	height: 34px;
	padding: 0;
	font-size: 13.3px !important;
	background-color: #f2f4f4 !important;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 45px;
	border: 0;
}

body #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	height: 38px;
}

#ya-site-form0 .ya-site-form__search-input {
	padding: 0 !important;
}
.search-button {
}

body #ya-site-form0 .ya-site-form__form .ya-site-form__submit:hover {
	opacity: 0.8;
}
#ya-site-form0 .ya-site-form__form .ya-site-suggest-items li * {
	font-size: 14px !important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	font-size: 14px !important;
	padding-top: 2px;
}
#ya-site-form0 .ya-site-suggest-popup {
	left: -28px;
	margin-top: 2px;
}

.hide {
	display: none;
}

.check-style {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	color: #6c6c6c;
	vertical-align: top;
	padding: 0 8px 5px 0px;
	text-align: left;
	display: block;
	float: left;
}

.check-style input[type="radio"],
.check-style input[type="checkbox"] {
	vertical-align: middle;
	margin-bottom: 3px;
	display: none;
}

.check-style input[type="radio"] + span,
.check-style input[type="checkbox"] + span {
	background: url(//ultratrade.cdnvideo.ru/images/fronted_new/sprite-basket.png) no-repeat -43px -30px;
	width: 16px;
	height: 16px;

	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	vertical-align: top;
	margin-right: 5px;
}
.check-style input[type="radio"] + span + span,
.check-style input[type="checkbox"] + span + span {
	vertical-align: top;
}
.check-style input[type="radio"]:checked + span {
	background-position: -19px -30px;
}
.check-style:hover input[type="radio"] + span {
	background-position: -93px -30px;
}
.check-style:hover input[type="radio"]:checked + span {
	background-position: -69px -30px;
}

.check-style input[type="checkbox"] + span {
	background-position: -167px -26px;
	width: 20px;
	height: 20px;
}
.check-style input[type="checkbox"]:checked + span {
	background-position: -137px -26px;
}
.check-style:hover input[type="checkbox"] + span {
	background-position: -227px -26px;
}
.check-style:hover input[type="checkbox"]:checked + span {
	background-position: -197px -26px;
}
.check-style input[type="checkbox"]:disabled + span + span {
	color: #cccccc !important;
}
.check-style input[type="checkbox"]:disabled + span {
	background-position: -6px -7px !important;
	opacity: 0.5 !important;
}
.set-color-filtr.disabled {
	opacity: 1 !important;
}
.set-color-filtr.disabled label {
	opacity: 0.15 !important;
}
.set-color-filtr.disabled label > div {
	background-image: none !important;
	cursor: default !important;
}
#result-ajax-box {
	position: relative;
}

table[border="3"] {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 14px;
	margin-bottom: 14px;
	border: 0;
}
table[border="3"] tbody:first-child td {
	background-color: #0076ff;
	color: white;
	font-size: 1.4rem;
}
table[border="3"] tbody:first-child td:nth-child(2n) {
	background-color: #4d9fff;
	color: white;
}

table[border="3"] td {
	font-size: 1.1rem;
	padding: 10px 18px;
	text-align: center;
	background-color: #eaeaea;
	vertical-align: middle;
}
table[border="3"] tbody tr td:first-child {
	text-align: left;
}
table[border="3"] tbody tr td:nth-child(2n) {
	background-color: #f0f0f0;
}
table[border="3"] tbody:nth-child(2n) tr td {
	background-color: #f5f5f5;
}
table[border="3"] tbody:nth-child(2n) tr td:nth-child(2n) {
	background-color: #f8f8f8;
}

#left-info {
	max-width: 150px;
	text-align: center;
	margin-top: 10px;
}
#left-info img {
	width: 100%;
	max-width: 150px;
}
.table-size-img {
	width: 100%;
	max-width: 190px;
}

.news-art-list {
	font-size: 1rem;
	max-width: 190px;
	padding: 0 0 20px;
}
.news-art-list__item {
	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
	color: #76ac18;
}
.news-art-list__link {
	display: block;
	color: #010101;
	text-decoration: none;
}
.news-art-list__link:hover {
	color: #76ac18;
}
.news-art-list__link:hover {
	text-decoration: underline;
}

#up {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABVCAYAAADDol2FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYwRTAyMzU1RDI4OTExRTc5N0FFQkY0MkFDOTkxODAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYwRTAyMzU2RDI4OTExRTc5N0FFQkY0MkFDOTkxODAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjBFMDIzNTNEMjg5MTFFNzk3QUVCRjQyQUM5OTE4MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjBFMDIzNTREMjg5MTFFNzk3QUVCRjQyQUM5OTE4MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4HgKm+AAALQ0lEQVR42uxa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)
		0 0 no-repeat;
	width: 35px;
	height: 19px;
	font-size: 0;
	position: fixed;
	right: 23px;
	bottom: 110px;
	display: none;
	cursor: pointer;
}

#up:hover {
	background-position: 0 -33px;
}
#up:active {
	background-position: 0 -63px;
}

input {
	vertical-align: middle;
	outline: none;
	outline: expression(hideFocus= "true");
}
input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #e5e5e5;
	outline: none;
	color: black;
	font-family: "GloberRegular", Tahoma, Arial, sans-serif;
	padding: 6px 10px;
	font-size: 0.95rem;
	border-radius: 4px;
	box-shadow: none !important;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
	border: 1px solid #c5c5c5;
	background-color: #f9f9f9;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #c5c5c5;
	background-color: #f9f9f9;
}
.asterix {
	color: #fb5657;
	font-size: 110%;
	font-family: Verdana, Geneva, sans-serif;
}

::-moz-selection {
	background: #0076ff;
	color: white;
}

::selection {
	background: #0076ff;
	color: white;
}
::-moz-selection {
	background: #0076ff;
	color: white;
}
::-webkit-selection {
	background: #0076ff;
	color: white;
}

/* Ширина слайдера */
#count_podbor_result {
	display: none;
}
#slider_ui_block {
	margin-top: 25px;
	max-width: 218px;
}

/* Контейнер слайдера */
.ui-slider {
	position: relative;
}

/* Ползунок */
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 22px;
	/* Задаем нужную ширину */
	height: 22px;
	/* и высоту */
	background: url("//ultratrade.cdnvideo.ru/images/fronted_new/ui-slider-handle.png") no-repeat;
	/* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
	cursor: pointer;
}
.ui-slider .ui-slider-handle:focus {
	outline: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	overflow: hidden;
}

/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
	height: 8px;
	/* задаем высоту согласно дизайна */
}

/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
	border: 1px solid #d4d4d4;
	background: #fff;
}

/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
	border: 1px solid #76ac18;
	background: url("//ultratrade.cdnvideo.ru/images/fronted_new/ui-widget-header.png") repeat-x 0 50%;
	height: 8px;
}

/* скругление для полосы слайдера */
.ui-corner-all {
	border-radius: 4px;
}

/**
autocomplecte
*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
	width: 1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style: none;
	padding: 20px 2px;
	margin: 0;
	display: block;
	outline: none;
	background-color: white;
	width: 500px;
	height: 350px;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px 0.4em;
	line-height: 2;
	zoom: 1;
	font-weight: normal;
	font-size: 0.95rem;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	cursor: pointer;
	color: #0076ff;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: 0.4em 0 0.2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

table[border="2"] {
	border-collapse: collapse;
	border-radius: 5px;
	moz-border-radius: 10px; /* Firefox */ /* Safari, Google Chrome */ /* KHTML */ /* Opera */ /* IE8 */
	border-radius: 10px; /* CSS3 */
}
table[border="2"] thead td {
	border: 1px solid #e5e5e5;
	background-color: #f2f4f3;
}
table[border="2"] thead td {
	padding: 10px 25px;
	font-weight: bold;
	color: black;
	font-size: 15px;
}
table[border="2"] tbody td {
	padding: 15px 25px;
	line-height: 1.7em;
	border: 1px solid #e5e5e5;
}

.td-delivery-left {
	width: 282px;
	color: black;
	text-align: left;
	font-size: 13px;
}
.oplata-left {
	width: 100px;
	line-height: 1.4em;
	float: left;
	font-size: 13px;
}
.oplata-right {
	width: 120px;
	text-align: center;
	float: right;
}

.notice {
	font-size: 12px !important;
	line-height: 1.4em !important;
}

/* Контакты */

#cityList {
	max-height: 578px;
	overflow: auto;
	margin: 0 !important;
	margin-bottom: 10px !important;
}
#cityList li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
#cityList li span {
	display: block;
	font-size: 16px;
	cursor: pointer;
	width: 230px;
	margin: 0;
	padding: 11px 0 7px 10px;
	background-color: #f2f4f3;
}
#cityList li span:hover {
	background-color: #e5e5e5;
}
#full-version {
	text-align: center;
}
#full-version a {
	color: #0075ff;
	font-weight: 600;
}
ul#sdlist {
	padding: 0;
	list-style: none;
	margin: 0;
	max-height: 500px;
	overflow: auto;
	list-style: none !important;
}
#sdlist ul {
	padding: 0;
	list-style: none;
	margin: 0;
	max-height: 500px;
	overflow: auto;
	list-style: none !important;
}
#sdlist li {
	width: 230px;
	padding: 0;
	padding: 7px 0 7px 10px;
	margin: 0;
	margin-bottom: 1px;
	line-height: 1.4em;
	background-color: #f2f4f3;
	background-image: none;
	font-size: 14px;
}
#sdlist li:hover {
	background-color: #e5e5e5 !important;
	cursor: pointer;
}
.clear {
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
}
#map-info {
	max-width: 600px;
}
.upperClass {
	font-size: 21px !important;
	text-transform: uppercase !important;
}

.product-box-two:after {
	content: "";
	clear: both;
	display: table;
}

.product-box-two .pv-warehouse-no {
	font-size: 1rem;
	font-weight: bold;
}
.checkbox.disabled {
	display: none !important;
}

.footer .nav {
	margin-top: 0;
}

.footer .nav li {
	border-bottom: 0 none;
}

.footer .nav li a,
.footer .nav li span {
	padding: 0;
	border-bottom: 0 none;
}

.product-links {
	display: none;
}


/* Large Devices, Tablets, iPad Pro */
@media only screen and (max-width: 1199px) {
	.footer-contact,
	.footer-pay {
		margin-left: 30px;
	}

	.footer-pay img {
		margin-right: 15px;
	}

	.yandex-market {
		width: 200px;
	}

	.footer-contact {
		width: 350px;
	}

	.slick-dots {
		bottom: 30px;
	}
	/*    .col-logo, .h-phone, .h-address {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }*/
	.site-label {
		right: auto;
		left: 2px;
		top: -4px;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.site-feedback {
		display: none;
	}

	/*   .row-products>* {
          width: 50%;
       }*/

	.column-content .row-products {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	/*   .column-content .row-products>* {
          width: 33.3%;
          padding: 0 7px;
       }*/
	.column-content .row-products > * .prod-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.prod-item {
		margin-left: auto;
		margin-right: auto;
	}

	.row-footer .nav {
		display: none;
	}

	.pv-thumbs {
		padding: 0 15px;
	}
}

/* Medium Devices, Tablets */
@media only screen and (max-width: 991px) {
	.nav {
		display: none;
	}
	.col-6 {
		width: 100%;
	}
	#select_region {
		position: relative;
		width: 92%;
	}
	.hide-991 {
		display: none !important;
	}
	.hide{
		display: block;
	}
	.attention{
		padding-right: 19px;
	}
	.attention-icon{
		width: 85px;
	}
	.attetnion-body{
		font-size: 12px;
		display: flex;
	}
	.attention_top{
		display: flex;
		align-items: center;
		margin-bottom: -20px;
	}
	.sub-top-menu {
		display: none !important;
	}
	#full-version {
		display: block;
	}
	.slick-dots {
		bottom: 20px;
	}
	#tabs-item .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#tabs-item .col-4,
	#tabs-item .col-8 {
		width: 100%;
	}
	.sl-image {
		display: none;
	}
	.sl-image-mobile {
		display: block;
	}
	.sl-text {
		position: static;
	}
	.categories-slider br {
		display: none;
	}
	.sl-best {
		display: none;
	}
	.sl-present {
		margin-left: 0px;
		top: 100px;
	}
	.sl-text .container {
		display: block;
	}
	.h-address {
		display: none;
		text-align: center;
		background-image: none;
		margin-top: 20px;
	}

	.nav-toggle {
		display: block;
		margin-top: 10px;
	}
	
	.h-callback {
		font-size: 13px;
	}
	/* .header .nav {
        display: none;
    } */
    .header .h-soc {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 2px;
        flex-wrap: wrap;
    }
	.header .nav li {
		display: block;
		float: none;
		margin-left: 0;
	}

	.header .nav li:hover,
	.header .nav li.active {
		border-bottom: 0 none;
	}

	.header .nav li a,
	.header .nav li span {
		color: #191919;
		font-family: "GloberBold";
		font-size: 13px;
		font-weight: 400;
		padding: 10px 10px;
		border-bottom: 0 none;
	}

	.h-cart .h-title,
	.h-cart .h-note i {
		display: none;
	}
	.h-cart {
		position: relative;
		padding-left: 0;
		display: block;
		padding-top: 0;
	}
	.h-cart:before {
		position: static;
		width: 35px;
		height: 35px;
		background-size: 20px auto;
	}
	.h-qty {
		text-decoration: none;
		width: 18px;
		height: 18px;
		line-height: 16px;
		display: inline-block;
		background-color: #eeb531;
		background-image: -o-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
		background-image: -webkit-linear-gradient(bottom, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f05f20),
			color-stop(0%, #f05f20),
			to(#ff7e00)
		);
		background-image: linear-gradient(to top, #f05f20 0%, #f05f20 0%, #ff7e00 100%);
		border: 2px solid #fff;
		border-radius: 50%;
		color: #fff;
		font-family: "GloberRegular";
		font-size: 9px;
		font-weight: 400;
		text-align: center;
		position: absolute;
		right: -5px;
		top: -5px;
	}
	.header-bottom {
		display: none;
		background-color: #f2f4f4;
	}
	.row-header-bottom-show {
		display: block;
		margin: 0;
	}
	.row-header-bottom-show > * {
		padding: 0;
	}
	.row-header-bottom {
		display: block;
		margin: 0;
	}
	.row-header-bottom > * {
		padding: 0;
	}
	.h-address {
		min-width: 225px;
	}
	.col-h-search {
		margin-bottom: 10px;
		min-height: 37px;
	}

	body input.search-text,
	body #ya-site-form0 .ya-site-form__form .ya-site-form__input-text,
	body input.search-text {
		background-color: #e5e9e8 !important;
	}

	#ya-site-form0 .ya-site-suggest-popup {
		left: 0;
	}
	.cart-down {
		display: none !important;
	}
	.h-qty i {
		display: inline !important;
	}
	.h-qty i span {
		display: none;
	}

	#basket .h-note {
		margin-bottom: 0;
	}

	.vs-catalog {
		display: none !important;
	}
	.vs-items {
		display: none !important;
	}
	.header-top {
		padding-bottom: 10px;
	}
	.h-catalog-toggle {
		border-radius: 0;
	}
	.h-phone {
		min-width: 200px;
		flex-grow: 1;
		padding-left: 0;
		background: none;
	}
	.h-phone {
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: center;
	}
	.search-text {
		background-color: #e5eae8;
	}
	.nav + .nav {
		display: none;
	}

	.h-catalog-toggle:before {
		width: 9px;
		height: 15px;
		background: url(//ultratrade.cdnvideo.ru/images/fronted_new/catalog-arrow.png) no-repeat 0 0;
		top: 12px;
	}

	.sl-title {
		font-size: 30px;
	}
	.sl-footer {
		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;
	}
	.sl-price {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.sl-right {
		padding-bottom: 30px;
	}
	.sl-price {
		padding-left: 10px;
	}

	.c-about {
		display: none;
	}

	.c-categories {
		margin-left: -15px;
		margin-right: -15px;
	}

	.ct-item {
		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;
		padding: 13px 0;
	}
	.ct-item:hover {
		background-color: #f2f4f4;
	}
	.ct-image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70px;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		min-height: 0;
		padding: 0;
	}
	.ct-image img {
		max-width: 25px;
		max-height: 25px;
		display: block;
		margin: 0 auto;
	}
	.ct-title {
		font-size: 12px;
		color: #809398;
	}

	.ct-item:hover .ct-title {
		color: #0075ff;
	}

	.row-actions {
		display: block;
	}
	.row-actions > * {
		width: 100%;
	}
	.action-item {
		margin: 15px auto;
	}

	.articles-slider:after {
		content: "";
		display: block;
		padding: 30px 0;
		margin: -3px auto 0;
		width: 262px;
		border-radius: 4px;
	}
	.article-item {
		margin-left: auto;
		margin-right: auto;
	}

	.row-welcome {
		display: block;
	}
	.welcome-intro {
		padding-left: 0;
		background: none;
	}
	.welcome-intro .button {
		margin: 5px 0 15px;
	}
	.row-subscribe {
		display: block;
	}
	.sb-title {
		padding-left: 0;
		background: none;
	}
	.col-sb-form {
		max-width: 295px;
		margin: 15px 0;
	}

	.categories-slider-bottom {
		display: none;
	}
	.spec-box {
		display: none;
	}

	.columns-wrapper {
		display: block;
	}
	.column-sidebar {
		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;
		margin-right: -10px;
	}
	.pv-chars {
		margin-bottom: 20px;
	}
	.pv-head {
		margin-bottom: 20px;
	}

	.row-two {
		display: block;
	}
	.row-two > * {
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
/*	.attetnion-body {
		flex-direction: column;
	}*/

	.attention-icon {
		margin-left: 0;
		width: 70px;
		height: 35px;
	}
            .intro-slider {
            /*display: none !important;*/
            height: 240px;
	}
}
@media screen and (max-width: 516px) {
	.attention-icon {
		margin-left: 0;
		width: 140px;
		height: 51px;
	}
        .intro-slider {
            /*display: none !important;*/
            height: 220px;
	}
}
@media screen and (max-width: 370px) {
	.attention-icon {
		margin-left: 0;
		width: 140px;
		height: 40px;
	}
        .intro-slider {
            /*display: none !important;*/
            height: 185px;
	}
}
/* Small Devices, iPad mini */
@media only screen and (max-width: 768px) {
	.fancybox-slide--iframe .fancybox-content {
		max-width: calc(100% - 30px) !important;
	}

	.product-links {
		display: block;
	}

	.product-view {
		display: block;
	}
	.product-view > * {
		margin: 20px auto;
		max-width: 400px;
	}
	.s-display {
		display: none;
	}
	.article-image {
		float: none;
	}
	.col-logo img {
		max-width: 200px;
	}
	.col-sb-form {
		max-width: 100%;
		margin: 15px 0;
	}
	.intro-slider {
            /*display: none !important;*/
	}
	.table-block-767 {
		display: block;
	}
	.site-feedback-1,
	.h-callback {
		display: none;
	}
	.table-block-767 thead {
		display: none;
	}
	.table-block-767 tr {
		display: block;
	}
	.table-block-767 td {
		display: block;
		width: 100% !important;
		padding-right: 0 !important;
	}
	.footer {
		padding: 15px 0;
	}
	.row-footer {
		display: block;
		text-align: center;
	}
	.row-footer > * {
		margin: 15px 0;
	}
	/* .request-price, */
	.request-brand,
	.hide-768,
	.item-block-info,
	/* .request-warehouse {
		display: none !important;
	} */
	.table-info-items {
		display: none;
	}
	.col-welcome-intro .button {
		display: none !important;
	}
	/*   .column-content .row-products>* {
          width: 50%;
       }*/

	.head {
		/*display: block;*/
	}
	.col-3 {
		width: 33.33333%;
	}
	/*    .show-params {
            margin: 15px 0;
        }
    */
	.row-articles {
		display: block;
	}
	.row-articles > * {
		width: 100%;
		margin: 15px 0;
	}
	.cols-two {
		display: block;
	}
	.cols-two > * {
		width: 100%;
	}

	a.page-prev,
	a.page-next {
		min-width: 0;
		padding-left: 5px;
		padding-right: 5px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

/* Small Devices, Phones */
@media only screen and (max-width: 575px) {
	.iframe-yuotube {
		max-width: 290px;
		width: 290px !important;
	}
	.o_nas_mobile {
		width: 290px !important;
	}
	#map {
		width: 100% !important;
		min-width: 290px;
	}
	#map-wrap {
		margin-left: 0 !important;
	}
	#contact-page table td {
		padding: 0 !important;
		border: 0 solid transparent !important;
	}
	.footer-contact,
	.footer-pay {
		margin-left: 30px;
	}

	.footer-pay img {
		margin-right: 15px;
	}

	.yandex-market {
		width: 100% !important;
		margin: auto;
		text-align: center;
		display: block;
	}

	.footer-head {
		margin-top: 20px;
	}

	.footer-contact {
		width: auto;
	}

	.row.row-products {
		min-width: 0px;
	}
	.description_text img {
		display: block !important;
		margin: 5px auto !important;
		float: none !important;
	}
	.td-delivery-left {
		width: auto;
	}
	.products-slider .prod-item {
		margin-left: auto;
		margin-right: auto;
	}

	.products-slider .slick-next {
		left: auto;
		right: 0px;
	}
	.products-slider .slick-prev {
		right: 32px;
	}

	.row-products {
		display: block;
	}
	.row-products > * {
		width: 100%;
	}
	.column-content .row-products > * {
		width: 100%;
	}
	.column-sidebar {
		display: block;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.column-sidebar > * {
		width: 100%;
		margin: 0;
	}

	.show-params {
		display: block;
		/*        margin-bottom: 25px;*/
	}
	.show-params > * {
		margin: 15px 0;
	}
	.s-sort select {
		width: 150px;
	}

	.rev-content {
		display: block;
		padding: 10px;
	}
	.rev-footer {
		display: block;
		padding: 10px;
	}
	.rev-footer-use {
		margin-bottom: 10px;
	}
	.rev-info {
		padding-top: 0;
	}
	.partners-slider .slick-slide {
		width: 169px !important;
	}

	.col-logo {
		flex-grow: 1;
	}

	.col-logo img {
		width: 140px;
	}
}

/* Extra Small Devices, iPhone Retina */
@media only screen and (max-width: 479px) {
	#compare-box,
	#basket {
		flex-shrink: 0;
	}

	#compare-box {
		padding: 0;
	}

	h1,
	h2 {
		font-size: 20px;
	}

	.form-row {
		display: block;
	}
	.form-row > label {
		top: 0;
		margin-bottom: 5px;
	}

	.table-stripped th,
	.table-stripped td {
		padding: 10px 10px;
	}
	.pv-thumbs .slick-slide {
		margin: 5px 5px;
	}
}

.products-slider .slick-list {
	border-radius: 5px;
	padding-bottom: 12px;
	margin-bottom: -12px;
}

.products-slider .prod-item {
	border: 1px solid #e5eae8;
	border-right: 0 none;
	border-radius: 0;
}

.products-slider .prod-item:hover,
.products-items--grid .prod-item:hover {
	border: 1px solid #ccc;
}

.products-slider .prod-item:hover {
	border-right: 0 none;
}

.products-items--grid .prod-item:hover {
	border-color: #ccc;
}

.products-slider .slick-slide:not(.last):hover + .slick-slide .prod-item,
.products-items--grid .slide:not(:last-child):hover + .slide .prod-item {
	border-left-color: #ccc;
}

.products-slider .slick-slide.last .prod-item {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.products-slider .slick-slide.last .prod-item {
	border-right: 1px solid #e5eae8;
}

.products-slider .slick-slide.last .prod-item:hover {
	border: 1px solid #ccc;
	border-bottom-right-radius: 0;
}

.products-slider .slick-slide.first .prod-item {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.products-slider .slick-slide.first .prod-item:hover,
.products-items--grid .slide:first-child .prod-item:hover {
	border-bottom-left-radius: 0;
}

.products-slider .slick-prev:hover,
.products-slider .slick-next:hover,
.articles-slider .slick-prev:hover,
.articles-slider .slick-next:hover,
.pv-large .slick-arrow:hover {
	background-color: #006dff;
}

.products-items--grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-box-pack: flex-start;
	justify-content: flex-start;
}

.table-stripped th,
.table-stripped td {
	text-align: left;
}

@media only screen and (min-width: 575px) {
	.prod-item .prod-title {
		min-height: 63px;
	}

	.row-products > .slide,
	.products-items--grid > .slide {
		width: 50%;
	}

	.products-items--grid > .slide {
		width: 50%;
	}

	.products-items--grid .slide .prod-item:hover {
		border-color: #ccc;
	}
}

@media only screen and (min-width: 768px) {
	.row-products > .slide {
		width: 33.33333%;
	}

	.table-stripped th:first-child,
	.table-stripped td:first-child {
		width: 220px;
		min-width: 220px;
	}
}

@media only screen and (min-width: 992px) {
	#product-collapse-links {
		display: none;
	}
	.row-products > .slide,
	.products-items--grid > .slide {
		width: 25%;
	}
        .intro-slider {
            height: 395px;
	}
}

@media only screen and (max-width: 574px) {
	.row-products > .slide,
	.products-items--grid > .slide {
		width: 100%;
	}
}

#form_mailer input[type="text"] {
	border-radius: 50px;
	border: 0 none;
	font-size: 13px;
	padding-left: 20px;
}

#form_mailer .sb-submit {
	right: 5px;
}

.column-sidebar .categories-list ul {
	list-style-type: none;
	margin: 0;
	position: relative;
}

.column-sidebar .categories-list ul li a,
.column-sidebar .categories-list ul li .ct-title {
	font-family: "GloberRegular", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.menu-submenu-item ul li {
	margin-bottom: 13px;
}

.menu-title {
	font-size: 22px;
	font-family: "GloberBold", Tahoma, Arial, sans-serif;
	color: #191919;
	margin-bottom: 22px;
}

.menu-submenu-item ul li:last-child {
	margin-bottom: 0;
}

.pv-thumbs .slick-slide {
	padding-top: 5px;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.collapse__holder {
	margin-bottom: 3px;
}

.collapse__inner {
	padding: 12px 15px;
}

.collapse__holder-heading h2 {
	margin: 0;
}

.collapse__holder-heading {
	position: relative;
}

.collapse__holder-heading > a {
	padding: 17px 54px 17px 17px;
	display: block;
	text-decoration: none;
	background-color: #f2f4f4;
}

.collapse__holder-heading .icon {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #0168cf;
	border-radius: 50%;
	position: absolute;
	right: 12px;
	top: 16px;
}

.collapse__holder-heading .icon:after,
.collapse__holder-heading .icon:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(//ultratrade.cdnvideo.ru/images/icons/arrow-small-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.collapse__holder-heading .icon:before {
	background-image: url(//ultratrade.cdnvideo.ru/images/icons/arrow-small.svg);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.collapse__holder-heading .icon:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.collapse__holder.collapse-opened .icon:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.collapse__holder.collapse-opened .icon:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

@media only screen and (max-width: 991px) {
	.menu-submenu-item:not(:last-child) {
		margin-bottom: 24px !important;
	}

	.menu-submenu-item > ul > li:not(.menu-submenu-category) a {
		padding-left: 12px;
		display: block;
	}

	.categories-list {
		transition: transform 0.18s ease;
		overflow: auto;
		top: 50px;
		transform: translate3d(-320px, 0, 0);
		position: fixed;
		z-index: 99;
		width: 240px;
		height: 100%;
		background-color: #fff;
		left: 0;
		top: 0;
		bottom: 0;
		will-change: transform;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.filter-box {
		transition: transform 0.18s ease;
		overflow: auto;
		top: 50px;
		transform: translate3d(-320px, 0, 0);
		position: fixed;
		z-index: 99;
		width: 240px;
		height: 100%;
		background-color: #fff;
		left: 0;
		top: 0;
		bottom: 0;
		will-change: transform;
	}

	.catalog-mobile .categories-list {
		transform: translate3d(0, 0, 0);
	}

	.filter-mobile .filter-box {
		transform: translate3d(0, 0, 0);
	}

	.filter-box .filter-wrapper {
		min-height: 100%;
		margin-bottom: 0;
		border-radius: 0;
	}

	.head.head-normal {
		flex-direction: column;
		align-items: flex-start;
	}

	.head.head-normal .show-params {
		margin-left: 0;
	}

	.menu-title {
		display: none;
	}

	.column-sidebar .categories-list ul li > .active + .menu {
		display: block;
	}

	.column-sidebar .categories-list ul li > .menu {
		padding: 22px;
		display: none;
	}

	.tabs-wrapper {
		display: none;
	}

	.product-view .pv-table-info-items {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
	.products-items--grid .slide:nth-child(1) .prod-item {
		border-top-left-radius: 4px;
	}

	.products-items--grid .slide:nth-child(4) .prod-item {
		border-bottom-right-radius: 4px;
	}

	.products-items--grid .slide:nth-child(2) .prod-item {
		border-top-right-radius: 4px;
	}

	.products-items--grid .slide:nth-child(3) .prod-item {
		border-bottom-left-radius: 4px;
	}

	.products-items--grid .slide:nth-child(2n + 2) {
		margin-left: -1px;
	}

	.products-items--grid .slide:nth-child(n + 3) {
		margin-top: -1px;
	}

	.row.row-products > .col-4 {
		width: 50%;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.about-number {
		font-size: 42px;
		white-space: nowrap;
	}
        .intro-slider {
            height: 455px;
	}
}

.vs-catalog-item-controls {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
}

.vs-catalog-item-controls ul {
	list-style: none;
	margin: 0;
}

.vs-catalog-item-controls ul > li > a {
	width: 36px;
	height: 36px;
	background-color: #f2f4f4;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vs-catalog-item-controls ul > li > a .icon {
	display: block;
}

.vs-catalog-item-controls ul > li > a svg path {
	fill: #b8c1c6;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.vs-catalog-item-controls ul > li > a.active svg path,
.vs-catalog-item-controls ul > li > a.active:hover svg path {
	fill: #fff;
}

.vs-catalog-item-controls ul > li > a:hover {
	background-color: #e8ebec;
}

.vs-catalog-item-controls ul > li > a:hover svg path {
	fill: #768b90;
}

.vs-catalog-item-controls ul > li > a.active,
.vs-catalog-item-controls ul > li > a.active:hover {
	background-image: -o-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-linear-gradient(bottom, #006dff 0%, #009dff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#006dff), to(#009dff));
	background-image: linear-gradient(to top, #006dff 0%, #009dff 100%);
}

.vs-catalog-item-controls ul > li + li {
	margin-top: 10px;
}

.stars__holder:after {
	content: "";
	clear: both;
	display: table;
}

.vs-catalog-rating-box {
	display: flex;
	margin-bottom: 18px;
	align-items: center;
}

.product-comments {
	display: flex;
	align-items: center;
}

.product-comments .icon {
	margin-right: 7px;
}

.product-comments > span {
	font-size: 11px;
	display: block;
	position: relative;
	top: -1px;
	font-family: "arial";
	color: #768b90;
}

.product-comments .icon svg {
	display: block;
}

.vs-catalog-rating-box .product-comments {
	margin-left: 45px;
}

.stars__holder > span {
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/star-gray.svg);
}

.stars__holder > span.active,
.stars__holder > span.active ~ span {
	background-image: url(//ultratrade.cdnvideo.ru/images/fronted_new/star-yellow.svg);
}

#compare-box > a {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	background-color: #fecc2d;
	border-radius: 50%;
	padding: 14px 0 0 11px;
}

#compare-box > a:hover {
	background-color: #f3c01f;
}

.menu-submenu-category a {
	font-family: "GloberBold", Tahoma, Arial, sans-serif !important;
	font-size: 14px !important;
	color: #191919;
	text-decoration: none;
}

ul.menu-submenu-menu ul {
	margin: 0;
}

.products-items--grid .slide:first-child .prod-item:hover {
	border-bottom-right-radius: 0;
}

.products-items--grid .slide:last-child .prod-item:hover {
	border-bottom-right-radius: 0;
}

.prod-item .vs-catalog {
	margin-top: 0;
}

.prod-item .vs-catalog-item {
	display: none !important;
}

@media only screen and (min-width: 992px) {
	.products-items--grid .slide:last-child .prod-item {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.products-items--grid .slide:first-child .prod-item {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.column-sidebar .categories-list ul li:hover > .menu {
		display: block;
	}

	.column-sidebar .categories-list ul li > .menu {
		cursor: default;
		position: absolute;
		left: 100%;
		top: -1px;
		bottom: 0;
		display: none;
		background-color: #f2f4f4;
		z-index: 3;
		width: 680px;
		padding: 22px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.column-sidebar .categories-list ul li > .menu ul:after,
	ul.menu-submenu-menu:after {
		content: "";
		clear: both;
		display: table;
	}
	.column-sidebar .categories-list ul.menu-submenu-menu,
	ul.menu-submenu-menu {
		margin: 0 -15px;
	}

	li.menu-submenu-item {
		width: 33.33333%;
		float: left;
		padding: 0 15px;
		margin-bottom: 40px;
	}

	li.menu-submenu-item:nth-child(3n + 1) {
		clear: left;
	}

	#compare-box > a > .h-qty {
		text-decoration: none;
		width: 20px;
		height: 20px;
		line-height: 16px;
		display: inline-block;
		background-color: #fd9d15;
		border: 2px solid #fff;
		border-radius: 50%;
		color: #fff;
		font-family: "GloberRegular";
		font-size: 11px;
		font-weight: 400;
		color: #fff;
		text-align: center;
		position: absolute;
		right: -2px;
		top: -2px;
	}
}

@media only screen and (max-width: 991px) {
	#compare-box > a {
		width: 35px;
		height: 35px;
		padding: 10px 0 0 10px;
	}

	#compare-box svg {
		width: 15px;
		height: 17px;
	}
}

.p-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 98;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.catalog-mobile,
.filter-mobile {
	overflow: hidden;
}

.catalog-mobile .p-overlay,
.filter-mobile .p-overlay {
	opacity: 1;
}

.catalog-mobile-toggle {
	margin-right: 5px;
}

.filter-mobile-toggle {
	margin-left: 5px;
}

.catalog-mobile-toggle,
.filter-mobile-toggle {
	flex-grow: 1;
	flex-basis: 50%;
}

.catalog-mobile-toggle button {
	display: block;
	width: 100%;
	color: #fefefe;
	font-family: "Arial";
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	height: 42px;
	background-color: #006dff;
	border-radius: 3px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.filter-mobile-toggle button {
	display: block;
	width: 100%;
	color: #768b90;
	font-family: "Arial";
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	height: 44px;
	background-color: #fff;
	border: 1px solid #e5eae8;
	border-radius: 3px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.mobile-controls {
	width: 100%;
	flex-grow: 1;
	margin-top: 20px;
	display: flex;
}

.categories-list__header {
	padding: 10px 18px;
}

.category-filters-close {
	display: block;
	position: absolute;
	font-size: 40px;
	padding: 6px;
	right: 18px;
	top: 4px;
	padding: 0;
	background-color: transparent;
	border: 0 none;
}

.products-items--grid .slide .prod-item {
	border-radius: 0;
}

@media only screen and (min-width: 992px) {
	.products-items--grid .slide + .slide .prod-item {
		margin-left: -1px;
	}

	.categories-list__header {
		display: none;
	}

	.mobile-controls {
		display: none;
	}

	.head > .show-params {
		margin-top: 0;
		margin-left: 30px;
		flex-grow: 1;
	}

	.head > .show-params .s-sort {
		margin-right: auto;
	}
}

@media only screen and (max-width: 991px) {
	.head > .show-params {
		margin-left: auto;
	}
}

@media only screen and (max-width: 575px) {
	.products-items--grid .slide:first-child .prod-item {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.products-items--grid .slide:last-child .prod-item {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.products-items--grid .slide + .slide .prod-item {
		margin-top: -1px;
	}

	.mobile-controls {
		flex-direction: column;
	}

	.catalog-mobile-toggle,
	.filter-mobile-toggle {
		flex-basis: 100%;
	}

	.filter-mobile-toggle {
		margin-top: 12px;
		margin-left: 0;
	}

	.catalog-mobile-toggle {
		margin-right: 0;
	}
}

.filter-mobile #ajax_loading_indicator_box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	margin-top: -98px;
	margin-left: -98px;
	z-index: 100;
}

.filter-mobile #ajax_loading_indicator_box > img {
	margin: 0;
}

.vs-active-fill,
.favorite-active-fill {
	background-color: #0076ff !important;
}
.vs-catalog-item-controls ul > li > a.vs-active-fill svg path,
.vs-catalog-item-controls ul > li > a.favorite-active-fill svg path {
	fill: #ffffff !important;
}

@media screen and (min-width: 0\0) {
	body {
		overflow-x: hidden;
	}
}

@media (min-width: 992px) {
	.column-sidebar .categories-list {
		display: none;
	}
}

#news-list {
	font-size: 0 !important;
}
.news-img {
	float: left;
	margin-right: 15px;
	width: 261px;
	text-align: left;
	font-size: 0 !important;
	vertical-align: top;
}
.news-img a {
	display: block;
	font-size: 0 !important;
	vertical-align: top;
}
.news-img img {
	max-width: 261px;
	font-size: 0;
	border-radius: 5px;
	vertical-align: top;
}
.news-list-content {
	clear: left;
	font-size: 1.05rem;
	line-height: 1.6rem;
	width: 263px;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
#news-list .h3 {
	margin: 5px 0;
	display: block;
	padding: 0;
}
.news-list-content {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 14px;
	text-align: justify;
	padding-top: 0px;
	width: 47%;
}
.news-content {
	font-size: 0.9rem;
	line-height: 1.5rem;
	text-align: left;
	padding: 20px 20px 0px 20px;
}
.news-content a {
	font-size: 1.1rem;
	text-decoration: underline;
}
.news-list-content:hover {
	text-decoration: none;
	opacity: 0.8;
	cursor: pointer;
}
.news-date {
	color: gray;
	font-size: 0.8rem;
	margin-top: 0px;
}
.news-desc {
	height: 145px;
	overflow: hidden;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
	.news-img {
		width: 170px;
	}
	.news-img img {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.news-img {
		width: auto;
		margin: auto;
	}
	.news-img {
		float: none;
	}
	.news-desc {
		height: auto;
		overflow: auto;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.news-list-content {
		margin: 0 0 20px;
		width: 100%;
	}

	#quetion-add {
		padding-left: 0 !important;
	}

	#quetion-add #bg-textarea {
		padding: 20px;
	}
}

@media (min-width: 567px) and (max-width: 991px) {
	.categories-slider {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}
.categories-slider,
/* .products-slider, */
.articles-slider,
.partners-slider,
/*.intro-slider,*/
.pv-large,
.pv-thumbs {
	display: none;
}

.ya-site-form_inited_no {
	display: none;
}

@media (min-width: 1200px) {
	.pv-images {
		min-width: 457px;
	}
        .intro-slider {
            height: 555px;
	}
}

.user-bonuses__holder {
	display: flex;
	align-items: center;
}

.user-bonuses__holder .coupon-button {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 12px;
	width: 160px;
}

.user-bonuses__holder-heading {
	margin-right: 20px;
	width: 180px;
	flex-shrink: 0;
	text-align: left;
}

.user-bonuses__holder-heading .fs-16 {
	font-size: 16px;
}

.user-bonuses__holder-heading .fs-18 {
	font-size: 18px;
	line-height: 30px;
}

.user-bonuses__holder-input {
	display: flex;
	align-items: flex-start;
}

#bonus_sum {
	width: 195px;
	border: 1px solid #e5e5e5;
	outline: none;
	color: black;
	padding: 6px 10px;
	font-size: 0.95rem;
	border-radius: 4px;
	box-shadow: none !important;
}

#coupon_code_text,
#bonus_sum {
	display: block;
}

.bonus-holder {
	margin-top: 12px;
}

@media only screen and (max-width: 991px) {
	.basket-foot-td {
		display: block !important;
		width: 100% !important;
	}

	.holder-input-group,
	.user-bonuses__holder-input {
		flex-grow: 1;
	}

	.user-bonuses__holder .coupon-button {
		flex-shrink: 0;
	}

	#coupon_code_text,
	#bonus_sum {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.user-bonuses__holder-heading {
		width: 100%;
		margin-right: 0;
		text-align: left;
		margin-bottom: 6px;
	}

	.user-bonuses__holder {
		flex-wrap: wrap;
	}

	.basket-foot-td .notice {
		text-align: left;
	}

	#coupon_result.basket-foot-td .notice {
		text-align: right;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
	#coupon-center .coupon-button {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 480px) {
	.basket-foot {
		display: block;
	}

	#coupon_result.basket-foot-td,
	#coupon_result.basket-foot-td .notice {
		text-align: center !important;
		padding-right: 0;
	}

	.bonus-holder {
		margin-top: 28px;
	}

	.user-bonuses__holder-input {
		flex-wrap: wrap;
	}

	#coupon-center .coupon-button {
		width: 100% !important;
		margin-top: 8px !important;
		margin-left: 0;
	}
}

.new-client-coupon {
	display: flex;
	cursor: pointer;
}

.new-client-coupon:hover {
	opacity: 0.8;
}

.new-client-coupon__image {
	width: 37px;
	height: 37px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
	background: rgba(248, 199, 42, 1);
	background: -moz-linear-gradient(left, rgba(248, 199, 42, 1) 0%, rgba(253, 151, 17, 1) 100%);
	background: -webkit-gradient(
		left top,
		right top,
		color-stop(0%, rgba(248, 199, 42, 1)),
		color-stop(100%, rgba(253, 151, 17, 1))
	);
	background: -webkit-linear-gradient(left, rgba(248, 199, 42, 1) 0%, rgba(253, 151, 17, 1) 100%);
	background: -o-linear-gradient(left, rgba(248, 199, 42, 1) 0%, rgba(253, 151, 17, 1) 100%);
	background: -ms-linear-gradient(left, rgba(248, 199, 42, 1) 0%, rgba(253, 151, 17, 1) 100%);
	background: linear-gradient(to right, rgba(248, 199, 42, 1) 0%, rgba(253, 151, 17, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c72a', endColorstr='#fd9711', GradientType=1 );
}

.new-client-coupon__description {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	color: #282828;
	font-size: 15px;
	padding: 8px 22px 8px 15px;
	position: relative;
	overflow: hidden;
}

.new-client-coupon__description:after,
.new-client-coupon__description:before {
	content: "";
	width: 6px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(/modules/bonuses/images/dots3.svg);
	background-size: 6px 30px;
	position: absolute;
	top: 4px;
}

.new-client-coupon__description:after {
	right: -3px;
}

.new-client-coupon__description:before {
	left: -3px;
}

.new-client-coupon__description-count {
	font-family: "GloberBold";
	margin-left: 5px;
}

.new-client-coupon__description-title {
	margin-right: 10px;
}

.new-client-coupon__description-image {
	font-size: 0;
	line-height: 0;
	flex-shrink: 0;
}

@media only screen and (width: 320px) {
    .new-client-coupon__description {
        font-size: 14px;
        padding: 8px 14px 8px 14px;
    }
}



table.content-table {
    width: 100%; border: 0px; border-collapse: collapse; color: #768B90;
    font: 13px "GloberRegular", Tahoma, Arial, sans-serif; 
}
table.content-table thead {font-weight: bold;} 
table.content-table td {padding: 0.6rem 1rem; border-bottom: 1px solid #007FFF;}
table.content-table th {text-align: center;}
    
@media screen and (max-width: 600px) {
    table.content-table thead {
        display: none;
    }
    table.content-table tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #FAB822;
    }
    table.content-table td {
        display: block;
        border-bottom: 1px solid #e8e9eb;
        text-align: right;
    }
    table.content-table td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
    }
    .intro-slider {
            height: 255px;
	}
}
 