

/* Start:/f/fancybox/jquery.fancybox.css?14442170824968*/
/*! 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;
	z-index: 8020;
	
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;

}

.fancybox-opened {
	z-index: 8030;
}
.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-prev span, .fancybox-next span {
	background-image: url('/f/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('/f/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 8040;
background: url(/f/fancybox/../../f/i/icons.png) 0 -76px no-repeat;
border: none;
}

.fancybox-close:hover {
background-position:-55px -76px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/f/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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !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: rgba(35, 37, 40, 0.9);
}

.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-prev span, .fancybox-next span {
		background-image: url('/f/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('/f/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:/f/css/bootstrap-multiselect.css?14442170821148*/
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* End */


/* Start:/f/fotorama/fotorama.css?144421708415144*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/f/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/f/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/f/css/nouislider.min.css?14442170823131*/
/*! nouislider - 8.0.2 - 2015-07-06 13:22:09 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}
/* End */


/* Start:/bitrix/templates/avalon/template_styles.css?1770721354174917*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #004a73;
	background-color: #fff;
}
html,
body {
	height: 100%;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input {
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover,
a:focus {
	/*  color: #23527c;
 text-decoration: underline; */
	outline: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
[role="button"] {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}
h1,
.h1 {
	font-size: 60px;
}
h2,
.h2 {
	font-size: 40px;
}
h3,
.h3 {
	font-size: 30px;
}
h4,
.h4 {
	font-size: 20px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0;
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
ol {
	counter-reset: li;
	padding: 0;
	list-style: none;
}
ol li {
	position: relative;
	margin-bottom: 15px;
	color: #37474f;
	line-height: 30px;
}
@media screen and (max-width: 479px) {
	ol li {
		font-size: 14px;
		line-height: 25px;
	}
}
ol > li::before {
	content: counter(li) '.';
	counter-increment: li;
	color: #f44336;
	font-weight: bold;
	padding-right: 15px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17px;
	border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote footer::before,
blockquote small::before,
blockquote .small::before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse footer::before,
blockquote.pull-right footer::before,
.blockquote-reverse small::before,
blockquote.pull-right small::before,
.blockquote-reverse .small::before,
blockquote.pull-right .small::before {
	content: '';
}
.blockquote-reverse footer::after,
blockquote.pull-right footer::after,
.blockquote-reverse small::after,
blockquote.pull-right small::after,
.blockquote-reverse .small::after,
blockquote.pull-right .small::after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
	cursor: pointer;
	position: relative;
	font-weight: normal;
	padding-left: 0;
}

/*
input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  height: 20px;
  width: 20px;
}
input[type='radio'] + label::before {
  border: 2px solid #eceff1;
  border-radius: 50%;
}
input[type='radio']:checked + label::after {
  content: '';
  position: absolute;
  background: #f44336;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
input[type='checkbox'] + label::before {
  border: 2px solid #eceff1;
  border-radius: 5px;
}
input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  background: url(/f/i/icons.png) -151px -392px;
  width: 11px;
  height: 10px;
  left: 4px;
  top: 1px;
  bottom: 0;
  margin: auto;
} */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb > .active {
	color: #777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 30px 0 70px;
	text-align: left;
	list-style: none;
}
.pager li {
	display: inline-block;
	text-align: center;
}
.pager li > a,
.pager li > span {
	display: block;
	width: 50px;
	line-height: 46px;
	background-color: #f5f5f5;
	border: 2px solid #eceff1;
	border-left: none;
	color: #004a73;
	font-weight: bold;
}
.pager li:first-child > a,
.pager li:first-child > span {
	border-left: 2px solid #eceff1;
	border-radius: 5px 0 0 5px;
}
.pager li:last-child > a,
.pager li:last-child > span {
	border-radius: 0 5px 5px 0;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #fff;
	color: #f44336;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #f44336;
	background-color: #eceff1;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow::after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}
.popover.top > .arrow::after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}
.popover.right > .arrow::after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow::after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow::after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.clearfix::before,
.clearfix::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
	display: table;
	content: " ";
}
.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.amounter {
	border: 2px solid #eceff1;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}
.amounter_focus {
	border: 2px solid #004a73;
}
.amounter__numb {
	display: inline-block;
	vertical-align: top;
	height: 46px;
	border: none;
	background: none;
	width: 40px;
	padding: 0 10px;
	text-align: center;
}
.amounter__numb:focus {
	outline: none;
}
.amounter__btns {
	display: inline-block;
	vertical-align: top;
}
.amounter__btn {
	display: block;
	background: none;
	border: none;
	height: 23px;
	width: 40px;
	position: relative;
}
.amounter__btn:focus {
	outline: none;
}
.amounter__btn::before,
.amounter__btn::after {
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
}
.amounter__btn_up::before {
	border-bottom: 9px solid #004a73;
	border-top: none;
	top: 5px;
}
.amounter__btn_up:hover::before {
	border-bottom: 9px solid #f44336;
}
.amounter__btn_up::after {
	border-bottom: 9px solid #fff;
	border-top: none;
	top: 11px;
}
.amounter__btn_down::before {
	border-top: 9px solid #004a73;
	border-bottom: none;
	bottom: 4px;
}
.amounter__btn_down:hover::before {
	border-top: 9px solid #f44336;
}
.amounter__btn_down::after {
	border-top: 9px solid #fff;
	border-bottom: none;
	bottom: 10px;
}
.amounter__btn_down.amounter__btn_min {
	pointer-events: none;
}
.amounter__btn_down.amounter__btn_min::before {
	border-top: 9px solid #eceff1;
}

/*
@font-face {
  font-family: 'Roboto Black';
  src: url('/f/fonts/Roboto-Black.eot?') format('eot'), url('/f/fonts/Roboto-Black.woff') format('woff'), url('/f/fonts/Roboto-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
.footer__subs::-moz-placeholder {
	opacity: 1;
	color: #b0bec5;
	font-size: 14px;
}
.footer__subs:-ms-input-placeholder {
	color: #b0bec5;
	font-size: 14px;
}
.footer__subs::-webkit-input-placeholder {
	color: #b0bec5;
	font-size: 14px;
}
::-webkit-input-placeholder {
	line-height: 24px;
}
:-moz-placeholder {
	line-height: 24px;
}
:-ms-input-placeholder {
	line-height: 24px;
}
input:-moz-placeholder {
	line-height: 24px;
}
.main-screen__search-input::-webkit-input-placeholder {
	color: #cfd8dc;
}
.main-screen__search-input:-moz-placeholder {
	color: #cfd8dc;
}
.main-screen__search-input:-ms-input-placeholder {
	color: #cfd8dc;
}
input.main-screen__search-input:-moz-placeholder {
	color: #cfd8dc;
}
.main-screen_blue .main-screen__search-input::-webkit-input-placeholder {
	color: #0d3a52;
}
.main-screen_blue .main-screen__search-input:-moz-placeholder {
	color: #0d3a52;
}
.main-screen_blue .main-screen__search-input:-ms-input-placeholder {
	color: #0d3a52;
}
.main-screen_blue input.main-screen__search-input:-moz-placeholder {
	color: #0d3a52;
}
.popups {
	opacity: 0;
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.popup {
	width: 560px;
	padding: 40px 50px 60px;
}
@media (max-width: 600px) {
	.popup {
		width: 450px;
	}
}
@media (max-width: 479px) {
	.popup {
		width: 270px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.popup__title {
	font: bold 40px 'Roboto', sans-serif;
	color: #004a73;
	text-align: center;
	margin-bottom: 40px;
}
.popup__inputs {
	margin-bottom: 50px;
}
.popup__input {
	position: relative;
	margin-bottom: 30px;
}
.popup__input .input {
	width: 100%;
}
.popup__btn {
	text-align: center;
}
.fancybox-skin {
	border-radius: 5px;
}
.fancybox-close {
	width: 22px;
	height: 22px;
	background-color: transparent;
	background-position: -149px -2px;
	top: -30px;
	right: -30px;
}
.fancybox-close:hover {
	background-position: -149px -28px;
}
@media (max-width: 479px) {
	.fancybox-close {
		top: 10px;
		right: 10px;
	}
}
.catalog-popup-wrap.fancybox-opened {
	opacity: 1;
	left: auto;
	top: auto;
}
.catalog-popup-wrap .fancybox-skin {
	background: transparent;
}
.catalog-popup-wrap .fancybox-close {
	top: 20px;
	right: 20px;
	width: 31px;
	height: 32px;
	background-position: -169px -330px;
}
@media (max-width: 479px) {
	.catalog-popup-wrap .fancybox-close {
		text-align: center;
		left: 0;
		right: 0;
		width: 100%;
		height: 50px;
		background: none;
		border: 2px solid #f44336;
		border-radius: 4px;
		color: #fff;
		font-weight: bold;
		display: inline-block;
	}
	.catalog-popup-wrap .fancybox-close::before {
		content: '\0417\0430\043A\0440\044B\0442\044C';
		line-height: 46px;
	}
	.catalog-popup-wrap .fancybox-close:hover {
		background: #f44336;
	}
}
.catalog-popup-wrap .fancybox-close:hover {
	background-position: -169px -361px;
}
.fancybox-overlay-fixed {
	background: rgba(33, 33, 33, 0.95);
}
.catalog-popup .catalog-list {
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
	.catalog-popup .catalog-list {
		padding-top: 100px;
	}
}
.catalog-popup .catalog-list__section,
.catalog-popup .catalog-list__links li a {
	color: #fff;
}
.catalog-popup .catalog-list__section_spec {
	color: #f44336;
}
.catalog-popup .brand__item {
	border-color: #eceff1;
	background: #fff;
}
.catalog-popup .brand__item:hover {
	border-color: transparent;
}
.catalog-popup .brand__item:hover::before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	border: 2px solid #f44336;
	z-index: 2;
}
.catalog-popup .switcher__btn {
	background: none !important;
	border-color: #212121 !important;
}
.catalog-popup .switcher__btn a {
	color: #fff !important;
}
.catalog-popup .switcher__btn:hover a {
	color: #f44336 !important;
}
.catalog-popup .switcher__btn_active {
	background: #f44336 !important;
	border-color: #f44336 !important;
}
.filter {
	/* padding: 18px 20px; */

	/* border-radius: 4px; */
	margin-bottom: 10px;
	display: table;
	width: 100%;
	position: relative;

	/* border: 2px solid #eceff1; */
}
@media (max-width: 479px) {
	.filter {
		display: block;

		/* padding: 15px 12px; */
	}
}
.filter__row {
	display: table-row;
	width: 100%;
}
@media (max-width: 479px) {
	.filter__row {
		display: block;
	}
}
.filter__cell {
	display: table-cell;
	vertical-align: top;
}
.filter__cell_title {
	width: 80px;
}
@media (max-width: 479px) {
	.filter__cell {
		display: block;
		width: 100%;
	}
}
.filter__title {
	color: #90a4ae;
	font-size: 16px;
	margin-right: 20px;
	font-style: italic;
	line-height: 34px;
}
@media (max-width: 479px) {
	.filter__title {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
}
.filter__holder {
	margin-bottom: -10px;
}
.filter__item {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	margin-right: 20px;
}
.filter__item:last-child {
	margin-right: 0;
}
.filter__item .select-form {
	color: #004a73;
	border: 2px solid #eceff1;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.filter__item .btn-default {
	border: 0;
	background: transparent;
	border-radius: 0 !important;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 17px 9px;
}
.btn-reset {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	height: 100%;
	border: 0;
	width: 38px;
	background: transparent;
}
.btn-reset::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background: url(/f/i/icons.png) 0 -740px no-repeat;
}
.btn-reset:hover::after {
	background-position: -12px -740px;
}
.filter__item .active {
	background: #eceff1;
}
.filter__item:hover {
	color: #f44336 !important;
}
.filter__item .caret {
	display: inline-block;
	border: 0;
	line-height: 14px;
	vertical-align: middle;
	background-image: url("/f/i/icons.png");
	background-repeat: no-repeat;
	width: 11px;
	height: 8px;
	background-position: -142px -276px;
	margin: -1px 0 0 5px;
}
.filter__item button:active {
	box-shadow: none;
	outline: none !important;
}
.filter__item .active .caret {
	visibility: hidden;
}
.filter__item .active .btn-reset {
	display: block;
}
.filter__item button:hover .caret {
	background-position: -142px -286px;
}
.select-form .dropdown-menu {
	border: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: -2px;
	-webkit-box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
	-moz-box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
	box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
}
.select-form .dropdown-menu::after {
	position: absolute;
	content: '';
	width: 0;
	top: -5px;
	left: 20px;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	border-top: none;
	border-radius: 4px 4px 0 0;
}
.select-form .dropdown-menu label {
	padding: 9px 20px !important;
	display: block;
}
.select-form .dropdown-menu li a {
	border-bottom: 2px solid #eceff1;
	color: #004a73;
	padding: 0;
}
.select-form .dropdown-menu li:hover a {
	color: #f44336;
}
.select-form .dropdown-menu li.active a {
	background: #eceff1;
	color: #f44336;
}
.select-form .dropdown-menu li:first-child {
	display: none;
}
.select-form .dropdown-menu li:nth-child(2) a {
	border-radius: 4px 4px 0 0;
}
.select-form .dropdown-menu li:last-child a {
	border-radius: 0 0 4px 4px;
	border-bottom: 0;
}
.select-form .dropdown-menu a:hover {
	background: #eceff1;
}
.filter__item:last-child {
	margin-right: 0;
}
.filter__item_active {
	background: #eceff1;
}
.filter__item:hover {
	color: #f44336 !important;
}
.filter__item:hover .icon-caret {
	background-position: -142px -286px;
}
.filter__item-sub {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 100%;
	left: 0;
	z-index: 2;
}
@media (max-width: 479px) {
	.filter__item-sub {
		left: auto;
		right: 0;
	}
}
.filter__item-sub-holder {
	background: #fff;
	border-radius: 4px !important;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
	-moz-box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
	box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
}
.filter__item-sub-holder li {
	border-bottom: 2px solid #eceff1;
	text-align: left;
	position: relative;
}
.filter__item-sub-holder li:hover {
	background: #eceff1;
}
.filter__item-sub-holder li:hover a {
	color: #f44336;
}
.filter__item-sub-holder li a {
	display: block;
	padding: 6px 15px;
	color: #004a73;
}
.filter__item-sub-holder li:first-child::after {
	position: absolute;
	content: '';
	width: 0;
	top: -5px;
	left: 20px;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	border-top: none;
	border-radius: 4px 4px 0 0;
}
@media (max-width: 479px) {
	.filter__item-sub-holder li:first-child::after {
		left: auto;
		right: 20px;
	}
}
.filter__item-sub-holder li:first-child:hover::after {
	border-bottom-color: #eceff1;
}
.filter__item-sub-holder li:last-child {
	border-bottom: none;
	border-radius: 0 0 4px 4px;
}
.filter__item_price .filter__item-sub-holder {
	padding: 25px 20px 20px;
	position: relative;
}
.filter__item_price .filter__item-sub-holder::after {
	position: absolute;
	content: '';
	width: 0;
	top: -5px;
	left: 20px;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	border-top: none;
	border-radius: 4px 4px 0 0;
}
@media (max-width: 479px) {
	.filter__item_price .filter__item-sub-holder::after {
		left: auto;
		right: 20px;
	}
}
.filter__item_price .open .filter__item-sub {
	display: block;
}
.filter__price {
	min-width: 220px;
	margin-bottom: 10px;
}
@media (max-width: 479px) {
	.filter__price {
		min-width: 175px;
	}
}
.filter__price-num {
	display: inline-block;
	vertical-align: top;
	color: #212121;
	font-size: 14px;
	width: 50%;
	margin-bottom: 20px;
}
.filter__price-num_to {
	text-align: right;
}
.filter__apply a {
	display: inline-block;
	color: #004a73;
	vertical-align: top;
	border: 2px solid #eceff1;
	background: #fff;
	border-radius: 4px;
	padding: 6px 17px;
	font-size: 14px;
}
.filter__apply a:hover {
	background: #eceff1;
	color: #f44336;
}
.noUi-handle {
	width: 16px !important;
	height: 16px !important;
	background: none;
	border-radius: 50%;
	border: none;
	position: relative;
	box-shadow: none;
}
.noUi-handle::before {
	width: 6px;
	height: 6px;
	background: #f44336;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.noUi-handle::after {
	display: none;
}
.noUi-background.noUi-horizontal {
	background: #eceff1 !important;
	height: 2px !important;
	border: none !important;
}
.noUi-horizontal .noUi-handle {
	left: -8px;
	top: -7px;
}
.noUi-connect {
	background: #f44336;
	box-shadow: none;
}
.view-switcher {
	width: 100px;
	text-align: right;
}
@media (max-width: 479px) {
	.view-switcher {
		position: absolute;
		right: 12px;
		top: 15px;
	}
}
.view-switcher__item {
	border: 2px solid #eceff1;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.view-switcher__item_tiles {
	border-radius: 4px 0 0 4px;
}
.view-switcher__item_tiles.view-switcher__item_active::before,
.view-switcher__item_tiles:hover::before {
	background-position: -172px -417px;
}
.view-switcher__item_list {
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.view-switcher__item_list.view-switcher__item_active::before,
.view-switcher__item_list:hover::before {
	background-position: -186px -417px;
}
.view-switcher__item_active {
	background: none;
}
.input {
	padding: 0 20px;
	line-height: 25px;
	color: #37474f;
	border: 2px solid #eceff1;
	border-radius: 5px;
	height: 50px;
}
.input:hover {
	background: #eceff1;
}
.input:focus {
	outline: none;
}
.input_success {
	border: 2px solid #004a73;
}
textarea.input {
	padding-top: 11px;
	padding-bottom: 11px;
	height: auto;
	display: block;
}
.input-verif {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/f/i/icons.png");
}
.input-verif_success {
	background-position: -176px 0;
}
.input-verif_error {
	background-position: -176px -26px;
}
.input_error,
.error {
	border: 2px solid #f44336;
}
.input_verif {
	padding-right: 44px;
}
.orange-btn {
	background: #f44336;
	border-radius: 4px;
	padding: 0 20px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	border: 0;
	text-decoration: none!important;
}
.orange-btn:hover {
	background: #e53935;
}
.white-btn {
	background: #fff;
	border-radius: 4px;
	padding: 0 20px;
	height: 50px;
	color: #f44336;
	border: 2px solid #f44336;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 46px;
}
.white-btn:hover {
	background: #e53935;
	color: #fff;
	border-color: #e53935;
}
.gray-btn {
	background: #fff;
	border-radius: 4px;
	padding: 0 30px;
	height: 50px;
	color: #f44336;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
}
.gray-btn:hover {
	background: #eceff1;
}
.gray-btn_thin {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
}
.pseudo {
	text-decoration: none !important;
	cursor: pointer;
	border-bottom: 1px dotted;
}
.rub {
	font-family: 'PT Sans', sans-serif;
}
.table-input label {
	display: table !important;
	width: 100%;
	padding: 0 !important;
}
.table-input label::before,
.table-input label::after {
	display: none !important;
}
.table-input__row {
	display: table-row;
	width: 100%;
}
.table-input__cell {
	display: table-cell;
	border: 2px solid #eceff1;
	border-bottom: 0;
	border-left: none;
	position: relative;
	padding: 14px 12px;
	font-size: 14px !important;
	color: #37474f !important;
	line-height: 1em;
}
@media (max-width: 479px) {
	.table-input__cell {
		font-size: 10px !important;
	}
}
.table-input__cell:first-child {
	border-left: 2px solid #eceff1;

	/* border-radius: 7px 0 0 7px; */
	max-width: 40px;
}
@media (max-width: 767px) {
	.table-input__cell:first-child {
		display: none;
	}
}
.table-input__cell:first-child::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 2px solid #eceff1;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 767px) {
	.table-input__cell:nth-child(2) {
		border-left: 2px solid #eceff1;
		border-radius: 4px 0 0 4px;
	}
}
.table-input__cell:last-child {
	/* border-radius: 0 7px 7px 0; */
}
.table-input__control:checked + label .table-input__cell {
	background: #f5f5f5;
}
.table-input__control:checked + label .table-input__cell:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #f44336;
	border-radius: 50%;
}
.iconed-link {
	color: #f44336;
	font-size: 14px;
}
.iconed-link:hover {
	color: #e53935;
}
.file {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}
.file__title {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 2px;
	color: #004a73;
}
.file__title:hover a {
	color: #f44336;
}
.file__title a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	background: url(/f/i/icons.png) -163px -282px no-repeat;
	width: 33px;
	height: 42px;
}
.file__size {
	font-weight: normal;
	font-style: italic;
	color: #37474f;
	font-size: 14px;
	display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	background-image: url("/f/i/icons.png");
	background-repeat: no-repeat;
}
[class^='iconize-'],
[class*=' iconize-'] {
	position: relative;
	display: inline-block;
}
[class^='iconize-']::before,
[class*=' iconize-']::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url('/f/i/icons.png') -9999px -9999px no-repeat;
}
.icon-doc {
	width: 18px;
	height: 22px;
	background-position: -147px -365px;
	margin: -2px 8px 0 0;
}
.icon-plus {
	width: 14px;
	height: 14px;
	background-position: -140px -306px;
	margin: -1px 0 0 20px;
}
a:hover .icon-plus {
	background-position: -140px -320px;
}
.icon-close {
	background-position: 0 -740px;
	height: 12px;
	width: 12px;
	margin: -1px 0 0 12px;
}
a:hover .icon-close {
	background-position: -12px -740px;
}
.icon-caret {
	width: 11px;
	height: 8px;
	background-position: -142px -276px;
	margin: -1px 0 0 12px;
}
.iconize-tiles::before {
	width: 14px;
	height: 14px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: -172px -403px;
}
.iconize-list::before {
	width: 14px;
	height: 14px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: -186px -403px;
}
.icon-left-arrow {
	width: 10px;
	height: 15px;
	background-position: -149px -252px;
	margin: -2px 0 0 15px;
}
.iconize-download::before {
	width: 33px;
	height: 42px;
	background-position: -163px -282px;
}
.iconize-file {
	margin-left: 30px;
}
.iconize-file::before {
	width: 23px;
	height: 28px;
	left: -40px;
	top: 0;
	background-position: 0 -780px;
}
.icon-procent {
	width: 20px;
	height: 20px;
	background-position: -107px -91px;
	margin: -2px 10px 0 0;
}
a:hover .icon-procent {
	background-position: -107px -111px;
}
.icon-rub {
	width: 20px;
	height: 20px;
	background-position: -145px -172px;
	margin: -2px 10px 0 0;
}
a:hover .icon-rub {
	background-position: -145px -192px;
}
.icon-star {
	width: 20px;
	height: 20px;
	background-position: -167px -172px;
	margin: -2px 10px 0 0;
}
a:hover .icon-star {
	background-position: -167px -192px;
}
.icon-in-cart {
	width: 42px;
	height: 22px;
	background-position: -145px -127px;
	margin: -2px 17px 0 0;
}
.icon-calc {
	width: 23px;
	height: 28px;
	margin: -4px 17px 0 0;
	background-position: -138px -63px;
}
a:hover .icon-calc {
	background-position: -138px -91px;
}
.goods__service_calc a:hover .icon-calc {
	background-position: -138px -63px;
}
.icon-right-arrow {
	width: 9px;
	height: 9px;
	background-position: -128px -38px;
	margin: 0 0 0 8px;
}
.icon-sad {
	width: 100px;
	height: 55px;
	background-position: 0 -295px;
}
.icon-ok {
	width: 20px;
	height: 20px;
	background-position: -180px -56px;
	margin: -4px 5px 0 0;
}
.catalog__item .icon-ok {
	transform: scale(.8);
}
.icon-time {
	width: 20px;
	height: 20px;
	background-position: -180px -77px;
	margin: -4px 5px 0 0;
}
.catalog__item .icon-time,
.catalog__item .icon-dealer {
	transform: scale(.8);
}
.icon-man {
	width: 22px;
	height: 27px;
	background-position: -120px -2px;
	margin: -3px 20px 0 0;
}
.icon-sun {
	width: 40px;
	height: 39px;
	background-position: -1px -139px;
}
.icon-drop {
	width: 30px;
	height: 40px;
	background-position: -43px -139px;
}
.icon-steam {
	width: 34px;
	height: 29px;
	background-position: -63px -112px;
}
.icon-sound {
	width: 30px;
	height: 30px;
	background-position: -80px -148px;
}
.icon-fire {
	width: 31px;
	height: 44px;
	background-position: -89px -3px;
}
.icon-percent {
	width: 28px;
	height: 29px;
	background-position: -91px -56px;
}
.iconize-lens::before {
	width: 23px;
	height: 24px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: -1px -112px;
}
.iconize-lens:hover::before {
	background-position: -30px -112px;
}
.icon-lens {
	width: 23px;
	height: 24px;
	background-position: -167px -218px;
}
a:hover .icon-lens {
	background-position: -167px -242px;
}
.icon-key {
	width: 30px;
	height: 14px;
	background-position: -26px 0;
	margin: -4px 20px 0 0;
}
a:hover .icon-key {
	background-position: -26px -14px;
}
.icon-inteo {
	width: 85px;
	height: 16px;
	background-position: 0 -75px;
	margin-left: 10px;
}
.icon-inteo:hover {
	background-position: 0 -92px;
}
.icon-cart {
	width: 28px;
	height: 22px;
	background-position: -56px 0;
	margin: -3px 20px 0 0;
}
.iconize-phone::before {
	background-position: 0 -50px;
	width: 23px;
	height: 24px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.iconize-phone:hover::before {
	background-position: -18px -28px;
}
.iconize-ham::before {
	width: 20px;
	height: 18px;
	background-position: -23px -53px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* .iconize-ham:hover:before {
  background-position: -43px -29px;
} */
.icon-ham {
	width: 20px;
	height: 18px;
	background-position: -23px -53px;
	margin: -5px 20px 0 0;
}

/* a:hover .icon-ham {
  background-position: -43px -29px;
}  */
.iconize-ok::before {
	width: 14px;
	height: 13px;
	background-position: -66px -25px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
button:hover::before {
	background-position: -66px -41px;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	margin: 0 0 -752px 0;
	padding: 0;
	min-width: 320px;
}
.wrap::after {
	content: '';
	height: 752px;
	margin: 0;
	padding: 0;
}
.holder {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}
@media (max-width: 479px) {
	.holder {
		padding: 0 35px;
	}
}
.header-control {
	background: #212121;
	top: 0;
	z-index: 10;
}
.header-control::before,
.header-control::after {
	content: '';
	display: table;
}
.header-control__wrap {
	float: right;
}
.header-control__btn {
	padding: 0 30px;
	line-height: 50px;
	color: #b0bec5;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	background: #212121;
	border-left: 2px solid #101010;
}
@media (max-width: 991px) {
	.header-control .holder {
		display: flex;
		justify-content: space-between
	}
	.header-control .clearfix:before, .header-control .clearfix:after {
		display: none;
	}
	.header-control__btn {
		padding: 0 20px;
	}
}
.header-control__btn:hover {
	background: #101010;
	color: #fff;
	text-decoration: none;
}
.header-control__btn:focus {
	color: #b0bec5;
}
.header-control__btn:focus:hover {
	color: #fff;
}
@media (max-width: 991px) {
	.header-control__btn-text {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-control__btn i {
		margin-right: 0;
	}
}
.header-control__cart-btn {
	color: #f44336;
	border-right: 2px solid #101010;
}
.header-control__cart-btn:hover {
	color: #f44336;
}
.header-control__cart-btn:focus {
	color: #f44336;
}
.header-control__cart-btn:focus:hover {
	color: #f44336;
}
.header-control__cart-btn-num {
	margin-left: 10px;
	background: #101010;
	padding: 0 7px;
	border-radius: 5px;
}
.header-control__cart-btn:hover .header-control__cart-btn-num {
	background: #000;
}
.header-control__menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 580px) {
	.header-control__menu {
		display: block;
		border-bottom: 2px solid #101010;
		margin: 0;
		padding: 0;
	}
	.header-control__person-btn {
		margin-left: 30px;
	}
}
.header-control__menu li {
	display: inline-block;
	vertical-align: top;
	line-height: 47px;
	margin-right: 35px;
}
.header-control__menu li a {
	font-size: 14px;
	color: #b0bec5;
}
.header-control__menu li a:hover {
	color: #fff;
	text-decoration: none;
}
.header__logo {
	float: left;
	width: 560px;
	position: relative;
	min-height: 28px;
}
.header__logo a {
	height: 28px;
}
@media (max-width: 479px) {
	.header__logo a {
		display: block;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.header__logo {
		width: auto;
	}
}
@media (max-width: 479px) {
	.header__logo {
		float: none;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.header-control__wrap {
		float: none;
	}
	.header-control__menu {
		padding-left: 30px;
	}
}
.header__logo img {
	width: 220px;
	position: absolute;
}
.header__logo-text {
	display: inline-block;
	vertical-align: top;
	color: #004a73;
	font-size: 13px;
	line-height: 18px;
	margin-top: -5px;
	padding-left: 250px;
	overflow: hidden;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.header__logo-text {
		display: none;
	}
}
@media (max-width: 479px) {
	.header__logo-text {
		display: block;
		padding: 0;
	}
}
.header__main {
	padding: 35px 0 30px;
}
.header__main-wrap {
	float: right;
}
@media (max-width: 479px) {
	.header__main-wrap {
		float: none;
		display: block;
		text-align: center;
		width: 100px;
	}
}
.header__phone {
	float: right;
	color: #f44336;
	margin-right: 20px;
	font: 900 30px/20px 'Roboto', sans-serif;
	text-align: right;
	margin-top: -5px;
	margin-bottom: -6px;
}
.header__phone-extra {
	line-height: 20px;
	color: #f44336;
}
@media screen and (max-width: 991px) {
	.header__phone_top {
		display: none;

		/*
		position: absolute;
		right: 0;
		font-size: 26px; */
	}
}
.header__phone span:not(.header-phone__number) {
	font: normal 14px 'Roboto', sans-serif;
	margin-right: 3px;
}
.header__phone-btn {
	float: right;
	width: 40px;
	height: 40px;
	border: 2px solid #eceff1;
	border-radius: 5px;
	margin-top: -5px;
}
.header__phone-btn:hover {
	background: #f44336;
	border: 2px solid #f44336;
}
.main-menu {
	float: right;
	list-style: none;
	padding: 15px 0 0;
	margin: 0 30px -5px -35px;
}
@media (max-width: 1199px) {
	.main-menu {
		display: none;
	}
}
.main-menu li {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	line-height: 1em;
}
.main-menu li a {
	color: #004a73;
	font-weight: bold;
	line-height: 1em;
}
.main-menu li a:hover {
	color: #f44336;
}
.city-switch {
	float: left;
	position: relative;
	margin-left: -20px;
	padding-top: 5px;
}
@media (max-width: 991px) {
	.city-switch {
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.city-switch {
		display: block;
		float: none;
		border-bottom: 2px solid #101010;
		padding: 0 0 0 30px;
	}
}
@media (max-width: 767px) {
	.city-switch {
		margin-top: 5px;
	}
}
.city-switch .btn {
	background: none;
	border: none;
	color: #b0bec5;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 25px 15px 45px;
	border-radius: 0;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px !important;
	position: relative;
}
.city-switch .btn::before {
	content: '';
	background: url(/f/i/icons.png);
	width: 15px;
	height: 25px;
	position: absolute;
	left: 20px;
	top: -3px;
	bottom: 0;
	margin: auto 0;
}
.city-switch .btn:hover {
	color: #fff;
}
.city-switch .btn:hover::before {
	background-position: 0 -25px;
}
.city-switch .btn:hover .caret {
	background-position: -15px -8px;
}
.city-switch .open .btn {
	color: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.65);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.65);
}
.city-switch .open .btn::before {
	background-position: 0 -25px;
}
.city-switch .caret {
	background: url(/f/i/icons.png) -15px 0;
	border: 0;
	width: 11px;
	height: 8px;
	margin-left: 5px;
}
.city-switch .open .caret {
	background-position: -15px -8px;
}
.city-switch .dropdown-menu {
	background: #212121;
	left: 0;
	min-width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	-webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.65);
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.65);
}
.city-switch .dropdown-menu li {
	border-top: 2px solid #101010;
}
.city-switch .dropdown-menu li:first-child {
	border-top: none;
}
.city-switch .dropdown-menu li:last-child a {
	border-radius: 0 0 7px 7px;
}
.city-switch .dropdown-menu li a {
	padding: 0;
	background: #212121;
}
.city-switch .dropdown-menu li a {
	padding: 12px 45px 12px 45px;
	color: #b0bec5;
}
.city-switch .dropdown-menu li a .radio input {
	display: none;
}
.city-switch .dropdown-menu li a:hover {
	background: #101010;
	box-shadow: none;
}
.city-switch .dropdown-menu li a:hover {
	color: #fff;
}
.city-switch .dropdown-menu li.active a {
	background: #101010;
}
.city-switch .dropdown-menu li.active a {
	color: #fff;
}
.main-menu-ham {
	vertical-align: top;
	float: right;
	width: 40px;
	height: 40px;
	border: 2px solid #eceff1;
	border-radius: 5px;
	margin-top: -5px;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	display: none;
	text-align: left;
}
@media (max-width: 1199px) {
	.main-menu-ham {
		display: block;
	}
}
.main-menu-ham:hover {
	border: 2px solid #f44336;
	border-radius: 7px 7px 0 0;
}
.main-menu-ham:hover ul {
	display: block;
}
.main-menu-ham ul {
	display: none;
	z-index: 2;
	border: 2px solid #f44336;
	min-width: 150px;
	border-radius: 7px;
	background: #fff;
	position: absolute;
	padding: 7px 20px 5px;
	top: 100%;
	left: -20px;
	cursor: default;
	margin: 2px 0 -10px;
}
@media (max-width: 991px) {
	.main-menu-ham ul {
		left: auto;
		right: -20px;
	}
}
@media (max-width: 479px) {
	.main-menu-ham ul {
		left: -20px;
		right: auto;
	}
}
.main-menu-ham ul::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 18px;
	width: 36px;
	height: 4px;
	background: #fff;
}
@media (max-width: 991px) {
	.main-menu-ham ul::before {
		left: auto;
		right: 18px;
	}
}
@media (max-width: 479px) {
	.main-menu-ham ul::before {
		right: auto;
		left: 18px;
	}
}
.main-menu-ham__item {
	display: block;
	margin-bottom: 10px;
	padding-top: 7px;
	line-height: 25px;
	border-top: 1px solid #f44336;
}
.main-menu-ham__item:first-child {
	border-top: none;
}
.main-menu-ham__item a {
	color: #004a73;
	font-weight: bold;
	display: block;
}
.main-menu-ham__item a:hover {
	color: #f44336;
}
.main-menu-ham__item_phone {
	display: none;
	font-size: 22px;
	padding-top: 15px;
}
.main-menu-ham__item_phone span {
	font-size: 18px;
}
@media (max-width: 991px) {
	.main-menu-ham__item_phone {
		display: block;
		margin-right: 0;
		white-space: nowrap;
	}
}
.footer {
	min-height: 752px;
	margin: 0;
	background: #212121;
	min-width: 320px;
	padding: 60px 0 0;
}
.footer__line {
	margin-right: -30px;
}
.footer__line_madeby {
	border-top: 1px solid #424242;
	padding-top: 20px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 50px;
}
.footer__catalog {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
@media (max-width: 1199px) {
	.footer__catalog {
		width: 75%;
	}
}
@media (max-width: 991px) {
	.footer__catalog {
		width: 100%;
	}
}
.footer__wrap {
	margin-right: -30px;
}
.footer__col {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 30px;
	width: 20%;
	padding-right: 30px;
}
@media (max-width: 1199px) {
	.footer__col {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.footer__col {
		width: 33.333333%;
	}
}
@media (max-width: 767px) {
	.footer__col {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.footer__col {
		width: 100%;
	}
}
.footer__holder {
	border-top: 1px solid #424242;
	padding-top: 20px;
}
.footer__col_subs .footer__holder {
	border-width: 1px 0 0 0;
	border-image: url(/f/i/subs-pattern.jpg) 1 round;
}
.footer__catalog .footer__col {
	width: 33.333333%;
	border-top: none;
}
@media (max-width: 767px) {
	.footer__catalog .footer__col {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.footer__catalog .footer__col {
		width: 100%;
	}
}
.footer__title {
	margin-bottom: 10px;
	font: bold 20px/30px 'Roboto', sans-serif;
}
.footer__title,
.footer__title a {
	color: #b0bec5;
}
.footer__title a:hover {
	color: #f44336;
}
.footer__subtitle {
	font-style: italic;
	color: #424242;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	line-height: 30px;
	margin-bottom: 4px;
}
.footer ul li a {
	font-size: 14px;
	color: #b0bec5;
}
.footer ul li a:hover {
	color: #f44336;
}
.footer__phone {
	font-size: 14px;
	color: #b0bec5;
	margin-bottom: 6px !important;
}
.footer__phone b {
	font-weight: normal;
	color: #fff;
}
.footer__phone span {
	color: #f44336;
}
.footer__email {
	margin-top: 10px;
}
.footer__email a {
	color: #fff!important;
}
.footer__brands {
	color: #424242;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
}
.footer__brands:hover {
	color: #f44336;
}
.footer__link {
	font-size: 14px;
	color: #b0bec5;
	line-height: 33px;
}
.footer__link:hover {
	color: #f44336;
}
.footer__subs-form {
	padding-top: 15px;
}
.footer__subs {
	padding: 10px 15px;
	height: 40px;
	background: #212121;
	border: 2px solid #424242;
	border-right: none;
	border-radius: 4px 0 0 4px;
	color: #b0bec5;
	font-size: 14px;
	width: 100%;
	outline: none;
}
.footer__subs-wrap {
	overflow: hidden;
}
.footer__subs-btn {
	width: 40px;
	height: 40px;
	border: 2px solid #424242;
	border-radius: 0 4px 4px 0;
	background: #212121;
	float: right;
}
.footer__subs-btn:hover {
	background: #f44336;
	border: none;
}
.made-by {
	font-size: 14px;
	color: #424242;
	line-height: 35px;
	margin-bottom: 40px;
}
.switcher__control {
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: text-top;
	padding: 0;
}
.switcher__btn {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 1em;
	cursor: pointer;
	border: 2px solid #0d3a52;
	border-left: none;
	padding: 15px 27px;
	text-align: center;
	background: #004a73;
}
.switcher__btn:first-child {
	border-left: 2px solid #0d3a52;
	border-radius: 4px 0 0 4px;
}
.switcher__btn:last-child {
	border-radius: 0 4px 4px 0;
}
.switcher__btn a {
	color: #fff;
	display: block;
	font-weight: bold;
}
.switcher__btn:hover a {
	color: #f44336;
}
.switcher__btn_active {
	position: relative;
	background: #0d3a52;
	pointer-events: none;
	border-radius: 0;
}
.switcher__btn_active::before {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -6px;
	border: 10px solid transparent;
	border-bottom: none;
	border-top: 10px solid #0d3a52;
}
.switcher__btn_active a {
	color: #f44336;
}
@media (max-width: 479px) {
	.switcher__btn {
		width: 100%;
		text-align: center;
		border: 2px solid #0d3a52;
		border-top: none;
		border-radius: 0 !important;
	}
	.switcher__btn:first-child {
		border-top: 2px solid #0d3a52;
		border-radius: 4px 4px 0 0 !important;
	}
	.switcher__btn:last-child {
		border-radius: 0 0 4px 4px !important;
	}
	.switcher__btn::before {
		display: none;
	}
}
.switcher__control_orange .switcher__btn {
	border: 2px solid #eceff1;
	border-left: none;
	background: #fff;
}
.switcher__control_orange .switcher__btn:first-child {
	border-left: 2px solid #eceff1;
}
.switcher__control_orange .switcher__btn:hover a {
	color: #f44336;
}
.switcher__control_orange .switcher__btn a {
	color: #004a73;
}
@media (max-width: 479px) {
	.switcher__control_orange .switcher__btn {
		border-top: none;
		border-left: 2px solid #eceff1;
	}
	.switcher__control_orange .switcher__btn:first-child {
		border-top: 2px solid #eceff1;
	}
}
.switcher__control_orange .switcher__btn_active {
	border-color: #f44336;
	background: #f44336;
}
.switcher__control_orange .switcher__btn_active::before {
	border-top: 10px solid #f44336;
}
.switcher__control_orange .switcher__btn_active:first-child {
	border-left: 2px solid #f44336;
}
@media (max-width: 479px) {
	.switcher__control_orange .switcher__btn_active:first-child {
		border-top: 2px solid #f44336;
	}
}
.switcher__control_orange .switcher__btn_active a {
	color: #fff !important;
}
.switcher__control_gray .switcher__btn {
	border: 2px solid #eceff1;
	border-left: none;
	background: #f5f5f5;
}
.switcher__control_gray .switcher__btn:first-child {
	border-left: 2px solid #eceff1;
}
.switcher__control_gray .switcher__btn:hover a {
	color: #f44336;
}
.switcher__control_gray .switcher__btn a {
	color: #004a73;
}
@media (max-width: 479px) {
	.switcher__control_gray .switcher__btn {
		border-top: none;
		border-left: 2px solid #eceff1;
	}
	.switcher__control_gray .switcher__btn:first-child {
		border-top: 2px solid #eceff1;
	}
}
.switcher__control_gray .switcher__btn_active {
	background: #fff;
}
.switcher__control_gray .switcher__btn_active::before {
	border-top: 10px solid #eceff1;
}
.switcher__control_gray .switcher__btn_active::after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -6px;
	border: 10px solid transparent;
	border-bottom: none;
	border-top: 10px solid #fff;
}
@media (max-width: 479px) {
	.switcher__control_gray .switcher__btn_active::after {
		display: none;
	}
}
.switcher__control_gray .switcher__btn_active a {
	color: #f44336;
}
.switcher__control_gray_white .switcher__btn {
	background: #fff;
}
.switcher__control_gray_white .switcher__btn:first-child {
	border-radius: 4px 0 0 0;
}
.switcher__control_gray_white .switcher__btn:last-child {
	border-radius: 0 4px 0 0;
}
.switcher__control_gray_white .switcher__btn_active {
	background: #eceff1;
}
.switcher__control_gray_white .switcher__btn_active::before,
.switcher__control_gray_white .switcher__btn_active::after {
	display: none;
}
@media (max-width: 991px) {
	.switcher__control_big {
		text-align: center;
		display: block;
	}
}
@media (max-width: 991px) {
	.switcher__control_big .switcher__btn {
		display: block;
	}
}
@media (max-width: 991px) {
	.switcher__control_big .switcher__btn {
		border-top: none;
		border-left: 2px solid #eceff1;
		width: 100%;
		border-radius: 0;
	}
	.switcher__control_big .switcher__btn:first-child {
		border-top: 2px solid #eceff1;
		border-radius: 4px 4px 0 0;
	}
	.switcher__control_big .switcher__btn:last-child {
		border-radius: 0 0 4px 4px;
	}
	.switcher__control_big .switcher__btn::before {
		display: none;
	}
	.switcher__control_big .switcher__btn_active {
		border-left: 2px solid #eceff1;
	}
}
@media (max-width: 479px) {
	.switcher__control_big .switcher__btn {
		height: auto;
		line-height: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.switcher__control_wide .switcher__btn {
	min-width: 220px;
}
@media (max-width: 767px) {
	.switcher__control_wide .switcher__btn {
		border-top: none;
		border-left: 2px solid #0d3a52;
		width: 100%;
		border-radius: 0;
	}
	.switcher__control_wide .switcher__btn:first-child {
		border-top: 2px solid #0d3a52;
		border-radius: 4px 4px 0 0;
	}
	.switcher__control_wide .switcher__btn:last-child {
		border-radius: 0 0 4px 4px;
	}
	.switcher__control_wide .switcher__btn::before {
		display: none;
	}
	.switcher__control_wide .switcher__btn_active {
		border-left: 2px solid #0d3a52;
	}
}
@media (max-width: 767px) {
	.switcher__control_wide.switcher__control_orange .switcher__btn {
		border-left: 2px solid #eceff1;
	}
	.switcher__control_wide.switcher__control_orange .switcher__btn:first-child {
		border-top: 2px solid #eceff1;
	}
	.switcher__control_wide.switcher__control_orange .switcher__btn_active {
		border-left: 2px solid #f44336;
	}
	.switcher__control_wide.switcher__control_orange .switcher__btn_active:first-child {
		border-top: 2px solid #f44336;
	}
}
.switcher__holder {
	display: none;
}
.switcher__holder_active {
	display: block !important;
}
.main-control {
	margin-bottom: 30px;
}
.main-control__catalog-btn {
	float: left;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	font: 900 20px 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #f44336;
	background: #f44336;
	padding: 10px 40px;
	border-radius: 4px;
	letter-spacing: .03em;
	margin-right: 30px;
	line-height: 28px;
}
.main-control__catalog-btn .icon-ham {
	background-position: -43px -29px;
}
.main-control__catalog-btn:hover {
	background: #e53935;
	border: 2px solid #e53935;
}
@media (max-width: 767px) {
	.main-control__catalog-btn {
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
}
@media (max-width: 479px) {
	.main-control__catalog-btn {
		width: 100%;
		padding: 11px 35px;
	}
}
.main-control_blue .main-control__catalog-btn {
	border: 2px solid #0d3a52;
	background: #004a73;
}
.main-control_blue .main-control__catalog-btn .icon-ham {
	background-position: -23px -53px;
}
.main-control_blue .main-control__catalog-btn:hover {
	background: #f44336;
	border: 2px solid #f44336;
}
.main-control_blue .main-control__catalog-btn:hover .icon-ham {
	background-position: -43px -29px;
}
.main-control__switcher {
	display: inline-block;
	vertical-align: text-top;
	float: left;
	margin-right: 30px;
}
@media (max-width: 991px) {
	.main-control__switcher {
		display: none;
	}
}
.main-control__switcher_2 {
	display: none;
	margin-right: 0;
	float: none;
}
@media (max-width: 991px) {
	.main-control__switcher_2 {
		display: inline-block;
	}
}
@media (max-width: 479px) {
	.main-control__switcher_2 {
		display: block;
		float: none;
	}
}
.main-control__search {
	overflow: hidden;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.main-control__search {
		display: block;
	}
}
.main-control__search-wrap {
	overflow: hidden;
}
.main-control__search-btn {
	float: right;
	border: 2px solid #eceff1;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background: #f5f5f5;
	height: 50px;
	width: 50px;
}
.main-control__search-btn:hover {
	background: #f44336;
	border: 2px solid #f44336;
	border-left: none;
}
.main-control__search-btn_focus {
	border: 2px solid #004a73;
	border-left: none;
}
.main-control__search-input {
	width: 100%;
	height: 50px;
	border: 2px solid #eceff1;
	border-radius: 4px 0 0 4px;
	padding: 11px 30px;
	background: #f5f5f5;
	border-right: none;
	font-weight: bold;
	color: #212121;
	outline: 0;
}
.main-control__search-input:focus {
	border: 2px solid #004a73;
	border-right: none;
}
.main-control_blue .main-control__search-btn {
	border: 2px solid #0d3a52;
	border-left: none;
	background: #004a73;
}
.main-control_blue .main-control__search-btn:hover {
	background: #f44336;
	border: 2px solid #f44336;
	border-left: none;
}
.main-control_blue .main-control__search-btn_focus {
	border: 2px solid #fff;
	border-left: none;
}
.main-control_blue .main-control__search-input {
	border: 2px solid #0d3a52;
	background: #004a73;
	color: #fff;
	border-right: none;
}
.main-control_blue .main-control__search-input:focus {
	border: 2px solid #fff;
	border-right: none;
}
.main-screen {
	background: #f5f5f5;
	padding: 30px 0 0;
	margin-bottom: -30px;
	min-height: 600px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.main-screen_blue {
	background: #004a73;
}
.main-screen__catalog {
	margin-bottom: 120px;
}
.about-slider {
	position: relative;
	margin-bottom: 40px;
}
.about-slider__wrap {
	position: relative;
	background: #004a73;
}
.about-slider__wrap::before {
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 55%;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.75);
}
@media (max-width: 479px) {
	.about-slider__wrap::before {
		display: none;
	}
}
.about-slider__holder {
	background: #004a73;
}
.about-slider__pager {
	position: absolute;
	bottom: 35px;
	left: 90px;
	margin-left: -10px;
	z-index: 2;
}
@media (max-width: 991px) {
	.about-slider__pager {
		left: 70px;
	}
}
@media (max-width: 767px) {
	.about-slider__pager {
		text-align: center;
		width: 100%;
		left: 0;
		margin-left: -7px;
	}
}
.about-slider__pager a {
	position: relative;
	background: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.about-slider__pager a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-slider__pager a:hover::before {
	background: #004a73;
}
.about-slider__pager a span {
	display: none;
}
.about-slider__pager a.selected::before {
	background: none;
	border: 2px solid #004a73;
	width: 20px;
	height: 20px;
}
.about-slider__pager a {
	position: relative;
	background: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.about-slider__pager_mini a {
	margin-left: 0;
}
.about-slider__pager_mini a::before {
	width: 9px;
	height: 9px;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.about-slider__pager_mini a:hover::before {
	background: #004a73;
}
.about-slider__pager_mini a.selected::before {
	background: #004a73;
	border: 0;
	width: 9px;
	height: 9px;
}
.about-slider__holder {
	height: 450px;
	overflow: hidden;
}
.about-slider__item {
	height: 450px;
	position: relative;
}
.about-slider__item_variable {
	height: auto;
}
.about-slider img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
}
.about-slider__item_variable img {
	position: relative;
	max-width: 100%;
	top: auto;
	left: auto;
	width: 100%;
	margin-left: 0;
}
.about-slider__content {
	position: relative;
	z-index: 1;
	padding: 70px 90px;
	max-width: 1000px;
}
@media (max-width: 991px) {
	.about-slider__content {
		padding: 70px;
	}
}
@media (max-width: 767px) {
	.about-slider__content {
		padding: 50px;
		text-align: center;
	}
}
@media (max-width: 479px) {
	.about-slider__content {
		padding: 50px 30px;
	}
}
.about-slider__title {
	font: bold 50px/60px 'Roboto', sans-serif;
	margin-bottom: 30px;
}
.about-slider__title,
.about-slider__title a {
	color: #fff;
}
@media (max-width: 991px) {
	.about-slider__title {
		font-size: 45px;
		line-height: 55px;
	}
}
@media (max-width: 767px) {
	.about-slider__title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 25px;
	}
}
@media (max-width: 479px) {
	.about-slider__title {
		font-size: 25px;
		line-height: 35px;
	}
}
.about-slider__text {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
@media (max-width: 479px) {
	.about-slider__text {
		font-size: 16px;
		line-height: 20px;
	}
}
.achiv {
	background: #004a73;
	padding-top: 70px;
	max-height: 340px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.achiv {
		display: none;
	}
}
.achiv__holder {
	text-align: justify;
}
.achiv__holder::after {
	display: inline-block;
	content: '';
	vertical-align: top;
	width: 100%;
	height: 0;
}
.achiv__item {
	width: 24%;
	min-height: 260px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	padding: 0 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}
@media (max-width: 1199px) {
	.achiv__item {
		width: 33%;
	}
}
@media (max-width: 991px) {
	.achiv__item {
		width: 49%;
	}
}
.achiv__num {
	color: #f44336;
	font: bold 60px 'Roboto', sans-serif;
}
.achiv__num span {
	font-size: 16px;
}
.achiv__name {
	color: #f44336;
	font-weight: bold;
	margin-top: -5px;
}
.achiv__text,.achiv__text a {
	color: #b0bec5;
}
.achiv img {
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.catalog-list {
	margin-bottom: 50px;
	padding-top: 50px;
}
.catalog-list__title {
	font: bold 60px 'Roboto', sans-serif;
	margin-bottom: 50px;
}
.catalog-list__switcher {
	margin-bottom: 75px;
}
.catalog-list__holder {
	margin-left: -30px;
	margin-bottom: -65px;
}
@media (max-width: 479px) {
	.catalog-list__holder {
		text-align: center;
	}
}
.catalog-list__holder_brand {
	margin-left: 0;
	margin-bottom: 0;
}
.catalog-list__item {
	display: inline-block;
	vertical-align: top;
	width: 16.666666%;
	padding-left: 30px;
	margin-bottom: 65px;
}
@media (max-width: 1280px) {
	.catalog-list__item {
		width: 20%;
	}
}
@media screen and (max-width: 1199px) {
	.catalog-list__item {
		width: 25%;
	}
}
@media screen and (max-width: 991px) {
	.catalog-list__item {
		width: 33.333333%;
	}
}
@media (max-width: 767px) {
	.catalog-list__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.catalog-list__item {
		width: 100%;
	}
}
.catalog-list__img {
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.catalog-list__icon {
	position: absolute;
	top: -10px;
	left: -20px;
}
.catalog-list__section {
	color: #263238;
	font: bold 20px/30px 'Roboto', sans-serif;
	margin-bottom: 15px;
}
.catalog-list__section_spec {
	color: #f44336;
}
.catalog-list__links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.catalog-list__links li {
	margin-bottom: 10px;
}
.catalog-list__links li a {
	color: #004a73;
	font-size: 14px;
	line-height: 20px;
}
.catalog-list__links li a:hover {
	color: #f44336;
}
.brand {
	margin-right: -10px;
	margin-bottom: -10px;
}
@media (min-width: 1280px) {
	.brand {
		margin-right: -12px;
		margin-bottom: -12px;
	}
}
@media (max-width: 1199px) {
	.brand {
		margin-right: -8px;
		margin-bottom: -8px;
	}
}
@media (max-width: 991px) {
	.brand {
		margin-right: -6px;
		margin-bottom: -6px;
	}
}
@media (max-width: 767px) {
	.brand {
		margin-right: -4px;
		margin-bottom: -4px;
	}
}
@media (max-width: 479px) {
	.brand {
		margin-right: -2px;
		margin-bottom: -2px;
	}
}
.brand__item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20%;
	border: 2px solid #eceff1;
	margin: 0 -2px -2px 0;
	height: 220px;
}
.brand__item:hover {
	background: #eceff1;
}
.brand__item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 75%;
	max-height: 75%;
}
@media (min-width: 1280px) {
	.brand__item {
		width: 16.666666%;
	}
}
@media (max-width: 1199px) {
	.brand__item {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.brand__item {
		width: 33.333333%;
	}
}
@media (max-width: 767px) {
	.brand__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.brand__item {
		width: 100%;
	}
}
.services {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.services_fixed {
	overflow: visible;
}
.services__back {
	height: 1500px;
	position: absolute;
	top: -700px;
	left: 50%;
	width: 4200px;
	z-index: -1;
	pointer-events: none;
	margin-left: -2100px;
	background: -moz-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -webkit-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -o-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -ms-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: linear-gradient(to right, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
}
.services__scroller {
	width: 2520px;
	position: absolute;
	z-index: 1;
	margin-left: -70px;
}
@media (max-width: 479px) {
	.services__scroller {
		width: 1800px;
	}
}
.services__holder {
	padding: 75px 50px 100px;
}
.services__text,
.services__btn {
	position: relative;
	z-index: 3;
}
.services__text {
	margin-bottom: 90px;
}
.services__title {
	font: bold 60px/70px 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	.services__title {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (max-width: 479px) {
	.services__title {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 25px;
	}
}
.services_fixed .services__text {
	margin-bottom: 80px;
}
.services__descr {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
@media (max-width: 767px) {
	.services__descr {
		font-size: 16px;
		line-height: 25px;
	}
}
@media (max-width: 479px) {
	.services__descr {
		font-size: 14px;
	}
}
.services__btn {
	background: #fff;
	border-radius: 4px;
	padding: 15px 25px 15px 20px;
	display: inline-block;
	color: #f44336;
	font-weight: bold;
	line-height: 25px;
}
.services__btn:hover {
	background: #eceff1;
}
@media (max-width: 479px) {
	.services__btn {
		font-size: 13px;
	}
	.services__btn i {
		display: none;
	}
}
.services__content {
	z-index: 2;
	position: relative;
	cursor: grab;
	height: 465px;
	margin-bottom: 30px;

	/* margin-right: -70px; */
}
.services_fixed .services__content {
	cursor: default;
	height: auto;
	margin-left: -70px;
	margin-bottom: -40px;
}
.services_fixed .services__content-wrap {
	margin-right: -70px;
	padding-right: 140px;
	margin-left: -70px;
	padding-left: 70px;
	overflow: hidden;
}
.services__img {
	position: relative;
	margin-bottom: 35px;
	display: block;
}
.services__img i {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #212121;
	color: #fff;
	font: 900 30px/52px 'Roboto', sans-serif;
	text-align: center;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.services__img span {
	height: 220px;
	display: inline-block;
	background: url(/f/i/services.png) no-repeat;
}
.services_fixed .services__img {
	margin-bottom: 15px;
}
.services_fixed .services__img i {
	width: 40px;
	height: 40px;
	font: bold 20px/40px 'Roboto', sans-serif;
}
a.services__item:hover .services__img i {
	background: #101010;
}
.services__item:nth-child(1) .services__img span {
	width: 239px;
	background-position: 0 0;
}
.services__item:nth-child(1):hover .services__img span {
	background-position: 0 -220px;
}
.services__item:nth-child(2) .services__img span {
	width: 238px;
	background-position: -239px 0;
}
.services__item:nth-child(2):hover .services__img span {
	background-position: -239px -220px;
}
.services__item:nth-child(3) .services__img span {
	width: 241px;
	background-position: -477px 0;
}
.services__item:nth-child(3):hover .services__img span {
	background-position: -477px -220px;
}
.services__item:nth-child(4) .services__img span {
	width: 242px;
	background-position: -718px 0;
}
.services__item:nth-child(4):hover .services__img span {
	background-position: -718px -220px;
}
.services__item:nth-child(5) .services__img span {
	width: 259px;
	background-position: -960px 0;
}
.services__item:nth-child(5):hover .services__img span {
	background-position: -960px -220px;
}
.services__item:nth-child(6) .services__img span {
	width: 233px;
	background-position: -1219px 0;
}
.services__item:nth-child(6):hover .services__img span {
	background-position: -1219px -220px;
}
.services__item:nth-child(odd) .services__img::before {
	content: '';
	position: absolute;
	right: -40px;
	width: 116px;
	height: 34px;
	top: 75px;
	background: url(/f/i/icons.png) 0 -224px;
}
.services_fixed .services__item:nth-child(odd) .services__img::before {
	top: 40px;
	left: 75%;
}
.services__item:nth-child(even) .services__img::before {
	content: '';
	position: absolute;
	right: -40px;
	width: 130px;
	height: 34px;
	top: 110px;
	background: url(/f/i/icons.png) 0 -190px;
}
.services_fixed .services__item:nth-child(even) .services__img::before {
	top: 90px;
	left: 70%;
}
.services_fixed .services__item .services__img::after {
	content: '';
	display: none;
	position: absolute;
	left: -150px;
	width: 130px;
	height: 34px;
	top: 110px;
	background: url(/f/i/icons.png) 0 -190px;
}
.services__item:nth-child(5) .services__img::after {
	display: block;
}
@media (max-width: 1199px) {
	.services__item:nth-child(5) .services__img::after {
		display: none;
	}
}
@media (max-width: 1199px) {
	.services__item:nth-child(4) .services__img::after {
		display: block;
	}
}
@media (max-width: 991px) {
	.services__item:nth-child(4) .services__img::after {
		display: none;
	}
}
@media (max-width: 479px) {
	.services__item .services__img::before {
		display: none;
	}
}
.services__item:nth-child(6) .services__img::before {
	display: none;
}
.services__item {
	width: 350px;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 70px;
}
@media (max-width: 479px) {
	.services__item {
		width: 230px;
	}
}
.services_fixed .services__item {
	width: 25%;
	margin-left: 0;
	padding-left: 70px;
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.services_fixed .services__item {
		width: 33.333333%;
	}
}
@media (max-width: 767px) {
	.services_fixed .services__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.services_fixed .services__item {
		width: 100%;
	}
}
.services__name {
	font: bold 30px/40px 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 20px;
	-webkit-user-select: none;
	user-select: none;
}
@media (max-width: 479px) {
	.services__name {
		margin-bottom: 10px;
	}
}
.services_fixed .services__name {
	font-size: 20px;
	margin-bottom: 5px;
}
.services__detail {
	color: #fff;
	line-height: 35px;
	-webkit-user-select: none;
	user-select: none;
}
@media (max-width: 479px) {
	.services__detail {
		font-size: 14px;
		line-height: 25px;
	}
}
.services_fixed .services__detail {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}
a.services__item:hover .services__name,
a.services__item:hover .services__detail {
	color: #212121;
}
.services__list {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.services__list li {
	color: #fff;
	padding-left: 30px;
	line-height: 30px;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
}
.services__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background: url(/f/i/icons.png) -140px -345px;
	width: 20px;
	height: 20px;
}
.catalog__holder {
	margin-left: -20px;
	margin-top: -20px;
}
.catalog__item {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 20px;
}
@media screen and (max-width: 1199px) {
	.catalog__item {
		width: 25%;
	}
}
@media screen and (max-width: 991px) {
	.catalog__item {
		width: 33.333333%;
	}
}
@media (max-width: 767px) {
	.catalog__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.catalog__item {
		width: 100%;
	}
}
.catalog__item_dbl {
	width: 40%;
}
@media screen and (max-width: 1199px) {
	.catalog__item_dbl {
		width: 50%;
	}
}
@media screen and (max-width: 991px) {
	.catalog__item_dbl {
		width: 66.666666%;
	}
}
@media (max-width: 767px) {
	.catalog__item_dbl {
		width: 100%;
	}
}
.catalog__item-holder {
	background: #fff;
	display: block;
	padding: 20px 20px 30px 20px;
	position: relative;
	overflow: hidden;
}
.catalog__item-holder:hover {
	-webkit-box-shadow: 0 0 15px 0 #cfd8dc;
	-moz-box-shadow: 0 0 15px 0 #cfd8dc;
	box-shadow: 0 0 15px 0 #cfd8dc;
}
.catalog__item_rework .catalog__item-holder {
	background: transparent;
	padding-bottom: 10px;
}
.catalog__rework-holder {
	background: #fff;
}
.catalog__rework-holder:hover {
	-webkit-box-shadow: 0 0 15px 0 #cfd8dc;
	-moz-box-shadow: 0 0 15px 0 #cfd8dc;
	box-shadow: 0 0 15px 0 #cfd8dc;
}
.catalog__item_rework .catalog__item-holder:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.catalog__oneclick {
	padding: 0 20px 30px 20px;
}
.catalog_tight .catalog__item {
	width: 25%;
}
@media screen and (max-width: 1199px) {
	.catalog_tight .catalog__item {
		width: 33.333333%;
	}
}
@media screen and (max-width: 991px) {
	.catalog_tight .catalog__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.catalog_tight .catalog__item {
		width: 100%;
	}
}
.catalog_tight .catalog__item_dbl {
	width: 50%;
}
@media screen and (max-width: 1199px) {
	.catalog_tight .catalog__item_dbl {
		width: 66.666666%;
	}
}
@media screen and (max-width: 991px) {
	.catalog_tight .catalog__item_dbl {
		width: 100%;
	}
}
.catalog_full .catalog__item {
	width: 20%;
}
@media screen and (max-width: 1199px) {
	.catalog_full .catalog__item {
		width: 25%;
	}
}
@media screen and (max-width: 991px) {
	.catalog_full .catalog__item {
		width: 33.333333%;
	}
}
@media (max-width: 479px) {
	.catalog_full .catalog__item {
		width: 100%;
	}
}
.catalog__img {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	padding: 30px 20px 20px;
	min-height: 180px;
}
.catalog__img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.catalog__in-stock {
	color: #4caf50;
	font-size: 13px;
	margin-right: 10px;
	display: block;
}
.catalog__in-stock_not {
	color: #ff9800;
}
.catalog__brand {
	color: #b0bec5;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
	display: inline-block;
}
.catalog__name {
	color: #004a73;
	display: block;
	margin-bottom: 20px;
}
a.catalog__item-holder:hover .catalog__name,
a:hover .catalog__name {
	color: #f44336;
}
.catalog__old-price {
	color: #212121;
	font-size: 14px;
	display: block;
	margin-right: 10px;
	margin-bottom: 0;
}
.catalog__old-price b {
	font-size: 16px;
	position: relative;
	font-weight: normal;
}
.catalog__old-price b::before {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #212121;
	top: 50%;
	left: 0;
	content: '';
}
.catalog__price {
	color: #212121;
	font-size: 14px;
	display: block;
}
.catalog__price b {
	font-size: 25px;
}
.catalog__price span {
	font-size: 20px;
	padding-left: 3px;
}
.catalog_list .catalog__price span {
	padding-left: 0;
}
.catalog__item_dbl .catalog__price {
	display: inline-block;
}
.catalog__description-text {
	color: #37474f;
	font-size: 14px;
	line-height: 25px;
}
.catalog__promo-holder {
	margin-bottom: 20px;
}
.catalog__promo {
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	background: #f44336;
	padding: 0 0 0 5px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.catalog__promo_new {
	background: #36b337;
}
.catalog__promo_inline {
	position: relative;
	display: inline-block;
	top: 0;
	vertical-align: middle;
	margin-left: 20px;
	padding-left: 10px;
}
.catalog__promo_static {
	position: relative;
	left: auto;
	top: auto !important;
	display: inline-block;
	padding-left: 10px;
	margin-right: 30px;
}
.catalog__promo::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	border: 13px solid #f44336;
	border-right-color: transparent !important;
	border-right-width: 8px;
}
.catalog__promo_new.catalog__promo::after {
	border-color: #36b337;
}
.catalog_list .catalog__promo {
	top: 15px;
}
.catalog__promo + .catalog__promo,
.catalog_list .catalog__promo + .catalog__promo {
	top: 55px;
}
.catalog__promo + .catalog__promo + .catalog__promo,
.catalog_list .catalog__promo + .catalog__promo + .catalog__promo {
	top: 90px;
}
.catalog__item_dbl .catalog__in-stock {
	display: inline-block;
	margin-bottom: 10px;
}
.catalog__item_dbl .catalog__brand {
	display: inline-block;
}
.catalog__item_dbl .catalog__old-price {
	display: inline-block;
	margin-bottom: 0;
}
@media (max-width: 479px) {
	.catalog__item_dbl .catalog__old-price {
		margin-bottom: 15px;
		display: block;
	}
}
.catalog__item_dbl .catalog__img {
	padding: 0 70px;
	height: 250px;
}
.catalog__arrow {
	width: 52px;
	height: 50px;
	background: #fff;
	border: 2px solid #eceff1;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	position: relative;
}
.catalog__arrow:hover {
	background: #eceff1;
}
.catalog__arrow::before,
.catalog__arrow::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 7px solid transparent;
	width: 0;
	height: 0;
}
.catalog__arrow_right {
	border-left: none;
	border-radius: 0 5px 5px 0;
	margin-right: 20px;
}
.catalog__arrow_right::before {
	border-left: 8px solid #004a73;
	border-right: none;
}
.catalog__arrow_right:hover::before {
	border-left-color: #f44336;
}
.catalog__arrow_right::after {
	border-left: 8px solid #fff;
	left: 1px;
}
.catalog__arrow_right:hover::after {
	border-left-color: #eceff1;
}
.catalog__arrow_left {
	border-radius: 5px 0 0 5px;
}
.catalog__arrow_left::before {
	border-right: 8px solid #004a73;
	border-left: none;
}
.catalog__arrow_left:hover::before {
	border-right-color: #f44336;
}
.catalog__arrow_left::after {
	border-right: 8px solid #fff;
	right: 1px;
}
.catalog__arrow_left:hover::after {
	border-right-color: #eceff1;
}
.catalog__item_spec .catalog__item-holder {
	z-index: 1;
}
.catalog__item_spec .catalog__back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.catalog__item_spec .catalog__back img {
	min-width: 100%;
}
.catalog__item_spec .catalog__back::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -webkit-linear-gradient(top, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -o-linear-gradient(top, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -ms-linear-gradient(top, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: linear-gradient(to bottom, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	opacity: .7;
}
.catalog__item_spec .catalog__brand {
	margin-bottom: 200px;
}
.catalog__item_spec .catalog__title {
	display: block;
	font: bold 30px/40px 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.catalog__item_spec .catalog__text {
	line-height: 30px;
	color: #fff;
}
.promo {
	margin-bottom: 120px;
}
.promo__holder {
	margin-left: -20px !important;
	margin-top: -20px !important;
}
.promo__item {
	padding: 20px 0 0 20px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 767px) {
	.promo__item {
		width: 100%;
	}
}
.promo__item-holder {
	background: #fff;
	height: 300px;
	display: block;
}
.promo__item-holder:hover {
	-webkit-box-shadow: 0 0 15px 0 #cfd8dc;
	-moz-box-shadow: 0 0 15px 0 #cfd8dc;
	box-shadow: 0 0 15px 0 #cfd8dc;
}
.promo-slider__item {
	margin-bottom: 15px;
}
.slider__holder {
	padding: 15px;
}
.slider__item {
	margin-bottom: 30px;
}
.slider .caroufredsel_wrapper {
	margin: -15px !important;
}
.slider__pager {
	position: absolute;
	bottom: 70px;
	left: 0;
	padding-left: 30px;
	z-index: 2;
}
.slider__pager a {
	background: #004a73;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 17px;
	display: inline-block;
	vertical-align: middle;
}
.slider__pager a span {
	display: none;
}
.slider__pager a:hover {
	background: #f44336;
}
.slider__pager a.selected {
	background: none;
	border: 2px solid #f44336;
	width: 20px;
	height: 20px;
}
.no-promo {
	min-height: 400px;
	text-align: center;
	padding: 70px 0;
}
.no-promo__icon {
	margin-bottom: 30px;
}
.no-promo__text {
	font: bold 40px/50px 'Roboto', sans-serif;
	color: #cfd8dc;
	max-width: 630px;
	display: inline-block;
}
@media (max-width: 479px) {
	.no-promo__text {
		font-size: 30px;
		line-height: 40px;
	}
}
.main-title {
	font: bold 60px 'Roboto', sans-serif;
	margin-bottom: 35px;
}
.main-title_condensed {
	font-size: 40px;
}
@media (max-width: 767px) {
	.main-title {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 479px) {
	.main-title,
	.main-title_condensed {
		font-size: 30px;
		line-height: 40px;
	}
}
.main {
	background: #f5f5f5;
	padding: 30px 0 0;
}
.main__table {
	display: table;
	width: 100%;
}
@media (max-width: 767px) {
	.main__table {
		display: block;
	}
}
.main__row {
	display: table-row;
	width: 100%;
}
@media (max-width: 767px) {
	.main__row {
		display: block;
	}
}
.main__cell {
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 767px) {
	.main__cell {
		display: block;
	}
}
.main .main-control {
	margin-bottom: 30px;
}
.main__menu {
	width: 220px;
}
@media (max-width: 479px) {
	.main__menu {
		width: 100%;
	}
}
.main__holder {
	padding: 15px;
	overflow: hidden;
}
.main__content {
	margin: -15px;
}
@media (max-width: 767px) {
	.main__content {
		margin: 0;
	}
}
.catalog-menu {
	border: 2px solid #eceff1;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 50px;
	margin-right: 30px;
}
@media (max-width: 479px) {
	.catalog-menu {
		width: 100%;
	}
}
.catalog-menu__title {
	background: #eceff1;
	color: #90a4ae;
	font-style: italic;
	padding: 12px 17px;
	line-height: 25px;
}
.catalog-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.catalog-menu__item {
	border-bottom: 2px solid #eceff1;
}
.catalog-menu__item:last-child {
	border-bottom: none;
}
.catalog-menu__item a,
.catalog-menu__item p {
	display: block;
	font-size: 14px;
	padding: 12px 17px;
	line-height: 25px;
	color: #004a73;
}
.catalog-menu__item:hover a {
	color: #f44336;
}
.catalog-menu__item_active {
	background: #eceff1;
	font-weight: bold;
}
@media (max-width: 479px) {
	.goods {
		text-align: center;
	}
}
.goods__wrap {
	background: #fff;
	margin-bottom: 90px;
	border-radius: 5px;
	overflow: hidden;
}
.goods__holder {
	padding: 65px 40px;
	position: relative;
}
@media (max-width: 479px) {
	.goods__holder {
		padding: 20px!important;
	}
}
.goods__img {
	width: 400px;
	margin-right: 40px;
	float: left;
	min-height: 400px;
}
@media screen and (max-width: 991px) {
	.goods__img {
		width: 100%;
		float: none;
		margin-right: 0;
		text-align: center;
	}
}
.goods__detail {
	overflow: hidden;
	margin-bottom: 50px;
}
.goods__brand {
	margin-bottom: 20px;
	max-width: 100%;
	margin-right: 20px;
}
.goods__short {
	font-size: 14px;
	color: #37474f;
	line-height: 30px;
	margin-bottom: 30px;
}
@media (max-width: 479px) {
	.goods__short {
		font-size: 12px;
		line-height: 18px;
	}
}
.goods__subtitle {
	font-weight: bold;
	color: #263238;
	margin-bottom: 15px;
}
@media (max-width: 479px) {
	.goods__subtitle {
		font-size: 14px;
		line-height: 25px;
	}
}
.goods__hint {
	font-size: 14px;
	font-style: italic;
	color: #37474f;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 25px;
}
.goods__hint span {
	font-weight: bold;
}
@media (max-width: 479px) {
	.goods__hint {
		font-size: 12px;
		line-height: 18px;
	}
}
.goods__size {
	margin-bottom: 20px;
	display: table;
	width: 100%;
	border-bottom: 2px solid #eceff1;
}
.goods__color {
	display: inline-block;
	margin: 0 10px 10px 0;
	border: 2px solid #eceff1;
	border-radius: 5px;
	width: 120px;
	vertical-align: top;
	padding: 0 !important;
}
input[type='radio']:checked + label.goods__color {
	border-color: #f44336;
}
.goods__color-img {
	position: relative;
	display: block;
	height: 116px;
}
.goods__color-img img {
	max-width: 116px;
	max-height: 116px;
	position: absolute;
	border-radius: 3px 3px 0 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.goods__color-name {
	display: block;
	padding: 8px;
	color: #37474f;
	font-size: 12px;
	line-height: 20px;
}
.goods__price {
	font: bold 40px 'Roboto', sans-serif;
	color: #212121;
	margin-right: 15px;
	margin-bottom: 20px;
	display: inline-block;
}
.goods__price .rub {
	font-weight: normal;
	margin-left: 5px;
}
@media (max-width: 480px) {
	.goods__price {
		margin-bottom: 0;
		margin-right: 0;
	}
}
.goods__for-one {
	font-size: 14px;
	color: #37474f;
	margin-right: 30px;
	white-space: nowrap;
	word-wrap: normal;
}
@media (max-width: 480px) {
	.goods__for-one {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}
}
@media (max-width: 479px) {
	.goods__info .info-line::before {
		display: none;
	}
	.goods__info .info-line__name {
		margin-bottom: 5px;
	}
	.goods__info .info-line__value {
		display: block;
	}
	.goods__info .info-line span {
		float: none;
		padding: 0;
	}
}
.goods__in-stock {
	color: #4caf50;
	font-size: 14px;
	white-space: nowrap;
	word-wrap: normal;
}
.goods__in-stock_not {
	color: #ff9800;
}
@media (max-width: 480px) {
	.goods__in-stock {
		display: block;
		margin-bottom: 20px;
	}
}
.goods__amounter {
	margin-right: 20px;
	margin-bottom: 20px;
}
@media (max-width: 479px) {
	.goods__amounter {
		margin-right: 0;
	}
}
.goods__calc {
	margin-bottom: 30px;
}
@media (max-width: 479px) {
	.goods__calc i {
		display: none;
	}
}
@media (max-width: 479px) {
	.goods__calc {
		height: auto;
		font-size: 14px;
		padding: 0 10px;
		line-height: 25px;
		text-align: center;
		display: block;
	}
}
.goods__in-cart {
	margin-bottom: 30px;
}
@media (max-width: 479px) {
	.goods__in-cart i {
		display: none;
	}
}
.goods__control {
	margin-left: -40px;
	margin-bottom: -20px;
}
.goods__control-wrap {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	margin-bottom: 20px;
}
.goods__control-link {
	margin-bottom: 20px;
}
@media (max-width: 479px) {
	.goods__control-link {
		font-size: 10px;
	}
	.goods__control-link i {
		display: none;
	}
}
.goods__description {
	border-top: 2px solid #eceff1;
	margin-top: -2px;
	padding-top: 40px;
}
.goods__description .goods__subtitle {
	margin-bottom: 30px;
}
.goods__text {
	color: #37474f;
	line-height: 35px;
	margin-bottom: 35px;
}
@media (max-width: 479px) {
	.goods__text {
		font-size: 14px;
		line-height: 30px;
	}
}
.goods__text p {
	margin-bottom: 25px;
}
.goods__text_nomargin p {
	margin-bottom: 0;
}
.goods__marked {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 30px;
}
@media (max-width: 767px) {
	.goods__marked {
		display: block;
		width: 100%;
	}
}
.goods__tech {
	border-top: 2px solid #eceff1;
	padding-top: 30px;
	margin-bottom: 10px;
}
.goods__tech:last-child {
	border-bottom: 2px solid #eceff1;
	padding-bottom: 10px;
}
.goods__tech-holder {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 25px;
}
@media (max-width: 767px) {
	.goods__tech-holder {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}
}
.goods__tech-name {
	font-weight: bold;
	color: #37474f;
}
@media (max-width: 767px) {
	.goods__tech-name {
		margin-bottom: 20px;
	}
}
.goods__tech-value {
	margin-bottom: 20px;
	color: #37474f;
}
.goods__service {
	position: relative;
	overflow: hidden;
	padding: 45px 40px 20px;
	z-index: 1;
	background: -moz-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -webkit-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -o-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -ms-linear-gradient(left, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: linear-gradient(to right, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
}
.goods__service_consult {
	background: #004a73;
}
.goods__service_calc,
.goods__service_roof {
	padding-bottom: 14px;
	padding-top: 30px;
}
@media (max-width: 479px) {
	.goods__service {
		padding-right: 20px;
	}
}
.goods__service img {
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -200px;
	opacity: .4;
	z-index: -1;
}
.goods__service_calc img {
	margin-top: -170px;
	right: 12%;
}
.goods__service_roof img {
	margin-top: 0;
	top: auto;
	right: 0;
	bottom: 0;
}
@media (max-width: 479px) {
	.goods__service img {
		display: none;
	}
}
.goods__service-title {
	font: bold 40px/40px 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
@media (max-width: 479px) {
	.goods__service-title {
		font-size: 30px;
		line-height: 30px;
	}
}
.goods__service-text {
	padding-right: 200px;
	margin-bottom: 20px;
}
.goods__service_calc .goods__service-text {
	padding-right: 550px;
}
.goods__service_roof .goods__service-text {
	padding-right: 510px;
}
.goods__service_calc .gray-btn {
	padding-left: 20px;
	padding-right: 20px;
}
.goods__service_calc .goods__service-title,
.goods__service_roof .goods__service-title {
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.goods__service-text {
		padding-right: 0 !important;
	}
}
@media (max-width: 479px) {
	.goods__service-text {
		font-size: 14px;
		line-height: 25px;
	}
}
.goods__service-description {
	color: #fff;
	line-height: 25px;
}
.goods__service_consult .goods__service-description {
	color: #b0bec5;
	font-style: italic;
}
.goods__service-btn {
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 50px;
}
@media (max-width: 767px) {
	.goods__service-btn {
		position: relative;
		display: block;
		margin-bottom: 20px;
		right: auto;
	}
}
.goods__accom {
	margin-bottom: 50px;

	/* margin-right: -20px; */
}
.goods__accom-title {
	font: bold 40px/40px 'Roboto', sans-serif;
	color: #004a73;
	margin-bottom: 45px;
	margin-right: 20px;
}
@media (max-width: 479px) {
	.goods__accom-title {
		font-size: 28px;
		line-height: 30px;
	}
}
.goods__accom .catalog__holder {
	margin-bottom: 10px;
}
.goods__accom .caroufredsel_wrapper {
	padding-right: 20px;
}
.marked-list {
	list-style: none;
	padding: 0;
	margin: 0 0 -10px;
}
.marked-list li {
	margin-bottom: 15px;
	color: #37474f;
	position: relative;
	padding-left: 30px;
	line-height: 30px;
	text-align: left;
}
@media (max-width: 479px) {
	.marked-list li {
		font-size: 14px;
		line-height: 25px;
	}
}
.marked-list li::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/f/i/icons.png) -143px -223px;
	left: 0;
	top: 5px;
}
.certif {
	margin-left: -20px;
}
.certif__item {
	width: 20%;
	padding-left: 20px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 1199px) {
	.certif__item {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.certif__item {
		width: 33.333333%;
	}
}
@media (max-width: 767px) {
	.certif__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.certif__item {
		width: 100%;
	}
}
.certif__item a {
	display: block;
}
.certif__img {
	border: 2px solid #eceff1;
	height: 290px;
	padding: 2px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
.certif__img::before {
	content: '';
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.certif__img::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #eceff1;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
}
.certif__img i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	margin: auto;
	width: 23px;
	height: 24px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	background: url(/f/i/icons.png) -167px -242px;
}
.certif__img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.certif__item a:hover .certif__img i {
	opacity: 1;
}
.certif__item a:hover .certif__img::after {
	opacity: .75;
}
.certif__name {
	margin-bottom: 10px;
	display: block;
	line-height: 30px;
}
.certif__item a:hover .certif__name {
	color: #f44336;
}
.certif__size {
	color: #37474f;
	font-size: 14px;
	font-style: italic;
}
.goods-carou {
	margin-bottom: 40px;
}
.goods-carou__holder {
	margin: 0 auto 20px;
	position: relative;
	border: 3px solid #f5f5f5;
	border-radius: 5px;
	display: block;
	text-align: center;
	height: 400px;
	max-width: 400px;
}
@media (max-width: 767px) {
	.goods-carou__holder {
		max-width: 280px;
		height: 280px;
	}
}
@media (max-width: 479px) {
	.goods-carou__holder {
		max-width: 999px;
		width: 100%;
		height: 220px;
	}
}
.goods-carou__holder::before {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.goods-carou__holder .icon-lens {
	position: absolute;
	top: 15px;
	left: 15px;
}
.goods-carou__holder img {
	max-width: 340px;
	max-height: 340px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.goods-carou__holder img {
		max-width: 220px;
		max-height: 220px;
	}
}
@media (max-width: 479px) {
	.goods-carou__holder img {
		max-width: 90%;
		max-height: 160px;
	}
}
.goods-carou__pager {
	margin-left: -10px;
	margin-bottom: -10px;
}
.goods-carou__pager a {
	display: inline-block;
	width: 50px;
	margin-left: 10px;
	position: relative;
	height: 50px;
	vertical-align: top;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 2px solid #f5f5f5;
	background: #fff;
}
.goods-carou__pager a img {
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	opacity: .5;
}
.goods-carou__pager a:hover img {
	opacity: 1;
}
.goods-carou__pager a.selected img {
	opacity: 1;
}
.goods-carou__pager a.selected::before,
.goods-carou__pager a.selected::after {
	content: '';
	position: absolute;
	top: -14px;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 6px solid transparent;
	border-bottom: 6px solid #f5f5f5;
}
.goods-carou__pager a.selected::after {
	top: -11px;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.info-line {
	display: block;
	position: relative;
	z-index: 1;
	color: #37474f;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1em;
}
.info-line_bold {
	font-weight: bold;
}
.info-line::before {
	position: absolute;
	border-bottom: 2px dotted #b0bec5;
	content: '';
	bottom: 2px;
	left: 0;
	width: 100%;
	z-index: -1;
}
.info-line__name {
	display: inline-block;
	padding-right: 5px;
	background: #fff;
}
.info-line__value {
	float: right;
	display: inline-block;
	background: #fff;
	padding-left: 5px;
}
.info-line__value span {
	color: #b0bec5;
	font-weight: normal;
}
.goods-size {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.goods-size__table {
	display: table;
	width: 100%;
}
.goods-size__row {
	display: table-row;
	width: 100%;
}
.goods-size__row_head .goods-size__cell {
	padding-left: 12px;
}
@media (max-width: 1199px) {
	.goods-size__row_head .goods-size__cell {
		padding-left: 10px;
	}
}
@media (max-width: 479px) {
	.goods-size__row_head .goods-size__cell {
		padding-left: 0;
		position: relative;
		height: 50px;
	}
}
@media (max-width: 479px) {
	.goods-size__row_head .goods-size__cell span {
		left: -10px;
		bottom: 15px;
		line-height: 12px;
		display: inline-block;
		position: absolute;
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}
}
.goods-size__cell {
	display: table-cell;
	font-size: 12px;
	color: #b0bec5;
}
@media (max-width: 767px) {
	.goods-size__cell:first-child {
		display: none;
	}
}
.goods-size__cell b {
	font-weight: normal;
}
@media (max-width: 1199px) {
	.goods-size__cell b {
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px) {
	.goods-size__cell b {
		display: inline-block;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.goods-size__cell b {
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 1199px) {
	.goods-size__cell {
		min-width: 70px;
		padding-left: 10px;
	}
}
.goods-size__cell:first-child {
	width: 40px;
	min-width: 40px;
}
.goods-size__cell:nth-child(2) {
	/* width: 256px; */
	width: 38%;
}
@media (max-width: 1199px) {
	.goods-size__cell:nth-child(2) {
		width: 100px;
	}
}
@media screen and (max-width: 991px) {
	.goods-size__cell:nth-child(2) {
		width: 38%;
	}
}
.goods-size__cell:nth-child(3) {
	/* width: 170px; */
	width: 25%;
}
.goods-size__cell:nth-child(4) {
	/* width: 100px; */
	width: 14%;
}
@media (max-width: 479px) {
	.goods-size__cell {
		font-size: 10px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 25% !important;
		min-width: 0;
	}
}
.goods-size__cell span {
	color: #b0bec5;
}
.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 -5px -7px;
}
@media (max-width: 767px) {
	.breadcrumbs {
		margin-bottom: 10px;
	}
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-bottom: 5px;
	line-height: 1em;
}
.breadcrumbs li a {
	color: #004a73;
	font-size: 14px;
}
.breadcrumbs li a:hover {
	color: #f44336;
}
.project-page__photos::before {
	opacity: 1 !important;
}
.project-page__photos-holder {
	overflow: hidden;
	min-height: 450px;
	position: relative;
}
.project-page__photos-holder img {
	width: 1400px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -700px;
}
.project-page__photos-label {
	font: bold 20px 'Roboto', sans-serif;
	color: #fefefe;
	position: absolute;
}
@media (max-width: 479px) {
	.project-page__photos-label {
		font-size: 16px;
	}
}
.project-page__photos-label_before {
	top: 20px;
	left: 40px;
}
.project-page__photos-label_after {
	bottom: 30px;
	right: 40px;
}
.project-page__main_big {
	max-width: 70% !important;
}
@media (max-width: 1199px) {
	.project-page__main_big {
		max-width: 60% !important;
	}
}
@media (max-width: 767px) {
	.project-page__main_big {
		max-width: 100% !important;
	}
}
.project-page__main-title {
	font: bold 20px/35px 'Roboto', sans-serif;
	margin-bottom: 10px;
	margin-top: -10px;
}
.project-page__main-text {
	line-height: 35px;
	margin-bottom: 30px;
	padding-right: 30px;
}
.project-page__img {
	width: 50%;
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.project-page__img img {
	width: 100%;
	max-width: 520px;
}
@media (max-width: 767px) {
	.project-page__img {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
}
.project-page__detail {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: -32px;
}
@media (max-width: 767px) {
	.project-page__detail {
		display: block;
		width: 100%;
	}
}
.project-page__detail-title {
	font: bold 40px/50px 'Roboto', sans-serif;
	margin-bottom: 35px;
}
.project-page__detail-title span {
	color: #f44336;
}
@media screen and (max-width: 991px) {
	.project-page__detail-title {
		font-size: 35px;
		line-height: 45px;
	}
}
@media (max-width: 479px) {
	.project-page__detail-title {
		font-size: 30px;
		line-height: 40px;
	}
}
.project-page__detail-text {
	color: #37474f;
	line-height: 35px;
	margin-bottom: 50px;
}
@media (max-width: 479px) {
	.project-page__detail-text {
		font-size: 14px;
		line-height: 30px;
	}
}
.project-page__detail-file {
	margin-bottom: 32px;
}
.project-page__scheme {
	padding-top: 80px !important;
	background: -moz-linear-gradient(135deg, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -webkit-linear-gradient(135deg, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -o-linear-gradient(135deg, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: -ms-linear-gradient(135deg, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
	background: linear-gradient(135deg, #f44336 0%, #82547d 50%, #82547d 51%, #1565c0 100%);
}
.projects_fixed.projects .projects__holder {
	overflow: hidden;
	padding-right: 30px;
}
@media (max-width: 767px) {
	.projects_fixed.projects .projects__item {
		width: 50% !important;
	}
}
@media (max-width: 479px) {
	.projects_fixed.projects .projects__item {
		width: 100% !important;
	}
}
.service-btn__holder {
	margin-left: -40px;
}
.service-btn__item {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
}
.service-btn__item a {
	border-radius: 4px;
	display: block;
	background: #fff;
}
.service-btn__img {
	background: #eceff1;
	width: 220px;
	float: left;
	display: block;
	position: relative;
	height: 220px;
	overflow: hidden;
	border-radius: 4px 0 0 4px;
}
.service-btn__img img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.service-btn__info {
	overflow: hidden;
	padding: 10px 20px 15px;
	display: block;
}
.service-btn__title {
	font-weight: bold;
	line-height: 30px;
	display: block;
}
a:hover .service-btn__title {
	color: #f44336;
}
.service-btn__text {
	font-size: 14px;
	line-height: 30px;
	color: #212121;
}
.catalog__description {
	height: 30px;
	margin-bottom: 18px;
}
.catalog__description-item {
	padding-left: 20px;
	line-height: 26px;
	height: 29px;
	color: #90a4ae;
	font-style: italic;
	font-size: 16px;
	border-left: 2px solid #eceff1;
}
.catalog__description-name {
	float: left;
}
.catalog__description-price {
	width: 188px;
	padding-left: 30px;
	float: right;
	border-right: 2px solid #eceff1;
}
.catalog__description-amount {
	width: 210px;
	float: right;
	padding-left: 30px;
}
.catalog_list .catalog__item {
	display: block;
	width: 100%;
}
.catalog__link {
	min-height: 360px;
	background: #fff;
	display: block;
	position: relative;
	padding: 20px;
	text-align: center;
}
a.catalog__link:hover {
	-webkit-box-shadow: 0 5px 15px 0 rgba(207, 216, 220, .75);
	-moz-box-shadow: 0 5px 15px 0 rgba(207, 216, 220, .75);
	box-shadow: 0 5px 15px 0 rgba(207, 216, 220, .75);
}
.catalog_list .catalog__link {
	min-height: 202px;
	height: auto;
	padding: 0;
}
.catalog_list .catalog__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	min-height: 0;
	padding: 20px;
	height: 100%;
}
.catalog_list .catalog__img img {
	max-width: 80%;
}
.catalog_list.catalog_cart .catalog__info {
	padding-right: 430px;
}
.catalog_list .catalog__name {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}
.catalog_list .catalog__price {
	display: block;
	font: bold 30px/30px 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.catalog_list .catalog__price b {
	font-size: 20px;
	font-weight: normal;
}
.catalog__price-mult {
	font-size: 16px;
	color: #212121;
	font-style: normal;
}
.catalog__price-mult .rub {
	font-weight: normal;
}
.catalog__price-mult-count {
	font-weight: normal;
}
.catalog_list .catalog__holder {
	max-height: 99999px;
	overflow: visible;
	margin-bottom: 40px;
}
.catalog_list .catalog__name a:hover,
.catalog_list .catalog__name a.active {
	color: #f44336;
}
.catalog__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	z-index: 3;
	height: 32px;
	display: block;
}
.iconize-close::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(/f/i/icons.png) 0 -740px no-repeat;
	top: 10px;
	left: 10px;
}
.iconize-close:hover::before {
	background-position: -12px -740px;
}
.ico-link__close {
	vertical-align: middle;
}
.ico-link__close.iconize-close::before {
	left: 5px;
	top: -6px;
}
.cart__total {
	padding-right: 50px;
	float: right;
	color: #37474f;
	font-size: 16px;
}
.cart__total-num {
	font-size: 40px;
	color: #212121;
	font-weight: bold;
	margin-left: 10px;
}
.cart__total-num .rub {
	font-weight: normal;
	margin-left: 5px;
	font-size: 30px;
}
.cart__btn {
	margin-right: 30px;
}
.catalog_cart .info-line {
	color: #37474f;
	margin-bottom: 16px;
}
.catalog_cart .info-line b {
	font-weight: normal;
}
.catalog_cart .info-line::before {
	border-bottom: 1px solid #f5f5f5;
}
.catalog_cart .info-line__name {
	padding-right: 10px;
}
.catalog_cart .info-line__value {
	padding-left: 10px;
	width: 50%;
}
.catalog_cart .catalog__in-stock,
.catalog_cart .catalog__brand {
	display: inline-block;
	margin-bottom: 5px;
}
.catalog_cart .goods__amounter {
	margin-right: 0;
	margin-bottom: 0;
}
.catalog_cart .amounter__numb {
	width: 50px;
	color: #212121;
}
.cart-total {
	margin-bottom: 100px;
}
.cart__buttons {
	display: block;
	float: left;
}
.cart__total ins {
	text-decoration: none;
}
.icon-print {
	width: 32px;
	height: 28px;
	background-position: -23px -752px;
	margin: -7px 19px -5px -9px;
}
.frame .fancybox-skin {
	margin: 20px;
}
.frame__page body,
.frame__page {
	height: auto;
	background: transparent;
	color: #37474f;
	line-height: 35px;
}
.frame__page body {
	max-width: 1300px;
}
.frame__page .wrap {
	min-height: 0;
	margin: 0;
	padding: 67px 40px;
}
@media (max-width: 991px) {
	.frame .fancybox-skin {
		margin: 0;
	}
	.frame .fancybox-close {
		top: 10px;
		right: 10px;
	}
}
.order__total-wrap {
	padding: 20px;
	background: #fff;
	position: relative;
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
}
.order__total-wrap::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	height: 5px;
	/*background: url('/bitrix/templates/avalon/iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E1MjA4RkU2OEUyMTFFNUI2OTZBN0NEQkQ5MDZENDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E1MjA4RkY2OEUyMTFFNUI2OTZBN0NEQkQ5MDZENDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTUyMDhGQzY4RTIxMUU1QjY5NkE3Q0RCRDkwNkQ0MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTUyMDhGRDY4RTIxMUU1QjY5NkE3Q0RCRDkwNkQ0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqZhNRMAAAA8SURBVHjaYvz69WszAwNDDQN+sJMRqBDEwKd4JxAHwhTiUgxWBMTfkRWiK4YrAnHQFcIUmyIrAgGAAAMA/5kaIqpj9s0AAAAASUVORK5CYII=') left top repeat;*/
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBDNkUzMUFENTgxMTFFQTgyOTNEMTFCQ0UzMDhFQTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBDNkUzMTlENTgxMTFFQTgyOTNEMTFCQ0UzMDhFQTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTUyMDhGRTY4RTIxMUU1QjY5NkE3Q0RCRDkwNkQ0MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTUyMDhGRjY4RTIxMUU1QjY5NkE3Q0RCRDkwNkQ0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrLJ9h4AAAAzSURBVHjaYvj//3/zf8JgBwOQYCCgeAcQc8IU4lIMVgSSR1aIrhiuCJtCmGIURSAMEGAAnE2votpIkF0AAAAASUVORK5CYII=') left top repeat;
}
.order__total-wrap p {
	margin-bottom: 15px;
}
.order__total-wrap .order__total-logo {
	margin-bottom: 15px;
}
.order__total-logo img {
	height: 15px;
	max-width: 100%;
}
.order__total-price {
	font-size: 30px;
	line-height: 30px;
}
.order__total-price span {
	font-size: 20px;
}
.order__table {
	margin-bottom: 60px;
}
@media (min-width: 768px) {
	.order__table {
		display: table;
		width: 100%;
	}
	.order__table-row {
		display: table-row;
	}
	.order__total,
	.order__customer {
		display: table-cell;
		vertical-align: top;
	}
	.order__total {
		width: 220px;
	}
	.order__total-wrap {
		margin-bottom: 30px;
		margin-top: 0;
	}
}
.order__customer {
	padding-right: 40px;
}
.order__customer-title {
	margin-bottom: 40px;
	font: bold 60px/60px 'Roboto', sans-serif;
	position: relative;
	color: #004a73;
	padding-bottom: 43px;
}
@media (max-width: 767px) {
	.order__customer-title {
		font: bold 40px/40px 'Roboto', sans-serif;
	}
}
.order__customer-subtitle {
	font: bold 30px/30px 'Roboto', sans-serif;
	color: #004a73;
	margin: 20px 0 33px;
}
.order__customer-complete {
	padding: 50px 0 0;
	position: relative;
	margin-top: 20px;
}
.order__customer-title::after,
.order__customer-complete::after {
	content: '';
	display: block;
	position: absolute;
	font-size: 0;
	line-height: 0;
	height: 2px;
	left: 0;
	right: 0;
	background: #f44336; /* Old browsers */
	background: -moz-linear-gradient(left, #f44336 0%, #1565c0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f44336), color-stop(100%, #1565c0));
	background: -webkit-linear-gradient(left, #f44336 0%, #1565c0 100%);
	background: -o-linear-gradient(left, #f44336 0%, #1565c0 100%);
	background: -ms-linear-gradient(left, #f44336 0%, #1565c0 100%);
	background: linear-gradient(to right, #f44336 0%, #1565c0 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f44336', endColorstr='#1565c0', GradientType=1);
}
.order__customer-title::after {
	bottom: 0;
}
.order__customer-complete::after {
	top: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 27px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #37474f;
	background-color: #fff;
	background-image: none;
	border: 2px solid #eceff1;
	border-radius: 5px;
}
.form-control:focus {
	border-color: #004a73;
	outline: 0;
}
.form-control::-moz-placeholder {
	color: #37474f;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #37474f;
}
.form-control::-webkit-input-placeholder {
	color: #37474f;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 0;
}
.form-group .col-sm-1,
.form-group .col-sm-2,
.form-group .col-sm-3,
.form-group .col-sm-4,
.form-group .col-sm-5,
.form-group .col-sm-6,
.form-group .col-sm-7,
.form-group .col-sm-8,
.form-group .col-sm-9,
.form-group .col-sm-10,
.form-group .col-sm-11,
.form-group .col-sm-12 {
	margin-bottom: 30px;
}
.form-horizontal {
	margin: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .radio label,
.form-horizontal .checkbox label {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
.form-description {
	margin: 10px 0 27px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.col-sm-1,
	.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-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.checkbox,
.radio {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.checkbox label,
.radio label {
	padding-left: 0;
	font: bold 20px/20px 'Roboto', sans-serif;
	color: #37474f;
}
.checkbox_mini label {
	font-size: 16px;
}
.checkbox input[type='checkbox'] + label,
.radio input[type='radio'] + label {
	font-weight: bold;
}
.checkbox_mini input[type='checkbox'] + label {
	font-weight: normal;
}
.checkbox input[type="checkbox"] + label::before,
.checkbox input[type="checkbox"] + label::after,
.radio input[type="radio"] + label::before,
.radio input[type="radio"] + label::after {
	position: absolute;
	content: '';
	display: block;
	left: -30px;
	top: 0;
	width: 20px;
	height: 20px;
}
.checkbox input[type="checkbox"] + label::before,
.radio input[type="radio"] + label::before {
	background: #fff;
	border: 2px solid #eceff1;
	-webkit-border-radius: 4px;
	border-radius: 5px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.radio input[type="radio"]:checked + label::after {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjNFRjUyODY2OEY1MTFFNTg3NThCRDU3NEZBM0U1NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjNFRjUyODc2OEY1MTFFNTg3NThCRDU3NEZBM0U1NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCM0VGNTI4NDY4RjUxMUU1ODc1OEJENTc0RkEzRTU1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCM0VGNTI4NTY4RjUxMUU1ODc1OEJENTc0RkEzRTU1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plh85U4AAADISURBVHjaYvz//z8DNQHjqIHUN/Crizkx+jiA+Af3npMYEkxkOEIDiB8AcTI2SVINZAbieUAsDsSWpBrIikUsH2rQEyAuJsXAPCA+BcT8SGKqQNwCZacB8UdiDeQE4kwgNgDinUDMDVU3Dyq3AIi34/IWCxax70DsCsSHgBgU5ZuAeBcQ2wDxMyAuwhfILDjEQWHkBsQHgNgJikEgA4jf4zMQX6TcAWIPIH4N5S8B4s2EkgELAfkrQOwIxDxAfGu0cBiiBgIEGAB5Mj5r2A2CogAAAABJRU5ErkJggg==') center center no-repeat;
}
.order__customer-block {
	margin-bottom: -40px;
}
.order__customer-extra {
	margin: 28px 15px 25px;
}
.fileinput {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
.fileinput .btn {
	padding-top: 8px;
	padding-bottom: 8px;
}
.fileinput:hover .btn {
	background: #eceff1;
	color: #f44336;
}
.fileinput input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}
.fileinput span {
	font: 700 16px/30px 'Roboto', sans-serif;
}
.file-display input,
.inv {
	display: none;
}
.file-display {
	margin-bottom: 10px;
}
.opener {
	color: #004a73;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
}
.opener:hover {
	color: #f44336;
}
.b-add-cart-popup {
	width: 510px;
	padding: 30px 30px 10px;
}
.b-add-cart-popup__title {
	color: #263238;
	text-align: center;
	font: normal 24px/30px 'Roboto', sans-serif;
	margin-bottom: 30px;
}
.b-add-cart-popup__table {
	display: table;
	margin-bottom: 30px;
}
.b-add-cart-popup__table-row {
	display: table-row;
}
.b-add-cart-popup__table-image,
.b-add-cart-popup__table-info {
	display: table-cell;
	vertical-align: top;
}
.b-add-cart-popup__table-image {
	padding-right: 30px;
}
.b-add-cart-popup__table-image img {
	width: 150px;
}
.b-add-cart-popup__table-price {
	font-weight: bold;
}
.b-add-cart-popup__table-count {
	font-size: 14px;
}
.b-add-cart-popup__table-name {
	margin-bottom: 15px;
}
.b-add-cart-popup__order {
	margin-right: 20px;
	margin-bottom: 20px;
}
.b-add-cart-popup__order-wrap .white-btn {
	margin-bottom: 20px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.b-add-cart-popup {
		width: 280px;
		padding: 20px 20px 10px;
	}
	.b-add-cart-popup__table {
		display: none;
	}
	.b-add-cart-popup__order {
		margin-right: 0;
	}
}
.orange-btn.active {
	background-image:
			-webkit-linear-gradient(
					-45deg,
					rgba(247, 123, 114, .6) 25%,
					transparent 25%,
					transparent 50%,
					rgba(247, 123, 114, .6) 50%,
					rgba(247, 123, 114, .6) 75%,
					transparent 75%,
					transparent
			);
	background-image:
			-moz-linear-gradient(
					-45deg,
					rgba(247, 123, 114, .6) 25%,
					transparent 25%,
					transparent 50%,
					rgba(247, 123, 114, .6) 50%,
					rgba(247, 123, 114, .6) 75%,
					transparent 75%,
					transparent
			);
	background-image:
			-ms-linear-gradient(
					-45deg,
					rgba(247, 123, 114, .6) 25%,
					transparent 25%,
					transparent 50%,
					rgba(247, 123, 114, .6) 50%,
					rgba(247, 123, 114, .6) 75%,
					transparent 75%,
					transparent
			);
	background-image:
			linear-gradient(
					-45deg,
					rgba(247, 123, 114, .6) 25%,
					transparent 25%,
					transparent 50%,
					rgba(247, 123, 114, .6) 50%,
					rgba(247, 123, 114, .6) 75%,
					transparent 75%,
					transparent
			);
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	animation: move 2s linear infinite;
}
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@-moz-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@-ms-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
.services__page {
	margin: 50px 0;
}
.services__item_wide {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-bottom: 50px;
}
.services__item:hover .services__name,
.services__item:hover .services__detail {
	color: #fff;
}
.services__item_wide .services__img {
	float: left;
	margin-bottom: 0;
}
.services__item_wide .services__img::before {
	display: none;
}
.services__item_wide .services__name,
.services__item_wide .services__detail {
	margin-left: 280px;
}
.services__detail a {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.services__item_wide .services__img {
		float: none;
		margin-bottom: 20px;
	}
	.services__item_wide .services__name,
	.services__item_wide .services__detail {
		margin-left: 0;
	}
}
.pagination {
	margin-bottom: 50px;
	margin-left: 2px;
}
.pagination__item {
	float: left;
	width: 50px;
	height: 50px;
	border: 2px solid #eceff1;
	vertical-align: top;
	margin-left: -2px;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	color: #004a73;
	background: #fff;
}
.pagination__item_active,
.pagination__item:hover {
	color: #f44336;
	background: #eceff1;
}
.pagination__item_left,
.pagination__item_right {
	position: relative;
}
.pagination__item_right::before,
.pagination__item_right::after,
.pagination__item_left::before,
.pagination__item_left::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 7px solid transparent;
	width: 0;
	height: 0;
}
.pagination__item_right::before {
	border-left: 8px solid #004a73;
	border-right: none;
}
.pagination__item_right:hover::before {
	border-left-color: #f44336;
}
.pagination__item_right::after {
	border-left: 8px solid #fff;
	left: 1px;
}
.pagination__item_right:hover::after {
	border-left-color: #eceff1;
}
.pagination__item_left::before {
	border-right: 8px solid #004a73;
	border-left: none;
}
.pagination__item_left:hover::before {
	border-right-color: #f44336;
}
.pagination__item_left::after {
	border-right: 8px solid #fff;
	right: 1px;
}
.pagination__item_left:hover::after {
	border-right-color: #eceff1;
}
.pagination__item:first-child {
	border-radius: 5px 0 0 5px;
}
.pagination__item:last-child {
	border-radius: 0 5px 5px 0;
}
.main__content,
.main__menu {
	padding-bottom: 20px;
}
.lowercase {
	text-transform: lowercase;
}
.main_invert {
	background: #004a73;
	padding-bottom: 20px;
}
.main_invert .main-control__search-btn {
	border: 2px solid #0d3a52;
	border-left: none;
	background: #004a73;
}
.main_invert .main-control__search-btn:hover {
	background: #f44336;
	border: 2px solid #f44336;
	border-left: none;
}
.main_invert .main-control__search-btn_focus {
	border: 2px solid #fff;
	border-left: none;
}
.main_invert .main-control__search-input {
	border: 2px solid #0d3a52;
	background: #004a73;
	color: #fff;
	border-right: none;
}
.main_invert .main-control__search-input:focus {
	border: 2px solid #fff;
	border-right: none;
}
.main-control_short .switcher__control {
	display: none;
}
.main-control_short .main-control__catalog-btn .icon-ham {
	margin-right: 0;
	margin-left: 0;
}
.main-control_short .main-control__catalog-btn {
	padding-left: 13px;
	padding-right: 13px;
}
@media (max-width: 767px) {
	.main-control_short .main-control__catalog-btn {
		float: left;
		margin-bottom: 0;
		margin-right: 30px;
		width: auto;
	}
}
@media (max-width: 991px) {
	.holder {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-control .holder {
		padding-left: 0;
		padding-right: 0;
	}
	.orange-btn {
		white-space: nowrap;
	}
}
.main_invert .breadcrumbs a {
	color: #b0bec5;
}
.main_invert,
.main_invert h1 {
	color: #fff;
}
.fotorama__fullscreen-icon {
	background: none;
	width: 100px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
}
.fotorama__fullscreen-icon::before {
	background: url(/f/i/icons.png) 0 -385px no-repeat;
	content: "";
	display: block;
	width: 53px;
	height: 53px;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: 50%;
	margin-top: -26px;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
	width: 44px;
	height: 44px;
	top: 0;
	margin-top: 0;
	left: auto;
	right: 0;
	margin-left: 0;
	background: #f44336;
}
.fotorama--fullscreen .fotorama__fullscreen-icon::before {
	background: url(/f/i/icons.png) -106px -350px no-repeat;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	margin-top: -11px;
}
.fotorama__arr,
.fotorama_custom__arr {
	position: absolute;
	top: 50%;
	background-image: url(/f/i/icons.png);
	width: 53px;
	height: 35px;
	margin-top: -17px;
}
.fotorama__arr {
	display: none !important;
}
.fotorama--fullscreen .fotorama__arr {
	display: block !important;
}
.fotorama_custom__arr {
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	transition-duration: .3s;
	cursor: pointer;
}
.fotorama__arr--prev {
	left: 30px;
}
.fotorama_custom__arr--prev {
	left: -30px;
}
.fotorama__arr--prev,
.fotorama_custom__arr--prev {
	background-position: 0 -350px;
}
.fotorama__arr--next {
	right: 30px;
}
.fotorama_custom__arr--next {
	right: -30px;
}
.fotorama__arr--next,
.fotorama_custom__arr--next {
	background-position: -53px -350px;
}
.project-page__photos {
	position: relative;
	margin-bottom: 60px;
	background: #004a73;
}
.fotorama {
	background: #004a73;
	position: relative;
}
.project-page__photos::before {
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 55%;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.75);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	transition-duration: .3s;
	opacity: 0;
}
.project-page__photos_loaded::before {
	opacity: 1;
}
@media (max-width: 479px) {
	.project-page__photos::before {
		display: none;
	}
}
.project-page__info {
	display: table;
	margin-bottom: 20px;
}
.project-page__info-row {
	display: table-row;
}
.project-page__info-header,
.project-page__info-text {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 15px;
}
.project-page__info-header {
	color: #b0bec5;
}
.project-page__info-text {
	padding-left: 20px;
}
.project-page__main {
	float: left;
	max-width: 50%;
	margin-top: -5px;
}
.project-page__extra {
	float: right;
	margin-bottom: 20px;
}
.project-page__extra .orange-btn {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.project-page__main,
	.project-page__extra {
		float: none;
	}
	.project-page__main {
		max-width: 100%;
	}
}
.project-page__extra em {
	display: block;
	color: #b0bec5;
	line-height: 35px;
	max-width: 280px;
}
.icon-man_white {
	background-position: 0 -438px;
	margin-right: 15px;
}
.image-border {
	display: block;
	width: 190px;
	height: 258px;
	background: url(/f/i/icons.png) 0 -465px no-repeat;
	padding: 33px 21px 21px;
}
.subsection {
	padding: 100px 0;
}
.subsection_invert {
	background: #f5f5f5;
}
.project-page__certificate-info {
	display: table;
	margin-top: -12px;
	margin-bottom: -35px;
}
.project-page__certificate-row {
	display: table-row;
}
.project-page__certificate-image,
.project-page__certificate-text {
	display: table-cell;
	vertical-align: top;
}
.project-page__certificate-text {
	line-height: 35px;
}
.project-page__certificate-text p,
.project-page__certificate-image .image-border {
	margin-bottom: 35px;
}
.project-page__certificate-image {
	padding-right: 50px;
}
.project-page__certificate-text .project-page__certificate-title {
	color: #004a73;
	font: bold 20px/35px 'Roboto', sans-serif;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.project-page__certificate-info,
	.project-page__certificate-row,
	.project-page__certificate-image,
	.project-page__certificate-text {
		display: block;
	}
	.project-page__certificate-image .image-border {
		margin-left: auto;
		margin-right: auto;
	}
}
.subsection__title {
	font: bold 40px/50px 'Roboto', sans-serif;
	color: #004a73;
	margin-bottom: 40px;
	margin-top: -18px;
}
.projects {
	margin: -35px 0 35px -35px;
}
.subsection .catalog__arrow {
	margin-bottom: 0;
}
.projects_slider {
	white-space: nowrap;
	margin-bottom: 0;
}
.projects__item {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	padding-top: 35px;
	white-space: normal;
}
@media (max-width: 991px) {
	.projects_responsive .projects__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.projects_responsive .projects__item {
		width: 100%;
	}
}
.projects_slider {
	margin-top: -35px;
	margin-left: -17px;
	margin-right: -18px;
	overflow: hidden;
}
.projects_slider .projects__item {
	padding: 35px 17px 35px 18px;
}
.projects__item-holder {
	background: #f5f5f5;
	display: block;
	position: relative;
	border-radius: 4px;
}
.projects__item_invert .projects__item-holder {
	background: #fff;
}
.projects__item-holder:hover {
	-webkit-box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
	-moz-box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
	box-shadow: 0 5px 15px rgba(207, 216, 220, .75);
}
.projects__img img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0 0;
}
.projects__info {
	display: block;
	padding: 30px;
	line-height: 30px;
}
.projects__name {
	color: #004a73;
	display: block;
	font-size: 16px;
	margin-bottom: 11px;
	line-height: 30px;
	font-weight: bold;
	margin-top: -2px;
}
.projects__item-holder:hover .projects__name {
	color: #f44336;
}
.projects__extra {
	display: block;
	font-size: 14px;
	color: #212121;
}
.iconize-place {
	padding-left: 20px;
}
.iconize-place::before {
	width: 12px;
	height: 17px;
	top: 7px;
	background-position: 0 -723px;
}
.iconize-calendar {
	padding-left: 20px;
}
.iconize-calendar::before {
	width: 12px;
	height: 13px;
	top: 8px;
	background-position: -12px -723px;
}
.btn-default {
	color: #004a73;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #eceff1;
	padding: 12px 27px;
}
.btn-default:hover {
	color: #f44336;
	background: #eceff1;
}
.catalog__arrow_right {
	margin-right: 30px;
}
.catalog__description {
	height: 30px;
	margin-bottom: 18px;
}
.catalog__description-item {
	padding-left: 20px;
	line-height: 26px;
	height: 29px;
	color: #90a4ae;
	font-style: italic;
	font-size: 16px;
	border-left: 2px solid #eceff1;
}
.catalog__description-name {
	float: left;
}
.catalog__description-price {
	width: 188px;
	padding-left: 30px;
	float: right;
	border-right: 2px solid #eceff1;
}
.catalog_list .catalog__item {
	display: block;
	width: 100%;
}
.catalog__link {
	min-height: 360px;
	background: #fff;
	display: block;
	position: relative;
	padding: 20px;
	text-align: center;
}
a.catalog__link:hover {
	-webkit-box-shadow: 0 5px 15px 0 rgba(207, 216, 220, .75);
	-moz-box-shadow: 0 5px 15px 0 rgba(207, 216, 220, .75);
	box-shadow: 0 5px 15px 0 rgba(207, 216, 220, .75);
}
.catalog_list .catalog__link {
	min-height: 202px;
	height: auto;
	padding: 0;
}
.catalog_list .catalog__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	min-height: 0;
	padding: 20px;
	height: 100%;
}
.catalog_list .catalog__img img {
	max-width: 80%;
}
.catalog_list .catalog__info {
	overflow: hidden;
	display: block;
	text-align: left;
	padding: 27px 180px 18px 240px;
}
.catalog_shortlist .catalog__info {
	padding-right: 310px;
}
.catalog_list .catalog__name {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}
.catalog_list .catalog__price {
	display: block;
	margin-bottom: 10px;
}
.catalog_list .catalog__price b {
	font: bold 30px/30px 'Roboto', sans-serif;
}
.catalog_list .catalog__price span {
	font-size: 20px;
	font-weight: normal;
}
.catalog__price-mult {
	font-size: 16px;
	color: #212121;
	font-style: normal;
}
.catalog__price-mult .rub {
	font-weight: normal;
}
.catalog__price-mult-count {
	font-weight: normal;
}
.catalog_list .catalog__holder {
	max-height: 99999px;
	overflow: visible;
	margin-bottom: 40px;
}
.catalog_list .catalog__name a:hover,
.catalog_list .catalog__name a.active {
	color: #f44336;
}
.catalog__amount {
	position: absolute;
	right: 210px;
	top: 0;
	height: 100%;
	display: block;
	width: 210px;
	border-left: 2px solid #f5f5f5;
	padding: 32px 20px 20px 28px;
	text-align: left;
}
.catalog__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	z-index: 3;
	height: 32px;
	display: block;
}
.catalog__close::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(/f/i/icons.png) 0 -740px no-repeat;
	top: 10px;
	left: 10px;
}
.catalog__close:hover::before {
	background-position: -12px -740px;
}
.catalog__price-wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 210px;
	border-left: 2px solid #f5f5f5;
	padding: 30px 20px 30px 30px;
	text-align: left;
}
.catalog_shortlist .catalog__price-wrap {
	width: 280px;
}
.cart__total {
	padding-right: 50px;
	float: right;
	color: #37474f;
	font-size: 16px;
}
.cart__total-num {
	font-size: 40px;
	color: #212121;
	font-weight: bold;
	margin-left: 10px;
}
.cart__total-num .rub {
	font-weight: normal;
	margin-left: 5px;
	font-size: 30px;
}
.cart__btn {
	margin-right: 30px;
}
.catalog_cart .info-line {
	color: #37474f;
	margin-bottom: 16px;
}
.catalog_cart .info-line b {
	font-weight: normal;
}
.catalog_cart .info-line::before {
	border-bottom: 1px solid #f5f5f5;
}
.catalog_cart .info-line__name {
	padding-right: 10px;
}
.catalog_cart .info-line__value {
	padding-left: 10px;
	width: 50%;
}
.catalog_cart .catalog__in-stock,
.catalog_cart .catalog__brand {
	display: inline-block;
	margin-bottom: 5px;
}
.catalog_cart .goods__amounter {
	margin-right: 0;
	margin-bottom: 0;
}
.catalog_cart .amounter__numb {
	width: 50px;
	color: #212121;
}
.cart-total {
	margin-bottom: 100px;
}
.cart__buttons {
	display: block;
	float: left;
}
.cart__total ins {
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.catalog_list .catalog__info {
		padding-left: 160px;
	}
	.catalog_list .catalog__img {
		width: 140px;
	}
	.catalog_cart .info-line__value {
		width: 45%;
	}
	.catalog_list .catalog__img img {
		width: 70%;
	}
	.cart__total {
		margin-bottom: 30px;
	}
	.cart__total,
	.cart__buttons {
		display: block;
		float: none;
	}
}
@media (max-width: 1199px) {
	.catalog_list.catalog_shortlist .catalog__info {
		padding-right: 30px;
	}
	.catalog_shortlist .catalog__price-wrap {
		position: static;
		right: auto;
		top: auto;
		height: auto;
		display: block;
		width: auto;
		border-left: 0;
		clear: left;
		text-align: left;
		vertical-align: top;
		padding: 20px 0 25px 160px;
	}
}
@media screen and (max-width: 991px) {
	.catalog__description {
		display: none;
	}
	.catalog_list .catalog__img {
		position: relative;
		display: block;
		text-align: center;
		left: auto;
		top: auto;
		min-height: 0;
		width: 100%;
		height: 150px;
	}
	.catalog_list.catalog_cart .catalog__img img,
	.catalog_list.catalog_shortlist .catalog__img img {
		max-height: 150px;
		width: auto;
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
	}
	.catalog_list.catalog_cart .catalog__info,
	.catalog_list.catalog_shortlist .catalog__info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.catalog_list.catalog_cart .catalog__item {
		text-align: left;
	}
	.cart__btn {
		margin-bottom: 20px;
	}
	.cart__total ins {
		display: block;
		margin-bottom: 15px;
	}
	.cart__total-num {
		margin-left: 0;
	}
}
@media (max-width: 479px) {
	.catalog_cart .info-line::before {
		display: none;
	}
	.catalog_cart .info-line__name {
		display: block;
		margin-bottom: 10px;
	}
	.catalog_cart .info-line__value {
		width: auto;
		float: none;
		display: block;
		padding-left: 0;
	}
}
.icon-list {
	width: 23px;
	height: 28px;
	background-position: 0 -752px;
	margin-top: -2px;
	margin-right: 19px;
}
@media screen and (max-width: 1199px) {
	.catalog_list .catalog__info {
		padding-left: 160px;
	}
	.catalog_list .catalog__img {
		width: 140px;
	}
	.catalog_cart .info-line__value {
		width: 45%;
	}
	.catalog_list .catalog__img img {
		width: 70%;
	}
	.cart__total {
		margin-bottom: 30px;
	}
	.cart__total,
	.cart__buttons {
		display: block;
		float: none;
	}
}

/* @media (max-width: 991px) {
  .catalog__description-amount {
    display: none;
  }
  .catalog__amount {
    right: 0;
    width: 188px;
    height: 40px;
    z-index: 5;
  }
  .catalog_list.catalog_cart .catalog__info {
    padding-right: 220px;
  }
  .catalog__price-wrap {
    padding-top: 100px;
  }
} */
@media screen and (max-width: 991px) {
	.catalog__description {
		display: none;
	}
	.catalog_list .catalog__img {
		position: static;
		display: block;
		text-align: center;
		left: auto;
		top: auto;
		width: auto;
		min-height: 0;
		height: 150px;
	}
	.catalog_list.catalog_cart .catalog__img img {
		max-height: 150px;
		width: auto;
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
	}
	.catalog_list.catalog_cart .catalog__info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.catalog__amount {
		position: static;
		display: block;
		float: left;
		right: auto;
		top: auto;
		height: auto;
		width: auto;
		border-left: 0;
		padding: 0 20px 0 20px;
		vertical-align: top;
	}
	.catalog__price-wrap,
	.catalog_shortlist .catalog__price-wrap {
		position: static;
		right: auto;
		top: auto;
		height: auto;
		display: block;
		width: auto;
		border-left: 0;
		clear: left;
		text-align: left;
		vertical-align: top;
		padding: 20px 0 25px 20px;
	}
	.catalog_list.catalog_cart .catalog__item {
		text-align: left;
	}
	.cart__btn {
		margin-bottom: 20px;
	}
	.cart__total ins {
		display: block;
		margin-bottom: 15px;
	}
	.cart__total-num {
		margin-left: 0;
	}
}
@media (max-width: 479px) {
	.catalog_cart .info-line::before {
		display: none;
	}
	.catalog_cart .info-line__name {
		display: block;
		margin-bottom: 10px;
	}
	.catalog_cart .info-line__value {
		width: auto;
		float: none;
		display: block;
		padding-left: 0;
	}
}
.icon-list {
	width: 23px;
	height: 28px;
	background-position: 0 -752px;
	margin-top: -2px;
	margin-right: 19px;
}
.icon-print {
	width: 32px;
	height: 28px;
	background-position: -23px -752px;
	margin: -7px 19px -5px -9px;
}
.frame .fancybox-skin {
	margin: 20px;
}
@media (max-width: 991px) {
	.frame .fancybox-skin {
		margin: 0;
	}
	.frame .fancybox-close {
		top: 10px;
		right: 10px;
	}
}
.catalog__brand::first-letter {
	text-transform: uppercase;
}
.goods__text p {
	text-align: left;
}
.goods__text ul.marked-list {
	margin-bottom: 25px;
}
.breadcrumbs {
	margin-bottom: -3px;
}
.goods .main-control {
	margin-bottom: 54px;
}
.info-line__value ins {
	text-decoration: none;
}
.amounter__numb {
	padding-left: 0;
	padding-right: 0;
}
.data,
.tables table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.data > thead > tr > th,
.data > tbody > tr > th,
.data > tfoot > tr > th,
.data > thead > tr > td,
.data > tbody > tr > td,
.data > tfoot > tr > td,
.tables table td,
.tables table th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #eceff1;
}
.tables table,
.tables table td,
.tables table th {
	border: 2px solid #eceff1;
}
.goods__tech + table {
	margin-top: 50px;
}
.tables table td,
.tables table th {
	border-width: 2px;
}
.data > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceff1;
}
.data th,
.tables table th {
	background: #eceff1;
}
.data > caption + thead > tr:first-child > th,
.data > colgroup + thead > tr:first-child > th,
.data > thead:first-child > tr:first-child > th,
.data > caption + thead > tr:first-child > td,
.data > colgroup + thead > tr:first-child > td,
.data > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.data > tbody + tbody {
	border-top: 2px solid #eceff1;
}
.data .data {
	background-color: #fff;
}
.data {
	border: 1px solid #eceff1;
}
.tables table {
	border: 2px solid #eceff1;
}
.data > thead > tr > th,
.data > tbody > tr > th,
.data > tfoot > tr > th,
.data > thead > tr > td,
.data > tbody > tr > td,
.data > tfoot > tr > td {
	border: 1px solid #eceff1;
}
.data > thead > tr > th,
.data > thead > tr > td {
	border-bottom-width: 2px;
}
@media (max-width: 1000px) {
	.goods__text {
		overflow: auto;
	}
}
.main__menu {
	float: none;
	width: 330px;
}
@media (max-width: 479px) {
	.main__menu {
		width: 100%;
	}
}
.catalog-list__section {
	display: block;
}
.catalog__result {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.loading .catalog__result {
	opacity: 0;
}
.spinner {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.spinner img {
	margin: 20px auto;
	display: block;
	width: 50px;
	height: 50px;
}
.showloading .spinner {
	display: block;
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}
.inv {
	display: none;
}
.ValidationErrors {
	color: #f44336;
	display: block;
	margin-top: 5px;
}
.form-success {
	text-align: center;
}
.city-switch .btn-default:hover {
	background: transparent;
}
.construction-block {
	background: #fff;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.construction-block__row {
	display: table-row;
}
.construction-block__cell {
	display: table-cell;
	padding: 50px 40px 20px;
	vertical-align: top;
}
.construction-block__cell_main {
	border-right: 2px solid #f5f5f5;
	width: 300px;
	padding-top: 59px;
	padding-bottom: 40px;
}
.construction-block__cell_main img {
	display: block;
}
.construction-block__title {
	color: #004a73;
	font: bold 40px/50px 'Roboto', sans-serif;
	margin-top: 29px;
}
.construction-sub {
	margin-bottom: 25px;
	display: table;
	width: 100%;
}
.construction-sub__row {
	display: table-row;
}
.construction-sub__cell {
	display: table-cell;
	vertical-align: top;
}
.construction-sub__cell_main {
	padding-right: 30px;
	padding-left: 18px;
	width: 35%;
	font: bold 20px/30px 'Roboto', sans-serif;
}
.construction-sub__cell p {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 10px;
}
.construction-sub__cell p:last-child {
	margin-bottom: 0;
}
.construction-sub__cell a {
	color: #37474f;
}
.construction-sub__cell a:hover {
	color: #f44336;
}
@media (max-width: 992px) {
	.construction-sub,
	.construction-sub__row,
	.construction-sub__cell {
		display: block;
		width: auto;
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	.construction-block,
	.construction-block__row,
	.construction-block__cell {
		display: block;
		width: auto;
	}
	.construction-block__cell_main {
		padding-bottom: 0;
	}
}
.goods__preview {
	font-size: 14px;
	line-height: 30px;
	color: #37474f;
	margin-top: -10px;
}
.goods__preview p {
	margin-bottom: 30px;
}
ol ul {
	list-style: none;
	padding-left: 28px;
	margin-top: 5px;
}
ol ul li {
	padding-left: 43px;
	margin-bottom: 5px;
}
ol ul li a {
	font-weight: bold;
}
ol ul li a:hover {
	color: #f44336;
}
ol p {
	margin-top: 5px;
	margin-bottom: 0 !important;
	padding-left: 28px;
}
ol ul li::before {
	content: "\b7\a0";
	color: #f44336;
	font-size: 44px;
	line-height: 32px;
	position: absolute;
	left: 0;
}
.goods__holder {
	padding: 40px;
}
.goods__holder .main-title {
	font-size: 35px;
}
.goods__text h2,
.goods__text h3,
.goods__text h4 {
	color: #004a73;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin: 40px 0 25px;
}
.goods__text h2 {
	font-size: 40px;
}
.goods__text h3 {
	font-size: 30px;
}
.goods__text h4 {
	font-size: 20px;
}
.contacts-list {
	margin-left: -20px;
	margin-top: -34px;
}
.contacts-list__item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-left: 20px;
	padding-bottom: 40px;
	border-bottom: 2px solid #eceff1;
	margin-top: 34px;
}
.contacts-list__position {
	color: #90a4ae;
	font-style: italic;
	margin-bottom: 24px;
	margin-left: 20px;
}
.contacts-list__person {
	background: #fff;
	min-height: 260px;
	color: #37474f;
}
.contacts-list__person-img {
	float: left;
}
.contacts-list__person-img img {
	display: block;
}
.contacts-list__person-about {
	margin-left: 260px;
	padding: 20px;
	display: block;
}
.contacts-list__person-name {
	display: block;
	color: #004a73;
	font: bold 20px/40px 'Roboto', sans-serif;
	margin-bottom: 8px;
	padding-top: 7px;
}
.contacts-list__person-string {
	font-size: 14px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}
.contacts-list__person-string a {
	color: #37474f;
}
.iconize-smallphone {
	padding-left: 30px;
}
.iconize-smallphone::before {
	width: 12px;
	height: 13px;
	left: 0;
	top: .65em;
	background-position: 0 -808px;
}
.iconize-email {
	padding-left: 30px;
}
.iconize-email::before {
	width: 14px;
	height: 14px;
	left: 0;
	top: .5em;
	background-position: -12px -808px;
}
.switcher__control_arrowed {
	margin-bottom: 30px;
}
.switcher__control_arrowed .switcher__btn_active::before {
	display: block;
}
.switcher__control_arrowed .switcher__btn:first-child {
	border-radius: 4px 0 0 4px;
}
.switcher__control_arrowed .switcher__btn:last-child {
	border-radius: 0 4px 4px 0;
}
.iconize-address {
	padding-left: 30px;
}
.iconize-address::before {
	width: 12px;
	height: 17px;
	left: 0;
	top: .65em;
	background-position: 0 -723px;
}
.contacts-cities__detail-item {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-right: 80px;
	padding-bottom: 27px;
}
.contacts-cities__detail-item a {
	color: #212121;
}
.contacts-cities__map {
	height: 446px;
	width: 100%;
	background: #eceff1;
	border-radius: 4px 4px 0 0;
}
.contacts-cities__detail {
	background: #fff;
	font-size: 14px;
	line-height: 40px;
	color: #212121;
	margin-bottom: 40px;
	padding: 27px 40px 0;
}
.contacts-cities__detail [class^='iconize-']::before,
.contacts-cities__detail [class*=' iconize-']::before {
	margin-top: 3px;
}
.main-subtitle {
	color: #004a73;
	font: bold 30px/40px 'Roboto', sans-serif;
	margin-bottom: 40px;
}
@media (max-width: 1100px) {
	.contacts-list__item {
		width: 100%;
	}
	.contacts-cities__detail-item {
		padding-right: 25px;
	}
}
@media (max-width: 991px) {
	.switcher__control_arrowed .switcher__btn_active::before {
		display: none;
	}
	.contacts-cities__detail-item {
		width: 50%;
	}
	.contacts-cities__detail {
		line-height: 30px;
	}
}
@media (max-width: 479px) {
	.contacts-cities__detail-item {
		width: 100%;
	}
	.contacts-list__person-img {
		float: none;
	}
	.contacts-list__person-img img {
		width: 100%;
	}
	.contacts-list__person-about {
		margin-left: 0;
	}
}
div.title-search-result {
	display: none;
	overflow: hidden;
	z-index: 9;
	margin-top: -2px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(20, 21, 24, .2);
	-moz-box-shadow: 0 0 15px 0 rgba(20, 21, 24, .2);
	box-shadow: 0 0 15px 0 rgba(20, 21, 24, .2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.bx_searche .bx_item_header {
	color: #b8b8b8;
	float: left;
	width: 103px;
	font-size: 12px;
	position: relative;
	margin-left: 7px;
	margin-top: 5px;
	height: 12px;
}
.bx_searche .bx_item_block {
	position: relative;
	min-height: 41px;
}
.bx_searche .bx_image {
	max-width: 33px;
	max-height: 33px;
	display: block;
	float: left;
	margin-left: 68px;
}
.bx_searche .bx_itemname {
	display: block;
}
.bx_searche .bx_item_element {
	padding: 5px 0;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	color: #263238;
	zoom: 1;
}
.bx_searche .bx_item_element b {
	color: #004a73;
}
.bx_searche .bx_item_element:hover {
	background: #f5f5f5;
}
.bx_searche .bx_item_element_header {
	margin-left: -110px;
}
.bx_searche .bx_item_element hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_itemname {
	display: block;
	margin-left: 110px;
}
.bx_searche .bx_price {
	font-weight: bold;
	font-size: 13px;
}
.bx_searche .bx_price .old {
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
}
.bx_item_block.all_result .all_result_title {
	display: block;
	padding-top: 8px;
	padding-bottom: 10px;
}
.form-description .input {
	width: 100%;
}
#scroll-wrap,
#scroll-wrap * {
	cursor: url(/f/i/grab.cur) 16 16, url(/f/i/grab.cur), move;
}
#scroll-wrap.grabbing,
#scroll-wrap.grabbing * {
	cursor: url(/f/i/grabbing.cur) 16 16, url(/f/i/grabbing.cur), move !important;
}
.iScrollHorizontalScrollbar {
	position: absolute;
	z-index: 9999;
	height: 30px;
	left: 0;
	right: 30px;
	bottom: -60px;
	overflow: visible !important;
}
.iScrollIndicator {
	position: absolute;
	background: rgba(255, 255, 255, .3);
}
.iScrollHorizontalScrollbar .iScrollIndicator {
	height: 100%;
}
.iScrollHorizontalScrollbar .iScrollIndicator::after {
	left: 100%;
	top: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: rgba(255, 255, 255, .3);
	border-width: 15px;
	margin-top: -15px;
}
.services-control {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	margin-bottom: 40px;
	border-top: 1px solid;
	margin-right: 0;
}
.services-control__item {
	display: inline-block;
	vertical-align: top;
	width: 16.66666667%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.services__content {
	margin-right: -30px;
}
.catalog__price {
	white-space: nowrap;
}
.goods__text ol p,
.goods__text ul p {
	margin: 0;
	display: inline;
	padding-left: 0;
}
.catalog__result .goods__text li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.catalog__result .goods__text ul {
	list-style: none;
	padding-left: 0;
}
.catalog__result h2 {
	font-size: 30px;
}
.catalog__result .goods__text ul li::before {
	content: '\b7\a0';
	display: block;
	position: absolute;
	left: 0;
	color: #f44336;
	font-size: 44px;
}
.catalog__result .goods__text ol li::before {
	position: absolute;
	left: 0;
}
.catalog__result .goods__text p:last-child {
	margin-bottom: 0;
}
.certificates {
	margin-bottom: 20px;
}
.certificates img {
	margin: 0 20px 20px 0;
}
iframe .container {
	width: auto !important;
}
.catalog__subgroups {
	font-size: 13px;
	line-height: 20px;
}
.catalog_full {
	margin-bottom: 80px;
}
.catalog__subgroups,
.catalog__subgroups li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.catalog__subgroups li {
	margin-bottom: 5px;
}
.catalog__subgroups a {
	color: #004a73;
}
.catalog__subgroups a:hover {
	color: #f44336;
}
.goods__wrap_condensed {
	margin-bottom: 50px;
}
.goods__text_condensed {
	margin-bottom: 0;
}
.goods__text_condensed {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
}
.goods__text_condensed h2 {
	font-size: 30px;
}
.goods__text_condensed p:last-child {
	margin-bottom: 0;
}
.goods__text_condensed.goods__holder {
	padding: 30px;
}
.catalog__result .goods__text_condensed li {
	margin-bottom: 5px;
}
.goods__text_condensed a {
	text-decoration: underline;
}
.view-sort {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}
.view-sort .dropdown {
	display: inline-block;
	margin-left: 5px;
}
.view-sort .dropdown .btn {
	font-weight: normal;
	background: #fff;
	padding: 8px 15px;
	font-size: 14px;
}
.view-sort .dropdown-menu {
	right: 0;
	margin: -2px 0 0 0;
	border: 2px solid #eceff1;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.view-sort .dropdown-menu > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.dsc {
	margin-bottom: 30px;
}
.dsc img {
	max-width: 100%;
}
.sections-slider {
	overflow: hidden;
}
.dsc-holder {
	position: relative;
}
.dsc-holder .about-slider__pager {
	position: absolute;
	bottom: auto !important;
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	text-align: center !important;
	z-index: 2;
	padding-top: 5px;
}
.table {
	color: #37474f;
	width: 100%;
	margin-bottom: 30px;
}
.table th {
	font-weight: normal;
	background: #eceff1;
}
.table th,
.table td {
	padding: 12px 14px;
	border: 2px solid #eceff1;
}
.table tr {
	background: #fff;
}
.table a {
	text-decoration: underline;
}
.table tr:nth-of-type(odd) {
	background-color: #fbfbfb;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 25px;
}
.show-preview {
	position: relative;
}
.show-preview__image {
	background: #fff;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 38px;
	left: 0;
	display: none;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
	z-index: 10;
}
.show-preview__image img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 180px;
	max-height: 180px;
}
.show-preview:hover .show-preview__image {
	display: block;
}
.dropdown-toggle {
	font-weight: bold;
}
.city-changer {
	background: #f5f5f5;
	padding: 10px 0;
}
.city-changer,
.city-changer .btn {
	font-size: 13px;
}
.city-changer .btn {
	vertical-align: baseline;
}
.city-changer .btn {
	background: #f44336;
	margin-left: 8px;
	padding: 2px 8px 4px;
	color: #fff;
}
.city-changer .btn-link {
	background: transparent;
	color: #004a73;
	padding: 0;
	border-bottom: 1px dotted;
	text-decoration: none !important;
}
.catalog__promo_delivery {
	background: #ed4704;
}
.catalog__promo_delivery.catalog__promo::after {
	border-color: #ed4704;
}
.catalog__promo_recommended {
	background: #51bbff;
}
.catalog__promo_recommended.catalog__promo::after {
	border-color: #51bbff;
}
.sidemenu,
.sidemenu ul,
.sidemenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.sidemenu {
	margin-right: 30px;
	margin-bottom: 5px;
}
@media (max-width: 479px) {
	.sidemenu,
	.bx-filter {
		margin-right: 0;
	}
}
.sidemenu > li {
	border: 1px solid #cfd8dc;
	margin-bottom: 2px;
}
.sidemenu > li.expanded {
	background: #fff;
}
.sidemenu ul {
	font-size: 14px;
	max-height: 0;
	overflow: hidden;
	transition: .3s linear;
}
.sidemenu .expanded ul {
	max-height: 1000px;
}
.sidemenu a.active {
	font-weight: bold;
}
.sidemenu a,
.sidemenu b {
	display: block;
	padding: 10px 20px 11px 60px;
	color: #004a73;
}
.sidemenu a:hover {
	color: #f44336;
}
.sidemenu > li > a {
	position: relative;
}
.sidemenu > li > a::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #004a73;
	border-top: 2px solid #004a73;
	position: absolute;
	left: 25px;
	top: 17px;
	transform: rotate(135deg);
	transition: all .3s ease;
}
.sidemenu > li.nodec > a::before {
	display: none;
}

/* .sidemenu > li.expanded > a:before{transform:rotate(-45deg);top:20px} */
.sidemenu > li > a:hover::before {
	border-color: #f44336;
}
.row.row-basic {
	margin-left: -15px;
	margin-right: -15px;
}
.modal-ajax {
	text-decoration: underline;
}
.privacy {
	margin-top: 20px;
}
.popup .privacy {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.privacy a {
	text-decoration: underline;
}
.privacy_small {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}
.privacy_small,
.privacy_small a {
	color: #b0bec5;
}
.light b {
	font-weight: normal;
}
.goods__description a {
	text-decoration: underline;
}
#city {
	display: none;
}
.city-switch .multiselect-container > li > a > label {
	padding-left: 0;
}
.about-slider__special {
	height: 450px;
	background: #004a73 url(/upload/disc.jpg) left top no-repeat;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column nowrap;
	padding: 35px 0 30px;
}
.about-slider__special,
.about-slider__special a {
	color: #fff;
	transition: color .3s ease;
}
.about-slider__special a:hover {
	color: #c03345;
}
.about-slider__special-head,
.about-slider__special-add {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.about-slider__special-description {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.about-slider__special-add {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}
.about-slider__special-title {
	display: inline-block;
	background: #c03345;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 20px 8px 30px;
}
.about-slider__special-description {
	max-width: 660px;
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	padding: 30px;
}
@media (max-width: 991px) {
	.about-slider__special-description {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.about-slider__special-description {
		font-size: 32px;
		line-height: 38px;
	}
}
@media (max-width: 767px) {
	.about-slider__special-title {
		font-size: 30px;
		line-height: 30px;
	}
	.about-slider__special-description {
		font-size: 26px;
		line-height: 32px;
	}
}
@media (max-width: 479px) {
	.about-slider__special-title {
		font-size: 20px;
		line-height: 20px;
		padding: 8px 15px 8px 15px;
	}
	.about-slider__special-description {
		font-size: 18px;
		line-height: 24px;
		padding: 30px 15px;
	}
	.about-slider__special-add {
		font-size: 16px;
	}
}
.about-slider__special a {
	color: #d23f52;
}
.projects-description__text,
.projects-description__extra {
	margin-bottom: 30px;
}
.projects-description__extra em {
	display: block;
	margin-top: 20px;
}
.projects-description__extra .orange-btn {
	white-space: nowrap;
}
@media (min-width: 992px) {
	.projects-description {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 50px;
	}
	.projects-description__text,
	.projects-description__extra {
		margin-bottom: 0;
	}
	.projects-description__extra {
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
		max-width: 290px;
		margin-left: 60px;
	}
}
.brand .catalog__promo {
	left: -2px;
}
#totalAvailable {
	margin-right: 30px;
	min-height: 48px;
	display: inline-block;
}
.goods__dealership {
	color: #f44336;
}
.icon-dealer {
	width: 20px;
	height: 20px;
	background-position: -180px -98px;
	margin: -4px 5px 0 0;
}
.catalog__dealer {
	font-size: 14px;
	display: block;
}
.catalog_list .catalog__dealer {
	margin-left: 15px;
	font-size: 14px;
}
.catalog_list .catalog__name {
	margin-top: 5px;
}
.extrahead {
	position: fixed;
	left: 0;
	top: -200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 24px rgba(3, 46, 69, 0.25);
	white-space: nowrap;
	-webkit-transition: top 0.6s ease-in-out;
	transition: top 0.6s ease-in-out;
	z-index: 101;
	display: flex;
	height: 85px;
	align-items: center;
	justify-content: space-between;
}
.extrahead_show {
	top: 0;
}
.extrahead__logo {
	padding-left: 30px;
}
.extrahead__cart {
	height: 100%;
	border-left: 2px solid #eceff1;
}
.extrahead__cart .cart-holder {
	display: block;
	height: 100%;
}
.extrahead__cart .header-control__btn {
	background: #fff;
	line-height: 1.6;
}
.extrahead__cart .header-control__cart-btn {
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
}
.extrahead__cart .header-control__cart-btn-num {
	margin-left: 10px;
	background: #eceff1;
	padding: 0 7px;
	border-radius: 5px;
}
.extrahead__cart .header-control__cart-btn:hover .header-control__cart-btn-num {
	background: #eceff1;
}
.extrahead__phones {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-right: 35px;
}
.extrahead__phones .header__phone-btn,
.extrahead__phones .header__phone {
	float: none;
}
.extrahead__actions {
	flex: 1 1 auto;
	padding: 0 35px;
	text-align: center;
}
.btn-group > a {
	min-width: 200px;
}
.btn-group > a:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > a:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media (max-width: 1600px) {
	.extrahead .header__logo-text {
		display: none;
	}
	.extrahead .header__logo {
		width: auto;
		float: none;
	}
	.extrahead .header__logo img {
		position: relative;
	}
	.extrahead .btn-group > a {
		min-width: 0;
	}
}
@media (max-width: 991px) {
	.extrahead {
		display: none !important;
	}
}
.cart-holder {
	display: inline-block;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.event-items {
	margin-bottom: 30px;
}
.event-item {
	background: #fff;
	margin-bottom: 30px;
}
.event-item__image {
	width: 100%;
}
.event-item__content {
	padding: 20px 25px 25px;
}
.event-item__date {
	color: #000;
	margin-bottom: 5px;
	text-transform: lowercase;
}
.event-item__more {
	margin-top: 15px;
}
@media (min-width: 568px) {
	.event-item__content {
		padding-left: 35px;
	}
	.event-item__details {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.event-item__more {
		margin-top: 0;
		margin-left: 20px;
		align-self: flex-end;
	}
}
.event-detail {
	margin-bottom: 40px;
}
.event-item__link {
	font: bold 21px 'Roboto', sans-serif;
	color: #004a73;
}
.event-item__link a {
	color: #004a73;
}
.event-detail__date {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #f44336;
	padding: 0 13px 0 28px;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 30px 0 15px;
	position: relative;
	text-transform: lowercase;
}
.event-detail__date::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	border: 18px solid #f44336;
	border-right-color: transparent !important;
	border-right-width: 15px;
}
.default {
	font-size: 15px;
	line-height: 30px;
}
.event-detail__picture {
	margin-bottom: 30px;
	max-width: 100%;
}
.goods__used-title {
	font: bold 30px/40px 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.about-slider__item_full img {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
}
@media (max-width: 991.98px) {
	.desktop-only {
		display: none;
	}
}
@media (min-width: 992px) {
	.mobile-only {
		display: none;
	}
}
@media print {
	@viewport {
		width: 1100px;
	}
	html,
	body {
		width: 1100px;
	}
	.holder {
		padding: 0;
	}
	.noprint,
	.extrahead,
	.header-control,
	.main-menu,
	.header__phone-btn,
	.switcher,
	.breadcrumbs,
	.amounter__btn,
	.catalog__close,
	.cart__buttons,
	.footer,
	.wrap::after,
	#panel,
	jdiv,
	[class^='jivo'],
	i[class^='icon'],
	.__jivoMobileButton,
	.main-menu-ham {
		display: none !important;
	}
	.header__phone {
		margin-right: 30px;
	}
	.main {
		background: #fff;
		padding: 0;
	}
	.main-title {
		font-size: 40px;
	}
	.catalog__description-item {
		padding-left: 0;
		border-left: 0;
	}
	.catalog__amount,
	.catalog__price-wrap {
		border-left: 0;
	}
	.catalog__description-price {
		border-right: 0;
	}
	.amounter {
		border: 0;
		padding: 0;
	}
	.amounter__numb {
		height: auto;
		width: auto;
	}
	.catalog_cart .amounter__numb {
		text-align: left;
	}
	.catalog__item {
		padding-left: 0;
		padding-top: 0;
	}
	.catalog_list .catalog__link {
		min-height: 0;
	}
	.catalog_list .catalog__img img {
		max-height: 80%;
	}
	.catalog_list .catalog__price b {
		font-size: 24px;
		line-height: 24px;
	}
	.cart__total-num {
		font-size: 30px;
	}
	.wrap {
		margin: 0;
	}
}
h4 a {color: #004a73}
.services__descr a {color:#fff}

.goods__price_small {
	font-size: 24px;
}
.price-line {
	margin-left: -30px;
	margin-bottom: 25px;
}
.price-line__item {
	margin: 0 0 0 30px;
}
#empty-price {padding-top:15px}
.goods__cubeprice {
	margin-right: 30px;
	color: #000;
	opacity: .6;
}
.goods__cubeprice:empty {
	display: none!important;
}
.goods__cubeprice b {
	font-size: 21px;
}
.contacts-list__person-string_flex {
	display: flex;
	align-items: center;
}
.contacts-list__person-string_flex > span {
	margin-left: 15px;
}
.contacts-list__person-string_flex > span:first-child {
	margin-left: 0;
	margin-right: 5px;
}
.contacts-list__person-string svg {
	display: inline-block;
	vertical-align: middle;
}
a[href^='tel:'] {
	color: inherit;
	text-decoration: none;
	border: 0;
}
.tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin: -15px 0 30px -15px;
}
.tags a {
	background: #fff;
	border: 2px solid #eceff1;
	color: #2f383d;
	margin-top: 1px;
	margin-right: 1px;
	border-radius: 0;
	text-decoration: none;
	padding: 9px 15px 11px 15px;
	margin: 15px 0 0 15px;
}
.tags a:hover {
	background: #eceff1;
}
.socicons {
	display: flex;
	margin-top: 20px;
}
.socicons__item:not(:first-child) {
	margin-left: 10px;
}
.socicons__item svg {
	width: 48px;
	height: 48px;
}
.switcher__control_small {
    margin-bottom: 30px;
}
@media (min-width: 480px) {
    .switcher__control_small .switcher__btn {
        margin-top: -2px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
}
/* End */
/* /f/fancybox/jquery.fancybox.css?14442170824968 */
/* /f/css/bootstrap-multiselect.css?14442170821148 */
/* /f/fotorama/fotorama.css?144421708415144 */
/* /f/css/nouislider.min.css?14442170823131 */
/* /bitrix/templates/avalon/template_styles.css?1770721354174917 */
