

/* Start:/bitrix/templates/magic/fancybox/jquery.fancybox.css?16206727604939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/bitrix/templates/magic/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/bitrix/templates/magic/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/bitrix/templates/magic/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/bitrix/templates/magic/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/bitrix/templates/magic/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/bitrix/templates/magic/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/magic/css/style.css?162067275971454*/
* { margin:0; padding:0; box-sizing:border-box; }

body {font-family:'PT Sans', sans-serif; color: rgba(58, 66, 73, 0.7); min-width:320px; }
a { color:#d24a43; cursor:pointer; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
a:hover { text-decoration:none; }
.title a {color: #ff6261;cursor:pointer;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}

.main-width { width:calc(100% - 10px); max-width:960px; margin:0 auto; position:relative; }
.main-width .inner { width:calc(100%); margin:0 auto; position:relative; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.t-center { text-align:center; }
.t-right { text-align:right; }

ol {margin: 12px 0px 12px 25px}
ul {margin: 12px 0px 12px 25px}

.item-views .item{border:1px solid #e7ebee;margin-bottom:10px;position:relative;z-index:2}
.portfolio.front .row>div{padding-left:2px;padding-right:0}
.portfolio.item-views .item{border:none;margin-bottom:2px;overflow:hidden;padding-bottom:74%;height:0}
.portfolio.front .item .text .cont{margin:20px 20px 0}
.portfolio.front .item .text .cont>div{position:relative;top:0;left:0;-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out}
.portfolio.front .item .text .section_name{font-size:10px;line-height:18px;color: #b94a48;background:#d4d4d4;border-radius:10px;text-transform:uppercase;padding:0 10px;margin:0 10px 10px 0;display:inline-block;-webkit-transform:translateY(-46%);transform:translateY(-46%);}
.portfolio.front .item .text .title{font-size:15px;font-weight:600;line-height:20px;-webkit-transform:translateY(50%);transform:translateY(50%);color:#fff!important}
.portfolio.front .item:hover .text .cont>div{-webkit-transform:translateY(0);transform:translateY(0)}
.front .item .img_block{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background-position:center center}
.portfolio.item-views .link .item{background: #596976;color:#fff;}.portfolio.item-views .link .item>div{position:absolute;left:0;width:100%}
.portfolio.item-views .link .item .top_title{font-size:26px;line-height:24px;top:0}
.portfolio.item-views .link .item .top_title div{margin:20px 20px 0}.portfolio.item-views .link .item .bottom_title{bottom:0}
.portfolio.item-views .link .item .bottom_title div{margin:0 20px 20px}
.portfolio.item-views .link .item .bottom_title .btn-default{left:20px;right:auto;bottom:20px;top:auto;border-color:#fff;background: #d24a43;}
.portfolio.item-views .link .item .bottom_title .btn-default span{color:#fff}
.portfolio.item-views .link .item .bottom_title .btn-default:hover{background:#fff!important}
.portfolio.item-views .link .item .bottom_title .btn-default:hover span{color:#d4d4d4}
.item .dark_block_animate,.item.wline:after{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;width:100%}
.item .dark_block_animate{opacity:0;background-color:rgb(229, 229, 229, 0.52);-webkit-transition:opacity .8s cubic-bezier(.19,1,.22,1);transition:opacity .8s cubic-bezier(.19,1,.22,1);display:block;height:100%;z-index:2}
.item:hover .dark_block_animate{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"}
.scale_block_animate{-webkit-transition:-webkit-transform .6s cubic-bezier(.19,1,.22,1);transition:transform .6s cubic-bezier(.19,1,.22,1);overflow:hidden;position:relative;z-index:1}
.item:not(.touch_class):hover .scale_block_animate,.touch_class .scale_block_animate{-webkit-transform:scale(1.25);transform:scale(1.25); opacity: 0.7;}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;/*padding-left:15px;padding-right:15px*/}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}}
@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}}

.projects .start_promo>div{padding-left:2px;padding-right:0; height: 174px; cursor: pointer;}
.projects .start_uslugi>div{padding-left:6px;padding-right:0; height: 90px; cursor: pointer;}
.projects .start_projpromo>div{padding-left:2px;padding-right:0; height: 300px; cursor: pointer;}
.projects .start_uslugi2>div{padding-left:2px;padding-right:0; height: 219px; cursor: pointer;}
.novosti .start_promo>div{padding-left:2px;padding-right:0; height: 174px; cursor: pointer;}
.novosti .start_uslugi>div{padding-left:6px;padding-right:0; height: 90px; cursor: pointer;}
.novosti .start_projpromo>div{padding-left:2px;padding-right:0; height: 300px; cursor: pointer;}
.novosti .start_uslugi2>div{padding-left:2px;padding-right:0; height: 219px; cursor: pointer;}

.linktodetail{font-size: 21px; font-weight: 400; float: right; clear: both;}

.start_promo{/*width:100%;*/}
.start_promo .item{float:left;/*width:25%;*/border:1px solid #fff;border-bottom-width:2px;box-sizing:border-box; overflow:hidden; position:relative; padding-bottom:0px;float:left;height:0;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;-ms-transition:all 0.1s ease;transition:all 0.1s ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden; -ms-backface-visibility:hidden;}

.start_promo .item:nth-child(3n), .start_promo  .item.wide100{border-right-width:0px;}
.start_promo .item.normal:nth-child(3n) {border-right-width: 1px;}
.start_promo .item img{max-height:300px; position:absolute;left:0;vertical-align:middle;}
.start_promo .item .opacity_block{position:absolute;display:block;width:100%;height:100%;background-color:#FFF;}
.start_promo .item:hover .opacity_block{opacity:0.1;z-index:11;}
.start_promo .item.wide50{width:50%;}
.start_promo .item.wide100{width:100%;}
.start_promo .item span.main_wrap{display:block; max-width:195px; bottom:20px;left:20px; position:absolute;z-index:10;color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;    -ms-backface-visibility:hidden;backface-visibility:hidden;display:none;}

.start_promo .item span.main_wrap i {display:block;font-style:normal;}

.start_promo .item.wide50 span.main_wrap{max-width:340px;}
.start_promo .item.wide100 span.main_wrap{max-width:500px;}
.start_promo .item p *, .start_promo .item p {color:#fff;}
.start_promo .item p{margin-bottom:0px;line-height:15px;}
.wrapper_inner .start_promo .item i span p span{line-height:16px;padding:0px 7px 7px;position:relative;margin:-11px 0px 0px;}
.wrapper_inner .start_promo .item i span p:first-child span{line-height:27px;padding-bottom:1px;margin-top:0px;}
.wrapper_inner .start_promo .item i span p .tizer_text{margin:3px 0px 0px;padding-top:5px;}

.start_promo .item  a{color:#fff;text-decoration:none;}
.start_promo .item  a:hover{color:#fff;text-decoration:none;}
.start_promo .item i.title span{font-weight:bold;font-size:18px;}
.bx-ie .start_promo.t1 .item i.title{position:relative;line-height:1;color:#fff;display:inline;white-space:pre-wrap;border:0 solid #00a7df;border-width:0.25em 0;}
.bx-ie .start_promo.t1.title, .bx-ie .start_promo1 .title:after{background-color:#00a7df;}
.start_promo .item i.price{margin-top:10px;}
.start_promo .item i.price span{font-size:16px;display:inline-block;line-height:19px;}
.start_promo .catalog_btn{margin:20px 0px 40px;text-align:center;}
.start_promo .item i.title span, .start_promo .item i.price span{box-decoration-break:clone;}

.start_projpromo{/*width:100%;*/}
.start_projpromo .item{float:left;/*width:25%;*/border:1px solid #fff;border-bottom-width:2px;box-sizing:border-box; overflow:hidden; position:relative; padding-bottom:0px;float:left;height:0;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;-ms-transition:all 0.1s ease;transition:all 0.1s ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden; -ms-backface-visibility:hidden;}

.start_projpromo .item:nth-child(3n), .start_projpromo  .item.wide100{border-right-width:0px;}
.start_projpromo .item.normal:nth-child(3n) {border-right-width: 1px;}
.start_projpromo .item img{max-height:300px; position:absolute;left:0;vertical-align:middle;}
.start_projpromo .item .opacity_block{position:absolute;display:block;width:100%;height:100%;background-color:#FFF;}
.start_projpromo .item:hover .opacity_block{opacity:0.1;z-index:11;}
.start_projpromo .item.wide50{width:50%;}
.start_projpromo .item.wide100{width:100%;}
.start_projpromo .item span.main_wrap{display:block; max-width:195px; bottom:20px;left:20px; position:absolute;z-index:10;color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;    -ms-backface-visibility:hidden;backface-visibility:hidden;display:none;}

.start_projpromo .item span.main_wrap i {display:block;font-style:normal;}

.start_projpromo .item.wide50 span.main_wrap{max-width:340px;}
.start_projpromo .item.wide100 span.main_wrap{max-width:500px;}
.start_projpromo .item p *, .start_projpromo .item p {color:#fff;}
.start_projpromo .item p{margin-bottom:0px;line-height:15px;}
.wrapper_inner .start_projpromo .item i span p span{line-height:16px;padding:0px 7px 7px;position:relative;margin:-11px 0px 0px;}
.wrapper_inner .start_projpromo .item i span p:first-child span{line-height:27px;padding-bottom:1px;margin-top:0px;}
.wrapper_inner .start_projpromo .item i span p .tizer_text{margin:3px 0px 0px;padding-top:5px;}

.start_projpromo .item  a{color:#fff;text-decoration:none;}
.start_projpromo .item  a:hover{color:#fff;text-decoration:none;}
.start_projpromo .item i.title span{font-weight:bold;font-size:18px;}
.bx-ie .start_projpromo.t1 .item i.title{position:relative;line-height:1;color:#fff;display:inline;white-space:pre-wrap;border:0 solid #00a7df;border-width:0.25em 0;}
.bx-ie .start_projpromo.t1.title, .bx-ie .start_promo1 .title:after{background-color:#00a7df;}
.start_projpromo .item i.price{margin-top:10px;}
.start_projpromo .item i.price span{font-size:16px;display:inline-block;line-height:19px;}
.start_projpromo .catalog_btn{margin:20px 0px 40px;text-align:center;}
.start_projpromo .item i.title span, .start_projpromo .item i.price span{box-decoration-break:clone;}

.start_uslugi{/*width:100%;*/}
.start_uslugi .item{float:left;/*width:25%;*/border-bottom-width:3px;box-sizing:border-box; overflow:hidden; position:relative; padding-bottom:0px;float:left;height:0;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;-ms-transition:all 0.1s ease;transition:all 0.1s ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden; -ms-backface-visibility:hidden;}
.start_uslugi .item:nth-child(1) {border-right:4px solid #fff;}
.start_uslugi .item:nth-child(2) {border-right:4px solid #fff;}
.start_uslugi .item:nth-child(4) {border-left:4px solid #fff;}
.start_uslugi .item:nth-child(3n), .start_uslugi  .item.wide100{border-right-width:3px;}
.start_uslugi .item.normal:nth-child(3n) {border-right-width: 3px;}
.start_uslugi .item img{max-height:300px; position:absolute;left:0;vertical-align:middle;}
.start_uslugi .item .opacity_block{position:absolute;display:block;width:100%;height:100%;background-color:#FFF;}
.start_uslugi .item:hover .opacity_block{opacity:0.1;z-index:11;}
.start_uslugi .item.wide50{width:50%;}
.start_uslugi .item.wide100{width:100%;}
.start_uslugi .item span.main_wrap{display:block; max-width:195px; bottom:20px;left:20px; position:absolute;z-index:10;color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;    -ms-backface-visibility:hidden;backface-visibility:hidden;display:none;}

.start_uslugi .item span.main_wrap i {display:block;font-style:normal;}

.start_uslugi .item.wide50 span.main_wrap{max-width:340px;}
.start_uslugi .item.wide100 span.main_wrap{max-width:500px;}
.start_uslugi .item p *, .start_uslugi .item p {color:#fff;}
.start_uslugi .item p{margin-bottom:0px;line-height:15px;}
.wrapper_inner .start_uslugi .item i span p span{line-height:16px;padding:0px 7px 7px;position:relative;margin:-11px 0px 0px;}
.wrapper_inner .start_uslugi .item i span p:first-child span{line-height:27px;padding-bottom:1px;margin-top:0px;}
.wrapper_inner .start_uslugi .item i span p .tizer_text{margin:3px 0px 0px;padding-top:5px;}

.start_uslugi .item  a{color:#fff;text-decoration:none;}
.start_uslugi .item  a:hover{color:#fff;text-decoration:none;}
.start_uslugi .item i.title span{font-weight:bold;font-size:18px;}
.bx-ie .start_uslugi.t1 .item i.title{position:relative;line-height:1;color:#fff;display:inline;white-space:pre-wrap;border:0 solid #00a7df;border-width:0.25em 0;}
.bx-ie .start_uslugi.t1.title, .bx-ie .start_promo1 .title:after{background-color:#00a7df;}
.start_uslugi .item i.price{margin-top:10px;}
.start_uslugi .item i.price span{font-size:16px;display:inline-block;line-height:19px;}
.start_uslugi .catalog_btn{margin:20px 0px 40px;text-align:center;}
.start_uslugi .item i.title span, .start_uslugi .item i.price span{box-decoration-break:clone;}

.start_uslugi2{/*width:100%;*/}
.start_uslugi2 .item{float:left;/*width:25%;*/border:3px solid #fff;border-bottom-width:3px;box-sizing:border-box; overflow:hidden; position:relative; padding-bottom:0px;float:left;height:0;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;-ms-transition:all 0.1s ease;transition:all 0.1s ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden; -ms-backface-visibility:hidden;}

.start_uslugi2 .item:nth-child(3n), .start_uslugi2  .item.wide100{border-right-width:3px;}
.start_uslugi2 .item.normal:nth-child(3n) {border-right-width: 3px;}
.start_uslugi2 .item img{max-height:300px; position:absolute;left:0;vertical-align:middle;}
.start_uslugi2 .item .opacity_block{position:absolute;display:block;width:100%;height:100%;background-color:#FFF;}
.start_uslugi2 .item:hover .opacity_block{opacity:0.1;z-index:11;}
.start_uslugi2 .item.wide50{width:50%;}
.start_uslugi2 .item.wide100{width:100%;}
.start_uslugi2 .item span.main_wrap{display:block; max-width:195px; bottom:20px;left:20px; position:absolute;z-index:10;color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;    -ms-backface-visibility:hidden;backface-visibility:hidden;display:none;}

.start_uslugi2 .item span.main_wrap i {display:block;font-style:normal;}

.start_uslugi2 .item.wide50 span.main_wrap{max-width:340px;}
.start_uslugi2 .item.wide100 span.main_wrap{max-width:500px;}
.start_uslugi2 .item p *, .start_uslugi2 .item p {color:#fff;}
.start_uslugi2 .item p{margin-bottom:0px;line-height:15px;}
.wrapper_inner .start_uslugi2 .item i span p span{line-height:16px;padding:0px 7px 7px;position:relative;margin:-11px 0px 0px;}
.wrapper_inner .start_uslugi2 .item i span p:first-child span{line-height:27px;padding-bottom:1px;margin-top:0px;}
.wrapper_inner .start_uslugi2 .item i span p .tizer_text{margin:3px 0px 0px;padding-top:5px;}

.start_uslugi2 .item  a{color:#fff;text-decoration:none;}
.start_uslugi2 .item  a:hover{color:#fff;text-decoration:none;}
.start_uslugi2 .item i.title span{font-weight:bold;font-size:18px;}
.bx-ie .start_uslugi2.t1 .item i.title{position:relative;line-height:1;color:#fff;display:inline;white-space:pre-wrap;border:0 solid #00a7df;border-width:0.25em 0;}
.bx-ie .start_uslugi2.t1.title, .bx-ie .start_promo1 .title:after{background-color:#00a7df;}
.start_uslugi2 .item i.price{margin-top:10px;}
.start_uslugi2 .item i.price span{font-size:16px;display:inline-block;line-height:19px;}
.start_uslugi2 .catalog_btn{margin:20px 0px 40px;text-align:center;}
.start_uslugi2 .item i.title span, .start_uslugi2 .item i.price span{box-decoration-break:clone;}

.wrap_tizer{position:absolute;top:10px;z-index:2;width:100%;color:#fff;transition: all ease 0.5s;}
.item:hover .wrap_tizer{}
.wrap_tizer .wrap_outer{position:relative;left:-3px;padding:3px 0 5px;font-size:16px; line-height:21px;background:#23618C;color:#FFF;display:inline;}
.wrap_tizer .wrap_outer.title{font-weight:600;font-size:16px;}
.wrap_tizer .wr_block{transition: all ease 0.1s;}
.wrap_tizer .wr_block.price{opacity: 0;visibility: hidden;height: 0px;color: #fff;font-size: 13px;max-height: 54px;overflow: hidden;}
.item:hover .wrap_tizer .wr_block.price{height: auto;opacity: 1;visibility: visible;display: block;margin: 10px 0px 0px;}
.wr_block.price .wrap_outer_desc{line-height:18px;font-size:13px;}
.wrap_tizer.center_blocks{text-align:center;}
.wrap_tizer.right_blocks{text-align:right;padding:0px;}
.wrap_tizer.dark_text .wrap_outer .inner_text{color:#1d1a1a;}
.wrap_tizer .wrapper_inner_tizer{padding: 0 33px 0 20px;}
.wrap_tizer.right_blocks .wrap_outer{left: -13px;}
.wrap_tizer.right_blocks .wrapper_inner_tizer{padding-right: 20px;}

.bx-firefox .wrap_tizer .wr_block.price{margin-top:11px;}
.wrap_tizer .wr_block.price .wrap_outer, .wrap_tizer .wr_block.price .wrap_outer .outer_text {padding-top:4px;}
.wrap_tizer .wrap_outer .outer_text{position:relative;left:15px;background:#23618C;padding:3px 0 5px;}
.wrap_tizer .wrap_outer .inner_text{position:relative;left:-7px;color:#FFF;font-style:normal;background:#23618C;z-index:1;}

.wr_block.desc{padding-top:0px; height:auto; }
.wr_block.desc .wrap_outer_desc{line-height:18px;font-size:13px;}
.wrap_tizer .wr_block.desc{opacity: 0;visibility: hidden; background: rgba(24, 95, 144, 0.4588235294117647);font-weight: 700;/*height: 0px;*/color: #fff;font-size: 13px;max-height: 120px;overflow: hidden;}
.item:hover .wrap_tizer .wr_block.desc{height: auto;opacity: 1;visibility: visible;display: block;margin: 10px 0px 0px;}


.header { }
@media (min-width:960px) {
.header .logo { background:url(/images/magpro2-logo4.png); width:300px; height:78px; float:left; margin:8px 0 0; }
}@media (max-width:960px) {
.header .logo { background:url(/images/magpro-logo-mob.png); width:300px; height:78px; float:left; margin:8px 0 0; }
}
.header .socials {float:left;margin:32px 0 0; filter: grayscale(80%);}
.header .socials a { display:inline-block; margin:0 0 0 5px; }
.header .socials a:hover { -webkit-filter:brightness(1.4); filter:brightness(1.4); -moz-filter:brightness(1.4); }
.header .tel { font-weight:300; float:left; font-size:32px; margin:59px 0 0 45px; line-height:32px; }
.header .nav { margin:62px 0 0; float:left; }
.header .nav ul { list-style:none; }
.header .nav ul li { margin-right:25px; float:left; }
.header .nav ul li a { font-family:'Play', sans-serif; font-size:22px; font-weight:bold; color:#fff; text-decoration:none; text-transform:uppercase; font-style:normal; position:relative; z-index:1; }
.header .nav ul li.active a { text-decoration:none; border:none; }
.header .nav ul li.active a:after { content:''; position:absolute; top:-8px; left:-10px; width:calc(100% + 20px); height:calc(100% + 16px); z-index:-1; background:#d24a43; -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border-radius:10px; }
.header .nav ul li a:hover {  }
.header .btn { float:right; margin-top:48px; }

.btn { height:53px; line-height:51px; display:inline-block; vertical-align:middle;  color:rgba(210,74,67,1); border:1px solid rgba(210,74,67,1); padding:0 38px; font-size:22px; font-weight:bold; font-style:italic; text-decoration:none; text-transform:uppercase; font-family:'Play', sans-serif; }
.btn:hover { background:rgba(210,74,67,1); color:#fff; }

.news {}
.news .item { position:absolute; top:0; left:0; text-transform:uppercase; line-height:80px; text-decoration:none; color:#fff; font-size:120px; font-weight:bold; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; opacity:0; visibility:hidden; -webkit-filter:blur(10px); filter:blur(10px);}
.news .item.active { opacity:1; visibility:visible; -webkit-filter:blur(0); filter:blur(50); }
.news .item span { display:block; font-size:70px; }
.news .prev { width:100px; height:100px; background:rgba(0,0,0,0.5) url(/images/arrow-left.png) no-repeat center; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; position:absolute; left:-140px; top:50%; margin-top:-50px; }
.news .next { width:100px; height:100px; background:rgba(0,0,0,0.5) url(/images/arrow-right.png) no-repeat center; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; position:absolute; right:-140px; top:50%; margin-top:-50px; }
.news .prev:hover { background:rgba(0,0,0,0.8) url(/images/arrow-left.png) no-repeat center; }
.news .next:hover { background:rgba(0,0,0,0.8) url(/images/arrow-right.png) no-repeat center; }

select, .input, textarea { height:45px; ; border:1px solid rgba(210,74,67,1); /* -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border-radius:10px; */ outline:none; color:rgba(255,255,255,0.5); font-size:18px; font-style:italic; font-family:inherit; background:none; padding:0 15px; }
select:hover, .input:hover,  .input:focus, textarea:hover, textarea:focus { color:rgba(255,255,255,0.7); }
textarea { padding:15px; height:120px; resize:vertical; }
select option { color:#000; }

.catalog { /*margin-bottom:60px; */}
.filter { background:rgba(0,0,0,0.8); padding:15px 40px 15px 40px; margin-bottom:5px; background: url(/images/bgd1.jpg); }
.filter select { float:left; width:calc(25% - 20px); margin-right:20px; }
.filter .selects { display:inline-block; vertical-align:middle; width:calc(100% - 43px); }
.filter .btn-search { background:url(/images/btn-search.png); width:37px; height:30px; opacity:0.3; display:inline-block; vertical-align:middle; }
.filter .btn-search:hover { opacity:1; }
.catalog .list { }
.catalog .list .item { position:relative; float:left; width:10%; }
.catalog .list .item img { width:100%; height:100%; vertical-align:bottom; }
.catalog .list .item .name { position:absolute; top:0; left:0; width:100%; line-height:36px; text-align:center; display:table; color:#fff; /*font-size:45px; font-family:'Play', sans-serif; font-style:italic;*/ }
.catalog .list .item .name .align { display:table-cell; vertical-align:middle; }

.about { /* margin:0 0 60px; */}
.about h1 { color:#d24a43; font-size:48px; line-height:48px; margin-bottom:10px; }

.title { font-size:70px; font-weight:bold; text-align:center; line-height:65px; margin-bottom:5px; }
.title span {border:0;  }
.title .sub { font-size:18px; font-weight:normal; color:#d24a43; font-style:italic; display:inline-block; margin-left:10px; }
.title.static-title { text-align:left; font-weight:300; text-transform:uppercase; }

img { max-width:100%; vertical-align:bottom; }
.projects { margin-bottom:20px; }
.projects a { font-weight:bold; }
.projects .item { font-size:14px; }
.projects .item img { width:100%; height: 100%;}
.projects .info { padding:10px 15px; font-weight:300; }
.projects .name { font-size:32px; font-weight:bold; margin-bottom:5px; color:#d24a43; }
.projects .prev { background:url(/images/arrow-left2.png); width:44px; height:51px; background-size:100% 100%; position:absolute; left:-84px; top:50%; margin-top:-25px; }
.projects .next { background:url(/images/arrow-right2.png); width:44px; height:51px; background-size:100% 100%; position:absolute; right:-84px; top:50%; margin-top:-25px; }

img { max-width:100%; vertical-align:bottom; }
.novosti { margin-bottom:30px; }
.novosti a { /* font-weight:bold; */ color: rgb(116, 122, 127);text-decoration: none;}
.novosti .item { font-size:14px; }
.novosti .item img { width:100%; }
.novosti .itemall {font-size:14px;padding-bottom: 15px;}
.novosti .itemall img { width:100%; }
.novosti .info { padding:10px 15px; font-weight:300; }
.novosti .name { font-size:32px; font-weight:bold; margin-bottom:5px; color:#d24a43; }
.novosti .prev { background:url(/images/arrow-left2.png); width:44px; height:51px; background-size:100% 100%; position:absolute; left:-84px; top:50%; margin-top:-25px; }
.novosti .next { background:url(/images/arrow-right2.png); width:44px; height:51px; background-size:100% 100%; position:absolute; right:-84px; top:50%; margin-top:-25px; }


::-webkit-input-placeholder { -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
::-moz-placeholder { -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
:-moz-placeholder { -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
:-ms-input-placeholder { -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }

:focus::-webkit-input-placeholder { opacity:0; }
:focus::-moz-placeholder { opacity:0; }
:focus:-moz-placeholder { opacity:0; }
:focus:-ms-input-placeholder { opacity:0; }


.form { background:rgba(0,0,0,1.00); -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border-radius:10px; text-align:center; padding:25px 20px; margin-bottom:100px; }
.form .heading { font-size:48px; color:#fff; line-height:48px; text-transform:uppercase; font-weight:bold; margin-bottom:25px; }
.form > * { display:inline-block; vertical-align:middle; }
.form .inputs { width:calc(100% - 310px); }
.form .inputs .input { float:left; width:calc(33% - 12px); margin-right:12px; }
.form .sep { background:url(/images/sep.png); width:14px; height:25px; margin:0 14px 0 0; }
.form .btn { font-size:22px; font-style:normal; font-family:'Roboto', sans-serif; color:#fff; border-color:#fff; border-width:2px; padding:0 26px; }


.reviews { margin-bottom:30px; }
.reviews .name { color:#747a7f; font-size:25px; font-family: 'PT Sans Narrow', sans-serif; margin-bottom:20px; }
.reviews .text { font-size:18px; margin-bottom:20px; }
.reviews .btn { font-family:'Roboto', sans-serif; font-style:normal; font-size:22px; padding:0 20px; border-width:2px; }
.reviews .prev { background:url(/images/arrow-left2.png); width:44px; height:51px; background-size:100% 100%; position:absolute; left:-84px; top:50%; margin-top:-25px; }
.reviews .next { background:url(/images/arrow-right2.png); width:44px; height:51px; background-size:100% 100%; position:absolute; right:-84px; top:50%; margin-top:-25px; }

.media { margin-bottom:20px; }
.media .big img { width:100%; }
.media .title { text-align:left; margin-bottom:0px; }
.media .col { width: 100% }
.media .video .sub { background:url(/images/soc3-small.png) no-repeat left center; padding-left:22px; }
.media .photo .sub { background:url(/images/soc1-small.png) no-repeat left center; padding-left:22px; }
.media .btn { padding:0; width:100%; font-style:normal; text-align:center; display:block; font-size:24px; text-transform:none; margin-top:10px; }
.media a:hover { -webkit-filter:brightness(1.4); filter:brightness(1.4); -moz-filter:brightness(1.4); }

.video .big { float:left; width:calc(70% - 10px); }
.video .small { float:right; width:30%; }
.video .small a { display:block; margin-bottom:10px; }
.video .fancybox { position:relative; display:block; }
.video .fancybox:after { content:''; background:url(/images/play-youtube.png); width:87px; height:87px; background-size:100% 100%; opacity:0.88; margin:-43px 0 0 -43px; position:absolute; top:50%; left:50%; }
.video .small .fancybox:after { width:55px; height:55px; margin:-22.5px 0 0 -22.5px; }
.video .playbutton:after { content:''; background:url(/images/play-youtube.png); width:40%; height:30%; background-size:100% 100%; opacity:0.78; position:absolute; top:35%; left:30%;  }



.photo { }
.photo .big { width:51%; float:left; }
.photo .thumbs { width:calc(49% - 10px); float:right; }
.photo .thumbs a { float:left; width:calc(50% - 5px); margin:0 10px 10px 0; }
.photo .thumbs a:nth-child(2n) { margin-right:0; }

.footer { opacity:0.5; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; padding-bottom:40px; }
.footer:hover { opacity:1; }
.footer .f-logo { background:url(/images/magpro2-logo2.png); width:80px; height:66px; float:left; }
.footer .f-nav { float:left; list-style:none; margin:30px 0 0 100px; }
.footer .f-nav li { float:left; margin:0 4px; }
.footer .f-nav li a { color: rgba(58, 66, 73, 0.7); font-size:14px; font-style:normal; text-transform:uppercase; font-weight:bold; }
.footer .socials { float:left; margin:30px 0 0  50px; }
.footer .socials a { display:inline-block; margin:0 0px; }
.footer .socials img { width:18px; }
.footer .tel { float:right; margin:24px 0 0; color:#fff; font-size:24px; font-weight:300; }
.footer .copyright { float:left; margin:30px 0 0 ; font-size:14px; font-weight:bold; }
.footer .copyright span { color:#d24a43; }
.footer .unsimple { float:right; background:url(/images/unsimple.png); width:152px; height:30px; margin-top:15px; }

.projects-list { }
.projects-list .item { font-size:18px;  width:calc(50% - 15px); float:left; margin-bottom:30px; }
.projects-list .item img { width:100%; }
.projects-list .item:nth-child(2n) { float:right; }
.projects-list .item .info { padding:15px 25px; }
.projects-list .item .name { font-size:42px; font-weight:bold; color:#d24a43; margin-bottom:10px; }
.projects-list .item .name .date { font-family:'Play',sans-serif; font-weight:normal; font-size:14px; font-style:italic; display:inline-block; margin:0 0 0 10px; opacity:0.5; }
.projects-list .item .btn { font-family:'Roboto', sans-serif; font-size:22px; width:100%; display:block; max-width:260px; margin-top:30px; font-style:normal; text-align:center; border-width:2px; }

.btn.full { float:none; display:block; margin:0 auto; width:100%; text-align:center; font-weight:normal; color:#fff; border-color:#fff; opacity:0.5; margin-bottom:60px; }
.btn.full:hover { opacity:1; }


.reviews-list { }
.reviews-list .name { color:#d24a43; font-size:24px; font-style:italic; margin-bottom:20px; }
.reviews-list .item { border:1px solid #d24a43;  padding:25px; font-size:18px;  width:calc(50% - 15px); float:left; margin-bottom:30px; }
.reviews-list .item:nth-child(2n) { float:right; }
.reviews-list .btn {  font-family:'Roboto', sans-serif; font-size:22px; width:100%; display:block; max-width:300px; padding:0 0; margin-top:30px; font-style:normal; text-align:center; border-width:2px; }

h2 { font-size:22px; color:#d24a43; margin-bottom:15px; }
.pad { padding:25px; }
.form-item { margin-bottom:20px; }
.form-item .col { width:calc(50% - 15px); }
.form-item input, .form-item select, .form-item textarea { width:100%; }

table { border-collapse:separate; border-spacing:0 1px; width:100%; margin-bottom:30px; }
table th { background:rgb(229, 229, 229); font-weight:300; font-size:24px; padding:15px 15px; text-align:left; }
/*
table tr:first-child th:first-child { -webkit-border-radius:10px 0 0 0; -moz-border-radius:10px 0 0 0; -o-border-radius:10px 0 0 0; border-radius:10px 0 0 0; }
table tr:first-child th:last-child { -webkit-border-radius:0 10px 0 0; -moz-border-radius:0 10px 0 0; -o-border-radius:0 10px 0 0; border-radius:0 10px 0 0; }
table tr:last-child td:last-child { -webkit-border-radius:0 0 10px 0; -moz-border-radius:0 0 10px ; -o-border-radius:0 0 10px 0; border-radius:0 0 10px 0; }
table tr:last-child td:first-child { -webkit-border-radius:0 0 0 10px; -moz-border-radius:0 0 0 10px; -o-border-radius:0 0 0 10px; border-radius:0 0 0 10px;}
*/
table td { background:#381c1b; font-size:16px; padding:17px 15px; font-weight:bold; }

table.tuning { border-collapse:collapse; }
/*
table.tuning th:nth-child(1) { background:#672421; }
table.tuning th:nth-child(2) { background:#93342f; }
table.tuning th:nth-child(3) { background:#d24a43; }
table.tuning th:nth-child(4) { background:#bd423c; }
*/
table.tuning td:nth-child(1) { background:#1b0e0d; font-size:16px; }
table.tuning td:nth-child(2) { background:#271413; font-size:20px; }
table.tuning td:nth-child(3) { background:#572523; font-size:20px; }
table.tuning td:nth-child(4) { background:#4e211f; font-size:20px; }
table.tuning td { padding:12px 15px; }
table.tuning td:nth-child(3) .power { background:#191919; }
table.tuning td:nth-child(3) .power span { background:#d24a43 }

.power { background:#191919; position:relative; width:calc(100% + 10px); margin-left:-5px; padding-left:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border-radius:10px; height:37px; line-height:37px; z-index:1; overflow:hidden; }
.power span { position:absolute; top:0; height:100%; left:0; background:#672421; z-index:-1;  }

.price { margin-bottom:60px; }
.price .heading { display:inline-block; vertical-align:middle; font-size:48px; font-weight:300; }
.price .heading { display:inline-block; vertical-align:middle; font-size:48px; font-weight:300; }

.price .sep { background:url(/images/sep.png); width:14px; height:25px; margin:0 40px; display:inline-block; vertical-align:middle;  }
.price span { font-size:48px; font-weight:bold; line-height:48px; display:inline-block; vertical-align:middle; }
 
@media(max-width:1560px) { 
	.news .prev, .news .next { display:none; }
	.projects .prev, .reviews .prev { width:22px; height:26px; left:-35px; }
	.projects .next, .reviews .next { width:22px; height:26px; right:-35px; }
	.novosti .prev, .reviews .prev { width:22px; height:26px; left:-35px; }
	.novosti .next, .reviews .next { width:22px; height:26px; right:-35px; }
}
@media(max-width:1240px) {  
	.header { }
	.header .nav { float:none; text-align:center; margin-top:30px; }
	.header .nav ul li { float:none; display:inline-block; margin:0 10px 10px; }	
	.header .btn { float:none; display:block; margin:20px auto 0; max-width:280px; text-align:center; }
	.price .heading { margin:0 10px 0 0; }
	.price .sep { display:none; }
	.price span { margin-right:10px; }
}
@media(max-width:1024px) { 
	.news { margin-top:80px; }
	.news .item { font-size:80px; line-height:70px; text-align:center; width:100%; }
	.news .item span { display:block; font-size:50px; }
	.catalog .list .item .name { font-size:30px; }
	.title { font-size:50px; line-height:50px; }
	.form .heading { font-size:30px; line-height:30px; }
	.form .inputs { width:100%; max-width:300px; margin:0 auto; display:block; }
	.form .inputs .input { float:none; margin:0 0 10px; width:100%; }
	.form .sep { display:none; }
}
@media(max-width:960px) {
	.header .logo { float:none; display:block; margin:20px auto 40px; }
	.header .right { float:none !important; text-align:center; }
	.header .tel { float:none; display:inline-block; vertical-align:middle; margin:0; }
	.header .socials { float:none; text-align:center; display:inline-block; vertical-align:middle; margin:1px 20px 0 0; }	
	.news { margin-top:40px; }
	
	.footer .f-logo { display:block; float:none; margin:0 auto; }
	.footer .f-nav { float:none; margin:30px auto 20px; text-align:center; }
	.footer .f-nav li { display:inline-block; margin:0 5px 10px; float:none; }
	.footer .socials { float:none; text-align:center;  display:block; margin:0 auto; }
	.footer .tel { float:none; text-align:center; }
	.footer .copyright { float:none; text-align:center; }
	.footer .unsimple { float:none; display:block; margin:30px auto 0; }
}
@media(max-width:760px) { 
	.header .tel { display:block; text-align:center; }
	.header .socials { display:block; text-align:center; margin-bottom:30px; }
	.news { margin-bottom:30px; }
	.news .item { font-size:34px; line-height:30px; }
	.news .item span { display:block; font-size:24px; }
	.about h1 { font-size:24px; line-height:24px; }
	.projects-list .item, .reviews-list .item { width:100%; float:none !important; }
	
	.title { font-size:30px; line-height:30px; }
	.title span { display:none; }
	.catalog { /* margin-bottom:60px; */}
	.filter select { float:none; width:100%; margin-bottom:10px; }
	.filter .selects { display:block; width:100%; }
	.filter .btn-search { display:block; margin:0 auto; }
	.catalog .list .item { position:relative; float:left; width:49%; }
	
	.form .btn { font-size:14px; }
	.reviews .btn { font-size:18px; }
	.media .col { width:100%; float:none; }
	.media .btn { font-size:18px; }
	.media .video { margin-bottom:30px; }
	h2 { font-size:30px; }	
	.form-item .col { width:100%; float:none; margin-bottom:20px; }
	table th { font-size:12px !important; text-transform:uppercase; }
	table td { font-size:12px !important; }
	table td, table th { padding:10px 5px !important; }
	
	.price { text-align:center; }
	.price .heading { margin:0 10px 0 0; font-size:30px; }
	.price .sep { display:none; }
	.price span { margin-right:10px; font-size:30px; }
	.price .btn { display:block; margin:0 auto; }
}

.i404{font-size:300px;text-align:center;line-height:365px;}
.t404{margin:74px 0 0;text-align:center;}

@media (max-width:991px){
.i404{display:none;}
.t404{margin:0;text-align:center;}
}

.cenaprice {display:inline-block;vertical-align:middle;}
.cenaprice>div span {font-weight:500;}
.cenaprice>div span.deletes {position:relative;font-size:25px;color:grey;margin:0 0 0 0;}
.cenaprice>div span.deletes:after {content:"";display:block;position:absolute;left:0;top:calc(50%);height:1px;width:100%;background:grey;}
.cenaprice>div b {font-size:25px;color:#fff;display:inline-block;height:38px;border-radius:10px;line-height:38px;margin:8px 10px 0 10px;vertical-align:top;font-size:13px;width:38px;text-align:center;background:#F24941;}

.s-badge-wrapper {
  position: absolute;
  top: 11em;
  right: 1em;
}
.s-badge-wrapper .badge {
  display: inline-block;
  padding: 0.5em;
  background: #008000;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-badge-wrapper .badge.new {
  background: #008000;
}
.s-badge-wrapper .badge.hit {
  background: #f00;
}
.s-badge-wrapper .badge.bestseller {
  background: #00f;
}
.s-badge-wrapper .badge.low-price {
  background: #ffa500;
}
.s-products-wrapper .s-sorting-wrapper + .thumbs-view {
  margin-top: -1em;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 1em;
  padding: 0;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list:first-child {
  margin-left: 0;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-sort-label {
  line-height: 32px;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.25em;
  line-height: 0;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > .s-sort-active {
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  line-height: 32px;
  padding: 0 0.75em;
  color: #fff;
  background: #2fa42e;
  -webkit-transition: background 222ms linear 0s;
  -o-transition: background 222ms linear 0s;
  transition: background 222ms linear 0s;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > .s-sort-active:hover{
  background: #298C28;
  cursor: pointer;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > .s-sort-active:after {
  position: relative;
  top: 5px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  border: solid transparent;
  border-width: 6px 5px;
  border-top-color: #fff;
  margin: 0 0 0 6px;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > ul {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  width: 200px;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > ul > li > a {
  display: block;
  padding: 0.5em 0.75em;
  line-height: 1.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper > ul > li > a:hover {
  background: rgba(47,164,46,0.1);
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper:hover {
  z-index: 1;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.sort-filters .s-dropdown-wrapper:hover > ul {
  display: block;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  padding: 6px;
  -webkit-transition: background 222ms linear 0s;
  -o-transition: background 222ms linear 0s;
  transition: background 222ms linear 0s;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: transparent 0 -20px no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
  margin: 0;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a .icon.thumbs {
  background-image: url("/bitrix/templates/magic/css/../img/icons/thumb-icon.png");
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a .icon.table {
  background-image: url("/bitrix/templates/magic/css/../img/icons/table-sprite.png");
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a.is-active {
  background: #2fa42e;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a:hover{
  background: #298C28;
  color: #FFF;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a:hover i{
  background-position: 0 0;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a.is-active:hover{
  background: #2fa42e;
  cursor: default;
}
.s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters a.is-active .icon {
  background-position: 0 0;
}
.s-products-wrapper .s-products-list {
  display: block;
  margin: 0;
  padding: 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper {
  position: relative;
  display: block;
  padding: 1em;
  margin: 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper:hover {
background: rgba(234, 234, 234, 0.8588235294117647);
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-image-wrapper {
  height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  /* line-height: 200px;*/
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-image-wrapper a {
  /* display: inline-block; */
  width: auto;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-image-wrapper img {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-info-wrapper .s-product-header {
  font-size: 16px;
      height: 55px;
    overflow: hidden;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-info-wrapper .s-product-description {
  margin: 1em 0 0;
  line-height: 1.25em;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-pricing-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
      text-align: right;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-pricing-wrapper .s-compare {
  margin: 0 0 0 0.5em;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: line-through;
  color: #888;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-pricing-wrapper .s-price {
  white-space: nowrap;
  font-size: 1.714285714285714em;
  font-weight: bold;
  vertical-align: middle;
  /* float: left; */
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-rating-wrapper {
  margin: 1em 0 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-rating-wrapper .s-rating-block {
  display: inline-block;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-rating-wrapper .s-rating-block i {
  margin: 0 0 0 2px;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-rating-wrapper .s-rating-block i:first-child {
  margin-left: 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-rating-wrapper .s-rating-hint {
  display: inline-block;
  margin: 0 0 0 0.5em;
  color: #aaa;
  font-size: 0.857142857142857em;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-out-of-stock {
  margin: 1em 0 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-quantity-wrapper {
  display: none;
  margin: 1em 0 0;
  text-align: right;
  white-space: nowrap;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-quantity-wrapper .minus-button,
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-quantity-wrapper .plus-button {
  width: 2.5em;
  height: 2.5em;
  margin: 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-quantity-wrapper .product-quantity-field {
  width: 3em;
  height: 2.5em;
  margin: 0 4px;
  text-align: center;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper .s-button {
  margin: 0 0 0 0.5em;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper .s-button.is-added {
  color: #fff;
  background: #2fa42e;
  cursor: default;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper .s-button:first-child {
  margin-left: 0;
}
.s-products-wrapper .s-products-list .s-product-wrapper .s-badge-wrapper {
  right: auto;
  left: 2em;
}
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
  display: inline-block;
  vertical-align: top;
  /* width: 31.333333333333332%; */
  width: 23.8%; 
  margin: 1em 0 0 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper:nth-child(4n + 1 ) {
  margin-left: 0px;
}
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper .s-info-wrapper {
  margin: 0px 0 10px;
}
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper .s-offers-wrapper {
  margin: 1em 0 0;
}
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper .s-offers-wrapper .s-rating-wrapper,
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper {
  margin: 1em 0 0;
}
.s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper {
  text-align: right;
}
.s-products-wrapper .s-products-list.table-view {
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  margin: 2em 0 0;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper:first-child {
  border-top: 0;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-image-wrapper,
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-info-wrapper,
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-offers-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 33.32%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-image-wrapper {
  padding-left: 0;
  line-height: 200px;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-info-wrapper {
  padding-left: 1em;
  padding-right: 1em;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-info-wrapper,
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-offers-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-offers-wrapper {
  position: relative;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-offers-wrapper .s-quantity-wrapper {
  position: absolute;
  right: 100%;
  bottom: 1em;
}
.s-products-wrapper .s-products-list.table-view .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.s-products-wrapper .s-paging-wrapper {
  margin: 2em 0 0;
  text-align: center;
}
.s-products-wrapper .s-paging-wrapper.is-lazy-loading .s-paging-list {
  display: none;
}
.s-products-wrapper .s-paging-wrapper .s-paging-list {
  margin: 0;
}
.s-products-wrapper .s-paging-wrapper .s-paging-list li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.s-products-wrapper .s-paging-wrapper .s-paging-list li:first-child {
  margin-left: 0;
}
.s-products-wrapper .s-paging-wrapper .s-paging-list li.selected a,
.s-products-wrapper .s-paging-wrapper .s-paging-list li a:hover {
  background: rgba(0,0,0,0.1);
}
.s-products-wrapper .s-paging-wrapper .s-paging-list li a {
  display: inline-block;
  min-width: 1.25em;
  line-height: 1.25em;
  text-align: center;
  padding: 0.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.imagelink {
	position: relative;
	display: block;
}
a .text-title {
	position: absolute;
	background: rgba(234, 234, 234, 0.8588235294117647);
	opacity: 0;
	padding: 40px 5% 0 5%;
	/* margin: 0; */
	padding: 10px;
	/* box-sizing: content-box; */
	height: 150px;
	font-size: 14px;
	transition: all 0.2s ease 0s;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #092b4e;
	z-index: 1;
	/* text-align: justify; */
}
.s-product-wrapper:hover .text-title {
	opacity: 0.9;
}
.s-product-header a{text-decoration: none;color: #596976;}

.s-product-info .s-tabs-wrapper {
  margin: 1.0em 0 0;
  /* border: solid rgba(0,0,0,0.1); */
  border: solid 1px rgba(89, 105, 118, 0.6);
  border-width: 0 0 2px 0;
  white-space: nowrap;
}
.s-product-info .s-tabs-wrapper .s-tab-item {
  position: relative;
  top: 0px;
  display: inline-block;
  vertical-align: top;
  padding: 13px 2em;
  margin-left: 0.4em;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom-color: transparent;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
}
.s-product-info .s-tabs-wrapper .s-tab-item:first-child {
  margin-left: 0;
}
.s-product-info .s-tabs-wrapper .s-tab-item.is-active {
    /* border-bottom-color: #fff; */
  background-color: rgba(89, 105, 118, 0.6);
}
.s-product-info .s-tabs-content .s-tab-content {
  margin: 1em 0 0;
  display: none;
}
.s-product-info .s-tabs-content .s-tab-content.is-shown {
  display: block;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-overview a {
 /*display: inline-block;*/
    color: #945b5a;
    text-decoration: none;
}

.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-product-desc,
.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-product-categories,
.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-tags-wrapper {
  margin: 1em 0;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-product-desc:first-child,
.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-product-categories:first-child,
.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-tags-wrapper:first-child {
  margin-top: 0;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-overview .s-tags-wrapper a {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 4px;
  padding: 0.25em 0.5em;
  background: #369;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.s-product-info .s-tabs-content .s-tab-content .s-features-wrapper tr:first-child td {
  border-top: 0;
}
.s-product-info .s-tabs-content .s-tab-content .s-features-wrapper tr td {
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0 0;
  padding: 0.75em;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-review-item {
  margin: 2em 0 0.5em;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-rating-distribution {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-rating-distribution td {
  background: transparent;
  border: 0;
  vertical-align: middle;
  padding: 0.3em;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-rating-distribution .column-1 {
  width: 5%;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-rating-distribution .column-3 {
  width: 20%;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-rating-distribution .bar {
  background: #eee;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-rating-distribution .bar .filling {
  background: #000;
  height: 0.8em;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-buttons-wrapper {
  margin: 2em 0 0;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-buttons-wrapper .s-button {
  margin: 0 0 0 1em;
}
.s-product-info .s-tabs-content .s-tab-content .s-product-reviews .s-buttons-wrapper .s-button:first-child {
  margin-left: 0;
}


@media (max-width: 1000px) {

  .s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
   
    width: 23.8%
  }

.s-category-subcats li {
  width: 23%;
  }
.newsblocks {
margin: 33px 14px 15px 0px; height: 120px;  font-size: 16px;
}
.newsblocksmain {
margin: 33px 14px 15px 0px; height: 70px;  font-size: 16px;
}
}


@media (max-width: 900px) {



  .s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
   
    width: 31.333333333333332%;
  }

.col-xs-12 .newsblocks {
height: auto;
}
.s-category-subcats li {
  width: 23%;
  }
.newsblocks {
margin: 33px 14px 15px 0px; height: 120px;  font-size: 16px;
}

.newsblocksmain {
margin: 33px 14px 15px 0px; height: 80px;  font-size: 16px;
}

}

@media (max-width:660px) {

  .s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
   
    margin: 8px auto !important;
    width: 49%;
  }
.s-category-subcats li {
  width: 45%;
  }
.newsblocks {
margin: 33px 14px 15px 0px; height: 120px; font-size: 16px;
}
.newsblocksmain {
margin: 33px 14px 15px 0px; height: 70px;  font-size: 16px;
}
}


@media (max-width:390px) {
/*
  .s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
   
    margin: 2em auto !important;
    width: 100%;
  }
  */
  .s-category-subcats li {
  width: 98%;
  }
}

@media (min-width:1000px) {

.s-category-subcats li {
  width: 23%;
  }
.newsblocks {
margin: 33px 14px 15px 0px; height: 120px;  font-size: 16px;
}
.newsblocksmain {
margin: 33px 14px 15px 0px; height: 70px;  font-size: 16px;
}
}

@media screen and (min-width:480px) and (max-width:979px) {
.s-category-subcats li {
    width: 47%;
  }
}

.s-category-subcats ul{
  display: block;
  width: 100%;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  -o-column-count: auto !important;
  column-count: auto !important;
}

.s-category-subcats li {
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin: 0 5px 7px;
  vertical-align: middle;
  /*width: 23%;*/
  -webkit-transition: all 222ms linear 0s;
  -o-transition: all 222ms linear 0s;
  transition: all 222ms linear 0s;
  height: 155px;
}
.s-category-subcats li.is-active,
.s-category-subcats li:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  background: #cacaca;
  color: #fff;
  border-left-color: transparent;
  cursor: default;
}
.s-category-subcats li.is-active,
.s-category-subcats .checked {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  background: #cacaca;
  color: #fff;
  border-left-color: transparent;
  cursor: default;
}
.s-category-subcats li a{
  display: block;
  padding: 10px 20px;
  /* height: 30px;*/
}

.s-category-subcats li.is-active,
.s-category-subcats li:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  background: #cacaca;
  color: #fff;
  border-left-color: transparent;
  cursor: default;
}
.s-category-subcats li.is-active,
.s-category-subcats .checked {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  background: #cacaca;
  color: #fff;
  border-left-color: transparent;
  cursor: default;
}

.product-pic {
	display: inline-block;
	box-sizing: border-box;
	/*
	width: 50%;
	float: left ; 
	text-align: center;
	 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    vertical-align: top;
}

/*
	@media only screen and (max-width: 1000px) and (min-width: 320px) {
            .imglist {
            min-width:300px;
            }
            .imglist img {
                max-width: 300px;
            }
        }
	*/	

.product-cart {
display: inline-block;
box-sizing: border-box; 
/*
width: 50%;
float: right ;
padding-left: 40px;
*/

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
vertical-align: top;
}

@media screen and (max-width:479px) { 
 .product-cart {
    display: block;
    width: 100%;
   /* margin: 0;
    padding: 0.5em;*/
  }
  .product-pic {
	display: block;
	text-align: center;
    width: 100%;
   /* margin: 0;
    padding: 0.5em;*/
  }
 }
 
@media screen and (min-width:479px) { 
 .product-cart {
    display: block;
	width: 50%;
	float: right ;
	padding-left: 40px;
   /* margin: 0;
    padding: 0.5em;*/
  }
    .product-pic {
	display: block;
	width: 50%;
	float: left ; 
   /* margin: 0;
    padding: 0.5em;*/
  }
 }


.imglist {
	max-width: 492px;
}





.ffs-tabbed-nav {
	margin:10px 0 20px 0;
}

.ffs-tabbed-nav ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.ffs-tabbed-nav .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #C1C1C1;
	margin-bottom: -1px !important;
	padding: 9px 14px 14px 14px !important;
	border-bottom: none;
	background-color: #FFF;
	border-top: 4px solid #71AFFF;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0 !important;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%!important;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 69.5%!important;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #C1C1C1;
	border-right: none;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 12px !important;
	border-left: 4px solid #71AFFF;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.resp-easy-accordion .resp-accordion-closed.resp-tab-content-active{
	display:none
}


   
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%!important;
        min-height: initial;
        clear: none;
    }
    .ffs-tabbed-nav:not(.resp-easy-accordion) .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
/*horizontal tabs*/
body .ffs-tabbed-nav .resp-tabs-list li{ position: relative; z-index: 1; background: none; cursor: pointer; float: none; margin: 0; padding: 15px 20px !important; width: auto; border:0; color: #111111; font-size: 13px; font-weight: normal; line-height: 18px; outline: 0 none; }
body .ffs-tabbed-nav .resp-tabs-list li.resp-tab-active,body .ffs-tabbed-nav .resp-tabs-list li:hover{ background: none repeat scroll 0 0 #EEEEEE; border-bottom: 3px solid #333333; margin-bottom:0 !important; }
body .ffs-tabbed-nav ul.resp-tabs-list{border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
body .resp-tab-content{border:0}
/*vartical tabs*/
body .ffs-tabbed-nav .resp-vtabs li.resp-tab-item{ position: relative; z-index: 1; background: none; cursor: pointer; float: none; margin: 0; padding: 15px 0 15px 20px !important; width: auto; border:0; color: #111111; display: block; font-size: 13px; font-weight: normal; line-height: 18px; outline: 0 none; }
body .ffs-tabbed-nav.resp-vtabs li.resp-tab-active,body .resp-vtabs li.resp-tab-item:hover{margin:0; background: none repeat scroll 0 0 #EEEEEE; border:0;border-right: 3px solid #333333; margin-right:-3px !important; }
body .ffs-tabbed-nav.resp-vtabs ul.resp-tabs-list{margin:0;border:0;border-right: 1px solid rgba(0, 0, 0, 0.15);}
body .resp-vtabs .resp-tabs-container{border:0}
/* End */


/* Start:/bitrix/templates/magic/css/lightslider.css?16206727588473*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 19px;
    display: block;
    top: 50%;
    height: 37px;
    /*background-image:url(/bitrix/templates/magic/css/../images/arrow.png);*/
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -12px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End */


/* Start:/bitrix/templates/magic/css/font-awesome.css?162067275837402*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-pp: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-resistance: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: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";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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:/bitrix/templates/magic/css/css.css?162067275749072*/
html {-webkit-font-smoothing: subpixel-antialiased;-webkit-font-smoothing: antialiased;}

.footer { opacity:1; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; padding-bottom:40px; }

@media (min-width:760px){
.price .cenaprice {font-weight:500;font-size: 40px; font-family: 'PT Sans Narrow', sans-serif;padding-right:8px;}
.price .cenaprice .rub:after {content:" - ";}
}

.btn.white {
    color: #D24A43;
    border-color: #D24A43;
    border-width: 2px;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    padding: 0;
    max-width: 280px;
    width: 100%;
    text-align: center;

}

.btn.video {
    color: #fff;
    border-color: #f;
    border-width: 2px;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    padding: 0;
    max-width: 260px;
    width: 100%;
    text-align: center;

}


   
.between{padding-bottom:30px; padding-right:20px}

.catalog .list .item {overflow:hidden;position: relative;}
.catalog .list .item .supimg {transition:all .1s ease-in-out;position:absolute;left:0;top:0;right:0;bottom:0;display:block;filter:grayscale(60%);}
.catalog .list .item:hover .supimg {/*opacity: 0.3; background:rgb(82, 126, 159);*/ transition:all .1s ease;filter:grayscale(0%);/* тёмная тень transform:scale(1.07);*/left:0;top:0;right:0;bottom:0;}
.catalog .list:after {content:"";display:table;clear:both;}
.catalog .list .item { position:relative; float:left; width:10%;}


//.catalog .list .item .name {/*transition:all .5s ease-in-out;background:rgba(0,0,0,.5);width:100%;height:100%;max-height:190px; line-height:50px; text-align:center; display:table; color:#fff; font-size:45px; font-family:'Play', sans-serif; */ }
//.catalog .list .item .name .align { display:none;/* display:table-cell; vertical-align:middle;*/ /* тёмная тень */ }
//.catalog .list .item:hover .name {/*transition:all .5s ease;top:-100%;text-shadow: 0 1px 3px rgba(0,0,0,0.7)*/}

.catalog .list .item .name {background: rgba(0, 0, 0, 0.11);width:100%;height:100%;max-height:190px; line-height:50px; text-align:center; display:table; color:#fff; font-size:35px; font-family:'Play', sans-serif;  }
.catalog .list .item .name .align { display:table-cell; vertical-align:middle; /* Ñ‚Ñ‘Ð¼Ð½Ð°Ñ Ñ‚ÐµÐ½ÑŒ */ }
.catalog .list .item:hover .name {top:-100%;text-shadow: 0 1px 3px rgba(0,0,0,0.7)}


.catalog .list .item {height:190px; }
.catalog .list .item .name {z-index:3}

.catalog .list .item {/*border: 3px solid rgba(82, 126, 159, 0.39);*/ height:50px;width: calc(25% - 2px);margin: 0px 0px 0px 0px;height:150px;/* border-radius:10px; width: 37%; */}
.catalog .list .item:nth-child(2n) {margin:0px 2px 2px 2px;}


.catalog .list .noimage .name .align {font-size:35px; display:table-cell; vertical-align:middle; }
.catalog .list .noimage .name { position:absolute; top:0; left:0; width:100%; line-height:36px; text-align:center; display:table; color: #fff; /*font-size:45px; font-family:'Play', sans-serif; font-style:italic;*/ }
.catalog .list .noimage:hover .name {/*opacity: 0.3; background:rgb(82, 126, 159);*/ transition:all .1s ease;filter:grayscale(0%);/* тёмная тень transform:scale(1.07);*/left:0;top:0;right:0;bottom:0;}
.catalog .list .noimage .supimg {background-color: rgba(0,0,0,.6) !important; transition:all .1s ease-in-out;position:absolute;left:0;top:0;right:0;bottom:0;display:block;filter:grayscale(60%);}




.warning {margin:-30px auto 10px auto!important;padding:15px;background:rgb(245, 245, 245);}

.headinfo {background:rgba(0,0,0,.6);margin:30px 0 30px 0;padding:20px;border-radius:10px;}
.headinfo:after {content:"";display:table;clear:both;}
.headinfo .title {margin:0;line-height:30px;font-size:30px;margin:0 0 20px 0;}
.headinfo .headitem {text-decoration:none;color:#fff;display:table;float:left;margin:0 20px 0 0;width:calc(100% / 4 - 15px);min-width:285px;vertical-align:middle;}
.headinfo .headitem:hover {text-decoration:none;} 
.headinfo .headitem i {text-decoration:none;font-size:60px;width:60px;color:#D24A43;padding:0 15px 0 0;display:table-cell;vertical-align:inherit;}
.headinfo .headitem span {text-decoration:none;font-size:17px;display:table-cell;vertical-align:inherit;}
.headinfo .headitem:hover span {text-decoration:none;color:#D24A43;} 
.headinfo .headitem:nth-child(5) {margin-right:0;margin-top:3px;}
.headinfo .headitem:nth-child(4) {margin-top:3px;}
.headinfo .headitem:nth-child(4) i {font-size:55px;}
.headinfo .headitem:nth-child(5) i {font-size:55px;width:60px;}

@media(max-width:1249px) { 
.headinfo .headitem {width:calc(50%);margin:0 0 20px 0;}
.headinfo .title {padding:0;}
}
@media(max-width:630px) { 
.headinfo .headitem {width:100%;margin:0 0 20px 0;}
.headinfo .title {padding:0;}
}

.reviews .name { color:#747a7f; font-size:22px; font-family: 'PT Sans Narrow', sans-serif; margin-bottom:20px; min-height:28px;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.reviews-list .name { color:#d24a43; font-size:24px; font-style:italic; margin-bottom:20px; min-height:28px;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.reviews .text { font-size:16px; height:170px; margin-bottom:10px;text-overflow:ellipsis;overflow:hidden; }
.reviews .more { }
.reviews .more a {  font-family:'Roboto', sans-serif; font-size:16px;font-weight:bold; }
.reviews-list a {  font-family:'Roboto', sans-serif; font-size:16px;font-weight:bold; }
.reviews .text a {  font-family:'Roboto', sans-serif; font-size:16px;font-weight:bold; }
.info .desc {font-size:16px;font-weight:400;}
.projects-list .items {}

.media .video .sub {font-weight:bold;}
.media .photo .sub {font-weight:bold;}

.pagination {display:none;opacity:0;}
#popup1 {display:none;}

.projects-list .items:nth-child(1) .name, 
.projects-list .items:nth-child(2) .name, 
.projects-list .items:nth-child(3) .name {text-shadow:1px 1px 1px rgba(0,0,0,.7)}

.videos {}
.videos iframe {width:70%;height:400px;margin:0 20px 0 0;float:left;}
.videos .shortvideo {float:left;width:calc(30% - 20px);height:190px;position:relative;}
.videos .shortvideo:nth-child(2) {margin:0 0 20px 0;}
.videos .shortvideo span {position:absolute;bottom:0;left:10px;height:30px;line-height:30px;color:#fff;font-size:13px;}
.videos:after {content:"";display:table;clear:both;}
.videos .shortvideo:after { content:''; background:url(http://dynorace.de/images/play-youtube.png); width:55px; height:55px; background-size:100% 100%; opacity:0.88; margin:-22.5px 0 0 -22.5px; position:absolute; top:50%; left:50%; }
.videoitems {position:relative;}
.fancybox.videoitems:after { content:''; background:url(http://dynorace.de/images/play-youtube.png); width:55px; height:55px; background-size:100% 100%; opacity:0.88; margin:-22.5px 0 0 -22.5px; position:absolute; top:50%; left:50%; }
.photoset .videoitems {position:relative;}
.photoset .videocat span {position:absolute;bottom:0;left:10px;height:30px;line-height:30px;color:#fff;font-size:13px;}
	
.tabs {width:100%;position:relative;margin-bottom: 30px;text-align: right;}
.stagetitle {display: inline-block;float:left;/* line-height:50px; */margin:0 20px 0 0;font-size:35px;text-transform:uppercase;}
.tabs input {display:none;}	
.tabs label {display: inline-block;font-weight:400;height:50px;background:rgb(89, 105, 118);line-height:50px;margin: 0 3px 5px 0;padding:0 35px;text-align:center;color:rgba(255,255,255,.7);position:relative;Font-size: 14px;}
.tabs label:hover {color:#fff;cursor:pointer;}
.tabs input:checked + label {color:#fff;font-weight:600;height:50px;line-height:50px;background: #a6c590;}
#content1, #content2, #content3 {display:none;}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3 {display: block; text-align: left;}

.filter .selects {width:100%;}	

.modifimodels {margin:20px 0 0 0;}
.modifimodels h2 {color:#fff;font-size:35px;float:left;line-height:40px;margin-bottom:10px;}
.modifimodels h2 + a {background:#D24A43;border-radius:10px;padding:0 10px;text-decoration:none;height:40px;line-height:40px;margin:0 0 0 10px;color:#fff;font-size:15px;float:left;}
.modifimodels {}

.modifimodels tr {cursor:pointer;background:rgba(0,0,0,.6);transition:0.2s;}
.modifimodels tr:first-child td:first-child {border-radius:10px 0 0 0;}
.modifimodels tr:first-child td:last-child {border-radius:0 10px 0 0 ;}
.modifimodels tr:nth-child(2n) {background:rgba(0,0,0,.7);}
.modifimodels tr:hover {background:rgba(0,0,0,.9);}
.modifimodels tr:hover td span {color:#D24A43;}
.modifimodels tr td {background:transparent;width:auto;}
.modifimodels tr td:last-child {text-align:center;transition:0.2s;}
.modifimodels tr:hover td:last-child {background:#D24A43;color:#fff;}
.modifimodels tr td:first-child {font-weight:normal;font-size:19px;}
.modifimodels tr.headering {text-align:left!important;background:transparent!important;height:40px;cursor:default;}
.modifimodels tr.headering td {text-align:left!important;background:transparent!important;font-size:35px;}
.modifimodels tr.headering td a {background:#D24A43;border-radius:10px;padding:0 10px;text-decoration:none;height:40px;line-height:40px;margin:0 0 0 10px;color:#fff;font-size:15px;}
	
.mobile {display:none;}
.heading i {font-style:normal;display:inline;}
.title span {border:0;  }
table.tuning {margin-top:5px;}
.tel a {text-decoration:none;}
.main-width { width:calc(100% - 10px); max-width:980px; margin:0 auto; position:relative; }
.main-widthmag { width:calc(100% - 0px); max-width:980px; margin:0 auto; position:relative; }
.tel a {font-weight:normal;}
.form { background:rgba(0,0,0,1); -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border-radius:10px; text-align:center; padding:25px 20px; margin-bottom:30px; }
.about {/*margin:0 0 30px;*/}
.catalog { /*margin-bottom:30px; */}

.filter .title {margin-bottom:20px;line-height:30px;font-size:30px;}

.Grafikbutton {display:block;float:right;height:50px;line-height:50px;padding:0 50px;border-radius:10px;background:rgba(0,0,0,.4);color:#fff;text-decoration:none;}
.infomodifi {display:block;padding:10px;margin:-20px 0 20px 0;background:rgba(0,0,0,.6);border-radius:10px;line-height:20px;font-size:15px;}
td b {font-weight:bold;}
table.tuning tr th {width:25%!important;}
table.tuning tr td {width:25%!important;}
table.tuning tr td:nth-child(1) {font-size:18px;}
table.tuning tr td:nth-child(3) {font-size:18px;}
table.tuning tr td:nth-child(4) {font-size:18px;color:#D24A43;}

.price span {-webkit-animation: scale 0.7s ease-in-out;-moz-animation: scale 0.7s ease-in-out;animation: scale 0.7s ease-in-out;}
.infomodifi {-webkit-animation: scale 0.7s ease-in-out;-moz-animation: scale 0.7s ease-in-out;animation: scale 0.7s ease-in-out;}
table.tuning td {-webkit-animation: scale 0.7s ease-in-out;-moz-animation: scale 0.7s ease-in-out;animation: scale 0.7s ease-in-out;}
@keyframes scale {0% {transform:scale(0.9);opacity:0;} 50% {transform:scale(1.00);opacity:0.5;} 100% {transform:scale(1);opacity:1;}}

.projects-list { }
.projects-list .items {transition:0.2s; font-size:16px;box-shadow:0 0 3px 1px rgba(0,0,0,.2); cursor:pointer; width:calc(100% / 3 - 40px / 3); float:left;border-radius:10px;overflow:hidden; margin-right:20px; margin-bottom:30px; }
.projects-list .items:hover {box-shadow:0 3px 5px 1px rgba(0,0,0,.9);transform:translateY(-3px);}
.projects-list .items img { width:100%; }
.projects-list .items:nth-child(2n) { float:left; }
.projects-list .items:nth-child(3n) { margin-right:0; }
.projects-list .items .info { padding:15px 20px;min-height:155px;background:rgba(0,0,0,.6);}
.projects-list .items .info a {font-weight:bold;}
.projects-list .items .name { font-size:27px; font-weight:bold; color:#d24a43; margin-bottom:10px; }
.projects-list .items .name .date { font-family:'Play',sans-serif; font-weight:normal; font-size:14px; font-style:italic; display:inline-block; margin:0 0 0 10px; opacity:0.5; }
.projects-list .items .btn { font-family:'Roboto', sans-serif; font-size:22px; width:100%; display:block; max-width:260px; margin-top:30px; font-style:normal; text-align:center; border-width:2px; }
.projects-list .item {cursor:pointer;}
.projects-list .item:hover {background:rgba(0,0,0,.2);}

table.tuning {background:rgb(245, 245, 245);}
table th {font-size:20px;}
table.tuning tr {}
table.tuning td:nth-child(1) { background:transparent; font-size:16px; }
table.tuning td:nth-child(2) { background:transparent; font-size:16px; }
table.tuning td:nth-child(3) { background:transparent; font-size:16px; }
table.tuning td:nth-child(4) { background:transparent; font-size:16px; }



   
.maincontent p {margin:0 0 20px 0;}
.maincontent {padding:5px;/*margin:0 0 20px 0; background: rgb(244, 244, 244); */padding: 0px;margin: 30px 0px 20px;}
.maincontent img {margin:0 0 20px 0; /*display:block;/*}
.maincontent h2 {font-size:25px;}

.shopcontent p {margin:0 0 20px 0;}
.shopcontent {padding:5px;/*margin:0 0 20px 0; background: rgb(244, 244, 244); */padding: 0px;margin: 30px 0px 20px;}
.shopcontent img {margin:0 0 20px 0;display:block;}
.shopcontent h2 {font-size:25px;}

.mainpage {margin:0 -40px;}

.header .tel {font-family: 'Oswald', sans-serif; position:relative;margin: 5px 0 0 65px;}
.header .tel i {padding:0 10px; font-size: 37px;}
.header .tel .whours {font-size: 15px; text-align: right;}

.spasibo {position:absolute;left:0;top:0;right:0;font-size:20px;height:100px;text-align:center;line-height:100px;z-index:100;background:rgba(255, 102, 91, 0.9);display:block;-webkit-animation: headopen 15.8s ease;-moz-animation: headopen 15.8s ease;animation: headopen 15.8s ease;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards; 
animation-fill-mode: forwards;
  }
@keyframes headopen {0% {transform:translateY(-200px);opacity:0;} 5% {transform:translateY(0);opacity:1;} 85% {transform:translateY(0);opacity:1;} 90% {transform:translateY(-200px);opacity:0;} 100% {transform:translateY(-200px);opacity:0;}}
.lightSlider.lsGrab > * {cursor:pointer;}
.fa-rub {font-size:25px!important;}
.projects .name {overflow:hidden;height:32px;font-size: 27px;text-overflow:ellipsis;white-space: nowrap;}
.reviews-list {margin:0 0 40px 0;}
.projects-list .item .name {text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.projects-list .items .name {text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.infotext {}

.photoset {margin:0 0 60px 0;}
.photoitems {display:block;width:calc(100% / 3 - 40px / 3);height:300px;float:left;margin:0 20px 20px 0;}
.videoitems {display:block;width:calc(100% / 3 - 40px / 3);height:300px;float:left;margin:0 20px 20px 0;}
.photoitems:nth-child(3n + 3) {margin:0 0 20px 0;}
.videoitems:nth-child(3n + 3) {margin:0 0 20px 0;}

.footer .copyright {margin-top:10px;}
adress {display:block;color:rgba(255,255,255,.5);font-size:11px;line-height:20px;}
adress span {margin:0 10px 0 0;}
.footer .copyright adress span:nth-child(1) {color: rgba(58, 66, 73, 0.7);}
.footer .copyright adress span:nth-child(2) {color: rgba(58, 66, 73, 0.7);}
adress span i {font-style:normal;}

.btn.white {cursor:pointer;}
.closepopup {position:absolute;right:-16px;top:-16px;display:block;width:30px;height:30px;line-height:30px;background:rgba(0,0,0,1);color:#fff;text-decoration:none;border-radius:16px;border:2px solid #fff;text-align:center;}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(255,255,255,.3);
    overflow:hidden;
    position:fixed;
    top:0px;
	z-index:100;
}
.b-popup .b-popup-content{
    margin:5% auto 0px auto;
    width:100%;
    height: 40px;
    padding:10px;
    border-radius:5px;
}

@media (max-width:400px) {
.nomobile {display:none;}
.title .nomobile{display:none;}
}

hr {padding-top: 2px;     background: #596976;}

.title {font-size:35px;text-align:left;font-family: 'PT Sans Narrow', sans-serif;}
.form .heading {font-size:35px;}
.about h1 {font-size:39px;}

.news {
    position: relative;
    margin: 0px 0 15px;
	display:block;
	/* min-height:50px; */
}

.news .item span {
    display: block;
    font-size: 40px;
}

.news .item {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.news2 {
    position: relative;
    margin: 60px auto 60px auto;
	width:100%;
	max-width:990px;
	height:340px;
	max-height:340px;
	display:block;

}

.news2 .list .item span {width:100%;max-width:990px;margin:0 auto;}
.news2 .list .item span img {width:100%;max-width:990px;height:300px;}
.news2 .list .item span i {color:#fff;display:block;position:absolute;left:0;bottom:0;right:0;text-align:left;line-height:50px;font-size:20px;background:rgba(0,0,0,.7);font-style:normal;padding:0 20px;}
.news2 .prev {width:100px;height:100px;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%;position:absolute;left:-120px;top:50%;margin-top:-50px;}
.news2 .next { width:100px; height:100px; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; position:absolute; right:-120px; top:50%; margin-top:-50px; }
@media(max-width:990px) { 
	.news2 .list .item span img {width:100%;height:auto;}
	.news2 .list .item span i {font-size:20px;}
	.news2 {max-height:300px;height:auto;}
	.mobile {display:block;}
}


@media(max-width:1560px) { 
	.news2 .prev, .news2 .next { display:block!important;}
	.projects .prev, .reviews .prev { width:22px; height:26px; left:-35px; }
	.projects .next, .reviews .next { width:22px; height:26px; right:-35px; }
}

.big a {width:100%;display:block;height:306px;}
.big a img {}

.header .nav ul li:hover a {color:#D24A43;}
.footer .f-nav li a {text-decoration:none;}
.footer .f-nav li a:hover {color:#D24A43;}



.filter select {
    float: left;
    width: calc(33% - 20px);
    margin-right: 20px;
	position:relative;
	cursor:pointer;
	/*background:transparent;*/
	background: rgba(255, 255, 255, 0.5);

}
select.disable {/*filter:grayscale(100%);opacity:0.6;*/cursor:default;}
select.disable:after {content:"Сначала марку";display:block;left:0;top:0;right:0;bottom:0;position:absolute;}
select.disable:hover { color:rgba(255,255,255,0.5); }

.reviews-list .item {min-height:191px;transition:0.2s;box-shadow:0 0 3px 1px rgba(0,0,0,.2);cursor:pointer;border-radius:10px;margin:0 22.5px 0 0;background:rgba(0,0,0,.6); border:1px solid transparent;  padding:25px; font-size:16px;  width:calc(100% / 3 - 15px); float:left; margin-bottom:30px; }
.reviews-list .item:hover {box-shadow:0 3px 5px 1px rgba(0,0,0,.9);transform:translateY(-3px);}
.reviews-list .item:nth-child(2n) { float:left; }
.reviews-list .item:nth-child(3n) { margin:0; }
 
@media(max-width:760px) {
	.catalog .list .item { position:relative; float:left; width:49%;}
	.media {display:none;}
	.news {display:none;}
	.mainuptext {display:none;}
}
@media(max-width:1024px) {.news h1 {/* text-align:center;*/}}
.price {margin-bottom:30px; margin-top: 30px;background: #a6c590;color: #fff; padding: 10px;}
.modifi {background:transparent;padding:0;border-radius:0;width:100%;display:block;margin:20px 0 0 0;}
.modifi h2 {font-size:30px;color: rgba(58, 66, 73, 0.7); font-family: 'PT Sans Narrow', sans-serif;}
.othermodels {margin:0 auto 40px auto;}
.othermodels h2 {font-weight: 500;font-size: 35px;color: rgba(58, 66, 73, 0.7);font-family: 'PT Sans Narrow', sans-serif;}



@media (max-width:760px) { 
.othermodels h2 {font-weight: 500;font-size: 22px;color: rgba(58, 66, 73, 0.7);}
}



.chiptuning {}
.chiptuning td {background: rgb(245, 245, 245);width:calc(100% / 4 - 15px);text-align:left;}

.chiptuning td:first-child {text-align:left;}
.chiptuning th {background: rgb(229, 229, 229);width:calc(100% / 4 - 15px);text-align:left;font-size: 15px;font-weight:bold;}
.chiptuning th:first-child {text-align:left;}
.chiptuning tr {cursor:pointer;transition:.2s;}
.chiptuning tr:hover {background:rgba(255,255,255,.2)!important;}
.chiptuning tr:hover:after {background:#D24A43!important;}
.chiptuning tr:first-child:after {display:none;content:"";font-family:FontAwesome;}
.chiptuning tr:after {display:table-cell;content:"\f061";vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}
.chiptuning.others tr:first-child:after {display:none;content:"";font-family:FontAwesome;}
.chiptuning.others tr:after {display:table-cell;content:"\f061";vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:transparent!important;}
.chiptuning.others tr:hover:after {background:#D24A43!important;}
 
.chiptuning tr:last-child td:first-child {border-radius:0;}
.chiptuning tr:last-child td:last-child {border-radius:0;}
.modifi .chiptuning tr:first-child:hover {background:rgba(0,0,0,.0)!important;}

.neighbors {display:block;height:50px;}
.neighbors .link-prev {float:left;padding:0 10px;background:rgba(0,0,0,.5);}
.neighbors .link-next {float:right;}
.neighbors:after {content:"";display:table;clear:both;}

.breadcrumb {margin: 0 auto 45px auto;background:rgba(89, 105, 118, 0.6);padding: 0px 0px 3px 0px;}
.breadcrumb {list-style-type: none;}
.breadcrumb li {display:inline-block;}
.breadcrumb li.active {color:#fff;font-size:14px;font-style:normal;text-transform:uppercase;font-weight:bold;}
.breadcrumb li a {color:#fff;font-size:14px;font-style:normal;text-transform:uppercase;font-weight:bold;text-decoration:none;}
.breadcrumb li:hover a {color: #d24a43;}

.breadcrumbtop {background: rgba(255, 234, 234, 0.49019607843137253); margin:0 auto 0px auto;padding: 5px 0px 0px 0px;}
.breadcrumbtop {list-style-type: none;}
.breadcrumbtop li {display:inline-block;font-weight: 600;font-family: 'PT Sans Narrow', sans-serif;font-size: 18px;}
.breadcrumbtop li.active {font-size:14px;font-style:normal;text-transform:uppercase;font-weight:bold;}
.breadcrumbtop li a {font-size: 17px; color: #d24a43;text-decoration: none;font-family: 'PT Sans Narrow', sans-serif;}
.breadcrumbtop li:hover a {color: #d24a43;}

.breadcrumbup {margin: 0 auto 0px auto;background:rgba(89, 105, 118, 0.6); padding: 0px 0px 2px 0px;}
.breadcrumbup {list-style-type: none;}
.breadcrumbup li {display:inline-block;}
.breadcrumbup li.active {color:#fff;font-size:14px;font-style:normal;text-transform:uppercase;font-weight:bold;}
.breadcrumbup li a {color:#fff;font-size:14px;font-style:normal;text-transform:uppercase;font-weight:bold;text-decoration:none;}
.breadcrumbup li:hover a {color: #d24a43;}

@media(max-width:1560px) { 
	.news .prev, .news .next { display:none; }
	.projects .prev, .reviews .prev { width:22px; height:26px; left:-35px; }
	.projects .next, .reviews .next { width:22px; height:26px; right:-35px; }
}
@media(max-width:1240px) {  
	.header { }
/*
	.header .nav { float:none; text-align:center; margin-top:30px; }
	.header .nav ul li { float:none; display:inline-block; margin:0 0 0; }	
*/
	.header .btn { float:none; display:none; margin:20px auto; max-width:280px; text-align:center; }
	.price .heading { margin:0 10px 0 0; }
	.price .sep { display:none; }
	.price span { margin-right:10px; }
}
@media(max-width:1024px) { 
/*
	.news { margin-top:80px; }
	.news .item { font-size:80px; line-height:70px; text-align:center; width:100%; }
	.news .item span { display:block; font-size:50px; }
	.catalog .list .item .name { font-size:16px; }
	.title { font-size:50px; line-height:50px; }
	.form .heading { font-size:30px; line-height:30px; }
	.form .inputs { width:100%; max-width:300px; margin:0 auto; display:block; }
	.form .inputs .input { float:none; margin:0 0 10px; width:100%; }
	.form .sep { display:none; }
*/
}
@media(max-width:960px) {
	.header .logo { float:none; display:block; margin:20px auto 40px; }
	.header .right { float:none !important; text-align:center; }
	.header .tel { float:none; display:inline-block; vertical-align:middle; margin:0; }
	.header .socials { float:none; text-align:center; display:inline-block; vertical-align:middle; margin:1px 20px 0 0; }	
	.news { margin-top:40px; display:none;}
	
	.footer .f-logo { display:block; float:none; margin:0 auto; }
	.footer .f-nav { float:none; margin:30px auto 20px; text-align:center; }
	.footer .f-nav li { display:inline-block; margin:0 5px 10px; float:none; }
	.footer .socials { float:none; text-align:center;  display:block; margin:0 auto; }
	.footer .tel { float:none; text-align:center; }
	.footer .copyright { float:none; text-align:center; }
	.footer .unsimple { float:none; display:block; margin:30px auto 0; }
}
@media(max-width:760px) { 
	.header .tel { display:block; text-align:center; }
	.header .tel .whours {display:block; text-align: center;}
	.header .socials { display:block; text-align:center; margin-bottom:30px; }
	.news { margin-bottom:30px; }
	.news .item { font-size:34px; line-height:30px; }
	.news .item span { display:block; font-size:24px; }
	.about h1 { font-size:24px; line-height:24px; }
	.projects-list .item, .reviews-list .item { width:100%; float:none !important; }
	
	.title { font-size:30px; line-height:30px;margin-top:30px;padding:0px 0 0 0;}
	.title span { display:inline; }
	.catalog { /*margin-bottom:60px; */}
	.filter select { float:none; width:100%; margin-bottom:10px; }
	.filter .selects { display:block; width:100%; }
	.filter .btn-search { display:block; margin:0 auto; }
	.catalog .list .item { position:relative; float:left; width: 49.481%; height:120px;}
	.catalog .list .item:hover { -webkit-filter:brightness(1.4); filter:brightness(1.4); }
	
	.form .btn { font-size:14px; }
	.reviews .btn { font-size:18px; }
	.media .col { width:100%; float:none; }
	.media .btn { font-size:18px; }
	.media .video { margin-bottom:30px; }
	h2 { font-size:30px; }	
	.form-item .col { width:100%; float:none; margin-bottom:20px; }
	table th { font-size:12px !important; text-transform:uppercase; }
	table td { font-size:12px !important; }
	table td, table th { padding:10px 5px !important; }
	
	.price { text-align:center; }
	.price .heading { margin:0 10px 0 0; font-size:30px; }
	.price .heading:after {content:" - ";}
	.price .sep { display:none; }
	.price span { margin-right:10px; font-size:30px; }
	.price .btn { display:block; margin:0 auto; }
	
	.title span { border-bottom:0; }
	.filter .title {margin:0 0 20px 0;padding:0;font-size:25px;}
	.catalog {/*margin-top:20px;*/}
}
@media(max-width:760px) { 
.about {margin:0;}
.about .title {margin:0 0 30px 0;}
.form .heading {font-size:25px;}
.form {margin:0 -30px;background: rgba(0,0,0,0.6);}
.tel a {font-weight:normal;font-size:34px;}
.heading i {font-style:normal;display:block;}
}
.footer .socials img { width:35px; border-radius:3px;}
.footer .tel {margin:15px 0 0 0;}
.footer .unsimple {margin-top:25px;}

.filter .btn-search {display:none;}

@media (max-width:900px) {
	.projects-list .items {width:calc(100%);margin:0 0 20px 0;}
	.projects-list .items:nth-child(1) {margin:20px 0 20px 0;}
	.maincontent iframe {width:100%!important;height:300px!important;}
	.maincontent img {height:300px!important;}

	
}
.knop {display:none;}


select option {background:#fff;}
select {background:transparent;}
.btn:hover { background:rgba(210,74,67,1); color:#fff; }

.form.review {background:rgba(0,0,0,.6);}
.form.review .inputs {width:100%;}
.form.review input.namereview {width:calc(50% - 10px);margin:0 20px 20px 0;}
.form.review input.carreview {width:calc(50% - 10px);margin:0 0 20px 0;}
.form.review textarea.jobreview {width:calc(100%);padding:15px;height:212px;margin:0 0 20px 0;}

.contleft {width:100%;max-width:600px;float:left;margin:0 0 20px 0;}
.contright {width:100%;max-width:600px;margin:0 0 20px 0;}

.contacts:after {content:"";display:table;clear:both;}
.contacts span {display:block;margin:0 0 5px 0;}
.contacts b {display:block;margin:0 0 5px 0;text-decoration:underline;}
.contacts span + b {margin:20px 0 5px 0;}
.contacts a {font-weight:bold;}


.header .nav ul li a {text-transform:none;}
.footer .f-nav li a {text-transform:none;}
.btn {text-transform:none;}
.stagetitle {text-transform:none;}
.breadcrumb li a {text-transform:none;}

body { background: url(/images/body.png) top repeat-x; }
.news h1 {font-weight:500;font-size: 30px; font-family: 'PT Sans Narrow', sans-serif;}
.stagetitle {font-weight:500;font-family: 'PT Sans Narrow', sans-serif; line-height: 30px; font-size: 26px;}
.price .heading {font-weight:500;font-size: 40px; font-family: 'PT Sans Narrow', sans-serif;}
.price .heading:after {content:" - ";}
.table .heading {font-weight:500;font-size: 40px; font-family: 'PT Sans Narrow', sans-serif;}
.price span {font-weight:500;font-size: 35px;}
table.tuning {font-weight:500;}
.header .nav ul li a {font-weight:600;}
.tabs label {font-weight:600;font-size:16px;}

.header .nav {margin:16px 0 0 0;background:#596976; /* border-top-left-radius: 10px; border-top-right-radius: 10px; */ width:100%;}
.header .nav ul li {padding:0 16px;margin-right:0px;line-height:35px;height:46px;}
.footer .f-nav li a {font-size:16px;}

select, .input, textarea {font-style:normal;font-weight:500;    color: rgba(255,255,255,0.95);}
.footer .copyright adress {font-size:17px!important;}

.projects .next  {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:50px;height:50px;right:-70px;opacity:0.7;margin-top:-45px;}
.projects .prev  {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:50px;height:50px;left:-70px;opacity:0.7;margin-top:-45px;}
.reviews .next {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:50px;height:50px;right:-70px;opacity:0.7;margin-top:5px;}
.reviews .prev {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:50px;height:50px;left:-70px;opacity:0.7;margin-top:5px;}
.projects .next:after, .reviews .next:after {content:"\f105";margin-left:2px;margin-top:-1px;font-size:46px;line-height:46px;font-family:FontAwesome;display:block;width:100%;text-align:center;}
.projects .prev:after, .reviews .prev:after {content:"\f104";margin-left:0px;margin-top:-1px;font-size:46px;line-height:46px;font-family:FontAwesome;display:block;width:100%;text-align:center;}
.projects .next:hover, .reviews .next:hover, .projects .prev:hover, .reviews .prev:hover {opacity:1;}

.reviewbtns {margin:30px auto 0 auto;text-align:center;width:250px;}
.reviewbtns a.btnlink {display:block;text-align:center;margin-bottom:25px;font-weight:700;}
.reviewbtns a.btnlink:hover {text-decoration: none;}

.projects .info {height:148px;}

.socials a {
	-webkit-transition: 0; 
    -moz-transition: 0;
    -o-transition: 0;
     transition: 0; 
	
}


@media (max-width: 400px){
.tr:first-child {display: none;}

//.table .th {display: none;}

.th .td:nth-child(0) {display: none;}
//.th .td:nth-child(1) {display: none;}
.th .td:nth-child(2) {display: none;}
//.th .td:nth-child(3) {display: none;}
.th .td:nth-child(4) {display: none;}


.tr .td:nth-child(1) {padding:0 10px!important;font-size: 19px!important; height: 50px; vertical-align:middle;}

.tr .td:nth-child(2) {display: none;}
//.tr .td:nth-child(3) {display: none;}
.tr .td:nth-child(4) {display: none;}

.th:after {display:table-cell;vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}
//.tr:after {display:table-cell;content:url(/images/arr1.png); vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}
.tr:hover:after {display:table-cell;content:url(/images/arr1.png);vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:#d24a43;}

/*second table */

.tr_d:first-child {display: none;}

.table_d .th_d {display: none;}

.th_d .td_d:nth-child(0) {display: none;}
.th_d .td_d:nth-child(1) {display: none;}
.th_d .td_d:nth-child(4) {display: none;}
.tr_d .td_d:nth-child(1) {padding:10 8px!important;font-size: 17px!important; height: 50px; vertical-align:middle;}
.tr_d .td_d:nth-child(4) {display: none;}

}
@media (max-width: 500px){
/*.table .td {font-size: 15px !important;}*/

.tr:first-child {display: none;}
.th .td:nth-child(2) {display: none;}
//.th .td:nth-child(3) {display: none;}

.tr .td:nth-child(1) {padding:0 10px!important;font-size: 18px!important; height: 50px; vertical-align:middle;}

.tr .td:nth-child(2) {display: none;}
//.tr .td:nth-child(3) {display: none;}
.tr .td:nth-child(4) {padding:0 10px!important;font-size: 18px!important; height: 50px; vertical-align:middle;}

/*second table */

.tr_d:first-child {display: none;}
.th_d .td_d:nth-child(2) {display: none;}
.tr_d .td_d:nth-child(1) {padding:10 8px!important;font-size: 17px!important; height: 50px; vertical-align:middle;}
.tr_d .td_d:nth-child(2) {display: none;}
.tr_d .td_d:nth-child(4) {padding:10 8px!important;font-size: 17px!important; height: 50px; vertical-align:middle;}

}

@media (max-width: 500px){
.table .td, .table .th {padding: 10px 5px !important;}
/*second table */

.table_d .td_d, .table_d .th_d {padding: 10px 5px !important;}

}

@media (max-width: 760px){
/*.table .td {font-size: 15px !important;}*/

.tr:first-child {display: none;}
.th .td:nth-child(2) {display: none;}

.tr .td:nth-child(1) {padding:0 10px!important;font-size: 18px!important; height: 50px; vertical-align:middle;}
.tr .td:nth-child(2) {display: none;}
.tr .td:nth-child(3) {padding:0 10px!important;font-size: 18px!important; height: 50px; vertical-align:middle;}
.tr .td:nth-child(4) {padding:0 10px!important;font-size: 18px!important; height: 50px; vertical-align:middle;}
/*second table */

.tr_d .td_d:nth-child(1) {padding:10 8px!important;font-size: 17px!important; height: 50px; vertical-align:middle;}
.tr_d .td_d:nth-child(2) {padding:10 8px!important;font-size: 17px!important; height: 50px; vertical-align:middle;}
.tr_d .td_d:nth-child(4) {padding:10 8px!important;font-size: 17px!important; height: 50px; vertical-align:middle;}


}

@media (max-width: 760px){
.table .td, .table .th {padding: 10px 5px !important;}
/*second table */

.table_d .td_d, .table_d .th_d {padding: 8px 5px !important;}
}


.table {
    display: table;
    width: 100%;
    border-spacing: 0 2px;
}

.table .tr {-webkit-animation: scale 0.7s ease-in-out;-moz-animation: scale 0.7s ease-in-out;animation: scale 0.7s ease-in-out;}

/*.table a:hover { background:rgb(229, 229, 229); } */
.table .tr:hover { background:rgb(229, 229, 229); }
.table a { text-decoration:none; color:rgb(108, 114, 119); }
.redup {color:#7fa329;}
.readmore {color: #d24a43;}

.tr {
    display: table-row;
    /*height: 40px;*/
	line-height: 13px;
    /* cursor: pointer; */
}

.th {
    display: table-row;
    /*height: 40px;*/
	line-height: 15px;
    /* cursor: pointer; */
    /* background:rgb(229, 229, 229); */
	    background: rgba(89, 105, 118, 0.6);
		
	text-transform: uppercase;
    
}
/*
.th:after {display:table-cell;vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}
.tr:after {display:table-cell;content:url(/images/arr1.png); vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}

.th:before {display:table-cell;vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}
.tr:before {display:table-cell;content:url(/images/arr1.png); vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:rgb(229, 229, 229);}
*/

/*
.tr:hover:after {display:table-cell;content:url(/images/arr1.png);vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:#d24a43;}

.tr:hover:before {display:table-cell;content:url(/images/arr1.png);vertical-align:middle;font-family:FontAwesome;width:53px;text-align:center;background:#d24a43;}
*/

.tr .td:nth-child(2) {color:black;text-decoration:none; color:rgba(58, 66, 73, 0.7);}
.tr .td:nth-child(3) {color:black; text-decoration:none; color:rgba(58, 66, 73, 0.7);}
.tr .td:nth-child(4) {color:black; text-decoration:none; color:rgba(58, 66, 73, 0.7);}


.th .td {
    display: table-cell;
    padding: 17px 15px;
    color: #fff;
    font-weight: bold;
}

.tr .td {
    display: table-cell;
    padding: 10px 15px;
	border-top: 1px solid #ddd;
     /*background:rgba(229, 229, 229, 0.33);
   font-weight: bold;*/
}

/*second table */

.table_d {
    display: table;
    width: 100%;
    border-spacing: 0 2px;
}

.table_d .tr_d {-webkit-animation: scale 0.7s ease-in-out;-moz-animation: scale 0.7s ease-in-out;animation: scale 0.7s ease-in-out;}

.table_d a:hover { background:rgb(229, 229, 229); }
.table_d a { text-decoration:none; color:rgb(108, 114, 119); }


.tr_d {
    display: table-row;
    height: 40px;
    /* cursor: pointer; */
}

.th_d {
    display: table-row;
    height: 40px;
    /* cursor: pointer; */
    /* background:rgb(229, 229, 229); */
	    background: rgb(89, 105, 118);
	text-transform: uppercase;
    
}

.tr_d .td_d:nth-child(2) {color:black;text-decoration:none; color:rgba(58, 66, 73, 0.7);}
.tr_d .td_d:nth-child(3) {color:black; text-decoration:none; color:rgba(58, 66, 73, 0.7);}
.tr_d .td_d:nth-child(4) {color:black; text-decoration:none; color:rgba(58, 66, 73, 0.7);}


.th_d .td_d {
    display: table-cell;
    padding: 17px 15px;
    color: #fff;
    font-weight: bold;
}

.tr_d .td_d {
    display: table-cell;
    padding: 17px 15px;
    background:rgba(229, 229, 229, 0.33);
    font-weight: bold;
}

.footer .unsimple {display:none;float:right;background:url(http://dynorace.de/images/unsimple.png);width:152px;height:30px;margin-top:15px;}
.footer .socials { float:left; margin:20px 0 0  60px; }
.footer .f-nav { float:left; list-style:none; margin:31px 0 0 30px; }
.footer .copyright {float:right;font-weight:500;margin:18px 0 0 10px;}

@media (max-width:400px) {
.breadcrumbtop {list-style-type: none; text-align: center; padding: 10px;}
.tel a {font-size:25px;vertical-align:top;}	
.fa-low-vision {margin-left:-5px;}
.catalog .list .item .name .align {font-size:23px; display:table-cell; vertical-align:middle; }
.catalog .list .item .name { position:absolute; top:0; left:0; width:100%; line-height:36px; text-align:center; display:table; color:#fff; /*font-size:45px; font-family:'Play', sans-serif; font-style:italic;*/ }

aside.projects {/*display:none;*/}
.reviews {display:none;}

.catalog .list .item {height:50px;width:calc(50% - 2.5px);margin:0 5px 5px 0;border-radius:10px;}
.catalog .list .item:nth-child(2n) {margin:0 0 5px 0;}
.catalog .list .item .supimg {background:rgba(0,0,0,.6)!important;}
.catalog .list .item .name {background:transparent!important;font-style: normal;}
.catalog .list .item:hover .name {transition:all .5s ease;top:0;text-shadow: 0 1px 3px rgba(0,0,0,0.7)}
.catalog .title {display:none;}
.list + a.btn {margin: 10px auto 10px auto!important;}
.header .nav {display:none;}
.footer .f-logo {display:none;}
.footer .unsimple {display:none;}
.maincontent {padding:10px;}
.maincontent img {height:200px!important;}
.maincontent iframe {width:100%!important;height:200px!important;}
.content {margin-top:30px;}
.knop {transition:0.2s;font-weight:600;cursor:pointer;display:block;margin:20px 0 10px 0;width:100%;line-height:60px;background:rgb(89, 105, 118);color:#fff;font-size:22px;text-transform:uppercase;text-align:center;}
.knop:hover {background:rgba(0,0,0,.6);color:#fff;}
.spoiler >  input + .nav {display: none;}
.spoiler >  input:checked + .nav {display: block; /*margin-bottom:20px;*/margin-top:10px;}
.breadcrumb {display: none;}
.headinfo {margin:10px 0 0 0;display: none;}
.modifi {margin:10px 0 0 0;}
.modifi h2 {display: none;}
.modifi .chiptuning tr:first-child {display: none;}
.modifi .chiptuning tr td:nth-child(2) {display: none;}
.modifi .chiptuning tr td:nth-child(3) {display: none;}
.modifi .chiptuning tr td:nth-child(4) {display: none;}
.modifi .chiptuning tr td {height:50px;}
.modifi .chiptuning tr td:first-child {padding:0 10px!important;font-size:19px!important;}
.modifi .chiptuning tr:after {}
.modifiitems .chiptuning.others tr th {display: none;}
.modifiitems .chiptuning.others tr:after {display: none;}
.modifiitems .chiptuning.others tr td {line-height:20px;}
.modifiitems h2 {line-height:20px;height:auto;padding:15px;font-size: 15px;}
.tabs .stagetitle {display:none;}
.tabs label {width:calc(100% / 3 - 30px / 3);padding:0;text-align:center;}
.tuning tr td {line-height:30px;}
.form .btn {font-size:22px;font-weight:bold;}
.warning {line-height:20px;    margin: 0 0 10px 0;}
.catalog {margin-top:0px;margin-bottom: 30px;}
.fa-rub {font-size:25px!important;}
.headinfo .title {font-size:25px;}
.header .logo {margin:20px auto;}
.header .socials {display:none;}
.header .tel {}
.header .nav {background:rgba(0,0,0,.6);padding:0 30px;}
.header .nav:after {content:"";display:table;clear:both;}
.header .nav ul li {margin:0;display:block;height:50px;line-height:50px;padding:0 0 0 0;width:50%;float:left;text-align:left;}
.header .nav ul li a {font-size: 20px; }
.footer {margin-top:20px;}
.footer .f-nav {margin:0 auto;float:none;}
.footer .socials {margin:10px auto 20px auto;float:none;}
.footer .copyright {margin:10px auto;float:none;}
.price .btn {margin-top:19px;}
}

.form .btn {font-size:22px;font-weight:bold;}
.breadcrumb li.active {text-transform:none;}

.catalog .list .item .name {height:100%;}

select::-ms-expand {
    background:transparent;color:rgba(255,255,255,.9);border:none;
}

body {
	 -webkit-touch-callout: none; /* iOS Safari */
  -khtml-user-select: none;    /* Konqueror */
}

.modelh2 {color: rgba(58, 66, 73, 0.7);font-size:30px;font-weight:700;margin:20px 0;font-family: 'PT Sans Narrow', sans-serif;}

@media (max-width:600px) { 
.modelh2 {text-align:center;}
.modelh2 span {display:none;}
.form .btn {-webkit-appearance: none;}
}
.modifi h2+span {display:none;}
@media (max-width:760px) { 
.modifi h2 {display: none;}
.modelh2 {font-size:22px;}
.modifi h2+span {display:block;font-size:22px;font-weight:bold;text-align:center;margin-bottom: 15px;margin-top: 15px;}
}
@media (max-width:500px) { 
.tuning tr td {line-height:1.1;}
.price .heading:after {content:"";}
}
@media (max-width:400px) { 
table.tuning tr th {font-size:10px!important;}
}


.contacts span em {display:inline;font-style:normal;margin:0 0 0 5px;}
.contacts span em:nth-child(1) {background:#339403;}
.contacts span em img {display:inline-block;width:19px;height:19px;margin:0;}

@media (max-width:900px) {
	.contacts span em img {display:inline-block;width:19px!important;height:19px!important;margin:0;}
}
@media (max-width:500px) {
	.contacts span em {font-size:0;}
}


@media (max-width:990px) {
.projects .next  {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:30px;height:30px;right:-35px;opacity:0.7;margin-top:-45px;}
.projects .prev  {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:30px;height:30px;left:-35px;opacity:0.7;margin-top:-45px;}
.reviews .next {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:30px;height:30px;right:-35px;opacity:0.7;margin-top:5px;}
.reviews .prev {font-weight: normal;background:transparent;border-radius:50%;border:2px solid #D24A43;width:30px;height:30px;left:-35px;opacity:0.7;margin-top:5px;}
.projects .next:after, .reviews .next:after {content:"\f105";margin-left:2px;margin-top:-1px;font-size:26px;line-height:26px;font-family:FontAwesome;display:block;width:100%;text-align:center;}
.projects .prev:after, .reviews .prev:after {content:"\f104";margin-left:0px;margin-top:-1px;font-size:26px;line-height:26px;font-family:FontAwesome;display:block;width:100%;text-align:center;}
.projects .next:hover, .reviews .next:hover, .projects .prev:hover, .reviews .prev:hover {opacity:1;}

}

.socials a {transition:.2s;}
.socials a:hover {filter: grayscale(80%);}

.Grafikbutton {position:absolute;right:0;top:-60px;padding:0 20px;}
.tabs section {position:relative;}
.Grafikbutton:hover {background:#D24A43;}

@media(max-width:950px) {
.Grafikbutton {border:2px solid #D24A43;font-size:18px;line-height:46px;font-weight:bold;color:#D24A43;position:relative;right:0;top:0;padding:0 20px;float:none;max-width:260px;text-align:center;margin:20px auto;}
.fancybox-title-float-wrap {right:0;margin-bottom: -50px;}
.fancybox-title-float-wrap .child {white-space:normal;width:100%;display:block;margin:0 auto;}
.fancybox-close {position: absolute;top: 16px;right: -12px;width: 34px;height: 34px;cursor: pointer;z-index: 8040;}
}
	
@media(max-width:450px) {
.fancybox-title-float-wrap {right:0;margin-bottom: -80px;}}

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

.socialcontact {width:calc(100% - 620px);float:right;}
.socialcontact:after {content:"";display:table;clear:both;}
.socialcontact a {border-radius:10px;position:relative;font-weight:500;min-height:120px;line-height:70px;width:calc(100% / 4 - 60px / 4);text-align:center;display:block;float:left;margin:0 20px 20px 0;}
.socialcontact a img {max-width:90%;max-height:50px;display:inline-block;margin:0;}
.socialcontact a span {position:absolute;left:0;bottom:0;width:100%;height:40px;line-height:40px;}
.socialcontact a:hover {box-shadow:0 0 25px 1px rgba(242, 73, 65, 1);}

.socialcontact a:nth-child(2) {background:#fff;color:#444;}
.socialcontact a:nth-child(3) {background:#fff;color:#444;}
.socialcontact a:nth-child(4) {background:#2A2A2A;color:#fff;}
.socialcontact a:nth-child(5) {background:#ED1B24;color:#fff;margin:0 0 20px 0;}
.socialcontact a:nth-child(6) {background:#E7DDD3;color:#444;}
.socialcontact a:nth-child(7) {background:#4C75A3;color:#FFF;}
.socialcontact a:nth-child(8) {background:#3B5998;color:#FFF;}
.socialcontact a:nth-child(9) {background:#E5E5E5;color:#444;margin:0 0 20px 0;}

@media(max-width:1230px) {
    .socialcontact {float:left;width:100%;max-width:600px;}
}

@media(max-width:570px) {
    .socialcontact {display:none;}
    .warning article {display:none;}
}


.infomodifix {margin:10px auto 10px auto!important;padding:15px;background:#000;background:rgb(245, 245, 245)!important;}
.infomodifix p {line-height:1.3;font-size:17px;margin:0 0 10px 0;}

.maincontent .uslugi a {margin:0 0 20px 0;display:block;font-weight:700;}
.maincontent .uslugi {margin:10px;}

.uslugi a {position:relative;padding:0 0 0 25px;color: #ff6261;text-decoration:none;}
.uslugi a:before {content:"\f054";font-family:FontAwesome;position:absolute;left:0;top:1px;color:rgb(108, 114, 119);font-weight:normal;}
.uslugi a:hover:before {color:#d24a43;}
.uslugi a:hover {color:#d24a43;}
.uslugi a:last-child {margin:0;}
@media (max-width:400px) {
	.maincontent .uslugi {margin:10px;}
}

.price .sep {margin:0 20px;}
.price span.deletes {position:relative;font-size:25px;color:grey;margin:0 0 0 0;}
.price span.deletes:after {content:"";display:block;position:absolute;left:0;top:calc(50%);height:1px;width:100%;background:grey;}
.price b {font-size:25px;color:#fff;display:inline-block;height:38px;border-radius:10px;line-height:38px;margin:8px 10px 0 10px;vertical-align:top;font-size:13px;width:38px;text-align:center;background:#F24941;}
.price em {font-style:normal; color: rgba(210, 74, 67, 0.67);display:inline-block;font-size:40px;line-height:48px;/*vertical-align:middle;*/font-weight:500; font-family: 'PT Sans Narrow', sans-serif;}

@media(max-width:600px) {
    .actions table.chiptuning tr th:nth-child(2) {display:none;}
    .actions table.chiptuning tr td:nth-child(2) {display:none;}
    .actions table.chiptuning tr th:nth-child(3) {display:none;}
    .actions table.chiptuning tr td:nth-child(3) {display:none;}
}

.header .nav ul li.onmobile {display:none!important;}
@media(max-width:1200px) {.header .nav ul li.onmobile {display:inline-block!important;}}
.footer .f-nav li.onmobile {display:none!important;}
@media(max-width:1200px) {.footer .f-nav li.onmobile {display:inline-block!important;}}

@media(max-width:1000px) {
    .videoitems {width:calc(100% / 2 - 10px);height:230px;}
    .videoitems:nth-child(3n + 3) {margin:0 20px 20px 0;}
    .videoitems:nth-child(2n) {margin:0 0 20px 0;}
}

@media(max-width:670px) {
    .photoset {margin-top:20px;}
    .videoitems {width:calc(100%);margin:0 0 20px 0;height:270px;}
    .videoitems:nth-child(3n + 3) {margin:0 0 20px 0;}
    .videoitems:nth-child(2n) {margin:0 0 20px 0;}
    .photoset .videocat span {font-size:11px;}
}

@media(max-width:880px) {
    .photoitems {height:250px;}
    .fancybox-close {width:20px;height:20px;}
}

@media(max-width:700px) {
    .photoitems {width:calc(100% / 2 - 10px);height:300px;}
    .photoitems:nth-child(3n + 3) {margin:0 20px 20px 0;}
    .photoitems:nth-child(2n) {margin:0 0 20px 0;}
} 

@media(max-width:550px) {
    .photoitems {width:calc(100%);margin:0 0 20px 0;height:350px;}
    .photoitems:nth-child(3n + 3) {margin:0 0 20px 0;}
    .photoitems:nth-child(2n) {margin:0 0 20px 0;}
}

/* End */


/* Start:/bitrix/templates/magic/css/flexslider.css?16206727586909*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/bitrix/templates/magic/css/flexslider-icon.eot');
  src: url('/bitrix/templates/magic/css/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/magic/css/flexslider-icon.woff') format('woff'), url('/bitrix/templates/magic/css/flexslider-icon.ttf') format('truetype'), url('/bitrix/templates/magic/css/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 5px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/magic/markdowneditor/css/github-markdown.css?162067276313006*/
@font-face {
  font-family: octicons-anchor;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAYcAA0AAAAACjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca8vGTk9TLzIAAAFMAAAARAAAAFZG1VHVY21hcAAAAZAAAAA+AAABQgAP9AdjdnQgAAAB0AAAAAQAAAAEACICiGdhc3AAAAHUAAAACAAAAAj//wADZ2x5ZgAAAdwAAADRAAABEKyikaNoZWFkAAACsAAAAC0AAAA2AtXoA2hoZWEAAALgAAAAHAAAACQHngNFaG10eAAAAvwAAAAQAAAAEAwAACJsb2NhAAADDAAAAAoAAAAKALIAVG1heHAAAAMYAAAAHwAAACABEAB2bmFtZQAAAzgAAALBAAAFu3I9x/Nwb3N0AAAF/AAAAB0AAAAvaoFvbwAAAAEAAAAAzBdyYwAAAADP2IQvAAAAAM/bz7t4nGNgZGFgnMDAysDB1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcPsR8iGF2+O/AEMPsznAYKMwIkgMA5REMOXicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+h5j//yEk/3KoSgZGNgYYk4GRCUgwMaACRoZhDwCs7QgGAAAAIgKIAAAAAf//AAJ4nHWMMQrCQBBF/0zWrCCIKUQsTDCL2EXMohYGSSmorScInsRGL2DOYJe0Ntp7BK+gJ1BxF1stZvjz/v8DRghQzEc4kIgKwiAppcA9LtzKLSkdNhKFY3HF4lK69ExKslx7Xa+vPRVS43G98vG1DnkDMIBUgFN0MDXflU8tbaZOUkXUH0+U27RoRpOIyCKjbMCVejwypzJJG4jIwb43rfl6wbwanocrJm9XFYfskuVC5K/TPyczNU7b84CXcbxks1Un6H6tLH9vf2LRnn8Ax7A5WQAAAHicY2BkYGAA4teL1+yI57f5ysDNwgAC529f0kOmWRiYVgEpDgYmEA8AUzEKsQAAAHicY2BkYGB2+O/AEMPCAAJAkpEBFbAAADgKAe0EAAAiAAAAAAQAAAAEAAAAAAAAKgAqACoAiAAAeJxjYGRgYGBhsGFgYgABEMkFhAwM/xn0QAIAD6YBhwB4nI1Ty07cMBS9QwKlQapQW3VXySvEqDCZGbGaHULiIQ1FKgjWMxknMfLEke2A+IJu+wntrt/QbVf9gG75jK577Lg8K1qQPCfnnnt8fX1NRC/pmjrk/zprC+8D7tBy9DHgBXoWfQ44Av8t4Bj4Z8CLtBL9CniJluPXASf0Lm4CXqFX8Q84dOLnMB17N4c7tBo1AS/Qi+hTwBH4rwHHwN8DXqQ30XXAS7QaLwSc0Gn8NuAVWou/gFmnjLrEaEh9GmDdDGgL3B4JsrRPDU2hTOiMSuJUIdKQQayiAth69r6akSSFqIJuA19TrzCIaY8sIoxyrNIrL//pw7A2iMygkX5vDj+G+kuoLdX4GlGK/8Lnlz6/h9MpmoO9rafrz7ILXEHHaAx95s9lsI7AHNMBWEZHULnfAXwG9/ZqdzLI08iuwRloXE8kfhXYAvE23+23DU3t626rbs8/8adv+9DWknsHp3E17oCf+Z48rvEQNZ78paYM38qfk3v/u3l3u3GXN2Dmvmvpf1Srwk3pB/VSsp512bA/GG5i2WJ7wu430yQ5K3nFGiOqgtmSB5pJVSizwaacmUZzZhXLlZTq8qGGFY2YcSkqbth6aW1tRmlaCFs2016m5qn36SbJrqosG4uMV4aP2PHBmB3tjtmgN2izkGQyLWprekbIntJFing32a5rKWCN/SdSoga45EJykyQ7asZvHQ8PTm6cslIpwyeyjbVltNikc2HTR7YKh9LBl9DADC0U/jLcBZDKrMhUBfQBvXRzLtFtjU9eNHKin0x5InTqb8lNpfKv1s1xHzTXRqgKzek/mb7nB8RZTCDhGEX3kK/8Q75AmUM/eLkfA+0Hi908Kx4eNsMgudg5GLdRD7a84npi+YxNr5i5KIbW5izXas7cHXIMAau1OueZhfj+cOcP3P8MNIWLyYOBuxL6DRylJ4cAAAB4nGNgYoAALjDJyIAOWMCiTIxMLDmZedkABtIBygAAAA==) format('woff');
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
}

.markdown-body a {
  background: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline: 0;
}

.markdown-body strong {
  font-weight: bold;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border: 0;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
}

.markdown-body pre {
  overflow: auto;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body input {
  color: inherit;
  font: inherit;
  margin: 0;
}

.markdown-body html input[disabled] {
  cursor: default;
}

.markdown-body input {
  line-height: normal;
}

.markdown-body input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.markdown-body a {
  color: #4183c4;
  text-decoration: none;
}

.markdown-body a:hover,
.markdown-body a:active {
  text-decoration: underline;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.markdown-body hr:before {
  display: table;
  content: "";
}

.markdown-body hr:after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.markdown-body h1 {
  font-size: 30px;
}

.markdown-body h2 {
  font-size: 21px;
}

.markdown-body h3 {
  font-size: 16px;
}

.markdown-body h4 {
  font-size: 14px;
}

.markdown-body h5 {
  font-size: 12px;
}

.markdown-body h6 {
  font-size: 11px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body .octicon {
  font: normal normal normal 16px/1 octicons-anchor;
  display: inline-block;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.markdown-body .octicon-link:before {
  content: '\f05c';
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not(:link):not(:visited) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  padding-left: 8px;
  margin-left: -30px;
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  display: inline-block;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.markdown-body h1 .anchor {
  line-height: 1;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}

.markdown-body h2 .anchor {
  line-height: 1;
}

.markdown-body h3 {
  font-size: 1.5em;
  line-height: 1.43;
}

.markdown-body h3 .anchor {
  line-height: 1.2;
}

.markdown-body h4 {
  font-size: 1.25em;
}

.markdown-body h4 .anchor {
  line-height: 1.2;
}

.markdown-body h5 {
  font-size: 1em;
}

.markdown-body h5 .anchor {
  line-height: 1.1;
}

.markdown-body h6 {
  font-size: 1em;
  color: #777;
}

.markdown-body h6 .anchor {
  line-height: 1.1;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}

.markdown-body table th {
  font-weight: bold;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.markdown-body img {
  max-width: 100%;
  box-sizing: border-box;
}

.markdown-body code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0,0,0,0.04);
  border-radius: 3px;
}

.markdown-body code:before,
.markdown-body code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body pre code:before,
.markdown-body pre code:after {
  content: normal;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .pl-c {
  color: #969896;
}

.markdown-body .pl-c1,
.markdown-body .pl-mdh,
.markdown-body .pl-mm,
.markdown-body .pl-mp,
.markdown-body .pl-mr,
.markdown-body .pl-s1 .pl-v,
.markdown-body .pl-s3,
.markdown-body .pl-sc,
.markdown-body .pl-sv {
  color: #0086b3;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #795da3;
}

.markdown-body .pl-s1 .pl-s2,
.markdown-body .pl-smi,
.markdown-body .pl-smp,
.markdown-body .pl-stj,
.markdown-body .pl-vo,
.markdown-body .pl-vpf {
  color: #333;
}

.markdown-body .pl-ent {
  color: #63a35c;
}

.markdown-body .pl-k,
.markdown-body .pl-s,
.markdown-body .pl-st {
  color: #a71d5d;
}

.markdown-body .pl-pds,
.markdown-body .pl-s1,
.markdown-body .pl-s1 .pl-pse .pl-s2,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-src {
  color: #183691;
}

.markdown-body .pl-v {
  color: #ed6a43;
}

.markdown-body .pl-id {
  color: #b52a1d;
}

.markdown-body .pl-ii {
  background-color: #b52a1d;
  color: #f8f8f8;
}

.markdown-body .pl-sr .pl-cce {
  color: #63a35c;
  font-weight: bold;
}

.markdown-body .pl-ml {
  color: #693a17;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #1d3e81;
  font-weight: bold;
}

.markdown-body .pl-mq {
  color: #008080;
}

.markdown-body .pl-mi {
  color: #333;
  font-style: italic;
}

.markdown-body .pl-mb {
  color: #333;
  font-weight: bold;
}

.markdown-body .pl-md,
.markdown-body .pl-mdhf {
  background-color: #ffecec;
  color: #bd2c00;
}

.markdown-body .pl-mdht,
.markdown-body .pl-mi1 {
  background-color: #eaffea;
  color: #55a532;
}

.markdown-body .pl-mdr {
  color: #795da3;
  font-weight: bold;
}

.markdown-body .pl-mo {
  color: #1d3e81;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.35em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body :checked+.radio-label {
  z-index: 1;
  position: relative;
  border-color: #4183c4;
}

/* End */


/* Start:/bitrix/templates/magic/markdowneditor/css/highlight.css?16206727632079*/
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none; }

.hljs-comment, .hljs-template_comment, .diff .hljs-header, .hljs-javadoc {
  color: #998;
  font-style: italic; }

.hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .javascript .hljs-title, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
  color: #333;
  font-weight: bold; }

.hljs-number, .hljs-hexcolor, .ruby .hljs-constant {
  color: #008080; }

.hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .hljs-dartdoc, .tex .hljs-formula {
  color: #d14; }

.hljs-title, .hljs-id, .scss .hljs-preprocessor {
  color: #900;
  font-weight: bold; }

.javascript .hljs-title, .hljs-list .hljs-keyword, .hljs-subst {
  font-weight: normal; }

.hljs-class .hljs-title, .hljs-type, .vhdl .hljs-literal, .tex .hljs-command {
  color: #458;
  font-weight: bold; }

.hljs-tag, .hljs-tag .hljs-title, .hljs-rules .hljs-property, .django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal; }

.hljs-attribute, .hljs-variable, .lisp .hljs-body {
  color: #008080; }

.hljs-regexp {
  color: #009926; }

.hljs-symbol, .ruby .hljs-symbol .hljs-string, .lisp .hljs-keyword, .clojure .hljs-keyword, .scheme .hljs-keyword, .tex .hljs-special, .hljs-prompt {
  color: #990073; }

.hljs-built_in {
  color: #0086b3; }

.hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-doctype, .hljs-shebang, .hljs-cdata {
  color: #999;
  font-weight: bold; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.diff .hljs-change {
  background: #0086b3; }

.hljs-chunk {
  color: #aaa; }

.ace_modx-tag-name, .hljs-modx-tag-name {
  color: #458;
  font-weight: bold; }
.ace_modx-prefix, .hljs-modx-prefix {
  color: #d14; }
.ace_modx-property-name, .hljs-modx-property-name {
  color: #008080; }
.ace_modx-output-modifier, .hljs-modx-output-modifier {
  color: #008080; }
.ace_modx-property-set, .hljs-modx-property-set {
  color: #008080; }

/* End */


/* Start:/bitrix/templates/magic/markdowneditor/css/cards.css?16206727622331*/
/* */
.amazon .price-details p { margin-bottom: 0; }
.amazon .price-details .price {
  font-size: 24px;
  display: block;
  margin-bottom: 5px; }
.amazon .price-details .list-price {
  text-decoration: line-through; }
.amazon .subhead {
  margin-bottom: 5px;
  color: #7f7f7f; }

@import url(http://fonts.googleapis.com/css?family=Oxygen:700,400);
.md-card {
  font-family: Oxygen,Arial,"Helvetica Neue",Helvetica,sans-serif; }
  .md-card img {
    max-width: 100%; }
  .md-card .card-header {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2px;
    padding: 5px 0 8px;
    vertical-align: baseline; }
    .md-card .card-header img {
      line-height: 0;
      margin-right: 4px;
      position: relative;
      vertical-align: top; }
    .md-card .card-header a {
      color: inherit;
      text-decoration: none; }
      .md-card .card-header a:hover {
        text-decoration: none; }
      .md-card .card-header a.provider:hover {
        border-bottom: 1px dotted #7f7f7f; }
    .md-card .card-header .author {
      margin-left: 5px;
      color: #7f7f7f; }
  .md-card .card {
    border-left: 8px solid #ccc;
    padding: 8px 8px 8px 12px;
    -moz-box-shadow: 1px 1px 5px 0 #ccc;
    -webkit-box-shadow: 1px 1px 5px 0 #ccc;
    box-shadow: 1px 1px 5px 0 #ccc;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 185px; }
    .md-card .card h2 {
      font-size: 20px;
      padding: 0;
      line-height: 25px;
      border: none;
      margin: 5px 0; }
    .md-card .card p {
      font-size: 13px;
      line-height: 20px; }
    .md-card .card .card-thumbnail.small {
      width: 175px;
      height: 175px;
      float: left;
      text-align: center; }
      .md-card .card .card-thumbnail.small img {
        height: 175px;
        padding: 10px 10px 10px 0; }
  .md-card .more {
    display: none; }
  .md-card .more-btn {
    font-size: 13px;
    cursor: pointer;
    color: #1a95b3;
    margin-top: 10px;
    display: inline-block;
    padding: 4px 8px 8px 0; }

.instagram iframe {
  box-shadow: none !important; }

.twitter iframe {
  width: 100% !important; }

/* End */
/* /bitrix/templates/magic/fancybox/jquery.fancybox.css?16206727604939 */
/* /bitrix/templates/magic/css/style.css?162067275971454 */
/* /bitrix/templates/magic/css/lightslider.css?16206727588473 */
/* /bitrix/templates/magic/css/font-awesome.css?162067275837402 */
/* /bitrix/templates/magic/css/css.css?162067275749072 */
/* /bitrix/templates/magic/css/flexslider.css?16206727586909 */
/* /bitrix/templates/magic/markdowneditor/css/github-markdown.css?162067276313006 */
/* /bitrix/templates/magic/markdowneditor/css/highlight.css?16206727632079 */
/* /bitrix/templates/magic/markdowneditor/css/cards.css?16206727622331 */
