


/* Start:/bitrix/templates/site/vendors/normalize.css*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* End */



/* Start:/bitrix/templates/site/vendors/fancybox/jquery.fancybox.css*/
/*! 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('/bitrix/templates/site/vendors/fancybox/fancybox_sprite.png');
}

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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



/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}
/* End */



/* Start:/bitrix/templates/site/styles.css*/
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic');

/* ================= Default values ================= */

body{
    font:16px 'PT Sans', 'Tahoma' , sans-serif;
    color:#162737;
}

p{
    margin:0 0 1.35em;
}

a{
    color:#469ab5;
}

a:hover{
    text-decoration:none;
}

ul,ol{
    margin:0 0 1.35em;
}

h1,h2,h3,h4,h5,h6{
    margin:0 0 1em;
    line-height:1;
    font-weight:normal;
    color:#000;
}

h5,h6{
    line-height:normal;
    font-weight:bold;
}

h1{
    font-size:24px;
}

h2{
    font-size:22px;
}

h3{
    font-size:20px;
}

h4{
    font-size:18px;
}

h5{
    font-size:16px;
}

h6{
    font-size:14px;
}

html,
body{
    min-width:1000px;
}

body{
    background:#fff;
}
/* End */



/* Start:/bitrix/templates/site/template_styles.css*/
table.layout{
    border-collapse:collapse;
    width:100%;
}

table.layout td{
    vertical-align:top;
    border:0;
    padding:0;
}

.width-limit{
    width:950px;
    margin:0 auto;
}

nav ul,
nav li{
    padding:0;
    margin:0;
    list-style:none;
}

.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}

.clearfix:before,
.clearfix:after {
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}

.clearfix:after {
    clear:both;
}

.common-pagination{
    text-align:center;
    margin-top:22px;
}

.common-pagination > div{
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
}

.common-pagination > div > *{
    font-size:16px;
    font-weight:bold;
    color:#344252;
    float:left;
    width:34px;
    height:34px;
    padding:6px 0 0;
    margin-left:5px;
}

.common-pagination > div > *:first-child{
    margin-left:0;
}

.common-pagination > div > span{
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    border-radius:17px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:#9a66b8;
    color:#fff;
}

.common-breadcrumbs{
    overflow:hidden;
    margin-bottom:22px;
}

.common-breadcrumbs span{
    display:block;
    float:left;
}

.common-breadcrumbs *{
    font-size:14px;
}

.common-breadcrumbs  span{
    color:#000;
}

.common-breadcrumbs span:before{
    display:block;
    content:'|';
    float:left;
    margin:0 9px;
    color:#469ab5;
}

.common-breadcrumbs span:first-child:before{
    content:'';
    display:none;
}

.common-button{
    display:inline-block;
    vertical-align:bottom;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    line-height:1;
    border:2px solid #e7e7e7;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    padding:13px 42px 10px;
    background: rgb(245,156,61); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,156,61,1) 0%, rgba(245,156,61,1) 48%, rgba(245,156,61,1) 48%, rgba(228,133,33,1) 54%, rgba(211,111,5,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,156,61,1)), color-stop(48%,rgba(245,156,61,1)), color-stop(48%,rgba(245,156,61,1)), color-stop(54%,rgba(228,133,33,1)), color-stop(100%,rgba(211,111,5,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,156,61,1) 0%,rgba(245,156,61,1) 48%,rgba(245,156,61,1) 48%,rgba(228,133,33,1) 54%,rgba(211,111,5,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,156,61,1) 0%,rgba(245,156,61,1) 48%,rgba(245,156,61,1) 48%,rgba(228,133,33,1) 54%,rgba(211,111,5,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,156,61,1) 0%,rgba(245,156,61,1) 48%,rgba(245,156,61,1) 48%,rgba(228,133,33,1) 54%,rgba(211,111,5,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,156,61,1) 0%,rgba(245,156,61,1) 48%,rgba(245,156,61,1) 48%,rgba(228,133,33,1) 54%,rgba(211,111,5,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59c3d', endColorstr='#d36f05',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 3px 0px rgba(84, 84, 84, 1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(84, 84, 84, 1);
    box-shadow: 0px 2px 3px 0px rgba(84, 84, 84, 1);
    margin-bottom:4px;
}

.common-form{
    
}

.common-form table{
    border-collapse:collapse;
    border:none;    
}

.common-form td{
    padding:5px 0 0 15px;
    vertical-align:top;
    border:none;
    width:300px;
}

.common-form tr td:first-child{
    padding-left:0;
}

.common-form tr:first-child td{
    padding-top:0;
}

.common-form input[type='text'],
.common-form textarea{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding: 5px 16px;
    font-size: 14px;
    border:1px solid #ccc;
}

.common-form td input[type='text'],
.common-form td textarea{
    width:100%;
}

.common-form td textarea{
    height:200px;
}

.common-form td.label{
    width:auto;
}

.common-form tr.buttons td{
    padding-top:15px;
}

.common-form .common-button{
    padding-top:8px;
    padding-bottom:5px;
}

.add-to-cart-button{
    display:inline-block;
    background:url('/bitrix/templates/site/./images/korzina.png') 0 0 no-repeat;
    width:50px;
    height:41px;
}

/* ================================ HEADER =================================== */
.main-header{
    display:table;
    padding:7px 0 12px;
}

.main-header > div{
    display:table-cell;
    vertical-align:middle;
}

.main-header .logo{
    width:161px;
    padding-right:15px;
}

.main-header .logo img{
    width:100%;
    padding-top:7px;
}

.main-header .logo-desc{
    width:400px;
}

.main-header .logo-desc > div{
    border-left:1px solid #6f6f6f;
}

.main-header .logo-desc *{
    padding-left:5px;
    color:#6f6f6f;
    font-size:14px;
}

.main-header .header-phone{
    text-align:right;
}

.main-header .header-phone > div{
    padding-right:8px;
    border-right:1px solid #6f6f6f;
}

.main-header .header-phone *{
    font-size:20px;
}
}

.main-header .header-phone b{
    color:#3f97bb;
    font-weight:bold;
    line-height:1;
}

.main-header .cart{
    width:118px;
    padding-left:8px;
}

.main-header .cart,
.main-header .cart *{
    font-size:14px;
}

.main-header .cart .header{
    font-size:22px;
    color:#6d6d6d;
    margin-bottom:5px;
    margin-top:-4px;
}

.main-menu-container{
    background:#347e9d;
}

.main-menu-container .width-limit{
    display:table;
}

.main-menu-container .main-menu{
    display:table-cell;
}

.main-menu{

}

.main-menu > ul > li{
    float:left;
    position:relative;
}

.main-menu > ul > li,
.main-menu > ul > li > a{
    font-size:16px;
    color:#fff;
    text-decoration:none;
}

.main-menu > ul > li > a{
    display:block;
    padding:8px 23px 11px 25px;
    background:url('/bitrix/templates/site/./images/main-menu-separator.png') 0 50% no-repeat;
}

.main-menu > ul > li:first-child > a{
    background-image:none;
    padding-left:23px;
}

.main-menu > ul > li:hover > a{
    background:#56aed2;
}

.main-menu > ul > li.selected > a{
    background:#1d5d78;
}

.main-menu > ul > li.selected + li > a{
    background-image:none;
}

.main-menu > ul > li:hover + li > a{
    background-image:none;
}

.main-menu > ul > li ul{
    display:none;
    position:absolute;
    z-index:10;
    width:274px;
    -webkit-box-shadow:0px 2px 4px 0px rgba(0, 1, 2, 0.75);
    -moz-box-shadow:0px 2px 4px 0px rgba(0, 1, 2, 0.75);
    box-shadow:0px 2px 6px 0px rgba(0, 1, 2, 0.75);
    top:100%;
    left:0;
}

.main-menu > ul > li:hover ul{
    display:block;
}

.main-menu > ul > li:hover ul a{
    background:#f7f7f7;
    padding:10px 14px;
    text-decoration:none;
    color:#010101;
    display:block;
}

.main-menu > ul > li ul a:hover{
    color:#fff;
    background:#1d5d78;
}

.main-menu > ul > li ul li{
    border-top:1px solid #d3d3d3;
}

.main-menu > ul > li ul li:first-child{
    border-top:none;
}

.main-menu-container .search-form{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.main-menu-container .search-form form{
    display:table;
    float:right;
}

.search-form form div{
    display:table-cell;
    vertical-align:middle;
}

.search-form input{
    border:none;
    background:#f5f5f5;
    font-size:14px;
    color:#6f6f6f;
    margin:0;
    padding:5px 16px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.search-form input[type='text']{
    width:194px;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

.search-form input[type='submit']{
    width:36px;
    padding-left:0;
    padding-right:0;
    background-image:url('/bitrix/templates/site/./images/search-form-submit.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
    -webkit-border-top-left-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.main-slideshow{
    height:365px;
    margin-top:17px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
}

.main-slideshow ul{
    width:20000em;
    position:relative;
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    height:100%;
}

.main-slideshow ul li:before{
    display:none;
}

.main-slideshow li{
    float:left;
    display:block;
    padding:0;
    margin:0;
    height:100%;
    background:50% 0 transparent no-repeat;
}

.main-slideshow li > a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}

.main-slideshow li .header{
    display:block;
    font-size:42px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-top:25px;
    text-shadow: 0px 2px 0px rgba(0, 1, 2, 1);
}

.main-slideshow .controls{
    position:relative;
}

.main-slideshow .control{
    display:block;
    width:39px;
    height:92px;
    position:absolute;
    bottom:0;
    background:0 0 no-repeat transparent;
}

.main-slideshow .prev{
    left:0;
    background-image:url('/bitrix/templates/site/./images/main-slideshow-prev.png');
}

.main-slideshow .next{
    right:0;
    background-image:url('/bitrix/templates/site/./images/main-slideshow-next.png');
}

.main-slideshow .pagination-container{
    position:absolute;
    bottom:12px;
    left:0;
    right:0;
    text-align:center;
}

.main-slideshow .pagination{
    display:inline-block;
    vertical-align:bottom;
    overflow:hidden;
}

.main-slideshow .pagination a{
    display:block;
    float:left;
    border:2px solid #3591b7;
    background:#fff;
    margin-left:5px;
}

.main-slideshow .pagination a:first-child{
    margin-left:0;
}

.main-slideshow .pagination a span{
    display:block;
    width:8px;
    height:8px;
    margin:1px;
}

.main-slideshow .pagination a.active span{
    background:#ff8400;
}
 
/* ====================================== FOOTER ====================================== */
footer{
    background:#efefef;
    border-top:2px solid #d7d7d7;
    overflow:hidden;
}

footer .footer-wrap{
    padding:15px 0;
}

footer .footer-content{
    display:table;
    width:100%;
    margin-left:-10px;
}

footer .footer-content .col{
    display:table-cell;
    width:25%;
    padding-left:10px;
}

footer .footer-content .col.spacer{
    width:auto;
}

footer .footer-content .col,
footer .footer-content .col *{
    font-size:14px;
}

footer .footer-content .col .header{
    font-size:20px;
    color:#000;
    font-weight:bold;
    margin-bottom:4px;
}

footer .footer-menu .items,
footer .footer-menu .items li{
    margin:5px 0 0;
    padding:0;
    list-style:none;
    line-height:1;
}

footer .footer-content .col.footer-contacts{
    color:#000;
    width:30%
}

footer .footer-content .col .nc{
    color:#767676;
    font-size:12px;
}

/* ====================================== BODY ====================================== */

.main-goods{
    margin:0 0 30px -10px;
}

.main-goods .section{
    float:left;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:25%;
    padding-left:10px;
}

.main-goods .header{
    text-align:center;
    color:#3591b7;
    font-weight:bold;
    font-size:20px;
    line-height:1;
    margin-bottom:9px;
}

.main-goods .image{
    margin-bottom:18px;
}

.main-goods .image img{
    vertical-align:bottom;
    -webkit-box-shadow:3px 3px 0px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow:3px 3px 0px 0px rgba(150, 150, 150, 1);
    box-shadow:3px 3px 0px 0px rgba(150, 150, 150, 1);
    width:227px;
    height:121px;
}

.main-goods .items{
    margin-bottom:0;
}

.main-goods .items li{
    color:#3591b7;
}

.consult-order{
    text-align:center;
}

.body{
    margin-top:22px;
    margin-bottom:22px;
    overflow:hidden;
}

.body-sidebar{
    float:left;
    overflow:hidden;
    margin-right:30px;
    width:230px;
}

.body-content{
    overflow:hidden;
}

.body-sidebar .menu{
}

.body-sidebar .menu li{
    margin-top:2px;
}

.body-sidebar .menu li:first-child{
    margin-top:0;
}

.body-sidebar .menu li a{
    display:block;
    font-size:16px;
    text-decoration:none;
    background:#f2f2f2;
    padding:8px 12px 8px;
}

.body-sidebar .menu > ul > li.selected > a{
    color:#000;
}

.body-sidebar .menu ul ul{
    margin:14px 0 14px 12px;
}

.body-sidebar .menu ul ul ul,
.body-sidebar .menu > ul > li:last-child > ul{
    margin-bottom:0;
}

.body-sidebar .menu ul ul li{
    margin:15px 0 0;
}

.body-sidebar .menu ul ul li a{
    background:none !important;
    color:#469ab5;
    text-decoration:underline;
    font-weight:normal;
    padding:0;
}

.body-sidebar .menu ul ul li a:hover{
    text-decoration:none;
}

.body-sidebar .menu ul ul li.selected > a{
    color:#000;
    text-decoration:none;
}

.catalog{
    display:table;
}

.catalog .row{
    display:table-row;
}

.catalog .row .item{
    width:200px;
    display:table-cell;
    text-align:center;
    padding-top:54px;
    padding:54px 0 0 60px;
}

.catalog .row:first-child .item{
    padding-top:0;
}

.catalog .row .item:first-child{
    padding-left:0;
}

.catalog + .catalog .row .item{
    padding-top:54px;
}

.catalog .image img{
    vertical-align:bottom;
    width:151px;
    height:151px;
    border:9px solid #ff7800;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}

.catalog .row .item .header{
    margin-bottom:4px;
}

.catalog .row .item .header,
.catalog .row .item .header a{
    font-size:16px;
    text-align:center;
}

.catalog-details .content{
    overflow:hidden;
    margin-bottom:45px;
}

.catalog-details .content .text{
    overflow:hidden;
}

.catalog-details .content .image{
    overflow:hidden;
    float:left;
    margin-right:10px;
}

.catalog-tab-widget{
    
}

.catalog-tab-widget ul,
.catalog-tab-widget li{
    padding:0;
    margin:0;
    list-style:none;
}

.catalog-tab-widget table.catalog-tab-widget-header{
    width:auto;
    margin-bottom:-1px;
    position:relative;
    z-index:2;
}

.catalog-tab-widget table.catalog-tab-widget-header td{
    width:25%;
    padding:10px 13px;
    border:1px solid #bfbfbf;
    background:#f2f2f2;
    cursor:pointer;
    font-size:12px;
}

.catalog-tab-widget table.catalog-tab-widget-header td.selected{
    background:#fff;
    border-bottom-color:#fff;
    cursor:default;
}

.catalog-tab-widget .catalog-tab-widget-content{
    border:1px solid #bfbfbf;
    position:relative;
    z-index:1;
}

.catalog-tab-widget .catalog-tab-widget-content li{
    display:none;
    padding:37px 23px;
}

.catalog-tab-widget .catalog-tab-widget-content li.selected{
    display:block;
}

.catalog-details .good-feature td,
.catalog-details .good-feature th{
    vertical-align:top;
    padding:8px 6px;
    border:1px solid #bfbfbf;
}

.catalog-details .good-feature th{
    text-align:center;
}

.catalog-details .good-feature td{
    vertical-align:middle;
}

.main-catalog{
    overflow:hidden;
    margin-bottom:30px;
}

.main-catalog td{
    width:230px;
    padding-left:10px;
}

.main-catalog tr td:first-child{
    padding-left:0;
}

.main-catalog .header{
    font-size:20px;
    color:#3591b7;
    font-weight:bold;
    text-align:center;
    padding-bottom:6px;
}

.main-catalog .image{
    text-align:center;
    padding-bottom:15px;
}

.main-catalog .image img{
    vertical-align:bottom;
    -webkit-box-shadow:3px 3px 0px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow:3px 3px 0px 0px rgba(150, 150, 150, 1);
    box-shadow:3px 3px 0px 0px rgba(150, 150, 150, 1);
    margin:0 3px 3px 0;
}

.main-catalog .children ul{
    margin:0;
    padding-left:17px;
}

.main-catalog .children ul,
.main-catalog .children ul *{
    color:#3591b7;
}

.free-consultation{
    text-align:center;
}

#popup-form{
    padding:20px;
    width:auto;
    min-width:300px;
    overflow:hidden;
}

#popup-form .popup-form-header{
    text-align:center;
}

#popup-form .success-message{
    font-size:25px;
    text-align:center;
    white-space:nowrap;
}

#popup-form .common-form textarea{
    height:150px;
}

.fancybox-popup-form .fancybox-skin{
    background:#fff;
}


#vacancies .item{
    margin-bottom:5px;
}

#vacancies .item .title{
    padding-bottom:1px;
}

#vacancies .item .title,
#vacancies .item .title a{
    font-size:#6d3833;
    text-decoration:none;
    font-size:18px;
}

#vacancies .item .title a{
    border-bottom-width:1px;
    border-bottom-style:dotted;
}

#vacancies .item .title a:hover{
    border-bottom:none;
}

#vacancies .item .desc_container{
    overflow:hidden;
}

#vacancies .item .desc{
    overflow:hidden;
    margin-top:13px;
}

#vacancies .item .desc .layout td{
    padding-bottom:15px;
}

#vacancies .item .desc .layout tr td:first-child{
    font-weight:bold;
    text-align:right;
    padding-right:20px;
    white-space:nowrap;
    width:210px;
}

#vacancies form .label{
    text-align:right;
}

table.related-goods td,
table.related-goods th{
    padding:10px 13px;
    border:1px solid #bfbfbf;
    vertical-align:top;
    text-align:left;
}

table.related-goods th{
    background:#f2f2f2;
    font-weight:normal;
}
/* End */
/* /bitrix/templates/site/vendors/normalize.css */
/* /bitrix/templates/site/vendors/fancybox/jquery.fancybox.css */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css */
/* /bitrix/templates/site/styles.css */
/* /bitrix/templates/site/template_styles.css */
