/* @override 
	http://www.praotech.com.ua:8888/assets/css/main_new.css */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans.ttf') format('truetype');
}
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-weight: bold;
    font-style: italic;
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic.ttf') format('truetype');
}
html {
	width: 100%;
/*	overflow-x: hidden;*/
}
body {
	background: #333 url('../images/background-pattern.png') repeat left top;
	width: 100%;
/*	max-width: 1440px;*/
/*	margin: 0 auto;*/
	position: relative;
	overflow-x: hidden;
}
/*.content_wrapper {
	position: relative;
	width: 94%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	clear: both;
}*/
header {
/*	padding: 0 23%;
	margin: 0 -20%;*/
	width: 100%;
	min-height: 108px;
	border-bottom: 1px solid #fff;
	background-color: #00a2d8;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
	background: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
}
/*header .content_wrapper * {
	position: relative;
	display: inline-block;
	float: left;
}*/
/*header figure {
	height: 112px;
	margin-top: 13px;
	margin-right: 2%;
	overflow: visible;
}*/
header figure a {
	display: block;
	height: 112px;
	overflow: visible;
}
header p {
/*	float: right;*/
	margin-top: 42px;
	color: #BFEEFF;
	text-shadow: 0 -1px 0px rgba(0,51,102,0.7);
	font: bold 1em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
header p span:last-of-type {
	margin-right: 0;
}
header p span {
	margin: 0 30px 0 0;
}
header p a,
header p a:visited {
	color: #BFEEFF;
	text-decoration: none;
}
header p a:hover {
	text-decoration: underline;
}
.basket {
	min-width: 84px;
	float: right !important;
	height: 36px;
	margin-top: 48px;
	background: transparent url('../images/icon-basket.png') no-repeat left center;
}
.goods_counter {
	display: block;
	position: relative;
	margin-left: 44px;
	min-width: 36px;
	height: 36px;
	background-color: rgb(34,34,34);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 2.4em;
}
.goods_counter:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 13px;
	left: -3px;
	background-color: rgb(34,34,34);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
nav#main_menu {
	display: block;
/*	padding: 0 16.8% 0 0;
	margin: 0 -16.8% 0 25.6%;*/
	width: 100%;
	min-height: 48px;
	padding-bottom: 12px;
	background-color: rgba(0,191,255,0.1);
	border-color: rgb(0,191,255);
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
nav#main_menu ul,
nav#main_menu ul li {
	display: block;
/*	height: 72px;*/
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
nav#main_menu ul {
	width: auto;
/*	max-width: 1280px;*/
/*	padding: 0 367px;*/
}
nav#main_menu ul li {
	float: left;
	height: 18px;
	list-style: none;
/*	height: 18px;*/
/*	margin: 4px 4px -3px;*/
	margin-right: 24px;
	margin-top: 8px;
}
/*nav#main_menu ul li:first-of-type {
	margin-left: 365px;
}*/
nav#main_menu ul li a {
	display: block;
	height: 18px;
	font: bold 0.7em/2.7em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
/*	list-style: disc;*/
/*	list-style-position: inside;*/
	text-shadow: 0px 1px 0px rgba(0,48,64,0.3);
	/*	background-color: #123;*/
	
}
/*nav#main_menu ul li a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	margin: 5px 3px 2px;
	background-color: #fff;
	box-shadow: 0 -1px 0 rgb(128,0,0);
}*/
nav#main_menu ul li a:hover {
	text-decoration: underline;
}
nav#main_menu ul li a.active {
	color: #000 !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5) !important;
}
nav#main_menu ul li a.active:before {
	background-color: #000;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
.active {
	color: #000 !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5) !important;
}
#search {
	float: right;
	margin-top: 46px;
	margin-right: 1.5%;
	width: 17.719298245614%;
	height: 36px;
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	border-radius: 24px;
	background: #444 url('../images/search.png') no-repeat right center;
	background-position-x: 95%;
	
	-webkit-box-shadow: inset 0px 0px 12px #222;
	-moz-box-shadow: inset 0px 0px 12px #222;
	-o-box-shadow: inset 0px 0px 12px #222;
	-ms-box-shadow: inset 0px 0px 12px #222;
	box-shadow: inset 0px 0px 12px #222;
}
#language {
	position: absolute;
	top: 18px;
	right: 0;
	display: block;
	float: right;
	margin: 0;
	width: 50px;
	height: 18px;
	text-align: right;
	font-size: 0.7em;
}
#language a {
	margin: 0 0 0 4px;
}
.phone {
/*	float: right;
	width: 30%;
	margin: 0 auto;
	margin-top: -64px;*/
	margin-top: 12px;
	position: relative;
	font-weight: bold;
	font-style: italic;
	color: rgb(191,238,255);
/*	font-size: 1.25em;*/
	text-align: right;
	background-color: rgba(255, 255, 255, 0);
	border: none;
}
.phone .dropdown {
	width: 150px;
	float: right;
	font-style: normal;
	font-weight: bold;
	height: 44px;
}
.phone .btn,
.phone .dropdown-menu {
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	height: auto;
}
.phone .btn {
	border: none;
}
.phone .dropdown-menu {
	font-size: 1em;
	float: right;
	height: 60px;
	background-color: rgba(0,191,255,0.1);
	border-color: rgb(0,191,255);
	border-radius: 0;
}
.phone .dropdown-menu li a {
	line-height: 1em !important;
}
.get_price {
	position: absolute !important;
	top: 18px;
	right: 80px;
	width: 100px;
	margin: 0;
	height: 18px;
	text-align: right;
	font-size: 0.7em;
}
.get_price a {
	color: #c9fece;
	text-shadow: 0 -1px 0px #111;
}
#content {
	overflow-x: hidden;
	margin: 36px 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: transparent url('../images/blur.png') no-repeat center top;
	
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	-ms-background-size: 80%;
	background-size: 80%;
}


/*GALLERY*/

.dg-container {
	position: relative;
	overflow-y: visible;
/*	overflow-x: hidden;*/
	margin: 0 auto;
	margin-top: 36px;
	padding: 0;
	min-height: 360px;
	width: 100%;
	max-width: 1680px;
/*	background-color: #fff;*/
}
.dg-wrapper {
	position: relative;
	margin: 4px auto;
	width: 43.125%;
	height: 318px;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	
	overflow: hidden;
	max-height: 316px;
	width: 100%;
	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-o-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	border-radius: 6px !important;

	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img {
	display: block;
	width: 100%;
}
.dg-wrapper a div {
	position: absolute;
	bottom: 0px;
	display: block;
	padding-top: 12px;
	width: 100%;
	height: 65px;
	background-color:rgba(217,0,0,0.75);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	font: bold 1em/1.3em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
.dg-wrapper a.dg-center div {
	display: block;
}
.dg-wrapper a:hover div {
	text-decoration: none;
}
.dg-container nav {
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: -29px;
	width: 58px;
}
.dg-container nav span {
	float: left;
	width: 24px;
	height: 25px;
	background: transparent url('../images/arrows.png') no-repeat top left;
	text-indent: -9000px;
	opacity: 0.4;
	cursor:pointer;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	margin-left: 10px;
	background-position: top right;
}

/*END of GALLERY*/

#services h1,
#service_page h1 {
	margin: 36px 0;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
/*#services p {
	margin: 18px auto;
	width: 75%;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	font: normal 1em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}*/
/*#services p span {
	color: rgb(0,191,255);
	font-weight: bold;
}*/
/*#services ul,*/
#clients {
	margin: 36px auto;
	padding: 0;
/*	width: 89.0625%;*/
	width: 100%;
}
/*#services ul li {
	position: relative;
	display: inline-block;
	display: block;
	float: left;
	overflow: hidden !important;
	margin: 0 3.1% 36px 0;
	padding: 0;
	width: 22.4%;
	height: 252px;
	border: 1px solid rgb(0,191,255);
	
	-webkit-border-radius: 0 0 36px 0;
	-moz-border-radius: 0 0 36px 0;
	-o-border-radius: 0 0 36px 0;
	-ms-border-radius: 0 0 36px 0;
	border-radius: 0 0 36px 0;
}*/
/*#services ul li:nth-of-type(4n) {
	margin-right: 0;
}*/
/*#services ul li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 252px;
	
	-webkit-border-radius: 0 0 36px 0;
	-moz-border-radius: 0 0 36px 0;
	-o-border-radius: 0 0 36px 0;
	-ms-border-radius: 0 0 36px 0;
	border-radius: 0 0 36px 0;
}*/

/*#services ul li > a img {
	width: 100%;
	height: auto;
}*/

#services .col-md-3 {
	margin-bottom: 24px;
}
#services h2 {
	position: absolute;
	display: table;
	margin: 0;
/*	padding: 18px 5% 0;*/
	padding: 0 !important;
	min-height: 54px;
	width: 90% !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 191, 255, 1.00)), to(rgba(0, 51, 102, 0.75)));
	background-image: -webkit-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: -moz-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: -o-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: -ms-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00bfff', EndColorStr='#003366');
	
	font-size: 1em;
}
#services h2 a {
	display: table-cell;
	margin: 0;
	padding: 0 5% !important;
	width: 90% !important;
	height: 54px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,48,64,0.5);
	font: bold 1em/1em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
/*#services li:nth-of-type(2) h2,
#services li:nth-of-type(4) h2,
#services li:nth-of-type(5) h2,
#services li:nth-of-type(6) h2,
#services li:nth-of-type(8) h2,
#services li:nth-of-type(11) h2,
#services li:nth-of-type(13) h2,
#services li:nth-of-type(14) h2,
#services li:nth-of-type(16) h2 {
	padding-top: 10px;
	height: 44px;
}
#services li:nth-of-type(12) h2 {
	padding-top: 4px;
	height: 50px;
}*/

/*#services figure {
/*position: relative;*!/
	display: block;
	overflow: hidden;
	margin: 0;
	height: 144px;
	
	-webkit-border-radius: 0 0 35px 0;
	-moz-border-radius: 0 0 35px 0;
	-o-border-radius: 0 0 35px 0;
	-ms-border-radius: 0 0 35px 0;
	border-radius: 0 0 35px 0;
}
#services figure img {
	width: 100%;
/*height: 100%;*!/
}
#services div {
	position: absolute;
	top: 54px;
	left: -60px;
	
	overflow: hidden;
	padding: 18px 10%;
	width: 0;
	height: 0;
	
	-webkit-border-radius: 0 0 35px 0;
	-moz-border-radius: 0 0 35px 0;
	-o-border-radius: 0 0 35px 0;
	-ms-border-radius: 0 0 35px 0;
	border-radius: 0 0 35px 0;
	
	background-color: rgba(0,191,255,0.8);
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	font: bold 1em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
/*#services a:hover {
	overflow: hidden;
	
	-webkit-border-radius: 0 0 35px 0;
	-moz-border-radius: 0 0 35px 0;
	-o-border-radius: 0 0 35px 0;
	-ms-border-radius: 0 0 35px 0;
	border-radius: 0 0 35px 0;
	
	text-decoration: underline;
}*/
/*#services a:hover div {
	left: 0;
	width: 81%;
	height: 108px;
}*/
#service_page,
#service_page nav,
#service_page article,
#service_page aside {
	overflow: hidden;
}
#service_page {
	margin: 18px auto;
	width: 100%;
/*	background-color: rgba(0,191,255,0.1);*/
}
/*#service_page nav {
	position: relative;
	float: left;
	width: 5.438596491228%;
	z-index: 2;
/*	z-index: 10 !important;*!/
/*background-color: rgba(0,191,255,0.1);*!/
}*/
/*#service_page nav ul {
	margin: 0;
	margin-top: 72px;
	margin-right: -1px;
	padding: 0;
	border-right: 1px solid #00BFFF;
}
#service_page nav ul li {
	position: relative;
	display: block;
	margin-bottom: 6px;
	height: 54px;
	
	-webkit-border-radius: 0 0 0 36px;
	-moz-border-radius: 0 0 0 36px;
	-o-border-radius: 0 0 0 36px;
	-ms-border-radius: 0 0 0 36px;
	border-radius: 0 0 0 36px;
	
	background: #00BFFF url('../images/menu-icon-extinguishers-dark.png') no-repeat center center;
	
	-webkit-box-shadow: inset -12px 0px 12px rgba(0,76,102,0.5);
	-moz-box-shadow: inset -12px 0px 12px rgba(0,76,102,0.5);
	-o-box-shadow: inset -12px 0px 12px rgba(0,76,102,0.5);
	-ms-box-shadow: inset -12px 0px 12px rgba(0,76,102,0.5);
	box-shadow: inset -12px 0px 12px rgba(0,76,102,0.5);
	
	cursor: pointer;
}
#service_page nav ul li:nth-of-type(2) {
	background-image: url('../images/menu-icon-extinguishers-maintenance-dark.png');
}
#service_page nav ul li:nth-of-type(3) {
	background-image: url('../images/menu-icon-training-dark.png');
}
#service_page nav ul li:nth-of-type(4) {
	background-image: url('../images/menu-icon-fire-fighting-water-dark.png');
}
#service_page nav ul li:nth-of-type(5) {
	background-image: url('../images/menu-icon-safety-signs-dark.png');
}
#service_page nav ul li:nth-of-type(6) {
	background-image: url('../images/menu-icon-fire-retardant-dark.png');
}
#service_page nav ul li:nth-of-type(7) {
	background-image: url('../images/menu-icon-fire-cabinets-dark.png');
}
#service_page nav ul li:nth-of-type(8) {
	background-image: url('../images/menu-icon-fireplace-dark.png');
}
#service_page nav ul li:nth-of-type(9) {
	background-image: url('../images/menu-icon-fire-barriers-dark.png');
}
#service_page nav ul li:nth-of-type(10) {
	background-image: url('../images/menu-icon-fire-protection-systems-dark.png');
}
#service_page nav ul li:nth-of-type(11) {
	background-image: url('../images/menu-icon-fire-alarm-dark.png');
}
#service_page nav ul li:nth-of-type(12) {
	background-image: url('../images/menu-icon-access-control-dark.png');
}
#service_page nav ul li:nth-of-type(13) {
	background-image: url('../images/menu-icon-central-monitoring-dark.png');
}
#service_page nav ul li:nth-of-type(14) {
	background-image: url('../images/menu-icon-lightning-dark.png');
}
#service_page nav ul li:nth-of-type(15) {
	background-image: url('../images/menu-icon-resistance-measurements-dark.png');
}
#service_page nav ul li:nth-of-type(16) {
	background-image: url('../images/menu-icon-insurance-dark.png');
}
#service_page nav ul li:hover {
	-webkit-box-shadow: 0px 0px 12px rgba(0,76,102,1);
	-moz-box-shadow: 0px 0px 12px rgba(0,76,102,1);
	-o-box-shadow: 0px 0px 12px rgba(0,76,102,1);
	-ms-box-shadow: 0px 0px 12px rgba(0,76,102,1);
	box-shadow: 0px 0px 12px rgba(0,76,102,1);
}
#service_page nav ul li a,
#service_page nav ul li a:visited {
	position: absolute;
	left: 100%;
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 0;
	height: 44px;
	
	-webkit-border-radius: 0 0 36px 0;
	-moz-border-radius: 0 0 36px 0;
	-o-border-radius: 0 0 36px 0;
	-ms-border-radius: 0 0 36px 0;
	border-radius: 0 0 36px 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	font: normal 0.9em/1.1em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#service_page nav ul li a:hover {
	text-decoration: underline;
}
#service_page nav ul li:hover a {
	width: 300px;
	height: 44px;
	
	-webkit-box-shadow: 6px 0px 12px rgba(0,76,102,1);
	-moz-box-shadow: 6px 0px 12px rgba(0,76,102,1);
	-o-box-shadow: 6px 0px 12px rgba(0,76,102,1);
	-ms-box-shadow: 6px 0px 12px rgba(0,76,102,1);
	box-shadow: 6px 0px 12px rgba(0,76,102,1);
}*/
#service_page .container {
/*	padding: 0;*/
}
#service_page .row article {
/*	padding: 0;*/
}
#service_page article {
	position: relative;
/*	float: left;*/
/*	width: 74.210526315789%;*/
	border: 1px solid #00BFFF;
	background-color: rgba(0,191,255,0.1);
	font-size: 1em !important;
	padding: 0;
/*	margin-left: 0;
	margin-right: 15px;*/
}
#service_page article h1 {
	margin: 0;
	height: 54px;
	background-color: #00a2d8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
	background-image: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	color: #fff;
	text-indent: 2em;
	text-transform: uppercase;
	text-shadow: 0 -1px 0px #111;
	font: bold 1em/3.3em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
#service_page article h3 {
	text-align: center;
	color: rgb(153,229,255);
	text-shadow: 0px -1px 0px rgba(17,17,17,0.65);
	font: bold 1.2em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
/*#service_page article h1 img {
	margin: -4px 12px 0 4px;
}*/
.main_content {
/*	float: left;
	width: 74.210526315789%;*/
/*	padding: 0;*/
}
/*.goods_list {
	overflow: visible;
}*/
/*.goods_list,
.goods_list .shk-item {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	
}*/
.goods_list .shk-item {
	position: relative;
/*	float: left;*/
/*	width: 29%;*/
	height: 414px;
/*	margin-right: 4%;*/
	margin: 0 15px;
	padding: 0;
	margin-bottom: 36px;
	padding-bottom: 8px;
	border: 1px solid #00BFFF;
	background-color: rgba(0,191,255,0.4);
}
/*.main_content ul.goods_list li:nth-of-type(3n) {
	margin-right: 0;
}*/
.goods_code {
	position: absolute;
	left: 18px;
	top: 18px;
	text-shadow:0px 1px 0px rgb(255,255,255);
}
.goods_list .shk-item > a {
	display: block;
	overflow: hidden;
	height: 234px;
}
.goods_list .shk-item > a img {
	width: 100%;
}
.goods_list .shk-item span {
	height: 72px;
	margin: 0;
	padding: 6px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
	background: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	text-align: center;
	font-weight: bold;
    display: block;
}
.goods_list .shk-item span a {
	line-height: 0.9em;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0,48,64,0.3);
	text-decoration: none;
    display: block;
}
.goods_list .shk-item span a:hover {
	text-decoration: underline;
}
.goods_price {
	margin: 9px 0;
	height: 36px;
	font-size: 1.5em;
	text-align: center;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,48,64,0.3);
}
.availability {
	float: left;
	width: 44%;
	height: 36px;
	margin: 0 3%;
	padding: 0 !important;
	font-size: 0.8em;
	line-height: 1.2em;
}
.is_available {
	color: rgb(191,255,0);
}
.is_not_available {
	color: rgb(255,165,76);
}
.availability img {
	float: left;
}
.buy_button {
	display: block;
	float: right;
	width: 44%;
	height: 36px;
	margin: 0 3%;
	text-align: center;
	color: rgb(255,255,255);
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
	height: 35px;
	border: 1px solid rgb(255,115,115);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #ec3939;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 115, 115)), to(rgb(217, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(255, 115, 115), rgb(217, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(255, 115, 115), rgb(217, 0, 0));
	background-image: -o-linear-gradient(top, rgb(255, 115, 115), rgb(217, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(255, 115, 115), rgb(217, 0, 0));
	background-image: linear-gradient(top, rgb(255, 115, 115), rgb(217, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff7373', EndColorStr='#d90000');
	
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.65);
}
.buy_button:hover {
	background-color: #ff585b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 140, 142)), to(rgb(255, 37, 41)));
	background-image: -webkit-linear-gradient(top, rgb(255, 140, 142), rgb(255, 37, 41));
	background-image: -moz-linear-gradient(top, rgb(255, 140, 142), rgb(255, 37, 41));
	background-image: -o-linear-gradient(top, rgb(255, 140, 142), rgb(255, 37, 41));
	background-image: -ms-linear-gradient(top, rgb(255, 140, 142), rgb(255, 37, 41));
	background-image: linear-gradient(top, rgb(255, 140, 142), rgb(255, 37, 41));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff8c8e', EndColorStr='#ff2529');
}
.sale,
.top {
	display: block;
	position: absolute;
	width: 88px;
	height: 82px;
	top: -24px;
	left: 65%;
}
.sale {
	background-image: url('../images/icon-sale.png');
	z-index: 800;
}
.top {
	background-image: url('../images/icon-top.png');
	z-index: 801;
}
.product_page .sale,
.product_page .top {
	top: 24px;
	right: 36px;
	left: auto;
}
.product_page {
	overflow: auto;
	margin-bottom: 36px;
}
.product_page figure {
	float: left;
	position: relative;
/*	width: 64.76%;*/
	padding: 0;
	border: 1px solid #00BFFF;
}
.product_page figure img {
	width: 100%;
}
.product_details {
	float: right;
/*	width: 30.33%;*/
}
.delivery {
	float: none;
	clear: both;
	margin: 18px 0;
	background-color: rgba(0,191,255,0.4);
	border: 1px solid rgba(0,191,255,0.5);
}
.delivery p {
	margin: 18px;
	font-size: 0.8em;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(17,17,17,0.65);
}
.product_page .goods_price {
	font-size: 2em;
	margin: 18px 0;
}
.product_page .buy_button {
	height: 54px;
	width: 100%;
	margin: 18px 0;
	clear: both;
	font-size: 1.5em;
}
.product_page .availability {
	width: 100%;
	margin: 18px 0;
	clear: both;
	float: none;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
}
.product_page .availability img {
	float: none;
}

.breadcrumbs {
	margin: 18px 0;
}
.breadcrumbs,
.breadcrumbs li {
	height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li:before {
	content: ' > ';
	color: #fff;
	margin: 0 2px;
}
.home_crumb a {
	padding-left: 24px;
	font-weight: bold;
	background-image: url('../images/icon-breadcrumbs-main.png');
	background-repeat: no-repeat;
}
.home_crumb a:hover,
.breadcrumbs li a:hover {
	text-decoration: underline;
}
.home_crumb:before {
	content: ' ' !important;
}
.breadcrumbs li a {
	display: inline-block;
	height: 18px;
	margin: 0;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}
.breadcrumbs li:last-of-type a {
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	color: rgb(191,238,255);
}

.pagination,
.pagination > li {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 36px;
	text-align: center;
}
.pagination {
	margin: 18px 0 36px;
}
.pagination > li {
	display: inline-block;
}
.pagination > li > a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	margin-right: 4px;
	padding: 8px;
	border: 1px solid rgba(0,191,255,1) !important;
	background-color: rgba(0,191,255,0.1) !important;
}
.pagination > li > a:hover,
.pagination > li > a.active {
	color: rgb(0,191,255) !important;
	background-color: rgba(0,191,255,0.1) !important;
	border: 1px solid rgba(0,191,255,1) !important;
}
.control.first a,
.control.first a:hover {
	color: #868686;
	background: none;
	border: none;
}

#clients h2 {
	font: bold 1.2em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;;
	color: #00BFFF;
	text-align: center;
	text-transform: uppercase;
}
#clients ul li {
	display: inline-block;
	float: left;
	list-style: none;
}

/*#service_page article figure ~ figcaption {
	width: 32%;
	float: left;
	font: normal 0.8em/1em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	text-align: left;
	color: #d8f5ff;
	border: none;
	margin: 0 4.591836734694%;
}
#service_page article figure ~ figcaption a,
#service_page article figure ~ figcaption a:link,
#service_page article figure ~ figcaption a:visited {
	color: #d8f5ff;
}
#service_page article figure ~ figcaption a:hover {
	text-decoration: none;
}*/
#service_page article figure {
	position: relative;
	float: left;
	margin: 36px 4.591836734694%;
	width: 32%;
}
#service_page article figure img {
	width: 100%;
	display: block;
	border: 1px solid #00BFFF;
}
#service_page article p {
	clear: both;
	position: relative;
	z-index: 299 !important;
	margin: 18px 2em;
	color: #fff;
	font: normal 1em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	text-indent: 1em;
}
#service_page article p img {
	float: left;
	width: 250px;
	margin: 0 36px 36px 0;
	border: 1px solid #00BFFF;
}
#service_page article ol li {
	list-style-position: inside;
/*	text-indent: 2em;*/
	color: #fff;
}
#service_page article p b,
#service_page article p strong {
	color: rgb(191,237,255);
	font-weight: bold;
}
#service_page article p b.red,
#service_page article p strong.red {
	color: rgb(255,114,114);
}
#service_page article p a,
#service_page article p a:visited {
	color: #fff;
	font-style: italic;
}
#service_page article p a:hover {
	text-decoration: none;
}
.price,
.price_reload,
.price_reloading {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 -64px 0;
	padding: 4px 4px 4px 10px;
	width: 14.3%;
	height: 54px;
	background-color: #00BFFF;
	font: bold 0.9em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: left;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	z-index: 300 !important;
}
.price_reload {
	margin-left: 0;
	background-color: rgba(217,0,0,0.75);
}
.price_reloading {
	font-size: 0.75em;
	line-height: 2em;
	background-color: rgba(217,0,0,0.75);
}
.price span,
.price_reload span,
.price_reloading span {
	font-size: 1.5em;
}
.price_reloading span {
	font-size: 2em;
}
.quick_links {
	width: 90.816326530612%;
	margin: 0 auto;
	background-color: #fff;
}
.quick_links figure {
	display: block;
	margin: 0 8px 8px 0 !important;
	width: 23.5% !important;
}
.quick_links figure > a,
.quick_links figure span > a {
	display: block;
	height: 162px;
	overflow: hidden;
}
.quick_links figure a,
.quick_links figure a:link,
.quick_links figure a:visited {
	color: #fff;
}
.quick_links figure figcaption {
	display: block;
	height: 72px;
	background-color: #00BFFF;
	border: 1px solid #00BFFF;
	color: #fff;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}
.insurance {
	width: 90.816326530612% !important;
}
.download,
.print {
	text-align: right;
	font-size: 1em !important;
	margin-bottom: 0 !important;
	margin-top: 8px !important;
}
.print {
	height: 54px;
	margin-top: -54px !important;
}
.download a,
.download a:visited,
.download a:link {
	font-weight: bold;
	color: #c9fece !important;
	text-shadow: 0 -1px 0px #111;
}
.download img {
	float: none !important;
	width: 36px !important;
	height: 36px !important;
	border: none !important;
	margin: 0px !important;
}
.print a,
.print a:visited,
.print a:link,
.print a:hover {
	display: inline-block;
	height: 54px;
	font-weight: bold;
	color: #222 !important;
	text-shadow: 0 1px 0px rgba(255,255,255,0.5);
	text-decoration: none;
}
.print a img {
	width: 36px !important;
	height: 36px !important;
	margin-top: 10px !important;
	border: none !important;
}
.signs-table a,
.signs-table img  {
	display: block !important;
	width: 100% !important;
	float: none !important;
	clear: both !important;
}
.order {
	font: bold 2em/1em OpenSans, Arial, Helvetica, Geneva, sans-serif !important;
	cursor: pointer !important;
	text-indent: 0;
	text-align: center;
}
.order a:hover {
	text-decoration: underline !important;
}
#service_page article {
	position: relative;
	float: left;
/*	width: 74.210526315789%;*/
	border: 1px solid #00BFFF;
	background-color: rgba(0,191,255,0.1);
	font-size: 1em !important;
	color: #fff;
}
#service_page article h2#top {
	margin: 0;
	height: 54px;
	background-color: #00a2d8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
	background-image: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background-image: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	color: #fff;
	text-indent: 2em;
	text-transform: uppercase;
	text-shadow: 0 -1px 0px #000;
	text-align: center;
	font: bold 1em/3.3em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
/*#service_page article h2 {
	float: left;
	margin: 36px 0 18px;
	padding: 0 10%;
	width: 80%;
	color: #99E5FF;
	text-align: center;
	font: bold 1em/1.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
#service_page article h2 a,
#service_page article h2 a:link,
#service_page article h2 a:visited {
	color: #99E5FF;
	text-decoration: none;
}
#service_page article h2 a:hover {
	text-decoration: underline;
}
#service_page article h2 > sup a,
#service_page article h2 > sup a:visited {
	color: #777 !important;
}
#service_page article h2 > sup a:hover {
	color: #aaa;
	text-decoration: none;
}*/
#service_page article table {
	width: 92%;
	margin: 0 auto 36px;
	background: rgba(0,191,255,0.1);
	border: 1px solid rgba(0,191,255,1);
	color: #fff;
	font: normal 0.8em/1.2em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
#service_page article table th {
	width: 20%;
	min-height: 18px;
	padding: 4px 2% 6px;
	background-color: rgba(0,191,255,0.25);
}
#service_page article table.twocolumns th:first-of-type {
	width: 60%;
}
#service_page article table.twocolumns td:first-of-type {
	width: 60%;
	text-align: left;
}
#service_page article table td {
	padding: 4px 2% 6px;
	width: 20%;
}
#service_page aside {
	float: right;
	margin-bottom: 24px;
/*	width: 22.631578947368%;*/
}
/*#social {
	margin-bottom: 18px;
	height: 54px;
}*/
/*.social {
	display: block;
	float: left;
	margin: 8px 4px;
	width: 38px;
	height: 38px;
}*/
/*.mail {
	background: transparent url('../images/social-mail-inactive.png') no-repeat center center;
}
.mail:hover {
	background-image: url('../images/social-mail-active.png');
}
.skype {
	background: transparent url('../images/social-skype-inactive.png') no-repeat center center;
}
.skype:hover {
	background-image: url('../images/social-skype-active.png');
}
.rss {
	background: transparent url('../images/social-rss-inactive.png') no-repeat center center;
}
.rss:hover {
	background-image: url('../images/social-rss-active.png');
}*/
.catalog {
	margin-bottom: 36px;
	border: 1px solid #888;
	background-color: rgba(0,191,255,0.4);
}
.catalog .catalog_header {
	height: 54px;
	margin: 0;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
	background: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	color: #fff;
	text-align: center;
	font: bold 1em/3.5em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,48,64,0.3);
}
.catalog h5 {
	height: 54px;
	margin: 0;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
	background: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	background: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
	color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 3.5em;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,48,64,0.3);
}
.catalog ul,
.catalog ul li {
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
.catalog ul {
	padding: 18px;
}
.catalog ul li {
	font-size: 1em;
	margin-bottom: 8px;
}
.catalog > ul > li a {
	font-weight: bold;
	line-height: 1em;
	color: rgb(255,255,255);
	text-shadow: 0px -1px 0px rgba(17,17,17,0.65);
	text-decoration: none;
}
.catalog > ul > li a:hover {
	text-decoration: underline;
}
.catalog li.active > a {
	font-style: italic;
	color: rgb(191,237,255);
}
.catalog > ul > li > ul li a {
	font-size: 0.8em;
	font-weight: normal;
}
.catalog > ul > li ul {
	display: none;
}
.catalog > ul > li.active ul {
	display: block;
}

#feedback {
	border: 1px solid #888;
	
	-webkit-border-radius: 0 0 36px 0;
	-moz-border-radius: 0 0 36px 0;
	-o-border-radius: 0 0 36px 0;
	-ms-border-radius: 0 0 36px 0;
	border-radius: 0 0 36px 0;
	background-color: rgba(0,191,255,0.4);
	
	color: #fff;
}
#feedback p {
	margin: 18px;
	font: normal 0.8em/1.2em OpenSans, Arial, Helvetica, Geneva, sans-serif;
/*	font-style: italic;*/
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
/*#feedback p b {
	font: bold 1em/2em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}*/
#feedback p span {
	color: #BFEEFF;
	font: bold 1.2em/1.2em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
}
#feedback a,
#feedback a:link,
#feedback a:visited {
	color: #BFEEFF;
	text-decoration: none;
/*	cursor: default;*/
}

/* UNFOLDING */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'entypo-selected';
  src: url('../fonts/entypo-selected.eot');
  src: url('../fonts/entypo-selected.eot?#iefix') format('embedded-opentype'),
       url('../fonts/entypo-selected.ttf') format('truetype');
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'entypo-selected';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
}

.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-plus-circle:before { content: '\50'; } /* 'P' */
.icon-forward:before { content: '\47'; } /* 'G' */
.icon-eye:before { content: '\56'; } /* 'V' */
.icon-search:before { content: '\5a'; } /* 'Z' */
.icon-link:before { content: '\4c'; } /* 'L' */

.uc-container {
	position: relative;
	top: 0;
	left: 0;
}
.uc-container {
    width: 200px;
    float: left;
	margin-bottom: 36px;
}
.icon-search {
    position: absolute;
    width: 18px;
    top: 0;
    right: 0;
    line-height: 1.5em;
    font-size: 18px;
    color: transparent;
    color: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    text-align: right;
    text-shadow: 0 1px 0 #005a8a;
    background: rgba(0, 191, 255, 0);
    cursor: pointer;
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.uc-initial-content:hover .icon-search {
    color: rgba(0, 191, 255,1);
    text-shadow: 0 1px 1px #005a8a;
    background: rgba(0, 191, 255, 0.7);
}
.uc-single, 
.uc-final-wrapper,
.uc-initial-content,
.uc-back,
.uc-front {
	background: rgba(0, 191, 255, 1);
}
.uc-final,
.uc-initial, 
.uc-final-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.uc-initial-content,
.uc-final-content {
	width: 100%;
	height: 100%;
	position: relative;
}
.uc-final,
.uc-final-content {
	display: none;
}
.uc-initial-content img,
.uc-final-content img {
    display: block;
    border: 1px solid #00BFFF;
}
.icon-cancel {
    position: absolute;
/*    background: rgba(0, 191, 255, 1);*/
    text-align: center;
    line-height: 15px;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 1px 0 #005a8a;
    opacity: 1;
    width: 18px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.icon-cancel:hover {
/*    background: #005a8a;*/
}
.uc-initial-content {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.uc-part {
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.uc-part > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.uc-part .uc-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

/* Transformation-origin classes */
.uc-unfold-left {
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.uc-unfold-right {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.uc-unfold-top {
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.uc-unfold-bottom {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
/* Unfolding classes */
.uc-unfold-left.uc-unfold {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.uc-unfold-right.uc-unfold {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.uc-unfold-top.uc-unfold {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.uc-unfold-bottom.uc-unfold{
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.uc-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.uc-overlay, 
.uc-flipoverlay {
	background-color: rgba(100, 100, 100, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.uc-flipoverlay {
	background-color: rgba(100, 100, 100, 0.4);
}
.uc-inner {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.uc-inner-rotate {
	-webkit-transform: rotateY(180deg) rotateX(180deg);
	-moz-transform: rotateY(180deg) rotateX(180deg);
	-o-transform: rotateY(180deg) rotateX(180deg);
	-ms-transform: rotateY(180deg) rotateX(180deg);
	transform: rotateY(180deg) rotateX(180deg);
}
.uc-container.uc-current {
	z-index: 9 !important;
}

/* END of UNFOLDING*/

footer {
	margin: 36px auto;
	width: 94%;
	max-width: 1280px;
	min-height:350px;
	height:100%;
	border: 1px solid rgb(0,191,255);
	
	-webkit-border-radius: 0 0 36px 36px;
	-moz-border-radius: 0 0 36px 36px;
	-o-border-radius: 0 0 36px 36px;
	-ms-border-radius: 0 0 36px 36px;
	border-radius: 0 0 36px 36px;
	
	background-color: rgba(0,191,255,0.1);
	color: #fff;
}
footer section:first-of-type {
	float: left;
	margin-left: 5.438596491228%;
	width: 68.771929824561%;
}
footer section:last-of-type {
	float: right;
	margin-right: 5.438596491228%;
	width: 17.19298245614%;
}
footer span {
	margin: 18px 0;
	height: 44px;
	border-bottom: 1px solid #00BFFF;
	font: bold 1em/2em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	display: block;
}
footer ul {
	float: left;
	margin: 0;
	margin-right: 2%;
	padding: 0;
	width: 100%;
	height: ;
	list-style: none;
	font: bold 0.8em/1em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}
footer ul li {
	float: left;
	width: 30%;
	margin-right: 3%;
	padding-bottom: 10px;
}
footer ul li:last-of-type {
	margin-right: 0;
}
footer ul li a,
footer ul li a:visited {
	color: #99E5FF;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p {
	font: normal 0.8em/1.3em OpenSans, Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
}

.supmenu .col-md-6 {
	margin-bottom: 36px;
}

/**
*style modal button
**/
.modal_button{
    position: fixed;
    bottom: 25px;
    right: 100px;
}
.btn_modal{
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 191, 255)), to(rgb(0, 133, 178)));
    background: -webkit-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
    background: -moz-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
    background: -o-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
    background: -ms-linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
    background: linear-gradient(top, rgb(0, 191, 255), rgb(0, 133, 178));
    color: #fff;
}
.btn-primary .btn_modal:focus,
.btn-primary .btn_modal:active{
    outline: 0;
}
.modal_callback{
    right: 40px;
    bottom: 60px;
    left: inherit;
    top: inherit;
}
.dialog_callback{
    width: 300px;
}
.input_block{
    margin-bottom: 15px;
}
/*--------------------------*/
#services .menu_header,
.supmenu .menu_header {
	position: absolute;
	display: table;
	margin: 0;
/*	padding: 18px 5% 0;*/
	padding: 0 !important;
	height: 54px;
	width: 90%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 191, 255, 1.00)), to(rgba(0, 51, 102, 0.75)));
	background-image: -webkit-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: -moz-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: -o-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: -ms-linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	background-image: linear-gradient(top, rgba(0, 191, 255, 1.00), rgba(0, 51, 102, 0.75));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00bfff', EndColorStr='#003366');
	
	font-size: 1em;
}
#services .menu_header a,
.supmenu .menu_header a {
	display: table-cell;
	margin: 0;
	padding: 0 5% !important;
	width: 90% !important;
	height: 54px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,48,64,0.5);
	font: bold 1em/1em OpenSans, Arial, Helvetica, Geneva, sans-serif;
}


#ymaps-map-id_136163946278418787802 {
	position: relative;
	display: block;
	width: 90%;
	height: 450px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid rgba(0,191,255,1);
/*	z-index: 1 !important;*/
	overflow: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    overflow: hidden;
    /* IE 6/7 fallback */
    border: 0;
    background-color: transparent;
    *text-indent: -9999px;
}

.ir:before {
    display: block;
    width: 0;
    height: 150%;
    content: "";
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    display: table; /* 2 */
    content: " "; /* 1 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 768px) {
    .modal_callback{
       right: 30px;
       bottom: 80px;
   }
}

@media only screen and (max-width: 375px) {
   .logo-image img {
   	margin-top: 48px;
   }
   header p {
   	margin-top: 0;
   }
   nav#main_menu ul li a {
   	font-size: 0.6em;
   }
   .phone {
   	text-align: center;
   }
   .shk-item.col-xs-12 {
   	width: 92% !important;
   }
   
}


@media only screen and (max-width: 350px){
    .modal_callback{
        right: 0;
    }
}   



@media only screen and (max-width: 1024px) {
	html {
		overflow-x: hidden;
	}
	/*.content_wrapper {
		width: 94%;
		max-width: 960px;
	}*/
	/*header {
		margin: 0 -18%;
		padding: 0 23.4%;
	}*/
	.logo-image img {
		margin-top: 21px;
	}
	header p {
		font-size: 0.9em;
	}
	.shk-item.col-sm-6 {
		width: 44%;
	}
	/*nav#main_menu ul {
		width: 38%;
		padding-left: 360px;
	}*/
	nav#main_menu ul li {
		float: left;
		height: 12px;
		margin-right: 18px;
		margin-top: 6px;
	}
	nav#main_menu ul li a {
		height: 12px;
		line-height: 2.2em;
	}
/*	.phone {
		width: 25%;
		margin-top: -58px;
		font-size: 1em;
	}*/
	#services ul li {
		width: 22.4%;
		height: 198px;
	}
	#services li h2 {
		font-size: 0.9em;
	}
	.main_content .goods_list .shk-item {
		height: 388px;
/*		width: 43%;*/
	}
	.goods_list .shk-item > a {
		height: 196px;
	}
	.availability {
		font-size: 0.6em;
		line-height: 1.7em;
	}
	#services h1,
	#service_page h1 {
		font-size: 1.2em;
	}
    #service_page article h1 {
    	font-size: 1em;
    	line-height: 4.5em;
    }
    .goods_list .shk-item h4 {
    	height: 86px;
    }
    .catalog h5 {
    	height: 44px;
    	padding-top: 8px;
    	font-size: 1em;
    	line-height: 1.2em;
    }
    #feedback p span {
    	font-size: 1.3em;
    }
    .price,
    .price_reload {
    	width: 14%;
    	font-size: 0.8em;
    	height: 44px;
    }
    footer {
    	width: 100%;
    	max-width: 960px;
    }
    footer ul {
    	font-size: 0.7em;
    }
}
@media only screen and (max-width: 1280px) {
	html {
		overflow-x: hidden;
	}
/*	.content_wrapper {
		max-width: 1200px;
	}*/
	.catalog .catalog_header {
	    line-height:1.6;
	}
}
@media only screen and (min-width: 1366px) {
	html {
		overflow-x: visible;
	}
/*	.content_wrapper {
		max-width: 1280px;
	}*/
	.shk-item.col-md-4 {
		width: 29%;
	}
	
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 3/2),
	(min-resolution: 1.5dppx) {
	
	body {
		background-image: url('../images/background-pattern@2x.png');
		-webkit-background-size: 48px 48px;
		-moz-background-size: 48px 48px;
		-o-background-size: 48px 48px;
		-ms-background-size: 48px 48px;
		background-size: 48px 48px;
	}
	.home_crumb a {
		background-image: url('../images/icon-breadcrumbs-main@2x.png');
		background-repeat: no-repeat;
	}
	
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
        border-color: #000 !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    /*img {
        max-width: 100% !important;
    }*/

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    header,
    #dg-container,
    .download,
    .print {
    	display: none;
    }
    table {
    	border: 1px solid #000 !important;
    }
}
