@import url(font-awesome.min.css);
html {
	font-size: 16px;
}

body {
	min-width: 320px;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #050505;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #3c3a3b;
	background-color: transparent;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:not([href]):not([tabindex]) {
	text-decoration: none;
	color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	text-decoration: none;
	color: inherit;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
	font-weight: 300;
}

h2,
.h2 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

.btn,
.jq-file__browse {
	padding: .5rem 1.2rem;
	font-size: 14px;
	cursor: pointer;
	white-space: normal;
	color: #e94a4b;
	background-color: #fff;
	border: 1px solid #e94a4b;
	border-radius: 5px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
	     -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
	        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
}

.btn:hover,
.jq-file__browse:hover {
	color: #fff;
	background-color: #e94a4b;
}

.btn2 {
	padding: .4rem 1.2rem;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	white-space: normal;
	color: #fff;
	background-color: #e94a4b;
	border: 1px solid #e94a4b;
	border-radius: 5px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
	     -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
	        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
}

.btn2:hover {
	color: #e94a4b;
	background-color: #fff;
}

.bg-gray {
	background-color: #f6f7f8;
}

a {
	color: #050505;
}

a,
button {
	outline: 0 !important;
}

hr {
	height: 1px;
	background: #e9ebec;
	border: 0;
}

.img-radius {
	border-radius: 10px;
}

.w550 {
	max-width: 550px;
}

.fs19 {
	font-size: 19px;
}

.fs24 {
	font-size: 24px;
}

.w400 {
	font-weight: 400;
}

.w500 {
	font-weight: 500;
}

.fs16 {
	font-size: 16px;
}

.fs30 {
	font-size: 30px;
}

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 100px;
	line-height: 1em;
	opacity: 0;
}

.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	   text-overflow: ellipsis;

	-o-text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}

.jq-selectbox {
	z-index: 10;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	   text-overflow: ellipsis;

	-o-text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;

	-webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;

	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	text-align: left;

	-moz-appearance: textfield;
	/* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	/* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
	margin: 0 6px 0 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
	vertical-align: -4px;
	border: 1px solid #e94a4b;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #fff, inset 1px -1px #fff;
	        box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #fff, inset 1px -1px #fff;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}

.jq-checkbox {
	border-radius: 5px;
}

.jq-checkbox.checked .jq-checkbox__div {
	margin: 4px 0 0 4px;
	width: 10px;
	height: 6px;
	border-bottom: 2px solid #e94a4b;
	border-left: 2px solid #e94a4b;
	-webkit-transform: rotate(-50deg);
	    -ms-transform: rotate(-50deg);
	        transform: rotate(-50deg);
}

.jq-radio {
	border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
	margin: 3px 0 0 3px;
	width: 10px;
	height: 10px;
	background: #777;
	border-radius: 50%;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
	        box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}

.jq-file:hover .jq-file__browse {
	color: #fff;
	background-color: #e94a4b;
}

.jq-file input {
	cursor: pointer;
}

.jq-file__name {
	font-size: 16px;
	line-height: 34px;
	vertical-align: middle;
}

.changed .jq-file__name {
	margin-right: 10px;
}

.jq-file__browse {
	position: relative;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	color: #888;
	background: #f5f5f5;
	border-color: #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.jq-number {
	position: relative;
	padding: 0 36px 0 0;
	vertical-align: middle;
}

.jq-number__field {
	width: 100px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
}

.jq-number__field:hover {
	border-color: #b3b3b3;
}

.jq-number__field input {
	padding: 8px 9px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	font: 14px Arial, sans-serif;
	color: #333;
	background: none;
	border: none;
	outline: none;
}

.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background:      -o-linear-gradient(#fff, #e6e6e6);
	background:         linear-gradient(#fff, #e6e6e6);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	text-shadow: 1px 1px #fff;
}

.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}

.jq-number__spin:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
	background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
	background:      -o-linear-gradient(#f6f6f6, #e6e6e6);
	background:         linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
	background: #f5f5f5;
	-webkit-box-shadow: inset 1px 1px 3px #ddd;
	        box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	content: '';
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
	border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	color: #888;
	background: #f5f5f5;
	border-color: #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #aaa;
}

.jq-selectbox {
	cursor: pointer;
	vertical-align: middle;
}

.jq-selectbox__select {
	padding: 0 45px 0 10px;
	height: 32px;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background:      -o-linear-gradient(#fff, #e6e6e6);
	background:         linear-gradient(#fff, #e6e6e6);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	text-shadow: 1px 1px #fff;
}

.jq-selectbox__select:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
	background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
	background:      -o-linear-gradient(#f6f6f6, #e6e6e6);
	background:         linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-selectbox__select:active {
	background: #f5f5f5;
	-webkit-box-shadow: inset 1px 1px 3px #ddd;
	        box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794bf;
}

.jq-selectbox.disabled .jq-selectbox__select {
	color: #888;
	background: #f5f5f5;
	border-color: #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
}

.jq-selectbox .placeholder {
	color: #888;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #ccc;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #aaa;
}

.jq-selectbox__dropdown {
	margin: 2px 0 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	font: 14px/18px Arial, sans-serif;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	        box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	margin: 0;
	padding: 5px 27px 6px 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	color: #333;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	-webkit-box-shadow: inset 1px 1px #f1f1f1;
	        box-shadow: inset 1px 1px #f1f1f1;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	font-size: 13px;
	background: #f0f0f0;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	padding: 5px 10px 6px;
	min-height: 18px;
	color: #231f20;
}

.jq-selectbox li.selected {
	color: #fff;
	background-color: #a3abb1;
}

.jq-selectbox li:hover {
	color: #fff;
	background-color: #08c;
}

.jq-selectbox li.disabled {
	color: #aaa;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	cursor: default;
	color: #231f20;
	background: none;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-select-multiple {
	padding: 1px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
}

.jq-select-multiple.focused {
	border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
	color: #888;
	background: #f5f5f5;
	border-color: #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}

.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
	color: #fff;
	background: #08c;
}

.jq-select-multiple li.disabled {
	color: #aaa;
}

.jq-select-multiple li.optgroup {
	font-weight: bold;
}

.jq-select-multiple li.option {
	padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	color: #fff;
	background: #ccc;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	font: 14px Arial, sans-serif;
	color: #333;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
}

input[type='search'].styler {
	-webkit-appearance: none;

	   -moz-appearance: none;
	        appearance: none;
}

textarea.styler {
	overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #b3b3b3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #ccc;
	border-top-color: #b3b3b3;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	padding: 8px 11px;
	overflow: visible;
	font: 14px Arial, sans-serif;
	cursor: pointer;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background:      -o-linear-gradient(#fff, #e6e6e6);
	background:         linear-gradient(#fff, #e6e6e6);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	text-shadow: 1px 1px #fff;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
	background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
	background:      -o-linear-gradient(#f6f6f6, #e6e6e6);
	background:         linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #f5f5f5;
	-webkit-box-shadow: inset 1px 1px 3px #ddd;
	        box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	color: #888;
	background: #f5f5f5;
	border-color: #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.owl-carousel {
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
	position: relative;

	-moz-backface-visibility: hidden;
	-ms-touch-action: pan-Y;
	    touch-action: manipulation;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: '.';
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
}

.owl-carousel .owl-item {
	position: relative;
	float: left;
	min-height: 1px;
	-webkit-tap-highlight-color: transparent;

	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	padding: 0 !important;
	font: inherit;
	color: inherit;
	background: none;
	border: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor:         grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	        animation-duration: 1000ms;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	     -o-transition: height 500ms ease-in-out;
	        transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	     -o-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url('owl.video.play.png') no-repeat;
	-webkit-transition: -webkit-transform 100ms ease;
	     -o-transition:         transform 100ms ease;
	        transition: -webkit-transform 100ms ease;
	        transition:         transform 100ms ease;
	        transition:         transform 100ms ease, -webkit-transform 100ms ease;

	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	    -ms-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	     -o-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	background: #d6d6d6;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
	color: #fff;
	background: #869791;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: .5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;

	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px 7px;
	display: block;
	width: 10px;
	height: 10px;
	background: #d6d6d6;
	border-radius: 30px;
	-webkit-transition: opacity 200ms ease;
	     -o-transition: opacity 200ms ease;
	        transition: opacity 200ms ease;

	-webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.owl-partners .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.owl-partners .owl-item {
	text-align: center;
}

.owl-partners .owl-item img {
	display: inline-block;
	cursor: pointer;
	max-width: 100%;
	max-height: 30%;
/*
	max-height: 75px;
	width: auto;
*/	
}

.owl-partners .owl-stage .owl-item > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 250px;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: center;
	-ms-flex-flow: column;
	    flex-flow: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.owl-partners .owl-stage .owl-item > div img {
	align-self: center;
	-ms-flex-item-align: center;
}

.owl-partners .owl-nav button.owl-next,
.owl-partners .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	background-color: #e8ebee;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.owl-partners .owl-nav button.owl-next:hover,
.owl-partners .owl-nav button.owl-prev:hover {
	background-color: #f3f5f6;
}

.owl-partners .owl-nav button.owl-next span,
.owl-partners .owl-nav button.owl-prev span {
	position: relative;
	color: transparent;
}

.owl-partners .owl-nav button.owl-next:after,
.owl-partners .owl-nav button.owl-prev:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
}

.owl-partners .owl-next {
	right: -90px;
}

.owl-partners .owl-next:after {
	width: 9px;
	height: 13px;
	background-image: url('../images/sprite.png');
	background-position: -294px -169px;
	-webkit-transform: translate(-4.5px, -6.5px);
	    -ms-transform: translate(-4.5px, -6.5px);
	        transform: translate(-4.5px, -6.5px);
}

.owl-partners .owl-prev {
	left: -90px;
}

.owl-partners .owl-prev:after {
	width: 9px;
	height: 13px;
	background-image: url('../images/sprite.png');
	background-position: -294px -211px;
	-webkit-transform: translate(-4.5px, -6.5px);
	    -ms-transform: translate(-4.5px, -6.5px);
	        transform: translate(-4.5px, -6.5px);
}

.footer-title {
	font-size: 16px;
	font-weight: 700;
}

.footer_menu_new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_menu_new .own_col {
	max-width: 20%;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	    flex: 0 0 20%;
}

.footer_menu_new .own_col div {
	margin-right: 1.3rem;
}

.footer_menu_new .flex_sx_combo .footer_mail {
	font-size: 18px;
	color: #e94a4b;
}

.footer_menu_new .flex_sx_combo .mb20 {
	margin-bottom: 15px;
}

.footer_menu_new .flex_sx_combo p {
	margin-bottom: 15px;
}

.footer_menu_new .list__item {
	margin-bottom: 20px;
	font-size: 14px;
}

.footer_menu_new .list__item a {
	border-bottom: 1px solid rgba(0,0,0,0);
}

.footer_menu_new .list__item a:hover {
	text-decoration: none;
	color: #050505;
	border-bottom: 1px solid #050505;
}

.footer-bg {
	background: url('../images/footer-bg.png') no-repeat 80% 100%;
}

header {
	position: relative;
}

.navbar-nav .nav-item .nav-link {
	padding: 0 !important;
	border-bottom: 1px solid transparent;
}

.navbar-nav .nav-item .nav-link:hover {
	color: #e94a4b;
	border-bottom: 1px solid #e94a4b;
}


.navbar-toggler {
	width: 46px;
	height: 46px;
	background-image: url('../images/sprite.png');
	background-position: -148px -207px;
}

.navbar {
	padding: 0;
}

.gradient-bg 
{
/*	padding: 62px 0; 	*/
	padding: 90px 90px 10px 90px;
	background-color: #5a6479;
	background-image: -webkit-linear-gradient(356deg, #373d53 0%, #96a8bb 53%, #373d53 100%);
	background-image:      -o-linear-gradient(356deg, #373d53 0%, #96a8bb 53%, #373d53 100%);
	background-image:         linear-gradient(94deg, #373d53 0%, #96a8bb 53%, #373d53 100%);
}
.gradient-bg1 
{
	padding: 90px 90px 10px 90px;
	background-color: #5a6479;
	background-image: -webkit-linear-gradient(356deg, #616C82 0%, #A3B6C6 15%, #A3B6C6 35%, #728099 100%);
	background-image:      -o-linear-gradient(356deg, #616C82 0%, #A3B6C6 15%, #A3B6C6 35%, #728099 100%);
	background-image:         linear-gradient(94deg, #616C82 0%, #A3B6C6 15%,#A3B6C6 35%, #728099 100%);
}


.input-group {
	position: relative;

	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.input-group .search_logo {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.input-group .form-control {
	margin-left: 20px;
	padding: .4rem .75rem .4rem 8.5rem;
	border: 0;
	outline: 0 !important;
}

.input-group .button_search,
.input-group .form-control {
	height: 40px;
}

.input-group .button_center {
	margin: auto 0;
}
.input-group .button_search
{
	-webkit-box-shadow: 0 4px 24px 0 rgba(0,0,0,.2);
	box-shadow: 0 4px 24px 0 rgba(0,0,0,.2);
}

.input-line  .form-control
{
	display:inline;
}

.input-label
{
	border-bottom: thin dotted #B0B0B0;
}

.red-input:focus
{
	-webkit-box-shadow: 0 4px 24px 0 rgba(0,0,0,.2);
	box-shadow: 0 4px 24px 0 rgba(0,0,0,.2);
}


.red-bg 
{
/*	background-color: #DC000C;*/
	background-image: -webkit-linear-gradient(356deg, #AF4446 0%, #e45253 53%, #AF4446 100%);
	background-image: -o-linear-gradient(356deg, #AF4446 0%, #e45253 53%, #AF4446 100%);
	background-image: linear-gradient(94deg, #AF4446 0%, #e45253 53% , #AF4446 100%);
}



	.input-group .red-input {
		margin-left: 210px;
		padding-left: 15px;
		border-radius: 5px 5px 5px 5px;
	}

	.input-group>.red-input:not(:first-child) {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}	
		

.red-bg .btn
{
/*	background-color: #DC000C;*/
	background-color: #C84A4B;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.red-bg .btn:hover, .jq-file__browse:hover {
    color: #DC000C;
    background-color: #ffffff;
}

.red-bg .header_phone
{
	color: #ffcbcb;
}

.red-bg .header_mail
{
	color: #ffffff;
}

a.profile 
{
	color: #ffffff;
	font-size: 12px;
}

a.profile:hover
{
	border-bottom: 1px solid white;
}

.user-menu
{
	margin-top:-14px;
}
.user-menu a.profile 
{
	color: #000000;
	font-size: 12px;
}

.user-menu a.profile:hover
{
	color: #DC000C;
	border-bottom: 1px solid #DC000C;
}



.red-title
{
	padding-left: 210px;
	color: white;
}

.gray-bg 
{
	background-color: #5a6479;
	background-image: -webkit-linear-gradient(356deg, #373d53 0%, #96a8bb 53%, #373d53 100%);
	background-image: -o-linear-gradient(356deg, #373d53 0%, #96a8bb 53%, #373d53 100%);
	background-image: linear-gradient(94deg, #373d53 0%, #96a8bb 53%, #373d53 100%);
}	




.header_mail {
	font-size: 18px;
	font-weight: 700;
	color: #e94a4b;
}

.search_i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('../images/sprite.png');
	background-position: -294px -147px;
}

.button_search {
	padding-right: 10px;
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 39px;
	cursor: pointer;
	color: #fff;
	background-color: #e94a4b;
	border: 0;
	border-radius: 0 5px 5px 0;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.button_search:hover {
	background-color: #e62f30;
}

.button_search:active {
	background-color: #db1b1c;
}

.button_search-s 
{
	margin-left: -70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70px;
	cursor: pointer;
	color: #fff;
	background-color: #e94a4b;
	border: 0;
	border-radius: 0 5px 5px 0;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input_search-s
{
	padding-right: 70px;
}

.red-button {
	padding-right: 10px;
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 39px;
	cursor: pointer;
	color: #fff;
	background-color: #e94a4b;
	border: 0;
	border-radius: 0 5px 5px 0;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.red-button:hover {
	background-color: #e62f30;
}

.red-button:active {
	background-color: #db1b1c;
}


.btn-arrow {
	margin-left: 6px;
	display: inline-block;
	width: 13px;
	height: 9px;
	background-image: url('../images/sprite.png');
	background-position: -311px -169px;
}

.active .btn-arrow,  a.active:hover .btn-arrow  
{
	margin-left: 6px;
	display: inline-block;
	width: 13px;
	height: 11px;
	background-image: url('../images/sprite.png');
	background-position: -290px -191px;
}



a:hover .btn-arrow
{
	width: 13px;
	height: 9px;
	background-image: url('../images/sprite.png');
	background-position: -311px -211px;
}

.hr {
	border-top:1px solid #e6e9eb;
	padding-top: 4rem;
}


.catalog-tabs {
	line-height: 1.1;
	border-bottom: 1px solid #e6e9eb;
}

.catalog-tabs .nav-tabs p {
	color: #a1a3a5;
	font-weight: 500;
}

.catalog-tabs .nav-tabs .nav-pills-totals {
	font-size: 12px;
	color: #717375;
	font-weight: 500;
}

.catalog-tabs .nav-tabs .img-active 
{
	display: none;
}
.catalog-tabs .nav-tabs .img-inactive 
{
	display: block;
}


.catalog-tabs .nav-tabs .active .img-active 
{
	display: block;
}
.catalog-tabs .nav-tabs .active .img-inactive 
{
	display: none;
}


.catalog-tabs .nav-tabs .active p {
	color: #e94a4b;	
}

.catalog-tabs .nav-tabs .active .brand {
	color: #5a6499;
}


.catalog-tabs .nav-tabs .active .nav-pills-totals {
	color: #555555;	
}


.catalog-tabs .nav-tabs {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.catalog-tabs .tabs_basics img {
	margin: 1.2rem 0.6rem;
}

.catalog-tabs .tabs_basics p {
	margin-bottom: 0;
	font-size: 18px;
}

.catalog-price-info
{
	font-size: 12px;
	font-weight: 600;
}

.nav-item .btn
{
	display: none;
}

.nav-item .active .btn
{
	display: flex;
	position: relative;
	padding: 0px 7px;
	font-weight: 700;
}

.nav-group .btn
{
	display: flex;
	position: relative;
	padding: 0px 7px;
	font-weight: 700;
}

.nav-group-home .elevator
{
	z-index: 1;
}

.nav-group-home .btn
{
	display: flex;
	position: relative;
	padding: 0px 7px;
	z-index: 2;
	font-weight: 700;
}

.nav-group-home .elevator
{
	margin-bottom: 2px;
}

.nav-group .elevator
{
	min-height: 78px;
}
.nav-group .escalator
{
	min-height: 78px;
}


.tabs_main_content {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tabs_main_content .comp-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(20% - 10px);
	    flex: 0 0 calc(20% - 10px);
}

.tabs_main_content .comp-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(40% - 10px);
	    flex: 0 0 calc(40% - 10px);
}

.tabs_main_content .comp-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(30% - 10px);
	    flex: 0 0 calc(30% - 10px);
}

.tabs_main_content .comp_base {
	margin: 7px 0;
/*	padding: 1.5rem 1rem 1rem;*/
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	font-size: 12.5px;
	border: 1px solid #000;
	border-radius: 7px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	background-color: #ffffff;	
}


/*
.tabs_main_content .comp_base div {
	margin: 0 auto 1rem;
	min-height: 82px;
}

.tabs_main_content .comp_base p {
	text-align: center;
}
*/

.tabs_mono_content {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tabs_mono_content .comp-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(20% - 10px);
	    flex: 0 0 calc(20% - 10px);
}

.tabs_mono_content .comp-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(40% - 10px);
	    flex: 0 0 calc(40% - 10px);
}

.tabs_mono_content .comp-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(25% - 10px);
	    flex: 0 0 calc(25% - 10px);
}

.tabs_mono_content .off
{
	opacity: 0.30;
}

.tabs_mono_content .comp_base {
	margin: 7px 0;
/*	padding: 1.5rem 1rem 1rem;*/
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	font-size: 14px;
	font-weight: 450;
/*	border: 1px solid #000;*/
	border-radius: 7px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	background-color: #ffffff;	
}


.tabs_mono_content .comp_base:hover:not(.off)
{
	cursor: pointer;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.7);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.7);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.comp_item 
{
	min-height: 75px;
	height: 100%;
	align-items: center!important;
	animation: 1s ease-in 0.5s 1 both fadeIn;
}

.brand-logo
{
	max-height: 160px;
}

.fadeInSlow
{
	animation: 0.3s ease-in 0.5s 1 both fadeIn;
}

.fadeInShow
{
	animation: 1s ease-in 0.5s 1 both fadeIn;
}

.fadeInPreview
{
	animation: 0.5s ease-in 0.2s 1 both fadeIn
}

.slideUpShow
{
	animation: 0.8s ease-out 0s 1 both slideUpShow;
}

.slideUpHide
{
	animation: 0.8s ease-out 0s 1 both slideUpHide;	
}

.slideDownShow
{
	animation: 0.5s ease-out 0s 1 both slideDownShow;
}

.slideRightShow
{
	animation: 0.8s ease-out 0s 1 both slideRightShow;
}

.slideLeftShow
{
	animation: 0.8s ease-out 0s 1 both slideLeftShow;
}

.slideLeftShow1
{
	animation: 0.8s ease-out 0.3s 1 both slideLeftShow;
}

.slideLeftShow2
{
	animation: 0.8s ease-out 0.6s 1 both slideLeftShow;
}

.slideLeftShow3
{
	animation: 0.8s ease-out 0.9s 1 both slideLeftShow;
}

.slideLeftShow4
{
	animation: 0.8s ease-out 0.12s 1 both slideLeftShow;
}


.zoomInShow 
{
	animation: 0.6s ease-out 0.5s 1 both zoomInShow;
}


@keyframes fadeIn 
{
	0% 
	{
	  opacity: 0;
	}
	100% 
	{
	  opacity: 1;
	}
}


@keyframes slideUpShow 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideUpHide 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideRightShow
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(-70px);
		-ms-transform: translateX(-70px);
		transform: translateX(-70px);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideLeftShow
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(70px);
		-ms-transform: translateX(70px);
		transform: translateX(70px);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}


@keyframes slideDownShow 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(-36px);
		-ms-transform: translateY(-36px);
		transform: translateY(-36px);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes zoomInShow 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.5);
		transform: scale(0.7px);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: sacle(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}


.comp_icon
{
	text-align: center!important;
	padding: 0!important;
}

.img-icon
{
	max-width: 72px;
	height: auto;
}


.comp-1 .comp_icon
{
	margin-bottom: 10px;
}

.comp_label
{
	padding: .25rem .5rem 0rem .5rem !important;
	text-align: center;
}

.comp-1 .comp_label
{
	text-align: center;
}

.comp-2 .comp_label
{
	text-align: left;
}

.tabs_main_content .color-1 {
	border-color: #5dc4ca;
}

.tabs_main_content .color-1:hover {
	-webkit-box-shadow: 0 0 2px 1px #5dc4ca;
	        box-shadow: 0 0 2px 1px #5dc4ca;
}

.tabs_main_content .color-2 {
	border-color: #e94445;
}

.tabs_main_content .color-2:hover {
	-webkit-box-shadow: 0 0 2px 1px #e94445;
	        box-shadow: 0 0 2px 1px #e94445;
}

.tabs_main_content .color-3 {
	border-color: #892e81;
}

.tabs_main_content .color-3:hover {
	-webkit-box-shadow: 0 0 2px 1px #892e81;
	        box-shadow: 0 0 2px 1px #892e81;
}

.tabs_main_content .color-4 {
	border-color: #2d7eb1;
}

.tabs_main_content .color-4:hover {
	-webkit-box-shadow: 0 0 2px 1px #2d7eb1;
	        box-shadow: 0 0 2px 1px #2d7eb1;
}

.tabs_main_content .color-5 {
	border-color: #c22454;
}

.tabs_main_content .color-5:hover {
	-webkit-box-shadow: 0 0 2px 1px #c22454;
	        box-shadow: 0 0 2px 1px #c22454;
}

.tabs_main_content .color-6 {
	border-color: #e8853c;
}

.tabs_main_content .color-6:hover {
	-webkit-box-shadow: 0 0 2px 1px #e8853c;
	        box-shadow: 0 0 2px 1px #e8853c;
}


.tabs_mono_content .comp_label, .tabs_mono_content .comp_label
{
	color: #ffffff;
}
.tabs_mono_content .inv .comp_label, .tabs_mono_content .inv .comp_label
{
	color: #000000;
}
/*
.tabs_mono_content .color-1, .tabs_mono_content .color-3, .tabs_mono_content .color-5
{
    background-image: -webkit-linear-gradient(356deg, #4C5572 0%, #94A6B7 86%, #94A6B7 100%);
    background-image: -o-linear-gradient(356deg, #4C5572 0%, #94A6B7 86%, #94A6B7 100%);
    background-image: linear-gradient(94deg, #4C5572 0%, #94A6B7 86%, #94A6B7 100%);
}

.tabs_mono_content .color-2, .tabs_mono_content .color-4, .tabs_mono_content .color-6
{
	background-image: -webkit-linear-gradient(120deg, #b84748 0%, #e45253 100%);
	background-image: -o-linear-gradient(120deg, #b84748 0%, #e45253 100%);
	background-image: linear-gradient(90deg, #b84748 0%, #e45253 100%);
}
*/
.tabs_mono_content .color-1, .tabs_mono_content .color-3, .tabs_mono_content .color-5
{
/*	background-color: #D0DDE5; */
	background-color: #E0E8EF;
}

.tabs_mono_content .color-2, .tabs_mono_content .color-4, .tabs_mono_content .color-6
{
	background-color: #8B98A5;
}


.h-fix {
	height: 330px;
}

.num2 {
	font-size: 36px;
	font-weight: 700;
}

.cardn {
	padding: 25px 35px;
	height: 100%;
	background-color: #fcfcfc;
	border: 1px solid #e9ebec;
	border-radius: 10px;
}

.cardn_bg1 {
	background: url('../images/img5.jpg') no-repeat 100% 100%;
}

.cardn_bg2 {
	background: url('../images/img6.jpg') no-repeat 100% 100%;
}

.owl-catalog-img {
	background: #fff;
	border: 1px solid #e6eaef;
	border-radius: 4px 0 0 4px;
}

.owl-catalog-text {
	padding: 30px 0;
	background-color: #f6f7f8;
	border-radius: 0 4px 4px 0;
}

.owl-catalog-text .wrap {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	width: 70%;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center;
}

.owl-catalog_h2 {
	font-size: 30px;
}

.owl-catalog-title {
	font-size: 20px;
}

.vendor-code {
	font-size: 18px;
	color: #e94a4b;
}

.catalog-price {
	font-size: 36px;
}

.catalog-offprice
{
	color: #707070;
}

.owl .owl-nav button.owl-next,
.owl .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	background-color: #e8ebee;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.owl .owl-nav button.owl-next:hover,
.owl .owl-nav button.owl-prev:hover {
	background-color: #f3f5f6;
}

.owl .owl-nav button.owl-next span,
.owl .owl-nav button.owl-prev span {
	position: relative;
	color: transparent;
}

.owl .owl-nav button.owl-next:after,
.owl .owl-nav button.owl-prev:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
}

.owl .owl-next {
	right: -90px;
}

.owl .owl-next:after {
	width: 9px;
	height: 13px;
	background-image: url('../images/sprite.png');
	background-position: -294px -169px;
	-webkit-transform: translate(-4.5px, -6.5px);
	    -ms-transform: translate(-4.5px, -6.5px);
	        transform: translate(-4.5px, -6.5px);
}

.owl .owl-prev {
	left: -90px;
}

.owl .owl-prev:after {
	width: 9px;
	height: 13px;
	background-image: url('../images/sprite.png');
	background-position: -294px -211px;
	-webkit-transform: translate(-4.5px, -6.5px);
	    -ms-transform: translate(-4.5px, -6.5px);
	        transform: translate(-4.5px, -6.5px);
}

.was {
	font-size: 18px;
	text-decoration: line-through;
}

.wrp {
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #fcfcfc;
	border: 1px solid #e9ebec;
	border-radius: 12px;
}

.owl-home-catalog .wrp {
	background-color: transparent;
}

.content div {
	line-height: 2;
}

.hidden-text {
	display: none;
}

.hidden-text.active {
	display: block;
}

.btn-hidden-text {
	color: #e94a4b;
	border-bottom: 1px dotted #e94a4b;
}

.btn-hidden-text:hover {
	cursor: pointer;
}

.mw70 {
	max-width: 60%;
}

#map {
	height: 495px;
}

.how_to_here {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	color: #000;
}

.how_to_here:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 78px;
	height: 78px;
	content: '';
	background: 50% no-repeat #f6f7f8;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.typ1:before {
	background-image: url('../images/train.png');
}

.typ2:before {
	background-image: url('../images/car.png');
}

.how_to_here_text,
.how_to_here {
	padding-left: 108px;
}

.title {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.25;
	color: #000;
}

.title_h1 {
	font-size: 60px;
}

.form {
	padding: 30px;
	border-radius: 5px;
}

.form-input-mb {
	margin: 0 0 10px 0;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs .nav-item {
	width: 50%;
}

.nav-tabs .nav-item .nav-link {
	position: relative;
	margin-bottom: -1px;
	border-bottom: 0;
}

.nav-tabs .nav-item .nav-link.active {
	background: #f6f7f8;
}

.nav-tabs .nav-group 
{
	flex-grow:9; 
	flex-shrink: 3;
}

.nav-tabs .nav-group-home 
{
	flex-grow:1; 
	flex-basis: 200px; 
	flex-shrink: 1;	
}

.nav-tabs .nav-group .nav-link.active {
	background: #f6f7f8;
}

.nav-tabs .nav-group .nav-link {
	position: relative;
	margin-bottom: -1px;
	border-bottom: 0;
}

.nav-tabs .nav-group img
{
	max-width: 40px;
	min-width: 36px;
}

.menu_left {
	margin-bottom: 30px;
	font-size: 16px;
	background-color: #fafbfc;
	border: 1px solid #dcdfe3;
	border-radius: 12px;
	-webkit-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

.menu_left hr {
	background: #dcdfe3;
}

.menu_left .active
{
	background-color: #eaedf2;
}

.menu_left form  div:last-child
{
	border-radius: 0px 0px 12px 12px;
}

.menu_left_item {
	border-top: 1px solid #dcdfe3;
	cursor: pointer;
}
/*
.menu_left .btn
{
	line-height: 10px;
	padding: 5px 5px 5px 5px;
}
*/
.menu_right 
{
	margin-bottom: 30px;
	font-size: 16px;
	background-color: #fafbfc;
	border: 1px solid #dcdfe3;
	border-radius: 5px;
	-webkit-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

.menu_right hr 
{
	background: #dcdfe3;
}

.menu_right .active 
{
	background-color: #eaedf2;
}

.menu_right_item 
{
	border-top: 1px solid #dcdfe3;
}


.menu_join
{
	margin-bottom: 30px;
	font-size: 16px;
	background-color: #fafbfc;
	border: 1px solid #dcdfe3;
	border-radius: 5px;
	-webkit-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}


.menu_user
{
	margin-bottom: 30px;
	font-size: 16px;
	background-color: #fafbfc;
	border: 1px solid #dcdfe3;
	border-radius: 5px;
	-webkit-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

.menu_user hr 
{
	background: #dcdfe3;
}

.menu_user .active 
{
	background-color: #eaedf2;
}

.menu_user_item 
{
	border-top: 1px solid #dcdfe3;
}



.producer {
	cursor: pointer;
}

.producer.checked {
	font-weight: 500;
}

.changeView {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.changeView span {
	position: relative;
	margin-left: 14px;
	display: inline-block;
	width: 46px;
	min-width: 46px;
	height: 44px;
	cursor: pointer;
	border: 1px solid #99a7b8;
	border-radius: 5px;
}

.changeView span.active {
	border-color: #e94a4b;
}

.changeView span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.changeView1:after {
	width: 33px;
	height: 26px;
	background-image: url('../images/sprite.png');
	background-position: -208px -172px;
}

.changeView1.active:after {
	width: 33px;
	height: 26px;
	background-image: url('../images/sprite.png');
	background-position: -249px -172px;
}

.changeView2:after {
	width: 30px;
	height: 25px;
	background-image: url('../images/sprite.png');
	background-position: -294px 0;
}

.changeView2.active:after {
	width: 30px;
	height: 25px;
	background-image: url('../images/sprite.png');
	background-position: -294px -33px;
}

.changeView3:after {
	width: 29px;
	height: 26px;
	background-image: url('../images/sprite.png');
	background-position: -255px -207px;
}

.changeView3.active:after {
	width: 29px;
	height: 26px;
	background-image: url('../images/sprite.png');
	background-position: -163px -148px;
}

.result_search {
	margin-left: 4px;
	color: #99a1aa;
}

.catalog_item {
	border: 1px solid #dcdfe3;
	border-radius: 12px;
}

.catalog_item:hover
{
/*	border: 1px solid #909080;*/
    -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,.7);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}


.catalog_item_link {
	font-size: 17px;
	font-weight: 300;
	color: #000;
}

.catalog_item:hover .catalog_item_link
{
	text-decoration: underline;
}


.catalog_item_link:hover 
{
	color: #e94a4b;
	text-decoration: underline;
}


.catalog_item_img img
{
	max-height: 165px;
}

.catalog_item_img img:hover 
{
	cursor: zoom-in;
}

.catalog_item_text {
	margin-bottom: 6px;
	font-size: 14px;
	color: #000;
}
/*
.basket_add
{
	display: none;
	background-color: #e94a4b;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
}
.catalog_item:hover .basket_add 
{
	display: block;
}
*/

.basket_add
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.catalog .basket_add
{
	font-size: 18px;
}

.basket_add a
{
	font-size: 20px;
	color: #e94a4b;
}
.basket_add:hover a
{
	color: #ffffff;
}


.catalog_item
{
	position: relative;
}
/*
.catalog_item:hover
{
	border-color: #e94a4b;
}
*/
.catalog.act1 .catalog_item {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-ms-flex-align: center;
	-ms-flex-flow: row;
	    flex-flow: row;
}

.catalog.act1 .catalog_item_img {
	margin-right: 20px;
	width: 31%;

	align-self: first;
	-ms-flex-item-align: first;
}

.catalog.act2,
.catalog.act3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-ms-flex-flow: row;
	    flex-flow: row;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: space-between;
}

.catalog.act2 .catalog_item,
.catalog.act3 .catalog_item {
	padding: 10px 15px 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
	text-align: center;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: center;
	-ms-flex-flow: column;
	    flex-flow: column;
}

.catalog_item_img
{
	cursor: pointer;
}

.catalog.act2 .catalog_item_img,
.catalog.act3 .catalog_item_img {
	margin-bottom: 10px;
	height: 165px;

	align-self: first;
	-ms-flex-item-align: first;
}

.catalog.act3 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog.act3 .catalog_item {
	width: 32%;
}

.catalog.act3 .catalog_item_img {
	width: auto;
	height: auto;
	max-height: 160px;
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination a,
.pagination span {
	display:inline-block;
	width: 49px;
	height: 46px;
	font-size: 16px;
	font-weight: 300;
	line-height: 44px;
	text-align: center;
	color: #000;
	border: 1px solid #dcdfe3;
	border-right: 0;
	cursor: pointer;
}

.pagination a:first-child,
.pagination span:first-child {
	border-radius: 3px 0 0 3px;
}

.pagination a:last-child,
.pagination span:last-child {
	border-right: 1px solid #dcdfe3;
	border-radius: 0 3px 3px 0;
}

.pagination a:hover {
	text-decoration: none;
	color: #e94a4b;
}

.pagination .active {
	background: #f3f4f6;
}

.filter {
	margin-bottom: 18px;
}

.filter.active,
.filter:hover {
	color: #fff;
	background-color: #e94a4b;
}

.filter.active .filter_ico,
.filter:hover .filter_ico {
	width: 20px;
	height: 20px;
	background-image: url('../images/sprite.png');
	background-position: -294px -94px;
}

.changeView .filter {
	height: 36px;
}

.filter_ico {
	margin-right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url('../images/sprite.png');
	background-position: -294px -66px;
}

.bread
{
	font-weight: 400;
}

.bread a:hover {
	color: #e94a4b;
}

.bread .br {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 7px;
	height: 11px;
	vertical-align: middle;
	background-image: url('../images/sprite.png');
	background-position: -316px -147px;
}

.tovar_img {
	padding: 15px;
	border: 1px solid #dcdfe3;
	border-radius: 12px;
	cursor: zoom-in;
	min-width: 250px;
	min-height: 250px;
}

.also {
	border: 1px solid #dcdfe3;
	border-radius: 12px;
	min-height: 300px;
}

.also_link {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-decoration: underline;
	color: #000;
}

.bonus {
	padding: 50px 20px 120px;
	background: url('../images/bonus.jpg') no-repeat 15% 100%;
	border: 1px solid #e94a4b;
	border-radius: 12px;
}

.rtex {
	font-size: 24px;
	font-weight: 300;
}

.rtex b {
	font-size: 30px;
	font-weight: 900;
}

.addline_ico {
	margin-right: 7px;
	display: inline-block;
	width: 21px;
	height: 21px;
	font-size: 20px;
	font-style: normal;
	line-height: 19px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e94a4b;
	border-radius: 50%;
	-webkit-transition: ease-in-out border .5s;
	     -o-transition: ease-in-out border .5s;
	        transition: ease-in-out border .5s;
}

.addline:hover .addline_ico {
	border-color: #fff;
}

.jq-file__browse,
.jq-file__name {
	display: inline-block;
}

.form {
	font-size: 16px;
}

.forcopy {
	display: none;
}

.dev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dev1 {
	position: relative;
	margin-right: 30px;
	width: 89px;
	min-width: 89px;
	height: 89px;
	border: 1px solid #e94445;
	border-radius: 50%;
}

.dev1:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.devtype1:after {
	width: 27px;
	height: 37px;
	background-image: url('../images/sprite.png');
	background-position: -163px -103px;
}

.devtype2:after {
	width: 45px;
	height: 30px;
	background-image: url('../images/sprite.png');
	background-position: -202px -207px;
}

.link_new {
	color: #e94a4b;
	border-bottom: 1px solid #e94a4b;
}

.link_new:hover {
	color: #e94a4b;
}

.link_new_unb {
	color: #e94a4b;
	border-bottom: 1px solid #e94a4b;
}

.link_new_unb:hover {
	color: #e94a4b;
}

.basket_add_icon
{
	font-size: 20px;
}

.basket .trash_icon
{
	font-size: 20px;
	color:red;
}

.basket .basket_item 
{
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-ms-flex-align: center;
	-ms-flex-flow: row;
	    flex-flow: row;
}

.basket .basket_item_img 
{
	margin-right: 20px;
	width: 30%;

	align-self: first;
	-ms-flex-item-align: first;
}

.basket .basket_item_inner
{
	width: 68%;
} 

.basket_item, .basket_totals
{
    border-top: 1px solid #dcdfe3;
}

.basket .basket_title
{
	font-weight: 400;
} 

.basket input
{
    padding: .57rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 50px;
}

.basket .catalog_item_text .btn
{
	min-width: 2rem;
	padding: .2rem .2rem;
    font-size: 14px;
    white-space: normal;
    color: #e94a4b;
    background-color: #fff;
    border: 1px solid #e94a4b;
    border-radius: 5px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
}

.basket .btn:hover {
    color: #fff;
    background-color: #e94a4b;
}

.order_item
{
    border-bottom: 1px solid #dcdfe3;
}

.order_item_link
{
	font-size: 14px;
	text-decoration: none;
}


.form-checkbox 
{
	display: block;
	position: relative;
	padding-left: 35px;
/*	margin-bottom: 3px;*/
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
.form-checkbox input 
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}  
  
.form-checkbox .checkmark 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #B0B0B0;
	border-radius: 5px;
}

/*
.form-checkbox:hover input ~ .checkmark 
{
	background-color: #ccc;
}
*/

.form-checkbox input:checked ~ .checkmark 
{
	background-color: #B0B0B0;
}
  
 .form-checkbox .checkmark:after 
{
	content: "";
	position: absolute;
	display: block;
}
  
.form-checkbox input:checked ~ .checkmark:after 
{
	display: block;
}
  
.form-checkbox .checkmark:after 
{
	left: 9px;
	top: 4px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}	


select.form-control
{
	background-image: url('/images/select-arrow3.png');
    background-position: right center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
}


select.form-select:valid
{
	background-image: none;
	padding-right: 10px;
}


select.form-select:valid + label:after
{
    content: url('/images/select-cross2.png');
    cursor: pointer;
    right: 5px;
    position: absolute;
    top: 10px;
    z-index: 1;
}


.form input.form-control:required,
textarea.form-control:required 
{
	background: #ffffff url(/images/required.png) no-repeat 98% center;
	padding-right: 30px;
}

.form input.form-control:required:valid,
textarea.form-control:required:valid 
{
	background: #ffffff url(/images/valid.png) no-repeat 98% center;
/*	border: 1px solid #119CFF;*/
}

.form input.form-control:focus:invalid, 
textarea:focus.form-control:invalid
{
	background: #ffffff url(/images/invalid.png) no-repeat 98% center;
/*	border: 1px solid red;*/
}

.client-form .row
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.client-form label
{
	font-weight: 500;
	padding-top: 7px;
}

.client-form.short label
{
	display: none;
}

.order-form .nav-pills 
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
/*    margin-right: 75px;	*/
}

.order-form .nav-pills .nav-link 
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0.5rem 1rem 0.5rem 2rem;
    color: #b3b8bd;
}
.order-form .nav-pills .nav-link.active 
{
    color: #050505;
    background-color: #ffffff;
}


.order-form .nav-pills .nav-link::after 
{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border: 1px solid #b3b8bd;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.order-form .nav-pills .nav-link.active:after 
{
    border: 12px solid #e94a4b;
}

.nav 
{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link 
{
    color: #fff;
    background-color: #007bff;
}
.nav-pills .nav-link 
{
    border-radius: .25rem;
}
.nav-link 
{
    display: block;
	padding: .5rem 1rem;
	cursor: pointer;
}

.btn.active,
.btn:hover {
	color: #fff;
	background-color: #e94a4b;
}

#brandlist .cp
{
	font-size: 15px;
	font-weight: 300;
	color: #616161;
}

#brandlist .cp + .high
{
	font-weight: 800;
	color: #333333;
}


#brandlist .cp:hover
{
	color: #e94a4b;
	text-decoration: underline;
	cursor: pointer;
}

#brandlist h5
{
	font-weight: 600;
}


.order-form .nav-pills .nav-item.mr-adaptive 
{
    margin-right: 30px;
}
.order-form .nav-pills .nav-item.active 
{
    border-color: #e94a4b;
}
.order-form .nav-pills .mr-adaptive 
{
    margin-bottom: 20px;
}
.order-form .nav-pills .nav-item 
{
    width: 100%;
    max-width: 280px;
    height: 100px;
    padding: 1px;
    border: 1px solid #b3b8bd;
    border-radius: 0.25rem;
}

ul.user_menu
{
	list-style-type: none;
	padding-inline-start: 0px;
}

.user_menu li
{
	padding-bottom: 10px;
}

.user_menu li a
{
	font-size: 14px;
}

.user_menu li a:hover
{
	text-decoration: underline;
}

.order_list .order_item 
{
    border: 1px solid #dcdfe3;
    border-radius: 5px;
}

.order_item .order_item_inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-align: center;
    -ms-flex-flow: row;
	flex-flow: row;
	width: 100%;
	padding: 10px;
	background-color: #fafbfc;
}

.order_item_inner div
{
	flex-grow: 1;
	flex-basis: 0;
}

.order_item_link 
{
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.order_item_link:hover 
{
	color: #e94a4b;
	text-decoration: underline;
}

.order_client
{
	font-size:10px;
}

.order_status
{
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

.order_status_alert
{
	font-size: 12px;
	font-weight: 600;
	color: #e94a4b;
}

.user_item 
{
    border: 1px solid #dcdfe3;
    border-radius: 5px;
}

.user_item .user_item_inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-align: center;
    -ms-flex-flow: row;
	flex-flow: row;
	width: 100%;
	padding: 10px;
	background-color: #fafbfc;
}

.user_grid_row
{
	border-top: 1px solid #dcdfe3;
	border-left: 1px solid #dcdfe3;
	border-right: 1px solid #dcdfe3;
}
.container .user_group:last-child .user_grid_row
{
	border-bottom: 1px solid #dcdfe3;
}


.user_grid .row:not(:last-child) 
{
	border-bottom: 1px solid #dcdfe3;
}

.user_grid .row div
{
	padding-top: 5px;
	padding-bottom: 5px;

}

.user_item_link 
{
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.user_item_link:hover 
{
	color: #e94a4b;
	text-decoration: underline;
}

/* Modal */

.modal-open {
	overflow: hidden; }
	.modal-open .modal {
	  overflow-x: hidden;
	  overflow-y: auto; }
  
  .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0; }
  
  .modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none; }
	.modal.fade .modal-dialog {
	  transition: transform 0.3s ease-out;
	  transform: translate(0, -50px); }
	  @media (prefers-reduced-motion: reduce) {
		.modal.fade .modal-dialog {
		  transition: none; } }
	.modal.show .modal-dialog {
	  transform: none; }
  
  .modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem); }
	.modal-dialog-scrollable .modal-content {
	  max-height: calc(100vh - 1rem);
	  overflow: hidden; }
	.modal-dialog-scrollable .modal-header,
	.modal-dialog-scrollable .modal-footer {
	  flex-shrink: 0; }
	.modal-dialog-scrollable .modal-body {
	  overflow-y: auto; }
  
  .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem); }
	.modal-dialog-centered::before {
	  display: block;
	  height: calc(100vh - 1rem);
	  content: ""; }
	.modal-dialog-centered.modal-dialog-scrollable {
	  flex-direction: column;
	  justify-content: center;
	  height: 100%; }
	  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
		max-height: none; }
	  .modal-dialog-centered.modal-dialog-scrollable::before {
		content: none; }
  
  .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0; }

	.modal .modal-content .close {
		font-size: 36px;
	}
  
  .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000; }
	.modal-backdrop.fade {
	  opacity: 0; }
	.modal-backdrop.show {
	  opacity: 0.5; }
  
  .modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem; }
	.modal-header .close {
	  padding: 1rem 1rem;
	  margin: -1rem -1rem -1rem auto; }
  
  .modal-title {
	margin-bottom: 0;
	line-height: 1.5; }
  
  .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem; }
  
  .modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem; }
	.modal-footer > :not(:first-child) {
	  margin-left: .25rem; }
	.modal-footer > :not(:last-child) {
	  margin-right: .25rem; }
  
  .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll; }
  
  @media (min-width: 576px) {
	.modal-dialog {
	  max-width: 500px;
	  margin: 1.75rem auto; }
	.modal-dialog-scrollable {
	  max-height: calc(100% - 3.5rem); }
	  .modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem); }
	.modal-dialog-centered {
	  min-height: calc(100% - 3.5rem); }
	  .modal-dialog-centered::before {
		height: calc(100vh - 3.5rem); }
	.modal-sm {
	  max-width: 300px; } }
  
  @media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
	  max-width: 800px; } }
  


	  .modal .modal-dialog {
		margin: 20% 7px;
	  
		font-size: 15px;
	  }
	  
	  .modal .custom-container {
		padding: 35px;
	  }
	  
	  .modal .custom-container .close {
		position: absolute;
		top: 0;
		right: 20px;
	  
		font-weight: 200;
		font-size: 40px;
	  }
	  
	  .modal .custom-container .header {
		margin-top: 10px;
		margin-bottom: 20px;
	  }
	  
	  .modal .custom-container .header h2 {
		font-size: 21px;
	  }
	  
	  .modal .custom-container .body .forgot-pw {
		text-align: right;
	  }
	  
	  .modal .custom-container .body .forgot-pw a {
		font-weight: 300;
		font-size: 15px;
		color: #626970;
	  }
	  
	  /*****/
	  .modal .custom-container .body input.form-control {
	  /*  padding: 25px;*/
	  }
	  
	  .modal .custom-container .footer .btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 9px;
	  
		font-size: 15px;
		color: #ffffff;
	  
		background-color: #e94a4b;
	  }
	  
	  .modal .custom-container .footer .reg {
		text-align: center;
	  }
	  
	  .modal .custom-container .footer .reg a {
		font-weight: 300;
		font-size: 15px;
		color: #626970;
	  }

	  .modal .modal-dialog {
		margin: 11rem auto 1.75rem;
	  }	  

	  .modal .modal-dialog {
		max-width: 510px;
		margin: 20% auto;
	}	  

@media only screen and (min-width: 768px) {
	.contacts {
		text-align: right;
	}

	.navbar-nav {
		width: 100%;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-flow: row;
		    flex-flow: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.button_search {
		padding-right: 51px;
		padding-left: 51px;
		width: auto;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.red-button {
		padding-right: 51px;
		padding-left: 51px;
		width: auto;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.owl-media.owl button.owl-next {
		right: -21px;
	}

	.owl-media.owl button.owl-prev {
		left: -21px;
	}

	.owl-catalog-img {
		width: 50%;
		border: 0;
	}

	.owl-catalog-text {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.how_to_f {
		border-right: 1px solid #e5e8eb;
	}

	.top_h {
		margin-bottom: -60px;
	}

	.mt100 {
		margin-top: 96px;
	}
}

@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1150px) {
	.owl-partners .owl-next {
		right: -40px;
	}

	.owl-partners .owl-prev {
		left: -40px;
	}

	.owl .owl-next {
		right: -40px;
	}

	.owl .owl-prev {
		left: -40px;
	}
}

@media only screen and (max-width: 991px) {
	body {
		font-size: 14px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 21px;
	}

	.bg-gray-below {
		background-color: #e9ebec;
	}

	.bg-gray-below2 {
		background-color: #f6f7f9;
	}

	.fs24 {
		font-size: 18px;
	}

	.fs30 {
		font-size: 21px;
	}

	.owl-partners .owl-next {
		right: -21px;
	}

	.owl-partners .owl-prev {
		left: -21px;
	}

	.footer_menu_new {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: flex-end;
	}

	.footer_menu_new .own_col {
		max-width: 33%;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		    flex: 0 0 33%;
	}

	.footer-bg {
		background-image: none;
	}

	.nav-item .nav-link {
		margin-right: 10px !important;
		font-size: 15px;
	}

	.catalog-tabs .tabs_basics p {
		font-size: 16px;
	}

	.catalog-tabs .tabs_basics .nav-pills-totals {
		font-size: 10px;
	}

	.tabs_main_content .comp-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 10px);
		    flex: 0 0 calc(25% - 10px);
	}

	.tabs_main_content .comp-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_main_content .comp-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(30% - 10px);
		    flex: 0 0 calc(30% - 10px);
	}


/*
	.tabs_main_content .comp_base {
		padding: .75rem .5rem .5rem;
		font-size: 12px;
	}
*/
	.tabs_main_content .tabl_adaptive {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 20px);
		    flex: 0 0 calc(25% - 20px);
	}

	.tabs_mono_content .comp-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 10px);
		    flex: 0 0 calc(25% - 10px);
	}

	.tabs_mono_content .comp-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_mono_content .comp-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33% - 10px);
		    flex: 0 0 calc(33% - 10px);
	}


	.tabs_mono_content .tabl_adaptive {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 20px);
		    flex: 0 0 calc(25% - 20px);
	}


	.owl-catalog-text {
		padding: 15px 0;
		background: none;
	}

	.owl-catalog_h2 {
		font-size: 24px;
	}

	.owl-catalog-title {
		font-size: 18px;
	}

	.catalog-price {
		font-size: 21px;
	}

	.owl-catalog-description {
		font-size: 17px;
	}

	.owl .owl-next {
		right: -21px;
	}

	.owl .owl-prev {
		left: -21px;
	}

	.bg-gray-below2 {
		background-color: #f6f7f8;
	}

	.mw70 {
		max-width: 80%;
	}

	.how_to_here {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
	}

	.how_to_here_text {
		padding-left: 0;
	}

	.title {
		font-size: 30px;
		font-weight: 500;
	}

	.title_h1 {
		font-size: 36px;
		font-weight: 500;
	}

	.fix_cont {
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
		width: auto !important;
		max-width: none !important;
	}

	.fix_pad {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.menu_left {
		display: none;
		height: 0;
	}

	.menu_left.active {
		display: block;
		overflow: hidden;
		height: auto;
	}

	.menu_user
	{
		display: none;
		height: 0;
	}

	.tovar_img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}

	.bonus {
		padding: 30px 15px;
		background-position: 8% 100%;
		background-size: auto 83%;
	}

	.bonus h2 {
		font-size: 24px;
	}

	.rtex {
		font-size: 18px;
	}

	.rtex b {
		font-size: 24px;
	}

	.form {
		font-size: 17px;
		padding: 5px;
	}

	.xs_mb {
		margin-bottom: 3rem;
	}
	.changeView {
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.changeView span {
		margin-left: 6px;
		-webkit-transform: scale(.82);
		    -ms-transform: scale(.82);
		        transform: scale(.82);
	}

}

@media only screen and (max-width: 991px) and (max-width: 576px) {
	.footer_menu_new .own_col margin-top  {
		margin-top: 0;
	}

	.footer_menu_new .own_col margin-top  {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 16px;
	}

	h4 {
		font-size: 14px;
	}

	.btn,
	.jq-file__browse {
		font-size: 14px;
	}

	.btn2 {
		font-size: 14px;
	}

	.fs19 {
		font-size: 14px;
	}

	.fs24 {
		font-size: 14px;
	}

	.fs16 {
		font-size: 13px;
	}

	.fs30 {
		font-size: 14px;
	}

	.owl-partners .owl-next {
		right: -14px;
	}

	.owl-partners .owl-prev {
		left: -14px;
	}

	.footer_menu_new {
		font-size: 14px;
	}

	.footer_menu_new .list__item {
		margin-bottom: 14px;
		font-size: 13px;
	}

	.nav-item .nav-link {
		font-size: 14px;
		text-align: center;
	}

	.gradient-bg {
		padding: 50px 0;
	}

	.gradient-bg1 
	{
		padding: 50px 0px 0px 10px;
	}

	.input-group .search_logo {
		width: 92px;
		height: 92px;
	}

	.input-group .form-control {
		margin-left: 7px;
		padding-left: 5rem;
		font-size: 12px;
		font-weight: 300;
		color: #858f9b;
	}

	.input-group .button_search,
	.input-group .form-control {
		height: 24px;
	}

	.red-bg 
	{
		padding: 50px 0;
	}

	.input-group .red-input
	{
		margin-left: 85px;
		padding-left: 16px;		
	}

	.header_mail {
		font-size: 14px;
	}

	.catalog-tabs .tabs_basics p {
		font-size: 12px;
	}

	.catalog-tabs .tabs_basics .nav-pills-totals {
		font-size: 9px;
	}


	.owl-catalog.owl button.owl-next,
	.owl-catalog.owl button.owl-prev {
		top: 25%;
	}

	.owl-media.owl button.owl-next,
	.owl-media.owl button.owl-prev {
		top: 50%;
	}

	.cardn_bg1 {
		background-position: -30% 20%;
		background-size: 150%;
	}

	.cardn_bg2 {
		background-position: 130% 120%;
		background-size: 40%;
	}

	.cardn_bg2 .mb-4 {
		width: 90%;
	}

	.owl-catalog-text .wrap {
		width: auto;
	}

	.owl-catalog_h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.owl-catalog-title {
		font-size: 12px;
	}

	.vendor-code {
		font-size: 14px;
	}

	.owl-catalog-description {
		font-size: 14px;
	}

	.owl .owl-next {
		right: -14px;
	}

	.owl .owl-prev {
		left: -14px;
	}

	.owl-catalog.owl button.owl-next,
	.owl-catalog.owl button.owl-prev {
		top: 25%;
	}

	.wrp {
		margin-bottom: 20px;
		padding: 30px 22px;
	}

	.wrp img {
		min-height: 141px;
		background-color: #000;
	}

	.mw70 {
		max-width: none;
	}

	.title {
		font-size: 18px;
	}

	.title_h1 {
		font-size: 24px;
	}

	.bonus {
		padding: 18px;
		background-position: 120% 100%;
		background-size: auto 60%;
	}

	.rtex {
		font-size: 14px;
	}

	.rtex b {
		font-size: 18px;
	}

	.form {
		font-size: 13px;
	}

	.dev1 {
		margin-right: 20px;
		width: 45px;
		min-width: 45px;
		height: 45px;
	}

	.devtype1:after {
		width: 13.5px;
		height: 18.5px;
		background-image: url('../images/sprite.png');
		background-repeat: no-repeat;
		background-position: -81.5px -51.5px;
		background-size: 162px 141.5px;
	}

	.devtype2:after {
		width: 22.5px;
		height: 15px;
		background-image: url('../images/sprite.png');
		background-repeat: no-repeat;
		background-position: -101px -103.5px;
		background-size: 162px 141.5px;
	}

	.nav-item .active .btn
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
}

@media only screen and (max-width: 576px) {
	.footer_menu_new .own_col {
		margin-bottom: 1rem;
		max-width: 100%;
		border-bottom: 1px solid #e8eaec;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

/*	.footer_menu_new .own_col:first-child,*/
	.footer_menu_new .own_col:last-child {
		border-bottom: none;
	}

	.footer_menu_new .own_col div {
		margin-right: 0;
	}

	.footer_menu_new .flex_sx_combo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer_menu_new .flex_sx_combo .img_xs_ml {
		margin-right: 1rem;
		min-width: 80px;
	}

	.catalog-tabs .remove_mg {
		margin: 0;
	}

	.catalog-tabs .tabs_basics img {
		margin: .5rem;
		max-height: 55px;
	}

	.catalog-tabs .tabs_basics p {
		font-size: 10px;
		font-weight: 400;
	}

	.tabs_main_content .comp-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_main_content .comp-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 10px);
		    flex: 0 0 calc(100% - 10px);
	}

	.tabs_main_content .comp-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(75% - 10px);
		    flex: 0 0 calc(75% - 10px);
	}

	.tabs_main_content .flexable-size {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_main_content .comp_base {
		margin: 5px;
	}


	.tabs_mono_content .comp-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_mono_content .comp-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 10px);
		    flex: 0 0 calc(100% - 10px);
	}

	.tabs_mono_content .comp-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_mono_content .flexable-size {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		    flex: 0 0 calc(50% - 10px);
	}

	.tabs_mono_content .comp_base {
		margin: 5px;
	}



	.catalog.act2 .catalog_item {
		width: 100%;
	}

	.catalog.act3 .catalog_item_link {
		font-size: 12px;
	}

	.xs_mb_repair {
		margin-bottom: 1rem;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.container {
		max-width: 1000px;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1399px) {
	.container {
		max-width: 1100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.men {
		border-top: 1px solid #ececec;
	}
	.red-menu
	{
		border-top: none;
	}
}

/*******/

@media only screen and (max-width: 576px)
{
	.red-title
	{
		padding-left: 15px; 
	}
	.red-bg, .gray-bg
	{
		padding: 30px 0;
	}
	.order-form .nav-pills .nav-item 
	{
		max-width: 200px;
		height: 80px;
	}
	.nav-group .elevator
	{
		min-height: 56px;
	}	
	.nav-group .escalator
	{
		min-height: 56px;
	}	
	#pills-elevator-tab, #pills-escalator-tab, #pills-group-tab, #pills-home-tab
	{
		padding-left: 0px;
		padding-right: 5px;
		min-height: 56px;
	}
	.product-info
	{
		font-size: 0.9em;
	}
	.nav-tabs .nav-group-home 
	{
		flex-basis: 70px; 
	}
	.catalog-tabs .tabs_basics img 
	{
		margin: .2rem;
		max-height: 36px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px)
{
	.comp-2 .comp_label
	{
		padding: 1rem!important;
		text-align: center;
		font-size: 12px;		
		font-weight: 300;
	}
	.comp-1 .comp_label
	{
		font-size: 12px;		
		font-weight: 300;		
	}
	.red-title
	{
		padding-left: 15px; 
	}
	.red-title h3
	{
		font-size: 22px; 
	}
	.red-bg, .gray-bg 
	{
		padding: 20px 0;
	}
	.order-form .nav-pills .nav-item 
	{
		max-width: 200px;
		height: 80px;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.comp-2 .comp_label
	{
		padding: .25rem!important;
		text-align: left;
	}
	.red-menu
	{
		margin-left: 170px; 
		margin-top: 20px;
		margin-bottom: 12px;						
	}
	.red-bg .search_logo, .gray-bg  .search_logo
	{
		width: 180px;
		height: 180px;
	}
	.red-title
	{
		padding-left: 15px; 
	}
	.red-title h3
	{
		font-size: 21px; 
	}
	.input-group .red-input 
	{
		margin-left: 165px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px)
{
	.red-menu
	{
		margin-left: 160px; 
		margin-top: 20px;
		margin-bottom: 16px;		
	}
	.red-bg .search_logo, .gray-bg .search_logo 
	{
		width: 180px;
		height: 180px;
	}
	.red-title
	{
		padding-left: 160px; 
	}
	.input-group .red-input 
	{
		margin-left: 165px;
	}
}

@media only screen and (min-width: 1200px)
{
	.comp_label
	{
		padding: .25em .75rem .25rem 0rem !important;
		text-align: left;
	}
	.red-menu
	{
		margin-left: 195px; 
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1200px) 
{
	.img-icon
	{
		max-width: 84px;
		height: auto;
	}
}

@media only screen and (max-width: 575px)
{
	.img-icon
	{
		max-width: 90px;
		height: auto;
	}
	a.profile, .user-menu a.profile 
	{
		font-size: 10px;
	}
	header .h2
	{
		font-size: 2
	}	
	.owl-partners .owl-item img 
	{
		max-width: 50%;
	}
/*
	.owl-partners .owl-stage .owl-item > img
	{
		max-height: 200px;
	}
*/	
}

