

/* Start:/local/templates/fms/assets/plugins/arcticmodal/jquery.arcticmodal-0.3.css?1754400695647*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/local/templates/fms/assets/plugins/arcticmodal/loading.gif) no-repeat 50% 50%; }
/* End */


/* Start:/local/templates/fms/assets/plugins/fancybox/jquery.fancybox.css?17544006954895*/
/*! 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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/fms/assets/plugins/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('/local/templates/fms/assets/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/fms/assets/plugins/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: url('/local/templates/fms/assets/plugins/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/fms/assets/plugins/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('/local/templates/fms/assets/plugins/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:/local/templates/fms/assets/plugins/fotorama-4.6.2/fotorama.css?175440069515124*/
/*!
 * Fotorama 4.6.2 | 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__wrap *{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(/local/templates/fms/assets/plugins/fotorama-4.6.2/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(/local/templates/fms/assets/plugins/fotorama-4.6.2/fotorama@2x.png) no-repeat;background-size:96px 160px}}.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:/local/templates/fms/assets/plugins/jQueryFormStyler-master/jquery.formstyler.css?175440069512673*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #666;
	-webkit-box-shadow: inset 0 -3px 6px #AAA;
	-moz-box-shadow: inset 0 -3px 6px #AAA;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 8px;
	height: 8px;
	margin: 4px 0 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #2a4594;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #F1F1F1;
	-moz-box-shadow: inset 1px 1px #F1F1F1;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	-webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	-webkit-box-shadow: inset 1px 1px 3px #DDD;
	-moz-box-shadow: inset 1px 1px 3px #DDD;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.jq-selectbox__select {
	height: 28px;
	padding: 0 45px 0 20px;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #fff;
	color: #000;
	text-shadow: 1px 1px #FFF;
	font: 14px/28px Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jq-selectbox__select:hover {
	background-color: #eaeaea;
	background-position: 0 -10px;
}
.jq-selectbox__select:active {
	background: #eaeaea;
	-webkit-box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
	-moz-box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
	box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
}
.jq-selectbox.focused .jq-selectbox__select {
	-webkit-box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
	-moz-box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
	box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
}
.jq-selectbox.disabled .jq-selectbox__select {
	background: #eaeaea;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #2a4594;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #2a4594;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	-webkit-box-shadow: inset 1px 1px #F1F1F1;
	-moz-box-shadow: inset 1px 1px #F1F1F1;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-select-multiple {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	-webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	-webkit-box-shadow: inset 1px 1px 3px #DDD;
	-moz-box-shadow: inset 1px 1px 3px #DDD;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/fms/assets/css/style.css?175440069565591*/
/* reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

*:focus {
    outline: none;
}

li {
    list-style: none;
}


/* clearfix */

.clearfix {
    display: inline-block;
}

.clearfix:after,
.foot_nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

@font-face {
    font-family: Arial;
    src: url('/local/templates/fms/assets/css/../fonts/ArialMT.eot?#iefix') format('embedded-opentype'), url('/local/templates/fms/assets/css/../fonts/ArialMT.woff') format('woff'), url('/local/templates/fms/assets/css/../fonts/ArialMT.ttf') format('truetype'), url('/local/templates/fms/assets/css/../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a4594;
    font: Arial, Helvetica, sans-serif;
    line-height: 30px;
    margin-bottom: 30px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

p {
    margin-bottom: 10px;
}

a {
    color: #28a3de;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: italic;
}


/*basic styles*/

.visible-xs {
    display: none;
}

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

.visible-sm {
    display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .hide-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
}

.visible-lg {
    display: none;
}

@media (min-width: 1001px) {
    .visible-lg {
        display: block;
    }
    .hide-lg {
        display: none;
    }
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    font: 14px/20px Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .wrapper {
        width: 100%;
        min-width: 768px;
        width: 768px;
    }
}

@media (min-width: 1000px) {
    .wrapper {
        width: 1000px;
    }
}

.fleft {
    float: left;
}

.fright {
    float: right;
}


/*logo placeholder*/

.logo_placeholder {
    float: left;
}


/*go link*/

.go_link {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
    margin: -53px 20px 0 0;
	font-size: 12px;
	line-height: 18px;
}

@media (min-width: 768px) {
	.go_link {
		font-size: 18px;
    	line-height: 24px;
	}
}

.go_link:after {
    content: '>';
    position: absolute;
    margin-left: 10px;
    font-weight: bold;
}


/*list width ble square*/

.sm_sq {
    margin-bottom: 25px;
    padding-left: 20px;
}

content .sm_sq {
    float: left;
}

.sm_sq li {
    line-height: 30px;
	list-style: none;
}

content .sm_sq li {
    line-height: 14px;
    margin-bottom: 20px;
}

content .sm_sq li:last-child {
    margin-bottom: 0;
}

.sm_sq li:before {
    content: '▪';
    display: inline-block;
    color: #2a4594;
    position: absolute;
    font-size: 20px;
    margin-left: -20px;
}

/*search-page*/

.search-page input.text {
    border: 2px solid #28a3de;
}
.search-page input {width:85%;margin-bottom:10px;}

/*input*/

input {
    width: 100%;
    height: 28px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    border: none;
    outline: none;
}

input:focus {
    -webkit-box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
    -moz-box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
    box-shadow: 0 0 3px 3px rgba(40, 163, 222, 0.8);
}

input.error {
    border: 1px solid red;
}


/*submit btn*/

.submit {
    width: 170px;
    background: #28a3de;
    color: #fff;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.submit:hover {
    background: #54b6e5;
}

.submit:active {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


/*razdelitel*/

.line {
    width: 100%;
    border-bottom: 7px solid #2a4594;
    margin-bottom: 30px;
}

aside .line {
    float: left;
}


/*table*/

content table {
    margin-bottom: 25px;
}

content table td,
content table th {
    padding: 10px;
}

content table th {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #2a4594;
    border-left: 1px solid #fff;
}

content table th:first-child {
    border-left-color: #2a4594;
}

content table th:last-child {
    border-right: 1px solid #2a4594;
}

content table td {
    border: 1px solid #2a4594;
}

/*ul*/
content ul:not([class]) {
    padding-left: 20px;
}
content ul li {list-style-type: disc;}

content ul ul:not([class]) {
    padding-left: 0;
}

/*news subscribe link*/

.news_subscribe {
    text-decoration: none;
    border-bottom: 1px dashed #28a3de;
    display: inline-block;
}

aside .news_subscribe {
    color: #28a3de;
    font-size: 18px;
    border-bottom: 0;
    margin-bottom: 20px;
}

.news_subscribe_form input {
    border: 1px solid #c1c9e0;
    font-size: 11px;
    margin-bottom: 10px;
}

.news_subscribe_form .submit {
    border: 0;
    float: right;
    font-weight: bold;
    font-size: 12px;
    width: 100px;
}


/*expert qustion*/

.expert_quest {
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 110;
}


/*end basic styles*/


/*header*/

header {
    padding: 25px 0;
}

header .logo_placeholder {
    margin: 0 25px 0 0;
}

@media (max-width: 767px) {
    header .logo_placeholder {
        margin: 0 0 15px;
        text-align: center;
        float: none;
    }
}

.header-icons {
    text-align: center;
}

.header-icons a {
    display: inline-block;
    width: 52px;
    height: 51px;
    margin: 0 10px;
}


/*header contacts*/

.head_contacts {
    float: left;
    margin-left: 80px;
    width: 35%;
    position: relative;
}

.head_contacts .phone {
    color: #2a4594;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: middle;
    float: left;
    margin-left: 2px;
}

.head_contacts .phone span {
    font-size: 12px;
}

.head_contacts a {
    color: #28a3de;
    float: right;
//    margin-left: 50px;
    line-height: 30px;
    font-size: 14px;
}

.head_contacts form {
    display: block;
    float: left;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .head_contacts {
        margin-left: 0;
        margin-right: 10px;
        width: 300px;
        padding: 0 10px;
    }
    .head_contacts a {
        margin-left: 0;
        float: right;
    }
}


/* search fld*/

.head_search {
    border: 1px solid #c1c9e0;
    border-right: 0;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    width: 313px;
    height: 29px;
    margin-top: 3px;
    height: 29px;
    display: inline-block;
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 5px 10px;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .head_search {
        width: 263px;
    }
}

.head_search_btn {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 7px 3px no-repeat;
    width: 37px;
    height: 29px;
    border: 1px solid #c1c9e0;
    border-left: 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    float: left;
    margin-top: 3px;
    cursor: pointer;
}


/* end search fld*/


/* lk*/

.lk_box {
    margin-right: 10px;
    float: right;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .lk_box {
        margin-right: 0;
    }
}

.lk_links {
    margin: 0 0 10px;
}

.lk_links li {
    display: inline-block;
    padding: 0 0 0 10px;
}

.lk_links li:first-child {
    border-right: 1px solid #c1c9e0;
    padding: 0 10px 0 0;
}

.lk_links a {
    color: #2a4594;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #2a4594;
    display: inline-block;
}

.lk_links a:hover {
    border-bottom: 0;
}

.head_basket {
    background: url(/local/templates/fms/assets/css/../images/head_basket.png) 10px center no-repeat;
}

.head_basket a {
    color: #2a4594;
    display: inline-block;
    padding: 0 0 0 55px;
    text-decoration: none;
    font-weight: 900;
}

.head_basket li {
    font-size: 14px;
    line-height: 14px;
    list-style: none;
}

.head_basket li span {
    font-size: 10px;
}

.mine {
    float: left;
    position: relative;
    margin-top: 32px;
    margin-left: 20px;
    font-weight: bold;
}

.mine a {
	text-decoration: none;
}

.mine img {
    height: auto;
    margin-right: 10px;
    width: 28px;
    display: inline-block;
}

.mine span {
	display: inline-block;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #284198;
	text-align: left;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	vertical-align: bottom;
	text-decoration: none;
}

.mine small {
	font-size: 10px;
}


@media (max-width: 1000px) and (min-width: 768px) {
    .mine {
        width: auto;
        margin-left: 0;
    }
    .mine span {
    	display: none;
    }
}


/* end lk*/


/* main nav */

nav {
    margin-bottom: 25px;
    z-index: 999;
    position: relative;
}

nav ul {
    /*background: url(/local/templates/fms/assets/css/../images/nav_bg.png) 0 0 no-repeat;*/
    background: #5f74ad;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5f74ad 0%, #24388d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5f74ad 0%, #24388d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5f74ad 0%, #24388d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5f74ad', endColorstr='#24388d', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

nav ul li {
    display: inline-block;
    width: 166.66667px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -2px;
    font: 14px/38px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    /*height: 100%; */
}

nav ul li a:after {
    content: '';
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -30px 0 no-repeat;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin: 0 0 1px 5px;
}

nav ul li:first-child .dropdown {
    margin-left: 10px;
}

nav ul li:last-child .dropdown {
    margin-right: 10px;
}

nav ul li .dropdown {
    display: none;
    min-width: 100%;
    position: absolute;
    background: rgba(40, 72, 142, 0.9);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    width: auto;
    padding-bottom: 10px;
}

nav ul li .dropdown li {
    display: block;
    margin: 0;
    width: auto;
    font: bold 12px Arial, Helvetica, sans-serif;
}

nav ul li .dropdown li a {
    text-decoration: underline;
    margin-top: 10px;
    padding: 5px 10px;
    display: block;
    width: auto;
    line-height: 1.5;
}

nav ul li .dropdown li a:after {
    display: none;
}

nav ul li .dropdown li a:hover {
    text-decoration: none;
}

nav ul li .dropdown.big {
    width: 980px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 24px;
    margin-left: -156.66667px;
    text-align: left;
}

nav ul li .dropdown.big li {
    display: inline-block;
    line-height: 1;
    width: 200px;
    padding-bottom: 5px;
    vertical-align: top;
    margin-right: 40px;
}

nav ul li .dropdown.big li a {
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
}

nav ul li .dropdown.big li:nth-child(4n) {
    margin-right: 0;
}

nav ul li .dropdown.big li .ddbox {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    background: none;
}

nav ul li .dropdown.big li .ddbox li {
    line-height: 22px;
    vertical-align: top;
}

nav ul li .dropdown.big li .ddbox a {
    line-height: 22px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    font: 14px Arial, Helvetica, sans-serif;
}

@media (max-width: 1000px) and (min-width: 768px) {
    nav ul {
        display: table;
        width: 100%;
    }
    nav ul li {
        display: table-cell;
        width: auto;
    }
    nav ul li .dropdown.big {
        width: 768px;
        margin-left: -141.66667px;
    }
    nav ul li .dropdown.big li:nth-child(4n) {
        margin-right: 40px;
    }
    nav ul li .dropdown.big li:nth-child(3n) {
        margin-right: 0;
    }
}


/* end main nav */


/*first section*/

section {
    min-width: 1000px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    section {
        min-width: 100%;
    }
}


/* main page slider*/

.main_slider {
    padding: 15px 0;
    max-height: 340px;
    position: relative;
    margin-bottom: 20px;
}

.main_slider li,
.main_slider img {
    display: block;
}

.main_slider .slider {
    max-height: 340px;
}

.main_slider li {
    position: relative;
    text-align: center;
}

.main_slider img {
    border: none;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main_slider {
        display: none;
    }
}

@media (min-width: 768px) {
.slider_nav {
    position: absolute;
    width: 96%;
    top: 50%;
    right: 2%;
    left: 2%;
    margin-top: -20px;
    z-index: 12;
}
}

.tab .slider_nav {
    position: relative;
    top: 0;
    margin-top: -200px;
}

.partner_slider .slider_nav {
    position: relative;
    top: 0;
    margin-top: -65px;
}

.slider_mask {
    background: url(/local/templates/fms/assets/css/../images/main_slider_mask.png) 0 0 no-repeat;
    width: 1212px;
    height: 414px;
    position: absolute;
    left: 50%;
    margin-left: -606px;
    margin-top: -35px;
    z-index: 10;
}


/*end main page slider*/


/* slider nav */

.prev,
.next {
    width: 20px;
    height: 37px;
}

.prev:hover,
.next:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}

.prev {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -25px no-repeat;
    float: left;
}

.blue .prev {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -65px no-repeat;
}

.dblue .prev {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -54px -23px no-repeat;
    width: 36px;
    height: 36px;
}

.next {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -30px -25px no-repeat;
    float: right;
}

.blue .next {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -30px -65px no-repeat;
}

.dblue .next {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -91px -23px no-repeat;
    width: 36px;
    height: 36px;
}


/* end slider nav*/


/* big icons */

.big_icons {
    text-align: center;
    margin-bottom: 25px;
}

.big_icons li {
    width: 20%;
    vertical-align: top;
    display: inline-block;
    margin: 0 -2px;
}

.big_icons li .img-wrap {
	display: block;
	height: 100px;
	line-height: 100px;
}
.big_icons li .img-wrap img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
    .big_icons li {
        display: block;
        width: 100%;
        margin: 0 0 40px;
    }
}

aside .big_icons li {
    width: 100%;
    display: block;
    margin: 0;
    float: left;
    text-align: left;
    padding: 10px 0;
}

aside .big_icons li img {
    float: left;
}

aside .big_icons li a {
    font-size: 14px;
    line-height: 14px;
}

aside .big_icons li a div {
    margin-top: 20px;
}

.big_icons li a {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #28a3de;
    text-decoration: none;
    font-weight: bold;
}

.big_icons li a:hover {
    color: #80c9ec;
}


/* end big icons */


/*news list*/

.main_first_section h1 {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main_first_section .news_list {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .main_first_section .news_list li:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .main_first_section .news_list {
        width: 100%;
    }
    .main_first_section .news_list li {
        margin-bottom: 25px;
        margin-right: 0;
    }
}

.news_list {
    margin-bottom: 30px;
}

.news_list li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #b8b8b8;
    width: 100%;
    float: left;
}

section .news_list li {
    display: inline-block;
    width: 301.33333px;
    margin-right: 48px;
    padding: 0;
    border-bottom: 0;
}

section .news_list li img {
    margin: -15px 13px 0 0;
}

section .news_list li:last-child {
    margin-right: 0;
}

.news_list li:first-child {
    padding-top: 0;
}

.news_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

aside .news_list li:last-child {
    padding: 10px 0;
    border-bottom: 1px solid #b8b8b8;
}

.news_list li .date {
    font: 11px/18px Arial, Helvetica, sans-serif;
    color: #717171;
}

.news_list li img {
    float: left;
    margin: 0 10px 0 0;
    width: 82px;
    height: 82px;
    border: 4px solid rgba(40, 163, 222, 0.2);
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    -ms-border-radius: 30%;
    -o-border-radius: 30%;
    border-radius: 30%;
}

.news_list li a {
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #28a3de;
}

.news_list.news_page li {
    padding: 25px 0;
    border-bottom: 1px solid rgba(40, 163, 222, 0.2);
}

.news_list.news_page li:last-child {
    border-bottom: 0;
}

.news_list.news_page li a {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    display: block;
}

.news_list.news_page li .date {
    margin-bottom: 20px;
}

.news_list.news_page li .news_preview {
    font-size: 14px;
    line-height: 20px;
}

.news_list.news_page li img {
    width: 160px;
    height: 160px;
    border-width: 4px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*end news list*/


/*end first section*/


/*second section*/

.items_section {
    background: url(/local/templates/fms/assets/css/../images/item_section_bg.jpg) center center no-repeat;
    height: 391px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0;
    width: 100%;
}


/*tabs*/

.tab_links {
    margin-bottom: 35px;
}

@media (min-width: 1001px) {
    .tab_links {
        padding-left: 20px;
    }
}

.tab_links li {
    display: inline-block;
    margin-right: 40px;
}

.tab_links li.active a {
    font-size: 30px;
    color: #fff;
    border-bottom: none;
}

.tab_links li a {
    font: 24px/30px Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.tab_links li a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

@media (max-width: 767px) {
    .tab_links {
        text-align: center;
    }
    .tab_links li {
        margin-bottom: 10px;
        margin-right: 0;
    }
}


/*end tabs*/


/*item list*/

.item-btn {
    float: right;
}

.item_list li {
    vertical-align: top;
    width: 166px;
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
}

.item_list li:last-child {
    margin-right: 0;
}

.tab .item_list li {
    padding: 0 17px;
}

.tab .item_list li a {
    color: #fff;
}

.tab .item_list li a:hover img {
    border-color: rgba(255, 255, 255, 0.8);
}

.tab .item_list li img {
    width: 134px;
    height: 134px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    border: 12px solid rgba(40, 163, 222, 0.2);
    margin-bottom: 10px;
    margin-left: 4px;
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.item_list-img {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(40, 163, 222, 0.2);
    margin-bottom: 10px;
    background: #ffffff;
    line-height: 140px;
    margin-left: 4px;
}

.photo_vid .item_list-img {
    border: none;
}

.photo_vid p {
    margin: 0;
}

.item_list-img img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.item_list li a {
    font: 14px/20px Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    display: block;
}

.item_list li a:hover {
    text-decoration: none;
}

.item_list li a:hover img {
    border-color: rgba(40, 163, 222, 0.8);
}

.item_list li .price {
    display: inline-block;
    background: #81aad3;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    color: #fff;
    padding: 0 15px;
    font: bold 18px/26px Arial, Helvetica, sans-serif;
}

.item_list li .price span {
    font-size: 14px;
}

.item_list.sorted_list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(40, 163, 222, 0.2);
    float: left;
    text-align: left;
    padding: 10px 0;
}

.item_list.sorted_list li a {
    margin: 0 50px 0 0;
    float: left;
}

.item_list.sorted_list li .form-add-basket {
	float: left;
}

.item_list.sorted_list li .myCatalog {
	margin-right: 0;
	margin-top: 24px;
}

.item_list.sorted_list li a.min,
.item_list.sorted_list li a.max {
	margin: 0;
}

.item_list.sorted_list li a img {
    margin-bottom: 0;
    text-decoration: none;
}

.item_list.sorted_list li .item_inner {
    /*float: left;*/
    padding-left: 200px;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.item_list.sorted_list li .item_inner .item_list_title {
    font-size: 18px;
    line-height: 20px;
    color: #2a4594;
    display: block;
    margin: 0 0 10px;
    width: 100%;
}

.item_list.sorted_list li .item_inner table {
    margin-bottom: 0;
}

.item_list.sorted_list li .item_inner tr:first-child td {
    font-weight: normal;
}

.item_list.sorted_list li .item_inner td {
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 0 10px;
}

.item_list.sorted_list li .item_inner .price {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.item_list.tiles-list li .item-inner .price {
	margin-right: 10px;
}

.item_list.sorted_list li .item-btn {
	float: none;
}

.item_list.in_content_list li {
    margin-left: -2px;
    margin-right: -2px;
    width: 25%;
}

.item_list.photo_vid a {
    color: #2a4594;
}

.novinki_slider .item_list li {
    margin: 0 10px;
}

.item_list-count {
    float: left;
    margin-top: 20px;
}

.item_list-count input {
    border: 1px solid #2a4594;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2a4594;
}

.counter {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.counter input:disabled {
	background: #fff;
}

.item_list.tiles-list .item_list-count .counter input {
    margin-left: 0;
}

.counter input {
    padding-left: 20px;
    padding-right: 20px;
}

.item_card_desc .quantity .counter input {
    width: 100px;
    margin-left: 0;
}

.counter a {
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 28px !important;
    height: 28px;
    vertical-align: middle;
    top: 0;
    color: #2a4594;
    text-decoration: none;
}

.counter .min {
    left: 5px;
}

.counter .max {
    right: 5px;
}

.label {
    display: inline-block;
    width: 59px;
    height: 59px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    margin: -6px 0 0 -6px;
    background: url(/local/templates/fms/assets/css/../images/labels.png) no-repeat;
}

.label-new {
    background-position: 0 0;
}

.label-sale {
    background-position: -59px 0;
}

.item_list.sorted_list li .blue-btn,
.blue-btn {
    background: #2a4594;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 160px;
    height: 28px;
    line-height: 28px !important;
    color: #FFFFFF;
    margin-right: 0;
    margin-top: 20px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}

.item_list.sorted_list li .blue-btn {
	float: none;
	margin-left: 10px;
	margin-right: 10px;
}

.item_list.tiles-list li {
    display: inline-block;
    margin: 0 6px 10px 0;
    padding: 15px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    min-height: 390px;
}

@media (max-width: 768px) {
    .item_list.tiles-list li {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .item_list.tiles-list li {
        width: 234px;
    }
    .item_list.tiles-list li:nth-child(2n){
        margin-right: 0;
    }
}

@media (min-width: 1000px) {
    .item_list.tiles-list li {
        width: 170px;
    }
    .item_list.tiles-list li:nth-child(2n){
        margin-right: 6px;
    }
    .item_list.tiles-list li:nth-child(4n){
        margin-right: 0;
    }
}

.item_list.tiles-list li .item-btn {
    float: none;
}


/*.item_list.tiles-list li:nth-child(4n) {
  margin-right: 0;
}*/

.item_list a.myCatalog {
	display: inline-block;
}

.myCatalog {
    font: bold 14px/24px Arial, Helvetica, sans-serif;
    color: #2a4594;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    line-height: 22px;
}

.myCatalog span {
    border-bottom: 1px dashed #2a4594;
}

.myCatalog:hover {
    opacity: 0.8;
}

.myCatalog:hover span {
    border-bottom-color: transparent;
}

.myCatalog:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 22px;
    left: 0;
    top: 0;
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -210px no-repeat;
}

.item_list .myCatalog {
	padding-left: 20px;
	line-height: 1;
}

.item_list .myCatalog:before {
	width: 15px;
	height: 16px;
	background: url(/local/templates/fms/assets/css/../images/fav-sm.png) 0 0 no-repeat;
}

.item_list.tiles-list .item_list-img {
    margin-left: 0;
    width: 146px;
    height: 146px;
    margin-bottom: 0;
}

.item_list.tiles-list .item_inner {
    text-align: center;
}

.item_list.tiles-list .item_list-count {
    float: none;
    font-size: 11px;
    margin-top: 10px;
}

.item_list.tiles-list .item_list-count input {
    margin-left: 5px;
}

.item_list.tiles-list .blue-btn {
    float: none;
    width: 80%;
    display: inline-block;
    margin: 10px 0;
}

.item_list.tiles-list .item_list_title {
    font-size: 12px;
    line-height: 20px;
    color: #2a4594;
    display: block;
    margin: 0 0 10px;
    width: 100%;
    height: 60px;
    overflow: hidden;
}


/*end item list*/


/*end second section*/


/*third section*/

.main_about {
    color: #717171;
}

.main_about .wrapper {
    width: 1000px;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .main_about .wrapper {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .main_about .wrapper {
        width: 300px;
        padding: 0 10px;
    }
}

.icon-more {
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-left: 10px;
    background: url(/local/templates/fms/assets/css/../images/icon-more.png) 0 0 no-repeat;
}

.more-link {
    position: absolute;
    right: 0;
    top: 5px;
}


/*partner slider*/

.partner_slider {
    margin-bottom: 80px;
}

.partner_slider li {
    vertical-align: middle;
    display: inline-block;
}

.partner_slider li a:hover img {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
}


/*end partner slider*/


/*end third section*/


/*aside*/

aside {
    float: left;
    width: 210px;
    margin-right: 80px;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    aside {
        display: none;
    }
}


/*side nav*/

.side_nav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 10px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.side_nav-el-wrap {
    position: relative;
}

.side_nav li {
    position: relative;
    padding: 0 0 35px 0;
}

.side_nav li:last-child {
    padding-bottom: 0;
}

.side_nav li a {
    display: inline-block;
    color: #284198;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 18px;
}

.side_nav .ddlink {
    padding-right: 35px;
}

.side_nav .drop {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-top: -12px;
    border: 2px solid #284198;
    background: #fff;
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url(/local/templates/fms/assets/css/../images/plus.png) center center no-repeat;
}

.side_nav .drop:hover {
	background: url(/local/templates/fms/assets/css/../images/plus-w.png) center center no-repeat #284198;
}

.side_nav .drop.active {
    background: url(/local/templates/fms/assets/css/../images/minus.png) center center no-repeat;
    color: #fff;
    line-height: 18px;
}

.side_nav .drop.active:hover {
    background: url(/local/templates/fms/assets/css/../images/minus-w.png) center center no-repeat #284198;
}

.side_nav li.active .drop{
  background: url(/local/templates/fms/assets/css/../images/minus.png) center center no-repeat;
}

.side_nav li.active .drop:hover{
  background: url(/local/templates/fms/assets/css/../images/minus.png) center center no-repeat;
}

.side_nav li li a:hover,
.side_nav li li.current a {
    color: #ffffff;
    background: #284198;
    text-decoration: none;
}

.side_nav li ul {
    text-transform: none;
    margin-top: 15px;
    display: none;
}

.side_nav li.active ul {
    display: block;
}

.side_nav li li {
    line-height: 22px;
    padding-bottom: 0;
}

.side_nav li li a {
    font-weight: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}


/*end side nav*/


/*end aside*/


/*content*/

div.content {
    width: 71%;
    float: left;
    box-sizing: border-box;
    color: #717171;
    min-height: 800px;
}

content img {
	max-width: 100%;
	height: auto !important;
}

div.fw {
    width: 100%;
}

aside+content {
    padding-left: 290px;
    margin-left: -290px;
}

@media (max-width: 767px) {
    aside+content {
        padding-left: 0;
        margin-left: 0;
    }
}

.img_styler {
    margin: 0 10px 0 0;
    width: 135px;
    height: 135px;
    border: 5px solid rgba(40, 163, 222, 0.2);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
}

.img_styler.left {
    float: left;
}

.contact_list .img_styler {
    margin-right: 25px;
}


/*breadcrumbs*/

.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumbs li:after {
    content: ' > ';
    color: #717171;
    margin: 0 5px -0px 3px;
}

.breadcrumbs li:last-child a {
    color: #717171;
    text-decoration: none;
}

.breadcrumbs li:last-child:after {
    display: none;
}


/*end breadcrumbs*/


/*product list*/

.product_list {
    float: left;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
}

@media (max-width: 767px) {
    .product_list {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.product_list.right {
    float: right;
    margin-right: 0;
}

.product_list li {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    vertical-align: top;
}

.product_list li a {
    max-width: 310px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    display: block;
}

.product_list li a span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-decoration: underline;
}

.product_list li a:hover span {
    text-decoration: none;
}

.product_list li ul {
    margin-top: 20px;
}

.product_list li li {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 0;
    width: 270px;
    margin-bottom: 0;
}

.product_list li li a {
    max-width: 310px;
    height: auto;
    line-height: 1;
    text-decoration: underline;
}

.product_list li li a:hover {
    text-decoration: none;
}

.product__list-img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    background: #FFFFFF;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.product__list-img img {
    width: 100%;
    height: auto;
}

.product__list-img+span {
    max-width: 200px;
}

/*end product list*/


/*sort*/

.sort_form {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2a4594;
    font: bold 12px/24px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 30px;
}

.sort_form .sort_by {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
}

.sort_form .sort_by span {
	border-bottom: 1px dashed #fff;
}

@media (max-width:767px) {
    .sort_form .sort_by {
        font-size: 13px;
    }
}

.sort_form .sort_by:after {
    content: '˄';
    display: inline-block;
    font-size: 12px;
}

.sort_form .sort_by:before {
    content: '˄';
    display: inline-block;
    font-size: 12px; 
}

.sort_form .sort_by.active span{
    border-bottom-color: transparent;
}

.sort_form .sort_by.active:before {
    display: none;
}

.sort_form .sort_by.asc:after {
    content: '˅';
}

.sort_by-block {
	float: none;
}

@media (min-width: 1000px) {
	.sort_by-block {
		float: left;
	}
}

.sort_form .show_by {
    float: none;
    margin-top: 10px;
}

@media (min-width: 1000px) {
	.sort_form .show_by {
		float: right;
		margin-top: 0;
	}
}

.sort_form .show_by .select_container {
    width: 90px;
    display: inline-block;
    margin-left: 10px;
}

.sort_form .jq-selectbox__select {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.view-types {
    float: left;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .view-types a:first-child {
        display: none;
    }
}

.view-types span {
    display: inline-block;
    height: 16px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    margin-right: 20px;
}

.view-types .active span,
.view-types a:hover span {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.view-list {
    width: 23px;
    background: url(/local/templates/fms/assets/css/../images/sort-btn.png) 0 0 no-repeat;
}

.view-grid {
    width: 22px;
    background: url(/local/templates/fms/assets/css/../images/sort-btn.png) -23px 0 no-repeat;
}


/*end sort*/


/*pagin*/

.pagin {
    width: 100%;
    background: #2a4594;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.pagin li {
    display: inline-block;
    margin: 0 5px;
}

.pagin li a {
    color: #fff;
}

.pagin li.current a {
    text-decoration: none;
}

.pagin .to_first,
.pagin .to_last {
    height: 9px;
    width: 12px;
    display: block;
    margin: 0 10px;
}

.pagin .prev,
.pagin .next {
    height: 9px;
    width: 7px;
    display: block;
    margin: 0 10px;
}

.pagin .to_first {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -20px -100px no-repeat;
}

.pagin .to_last {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -35px -100px no-repeat;
}

.pagin .prev {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -20px -111px no-repeat;
}

.pagin .next {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -36px -111px no-repeat;
}


/*end pagin*/


/*item card*/

.item_card {
    width: 100%;
    margin-bottom: 20px;
}


/*item pic slider*/

.item_pic_slider {
    width: 100%;
    margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 1000px) {
	.item_pic_slider {
	    float: left;
	    width: 60%;
		padding-right: 35px;
	}
}

.item-carousel {
	border: 2px solid rgba(40, 163, 222, 0.8);
	position: relative;
	height: 290px;
	margin-bottom: 20px;
}

.item-carousel:hover .prev,
.item-carousel:hover .next {
	display: block !important;
}

.item-carousel .prev,
.item-carousel .next {
	float: none;
	cursor: pointer;
	display: none !important;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.item-carousel .prev:hover,
.item-carousel .next:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.item-carousel .prev {
	background-position: 0 -62px;
	left: 5px;
}

.item-carousel .next {
	background-position: -30px -62px;
	right: 5px;
}

.item_pic_slider .prev{
    width: 13px;
    height: 26px;
    margin-top: -13px;
    background: url(/local/templates/fms/assets/css/../images/prev-item.png) 0 0 no-repeat;
}

.item_pic_slider .next{
    width: 13px;
    height: 26px;
    margin-top: -13px;
    background: url(/local/templates/fms/assets/css/../images/next-item.png) 0 0 no-repeat;
}

.item-carousel li {
	float: left;
	height: 290px;
	line-height: 290px;
	text-align: center;
	list-style: none;
}

.item-carousel li a{
	display: inline-block;
	vertical-align: middle;
}

.item-carousel img {
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}

.item-thumbs {
	text-align: center;
}

.item-thumbs li {
	display: inline-block;
	list-style: none;
	-webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid rgba(40, 163, 222, 0.2);
    width: 70px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    cursor: pointer;
}

.item-thumbs li.active {
	border: 2px solid rgba(40, 163, 222, 1);
}

.item-thumbs img {
	display: inline-block;
	vertical-align: middle;
}


.item_pic_slider .fotorama__stage {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid rgba(40, 163, 222, 0.8);
    width: 100% !important;
}

.item_pic_slider.fotorama--fullscreen .fotorama__stage {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: auto !important;
}

.item_pic_slider .fotorama__nav__shaft {
    margin: 12px auto;
}

.item_pic_slider .fotorama__nav__shaft .fotorama__thumb {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    border: 4px solid rgba(40, 163, 222, 0.2);
}

.item_pic_slider .fotorama__nav__shaft .fotorama__thumb img {
    height: 64px !important;
}

.item_pic_slider .fotorama__thumb-border {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
}

.item_pic_slider .fotorama__fullscreen-icon {
    margin: 10px 10px 0 0;
}


/*end item pic slider*/
.item-description-block {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b8b8b8;
}

.item-controls {
	width: 100%;
	margin-bottom: 30px;
}

.item-controls-btn {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	border: 2px solid  #c7c6cc;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	height: 86px;
	width: 86px;
}

.btn-next {
	float: right;
	background-image: url(/local/templates/fms/assets/css/../images/next-item.png);
	background-repeat: no-repeat;
	background-position: 52% center;
	text-align: right;
}

.btn-prev {
	float: left;
	background-image: url(/local/templates/fms/assets/css/../images/prev-item.png);
	background-repeat: no-repeat;
	background-position: 48% center;
}

.btn-item-img {
	width: 80px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: none;
}

.btn-next .btn-item-img {
	float: right;
	margin-left: 10px;
}

.btn-prev .btn-item-img {
	float: left;
	margin-right: 10px;
}

.btn-item-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.btn-inner {
	display: none;
}

.btn-name {
	color: #717171;
	font-size: 14px;
	margin-bottom: 10px;
}

.item-name {
	text-decoration: underline;
	font-size: 16px;
	color: #53b5e5;
	line-height: 18px;
	height: 35px;
	overflow: hidden;
}

.item-controls-btn:hover .item-name {
	text-decoration: none;
}

@media (min-width: 768px) {
	.item-controls-btn {
		width: 200px;
	}

	.btn-next {
		padding-right: 35px;
		padding-left: 10px;
		background-position: right 10px center;
	}

	.btn-prev {
		padding-left: 35px;
		padding-right: 10px;
		background-position: left 10px center;
	}

	.btn-inner {
		display: block;
	}	
}

@media (min-width: 1000px) {
	.item-controls-btn {
		width: 350px;
	}
	.btn-item-img {
		display: block;
	}
	.btn-next .btn-inner {
		padding-right: 90px;
	}

	.btn-prev .btn-inner {
		padding-left: 90px;
	}
}

.similar-list {
	text-align: center;
}

.similar-list a {
	color: #2a4594;
}

@media (min-width: 768px) {
	.similar-list li {
		margin-right: 10px;
	}
	.similar-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width: 1000px) {
	.similar-list li:nth-child(2n) {
		margin-right: 10px;
	}
	.similar-list li:nth-child(4n) {
		margin-right: 0;
	}
}

.similar-item-img {
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin-bottom: 20px;
}

.similar-item-img img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.similar-item-name {    
	line-height: 20px;
    display: block;
    margin: 0 0 10px;
    width: 100%;
    font-size: 12px;
    height: 60px;
    overflow: hidden;
}

/*end item card*/


/*item card description*/

.item_card_desc {
    width: 100%;
}

@media (min-width: 1000px) {
	.item_card_desc {
	    float: right;
	    width: 40%;
	}	
}

.item_card_desc .price_block {
    font: 20px/24px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    color: #2a4594;
}

.item_card_desc .price_block .item_price {
    font: bold 24px/24px Arial, Helvetica, sans-serif;
}

.item_card_desc .articul {
    margin-bottom: 20px;
    font-size: 14px;
}

.item_card_desc .blue-btn {
    display: block;
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
}

.item_card_desc .articul span {
    color: #2a4594;
}

.item_card_desc .type_select {
    margin-bottom: 20px;
}

.item_card_desc .type_select .jq-selectbox__select {
    border: 1px solid #2a4594;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #2a4594;
}

.item_card_desc .type_select .jq-selectbox__select:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.item_card_desc .type_select .jq-selectbox.focused .jq-selectbox__select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.item_card_desc .quantity {
    margin-bottom: 20px;
}

.item_card_desc .quantity .counter {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.item_card_desc .quantity input {
    display: inline-block;
    width: 70px;
    text-align: center;
    border: 1px solid #2a4594;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    color: #2a4594;
    margin-left: 10px;
}

.item_card_desc .add_catalog {
    font: bold 14px/24px Arial, Helvetica, sans-serif;
    color: #2a4594;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    line-height: 22px;
}

.item_card_desc .add_catalog span {
    border-bottom: 1px dashed #2a4594;
}

.item_card_desc .add_catalog:hover {
    opacity: 0.8;
}

.item_card_desc .add_catalog:hover span {
    border-bottom-color: transparent;
}

.item_card_desc .add_catalog:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 22px;
    left: 0;
    top: 0;
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -210px no-repeat;
}

.grey_btn {
    width: 192px;
    height: 31px;
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -130px no-repeat;
    font: bold 14px/31px Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.grey_btn:hover {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -170px no-repeat;
}

.fw_table {
    width: 100%;
}

.fw_table .jq-checkbox {
    float: right;
}


/*end item card description*/


/*recomended item list*/

.recomended {
    margin-bottom: 30px;
}


/*end recomended item list*/


/*novinki slider*/

.novinki_slider {
    padding: 0 40px;
    margin-bottom: 230px;
}

.novinki_slider .slider_nav {
    position: relative;
    width: 660px;
}


/*end novinki slider*/


/*contact_list*/

.contact_list {
    font: 14px Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.contact_list li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(40, 163, 222, 0.2);
    list-style-type: none;
}

.contact_list li:first-child {
    border-top: 0;
}

.contact_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact_list li .otdel_name {
    margin-top: 0px;
    display: block;
    color: #2a4594;
    line-height: 30px;
}

.contact_list li p {
    line-height: 20px;
}


/*end contact_list*/


/*contacts fb form*/

.form_box {
    width: 360px;
    float: left;
}

@media (min-width: 768px) {
	.form_box {
	    width: 400px;
	    float: left;
	}	
}

.form_box input,
.form_box textarea {
    width: 100%;
}

@media (min-width: 768px) {
	.form_box input,
	.form_box textarea {
	    display: inline-block;
	    float: left;
	}
}
.form_box label {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #2a4594;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
	.form_box label {
		display: inline-block;
		float: left;
		width: 75px;
    	margin: 0 10px 10px 0;
    	padding: 5px 0;
	}
}

.form_box input,
.form_box textarea {
    width: 235px;
    margin-bottom: 10px;
}

.form_box input,
.form_box textarea {
    border: 1px solid #c1c9e0;
    padding: 5px 10px;
}

.form_box input:focus,
.form_box textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form_box textarea {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_box .captcha_box {
    float: left;
}

.form_box .captcha_box input {
    width: 90px;
    margin-top: 7px;
}

.form_box .captcha_img {
    float: left;
    width: 160px;
    height: 40px;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c1c9e0;
}

.form_box .captcha_img img {
    height: 40px;
}

.form_box .submit {
    font-weight: bold;
    position: relative;
    float: inherit;
    margin: 0 auto;
    display: block;
    width: auto;
    padding: 5px 20px;
    border: 0;
}

.form_box .send_res_file {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.form_box .send_res_file .jq-file__name {
    width: 120px;
    vertical-align: top;
    margin-right: 10px;
}


/*end contacts fb form*/


/*vakansi list*/

.vakansi_list {
    margin-bottom: 30px;
}

.vakansi_list .date {
    font-size: 10px;
    line-height: 20px;
}

.vakansi_list .vak_name {
    font-size: 24px;
    line-height: 30px;
    color: #2a4594;
    margin-bottom: 30px;
}

.vakansi_list .vak_desc {
    line-height: 20px;
}

.vakansi_list li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(40, 163, 222, 0.2);
    float: left;
    width: 100%;
    list-style: none;
}

.vakansi_list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.vakansi_list li:first-child {
    padding-top: 0;
}

.vakansi_list li div {
    float: left;
    width: 100%;
}

.vakansi_list li .submit {
    float: left;
    padding: 2px 10px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
}

.vakansi_list li li {
    padding: 0;
    border-bottom: 0;
}


/*end vakansi list*/


/*my catalog*/

.responsive-table {
    width: 100%;
    overflow-x: auto;
}

.my_catalog {
    color: #2a4594;
    font-size: 18px;
    line-height: 14px;
    min-width: 500px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
	.my_catalog {
		width: 100%;
	}
}

.my_catalog span {
    font-size: 11px;
}

.my_catalog input {
    text-align: center;
    border: 1px solid #2a4594;
    font: bold 14px/14px Arial, Helvetica, sans-serif;
    color: #2a4594;
}

.my_catalog input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.my_catalog th {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 11px;
}

.my_catalog th:first-child {
    text-align: left;
    width: 304px;
}

.my_catalog td {
    vertical-align: middle;
    text-align: center;
}

.my_catalog td:first-child {
    text-align: left;
}

.my_catalog a {
    vertical-align: middle;
    color: #2a4594;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.remove_line {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -110px no-repeat;
}

.table-item-img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 40px;
    height: 40px;
    border: 2px solid #89b0d6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    line-height: 40px;
}

.table-item-img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.table-item-name {
	display: block;
}

.table-item-img+.table-item-name {
	padding-left: 60px;
}
/*itog*/

.itog {
    width: 100%;
}

.itog .itog_sum {
    text-align: right;
    color: #2a4594;
    margin-bottom: 20px;
    font: 18px/30px Arial, Helvetica, sans-serif;
}

.itog .itog_sum span {
    font-size: 36px;
}

.itog a {
    float: right;
    margin-left: 20px;
}

.itog .blue-btn {
    margin-top: 0;
    margin-bottom: 20px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
	padding-right: 10px;
}

/*end itog*/


/*end my catalog*/


/*end content*/


/*footer*/

footer {
    background: url(/local/templates/fms/assets/css/../images/foot_bg.jpg) center center;
    padding: 27px 0;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .logo_placeholder {
    margin-right: 50px;
}

.foot_nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}

.foot_nav li {
    vertical-align: top;
    display: table-cell;
    font: 14px/24px Arial, Helvetica, sans-serif;
    /*width: 166.66667px;*/
    /*margin: 0 -2px; */
}

.foot_nav li li {
    display: block;
    font-size: 11px;
    line-height: 18px;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .foot_nav {
        display: block;
    }
    .foot_nav li {
        width: 25%;
        margin: 0 -2px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .foot_nav li li {
        width: auto;
        float: none;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    footer .wrapper {
        padding-right: 120px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .foot_nav {
        float: right;
        display: block;
        width: 90px;
        margin-right: -110px;
    }
    .foot_nav li {
        font-weight: normal;
        display: block;
        margin: 0;
        width: auto;
    }
    .foot_nav li ul {
        display: none;
    }
    footer .logo_placeholder {
        float: none;
    }
    footer .logo_placeholder img {
        width: 120px;
    }
}


/*end footer*/


/*arctic modal*/

.box-modal {
    background: #2a4594;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 37px;
    position: relative;
    /*width: 240px;*/
    color: #fff;
    text-align: center;
}

.box-modal label,
.box-modal input {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0px;
}

.box-modal input {
    padding: 0 10px;
}

.box-modal .radio_styler {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
}

.box-modal label.radio_styler {
    margin: 10px 5px 10px;
    line-height: 14px;
}

.box-modal input.submit {
    margin-top: 20px;
}

.box-modal a.submit {
    display: inline-block;
    height: 28px;
    width: 100px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}

.box-modal a.submit:active {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.box-modal .modal_item_content a {
    padding: 0 20px;
}

.box-modal_close {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -100px no-repeat;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.modal_title {
    font-size: 24px;
    margin-bottom: 30px;
}

#remove_sub {
    font-weight: bold;
    width: 420px;
}

#remove_sub p {
    font-size: 18px;
    line-height: 24px;
}

.pas_forget li {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    padding: 0 10px;
}

.pas_forget li:first-child {
    border-right: 1px solid #fff;
}

.pas_forget li a {
    color: #fff;
}

.modal_item_content .form_box {
    float: none;
}

.modal_item_content .form_box label {
    color: #ffffff;
}


/*end arctic modal*/


/*select styler*/

.selectbox {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}


/*end select styler*/


/*file upload_styler*/

.jq-file {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    border: 0;
    white-space: nowrap;
}

.jq-file:hover .jq-file__browse {
    background: #28a3de;
}

.jq-file:active .jq-file__browse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jq-file__name {
    height: 28px;
    padding: 0 10px;
    border: 1px solid c1c9e0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    display: inline-block;
    font: 14px/28px Arial, Helvetica, sans-serif;
}

.jq-file__browse {
    height: 28px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    background: #28a3de;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font: bold 14px/28px Arial, Helvetica, sans-serif;
}


/*end file upload_styler*/


/* custom checkbox*/

.jq-checkbox {
    top: 3px;
    width: 11px;
    height: 11px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -240px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox.checked {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -20px -240px no-repeat;
}

.jq-checkbox.checked .jq-checkbox__div {
    display: none;
}

.jq-checkbox.focused {
    border: none;
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}


/* end custom checkbox*/


/*custom fancybox*/

.fancybox-wrap {
    z-index: 999999999;
}

.fancybox-skin {
    background: #81aad3;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    border-radius: 20%;
    padding: 5px !important;
}

.fancybox-image,
.fancybox-iframe {
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    border-radius: 20%;
}

.fancybox-inner {
    -webkit-border-radius: 20% 20% 0 0;
    -moz-border-radius: 20% 20% 0 0;
    -ms-border-radius: 20% 20% 0 0;
    -o-border-radius: 20% 20% 0 0;
    border-radius: 20% 20% 0 0;
}

.fancybox-title-float-wrap {
    margin: 10px 0 0;
    bottom: inherit;
}

.fancybox-title-float-wrap .child {
    background: #2a4594;
    text-shadow: none;
    text-align: center;
    display: inline-block;
    min-height: 28px;
    color: #FFFFFF;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    padding: 0 20px;
    font: 14px/28px Arial, Helvetica, sans-serif;
    white-space: normal;
    max-width: 100%;
}

.fancybox-nav span {
    visibility: visible;
    width: 37px;
    height: 37px;
}

.fancybox-prev {
    margin-left: -70px;
}

.fancybox-prev span {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -54px -25px no-repeat;
}

.fancybox-next {
    margin-right: -70px;
}

.fancybox-next span {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) -90px -25px no-repeat;
}

.fancybox-overlay {
    background: rgba(197, 234, 248, 0.7);
}

.fancybox-close {
    background: url(/local/templates/fms/assets/css/../images/sprite.png) 0 -111px no-repeat;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
}


/*end custom fancybox*/


/*404*/

.four-o-four {
    width: 1212px;
    height: 210px;
    background: url(/local/templates/fms/assets/css/../images/404_bg.jpg) 0 0 no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #717171;
    padding-top: 290px;
}

#scrollup {
    position: fixed;
    /* фиксированная позиция */
    opacity: 0.9;
    /* прозрачность */
    padding: 15px 10px 10px;
    /* отступы */
    background: #28a3de;
    border-radius: 5px;
    /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px;
    /* отступ слева */
    bottom: 20px;
    /* отступ снизу */
    display: none;
    /* спрятать блок */
    cursor: pointer;
}

#scrollup img {
    width: 20px;
}

table.bx-auth-table td, table.bx-registration-table td{
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

table.bx-forgotpass-table td {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px 10px;   
}

.bx-registration-table thead td, .bx-forgotpass-table thead td, .bx-auth-table thead td{
	text-align: left;
}

.bx-registration-table tbody td:first-child {
	color: #2a4594;
	max-width: 100px;
}

.bx-forgotpass-table input, .bx-auth-table input, .bx-registration-table input {
    border: 1px solid #2a4594;
}

.bx-forgotpass-table input[type="submit"], .bx-auth-table input[type="submit"], .bx-registration-table input[type="submit"] {
    color: #fff;
    border: 1px solid #2a4594;
    background: #2a4594;
}

.bx-registration-table .jq-selectbox__select {
	border: 1px solid #2a4594;
}

.bx-auth-table .jq-checkbox {
    top: 0;
}

.bx-auth-table .jq-checkbox+label {
    margin-bottom: 20px;
}

.error {
	color: red;
}

.map-columns td{
	border: none;
}

.map-columns ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.map-level-1 {
	margin-left: 10px;
}

.map-level-2 {
	margin-left: 10px;
}

content .jq-selectbox__dropdown ul {
    padding-left: 0;
}

#subscribemsg.error {
    font-size: 12px;
    /* line-height: 28px; */
    margin-top:4px;
}



@media (max-width: 1000px) and (min-width: 768px) {
    .item_list.sorted_list li .blue-btn {
        float: left;
        margin-left: 10px;
        width: 120px;
    }
}


textarea, input {
    font: 14px Arial,Helvetica,sans-serif;
}


.bx_order_make  #order_form_content div.label {
    position:static;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: none;
}

    .bx_order_make #order_form_content .jq-radio {
        border: 1px solid #2a4594;
    }


content .item-carousel ul,
content .item-thumbs ul {
    padding: 0;
}


.main_first_section h1 {
    width: auto;
}


a.bnn img {
    max-width: 100% !important;
}

input.head_search {
    -webkit-appearance: none;
}


.item_card_desc .articul {
    margin-bottom: 10px;
}
.item_card_desc .package-amount {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
}

.item_card_desc .package-amount span {
    color: #2a4594;
}

.item_card_desc .package-amount .hint {
    padding: 10px 0;
    font-size: 12px;
}

.dealers {
	margin-bottom: 25px;
}

.dealer-contact-group {
	margin-bottom: 25px;
}

.dealer-contact-group-name {
	color: #2a4594;
    font: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 20px;
}

.dealer-contact-item {
	margin-bottom: 10px;
}

.dealer-contact-line.company-name {
	font-weight: bold;
}

#order_form_content .jq-selectbox__select{
	max-width: 400px;
	border: 1px solid #c1c5c8;
    border-radius: 2px;
    color: #000;
    box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
}

#order_form_div .section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.agr {
    zoom: 1.5;
    margin-top:-4px;
    padding:3px;
}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17544006412729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /local/templates/fms/assets/plugins/arcticmodal/jquery.arcticmodal-0.3.css?1754400695647 */
/* /local/templates/fms/assets/plugins/fancybox/jquery.fancybox.css?17544006954895 */
/* /local/templates/fms/assets/plugins/fotorama-4.6.2/fotorama.css?175440069515124 */
/* /local/templates/fms/assets/plugins/jQueryFormStyler-master/jquery.formstyler.css?175440069512673 */
/* /local/templates/fms/assets/css/style.css?175440069565591 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17544006412729 */
