

/* Start:/local/templates/sevenok/styles/fancybox/jquery.fancybox.css?16500132004895*/
/*! 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/sevenok/styles/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/sevenok/styles/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/sevenok/styles/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/sevenok/styles/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/sevenok/styles/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/sevenok/styles/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/sevenok/styles/jcarousel.basic.css?16500132002326*/
.jcarousel-wrapper {
    position: relative;
    width: 632px;
    height: 205px;
    margin: 0 0 45px 0;
    padding: 0;
    /*
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-prev:hover,
.jcarousel-control-next, .jcarousel-control-next:hover {
    position: absolute;
    top: 171px;
    width: 34px;
    height: 34px;
    text-align: center;
    color: #fcfcfb;
    text-decoration: none;
    font-size: 0;
    /*
    text-shadow: 0 0 1px #000;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

.jcarousel-control-prev {
    right: 34px;
    background: url(/local/templates/sevenok/styles/../images/jcarousel-control-prev.png) no-repeat 0 0;
}

.jcarousel-control-next {
    right: 0px;
    background: url(/local/templates/sevenok/styles/../images/jcarousel-control-next.png) no-repeat 0 0;
}


.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    /*opacity: .5;*/
    cursor: default;
}

.jcarousel-control-prev.inactive {
    background: url(/local/templates/sevenok/styles/../images/jcarousel-control-prev-inactive.png) no-repeat 0 0;
}

.jcarousel-control-next.inactive {
    background: url(/local/templates/sevenok/styles/../images/jcarousel-control-next-inactive.png) no-repeat 0 0;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/* End */


/* Start:/local/templates/sevenok/layerslider/css/layerslider.css?165001320015708*/

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(/local/templates/sevenok/layerslider/css/blank.gif);
}

.ls-slide > a > * {
	background-image: url(/local/templates/sevenok/layerslider/css/blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/* Mobile features */

.ls-forcehide {
	display: none !important;
}

/* End */


/* Start:/local/templates/sevenok/styles.css?174411890330349*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic);
*
{
    margin: 0px;
    padding: 0px;
}
html
{             
    height: 100%;
}
body
{
	font: 15px 'Roboto', sans-serif;
	width: 100%;
    height: 100%;
    color: #fefefe;
    position: relative;
	background-color: #333;
}
body.allp
{
    background: #333 url(/local/templates/sevenok/./images/fon.png) no-repeat center top;
}

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

a, a:hover
{
    color: #fefefe;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: none;
}
p
{
    
}
h1
{
    color: #fefefe;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2
{
    color: #fefefe;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
h3
{
    
}
h4, h5, h6
{
    
}


.clear
{
    clear: both;
}

.open_dialog
{
    display: none;
    width: 400px;
}

.page_wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    position: relative;
    z-index: 10;
}
    .content
    {
        padding: 0 0 50px 0;
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .content::after
    {
        clear: both;
        content: "";
        display: table;
    }

.wrap_header
{
    width: 1000px;
    height: 68px;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: url('/local/templates/sevenok/./images/opacity_bg.png');
    position:  relative;
}
    .wrap_header .logo
    {
        display: block;
        position: absolute;
        top: 7px;
        left: 21px;
    }
    .wrap_header .text
    {
        font-size: 16px;
        width: 410px;
        height: 68px;
        padding: 10px 0;
        overflow: hidden;
        position: absolute;
        left:  255px;
    }
    .wrap_header .contacts
    {
        text-align: right;
        width: 300px;
        padding: 5px 17px 0 0;
        position: absolute;
        top: 0;
        right: 0;
    }
        .wrap_header .contacts .phone
        {
            font-size: 25px;
            font-weight: bold;
        }
        .wrap_header .contacts .address
        {
            font-size: 12px;
        }
.top_menu
{
    width: 1000px;
    height: 45px;
    line-height: 45px;
    margin: 1px auto 0;
    padding: 0;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: url('/local/templates/sevenok/./images/opacity_bg.png');
    position:  relative;
    
    list-style-type: none;
    font-size: 0;
    text-align: justify;
    text-justify: newspaper;
        zoom:1;

}
    .top_menu li.last
    {
        width: 100%;
    }
    .top_menu li
    {
        display: inline-block;
        font-size: 17px;
        color: #fefefe;
        text-align: center;
        padding: 0 5px;
    }
    .top_menu li a, .top_menu li a:hover
    {
        font-size: 17px;
        text-decoration: none;
        padding: 8px 15px;
    }
    .top_menu li span
    {
        padding: 8px 15px;
        background: #fb9d00;
    }
    .top_menu li a:hover
    {
        background: #fb9d00;
    }
    .top_menu li a.active
    {
        background: #fb9d00;
    }

.permissions
{
    margin: 443px 0 0 0;
}
    .permissions .right_col
    {
        float: right;
        width: 335px;
        background: #fb9d00;
        
    }
        .permissions .right_col .col_inner
        {
            padding: 12px 10px 24px 26px;
        }
            .permissions .right_col .col_inner p
            {
                margin: 0 0 4px 0;
            }
                .permissions .right_col .col_inner a, .permissions .right_col .col_inner a:hover
                {
                    color: #fefefe;
                    font-size: 18px;
                    text-decoration: none;
                }
                .permissions .right_col .col_inner a:hover
                {
                    text-decoration: underline;
                }
    .permissions .left_col
    {
        margin: 0 335px 0 0;
        background: #1c1c1c;
    }
        .permissions .left_col .col_inner
        {
            padding: 12px 10px 24px 33px;
        }
            .permissions .left_col .col_inner ul
            {
                list-style-type: none;
            }
                .permissions .left_col .col_inner ul li
                {
                    background: url(/local/templates/sevenok/./images/square.jpg) no-repeat 0 6px;
                    color: #fefefe;
                    font-size: 16px;
                    padding: 0 0 0 27px;
                }

.index_page
{
    margin: 6px 0 0 0;
}
    .index_page .right_col
    {
        float: right;
        width: 335px;
        background: #262626;
        
    }
        .index_page .right_col .col_inner
        {
            padding: 12px 20px 24px 55px;
        }
            .index_page .right_col .col_inner h1
            {
                margin-bottom: 15px;
            }
                .index_page .right_col .news time
                {
                    font-size:  14px;
                    margin: 0 0 0 -35px;
                }
                .index_page .right_col .news h1
                {
                    font-size:  16px;
                    line-height: 19px;
                    margin-top: 20px;
                    margin-bottom: 19px;
                }
                .index_page .right_col .news p
                {
                    font-size: 15px;
                    line-height: 16px;
                }
                .index_page .right_col .news a.more, .index_page .right_col .news a.more:hover
                {
                    display: block;
                    font-size: 11px;
                    text-transform: uppercase;
                    text-decoration: underline;
                    margin: 31px 0 0 0;
                }
                .index_page .right_col .news a.more:hover
                {
                    text-decoration: none;
                }
                .index_page .right_col .news .line
                {
                    height: 1px;
                    background: #333;
                    margin: 32px 0 20px -35px;
                }
            a.all_news, a.all_news:hover
            {
                text-transform: uppercase;
                text-decoration: none;
                font-size: 15px;
                display: block;
                padding: 5px 0;
                border: 1px solid #fefefe;
                text-align: center;
                width: 188px;
                margin: 55px 0 55px 24px;
            }
            a.all_news:hover
            {
                background: #fefefe;
                color: #262626;
            }
                
    .index_page .left_col
    {
        margin: 0 335px 0 0;
        background: #1c1c1c;
    }
        .index_page .left_col .col_inner
        {
            /*padding: 12px 0px 18px 33px;*/
            padding: 12px 0px 0px 33px;
        }
        .allp .index_page .left_col .col_inner
        {
            padding: 12px 0px 18px 26px;
        }
	.index_page .columns
	{
		background: #262626;
		overflow: hidden;
	}

.main_page
{
    margin: 6px 0 0 0;
}
.wrap_content
{
    background: #1c1c1c;
    overflow: hidden;
} 
    .main_page .right_col
    {
        float: right;
        width: 335px;
        background: #262626;
        
    }
        .main_page .right_col .col_inner
        {
            padding: 12px 20px 24px 55px;
        }
            .main_page .right_col .col_inner h1
            {
                margin-bottom: 15px;
            }
                .main_page .right_col .news time
                {
                    font-size:  14px;
                    margin: 0 0 0 -35px;
                }
                .main_page .right_col .news h1
                {
                    font-size:  16px;
                    line-height: 19px;
                    margin-top: 20px;
                    margin-bottom: 19px;
                }
                .main_page .right_col .news p
                {
                    font-size: 15px;
                    line-height: 16px;
                }
                .main_page .right_col .news a.more, .main_page .right_col .news a.more:hover
                {
                    display: block;
                    font-size: 11px;
                    text-transform: uppercase;
                    text-decoration: underline;
                    margin: 31px 0 0 0;
                }
                .main_page .right_col .news a.more:hover
                {
                    text-decoration: none;
                }
                .main_page .right_col .news .line
                {
                    height: 1px;
                    background: #333;
                    margin: 32px 0 20px -35px;
                }
            a.all_news, a.all_news:hover
            {
                text-transform: uppercase;
                text-decoration: none;
                font-size: 15px;
                display: block;
                padding: 5px 0;
                border: 1px solid #fefefe;
                text-align: center;
                width: 188px;
                margin: 55px 0 31px 24px;
            }
            a.all_news:hover
            {
                background: #fefefe;
                color: #262626;
            }
               
    .main_page .left_col
    {
        float: left;
        /*margin: 0 335px 0 0;*/
        background: #1c1c1c;
        width: 640px;
    }
        .main_page .left_col .col_inner
        {
            padding: 12px 0px 18px 33px;
        }
        .allp .main_page .left_col .col_inner
        {
            padding: 12px 0px 18px 26px;
        }

.description p
{
    margin: 0 0 35px 0;
}

.category_index
{
    margin: 50px 0 0 0;
}
    .category_index .text_left
    {
        min-height: 233px;
        background: #1c1c1c;
    }
        .category_index .text_left .photo
        {
            width: 315px;
            height: 233px;
            float: right;
            position: relative;
        }
            .category_index .text_left .photo div
            {
                background: url(/local/templates/sevenok/./images/arrow_right.png) no-repeat 0 0;
                width: 12px;
                height: 22px;
                position: absolute;
                top: 107px;
                left: 0;
            }
        .category_index .text_left .name
        {
            padding: 5px 335px 5px 5px;
            font-size: 15px;
            line-height: 16px;
        }
            .category_index .text_left .name h2
            {
                margin: 10px 0px 15px 0;
            }
            
    .category_index .text_right
    {
        min-height: 233px;
        background: #1c1c1c;
    }
        .category_index .text_right .photo
        {
            width: 315px;
            height: 233px;
            margin: 0 0 0 2px;
            float: left;
            position: relative;
        }
            .category_index .text_right .photo div
            {
                background: url(/local/templates/sevenok/./images/arrow_left.png) no-repeat 0 0;
                width: 12px;
                height: 22px;
                position: absolute;
                top: 107px;
                right: 0;
            }
        .category_index .text_right .name
        {
            padding: 5px 5px 5px 335px;
            font-size: 15px;
            line-height: 16px;
        }
            .category_index .text_right .name h2
            {
                margin: 10px 0px 15px 0;
            }

footer.footer
{
    margin: -50px auto 0;
    height: 50px;
}            
.wrap_footer
{
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    background: #1c1c1c; 
    position: relative; 
    z-index: 10;
}
    .wrap_footer .inner
    {
        padding: 15px 35px 0 35px;
        font-size: 15px;
    }
        .wrap_footer .inner p
        {
            font-size: 15px;
        }
        .wrap_footer .inner .uberweb
        {
            float: right;
        }
            .wrap_footer .inner .uberweb a, .wrap_footer .inner .uberweb a:hover
            {
                font-size: 15px;
                text-decoration: underline;
            }
            
/* feedback form */
.feedback_form
{
    width: 752px;
    margin: 0 auto;
    background: #fb9d00;
    padding: 34px 116px 45px 132px;
}
    .feedback_form .title
    {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .feedback_form .text
    {
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        margin: 11px 0 0 0;
    }
.feedback_form .mat-label 
{
    display: block;
    font-size: 14px;
    transform: translateY(25px);
    color: #fcfbfb;
    transition: all 0.5s;
}
.feedback_form .mat-input 
{
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 0;
    font-size: 14px;
    color: #fcfcfc;
}
.feedback_form .mat-div 
{
    padding: 30px 0 0 0;
    position: relative;
}
.feedback_form .mat-div.left_field
{
    float: left;
    width: 333px;
}
.feedback_form .mat-div.right_field
{
    margin: 0 0 0 419px;
}
.feedback_form .mat-div:after, .mat-div:before 
{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fcfcfc; 
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.feedback_form .mat-div::after 
{
    background-color: #fcfcfc;
    transform: scaleX(0);
}
.feedback_form .is-active::after 
{
    transform: scaleX(1);
}
.feedback_form .is-active .mat-label 
{
    color: #fcfcfc;
}
.feedback_form .is-completed .mat-label 
{
    font-size: 12px;
    transform: translateY(0);
}
    .feedback_form .submit_button
	{
        width: 100%;
        margin: 50px auto 0;
        text-align: center;
    }
		.feedback_form .submit_button input
		{
			text-transform: uppercase;
			font-size: 15px;
			padding: 9px 0;
			background: none;
			color: #fcfbfb;
			text-align: center;
			border: none;
			border: 1px solid #fefefe;
			width: 220px;
			cursor: pointer;
		}
		.feedback_form .submit_button input:hover
		{
			background: #fbfafa;
			color: #fb9d00;
		}

/* map */
.map_title
{
    width: 1000px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    background: #262626;
    text-align: center;
}
    .map_title span
    {
        color: #fefefe;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0 22px 0 0;
        cursor: pointer;
    }
    .map_title span.down
    {
        background: url(/local/templates/sevenok/./images/arrow_down.png) no-repeat center right;
    }
    .map_title span.up
    {
        background: url(/local/templates/sevenok/./images/arrow_up.png) no-repeat center right;
    }
#map
{
    width: 1000px;
    height: 354px;
    margin: 0 auto;
    background: #262626;
    /*display: none;*/
}
.popover-content
{
    background: #262626;
    padding: 18px 10px 13px 20px;
    color: #fefdfd;
    font-size: 15px;
}
    .popover-content p
    {
        margin: 0 0 10px 0;
    }

#layerslider
{
    width: 1280px;
	min-width: 1000px;
    height: 735px;
    margin: 0 auto;
    position: absolute;
}
#layerslider img
{
	/*text-align: center;*/
}
#layerslider img
{
	display: block!important;
	margin: 0 auto!important;
	position: static!important;
}
.ls-slide img.ls-bg
{
	display: block;
	margin: 0 auto!important;
}
.ls-carousel .ls-bottom-nav-wrapper
{
    margin: -209px auto!important;
    position: relative;
    z-index: 100;
}
.slider_text
{
    width: 1000px;
    height: 100%;
    /*padding: 130px 0 45px 0;*/
    margin: 0 auto;
    text-align: left;
    /*background: url('/local/templates/sevenok/./images/opacity_bg.png');*/
}
    .slider_text .inner_text
    {
        max-width: 540px;
        background: url('/local/templates/sevenok/./images/opacity_bg.png');
        padding: 30px;
        display:-moz-inline-box;
        display:inline-block;
        vertical-align:middle;
        zoom:1;
        //display:inline;
    }
    .helper
    {
        display:-moz-inline-box;
        display:inline-block;
        vertical-align:middle;
        height:100%;
        width:0px;
        zoom:1;
        //display:inline;
    }
    .slider_text h2
    {
        color: #fb9d00;
        font-size: 50px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .slider_text h3
    {
        color: #fefbfb;
        font-size: 30px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 15px 0;
    }
    .slider_text p
    {
        font-size: 18px;
        /*margin: 10px 0 10px 0;*/
    }

.navigator_panel
{
    width: 975px;
    height: 51px;
    line-height: 51px;
    margin: 97px auto 9px;
    padding: 0 0 0 25px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: url('/local/templates/sevenok/./images/opacity_bg.png');
    position: relative;
}
    .navigator
    {
        color: #fefcfc;
        font-size: 14px;
    }
        .navigator a, .navigator a:hover
        {
            color: #fefcfc;
            font-size: 14px;
            text-decoration: none;
        }
        .navigator a:hover
        {
            text-decoration: underline;
        }
        .navigator img
        {
            padding: 0 15px;
        }
    .search
    {
        width: 658px;
        height: 34px;
        position: absolute;
        top: 8px;
        right: 57px;
        overflow: hidden;
        display: none;
        width: 0px;
    }
        .search_button
        {
            width: 34px;
            height: 34px;
            background: url(/local/templates/sevenok/./images/search_button.png) no-repeat 0 0;
            position:  absolute;
            top: 8px;
            right: 14px;
            cursor: pointer;
        }
        .search input
        {
            width: 635px;
            height: 34px;
            line-height: 34px;
            padding:  0 5px 0 18px;
            background: #fdfcfc;
            color: #6a6868;
            font-size: 14px;
            border: none;
            border-right: 1px solid #f0eeed;
            border-left: 1px solid #f2f1f1;
            position: absolute;
        }
    
.catalog_category
{
    width: 600px;
    padding: 7px 3px 9px 10px;
    margin: 0 0 18px 0;
    background: #262626;
    overflow: hidden;
}
.catalog_category:hover
{
    background: #333;
}
    .catalog_category img
    {
        float: left;
        margin: 0 23px 0 0;
    }
    .catalog_category .text
		{
        font-size: 15px;
        line-height: 16px;
        overflow: hidden;
    }
        .catalog_category a.name, .catalog_category a.name:hover
			{
            color: #fb9d00;
            text-decoration: none;
            font-size: 20px;
            text-transform: uppercase;
            margin: 0px 0 33px 0;
            display: block;
        }
    
.right_menu
{
    width: 335px;
    background: #1c1c1c;
    padding: 0 0 21px 0;
}
    .right_menu .wrap_right_menu
    {
        width: 335px;
        background: #262626;
        padding: 0 0 28px 0;
    }
        .right_col h2
        {
            color: #fefefe;
            font: 35px 'Open Sans', sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            margin: 12px 0 20px 35px;
        }
        .right_menu ul
        {
            list-style-type: none;
            width: 310px;
            margin: 0 auto;
            padding: 0;
        }
            .right_menu ul li
            {
                
            }
                .right_menu ul li div
                {
                    padding: 8px 10px 9px 29px;
                }
                .right_menu ul li div:hover
                {
                    background: #1c1c1c;
                }
                .right_menu ul li.active div
                {
                    background: #1c1c1c;
                }
                .right_menu ul li div a, .right_menu ul li div a:hover
                {
                    color: #fdfcfc;
                    font: 18px 'Open Sans', sans-serif;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: url(/local/templates/sevenok/./images/arrow_1.png) no-repeat center right;
                    padding: 0 16px 0 0;
                }
                .right_menu ul li.active div a, .right_menu ul li.active div a:hover
                {
                    background: url(/local/templates/sevenok/./images/arrow_2.png) no-repeat center right;
                }
				.right_menu ul li.no_parent div a, .right_menu ul li.no_parent div a:hover
				{
					background: none;
				}
                .right_menu ul li a, .right_menu ul li a:hover
                {
                    color: #fdfcfc;
                    font: 16px 'Roboto', sans-serif;
                    text-decoration: none;
                }
                .right_menu ul li div + ul
                {
                    width: 231px;
                    margin: 0 0 0 37px;
                    display: none;
                }
                .right_menu ul li.active div + ul
                {
                    width: 250px;
                    margin: 0 0 0 37px;
                }
                    .right_menu ul li div + ul li
                    {
                        padding: 5px 3px 6px 20px;
                    }
                    .right_menu ul li div + ul li:hover
                    {
                        background: #1c1c1c;
                    }
                .right_menu ul li.active li.active
                {
                    color: #fdfcfc;
                    font: 16px 'Roboto', sans-serif;
                    background: #1c1c1c;
                }
    
.catalog_item
{
    width: 615px;
    padding: 0;
    margin: 0 0 11px 0;
    background: #333;
}
    .catalog_item .prod_title
    {
        background: #262626;
        padding: 8px 10px 13px 15px;
        cursor: pointer;
    }
    .catalog_item .prod_title:hover
    {
        background: #333;
    }
    .catalog_item.active .prod_title, .catalog_item.active .prod_title:hover
    {
        background: #fb9d00;
    }
        .catalog_item .prod_title h2
        {
            color: #fb9d00;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 7px;
        }
        .catalog_item.active .prod_title h2
        {
            color: #fcfafa;
        }
        .catalog_item .prod_title .text
        {
            font-size: 15px;
            line-height:  16px;
        }
    .catalog_item .total_descr
    {
        font-size: 15px;
        line-height: 17px;
        padding: 17px 10px 17px 15px;
        display: none;
        overflow: hidden;
    }
    .catalog_item.active .total_descr
    {
        /*display: block;*/
    }
        .catalog_item .total_descr p
        {
            font-size: 15px;
            line-height: 17px;
        }
        .catalog_item .total_descr h3
        {
            font-weight: bold;
            font-size: 15px;
            text-transform: uppercase;
            margin: 20px 0 10px 0;
        }
        .catalog_item .total_descr img.img_l
        {
            float: left;
        }
        .catalog_item .wrap_descr
        {
            margin: 0 0 0 200px;
        }
        .catalog_item .total_descr ul
        {
            list-style-type: none;
            margin-left: 5px;
        }
            .catalog_item .total_descr ul li
            {
                background: url(/local/templates/sevenok/./images/square_2.png) no-repeat 0 7px;
                padding-left: 8px;
                position: relative;
            }
        .catalog_item .dnl_pdf a, .catalog_item .dnl_pdf a:hover
        {
            color: #fb9d00;
            font-size: 15px;
            text-decoration: none;
        }
        .catalog_item .dnl_pdf a:hover
        {
            text-decoration: underline;
        }
        .catalog_item .make_order,.catalog_item .make_order:hover
        {
            color: #fefdfb;
            font-size: 20px;
            text-transform: uppercase;
            text-decoration: none;
            background: #fb9d00;
            display: block;
            width: 280px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin: 32px 0 0 0;
        }

.product_descr
{
    font-size: 15px;
    line-height: 17px;
    padding: 17px 10px 17px 15px;
    overflow: hidden;
}
    .product_descr p
    {
        font-size: 15px;
        line-height: 17px;
    }
    .product_descr h3
    {
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 20px 0 10px 0;
    }
    .product_descr img.img_l
    {
        float: left;
    }
    .product_descr .wrap_descr
    {
        margin: 0 0 0 293px;
    }
    .product_descr ul
    {
        list-style-type: none;
        margin-left: 5px;
    }
        .product_descr ul li
        {
            background: url(/local/templates/sevenok/./images/square_2.png) no-repeat 0 7px;
            padding-left: 8px;
            position: relative;
        }
        .product_descr .make_order, .product_descr .make_order:hover
        {
            color: #fefdfb;
            font-size: 20px;
            text-transform: uppercase;
            text-decoration: none;
            background: #fb9d00;
            display: block;
            width: 280px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin: 32px 0 0 0;
        }
        .product_descr .dnl_pdf a, .product_descr .dnl_pdf a:hover
		{
			color: #fb9d00;
			font-size: 15px;
			text-decoration: none;
		}
		.product_descr .dnl_pdf a:hover
		{
			text-decoration: underline;
		}
    
.left_col.product_detail
{
    width: 653px;
}
.allp .main_page .left_col.product_detail .col_inner
{
    padding: 13px 0 0 13px;
}
    .allp .main_page .left_col.product_detail .col_inner .mc
    {
        background: #262626;
        padding: 9px 0 0 13px;
    }
ul.length_prod
{
    width: 125px;
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
    ul.length_prod li
    {
        background: none;
        padding: 0;
        position: static;
        font-size: 12px;
    }
    
	
    
/* news */
.news_list
{
    width: 600px;
    margin: 0 0 18px 0;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #333;
}
    .news_list img
    {
        float: left;
        margin: 0 53px 0 0;
    }
    /*.news_list .text
    {
        overflow: hidden;
    }*/
    .news_list .name, .news_list .name:hover
    {
        font-size: 25px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        margin: -7px 0 1px;
    }
    .news_list .name:hover
    {
        text-decoration: underline;
    }
    .news_list .date
    {
        font-size: 13px;
        margin: 0px 0 19px 0;
    }
    .news_list .more, .news_list .more:hover
    {
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: underline;
        display: block;
        text-align: right;
        margin: 5px 0 0px 0;
    }
    .news_list .more:hover
    {
        text-decoration: none;
    }
.news_list_detail .imgL
{
	float: left;
    margin: 5px 20px 5px 0;
}
.news_list_detail .date
{
	font-size: 13px;
    margin: -22px 0 19px 0;
}
    
.pager
{
    text-align: right;
    color: #9b9898;
    font-size: 16px;
    word-spacing: 2px;
    margin: 29px 7px 0 0;
}
    .pager span
    {
        color: #fdfbfb;
        font-size: 16px;
        border: 1px solid #f8f8f8;
        padding: 4px 10px 4px 10px;
    } 
    .pager a, .pager a:hover
    {
        color: #9b9898;
        font-size: 16px;
        border: 1px solid #323232;
        padding: 4px 10px 4px 10px;
    }  

p.contacts
{
    font-size: 15px;
    margin: 0 0 10px 0;
}
    p.contacts em
    {
        font-style: normal;
        font-weight: 500;
    }
    
.fb_form
{
    width: 567px;
    margin: 25px auto 0;
    background: #fb9d00;
    padding: 24px 35px 35px 35px;
}
    .fb_form .title
    {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
    }
.fb_form .mat-label 
{
    display: block;
    font-size: 14px;
    transform: translateY(25px);
    color: #fcfbfb;
    transition: all 0.5s;
}
.fb_form .mat-input 
{
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 0;
    font-size: 14px;
    color: #fcfcfc;
}
.fb_form .mat-div 
{
    padding: 30px 0 0 0;
    position: relative;
}
.fb_form .mat-div.left_field
{
    float: left;
    width: 257px;
}
.fb_form .mat-div.right_field
{
    margin: 0 0 0 320px;
}
.fb_form .mat-div:after, .mat-div:before 
{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fcfcfc; 
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.fb_form .mat-div::after 
{
    background-color: #fcfcfc;
    transform: scaleX(0);
}
.fb_form .is-active::after 
{
    transform: scaleX(1);
}
.fb_form .is-active .mat-label 
{
    color: #fcfcfc;
}
.fb_form .is-completed .mat-label 
{
    font-size: 12px;
    transform: translateY(0);
}
    .fb_form .submit_button
    {
        width: 100%;
        text-align: right;
        margin: 50px auto 0;
    }
        .fb_form .submit_button input
        {
            text-transform: uppercase;
            font-size: 15px;
            /*display: block;*/
            padding: 9px 0;
            background: none;
            color: #fcfbfb;
            text-align: center;
            border: none;
            border: 1px solid #fefefe;
            width: 220px;
            cursor: pointer;
        }
        .fb_form .submit_button input:hover
        {
            background: #fbfafa;
            color: #fb9d00;
        }    

#fb_map
{
    width: 637px;
    height: 366px;
}

.success_text
{
	color: green;
	text-align: center;
	margin: 20px 0 0 0;
	display: none;
}

.mat-div.error label, .mat-div.error input
{
	color: #f00;
}

.search-page
{
	display: none;
}

.back
{
	margin: 30px 0 0 0;
}
.back a
{
	text-decoration: underline;
}
.back a:hover
{
	text-decoration: none;
}
    
    
    
    
    
    
    
/* End */


/* Start:/local/templates/sevenok/template_styles.css?1744118903892*/
.wrap_descr table, .product_descr table
{
	border-collapse: collapse;
}
	.wrap_descr table td
	{
		border: 1px solid #fff;
		padding: 5px 2px;
	}
	.product_descr table td
	{
		border: 1px solid #fff;
		padding: 10px;
	}

.slider_text .inner_text
{
	vertical-align: top;
	margin: 136px 0 0 0;
}

.ls-carousel .ls-bottom-nav-wrapper
{
	margin: -279px auto!important;
}
.permissions
{
	margin: 369px 0 0 0;
}

.catalog-section-description h2
{
	margin-bottom: 10px;
}
.catalog-section-description ul
{
	padding-left: 40px;
}
.catalog-section-description table
{
	width: 100%;
	border-collapse: collapse;
}
	.catalog-section-description table td
	{
		border: 1px solid #fff;
		padding: 5px 5px;
	}

ul.dwnl_all_files {
	margin: 0 0 0 17px;
}
ul.dwnl_all_files li {
	margin: 0 0 18px 0;
padding: 10px 0 0 0;
overflow: hidden;
}

ul.dwnl_all_files li img {
float: left;
margin: -10px 10px 10px 0;
}
/* End */
/* /local/templates/sevenok/styles/fancybox/jquery.fancybox.css?16500132004895 */
/* /local/templates/sevenok/styles/jcarousel.basic.css?16500132002326 */
/* /local/templates/sevenok/layerslider/css/layerslider.css?165001320015708 */
/* /local/templates/sevenok/styles.css?174411890330349 */
/* /local/templates/sevenok/template_styles.css?1744118903892 */
