* { margin: 0; padding: 0px; }
* html.warning-dark {height: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
html {height: 100%;}
img {border: 0; max-width: 100%; vertical-align: bottom;}


button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   height: 100%;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
}

.form textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	outline: none;
}

.form input {
	vertical-align: top;
	outline: none;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
   max-width: 1200px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
}

[class^='col-'],
[class*=' col-']{
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   min-height: 1px;
}

.columns {
   margin-left: -15px;
   margin-right: -15px;
   display: flex;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.hidden {
	display: none;
}

.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}
.col-12 {width: 100%;}

.space-between {
   display: flex;
   display: -webkit-flex;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}

.flex-end {
   display: flex;
   display: -webkit-flex;
   -webkit-align-items: flex-end;
   align-items: flex-end;
}

.align-items {
   display: flex;
   display: -webkit-flex;
   -webkit-align-items: center;
   align-items: center;
}

.align-right {
	float: right;
	text-align: right;
}

.align-center {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

body {
	min-width: 320px;
	font-size: 13px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
	font-weight: 400;
	cursor: default;
	position: relative;
	background: #f4f5f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

/*#panel{position:absolute; width:100%; height:0px; margin:0; padding:0; z-index:1000;}*/
.no-right {margin-right: 0 !important;}
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}


.row:after,
.row:before {
	display: table;
	content: '';
	line-height: 0;
}

.row:after {
	clear: both;
}

a {
	color: #4cb8db;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #C0C1C2;
	padding-bottom: 10px;
}

h2 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 18px;
	font-weight: 400;
	font-size: 18px;
}

h4 {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 18px;
}

.wrapper {
   min-width: 320px;
   min-height: 100%;
   overflow: hidden;
   position: relative;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   -webkit-flex-direction: column;
}

.wrap {
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   position: relative;
}

.linkd {
	color: #fff;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 32px;
	font-weight: 700;
	padding: 0 15px;
	border-radius: 15px;
	background: #4CB8DB;
	transition: all 0.2s linear;
	cursor: pointer;
	outline: none;
}

.linkd span {
	display: block;
	height: 30px;
	background: url(img/arrow.png) 100% 11px no-repeat;
	padding-right: 20px;
	transition: all 0.2s linear;
}

.linkd:hover {
	background-color: #409AB8;
}

.linkd:hover span {
	padding-right: 30px;
}

/*== HEADER ========================================*/

.header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.header-top {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #D7D7D9;
}

.phone-block {
	white-space: nowrap;
	color: #888;
	min-height: 50px;
	background: url(img/icon-phone.png) 0 5px no-repeat;
	padding-left: 45px;
}

.phone-block .phone {font-size: 24px;}
.phone-block .phone span {font-weight: 700}
.phone-many {font-size: 12px;}

.logotype img {
	max-width: 220px;
}

/*== ���� ========================================*/

.login-block {
	height: 35px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 1px 2px #bbbbbd;
	margin-top: -25px;
	font-size: 0;
	white-space: nowrap;
	margin-bottom: 20px;
}

.login-block li {
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	font-size: 12px;
	border-left: 1px solid #DBDBDB;
}

.login-block li:first-child {
	border: none;
}

.login-block li a {
	display: block;
	height: 35px;
	color: #888;
	padding: 3px 10px;
	background-color: #f4f5f7;
	text-decoration: none;
	transition: all 0.3s linear;
}

.login-block li a:hover {
	background: #EAEAEA;
}

.login-block li a:active {
	background: #E3E3E3;
}

.overlay-block {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(45,107,147,0.9);
	left: 0; top: 0;
	display: none;
	text-align: left;
}

.overlay {
	position: absolute;
	left: 0; top:0;
	right: 0; bottom: 0;
	margin: auto;
	width: 260px;
	height: 250px;
	background: #fff;
	box-shadow: 0 1px 3px #192e35;
	border-radius: 2px;
	padding: 20px;
}

.overlay:after {
	content: '';
	width: 536px;
	height: 536px;
	position: absolute;
	background: url(img/overlay.png) 0 0 no-repeat;
	left: 50%; top: 50%;
	margin: -268px 0 0 -268px;
	z-index: -1;
}

.overlay .close {
	background: url(img/close.png) 0 0 no-repeat;
	position: absolute;
	right: -14px; top: -14px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

/*== ������� ========================================*/

.basket-block {
	height: 30px;
	line-height: 30px;
	background: #ebebeb url(img/icon-basket.png) 15px 50% no-repeat;
	padding: 0 15px 0 45px;
	border-radius: 15px;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	white-space: nowrap;
	position: relative;
	transition: all 0.2s linear;
}

.basket-block:hover {
	background-color: #4cb8db;
	background-position: -20px 50%;
	color: #fff;
	padding: 0 45px 0 15px;
}

.basket-block:after {
	content: '';
	width: 11px;
	height: 30px;
	background: url(img/arrow.png) 0 50% no-repeat;
	position: absolute;
	right: -15px; top: 0;
	transition: all 0.2s linear;
}

.basket-block:hover:after {
	right: 15px;
}

.basket-block.active .default,
.basket-block .value-basket,
.basket-block .value-cost {
	display: none;
}

.basket-block.active .value-basket,
.basket-block.active .value-cost {
	display: inline-block;
	vertical-align: top;
}

.basket-block.active .value-cost {
	margin-left: 10px;
}


/*== ���� ========================================*/

.header-bottom {
	padding: 15px 0;
	position: relative;
}

.menu li {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	margin-right: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.mobile-menu {
	display: none;
}

.mobile-menu .menu li {
	display: block;
	text-align: center;
	line-height: 20px;
	margin-right: 0;
	border-top: 1px solid #D7D7D9;
}

.mobile-menu .menu li a {
	display: block;
	padding: 10px 0;
}

.menu li a {
	color: #888;
	transition: color 0.3s linear;
	text-decoration: none;
}

.menu li a:hover,
.menu li a.active {
	color: #333;
	text-decoration: underline;
}

.menu-mobile-button {
	line-height: 30px;
	height: 30px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}

.menu-mobile-button span {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: 7px;
	border-top: 2px solid #D7D7D9;
	border-bottom: 2px solid #D7D7D9;
	position: relative;
}

.menu-mobile-button span:before {
	content: '';
	position: absolute;
	left: 0; top: 5px;
	width: 100%;
	height: 2px;
	background: #D7D7D9;
}

/*== ����� ========================================*/

.search-block {
	height: 30px;
	position: relative;
}

.search-block.form input[type=text] {
	/*max-width: 180px;*/
	width: 100%;
}

.search {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px; top: 7px;
	background: url(img/icon-search.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	outline: none;
}

/*== ����� ========================================*/

.form input[type=text],
.form textarea,
.form input[type=password],
.form input[type=search] {
	height: 30px;
	width: 100%;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 15px;
	color: #333;
	font-size: 14px;
	font-family: 'Open Sans';
	transition: all 0.3s linear;
}

.form input[type=search] {
	-webkit-appearance: none;
	appearance: none;
}

.form input[type=text]:focus,
.form textarea:focus,
.form input[type=password]:focus,
.form input[type=search]:focus {
	box-shadow: 0 0 4px rgba(76,184,219,.5);
	border: solid 1px #4cb8db;
}

.form textarea {
	height: 150px;
	padding: 5px 15px;
}

.input-block {
	position: relative;
	margin-bottom: 10px;
}

.captcha-img {
	margin-top: 25px;
}

.checkbox-block {
	line-height: 20px;
	position: relative;
	margin-bottom: 15px;
}

label.checkbox:after {
	content: '';
	width: 14px;
	height: 14px;
	background: url(img/checkbox.png);
	position: absolute;
	left: 0; top: 3px;
}

label.checkbox {
	padding-left: 25px;
	position: relative;
	display: block;
	font-size: 13px;
	color: #999;
}

.checkbox-block input[type=checkbox]{
	display: none;
}

.checkbox-block input[type=checkbox]:checked+label.checkbox:after {
	background-position: 0 -33px;
}

.error .error-block {
	position: absolute;
	background: #ED1C24;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0 15px;
	border-radius: 15px;
	right: -50px; top: 0;
	z-index: 2;
}

.form .error input[type=text],
.form .error textarea,
.form .error input[type=password] {
	box-shadow: 0 0 4px rgba(237,28,36,.5);
	border: solid 1px #ed1c24;
}

.input-block.required:after {
	content: '*';
	position: absolute;
	right: 15px; top: 7px;
	font-size: 18px;
	color: #ed1c24;
}

/*== CONTENT ========================================*/

.content {
	padding: 25px 0;
	line-height: 20px;
	position: relative;
}

.content-wrap p {
	margin-bottom: 15px;
}

.box {
	background: #fff;
	position: relative;
	box-shadow: 0 1px 2px #bbbbbd;
	padding: 20px;
	border-radius: 2px;
}

.box h1 {
	border: none;
	padding: 0;
}

/*== ���� �������� ========================================*/

.catalog-menu-block {
	position: relative;
	border-radius: 5px;
	padding: 3px;
	background-color: #66c1e0;
	background-image: linear-gradient(to top, #78c7e3, #32afd6);
	transition: all 0.3s linear;
	margin-bottom: 30px;
}

.catalog-menu-block:hover {
	box-shadow: 0 0 7px rgba(76,184,219,.5);
}

.catalog-menu-container {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.head {
	position: relative;
	height: 51px;
	border-bottom: 1px solid #E5E5E5;
	line-height: 50px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 40px 0 15px;
}

a.circle {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #4CB8DB url(img/circle.png) 100% 0 no-repeat;
	border-radius: 9px;
	position: absolute;
	right: 15px; top: 16px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 11px;
	color: #fff;
	padding: 0;
	transition: padding 0.2s linear;
}

a.circle:hover {
	width: auto;
	text-indent: 0;
	padding: 0 20px 0 10px;
}

.catalog-menu li a {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	display: block;
	background: #fff;
	padding: 5px 15px;
	text-decoration: none;
	transition: all 0.3s linear;
}

.catalog-menu li.grey a {
	background: #F4F4F4;
}

.catalog-menu li a:hover {
	background: #E3E3E3;
}

.catalog-menu li.open a {
	background: #E8E8D3;
	font-weight: 700;
}

.catalog-menu li.open a:hover {
	background: #D1D1BF;
}

.submenu {
	display: none;
	border-top: 1px solid #D1D1BF;
}

.submenu li a {
	font-weight: 400;
	padding: 5px 15px 5px 40px;
}

.catalog-menu li.open .submenu a {
	font-weight: 400;
}

.catalog-menu li.open .submenu a.item-selected {
	background: #D1D1BF;
}

/*== ������� �� ������� ========================================*/

.index-news-block {
	background: #fff;
	position: relative;
	box-shadow: 0 1px 2px #bbbbbd;
	border-radius: 2px;
}

.index-news {
	padding: 15px 0;
}

.index-news .item {
	padding: 0 15px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 20px;
}

.index-news .item:last-child {
	margin: 0;
}

.index-news .item .date {
	font-size: 10px;
	color: #888;
}

.index-news .item .link {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
}

.news-item {
	max-width: 340px;
	padding: 20px;
	line-height: 18px;
	margin:0 auto 20px;
	transition: background 0.2s ease;
}

.news-item:hover {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px #bbbbbd;
}

.news-item .date,
.news-full-news .date {
	color: #888;
	font-size: 12px;
	margin-bottom: 5px;
}

.news-item .link {
	margin: 5px 0;
}

.news-full-news {
	margin-bottom: 40px;
}

.full-news-image {
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px #bbbbbd;
	margin-bottom: 30px;
}

.full-news-image img {
	width: 100%;
}

.full-news-text {
	float: left;
}

/*== ��������� ========================================*/

.nav-list {
	position: relative;
	
}

.nav-list li {
	display: inline-block;
vertical-align: top;
	height: 36px;
	line-height: 36px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #888;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px #bbbbbd;
}

.nav-list li.active {
	background: #E8E9EB;
	box-shadow: 0 1px #fff, inset 0 1px 2px #9c9c9c;
}

.tabs-block {margin-bottom: 30px;}

.tab-pane {
	display: none;
	position: relative;
}

.tab-pane.active {display: block;}

.product-size-block .nav-list li {
	line-height: 32px;
height: 32px;
	font-size: 12px;
	padding: 0 10px;
}

/*== �������� ========================================*/

.showcase-slider {
	position: relative;
	outline: none;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.showcase-item {
	width: 33.33%;
	padding: 5px 28px 5px 2px;
}

.flickity-prev-next-button {
	width: 36px;
	height: 36px;
	border-radius: 2px;
	background: #fff url(img/navigation.png) 0 0 no-repeat;
	box-shadow: 0 1px 2px #bbbbbd;
	transition: background-color 0.2s linear;
	border: none;
	cursor: pointer;
}

.flickity-prev-next-button svg {
	display: none;
}

.flickity-prev-next-button:hover {
	background-color: #4CB8DB;
	box-shadow: 0 1px 2px #255a6b;
}

.tabs-block .flickity-prev-next-button {
	z-index: 10;
	position: absolute;
	top: -45px;
}

.next {
	right: 0;
	background-position: -36px -36px;
}

.previous {
	right: 46px;
	background-position: 0 -36px;
}

.next:hover {background-position: -36px 0;}
.previous:hover {background-position: 0 0;}

/*== ������� ========================================*/

.element {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px #bbbbbd;
	padding: 20px;
	position: relative;
	max-width: 340px;
	margin: 0 auto 30px;
}

.showcase-slider .element {
	margin-bottom: 0;
}

.element-image {
	position: relative;
	padding-bottom: 100%;
	margin-bottom: 15px;
}

.element-image a {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.element-image a img {
	width: 100%;
}

.showcase-slider .element {
	left: -50px;
	opacity: 0;
}

.element-title {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.section-element-title {
	font-weight: bold;
}

.element-price {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 15px;
}

.element-cena {
	font-size: 24px;
	font-weight: 400;
	color: #4cb8db;
}

.element-cena span {
	font-weight: 700;
}

.element-price .linkd {
	opacity: 0;
	visibility: hidden;
}

.element:hover .linkd { 
	opacity: 1;
	visibility: visible;
}

.label-spin {
	position: absolute;
	left: 0; top: -5px;
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 5;
}

.label-spin span {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 24px;
	border-radius: 15px;
	border: 3px solid #fff;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.label-spin.sale span {
	background: #EF4130;
	color: #fff;
}

.element-section {
	text-align: center;
}

.element-section .name {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
	color: #4cb8db;
	margin: 15px 0;
}

/*== �������� ========================================*/

.product-block {
	margin-bottom: 20px;
}

.text-information {
	margin-bottom: 18px;
}

.product-side {
	max-width: 340px;
	margin: 0 auto;
}

.product-panel {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 2px #bbbbbd;
	border-radius: 2px;
	text-align: center;
}

.title-head {
	font-size: 18px;
	border-top: 1px solid #C0C1C2;
	padding-top: 15px;
	margin-bottom: 18px;
}

.title-head-contact {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #C0C1C2;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 700;
}

.designation-list {
	padding-left: 1px;
	margin-bottom: 20px;
}

.designation-list li {
	float: left;
	border: 1px solid #E8E9EB;
	width: 40px;
	height: 60px;
	text-align: center;
	font-weight: 700;
	margin-left: -1px;
	background: #fff;
	font-size: 14px;
	padding-top: 7px;
	cursor: pointer;
	position: relative;
	transition: all 0.2s linear;
}

.designation-list li.lin {
	background: #F4F5F7;
	border: 1px solid #F4F5F7;
	border-left: 1px solid #E8E9EB;
}

.designation-list li span {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #626262;
}

.designation-list li:hover,
.designation-info li:hover,
.designation-list li.active,
.designation-info li.active {
	border: 1px solid #83b6c7;
	background: #a8e8fd;
	z-index: 2;
}

.designation-list li.lin:hover {
	background: #F4F5F7;
	border: 1px solid #F4F5F7;
	z-index: -1;
	cursor: default;
}

.designation-info {
	margin-bottom: 20px;
}

.designation-info li {
	padding: 3px 0 3px 320px;
	position: relative;
	border: 1px solid #F4F5F7;
	min-height: 26px;
}

.designation-info li.lin {
	display: none;
}

.designation-info li i {
	position: absolute;
	left: 10px; top: 3px;
	font-style: normal;
}

.designation-info li span {
	position: absolute;
	left: 40px; top: 3px;
	font-weight: 700;
}

.product-image-size {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.product-image-size img {
	display: block;
}

/*== ������� ========================================*/

.main-table {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #e8e9eb;
}

.main-table th {
	background: #DEE0E0;
	padding: 10px;
	line-height: 16px;
	text-align: left;
}

.main-table td {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	background: #fff;
	border-bottom: 1px solid #e8e9eb;
}

.main-table-th {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 14px;
}

.basket-page-block .main-table th:first-child {
	width: 5%;
}

.basket-page-block .cost-block .cena {
	float: none;
}

.main-table .grey td {
	background: #F7F9F9;
}

.characteristics {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e8e9eb;
}

.characteristics th {
	background: #fff;
	height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e8e9eb;
}

.characteristics td {
	width: 50%;
	padding: 7px 10px;
	vertical-align: top;
	line-height: 15px;
	background: #F7F9F9;
	border-bottom: 1px solid #e8e9eb;
}

.t-p-name,
.t-p-cena span {
	font-weight: 700;
}

.t-p-article {
	font-size: 13px;
}

.t-p-cena {
	font-size: 24px;
	font-weight: 400;
	color: #4cb8db;
	margin-left: 10px;
}

/*.t-p-name a {
    color: #333;
    text-decoration: none;
}

.t-p-name a:hover {text-decoration: underline;}*/

/*== ������� ������ ========================================*/

.breadcrumps {
	margin-bottom: 20px;
}

.breadcrumps a,
.breadcrumps span {
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}

/*== technical-list ========================================*/

.technical-list li {
	margin-bottom: 15px;
}

span.title {
	font-weight: 700;
	display: block;
}

a.download_pdf {
	font-weight: 700;
}

.value-block {
	border-top: 1px solid #E5E5E5;
	padding: 10px 20px 20px;
	margin: 0 -20px;
}

.product-panel .element-price {
	border-top: 1px solid #E5E5E5;
	padding: 20px 20px 30px;
	line-height: 28px;
	margin: 0 -20px;
}

.product-panel .linkd {
	opacity: 1;
	visibility: visible;
}

.slider-block {
	position: relative;
	/*width: 200px;*/
	margin-top: 10px;
	height: 31px;
	background: #E8EAEC;
	border-radius: 16px;
	box-shadow:inset 0 2px 4px rgba(0,0,0,.2);
}

.slider-block:after,
.slider-block:before {
	position: absolute;
	top: 5px;
	font-size: 14px;
	color: #c0c1c2;
	z-index: 1;
	font-weight: bold;
	pointer-events: none;
}

.slider-block:before {
	left: 10px;
	content: '0';
}

.slider-block:after {
	right: 10px;
	content: '100';
}

.ui-slider {
	width: calc(100% - 40px);
	height: 31px;
	margin: 0 auto;
	position: relative;
}

.ui-slider-handle {
	width: 50px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	box-shadow: 0 1px 2px #bbbbbd;
	position: absolute;
	background: #fff;
	outline: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	margin-left: -25px;
	cursor: pointer;
    z-index: 10;
}

/*== ����������� ========================================*/

.register-form {
	max-width: 400px;
}

.register-form li {
	position: relative;
	min-height: 30px;
	line-height: 20px;
}

.register-form li h4 {
	line-height: 20px;
	margin-bottom: 10px;
}

.register-form li label {
/*	position: absolute;
	width: 220px;
	height: 30px;
	line-height: 30px;
	left: 0; top: 0;*/
	text-align: right;
	color: #666;
	transition: color 0.3s ease;
}

.register-form li:hover label {color: #000;}

.notice {
	padding: 4px 15px;
	border-radius: 2px;
	line-height: 20px;
	background-color: #C4DF9B;
	border: solid 1px #acd373;
	color: #406618;
	margin-bottom: 15px;
	font-style: italic;
}

/*== ������ ������� ========================================*/

.user-box {
	background: #fff;
	position: relative;
	box-shadow: 0 1px 2px #bbbbbd;
	border-radius: 2px;
	margin-bottom: 30px;
}

.user-box .head {
	padding: 0 10px 0 15px;
}

.user-box-list {
	padding: 10px 0;
}

.user-box-list li {
	padding: 0 15px;
	margin-bottom: 5px;
}

/*== �������� ========================================*/

.location-table {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	margin-bottom: 30px;
}

.location-table td {
	width: 50%;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 2px #bbbbbd;
	padding: 20px;
	vertical-align: top;
	text-align: center;
}

.location-table tr:last-child td:last-child {
	vertical-align: middle;
}

.location-container {
	position: relative;
	padding-left: 50px;
	text-align: left;
}

.location-container .title {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 14px;
}

.location-container .image {
	position: absolute;
	left: 0; top: 0;
	width: 35px;
	height: 35px;
}

.image-home {background: url(img/icon-home.png) 50% 0 no-repeat;}
.image-location {background: url(img/icon-location.png) 50% 0 no-repeat;}
.image-telephone {background: url(img/icon-telephone.png) 50% 0 no-repeat;}
.image-email {background: url(img/icon-email.png) 50% 0 no-repeat;}
.image-time {background: url(img/icon-time.png) 50% 0 no-repeat;}

.map-block {
	position: relative;
	padding: 3px;
	background: #fff;
	box-shadow: 0 1px 2px #888;
	margin-bottom: 55px;
}

.map-block:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0; bottom: -20px;
	background: url(img/shadow-map.png) 100% 0 no-repeat;
}

.map-block .map {
	height: 415px;
	position: relative;
	overflow: hidden;
}

.sendemail-block {
	padding: 4px;
	background: #fff url(img/sendemail.png);
	border-radius: 5px;
	box-shadow: 0 1px 2px #888;
}

.sendemail-block .mf-captcha {
	margin-bottom: 10px;
}

.sendemail {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}

.sendemail .register-form {
	margin: 0;
}

.sendemail .title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}

.sendemail .text {
	margin-bottom: 15px;
}

/*== ������� ========================================*/

.basket-page-block.form input {
	width: 80px;
	text-align: center;
}

a.delete {
	background: url(img/delete.png) 0 0 no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	margin: 0 auto;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.main-table tr:hover a.delete {
	opacity: 1;
}



.full-cena {
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
}

.full-cena-text {
	float: left;
	line-height: 20px;
	font-size: 14px;
	margin-right: 10px;
}

/*== FOOTER ========================================*/

.footer {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	background: #fff;
	border-top: 1px solid #E7E7E7;
	position: relative;
}

.footer-top {
	position: relative;
	padding: 30px 0;
}

.footer-bottom {
	padding: 20px 0;
	line-height: 20px;
	border-top: 1px solid #D8D8D8;
	font-size: 12px;
	color: #888;
	position: relative;
}

.footer-top .text {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
	color: #888;
}

.contact-list li {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #555;
}

.contact-list li span {
	font-weight: 700;
	margin-right: 3px;
}

/************** jmessage **************/

.dhtmlx_message_area{
    position:fixed;
    right:5px;
    width:250px;
    z-index:1000;
}

.dhtmlx-info{
    min-width: 120px;
    min-height:20px;
    padding:4px 4px 4px 20px;
    font-family:Tahoma;
    z-index: 10000;

    margin:5px;
    margin-bottom:10px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dhtmlx-info.hidden{
    height:0px;
    min-height: 0px;
    padding-top:0px;
    padding-bottom:0px;
    border-width:0px;
    margin-top:0px;
    margin-bottom:0px;
    overflow:hidden;
}

.dhtmlx_modal_box{
    overflow:hidden;
    display: inline-block;
    min-width: 300px;
    width: 300px;
    text-align: center;
    position:fixed;

    background-color: #fff;
    background:-webkit-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
    background:-moz-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
    box-shadow: 0px 0px 14px #888;

    font-family: Tahoma;

    z-index:20000;

    border-radius:6px;
    border: 1px solid #ffffff;
}

.dhtmlx_popup_title{
    border-top-left-radius:5px;
    border-top-right-radius:5px;

    border-width:0px;

    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);
    background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);
    background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);
}

.dhtmlx-info, .dhtmlx_popup_button, .dhtmlx_button{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select:-moz-none;

    cursor:pointer;
}

.dhtmlx_popup_text{
    overflow:hidden;
}

.dhtmlx_popup_controls{
    border-radius:6px;
    padding:5px;
}

.dhtmlx_popup_button, .dhtmlx_button{
    height: 30px;
    line-height:30px;

    display: inline-block;
    margin: 0 5px;
    border-radius: 6px;

    color:#FFF;
}
.dhtmlx_popup_button{
    min-width: 120px;
}

div.dhx_modal_cover {
    background-color:#000;
    cursor:default;

    filter:alpha(opacity = 20);
    opacity: 0.2;

    position: fixed;
    z-index:19999;
    left: 0px;		top: 0px;
    width: 100%;	height: 100%;

    border: none;
    zoom: 1;
}

.dhtmlx-info img, .dhtmlx_modal_box img{
    float:left;
    margin-right:20px;
}

.dhtmlx-alert-error .dhtmlx_popup_title, .dhtmlx-confirm-error .dhtmlx_popup_title{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC);
}
.dhtmlx-alert-error, .dhtmlx-confirm-error {
    border: 1px solid #ff0000;
}

/*Skin section*/
.dhtmlx_button, .dhtmlx_popup_button{
    box-shadow: 0px 0px 4px #888;
    border:1px solid #838383;
}
.dhtmlx_button input, .dhtmlx_popup_button div{
    border:1px solid #FFF;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAYFBMVEVwcHBtbW1ra2toaGhmZmZjY2NhYWFeXl5cXFxaWlpXV1dVVVVSUlJQUFBNTU1LS0tJSUlGRkZERERBQUE/Pz88PDw9PT0+Pj5AQEBCQkJDQ0NFRUVHR0dISEhKSkpMTEzqthaMAAAAMklEQVQImQXBhQ2AMAAAsOIMlwWH/8+kRSKVyRVKlVrQaHV6g9FktlhFm93hdLk9Xt8PIfgBvdUqyskAAAAASUVORK5CYII=);
    background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);
    background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);

    border-radius:6px;
    font-size:15px;
    font-weight:normal;
    -moz-box-sizing:content-box;
    box-sizing:content-box;

    color:#fff; padding:0px; margin:0px;
    vertical-align:top;

    height:28px;
    line-height:28px;
}

.dhtmlx_button input:focus, .dhtmlx_button input:active, .dhtmlx_popup_button div:active, .dhtmlx_popup_button div:focus{

    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAXVBMVEVwcHBubm5tbW1sbGxra2tpaWloaGhnZ2dmZmZlZWVjY2NiYmJhYWFgYGBfX19dXV1cXFxbW1taWlpZWVlXV1dWVlZVVVVUVFRTU1NRUVFQUFBPT09OTk5NTU1LS0tT9SY0AAAAMUlEQVQImQXBhQGAMAAAIGxnx2z9/00BiVQmVyhVakGj1ekNRpPZYhVtdofT5fZ4fT8hpwG05JjexgAAAABJRU5ErkJggg==);
    background-image: -webkit-linear-gradient(top, #707070 1%, #4c4c4c 99%);
    background-image: -moz-linear-gradient(top, #707070 1%, #4c4c4c 99%);
}
.dhtmlx_popup_title{
    color:#fff;
    text-shadow: 1px 1px #000;
    height:40px; line-height:40px;
    font-size:20px;
}
.dhtmlx_popup_text{
    margin:15px 15px 5px 15px;
    font-size:14px;
    color:#000;
    min-height:30px;
    border-radius:6px;
}


.dhtmlx-info, .dhtmlx-error{
    font-size:14px;
    color:#000;
    box-shadow: 0px 0px 10px #888;

    padding:0px;

    background-color:#FFF;
    border-radius:3px;
    border:1px solid #ffffff;
}
.dhtmlx-info div{
    padding:5px 10px 5px 10px;
    background-color: #fff;

    border-radius:3px;
    border:1px solid #B8B8B8;
}
.dhtmlx-error{
    background-color: #d81b1b;
    border:1px solid #ff3c3c;
    box-shadow: 0px 0px 10px #000;
}
.dhtmlx-error div{
    background-color: #d81b1b;
    border:1px solid #940000;
    color:#FFF;
}

#jm_stack_box {
    z-index: 1000;
    position: fixed;
    top: 50px;
    right: 15px;
    width: 220px;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.jm {
    width: 150px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.order-catalog {
    max-width: 500px;
}

.news-header {
    font-weight: 600;
    text-decoration: none;
}

.news-header:hover {text-decoration: underline;}

.ya-metrika {
	width: 88px;
	height: 31px;
	position: absolute;
	left: 400px; top: 10px;
}

/*.designation-block-list {
	width: 80%;
}
*/

.designation-block-list-left {
	width: 20%;
	float: left;
}

.designation-block-list-title {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

/*-------- mobile-login-block --------*/

.mobile-login-block {
	background-color: #0D2C34;
	text-align: right;
	margin-right: -5px;
}

.mobile-login-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.mobile-login-list li a {
	display: block;
	padding: 5px;
}

.mobile-basket {
    display: block;
    width: 50px;
    height: 50px;
    background: #ebebeb url(img/icon-basket.png) 7px 50% no-repeat;
    border-radius: 100%;
    font-size: 18px;
    color: #AEAEAE;
    font-weight: bold;
    line-height: 46px;
    text-align: left;
    padding-left: 30px;
    text-decoration: none;
}

/*-------- button-catalog --------*/

.button-catalog {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #32AFD6;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	line-height: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	cursor: pointer;
}

.check-agreement {
	position: relative;
	top: 4px;
}

.warning-popup-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0; top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
}
.warning-popup {
	width: 500px;
	height: 200px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 100px;
	z-index: 100;
	height: auto;
	padding: 20px;
}
.warning-popup-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.warning-popup p {
	margin-bottom: 10px;
}
.warning-popup-close {
	width: 20px;
	height: 20px;
	background: url(fonts/icon/icon-close-round.svg);
}
.warning-popup-close {
	display: block;
}
.warning-dark {
	overflow: hidden;
}

/*-------- media --------*/

@media (max-width: 1023px) {
	.sm-col-1 {width: 8.33333333%;}
	.sm-col-2 {width: 16.66666667%;}
	.sm-col-3 {width: 25%;}
	.sm-col-4 {width: 33.33333333%;}
	.sm-col-5 {width: 41.66666667%;}
	.sm-col-6 {width: 50%;}
	.sm-col-7 {width: 58.33333333%;}
	.sm-col-8 {width: 66.66666667%;}
	.sm-col-9 {width: 75%;}
	.sm-col-10 {width: 83.33333333%;}
	.sm-col-11 {width: 91.66666667%;}
	.sm-col-12 {width: 100%;}


	.sm-hidden {
		display: none;
	}

	.phone-block .phone {
		font-size: 18px;
	}

	.phone-block {
		background: none;
		padding-left: 0;
		min-height: 1px;
	}

	#menu.toggle-show,
	#sidebar.toggle-show {
		display: block;
	}

	.error .error-block {
		position: static;
	}

	.element .element-price {
		display: block;
		height: auto;
	}

	.element {
		padding: 10px;
	}

	.element .element-cena {
		line-height: 20px;
		margin-bottom: 10px;
	}

	.element-price .linkd {
		opacity: 1;
		visibility: visible;
	}

	a.delete {
		opacity: 1;
	}


}

@media (min-width: 1024px) {
	.sm-visible {
		display: none;
	}
}

@media (max-width: 767px) {
	.xs-col-1 {width: 8.33333333%;}
	.xs-col-2 {width: 16.66666667%;}
	.xs-col-3 {width: 25%;}
	.xs-col-4 {width: 33.33333333%;}
	.xs-col-5 {width: 41.66666667%;}
	.xs-col-6 {width: 50%;}
	.xs-col-7 {width: 58.33333333%;}
	.xs-col-8 {width: 66.66666667%;}
	.xs-col-9 {width: 75%;}
	.xs-col-10 {width: 83.33333333%;}
	.xs-col-11 {width: 91.66666667%;}
	.xs-col-12 {width: 100%;}


	.xs-hidden {
		display: none;
	}

	.xs-mt-20 {
		margin-top: 20px;
	}

	.nav-list li {
		font-size: 12px;
	}

	.product-size-block .nav-list li {
		font-size: 10px;
	}

	.showcase-item {
		width: 50%;
		padding-right: 10px;
	}

	.flickity-prev-next-button {
		display: none;
	}

	.main-table {
		border: none;
	}

	.main-table td {
		display: block;
	}

	.main-table tbody tr {
		margin-bottom: 10px;
		display: block;
		box-shadow: 0 1px 2px #bbbbbd;
	}

	.location-table td {
		display: block;
		width: auto;
	}

	.sendemail-block .mf-captcha {
		width: 100%;
	}

	.sendemail-block .mf-captcha iframe,
	.g-recaptcha iframe {
		transform: scale(.75);
		-webkit-transform: scale(.75);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.designation-info li {
		padding-left: 0;
	}

	.designation-info li i,
	.designation-info li span {
		position: static;
		margin-right: 5px;
	}

	.designation-block-list-left,
	.designation-block-list-right {
		float: none;
		width: auto;
	}

	.designation-list {
		display: flex;
		-webkit-display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}


}

@media (min-width: 767px) {
	.xs-visible {
		display: none;
	}
}

/* ^_^ */