

/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket/style.css?15223274484229*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/main_slider/style.css?1522327448150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/components/bitrix/menu/bottom_menu/style.css?1522327447542*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/template_styles.css?176000886189*/
.availible_btn {
	text-decoration: none;
}
.bx_active .availible_btn{
	color: #161417;
}

/* End */


/* Start:/local/templates/main/tpl/css/font-awesome.min.css?163248298228759*/
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/main/tpl/css/../fonts/fontawesome-webfont.eot?v=4.6.1');src:url('/local/templates/main/tpl/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),url('/local/templates/main/tpl/css/../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'),url('/local/templates/main/tpl/css/../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'),url('/local/templates/main/tpl/css/../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),url('/local/templates/main/tpl/css/../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/main/tpl/css/global.min.css?1634062273106953*/
@charset "UTF-8";
/* Reset Style */
@font-face {
  font-family: "RobotoCondensedRegular";
  src: url("/local/templates/main/tpl/css/../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
  src: url("/local/templates/main/tpl/css/../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/tpl/css/../fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"), url("/local/templates/main/tpl/css/../fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "RobotoCondensedLight";
  src: url("/local/templates/main/tpl/css/../fonts/RobotoCondensedLight/RobotoCondensedLight.eot");
  src: url("/local/templates/main/tpl/css/../fonts/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/tpl/css/../fonts/RobotoCondensedLight/RobotoCondensedLight.woff") format("woff"), url("/local/templates/main/tpl/css/../fonts/RobotoCondensedLight/RobotoCondensedLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "RobotoCondensedBold";
  src: url("/local/templates/main/tpl/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.eot");
  src: url("/local/templates/main/tpl/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/tpl/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"), url("/local/templates/main/tpl/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

img {
  vertical-align: top;
  max-width: 100%;
}

button, input[type="submit"], input[type="reset"] {
  background-color: transparent;
}

button, input, textarea {
  line-height: normal;
  outline: none;
  font-family: "RobotoCondensedLight", sans-serif, Arial, Helvetica; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

input[disabled] {
  cursor: default; }
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  *height: 13px;
  padding: 0;
  *width: 13px; }
input[type=search] {
  -moz-box-sizing: cnt-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: cnt-box;
  box-sizing: cnt-box; }
  input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

/* Base styles */
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%; }

body {
  background-color: #fff;
  color: #161417;
  direction: ltr;
  font: 16px/1.2 "RobotoCondensedLight", sans-serif, Arial, Helvetica;
  padding-top: 50px; }

html, body {
  height: 100%; }

a {
  color: #8c8c8c;
  outline: none; }
  a:hover {
    text-decoration: none; }

h1, .h1 {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  margin: 10px 0 20px;
  position: relative;
  font-size: 20px;
  font-family: "RobotoCondensedBold";
  letter-spacing: 0.25em;
  text-transform: uppercase; }
  h1:before, .h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    border-top: 1px solid #888; }
  h1 span, .h1 span {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 10px; }

h2, .h2 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: "RobotoCondensedRegular";
  margin-bottom: 15px;
  padding-top: 5px;
  letter-spacing: 0.06em; }

h3, .h3 {
  font-size: 14px;
  font-family: "RobotoCondensedRegular";
  text-align: center;
  margin: 10px 0;
  letter-spacing: 0.06em; }

h4, .h4 {
  font-size: 12px;
  font-family: "RobotoCondensedRegular";
  margin: 10px 0 10px; }

h5, .h5 {
  font-size: 12px;
  font-family: "RobotoCondensedRegular";
  margin: 10px 0 10px; }

.cl {
  *zoom: 1; }
  .cl:before, .cl:after {
    display: table;
    content: "";
    line-height: 0; }
  .cl:after {
    clear: both; }

.tac {
  text-align: center; }
  .tac .h2 {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 10px 0 20px;
    letter-spacing: 0.1em; }
    .tac .h2:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      top: 50%;
      margin-top: -0.5px;
      border-top: 1px solid #888; }
    .tac .h2 span {
      display: inline-block;
      position: relative;
      z-index: 1;
      background-color: #fff;
      padding: 0 10px; }

.tacimg {
  text-align: center;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.fa-rub {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*Content section */
.cnt {
  position: relative;
  font-size: 14px; }
  .cnt figure {
    padding: 10px; }
  .cnt p {
    margin-bottom: 15px;
    letter-spacing: 0.04em; }
  .cnt em, .cnt i {
    font-style: italic; }
  .cnt strong, .cnt b {
    font-family: "RobotoCondensedRegular"; }
  .cnt figcaption {
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-family: "RobotoCondensedRegular";
    clear: both;
    color: #888; }
  .cnt blockquote {
    position: relative;
    background: url(/local/templates/main/tpl/css/../images/blockquote-bg.png) no-repeat left top;
    background-size: 60px;
    line-height: 20px;
    font-size: 14px;
    max-width: 792px;
    margin: 0 auto;
    padding: 6px 0 0 6px;
    color: #8c8c8c;
    letter-spacing: 0.07em; }
    .cnt blockquote span {
      font-size: 14px;
      padding-top: 10px;
      display: block;
      margin-top: 10px; }
  .cnt ul {
    margin-bottom: 20px;
    display: block;
    clear: both; }
  .cnt ul li, .cnt ol li {
    margin-bottom: 6px; }
  .cnt ul li {
    list-style: none;
    position: relative;
    margin: 0 0 7px 30px; }
    .cnt ul li:before {
      content: "";
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      top: 8px;
      left: -15px;
      background-color: #161417; }
  .cnt ol {
    counter-reset: li;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    display: block;
    clear: both; }
    .cnt ol li {
      position: relative;
      margin: 0 0 8px 30px; }
      .cnt ol li:before {
        content: counter(li) ".";
        counter-increment: li;
        position: absolute;
        top: -3px;
        left: -30px;
        width: 30px;
        padding: 4px 0;
        text-align: center; }
  .cnt table {
    margin-bottom: 15px; }
    .cnt table th {
      color: #fff;
      background-color: #888;
      border: 1px solid #dfdfdf;
      padding: 5px 8px;
      font-size: 14px;
      text-transform: uppercase; }
    .cnt table td {
      vertical-align: middle;
      padding: 5px 8px;
      color: #161417;
      border: 1px solid #dfdfdf;
      font-size: 14px; }

.word-ico {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .word-ico:hover {
    fill: #295498; }

.pdf-ico {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .pdf-ico:hover {
    fill: #ec2525; }

.xl-ico {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .xl-ico:hover {
    fill: #1f6510; }

.img-ico {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .img-ico:hover {
    fill: #9a3d99; }

.doc {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center; }
  .doc svg {
    width: 40px; }

.header {
  border-bottom: 1px solid #626262;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 20;
  display: flex;
}

.menu-wrp {
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  overflow-y: auto;
  background-color: #fff;
  display: none; }

.menu {
  width: 100%;
  font-family: "RobotoCondensedRegular"; }

.menu__item {
  display: table;
  width: 100%;
  position: relative;
  border-top: 1px solid #161417; }
  .menu__item:first-child {
    border-top: none; }

.header_index .menu {
  padding-left: 0; }

.menu__lnk {
  font-size: 14px;
  text-transform: uppercase;
  color: #161417;
  text-decoration: none;
  padding: 10px 18px 10px 10px;
  display: block; }

.menu__lnk_active {
  color: #8c8c8c; }

.menu__item_home img {
  display: none; }

.submenu {
  display: none; }
  .submenu.active {
    display: block; }

.submenu1 a {
  font-size: 16px;
  color: #161417;
  text-decoration: none;
  display: block;
  background-color: white; }
  .submenu1 a.submenu1__lnk_active {
    color: #8c8c8c; }

.submenu1__item {
  position: relative; }

.submenu1__lnk {
  display: block;
  position: relative;
  padding: 10px 40px 10px 20px; }

.submenu2 {
  position: relative;
  white-space: normal;
  background-color: white; }
  .submenu2 a.submenu2__lnk_active {
    color: #8c8c8c; }

.submen2__lnk {
  width: 200px; }

.submen2__item:hover .submenu2__lnk {
  color: #8c8c8c; }

.submenu2__lnk {
  padding: 10px 40px 10px 30px; }

.menu-shadow {
  position: fixed;
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.7s, -webkit-transform 0.7s; }
  .menu-shadow.active {
    width: 100%;
    height: 100%;
    opacity: 1; }

.extra-menu {
  position: relative;
  width: 100%;
  top: 100%;
  z-index: 16;
  background-color: rgba(255, 255, 255, 0.9); }
  .extra-menu a {
    color: #161417;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 14px;
    font-family: "RobotoCondensedRegular"; }

.extra-menu__item {
  position: relative; }

.extra-menu__lnk {
  border-top: 1px solid #000;
  display: block;
  position: relative;
  padding: 10px 40px 10px 10px;
  text-transform: uppercase; }

.extra-menu__lnk:hover{
  color: #8c8c8c;
}
a.extra-menu__lnk_active {
  color: #8c8c8c;
}


.extra-menu__submenu {
  white-space: nowrap;
  display: none; }

.open-submenu-ico {
  width: 40px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }
  .open-submenu-ico.active:before {
    display: none; }
  .open-submenu-ico:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -0.5px;
    border-right: 1px solid #161417;
    height: 24px; }
  .open-submenu-ico:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    margin: -0.5px 0 0 -12px;
    border-top: 1px solid #161417; }

.toggle-menu {
  width: 50px;
  position: relative;
  border: none;
  float: left;
  cursor: pointer;
  background-color: transparent;
  height: 100%;
  margin-top: 0;
  z-index: 0; }
  .toggle-menu span {
    display: block; }

.sandwich {
  max-width: 30px;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -15px;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: 0;
  height: 5px;
  background: #161417;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  display: block; }

.sw-bottom {
  position: relative;
  display: block;
  height: 5px;
  top: 6.6px;
  background: #161417;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  display: block;
  height: 5px;
  top: 13.5px;
  background: #161417;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sandwich.active .sw-bottom {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.header__right {
  width: 100%;
  height: 100%; }

.header__phone, .header__skype, .header__search {
  border-left: 1px solid #626262;
  position: relative;
  height: 100%;
  width: 50px;
  top: 0;
  float: right; }
  .header__phone img, .header__skype img, .header__search img {
    position: absolute;
    width: 24px;
    margin: -12px -12px 0 0;
    top: 50%;
    right: 50%;
    cursor: pointer; }

.header__cart {
  width: 64px;
  height: 100%;
  display: table;
  position: relative;
  float: right;
  border-left: 1px solid #626262;
  font-family: "RobotoCondensedRegular"; }

.cart-link {
  text-decoration: none;
  color: #161417;
  font-size: 16px;
  text-align: center;
  display: table-cell;
  position: relative;
  vertical-align: middle; }

.cart-link__price {
  display: none; }

.cart-link__ico {
  position: relative;
  margin: -3px 4% 0 0;
  width: 30px;
  vertical-align: middle; }

.header__phone-nubmer, .header__skype-lnks {
  width: 1px;
  height: 100%;
  padding: 8% 0;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: absolute;
  border-left: 1px solid #626262;
  top: 0;
  right: 100%;
  white-space: nowrap;
}

.header__phone-nubmer a, .header__skype-lnks a {
	display: block;
	margin: 4px 10px;
	text-decoration: none;
	font-size: 18px;
	color: #161417;
}

.header__skype-lnks a{
	padding-left: 25px;
	text-align: left;
	position: relative;
}
.header__skype-lnks a img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
}

.header__phone-nubmer {
  text-transform: uppercase;
  z-index: 1; }
  .header__phone-nubmer.open {
    width: auto;
    height: auto;
    top: 100%;
    right: -30px;
    border: 1px solid #626262; }

.header__skype-lnks {
  z-index: 2; }
  .header__skype-lnks.open {
    width: auto;
    height: auto;
    top: 100%;
    right: -1px;
    border: 1px solid #626262; }

.search-form {
  width: 1px;
  height: auto;
  padding: 8% 0;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: absolute;
  border-left: 1px solid #626262;
  top: 0;
  right: 100%;
  white-space: nowrap;
  z-index: 3; }
  .search-form.open {
    width: auto;
    top: 100%;
    right: -1px;
    border: 1px solid #626262; }

.search-form__btn {
  display: none; }

.search-form__field {
  border: none;
  padding: 0 10px;
  height: 100%; }

.main {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px; }

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.1rem; }

.row {
  margin: 0 -0.1rem; }

.col-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.1rem;
  font-family: "RobotoCondensedRegular";
  width: 100%; }
  .col-1 a {
    text-decoration: none;
    color: #161417; }

.col-1_hide-mobile{
  display: none;
}

.col-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.1rem;
  width: 100%; }

.col-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.1rem;
  width: 100%; }

.col-4 {
  padding: 0 0.1rem; }

.main__logo {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  background-position: center;
  background-size: cover; }
  .main__logo img {
    width: 100%; }

.logo-links{
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.logo-links a{
  display: inline-block;
  margin-bottom: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular";
}
.gray-tile {
  margin-bottom: 0.2rem;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 220px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden; }
  .gray-tile fieldset {
    border: 2px solid #000;
    height: 120px;
    left: 50%;
    margin: -78px 0 0 -90px;
    max-width: 180px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%; }
  .gray-tile legend {
    display: block;
    font-size: 19px;
    height: 91px;
    letter-spacing: 0.05em;
    margin: 0 0 0 0.2rem;
    position: relative;
    text-transform: uppercase;
    width: 130px; }
    .gray-tile legend span {
      bottom: -12px;
      left: 50%;
      margin-left: -65px;
      position: absolute;
      width: 130px;
      text-align: center; }

.gray-tile2 {
  position: relative;
  display: table;
  width: 100%;
  height: 160px;
  margin-bottom: 0.2rem;
  background: #f1f1f1 url(/local/templates/main/tpl/css/../images/main-bg-tile.png) no-repeat center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }

.main__big-img {
  margin-bottom: 0.2rem;
  height: 220px;
  position: relative;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  .main__big-img:hover {
    background-size: 110% 110%; }
  .main__big-img a {
    position: absolute;
    width: 100%;
    height: 100%; }

.main__big-img-ttl {
  display: block;
  margin: 0.13rem 0.2rem 0;
  padding: 4px 6px;
  font-size: 14px;
  font-family: "RobotoCondensedBold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  border-top: 8px solid rgba(255, 255, 255, 0.9);
  border-bottom: 8px solid rgba(255, 255, 255, 0.9);
  border-left: 11px solid rgba(255, 255, 255, 0.9);
  border-right: 11px solid rgba(255, 255, 255, 0.9); }
  .main__big-img-ttl span {
    display: block;
    padding: 5px 2px;
    background-color: rgba(255, 255, 255, 0.9); }

.main-slider {
  overflow: hidden;
  margin-bottom: 0.2rem; }

.main-index {
  padding-top: 30px;
  font-size: 0; }
  .main-index .tab-info {
    border-bottom: none;
    margin-bottom: 0 !important; }
  .main-index .js-tabs {
    border-top: 1px solid #8c8c8c; }
  .main-index .js-tabs__lnk {
    padding: 13px 7px; }

.main__phone-inner hr, .request-call hr, .main-deliv-lnk hr, .main-payment-lnk hr, .main-prod hr {
  border: none;
  border-top: 1px solid #161417;
  width: 1rem;
  margin: 0.28rem auto; }

.gray-tile__inner {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.main__phone-inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.request-call {
  display: table-cell;
  vertical-align: middle; }
  .request-call:hover {
    background-color: #e4e4e4; }
    .request-call:hover svg {
      fill: #161417; }

.request-call__ico {
  display: block;
  background: url(/local/templates/main/tpl/css/../images/phone.svg) no-repeat center;
  background-size: cover;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto; }

.gray-tile__ttl {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.main-deliv-lnk {
  display: table-cell;
  vertical-align: middle; }
  .main-deliv-lnk:hover {
    background-color: #e4e4e4; }
    .main-deliv-lnk:hover svg {
      fill: #161417; }

.main-payment-lnk {
  display: table-cell;
  vertical-align: middle; }
  .main-payment-lnk:hover {
    background-color: #e4e4e4; }
    .main-payment-lnk:hover svg {
      fill: #161417; }

.gray-tile__ttl {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.new_gray-tile{
  display: none;
}

.main-deliv-lnk hr {
  margin: 0.2rem auto 0.24rem; }

.main-col-text {
  padding: 0 0.3rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-family: "RobotoCondensedLight";
  letter-spacing: 0.05em; }

.main-col-text2 {
  display: table;
  width: 100%;
  height: 2.2rem;
  font-family: "RobotoCondensedLight"; }

.main-col-text2__inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 19px; }
  .main-col-text2__inner span {
    position: relative;
    display: block;
    max-width: 196px;
    margin: 0 auto; }
    .main-col-text2__inner span:before, .main-col-text2__inner span:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 130px;
      margin: 0 auto;
      border-top: 1px solid #000; }
    .main-col-text2__inner span:before {
      margin-bottom: 0.28rem; }
    .main-col-text2__inner span:after {
      margin-top: 0.28rem; }

a.main-prod-lnk {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  color: #fff;
  left: 0;
  top: 0; }
  a.main-prod-lnk:hover .main-prod {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition-duration: 0.35s;
    opacity: 1; }

.main-prod {
  width: 100%;
  height: 1.8rem;
  position: relative;
  display: table;
  opacity: 0;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  -ms-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
  transition: background 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  transition: background 0.7s, opacity 0.7s, transform 0.7s;
  transition: background 0.7s, opacity 0.7s, transform 0.7s, -webkit-transform 0.7s; }
  .main-prod hr {
    border-top-color: #fff;
    margin: 0.2rem auto; }

.main-prod-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0.1rem;
  background-color: rgba(0, 0, 0, 0.55); }

.main-prod__old-price {
  font-size: 0.21rem;
  display: block;
  text-decoration: line-through; }
  .main-prod__old-price .fa-rub {
    font-size: 0.19rem; }

.main-current-price {
  font-size: 0.18rem;
  display: block; }
  .main-current-price .fa-rub {
    font-size: 0.16rem; }

.main-prod__name {
  font-size: 0.16rem;
  text-transform: uppercase; }

.bx-breadcrumb {
  display: none; }

.bx-breadcrumb-item {
  display: inline-block;
  vertical-align: top;
  color: #8d8c8c;
  font-size: 15px;
  font-family: "RobotoCondensedLight"; }
  .bx-breadcrumb-item a {
    text-decoration: none;
    color: #8d8c8c; }
  .bx-breadcrumb-item i {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top; }

.accordion {
  margin-bottom: 40px; }

.accordion__item {
  border-bottom: 1px solid #8c8c8c;
	line-height: 24px;
}
  .accordion__item:first-child {
    border-top: 1px solid #8c8c8c;
  }
.spec-add__wrapper{
    max-width: 600px;
    margin: 15px auto;
}
.spec-add__item .bold{
  padding-right: 4px;
}
.bold{
	font-family: "RobotoCondensedBold";
}
.accordion__ttl {
  position: relative;
  font-size: 14px;
  padding: 10px 10px 10px 35px;
  cursor: pointer;
  color: #8c8c8c;
  letter-spacing: 0.06em;
  text-align: left;
  display: flex; }
  .accordion__ttl:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    border-top: 1px solid #8d8d8d;
    left: 9px;
    top: 50%;
    margin-top: -0.5px; }
  .accordion__ttl:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    border-left: 1px solid #8d8d8d;
    left: 16px;
    top: 50%;
    margin-top: -8px; }
  .accordion__ttl.accordion__ttl_active, .accordion__ttl:hover {
    color: #000;
    background-color: #f1f1f1; }
    .accordion__ttl.accordion__ttl_active:before, .accordion__ttl.accordion__ttl_active:after, .accordion__ttl:hover:before, .accordion__ttl:hover:after {
      border-color: #161417; }
  .accordion__ttl.accordion__ttl_active:after {
    display: none; }

.accordion__info {
  padding: 10px 10px 30px 10px;
  display: none; }

.tab-info {
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding: 5%;
  margin-bottom: 15px;
  font-size: 16px; }

.js-tabs {
  text-align: center;
  font-family: "RobotoCondensedRegular"; }

.js-tabs__item {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 5px; }

.js-tabs__lnk {
  position: relative;
  display: block;
  font-size: 14px;
  color: #8c8c8c;
  padding: 5px 7px;
  cursor: pointer;
  letter-spacing: 0.05em; }
  .js-tabs__lnk:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    border-top: 3px solid #161417;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .js-tabs__lnk.js-tabs__lnk_active {
    color: #161417; }
    .js-tabs__lnk.js-tabs__lnk_active:before {
      width: 100%;
      left: 0; }
    .js-tabs__lnk.js-tabs__lnk_active:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -7px;
      border-top: 7px solid #161417;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }

.tab {
  display: none; }

.tab_show {
  display: block; }

.footer {
  font-family: "RobotoCondensedRegular"; }

.footer__contacts-wrp {
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  padding: 16px 0 30px;
  font-size: 0; }

.footer__contacts-info {
  max-width: 230px;
  margin: 0 auto;
  font-size: 14px;
  padding-left: 51px;
  position: relative; }
  .footer__contacts-info svg {
    position: absolute;
    left: 0;
    top: 3px; }

.footer__working-hours, .footer__address, .footer__phone {
  width: 100%;
  margin-bottom: 10px; }

.footer__nav {
  font-size: 0;
  padding: 1.2% 0; }

.footer__logo {
  display: block;
  padding: 0 1.5%;
  text-align: center;
  margin: 10px 0; }
  .footer__logo img {
    width: 60px; }

.footer__menu {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.footer__menu__item {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0 7px 0;
  padding: 0 5px;
  max-width: 150px;
  width: 50%; }

.footer__menu__lnk {
  text-decoration: none;
  color: #161417;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em; }

.copyright {
  background-color: #888;
  color: #000;
  font-size: 14px;
  padding: 20px 0; }
  .copyright a {
    color: #000;
    text-decoration: none; }
  .copyright .fl {
    padding-left: 1.5%; }
  .copyright .fr {
    padding-right: 3%; }

.section-description {
  max-width: 912px;
  margin: 0 auto 10px;
  clear: both;
  font-size: 14px;
  text-align: center; }

.filter {
  background-color: #f1f1f1;
  font-size: 0;
  padding: 0 12px;
  margin-bottom: 20px; }

.filter__item {
  display: inline-block;
  padding-right: 20px;
  margin: 10px 2% 10px 0;
  position: relative; }
  .filter__item:hover .filter__lnk {
    color: #161417; }
  .filter__item:hover .info-ico {
    fill: #161417; }

.filter__lnk {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #8d8c8c;
  text-decoration: none;
}
  .filter__lnk:hover {
    color: #161417; }
  .filter__lnk.active {
    font-family: "RobotoCondensedBold";
  }
.cur_section{
  color: #161417;
}
.filter__item_info {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px; }
  .filter__item_info:hover .filter__item_info-text {
    display: block; }

.filter__item_info-text {
  position: absolute;
  display: none;
  width: 280px;
  bottom: 100%;
  left: 50%;
  margin: 0px 0 12px -140px;
  font-size: 13px;
  background-color: #fff;
  box-shadow: 0 0 5px #dad6d6;
  padding: 10px 5px;
  text-align: center; }
  .filter__item_info-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    left: 50%;
    top: 100%;
    margin-left: -7px;
    background: url(/local/templates/main/tpl/css/../images/arrow-tooltip.png) no-repeat center; }

.info-ico {
  fill: #8d8c8c; }

.sorting {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-family: "RobotoCondensedRegular"; }
  .sorting span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }

.sorting__lnk {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding-right: 15px;
  margin-right: 3%;
  font-size: 14px;
  white-space: nowrap; }
  .sorting__lnk:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    border-top: 5px solid #161417;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .sorting__lnk:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    border-bottom: 5px solid #8d8c8c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
/*  .sorting__lnk.sorting__lnk_active:after {
    border-bottom-color: #161417; }
  .sorting__lnk.sorting__lnk_active:before {
    border-top-color: #8d8c8c; }*/
  .sorting__lnk.sorting__lnk_asc:after {
    border-bottom-color: #161417; }
  .sorting__lnk.sorting__lnk_asc:before {
    border-top-color: #8d8c8c; }
.sorting__lnk.sorting__lnk_active {
color:#000;
}
.filter__lnk.sorting__lnk_active {
  color:#000;
}
.catalog__list-element {
  font-size: 0; }

.catalog__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center; }
  .catalog__item a {
    text-decoration: none; }
  .catalog__item .btn {
    font-size: 12px;
    line-height: 41px; }

.slider .catalog__item {
  margin-bottom: 0 !important; }

.catalog__subcategory .catalog__item-lnk {
  border: 1px solid #c5c5c5; }

.catalog__item-lnk {
  display: block;
  position: relative;
  color: #161417;
  text-decoration: none;
  padding-bottom: 4%; }

.catalog__category-ttl:before, .catalog__category-ttl:after {
  content: "";
  width: 130px;
  height: 0;
  border-top: 2px solid #161417;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  pointer-events: none; }

.catalog__category-ttl {
  display: block;
  position: relative;
  padding: 18px 0;
  font-size: 14px;
  font-family: "RobotoCondensedBold";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #161417; }
  .catalog__category-ttl:before {
    top: 0; }
  .catalog__category-ttl:after {
    bottom: 0; }

.catalog__pic {
  display: block;
  margin-bottom: 5.5%; }
.catalog__pic img{
	display: block;
	width: 100%;
}
.catalog__item-description {
  display: block;
  text-align: center; }
  .catalog__item-description hr {
    width: 70px;
    margin: 4% auto;
    border: none;
    border-top: 1px solid #888; }

.catalog__item-ttl {
  display: block;
  color: #8d8c8c;
  letter-spacing: 0.1em;
  height: 20px;
  overflow: hidden; }

.catalog__item-name {
  display: block;
  letter-spacing: 0.1em;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  color: #161417; }

.catalog__item-price {
  display: block;
  margin-bottom: 12px;
  font-family: "RobotoCondensedRegular"; }

.catalog__item-price-old, .catalog__item-price-current {
  display: inline-block;
  padding: 0 3%;
  white-space: nowrap;
  font-family: "RobotoCondensedRegular"; }
  .catalog__item-price-old .fa-rub, .catalog__item-price-current .fa-rub {
    padding-left: 2px; }

.catalog__item-price-old {
  text-decoration: line-through; }
  .catalog__item-price-old .fa-rub {
    font-size: 12px; }

.catalog__item-price-current {
  color: #6e2525; }
  .catalog__item-price-current .fa-rub {
    font-size: 12px; }

.catalog__item-label {
  display: block;
  color: #8d8c8c;
  height: 30px;
  overflow: hidden; }

.bx_stick {
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: "RobotoCondensedRegular";
  background-color: #fff;
  padding: 0px 12px;
  line-height: 20px;
  text-transform: uppercase;
  border: 2px solid transparent; }

.stock_stick {
  color: #a52b2b;
  border-color: #a52b2b; }

.hit {
  color: #edb300;
  border-color: #edb300; }

.novelty {
  color: #66a14b;
  border-color: #66a14b; }

.bx_pagination_page {
  float: right; }

.bx_pagination_page {
  margin-bottom: 30px; }
  .bx_pagination_page li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    font-size: 16px; }
  .bx_pagination_page a {
    text-decoration: none;
    display: block; }
  .bx_pagination_page span {
    display: block; }
  .bx_pagination_page svg {
    margin-top: 2px; }

.logo-404 {
  display: block;
  max-width: 65px;
  margin: 4% auto; }

.err_404 {
  display: block;
  margin: 0 auto; }

.contacts {
  font-size: 0; }

.contacts__address {
  width: 100%;
  padding: 0 10px;
  display: table;
  margin-bottom: 20px;
  letter-spacing: 0.005em; }

.contacts__phone {
  width: 100%;
  padding: 0 10px;
  display: table;
  margin-bottom: 20px;
  letter-spacing: 0.01em; }
  .contacts__phone a {
    text-decoration: none;
    color: #161417;
    font-family: "RobotoCondensedRegular"; }
  .contacts__phone span {
    font-size: 16px;
    padding-bottom: 10px;
    display: block; }

#map {
  width: 100%;
  padding: 0 10px;
  height: 320px;
  overflow: hidden; }

.map__inner {
  background: url(/local/templates/main/tpl/css/../images/map.jpg) no-repeat;
  background-size: cover;
  height: 320px; }

.contacts__inner {
  display: table-cell;
  vertical-align: top;
  padding: 5% 15px;
  background-color: #f1f1f1;
  height: 216px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em; }
  .contacts__inner hr {
    border: none;
    border-top: 2px solid #161417;
    width: 126px;
    margin: 20px auto; }
  .contacts__inner .address-ico {
    width: 50px;
    height: 50px; }
  .contacts__inner .contacts-phone-ico {
    width: 40px;
    height: 40px; }

  .ruptur-form {
    text-align: center;
    padding-top: 20px;
  }

.contacts__form, .review__form, form[name=SIMPLE_FORM_1] {
  clear: both;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px; }

.field, .field-textarea, .bx-slst .dropdown-block, .ruptur-form input[type=text], .ruptur-form textarea {
  width: 100%;
  border: 1px solid #8d8c8c;
  font-size: 14px;
  font-family: "RobotoCondensedLight";
  letter-spacing: 0.1em; }
  .field:focus, .field-textarea:focus, .bx-slst .dropdown-block:focus {
    border: 1px solid #161417; }

.field, .ruptur-form input[type=text] {
  height: 35px;
  padding: 0 10px;
}

.field-wrp {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 18px; }

.textarea-wrp {
  clear: both;
  padding: 0 10px;
  margin-bottom: 18px; }

.field-textarea, .ruptur-form textarea {
  height: 100px;
  resize: none;
  padding: 10px; }

.btn {
  display: inline-block;
  border: 2px solid #161417;
  color: #161417;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: "RobotoCondensedRegular";
  padding: 0px 14px;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover {
    border-color: #8d8c8c;
    color: #8d8c8c; }

.err {
  border-color: #8b2f2f; }

.err_mess {
  font-size: 14px;
  color: #8b2f2f;
  text-align: left; }

.reviews, .search-page__content {
  border-top: 2px solid #161417;
  border-bottom: 2px solid #161417;
  margin-bottom: 40px; }

.reviews_item, .search-page__item {
  border-top: 1px solid #8d8c8c;
  padding: 2.9% 0; }
  .reviews_item:first-child, .search-page__item:first-child {
    border-top: none; }

.reviews-prod .reviews_item, .reviews-prod .search-page__item {
  padding: 15px 0;
  border-top: none;
  clear: both; }

.reviews_ttl {
  font-size: 19px;
  letter-spacing: 0.05em;
  margin-bottom: 1.5%;
  clear: both;
  font-family: "RobotoCondensedRegular"; }

.reviews_user-info {
  padding-right: 20px;
  margin-bottom: 1.5%;
  font-size: 14px; }

.reviews_user-name {
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase; }

.reviews_user-city {
  color: #8d8c8c; }

.video {
  position: relative;
  min-height: auto;
  max-width: 1040px;
  margin: 20px auto 0;
  padding-bottom: 56.25%; }
  .video iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.search-page form {
  max-width: 586px;
  margin-bottom: 20px; }
.search-page .sorting {
  padding: 0; }
.search-page .field {
  max-width: 440px;
  float: left; }
.search-page .btn {
  line-height: 31px;
  vertical-align: top;
  float: right; }

.search-page__field-wrp {
  margin-right: 120px; }

.search-page__item a {
  color: #161417; }

/*╨Ъ╨╛╤А╨╖╨╕╨╜╨░ */
#basket_items {
  width: 100%; }
  #basket_items .control .del {
    fill: #8d8c8c;
    width: 16px; }
  #basket_items .control:hover .del {
    fill: #161417; }

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
  padding: 10px 5px;
  border-bottom: 1px solid #8d8c8c;
  vertical-align: top;
  text-align: center;
  font-size: 14px; }

.bx_ordercart .bx_ordercart_order_table_container table thead td {
  background-color: #f1f1f1;
  font-size: 14px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  padding: 9px;
  border-bottom: 2px solid #161417; }

.bx_ordercart_itemtitle {
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px; }
  .bx_ordercart_itemtitle a {
    color: #161417;
    text-decoration: none;
    text-transform: none; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
  width: 11.3%; }

.bx_ordercart .bx_ordercart_photo_container {
  position: relative;
  padding-top: 71%;
  min-width: 50px;
  max-width: 100%;
  height: 0; }

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: block; }

.bx_item_detail_scu_small_noadaptive {
  max-width: 390px;
  min-width: 298px;
  width: 100%;
  font-size: 0;
  text-align: left;
  margin-bottom: 10px; }

.bx_item_section_name_gray {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #8d8c8c;
  font-size: 14px; }

.bx_scu_scroller_container {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

.bx_item_detail_scu_small_noadaptive .bx_scu {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li {
  position: relative;
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  margin: 0 5px 5px 0; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #d7dae3;
  background: #fff; }

.bx_scu ul li a span {
  position: absolute;
  top: 6%;
  right: 6%;
  bottom: 7%;
  left: 7%;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.title-color {
  display: none;
  width: 80px;
  top: -100%;
  left: 50%;
  position: absolute;
  background-color: #fff;
  margin: -15px 0 0 -40px;
  box-shadow: 0 0 5px #dad6d6;
  padding: 5px 2px;
  font-size: 13px; }
  .title-color:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    left: 50%;
    top: 100%;
    margin-left: -7px;
    background: url(/local/templates/main/tpl/css/../images/arrow-tooltip.png) no-repeat center; }

.price-text, .sum-text {
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.1em; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a, .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
  border: 1px solid #161417; }

.bx_ordercart .price, .bx_ordercart .custom {
  text-align: center; }

.bx_ordercart tbody td.price {
  white-space: nowrap;
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.1em; }

.bx_ordercart .bx_ordercart_order_table_container .price .old_price {
  text-decoration: line-through;
  font-size: 14px;
  display: block;
  font-family: "RobotoCondensedRegular";
  white-space: nowrap; }
  .bx_ordercart .bx_ordercart_order_table_container .price .old_price .fa-rub {
    font-size: 13px; }

.bx_ordercart .bx_ordercart_order_table_container .price .current_price {
  display: block;
  margin: 0;
  color: #6e2525; }
  .bx_ordercart .bx_ordercart_order_table_container .price .current_price .fa-rub {
    font-size: 13px; }

.basket_quantity_control {
  margin: 0 auto;
  width: 146px; }
  .basket_quantity_control input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    text-align: center;
    max-width: 50px;
    border: 1px solid #8d8c8c;
    margin: 0 5%; }
  .basket_quantity_control a {
    width: 25px;
    height: 25px;
    position: relative;
    color: #8d8c8c;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #8d8c8c;
    border-radius: 50%; }
    .basket_quantity_control a:before {
      content: "";
      display: block;
      position: absolute;
      width: 13px;
      border-top: 1px solid #8d8c8c;
      top: 50%;
      left: 50%;
      margin: -0.5px 0 0 -6.5px; }
    .basket_quantity_control a:hover, .basket_quantity_control a:active {
      border-color: #161417; }
      .basket_quantity_control a:hover:before, .basket_quantity_control a:hover:after, .basket_quantity_control a:active:before, .basket_quantity_control a:active:after {
        border-color: #161417; }
  .basket_quantity_control .plus:after {
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    border-left: 1px solid #8d8c8c;
    top: 50%;
    left: 50%;
    margin: -6.5px 0 0 -0.5px; }

#basket_form_container .bx_bt_button {
  color: #fff;
  font-size: 15px;
  font-family: "RobotoCondensedBold";
  background-color: #fa7c00;
  float: left;
  width: 40px;
  line-height: 1.2;
  height: 40px;
  padding: 11px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin-left: 5px; }

.bx_ordercart tbody td .sum {
  font-size: 14px;
  display: block;
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.1em;
  white-space: nowrap; }
  .bx_ordercart tbody td .sum .fa-rub {
    font-size: 13px; }

.bx_ordercart_order_pay {
  text-align: left;
  padding: 26px 0 24px 0;
  margin-bottom: 20px;
  position: relative;
  display: table;
  width: 100%;
  font-family: "RobotoCondensedRegular"; }

.bx_ordercart_order_pay_left {
  display: inline-block;
  width: 50%;
  max-width: 583px; }

.bx_ordercart_coupon {
  margin-bottom: 5px;
  color: #606060; }
  .bx_ordercart_coupon input[type="text"] {
    height: 40px;
    padding: 0 5px;
    float: left;
    width: 35%; }
  .bx_ordercart_coupon span {
    vertical-align: middle;
    padding-right: 15px;
    width: 38%;
    float: left;
    text-align: right;
    font-size: 12px; }

.coupon-rez {
  margin-bottom: 5px;
  font-size: 12px; }
  .coupon-rez input[type="text"] {
    width: 38%;
    padding-right: 15px;
    float: left;
    background-color: transparent;
    border: none;
    text-align: right; }
  .coupon-rez .bx_ordercart_coupon_notes {
    float: left;
    width: 50%; }

.bx_ordercart_order_pay_right {
  float: right;
  text-align: right; }

.bx_ordercart_order_sum {
  float: right;
  color: #161417;
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.1em; }
  .bx_ordercart_order_sum td {
    vertical-align: top; }

.bx_ordercart_order_pay__btn-wrp {
  width: 100%;
  text-align: center; }

.bx_ordercart_order_pay_center {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #161417;
  text-align: center;
  clear: both; }
  .bx_ordercart_order_pay_center a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px; }

.cart-page__discount {
  border-top: 2px solid #a52b2b;
  border-bottom: 2px solid #a52b2b;
  padding: 8.5px;
  text-align: center;
  font-size: 14px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  letter-spacing: 0.15em; }

.order_sum_name, .term_availability_ttl {
  font-size: 16px;
  padding-right: 10px; }

.cart-page__print {
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .cart-page__print svg {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    fill: #8d8c8c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .cart-page__print:hover {
    color: #161417; }
    .cart-page__print:hover svg {
      fill: #161417; }

.term_availability_ttl {
  padding-bottom: 10px; }

#allSum_FORMATED, .order_term_availability, #allVATSum_FORMATED, #allSum_wVAT_FORMATED {
  font-size: 16px;
  white-space: nowrap; }
  #allSum_FORMATED .fa-rub, .order_term_availability .fa-rub, #allVATSum_FORMATED .fa-rub, #allSum_wVAT_FORMATED .fa-rub {
    font-size: 14px; }
  #allSum_FORMATED .currency, .order_term_availability .currency, #allVATSum_FORMATED .currency, #allSum_wVAT_FORMATED .currency {
    font-size: 20px;
    font-weight: 500; }

#PRICE_WITHOUT_DISCOUNT {
  font-size: 16px; }
  #PRICE_WITHOUT_DISCOUNT .fa-rub {
    font-size: 14px; }

.order_term_availability {
  white-space: nowrap; }

.order_weigt_name {
  font-size: 16px;
  padding-right: 10px; }

#allWeight_FORMATED {
  font-size: 20px;
  font-family: "RobotoCondensedBold";
  text-align: left; }
  #allWeight_FORMATED .currency {
    font-weight: 500; }

#allSum_FORMATED small, .order_term_availability small, #allVATSum_FORMATED small, #allSum_wVAT_FORMATED small {
  font-size: 0.714em; }

/*╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨╖╨░╨║╨░╨╖╨░ */
#ORDER_FORM .bx_ordercart_order_pay_center {
  border-top: none; }
#ORDER_FORM h4 {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 14px;
  margin-bottom: 20px;
  border-top: 1px solid #161417;
  text-align: center;
  background-color: #f1f1f1; }
#ORDER_FORM .bx_section {
  margin-bottom: 20px;
  text-align: center; }
#ORDER_FORM .bx_ordercart_order_pay_right {
  border-top: 2px solid #161417;
  border-bottom: 2px solid #161417;
  padding: 20px 10px;
  float: none; }
#ORDER_FORM .bx_ordercart_order_sum {
  float: none;
  margin: 0 auto; }

#sale_order_props {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  text-align: left; }

.sale_order_props__field-wrp {
  margin-bottom: 5px; }

.r1x3 {
  padding: 7px 30px 0 0;
  margin-bottom: 5px;
  text-align: left;
  color: #8d8c8c;
  font-size: 14px;
  letter-spacing: 0.1em; }

.bx_sof_req {
  font-size: 16px; }

.r3x1 .field {
  float: left; }

.location-block-wrapper {
  float: left;
  width: 100%; }

.bx-slst {
  font-family: "RobotoCondensedRegular"; }
  .bx-slst .dropdown-block {
    position: relative;
    cursor: pointer; }
  .bx-slst .bx-ui-combobox-variant:hover, .bx-slst .bx-ui-combobox-variant-active {
    background-color: #f1f1f1; }
  .bx-slst .bx-ui-combobox-toggle {
    background: url(/local/templates/main/tpl/css/../images/down-arrow.svg) no-repeat center;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -8.5px; }

.bx-ui-combobox-fake {
  height: 35px;
  padding: 0 14px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap; }

.bx-ui-combobox-dropdown {
  display: none;
  border: 1px solid #8d8c8c;
  border-radius: 2px;
  max-height: 200px;
  overflow-y: auto;
  left: -1px;
  top: 100%;
  padding: 5px 5px 3px 5px;
  position: absolute;
  width: 100.6%;
  background-color: #fff; }

.bx-ui-sls-tree-trunk {
  padding-bottom: 10px; }

.bx-slst .bx-ui-combobox-variant {
  padding: 10px; }

.dropdown-icon {
  display: none; }

.bx-ui-combobox-container {
  position: relative;
  padding-right: 40px; }

.warn {
  color: #8d8c8c;
  font-size: 14px; }

.bx_order_make .bx_description {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.07em; }
.bx_order_make .name {
  position: relative;
  padding-left: 22px; }
  .bx_order_make .name:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #626262; }
.bx_order_make .horizontal {
  max-width: 364px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3%;
  margin-bottom: 20px; }

.bx_logotype {
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.bx_logotype img{
  max-height: 52px;
}

.bx_element input[type=radio] {
  display: none; }
.bx_element .name {
  display: inline-block;
  margin-bottom: 5px; }
.bx_element label {
  display: block; }

.bx_element input[type=radio]:checked + label .bx_description .name:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #161417; }

.conditions-ttl {
  height: 16px;
  display: block;
  overflow: hidden;
  color: #8d8c8c;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 18px;
  text-decoration: none;
}

.conditions-ttl a{
  text-decoration: none;
}

.conditions-info {
  padding: 8px 8%;
  background-color: #f1f1f1;
  text-transform: none;
  font-size: 14px; }

.comments-order {
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
  text-align: left; }

.review__form {
  font-size: 0; }

.question {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 1px solid #161417;
  font-size: 14px;
  font-family: "RobotoCondensedRegular"; }

.answer {
  margin-bottom: 20px;
  padding-left: 8%;
  font-size: 14px; }

.show-more {
  display: table;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #8d8c8c; }
  .show-more:hover {
    color: #161417; }
    .show-more:hover svg {
      fill: #161417; }

.arrow-down-ico {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px; }

.list-color-prod {
  text-align: center; }
  .list-color-prod img {
    margin: 10px 12px; }

.select-wrp {
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: left;
  letter-spacing: 0.08em; }

.selected {
  height: 35px;
  position: relative;
  border: 2px solid black;
  padding: 0 40px 0 15px;
  line-height: 33px;
  overflow: hidden; }
  .selected:before {
    content: "";
    background: url(/local/templates/main/tpl/css/../images/down-arrow.svg) no-repeat center;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -8.5px; }

.select__list {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: -2px;
  z-index: 1;
  border-left: 2px solid #161417;
  border-right: 2px solid #161417;
  border-bottom: 2px solid #161417; }

.select__list_open {
  display: block; }

.select__item {
  padding: 0px 5px 0px 15px;
  line-height: 29px; }

.select__item_active,.select__item:hover,.select__item.bx_active {
    background-color: #f1f1f1;
}

.specifications {
  text-align: center; }

.specifications__select, .size-table {
  display: inline-block;
  vertical-align: top;
  max-width: 326px;
  margin-top: 10px; }

.size-table {
  display: none; }

.size-table__show {
  display: inline-block !important; }

.prod__prev, .prod__next, .read-more {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2em; }
  .prod__prev svg, .prod__next svg, .read-more svg {
    position: absolute;
    top: 50%;
    margin-top: -13px; }
  .prod__prev:hover, .prod__next:hover, .read-more:hover {
    color: #161417; }
    .prod__prev:hover svg, .prod__next:hover svg, .read-more:hover svg {
      fill: #161417; }

.prod__prev {
  padding-left: 34px; }
  .prod__prev svg {
    left: 0; }

.prod__next, .read-more {
  padding-right: 34px; }
  .prod__next svg, .read-more svg {
    right: 0; }

.prod__info {
  padding-top: 36px; }

.bx_bigimages {
  position: relative; }
  .bx_bigimages .bx_stick {
    right: 2px;
    top: 2px; }

.bx_item_slider {
  float: left;
  width: 100%;
  max-width: 860px; }

.bx_item_slider .bx_slider_conteiner {
  position: relative;
  padding-top: 5px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%; }

.bx_item_slider .bx_slide {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%; }

.bx_item_slider .bx_slide ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx_item_slider .bx_slide ul li {
  position: relative;
  display: block;
  float: left;
  height: 0;
  cursor: pointer; }

.bx_item_slider .bx_slide ul li .cnt {
  position: absolute;
  top: 0;
  right: 3.3px;
  bottom: 4px;
  left: 3.3px;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #fff; }

.bx_item_slider .bx_slide ul li.bx_active .cnt, .bx_item_slider .bx_slide ul li:hover .cnt {
  border-color: #161417; }

.bx_item_slider .bx_slide ul li .cnt .cnt_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat; }

.bx_bigimages__bottom {
  margin: 10px 0;
  font-size: 14px;
  position: relative; }
  .bx_bigimages__bottom a {
    position: relative;
    padding-left: 30px;
    text-decoration: none; }
    .bx_bigimages__bottom a svg {
      position: absolute;
      top: 50%;
      left: 0; }
    .bx_bigimages__bottom a:hover {
      color: #161417; }
      .bx_bigimages__bottom a:hover svg {
        fill: #161417; }

.rotate {
  display: none; }

.zoom-img {
  float: right; }
  .zoom-img svg {
    margin-top: -12px; }

.prod-filter {
  width: 100%;
  float: right;
  text-align: center; }

.prod-filter__ttl {
  margin-bottom: 10px;
  border-top: 1px solid #161417;
  font-size: 16px;
  font-family: "RobotoCondensedRegular";
  padding: 10px 5px;
  background-color: #f1f1f1;
  letter-spacing: 0.08em; }

.prod-filter__items li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 10px;
  padding: 5px 15px;
  font-size: 14px;
  font-family: "RobotoCondensedRegular";
  border: 2px solid transparent;
  cursor: pointer;
  color: #8d8c8c;
  letter-spacing: 0.1em; }
  .prod-filter__items li:hover {
    border-color: #8d8c8c; }
  .prod-filter__items li.bx_active {
    border-color: #161417;
    color: #161417; }

.item-info {
  font-size: 14px;
  display: none; }

.bx_item_detail {
  padding-bottom: 10px;
  clear: both; }

.block-colors {
  background-color: #fff;
  text-align: center;
  padding: 20px 0; }

.bx_item_detail .bx_scu ul {
  font-size: 0;
margin-left:0!important;
}

.bx_item_detail .bx_scu ul li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
width:10%!important;
padding-top:10%!important;
}

.bx_item_detail .bx_scu ul li .cnt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  z-index: 10;
  border: 1px solid transparent; }

.bx_item_detail .bx_scu ul li .cnt .cnt_item {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #8d8c8c; }

.bx_item_detail .bx_scu ul li.bx_active .cnt, .bx_item_detail .bx_scu ul li:hover .cnt {
  padding: 3px;
  border-color: #161417; }

.bx_item_detail .bx_scu ul li.bx_active .cnt, .bx_item_detail .bx_scu ul li:hover .title-color {
  display: block; }

.color-palette .select-wrp span {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px; }
.color-palette .selected {
  padding: 0 28px 0 8px; }
  .color-palette .selected:before {
    right: 8px; }
  .color-palette .selected span {
    display: block;
    float: left; }
.color-palette .select__item {
  padding: 0px 5px 2px 8px !important;
  margin: 0 !important; }
.color-palette .bx_item_detail .select__list .select__item {
width:100%!important;
padding-top:2px!important;
}

.color-popup-lnk {
  display: inline-block;
  margin-bottom: 18px;
  color: #8d8c8c;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em; }

.size-room {
  font-size: 0; }
  .size-room .err_mess {
    text-align: center;
    margin: 0 auto;
    max-width: 412px;
    letter-spacing: 0.08em; }

.size-room__item {
  width: 190px;
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0.08em; }
  .size-room__item .field {
    margin-top: 5px;
    border-width: 2px; }

.availability {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.1em;
  padding-left: 16px;
  margin-bottom: 10px; }
  .availability:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #161417;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px; }
  .availability dt {
    display: inline-block; }
  .availability dd {
    display: inline-block;
    margin-left: 5px; }
  .availability dt+dd+dt+dd {
	  display:none;
  }
  .availability dd+dt {
	  display:none;
  }

.bx_item_detail .item_buttons {
  text-align: center;
  font-size: 0; }

.prod-price {
  display: inline-block;
  vertical-align: middle;
  font-family: "RobotoCondensedRegular";
  margin-bottom: 10px; }

.prod-price__old {
  font-size: 20px;
  text-decoration: line-through;
  letter-spacing: 0.1em; }
  .prod-price__old .fa-rub {
    font-size: 18px; }

.prod-price__current {
  color: #6e2525;
  font-size: 18px;
  letter-spacing: 0.1em; }
  .prod-price__current .fa-rub {
    font-size: 16px; }

.item_economy_price, .item_discount,.prod-price__hidden {
  opacity: 0;
  visibility: hidden;
}

.bx_item_detail .bx_bt_button {
  background-color: #6e2525;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fefefe;
  text-decoration: none;
  font-family: "RobotoCondensedRegular";
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .bx_item_detail .bx_bt_button:hover {
    background-color: #8b2f2f; }

.prod__remark {
  padding: 10px 11%;
  border-top: 2px solid #8b2f2f;
  border-bottom: 2px solid #8b2f2f;
  font-size: 14px;
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.1em;
  margin-bottom: 20px; }

.stock-info {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "RobotoCondensedRegular";
  letter-spacing: 0.08em;
  color: #a52b2b;
  clear: both;
  text-align: center; }

.question-lnk {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #8d8c8c;
  margin-top: 15px;
  display: inline-block;
}

.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  background: url(/local/templates/main/tpl/css/../images/close.svg) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer; }
  .popup__close:hover svg {
    fill: #fff; }

.popup-wrp {
  padding: 0 20px; }

.popup-lnk {
  outline: none; }

.popup-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  margin: 0 auto; }

.popup-form, .popup-add {
  max-width: 613px;
  margin: 0 auto; }

.color-popup__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
  position: relative; }

.popup-inner {
  background-color: #fff;
  padding: 5%;
  text-align: center; }

.popup-field-wrp {
  margin-bottom: 10px; }

.popup-ttl {
  font-size: 14px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3%; }

.popup-rotate {
  max-width: 990px;
  height: 290px;
  margin: 0 auto; }

.popup-add {
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: "RobotoCondensedRegular";
  line-height: 14px; }
  .popup-add .btn {
    padding: 0 5px;
    margin: 15px 10px 0;
    font-size: 12px; }

.characteristic {
  text-transform: uppercase;
  margin-bottom: 10px; }
  .characteristic span {
    display: block; }

.gallery-photo {
  max-width: 1280px;
  margin: 0 auto; }

.gallery-nav {
  margin-top: 10px; }
  .gallery-nav .slick-slide {
    padding: 0 10px; }

.notification {
  font-family: "RobotoCondensedRegular";
  text-align: center; }
  .notification .ttl {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.08em; }

.main__article {
  margin: 0 auto;
  max-width: 848px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em; }

.read-more {
  display: table;
  margin: 20px auto 0;
  font-size: 16px; }

.fade {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 1s, visibility 1s, background-size 0.4s ease, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, background-size 0.4s ease, transform 1s;
  transition: opacity 1s, visibility 1s, background-size 0.4s ease, transform 1s, -webkit-transform 1s; }
  .fade.outDown {
    opacity: 0;
    visibility: hidden;
    top: -30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

@media print {
  .header, .bx-breadcrumb, .footer, .cart-page__print, .basket_quantity_control a, .del {
    display: none; } }
/*==========  Mobile First Method  ========== */
@media only screen and (min-width: 480px) {
  .catalog__item {
    width: 50%; }
  .new_gray-tile{
    display: block;
  }
  .contacts__address {
    width: 50%;
    float: left; }

  .contacts__phone {
    width: 50%;
    float: left; }

  #map {
    float: left; }

  .field-wrp {
    width: 50%; }

  .r1x3 {
    width: 180px;
    margin-bottom: 0;
    float: left;
    text-align: right;
    font-size: 16px; }

  .bx_sof_req {
    font-size: 18px; }

  .r3x1 {
    margin-left: 180px; }
    .r3x1 .field {
      float: left; }

  .comments-order .r1x3 {
    width: 220px; }
  .comments-order .r3x1 {
    margin-left: 220px; }

  .bx-slst .dropdown-block {
    font-size: 16px; }

  .prod-price {
    margin: 0 5% 0 0; }

  .color-palette .select-wrp span {
    font-size: 16px; }

  .color-palette .selected {
    padding: 0 40px 0 15px; }

  .color-palette .selected:before {
    right: 17px; }

  .color-palette .select__item {
    padding: 0px 5px 2px 15px !important; }

  .col-1, .col-4 {
    width: 100%; }

  .col-2, .col-3 {
    width: 50%; }

  .main__logo img {
    display: none; }

  .gray-tile, .gray-tile2 {
    height: 2.2rem; }

  .main__big-img, .main__logo {
    height: 4.6rem; }

  .main-col-text2__inner {
    font-size: 15px; } }
@media only screen and (min-width: 640px) {
  .spec-add {
    margin-left: -15px;
    margin-right: -15px;
  }
  .spec-add__block{
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .header__phone-nubmer {
    transition: width 0.3s;
    height: 100%;
    padding: 30% 0 0; }
    .header__phone-nubmer a {
      display: inline; }
    .header__phone-nubmer.open {
      width: 360px;
      height: 100%;
      top: 0;
      right: 100%;
      border: none;
      border-left: 1px solid #626262; }

  .header__skype-lnks {
    transition: width 0.3s;
    height: 100%;
    padding: 30% 0 0; }
    .header__skype-lnks a {
      display: inline; }
    .header__skype-lnks.open {
      width: 340px;
      height: 100%;
      top: 0;
      right: 100%;
      border: none;
      border-left: 1px solid #626262; }

  .search-form {
    transition: width 0.3s;
    height: 100%; }
    .search-form.open {
      width: 305px;
      top: 0;
      right: 100%;
      border: none;
      border-left: 1px solid #626262; }

  .search-form__field {
    width: 290px; }

  .rotate {
    display: block;
    float: left; }
    .rotate svg {
      margin-top: -10px; }

  .popup-add {
    font-size: 16px;
    line-height: 20px; }

  .main__big-img-ttl {
    font-size: 0.23rem; }

  .main-col-text, .main-col-text2__inner {
    font-size: 19px; } }
@media only screen and (min-width: 768px) {
  .col-1_hide-mobile{
    display: inline-block;
  }
  .header__cart {
    width: 200px; }

  .cart-link__price {
    display: inline;
    border-left: 1px solid #626262;
    padding-left: 7%;
    margin-left: 4%;
    white-space: nowrap; }
    .cart-link__price .fa-rub {
      font-size: 14px; }

  .bx-breadcrumb {
    margin: 10px 0 10px;
    display: block; }

  .footer__contacts-wrp {
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
    padding: 16px 0 30px;
    text-align: center; }

  .footer__contacts-info {
    max-width: 230px;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 62px;
    position: relative; }
    .footer__contacts-info svg {
      position: absolute;
      left: 0;
      top: -4px; }

  .footer__working-hours, .footer__address, .footer__phone {
    width: 100%;
    max-width: 230px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }

  .footer__phone {
    max-width: 190px; }
    .footer__phone .footer__contacts-info {
      float: right; }
    .footer__phone .footer__nav {
      font-size: 0;
      padding: 1.2% 0; }

  .footer__logo {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.5%;
    text-align: center; }
    .footer__logo img {
      width: auto; }

  .footer__menu {
    width: 90%;
    display: inline-block;
    vertical-align: middle; }

  .footer__menu__item {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 4px 1%;
    max-width: 160px;
    width: 100%; }

  .footer__menu__lnk {
    text-decoration: none;
    color: #161417;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04em; }

  .doc svg {
    width: auto; }

  .bx_stick {
    font-size: 14px;
    line-height: 25px; }

  .catalog__item {
    width: 33.3333%; }

  .logo-404 {
    max-width: 126px; }

  .contacts__inner {
    padding: 10% 15px 2%;
    height: 350px;
    font-size: 19px; }
    .contacts__inner hr {
      margin: 30px auto 40px; }
    .contacts__inner .address-ico {
      width: 88px;
      height: 88px; }
    .contacts__inner .contacts-phone-ico {
      margin-top: 15px;
      width: 72px;
      height: 72px; }

  #map, .map__inner {
    height: 406px; }

  .contacts__form, .review__form, form[name=SIMPLE_FORM_1] {
    padding: 60px 0 20px; }

  .review__form {
    padding: 20px 0; }

  .field, .field-textarea, .ruptur-form input[type=text], .ruptur-form textarea {
    font-size: 16px; }

  .field, .ruptur-form input[type=text] {
    height: 45px;
    padding: 0 14px; }

  .field-textarea, .ruptur-form textarea {
    height: 136px;
    padding: 14px; }

  .btn {
    font-size: 14px;
    padding: 0px 24px;
    line-height: 52px;
    margin: 5px 8px;
  }

  .reviews_user-info {
    width: 156px;
    float: left; }

  .comment {
    margin-left: 156px; }

  .search-page form {
    margin-bottom: 40px; }
  .search-page .btn {
    line-height: 41px; }

  .bx_item_detail_scu_small_noadaptive {
    min-width: 320px; }

  .bx_ordercart .bx_ordercart_photo_container {
    padding-top: 71%; }

  #basket_items tr:last-child td {
    border-bottom: 2px solid #161417; }

  .bx_ordercart_order_pay_center {
    padding-top: 35px; }
    .bx_ordercart_order_pay_center a {
      margin-left: 28px; }

  .cart-page__discount {
    padding: 16.5px;
    font-size: 16px; }

  .order_sum_name, .term_availability_ttl {
    font-size: 16px;
    padding-right: 10px; }

  .cart-page__print {
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .cart-page__print svg {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12.5px;
      fill: #8d8c8c;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .cart-page__print:hover {
      color: #161417; }
      .cart-page__print:hover svg {
        fill: #161417; }

  #allSum_FORMATED, .order_term_availability, #allVATSum_FORMATED, #allSum_wVAT_FORMATED {
    font-size: 21px; }
    #allSum_FORMATED .fa-rub, .order_term_availability .fa-rub, #allVATSum_FORMATED .fa-rub, #allSum_wVAT_FORMATED .fa-rub {
      font-size: 19px; }

  .term_availability_ttl {
    padding-bottom: 20px; }

  #PRICE_WITHOUT_DISCOUNT {
    font-size: 18px; }
    #PRICE_WITHOUT_DISCOUNT .fa-rub {
      font-size: 16px; }

  #ORDER_FORM h4 {
    margin-bottom: 40px; }
  #ORDER_FORM .bx_section {
    margin-bottom: 40px; }

  .bx-ui-combobox-fake {
    height: 45px;
    line-height: 45px; }

  .sale_order_props__field-wrp {
    margin-bottom: 18px; }

  .r1x3 {
    padding: 7px 30px 0 0; }

  .bx-ui-sls-tree-trunk {
    padding: 0 0 15px 14px; }

  .conditions-info {
    font-size: 16px; }

  .question {
    font-size: 18px; }

  .answer {
    font-size: 16px; }

  .select-wrp {
    margin: 0 15px 10px; }

  .specifications__select, .size-table {
    margin-top: 20px; }

  .color-palette .select-wrp {
    max-width: 416px;
    margin: 0 auto; }

  .availability {
    font-size: 18px;
    margin-bottom: 16px; }

  .prod-price {
    margin-right: 8%; }

  .prod-price__old {
    font-size: 26px; }
    .prod-price__old .fa-rub {
      font-size: 24px; }

  .prod-price__current {
    font-size: 22px; }
    .prod-price__current .fa-rub {
      font-size: 20px; }

  .bx_item_detail .bx_bt_button {
    padding: 18px 19px; cursor:pointer; }

  .prod__remark {
    margin-bottom: 40px; }

  .stock-info {
    font-size: 21px;
    margin-bottom: 10px; }

  .popup-rotate {
    height: 380px; }

  .popup-add .btn, .catalog__item .btn {
    font-size: 12px;
    line-height: 41px; }

  .main-slider {
    height: 4.6rem; }

  .price-text, .sum-text {
    display: none; }

  .bx_ordercart_order_sum td:first-child {
    padding-top: 4px; } }
@media only screen and (min-width: 769px) {
  .col-1 {
    width: 50%; }

  .main__phone-wrp {
    font-size: 13px; }

  .gray-tile__ttl, .main__phone-ttl {
    font-size: 13px; }

  .main-col-text {
    font-size: 14px; }

  .main-col-text2__inner {
    font-size: 15px; }
  .logo-links{
    bottom: 5px;
  }
  .logo-links a{
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    padding: 0 50px;
    margin: 0 0 35px;
    font-size: 26px; }

  h2, .h2 {
    font-size: 19px;
    margin-bottom: 30px;
    padding-top: 25px; }

  h3, .h3 {
    font-size: 19px;
    margin: 20px 0 10px; }

  h4, .h4 {
    font-size: 16px;
    margin: 20px 0 10px; }

  h5, .h5 {
    font-size: 16px;
    margin: 20px 0 10px; }

  .tac .h2 {
    padding: 0 50px;
    margin: 0 0 35px; }

  .cnt {
    font-size: 18px; }
    .cnt blockquote {
      background-size: auto;
      line-height: 30px;
      font-size: 16px;
      letter-spacing: 0.07em; }
    .cnt table {
      margin-bottom: 40px; }
      .cnt table th {
        padding: 12px 17px;
        font-size: 18px; }
      .cnt table td {
        padding: 12px 17px;
        font-size: 16px; }
  .logo-links{
    bottom: 15px;
  }
  .logo-links a{
    font-size: 20px;
  }

  .accordion__ttl {
    font-size: 21px;
    padding: 10px 36px 10px 70px;}
    .accordion__ttl:before {
      width: 25px;
      left: 20px;
      top: 50%;
      margin-top: -0.5px; }
    .accordion__ttl:after {
      height: 25px;
      left: 32px;
      top: 50%;
      margin-top: -12.5px; }

  .accordion__info {
    padding: 10px 36px 30px 70px; }

  .js-tabs__lnk {
    font-size: 16px; }

    .main__content-with-menu .cnt {
      float: left; }

  .tab-info {
    padding: 40px;
    margin-bottom: 50px; }

  .section-description {
    font-size: 18px;
    margin-bottom: 50px; }

  .sorting {
    margin-bottom: 20px; }

  .sorting__lnk {
    font-size: 16px; }

  .catalog__item-label {
    height: 40px; }

  .catalog__category-ttl {
    font-size: 19px; }

  .catalog__subcategory .catalog__item-lnk {
    border: 1px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .catalog__subcategory .catalog__item-lnk:hover {
      border: 1px solid #c5c5c5; }
      .catalog__subcategory .catalog__item-lnk:hover .catalog__category-ttl:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .catalog__subcategory .catalog__item-lnk:hover .catalog__category-ttl:after {
        -webkit-transform: translateY(19px);
        -ms-transform: translateY(19px);
        transform: translateY(19px); }

  .catalog__category .catalog__item-lnk:hover .catalog__category-ttl {
    color: #8d8c8c; }
    .catalog__category .catalog__item-lnk:hover .catalog__category-ttl:before {
      border-top-color: #8d8c8c; }
    .catalog__category .catalog__item-lnk:hover .catalog__category-ttl:after {
      border-top-color: #8d8c8c; }

  .catalog__item-description {
    font-size: 16px; }
    .catalog__item-description hr {
      width: 100px; }

  .catalog__item-name {
    font-size: 20px; }

  .catalog__item-price-old {
    font-size: 18px; }
    .catalog__item-price-old .fa-rub {
      font-size: 16px; }

  .catalog__item-price-current {
    font-size: 16px; }
    .catalog__item-price-current .fa-rub {
      font-size: 14px; }

  .contacts__address {
    width: 25%; }

  .contacts__phone {
    width: 25%; }

  #map {
    width: 50%; }

  .contacts__inner {
    padding: 16% 15px 2%;
    height: 406px; }

  .bx_ordercart .bx_ordercart_order_table_container table thead td {
    font-size: 16px;
    padding: 12px; }

  .bx_ordercart .bx_ordercart_order_table_container table tbody td {
    font-size: 16px;
    padding: 20px 15px; }

  .bx_item_section_name_gray {
    font-size: 16px; }

  .bx_scu_scroller_container {
    font-size: 16px; }

  .bx_ordercart tbody td .sum {
    font-size: 18px; }
    .bx_ordercart tbody td .sum .fa-rub {
      font-size: 15px; }

  .bx_ordercart .bx_ordercart_order_table_container .price .old_price {
    font-size: 18px; }
    .bx_ordercart .bx_ordercart_order_table_container .price .old_price .fa-rub {
      font-size: 15px; }

  .bx_ordercart .bx_ordercart_order_table_container .price .current_price .fa-rub {
    font-size: 14px; }

  #basket_items .control .del {
    width: auto; }

  .basket_quantity_control input[type="text"] {
    max-width: 70px; }

  .bx_ordercart_order_pay {
    margin-bottom: 70px; }

  .bx_ordercart_order_pay__btn-wrp {
    width: 510px;
    float: right; }

  .bx_ordercart_order_pay_center a {
    float: right;
    display: block;
    text-align: center; }

  .cart-page__discount {
    margin-right: 530px; }

  #ORDER_FORM .bx_ordercart_order_pay_right {
    padding: 35px 0; }

  .selected {
    height: 45px;
    line-height: 41px; }

  .prod__info-left {
    margin-right: 460px; }
  .prod__info-left .bx_slider_scroller_container{
    position: relative;
  }
  .prod-filter {
    width: 445px; }

  .bx_bigimages__bottom {
    font-size: 16px; }

  .color-palette .selected span {
    background-position: right 8px; }

  .popup-form, .popup-add {
    max-width: 663px;
    padding: 0 60px; }

  .popup__close {
    width: 40px;
    height: 40px;
    top: 3px; }

  .color-popup__inner {
    padding: 0 60px;
    max-width: 1000px; }

  .popup-inner {
    padding: 10%; }

  .popup-field-wrp {
    margin-bottom: 18px; }

  .popup-ttl {
    font-size: 22px; }

  .popup-rotate {
    height: 407px;
    padding: 0 70px; }

  .gallery-photo {
    padding: 0 70px; }

  .main__phone-wrp {
    font-size: 15px; }

  .gray-tile__ttl, .main__phone-ttl {
    font-size: 15px; }

  .main-col-text, .main-col-text2__inner {
    font-size: 19px; } }
@media only screen and (min-width: 1024px) {
  .header__right {
    width: 30%;
    position: absolute;
    right: 0; }

  .header__phone, .header__skype, .header__search {
    width: 14%; }
    .header__phone img, .header__skype img, .header__search img {
      width: 26px;
      margin: -13px -13px 0 0; }

  .header__cart {
    width: 42%; }

  .cart-link__ico {
    width: 30px;
    margin: -4px 4% 0 0; }

  .menu {
    padding: 0 10px 0 5.5%;
    width: 100%;
    position: relative;
    float: left; }

  .menu__item {
    width: auto;
    float: left;
    padding: 0 2%;
    position: relative; }
    .menu__item .open-submenu-ico {
      display: none; }
  .menu__item .submenu .open-submenu-ico{
    display: block;
  }

  .menu__item_has-submenu:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.5px;
    border-top: 5px solid #161417;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

  .menu__lnk {
    font-size: 12px;
    padding: 17px 0; }

  .menu__item {
    border-top: none; }

  .menu__item_has-submenu:hover .submenu1 {
    display: block; }

  .menu__item_home {
    margin: 0;
    position: absolute;
    left: 0;
    width: 5.5%;
    display: block;
    height: 100%;
    border-right: 1px solid #626262;
    text-indent: -999999px; }
    .menu__item_home .menu__lnk {
      position: absolute;
      padding: 0;
      width: 100%;
      height: 100%;
      left: 0; }
    .menu__item_home img {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -14px 0 0 -14px;
      width: 28px; }

  .submenu1 {
    display: none;
    position: absolute;
    width:230px;
    min-width: 230px;
    left: 0;
    top: 100%;
    border-top: 1px solid #626262; }
    .submenu1 a {
      font-size: 14px; }

  .cart-link__price {
    border-left-color: transparent; }

  .submenu1__lnk {
    border-top: 1px solid #000;
    padding: 10px; }

  .submenu2__lnk {
    padding: 8px 20px;
  }
  .open-submenu-ico{
    height: 40px;
  }

  /*.submenu1__item {
    position: static; }*/
    .submenu1__item:first-child .submenu1__lnk {
      border-top: none; }
    .submenu1__item:hover .submenu1__lnk {
      color: #8c8c8c; }

  /*.submenu2 {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%; }*/

  /*.submenu1__item_has-submenu:hover .submenu1__lnk:before {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
    border-left: 5px solid #161417;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
  .submenu1__item_has-submenu:hover .submenu2 {
    display: block; }*/

  .toggle-menu {
    width: 16%;
    border-left: 1px solid #626262; }

  .sandwich {
    max-width: 34px;
    margin-left: -17px; }

  .menu-wrp {
    display: block;
    float: left;
    width: 70%;
    position: static;
    overflow-y: visible; }

  .extra-menu {
    position: fixed;
    display: block;
    width: 300px;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: white;
    z-index: 16;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .extra-menu.active {
      display: block;
      left: 0; }
    .extra-menu .extra-menu__item:first-child .extra-menu__lnk {
      border-top: none; }

  .close-menu {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: -25px;
    background: url(/local/templates/main/tpl/css/../images/close.svg) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer; }

  .header__phone-nubmer {
    padding-top: 27%; } }
@media only screen and (min-width: 1280px) {
  body {
    padding-top: 58px; }

  .header {
    height: auto; }

  .submenu1 a {
    font-size: 16px; }
  .logo-links{
    bottom: 30px;
  }
  .logo-links a{
    font-size: 22px;
  }
  .footer__contacts-info {
    max-width: 230px;
    margin: 0 auto; }

  .footer__working-hours, .footer__address, .footer__phone {
    width: 30%;
    max-width: none; }

  .footer__working-hours .footer__contacts-info, .footer__address .footer__contacts-info, .footer__phone .footer__contacts-info {
    float: right; }

  .footer__address {
    width: 40%; }
    .footer__address .footer__contacts-info {
      float: none; }

  .footer__phone .footer__contacts-info {
    float: left; }

  .footer__menu__item {
    margin: 7px 0 7px 7%; }

  .catalog__item {
    margin-bottom: 50px; }

  .main__phone-wrp {
    font-size: 17px; }

  .gray-tile__ttl, .main__phone-ttl {
    font-size: 18px; }

  .cart-link__price {
    border-left-color: #626262; }

  .menu__lnk {
    font-size: 14px; }
}
@media only screen and (min-width: 1300px) {
	.prod__info-left {
		margin-right: 510px;
	}
	.prod-filter {
		width: 500px;
	}
}
@media only screen and (min-width: 1366px) {
  body {
    padding-top: 82px; }

  .menu {
    padding: 0 10px 0 7.5%; }

  .menu-wrp {
    width: 64%; }

  .menu__lnk {
    padding: 30.5px 0; }

  .menu__item_home {
    width: 7.5%; }
    .menu__item_home img {
      margin: -30px 0 0 -30px;
      width: 60px }

  .sandwich {
    max-width: 47px;
    margin-left: -23.5px; }

  .header__right {
    width: 36%; }

  .header__phone, .header__skype, .header__search {
    width: 14%; }
    .header__phone img, .header__skype img, .header__search img {
      width: auto;
      margin: -16.5px -16.5px 0 0; }

  .header__cart {
    width: 42%; }

  .cart-link {
    font-size: 22px; }

  .cart-link__price .fa-rub {
    font-size: 20px; }

  .cart-link__ico {
    width: auto;
    margin: -6px 4% 0 0; }

  .video {
    min-height: 584px; }

  .header__phone-nubmer {
    padding-top: 40%; } }
@media only screen and (min-width: 1680px) {
  .menu__lnk {
    font-size: 16px; }

  .header__phone-nubmer {
    padding-top: 30%; } }
@media only screen and (max-width: 767px) {
  .bx_ordercart .bx_ordercart_order_table_container table thead {
    display: none; }

  .bx_ordercart .bx_ordercart_photo_container {
    padding-top: 40%; }

  .bx_ordercart .bx_ordercart_order_table_container table tbody td {
    font-size: 16px;
    text-align: center;
    padding: 5px; }

  .bx_ordercart .bx_ordercart_order_table_container .price .old_price {
    font-size: 18px; }
    .bx_ordercart .bx_ordercart_order_table_container .price .old_price .fa-rub {
      font-size: 16px; }

  .bx_ordercart tbody td .sum {
    font-size: 18px; }
    .bx_ordercart tbody td .sum .fa-rub {
      font-size: 16px; }

  .bx_ordercart_itemtitle {
    font-size: 18px;
    text-align: center; }

  .bx_ordercart .bx_ordercart_order_table_container table, .bx_ordercart .bx_ordercart_order_table_container table tbody, .bx_ordercart .bx_ordercart_order_table_container table tbody tr, .bx_ordercart .bx_ordercart_order_table_container table tbody tr td {
    display: block;
    border-bottom: none; }

  .bx_ordercart .bx_ordercart_order_table_container table, #basket_items .item, .bx_ordercart .bx_ordercart_order_table_container table tbody, .bx_ordercart .bx_ordercart_order_table_container table tbody tr, .bx_ordercart .bx_ordercart_order_table_container table tbody tr td {
    width: 100%; }

  #basket_items {
    border: 1px solid #dbdbdb;
    border-bottom: none;
    max-width: 400px;
    margin: 0 auto; }

  #basket_items tr {
    border-bottom: 1px solid #dbdbdb; }

  .bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    width: 100%;
    padding: 2% 6%; }

  #basket_items .control, #basket_items .custom {
    width: 100%; }

  .basket_quantity_control input[type=text] {
    max-width: 70px; }

  .bx_ordercart_order_pay {
    padding: 20px 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }

  .bx_ordercart_coupon input[type=text] {
    width: 31%; }

  .bx_ordercart_order_pay_left {
    display: block;
    width: 100%;
    float: none;
    margin: 12px 0; }

  .bx_ordercart_order_pay_right {
    width: 100%; }

  .bx_ordercart_order_sum {
    float: none;
    margin: 0 auto; }

  #ORDER_FORM .section label {
    padding-left: 27%; }

  #ORDER_FORM .section .bx_logotype {
    left: 6%; } }
@media only screen and (max-width: 1280px) {
  .menu-wrp.active {
    display: block; } }

/*# sourceMappingURL=global.min.css.map */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;



  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*@charset 'UTF-8';
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('/local/templates/main/tpl/css/./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-size: cover;
    z-index: 1;
}
.gallery-nav .slick-current img{
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
}
.gallery-nav img{
    margin: 10px 0;
    opacity: 0.8;
    transition: all 300ms ease;
}

@media only screen and (min-width: 640px){
    .slick-prev, .slick-next{
        width: 21px;
        height: 40px;
        margin-top: -20px;
    }
}


.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev
{
    left: 5px;
    background: url(/local/templates/main/tpl/css/../images/prev-slide.svg) no-repeat center;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: 5px;
    background: url(/local/templates/main/tpl/css/../images/next-slide.svg) no-repeat center;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.bx-no-touch .bx_item_detail .bx_item_slider .slick-next,.bx-no-touch .bx_item_detail .bx_item_slider .slick-prev{
  display: none;
}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .slick-next,.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .slick-prev{
  display: block;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding-right: 10px;
    margin: 0;
    list-style: none;
    text-align: right;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    border-radius: 50%;
    margin: -6px 0 0 -6px;
    height: 12px;
    content: '';
    background: #000;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
}
.chk-hid{
	display:none;
}

.slick-disabled{
  opacity: .6;
}

#shadow {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
opacity:.5;
z-index:1330;
}
.attention {
position:fixed;
top:100px;
left:50%;
margin:0 0 0 -250px;
width:500px;
padding:50px;
box-shadow:10px 10px 50px rgba(0,0,0,.5);
background:#fff;
z-index:1350;
font-size:18px;
text-align:center;
}
.attention div {
margin:1em;
}
.attention div a {
	font-size:24px;
	cursor:pointer;
	margin:0 1em;
}


#remark {
	display:none;
}


.specifications__img {
}
/*.specifications__img img {
display:block;
margin:0 auto 1em;
}*/


.popup-window.popup-window-with-titlebar {
max-width:440px;
width: 100%;
padding:20px;
text-align:center;
box-shadow:10px 10px 50px rgba(0,0,0,.5);
}
.popup-window-titlebar {
height:auto;
font-size:22px;
margin:.5em 0 1em;
}
.popup-window-with-titlebar .popup-window-content {
padding:0;
background:none;
}
.popup-window-with-titlebar .popup-window-content img {
width:80%;
max-height:1000px!important;
height:auto;
}
.popup-window-with-titlebar .popup-window-content p {
font-size:18px;
font-weight:bold;
margin:1em;
}

img.spec {
margin: 10px 10px 10px 10px;
border:  1px solid #c5c5c5;
}

.video-cont {
  max-width: 853px;
  margin: 0 auto;
}
.video-resp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 480px;
}

.nstar {text-align: left; font-family: "RobotoCondensedLight"; letter-spacing: 0.1em; font-size: 16px;}
.nstar > div {display:inline-block; vertical-align:middle;}
.nstar .ratings {white-space:nowrap;}
.nstar .ratings .item-rating {display:inline-block; padding:0px 0px 0 2px; margin-right: 4px;}
.nstar .ratings .inner_rating > span {font-size:11px;vertical-align:middle;margin-left:5px;}
.nstar .ratings .item-rating .svg:hover svg path,
.nstar .ratings .item-rating:not(.filed) .svg svg path {fill:#dddddd;}
.nstar .ratings .item-rating.filed .svg:hover svg path,
.nstar .ratings .item-rating.filed .svg svg path {fill:#e6c553;}
.nstar .item-stock {margin:0px 0px 2px;display:block;}
.nstar .svg-inline-star svg {width: 25px; height: 24px; display: block;}
.nstar .rating_message {margin:0 0 0 8px; position:relative; padding:0 0 0 24px; color:#999999;}
.nstar .rating_message:before {content:"\2014";position:absolute;left:0;top:0;}
.svg {top: -1px; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: middle; min-width: 30px; min-height: 30px; position: relative; background-repeat: no-repeat; background-position: center center; min-width: auto; min-height: auto;}
.nstar .rating_label {margin-bottom: 3px; /*font-size: 13px;*/ display: block; padding-left: 2px;}
.blog-info__rating .nstar {font-size: 8px;}
.blog-info__rating .nstar .svg-inline-star svg {width: 19px; height: 19px;}

.right_reviews_info {float: right; display: flex; align-items: center; justify-content: space-between;}
.right_reviews_info .rating-wrapper {display: flex; align-items: center; margin: 0 14px 0 0;}
.right_reviews_info .rating-wrapper .rating-value {margin-left: 14px; cursor: pointer;}
.right_reviews_info .rating-wrapper .rating-value .count {margin-right: 3px;}
.right_reviews_info .rating-wrapper .votes_block {margin-top: 2px;}
.right_reviews_info .show-comment {margin-top: -2px;}
.right_reviews_info .nstar {font-size: 14px;}
.right_reviews_info .nstar .svg-inline-star svg {width: 19px; height: 19px;}
.right_reviews_info .show-comment {line-height: initial; padding: 5px 15px; background-color: #6e2525; border: none; color: #ffffff; margin: 0; cursor: pointer;}
.right_reviews_info .show-comment:hover {background-color: #8b2f2f;}

@media(max-width: 500px) {
  .right_reviews_info {width: 100%;}
  .right_reviews_info {position: relative; flex-wrap: wrap;}
  .right_reviews_info .rating-wrapper {margin: 0 0 8px;}
}
.blog-info__rating--top-info {display:flex; align-items: center; justify-content: center; z-index: 2; position: relative;}
.blog-info__rating--top-info.pointer {cursor:pointer;}
.blog-info__rating--top-info > span {margin-left:10px;display:flex;align-items:center;}
.blog-info__rating--top-info .nstar {font-size: 14px;}
.blog-info__rating--top-info .nstar .svg-inline-star svg {width: 19px; height: 19px;}

/* End */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket/style.css?15223274484229 */
/* /bitrix/templates/.default/components/bitrix/news.list/main_slider/style.css?1522327448150 */
/* /bitrix/templates/eshop_bootstrap_blue/components/bitrix/menu/bottom_menu/style.css?1522327447542 */
/* /bitrix/templates/eshop_bootstrap_blue/template_styles.css?176000886189 */
/* /local/templates/main/tpl/css/font-awesome.min.css?163248298228759 */
/* /local/templates/main/tpl/css/global.min.css?1634062273106953 */
