

/* Start:/css/reset.css?143680035910040*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #90aabd; color: #fff; text-shadow: none; }
::selection { background: #90aabd; color: #fff; text-shadow: none; }


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


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

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


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

figure { margin: 0; }


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

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

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

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

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


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* 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 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* 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 { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



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

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}

/* End */


/* Start:/js/fancybox/jquery.fancybox.css?14471696514094*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	-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('/js/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('/js/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('/js/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;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/js/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 {
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
}

.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);
}
/* End */


/* Start:/js/fancybox/helpers/jquery.fancybox-thumbs.css?1436800360717*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/fuchs_bottom_menu/style.css?14368719131014*/
div.grey-tabs-menu
{
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
}

div.grey-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.grey-tabs-menu li 
{
	display:inline;
	margin:0;
	padding:0;
}

div.grey-tabs-menu a
{
	float:left;
	background:url("/bitrix/templates/.default/components/bitrix/menu/fuchs_bottom_menu/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.grey-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/bitrix/templates/.default/components/bitrix/menu/fuchs_bottom_menu/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.grey-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.grey-tabs-menu a:hover nobr
{
	color:#000;
}

div.grey-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.grey-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/fuchs_top_multilevel/style.css?14368786341*/


/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1323709303501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/.default/components/fuchs/system.auth.form/fucs_auth_new/style.css?1436882631442*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/.default/components/fuchs/system.auth.form/fucs_auth_new/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/.default/components/fuchs/system.auth.form/fucs_auth_new/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?143803026051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/fucs_modern_site/styles.css?145382369771586*/
/**  
  * @outputFile ../css/style.css
  * @outputStyle expanded
  */


@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSansEx.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}



body {
  position: relative;
  font: 14px OpenSans, Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 400;
  color: #626262;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  overflow-x: hidden;
  min-width: 1000px;
  -webkit-tap-highlight-color: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
*
* Common elements
*
*/
.clear {
  clear: both;
}

img {
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

strong {
  font-weight: 700;
}

label {
  cursor: default;
}
label.blocked {
  display: block;
  margin: 0 0 4px;
}
label.left {
  float: left;
  width: 300px;
  font-size: 18px;
}
label.label__left {
  line-height: 63px;
}
label .label__left-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.25;
}
label.left + .form__item-field {
  margin-left: 315px;
}
label.overfield {
  position: absolute;
  top: 19px;
  left: 12px;
  right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  font-size: 20px;
  color: #474747;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
label.overfield-inactive {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.like-textfield {
  font-size: 18px;
  padding: 0 12px 7px;
}

textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  font: 12px OpenSans, Arial, Helvetica, sans-serif;
  outline: none;
}

.rte-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 20px OpenSans, Arial, Helvetica, sans-serif;
  background-color: #e1e1e1;
  border: none;
  height: 41px;
  line-height: 41px;
  padding: 2px 12px;
}
select.width-auto {
  width: auto;
}
select.error {
  outline: 2px solid #f00;
}

textarea,
input[type='text'],
input[type='email'],
input[type='password'] {
  outline: none;
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 20px OpenSans, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #474747;
  -webkit-appearance: none;
  padding: 17px 12px 20px;
  border-radius: 0;
  border: none;
  background-color: #e1e1e1;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
textarea:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  outline: none;
}
textarea.width-auto,
input[type='text'].width-auto,
input[type='email'].width-auto,
input[type='password'].width-auto {
  width: auto;
}
textarea.error,
input[type='text'].error,
input[type='email'].error,
input[type='password'].error {
  border-color: #e00;
}
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
textarea:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
textarea:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
textarea + label,
input[type='text'] + label,
input[type='email'] + label,
input[type='password'] + label {
  margin-left: 10px;
}

.textarea-resize-vert {
  resize: vertical;
}

label + textarea,
label + input[type='text'] {
  margin-left: 10px;
}

label.block + textarea,
label.block + input[type='text'] {
  margin-left: 0;
}



input[type='file'] {
 position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  text-decoration: none !important;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 9px 20px 11px;
  border: none;
  border-radius: 0;
  background-color: #e1e1e1;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.small {
  font-size: 11px;
}

.medium {
  font-size: 14px;
}

a {
  outline: none;
  color: #0101ad;
  background-color: transparent;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
a:hover {
  color: #509abe;
}
a.nounderline {
  text-decoration: none;
}
a.colored {
  color: #509abe;
}
a.mcolor {
  color: #474747;
}
a.bordered {
  display: inline-block;
  height: 1.25em;
  text-decoration: none;
  border-bottom: 1px solid #509abe;
  border-bottom: 1px solid rgba(80, 154, 190, 0.4);
}
a.disabled {
  color: #999 !important;
  cursor: default !important;
}
a.disabled:hover, a.disabled:focus {
  color: #999 !important;
}

input[type='checkbox'],
input[type='radio'] {
  vertical-align: middle;
}
input[type='checkbox'].error,
input[type='radio'].error {
  outline: 1px solid #f00;
}

.highlight {
  color: #39c;
}

.img-responsive {
  max-width: 100%;
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  text-decoration: none !important;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 9px 20px 11px;
  border: none;
  border-radius: 0;
  background-color: #424b86;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.btn:hover {
  color: #fff;
  background-color: #4655b5;
}
.btn[disabled] {
  color: #3f3f3f;
  opacity: 0.5;
}
.btn > input[type='file'] {
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 120px;
  position: absolute;
  top: -20px;
  right: -10px;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn + .btn {
  margin-left: 17px;
}

.btn--fullwidth {
  width: 100%;
}

.btn--large {
  font-size: 24px;
  text-transform: uppercase;
  padding: 17px 30px 19px;
}

.btn--light {
  background-color: #c4c8d5;
  color: #474747;
}
.btn--light:hover {
  color: #474747;
  background-color: #dfe2ed;
}

.btn--red {
  background-color: #9e0b0f;
  color: #e0e0e0;
}
.btn--red:hover {
  color: #e0e0e0;
  background-color: #d90309;
}

.btn--red1 {
  background-color: #e05b5b;
  color: #474747;
}
.btn--red1:hover {
  color: #474747;
  background-color: #ef7f7f;
}

.btn--seacolor {
  background-color: #0c5f77;
}
.btn--seacolor:hover {
  background-color: #0889ae;
}

.btn--remove {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #a93a36;
  color: #fff;
}
.btn--remove:hover {
  background-color: #9e0b0f;
  color: #fff;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.tab-pane {
  position: absolute;
  visibility: hidden;
  top: -9999px;
}
.tab-pane.active {
  position: relative;
  top: 0;
  visibility: visible;
}

.form__title {
  margin: 20px 0 0;
}
.form__title:first-child {
  margin-top: 0;
}

.form__items {
  margin: 15px 0 0;
}
.form__items:first-child {
  margin-top: 0;
}

.form__item {
  position: relative;
  margin: 9px 0 0;
}
.form__item::after {
  clear: both;
  content: "";
  display: table;
}
.form__item:first-child {
  margin-top: 0;
}

.form__item--half {
  float: left;
  margin: 0;
  width: 50%;
}
.form__item--half:first-child {
  padding-right: 5px;
}
.form__item--half:first-child + .form__item--half {
  padding-left: 5px;
}

.form__error {
  color: #f00;
  font-size: 13px;
  line-height: 1.1;
  margin: 4px 0 0;
}

.form__actions {
  margin: 9px 0 0;
}
.form__actions::after {
  clear: both;
  content: "";
  display: table;
}
.form__actions:first-child {
  margin-top: 0;
}
.form__actions .btn {
  margin-left: 17px;
}
.form__actions .btn:first-child {
  margin-left: 0;
}

.form__actions--mm {
  margin-top: 45px;
}

.form__actions-col {
  float: left;
  width: 50%;
}
.form__actions-col:first-child {
  padding-right: 5px;
}
.form__actions-col:first-child + .form__actions-col {
  padding-left: 5px;
}

.form__actions-col--closer:first-child {
  padding-right: 0;
}
.form__actions-col--closer:first-child + .form__actions-col {
  padding-left: 0;
}

.form__forget {
  text-align: center;
  margin: 35px 0 0;
}
.form__forget:first-child {
  margin-top: 0;
}
.form__forget a {
  color: #7b181a;
  text-decoration: underline;
}

.form__inner {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.form.inactive .form__inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.form {
  position: relative;
  margin: 35px 0 0;
}
.form:first-child {
  margin-top: 0;
}

.toggled-item-inactive {
  display: none;
}

span.required {
  color: #a83a37;
}

.form__tip {
  color: #474747;
  font-size: 12px;
  margin: 10px 0 0;
}
.form__tip:first-child {
  margin-top: 0;
}
.form__tip + .form__items {
  margin-top: 7px;
}

.form__required-tip {
  color: #474747;
  font-size: 11px;
  font-style: italic;
  margin: 10px 0 0;
}
.form__required-tip:first-child {
  margin-top: 0;
}
.form__required-tip + .form__items {
  margin-top: 7px;
}

h2 + .form__tip {
  margin-top: 6px;
}

h2 + .form__required-tip {
  margin-top: 0;
}

.message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  text-align: center;
  z-index: 1;
}

.message__inner {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  margin-top: -30px;
}

.message__title {
  font-size: 36px;
  line-height: 1;
  color: #000;
}

.message.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

img.left {
  float: left;
  margin: 3px 25px 10px 0;
}

img.right {
  float: right;
  margin: 3px 0 10px 25px;
}

ul {
  list-style: none;
  margin: 18px 0 0 16px;
  padding: 0;
}
ul:first-child {
  margin-top: 0;
}
ul li {
  margin: 13px 0 0;
  padding: 0;
}
ul li:first-child {
  margin-top: 0;
}
ul li:before {
  position: relative;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  margin-left: -12px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #c6c7ca;
  content: "";
}

h4 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
h4:first-child {
  margin-top: 0;
}

nav li:before {
  display: none;
}

.muted {
  color: #666;
}

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

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .text-align-justify {
    text-align: left;
  }
}
blockquote {
  position: relative;
  background-color: #e6ebed;
  border-radius: 5px;
  padding: 7px 10px 10px 43px;
  margin: 18px 0 0;
}
blockquote:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0 0;
}
p:first-child {
  margin-top: 0;
}

pre {
  color: #000;
  font-size: 12px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
  padding: 17px 20px 14px;
  line-height: 1.5;
  margin: 17px 0 19px;
}
pre code {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table {
  width: 100%;
  margin: 23px 0 33px;
}
table:first-child {
  margin-top: 0;
}
table th, table td {
  text-align: left;
  padding: 7px 8px 6px;
  color: #161616;
  background-color: #e2e2e2;
  border: 3px solid #fff;
}
table th.left, table td.left {
  text-align: left;
}
table th.center, table td.center {
  text-align: center;
}
table th.right, table td.right {
  text-align: right;
}
table thead th {
  font-weight: 400;
  font-size: 16px;
  background-color: #c4c8d5;
  color: #474747;
}
table thead.fs18 th {
  font-size: 18px;
}
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child td,
table tbody:first-child tr:first-child th {
  border-top: none;
}
table thead:last-child tr:last-child td,
table thead:last-child tr:last-child th,
table tbody:last-child tr:last-child td,
table tbody:last-child tr:last-child th {
  border-bottom: none;
}
table td:first-child,
table th:first-child {
  border-left: none;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
table .light,
table .light td,
table .light th {
  background-color: #f0f0f0;
}
table .noborder,
table .noborder td,
table .noborder th {
  border-left: none;
  border-right: none;
}
table td.indent,
table th.indent {
  padding-left: 45px;
}
table .thin-cells td,
table .thin-cells th {
  padding-top: 4px;
  padding-bottom: 4px;
}
table .fat-cells td,
table .fat-cells th {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.vmiddle th, table.vmiddle td,
table .vmiddle th,
table .vmiddle td {
  vertical-align: middle;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectize-control .selectize-input {
  display: block !important;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  padding: 0 50px 0 13px !important;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-color: #e1e1e1;
  color: #474747;
  font-size: 20px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  z-index: 11;
}

.selectize-control.custom .selectize-input:hover,
.selectize-control.custom .selectize-input.dropdown-active,
.selectize-control.custom .selectize-input.input-active {
  background-color: #e1e1e1;
  cursor: pointer;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.selectize-input > input {
  position: absolute !important;
  visibility: hidden;
}

.selectize-input .item {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectize-control.multi .selectize-input > div {
  cursor: inherit;
  background: inherit !important;
  color: inherit !important;
  border: none;
}

.selectize-control.custom .selectize-input input {
  display: none !important;
}

.selectize-control.custom .selectize-input:before,
.selectize-control.custom .selectize-input.dropdown-active:before {
  display: block;
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 24px;
  background: url("/img/bg-icon-arrow-bottom.svg") center center no-repeat;
  background-size: contain;
  border-radius: 0px;
  border: none;
  content: "";
}

.selectize-control.custom .selectize-input:after {
  display: none;
}

.selectize-control.custom .selectize-input.dropdown-active:after {
  display: none;
}

.selectize-dropdown-content {
  max-height: 16.25em;
}

.selectize-dropdown {
  background-color: #e1e1e1;
  border: none;
  border-top: none;
  font-size: 20px;
  color: #474747;
  font-weight: 400;
  margin-top: 0;
  z-index: 12;
}

.selectize-dropdown .option {
  position: relative;
  border-top: none;
  padding: 8px 13px 8px;
	white-space: nowrap;
}
.selectize-dropdown .option:first-child {
  border-top: none;
}

.selectize-dropdown .option.active,
.selectize-dropdown .option:hover {
  color: #474747;
  background-color: #fff;
}

.selectize-dropdown .option.selected {
  color: #474747;
  background-color: #fff;
}

.d-ib {
  display: inline-block;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.slider {
  position: relative;
}

.slider__crop {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.slider__item {
  position: absolute;
  width: 100%;
  display: block;
  visibility: hidden;
  overflow: hidden;
}
.slider__item.active {
  position: static;
  visibility: visible;
  z-index: 150;
}
.slider__item.cycle-slide {
  visibility: visible;
}
.slider__item img {
  max-width: 100%;
}

.slider__pager {
  position: absolute;
  right: 10px;
  bottom: 17px;
  left: 10px;
  text-align: center;
  font-size: 0.1em;
}
.slider__pager span {
  display: inline-block;
  vertical-align: top;
  height: 6px;
  width: 6px;
  margin: 0 4px;
  background-color: #c2c2c2;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.slider__pager span.cycle-pager-active {
  background-color: #1cbbb4;
  cursor: default;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.6s, visibility 0s 0.6s;
  -moz-transition: opacity 0.6s, visibility 0s 0.6s;
  transition: opacity 0.6s, visibility 0s 0.6s;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.container {
  position: relative;
  width: 1230px;
  margin: 0 auto;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

.header {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 11;
}
.header .container {
  padding-left: 320px;
  /*  min-height: 20px; */
}
.header a {
  text-decoration: none;
}

.header__logo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -615px;
  height: auto;
  width: 280px;
  background: #e8e9e9 url("/img/logo.png") center center no-repeat;
  text-align: left;
  text-indent: -9999px;
  z-index: 11;
}

.header__top {
  text-align: right;
  background-color: rgba(111, 118, 130, 0.95);
  color: #fff;
  font-size: 12px;
  padding: 5px 0 4px;
}
.header__top a {
  color: #d3d3d3;
}
.header__top a:hover {
  color: #fff;
}

.header__top-menu {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0;
}
.header__top-menu:first-child {
  margin-left: 0;
}
.header__top-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
}
.header__top-menu li:first-child {
  margin-left: 0;
}

.header__top-phone {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  margin-left: 50px;
}

.header__main + .header__top a {
  color: #fff;
}

.header__top .header__top-menu-cart {
  font-weight: 700;
}
.header__top .header__top-menu-cart a {
  color: #2fda22;
}

.header__main {
  position: relative;
  text-align: right;
  background-color: rgba(202, 214, 235, 0.91);
  color: #000033;
  font-size: 12px;
}
.header__main:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  border-top: 2px solid rgba(229, 238, 239, 0.5);
  content: "";
}
.header__main a {
  color: #000033;
}

.header__menu {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  white-space: nowrap;
}
.header__menu:first-child {
  margin-left: 0;
}
.header__menu > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 11px;
  padding: 0;
  white-space: normal;
}
.header__menu > ul > li:first-child {
  margin-left: 0;
}
.header__menu > ul > li > a {
  display: inline-block;
  padding: 34px 7px;
}
.header__menu > ul > li > a:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  border-top: 3px solid #004ea3;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.header__menu > ul > li:hover .header__menu-submenu, .header__menu > ul > li.hover .header__menu-submenu {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
}
.header__menu > ul > li:hover > a:before, .header__menu > ul > li.hover > a:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.header__menu-submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 11px 11px 28px;
  font-size: 13px;
  width: 240px;
  background-color: #dbdbdc;
  color: #4d4d4d;
  text-align: left;
  text-transform: none;
  cursor: default;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s, visibility 0s 0.8s, z-index 0s 0.8s;
  -moz-transition: opacity 0.3s 0.5s, visibility 0s 0.8s, z-index 0s 0.8s;
  transition: opacity 0.3s 0.5s, visibility 0s 0.8s, z-index 0s 0.8s;
}
.header__menu-submenu a {
  color: #303030;
}
.header__menu-submenu a:hover {
  color: #234cc8;
}
.header__menu-submenu ul {
  margin: 34px 0 0;
  padding: 0 40px 0 0;
}
.header__menu-submenu ul:first-child {
  margin-top: 0;
}
.header__menu-submenu li {
  margin: 24px 0 0 2px;
  border-left: 1px solid #000;
}
.header__menu-submenu li::after {
  clear: both;
  content: "";
  display: table;
}
.header__menu-submenu li:first-child {
  margin-top: 0;
}
.header__menu-submenu li:hover a:before {
  background-color: #094ce3;
}
.header__menu-submenu li a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 0 7px;
  margin: -1px 0 -3px;
}
.header__menu-submenu li a:before {
  position: absolute;
  top: 1px;
  bottom: 3px;
  left: -1px;
  width: 3px;
  background-color: transparent;
  content: "";
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__menu-submenu-title {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 34px 0 0;
}
.header__menu-submenu-title:first-child {
  margin-top: 0;
}

.header-menu-submenu-mask {
  position: absolute;
  top: 109px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(24, 27, 29, 0.63);
  -webkit-transition: opacity 0.3s 0.5s, visibility 0s 0.8s, z-index 0s 0.8s;
  -moz-transition: opacity 0.3s 0.5s, visibility 0s 0.8s, z-index 0s 0.8s;
  transition: opacity 0.3s 0.5s, visibility 0s 0.8s, z-index 0s 0.8s;
}
.header-menu-submenu-mask.active {
  z-index: 5;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s, visibility 0s 0.5s, z-index 0s 0.5s;
  -moz-transition: opacity 0.3s 0.5s, visibility 0s 0.5s, z-index 0s 0.5s;
  transition: opacity 0.3s 0.5s, visibility 0s 0.5s, z-index 0s 0.5s;
}

.slider--top {
  height: 375px;
  background-color: #adc0d1;
  overflow: hidden;
}
.slider--top .slider__item {
  position: relative;
  color: #fff;
}
.slider--top .slider__item-info {
  position: absolute;
  top: 155px;
  left: 50%;
  display: block;
  margin: 0 0 0 -615px;
  z-index: 1;
  color: #fff;
}
.slider--top .slider__item-subtitle {
  display: block;
  font-size: 26px;
  margin: 8px 0 0;
}
.slider--top .slider__item-subtitle:first-child {
  margin-top: 0;
}
.slider--top .slider__item-subtitle .chunk {
  display: inline-block;
  background-color: rgba(159, 31, 31, 0.85);
  line-height: 1;
  padding: 6px 11px 9px;
}
.slider--top .slider__item-title {
  display: block;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.slider--top .slider__item-title:first-child {
  margin-top: 0;
}
.slider--top .slider__item-title .chunk {
  display: inline-block;
  background-color: rgba(5, 29, 120, 0.75);
  line-height: 1;
  padding: 7px 11px 0;
}
.slider--top .slider__item-image {
  display: block;
  margin: 0 -1500px;
  text-align: center;
}
.slider--top .slider__item-image img {
  display: block;
  margin: 0 auto;
}
.slider--top .slider__menu {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}
.slider--top .slider__menu li {
  float: left;
  width: 160px;
  margin: 0;
  text-align: center;
}
.slider--top .slider__menu li.cycle-pager-active a {
  background-color: rgba(255, 255, 255, 0.1);
}
.slider--top .slider__menu li.cycle-pager-active a:before {
  background-color: rgba(255, 255, 255, 0.25);
}
.slider--top .slider__menu a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 10px 18px;
}
.slider--top .slider__menu a:before {
  position: absolute;
  top: -10px;
  right: 0px;
  left: 0px;
  height: 6px;
  background-color: transparent;
  content: "";
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.slider--top .slider__menu a span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-height: 34px;
}

.slider--top-front {
  height: 635px;
  overflow: hidden;
}

.news-wrapper {
  padding: 30px 0;
}

.news {
  margin: 50px -20px 0;
}
.news::after {
  clear: both;
  content: "";
  display: table;
}
.news:first-child {
  margin-top: 0;
}

.news__inner {
  float: left;
  width: 100%;
  margin: -20px 0;
}

.news__item {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 20px 20px;
}
.news__item:before {
  position: absolute;
  top: 15px;
  bottom: 25px;
  left: 0px;
  border-left: 1px solid #3e86d8;
  content: "";
}
.news__item:nth-child(3n+1):before {
  display: none;
}

.news__item-inner {
  display: block;
  color: #626262;
  text-decoration: none;
}

a.news__item-inner:hover {
  color: #626262;
}
a.news__item-inner:hover .news__item-title {
  color: #004ea3;
}

.news__item-top {
  display: block;
  color: #626262;
  text-decoration: none;
}

a.news__item-top:hover {
  color: #626262;
}
a.news__item-top:hover .news__item-title {
  color: #004ea3;
}

.news__item-title {
  display: block;
  color: #3e86d8;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 15px 0 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.news__item-title:first-child {
  margin-top: 0;
}
.news__item-title a {
  color: #3e86d8;
}
.news__item-title a:hover {
  color: #004ea3;
}

.news__item-meta {
  display: block;
  font-size: 10px;
  margin: 3px 0 0;
}
.news__item-meta:first-child {
  margin-top: 0;
}

.news__item-summary {
  display: block;
  margin: 6px 0 0;
}
.news__item-summary:first-child {
  margin-top: 0;
}

.form--login {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.form--login input[type='text'], .form--login input[type='password'] {
  font-size: 24px;
  padding: 16px 15px;
}
.form--login label.overfield {
  font-size: 24px;
  left: 15px;
}
.form--login .form__item {
  margin-top: 6px;
}
.form--login .form__actions {
  margin-top: 6px;
}

.promo {
  position: relative;
}
.promo::after {
  clear: both;
  content: "";
  display: table;
}

.popup__content .promo {
  margin: -30px;
}

.promo__left {
  float: left;
}

.promo__right {
  margin: 0 0 0 500px;
  padding: 35px 50px;
  font-size: 16px;
  color: #272727;
  line-height: 1.2;
}

.promo__right--equals-to-left {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.promo__right--equals-to-left .kscroller {
  position: absolute;
  top: 35px;
  right: 50px;
  bottom: 35px;
  left: 50px;
}

.sidebar {
  float: left;
  width: 280px;
}
.sidebar a {
  color: #353535;
  text-decoration: none;
}

.sidebar a:hover {
  color: #094ce3;
}
.sidebar li.selected a {
  color: #0101ad;
}
.sidebar__inner {
  padding: 45px 11px 45px;
  background-color: #edeff5;
}

.sidebar-pull-up {
  margin-top: -119px;
}

.breadcrumb {
  background-color: rgba(159, 31, 31, 0.85);
  color: #fff;
  padding: 3px 11px;
  margin: 6px 0 0;
  min-height: 23px;
}
.breadcrumb:first-child {
  margin-top: 0;
}
.breadcrumb a {
  color: #fff;
}

.sidebar__title {
  background-color: rgba(5, 29, 120, 0.75);
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 11px;
  color: #fff;
  margin: 6px 0 0;
  min-height: 90px;
}
.sidebar__title:first-child {
  margin-top: 0;
}
.sidebar__title a {
  color: #fff;
}

.content {
  padding: 45px 0 70px;
  font-size: 14px;
}
.content::after {
  clear: both;
  content: "";
  display: table;
}

.mw915 {
  max-width: 915px;
}

.miw280 {
  min-width: 280px;
}

.miw450 {
  min-width: 450px;
}

.sidebar + .content {
  margin: 0 0 0 320px;
  padding-top: 35px;
}

.sidebar--fake + .content {
  margin: 0;
  padding-top: 45px;
}

.content__inner {
  float: left;
  width: 100%;
}

h2, .title2 {
  font-size: 25px;
  font-weight: 400;
  color: #474747;
  margin: 30px 0 0;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
}
h2:first-child, .title2:first-child {
  margin-top: 0;
}
h2 + h2, .title2 + h2 {
  margin-top: 23px;
}
h2 + p, .title2 + p {
  margin-top: 5px;
}
h2 + table, .title2 + table {
  margin-top: 13px;
}

.content__inner h2 {
  margin-bottom:20px;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  color: #474747;
  margin: 30px 0 0;
}
h3:first-child {
  margin-top: 0;
}
h3 + p, h3 + table {
  margin-top: 5px;
}

.regions {
  margin: 15px 0 0;
}
.regions:first-child {
  margin-top: 0;
}
.regions li {
  font-size: 18px;
  margin: 40px 0 0;
}
.regions li:first-child {
  margin-top: 0;
}
.regions li.active a {
  color: #a83a37;
}
.regions li li {
  font-size: 14px;
  margin: 8px 0 0;
}
.regions li li:first-child {
  margin-top: 0;
}
.regions li ul {
  margin: 10px 0 0 12px;
}
.regions li ul:first-child {
  margin-top: 0;
}

.regions--cols3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.regions--cols3 li {
  font-size: 14px;
  margin: 8px 0 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.regions--cols3 li:first-child {
  margin-top: 0;
}

.form__item--captcha .captcha-form label.overfield {
  top: 13px;
  white-space: nowrap;
}

.captcha-image {
  float: left;
  width: 180px;
  border: 1px solid #000;
}
.captcha-image img {
  display: block;
}

.captcha-form {
  position: relative;
  margin: 0 0 0 188px;
}
.captcha-form label.overfield {
  font-size: 11px;
  letter-spacing: -0.03em;
  font-style: italic;
  color: #474747;
  white-space: nowrap;
  top: 13px;
  left: 6px;
  right: 4px;
}
.captcha-form input[type='text'] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.companies {
  margin: 17px 0 0;
}
.companies:first-child {
  margin-top: 0;
}

.companies--col2 ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.companies--col2 li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}

.categories {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.1;
}
.categories:first-child {
  margin-top: 0;
}
.categories li {
  margin: 15px 0 0;
}
.categories li.active a {
  color: #a83a37;
}
.categories li.active ul {
  display:block;
}
.categories li.selected a {
  color: #0101ad;
}
.categories li.expanded > ul {
  display: none;
}
.categories li > ul {
  display: none;
}
.categories li.expanded-active > ul {
  display: block;
}
.categories li:first-child {
  margin-top: 0;
}
.categories li ul {
  margin: 12px 0 0 21px;
  padding: 0 0 10px;
}
.categories li li {
  font-size: 15px;
}
.categories li li ul {
  margin: 8px 0 0 15px;
  padding: 0 0 3px;
}
.categories li li li {
  font-size: 13px;
  margin: 8px 0 0;
}
.categories li li li:first-child {
  margin-top: 0;
}
.categories .categories-small {
  margin-top: 11px;
  margin-left: 11px;
  padding-bottom: 6px;
}
.categories .categories-small li {
  font-size: 12px !important;
  margin: 7px 0 0;
}
.categories .categories-small li:first-child {
  margin-top: 0;
}

.products {
  margin: 25px -18px 0;
}
.products::after {
  clear: both;
  content: "";
  display: table;
}
.products:first-child {
  margin-top: 0;
}

.products--1 {
  margin-top: 10px;
}

.products__inner {
  float: left;
  width: 100%;
  margin: -19px 0;
}

.product {
  float: left;
  width: 33.33%;
  padding: 19px 18px;
}
.product:nth-child(3n+1) {
  clear: both;
}

.product__inner {
  position: relative;
  display: block;
}

a.product__inner:hover .product__title {
  background-color: #e1e8f6;
}

.product--all a.product__inner:hover .product__image {
  background-color: #e1e8f6;
}

.product__image {
  display: block;
  height: 188px;
  line-height: 186px;
  overflow: hidden;
  text-align: center;
  background-color: #e0e0e0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.product__image img {
  vertical-align: middle;
  max-width:110%;
}

.product__title {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 22px;
  left: 0px;
  background-color: rgba(204, 213, 230, 0.9);
  color: #272727;
  font-style: italic;
  font-size: 18px;
  padding: 14px 11px;
/*  min-height: 89px;*/
  line-height: 1.15;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.product__all {
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
  left: 20px;
  color: #202020;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.25;
}

.lproducts {
  margin: 25px -19px 0;
}
.lproducts::after {
  clear: both;
  content: "";
  display: table;
}
.lproducts:first-child {
  margin-top: 0;
}

.lproducts__inner {
  float: left;
  width: 100%;
  margin: -10px 0;
}

.lproduct {
  float: left;
  width: 99%;
  padding: 15px 19px;
}
/*.lproduct:nth-child(2n+1) {
  clear: both;
}*/
.lproduct a {
  display:block;
}
.lproduct__inner {
  position: relative;
  display: block;
  text-decoration: none;
  color: #353535;
}

.lproduct__image {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  width: 120px;
  text-align: center;
}
.lproduct__image:hover + .lproduct__info .lproduct__title a {
  color: #004ea3;
}

.lproduct__info {
  display: block;
  margin-left:130px;
}

.lproduct__info table {
	margin:0;
}

.lproduct__info td {
	background: #fff;
	padding-left:0;
}

.lproduct__info .lproduct__meta {
	background: #e2e2e2;
	width:300px;

}

.lproduct__info .lproduct__meta p {
	padding-left:20px;
}

.lproduct__title {
  display: block;
  font-size: 18px;
  line-height: 1.15;
}
.lproduct__title a {
  color: #474747;
  text-decoration: none;
}
.lproduct__title a:hover {
  color: #004ea3;
}

.lproduct__meta {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
.lproduct__meta p {
  margin: 0;
    padding-bottom: 5px;
}


.lproduct__summary {
  display: block;
  margin: 5px 0 0 130px;
}
.lproduct__summary:first-child {
  margin-top: 0;
}

.cols::after {
  clear: both;
  content: "";
  display: table;
}

.col {
  float: left;
  width: 50%;
}
.col:first-child {
  padding-right: 17px;
}
.col:first-child + .col {
  padding-left: 17px;
}

.cols--1 .col:first-child {
  width: 52%;
}
.cols--1 .col:first-child + .col {
  width: 48%;
}

.img-after-h2 {
  padding-top: 8px;
}

.img-fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

.articles {
  margin: 10px -17px 0;
}
.articles::after {
  clear: both;
  content: "";
  display: table;
}
.articles:first-child {
  margin-top: 0;
}

.articles__inner {
  float: left;
  width: 100%;
  margin: -17px 0;
}

.article {
  float: left;
  width: 100%;
  padding: 17px 17px;
}
.article:nth-child(3n+1) {
  clear: both;
}

.article__inner {
  position: relative;
  display: block;
  text-decoration: none;
}

.article__image {
  display: block;
  float: left;
  width: 280px;
  margin: 3px 0 0;
}
.article__image:hover + .article__info .article__title a {
  color: #004ea3;
}

.article__info {
  display: block;
  margin: 0 0 0 320px;
}

.article__title {
  display: block;
  color: #474747;
  font-size: 18px;
  margin: 10px 0 0;
}
.article__title:first-child {
  margin-top: 0;
}
.article__title a {
  color: #474747;
  text-decoration: none;
}
.article__title a:hover {
  color: #004ea3;
}

.article__date {
  display: block;
  margin: 4px 0 0;
  padding: 0 0 6px;
  font-size: 12px;
}

.article__summary {
  display: block;
  color: #626262;
  margin: 10px 0 0;
}
.article__summary:first-child {
  margin-top: 0;
}

.vnews {
  margin: 10px -10px 0;
}
.vnews::after {
  clear: both;
  content: "";
  display: table;
}
.vnews:first-child {
  margin-top: 0;
}

.vnews__inner {
  float: left;
  width: 100%;
  margin: -10px 0;
}

.vnews__item {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 10px;
}

.vnews__item-inner {
  display: block;
  color: #626262;
  text-decoration: none;
}
.vnews__item-inner::after {
  clear: both;
  content: "";
  display: table;
}
.vnews__item-inner:hover {
  color: #626262;
}

a.vnews__item-inner:hover {
  color: #626262;
}
a.vnews__item-inner:hover .vnews__item-title {
  color: #004ea3;
}

.vnews__item-image {
  display: block;
  float: left;
  width: 106px;
  margin: 3px 0 0;
  text-align: center;
}
.vnews__item-image:hover + .vnews__item-info .vnews__item-title a {
  color: #004ea3;
}

.vnews__item-info {
  display: block;
}

.vnews__item-image + .vnews__item-info {
  margin: 0 0 0 122px;
}

.vnews__item-title {
  display: block;
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0 0;
}
.vnews__item-title:first-child {
  margin-top: 0;
}
.vnews__item-title a {
  color: #474747;
  text-decoration: none;
}
.vnews__item-title a:hover {
  color: #004ea3;
}

.vnews__item-meta {
  display: block;
  font-size: 10px;
  color: #000;
}

.vnews__item-summary {
  display: block;
  margin: 6px 0 0;
  color: #626262;
}
.vnews__item-summary:first-child {
  margin-top: 0;
}

.faq {
  margin: 20px -13px 0;
}
.faq::after {
  clear: both;
  content: "";
  display: table;
}
.faq:first-child {
  margin-top: 0;
}

.faq__inner {
  float: left;
  width: 100%;
  margin: -13px 0;
}

.faq__item {
  position: relative;
  float: left;
  width: 100%;
  padding: 13px 13px;
}

.faq__item-inner {
  display: block;
  text-decoration: none;
}
.faq__item-inner::after {
  clear: both;
  content: "";
  display: table;
}

.faq__item-title {
  display: block;
  color: #000;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin: 15px 0 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.faq__item-title:first-child {
  margin-top: 0;
}
.faq__item-title:hover {
  color: #004ea3;
}

.faq__item.active .faq__item-title {
  color: #000;
}

.faq__item-summary {
  display: block;
  color: #626262;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.faq__item-summary:first-child {
  margin-top: 0;
}

.faq__item-summary-inner {
  padding: 12px 0 12px;
}

.faq__item.active .faq__item-summary {
  max-height: 9999px;
  padding-left:50px;
}

.dproduct {
  margin: 20px 0 0;
  font-size: 12px;
}
.dproduct::after {
  clear: both;
  content: "";
  display: table;
}
.dproduct:first-child {
  margin-top: 0;
}
.dproduct h3 {
  margin-top: 14px;
}
.dproduct h3:first-child {
  margin-top: 0;
}
.dproduct h3 + p {
  margin-top: 13px;
}

.dproduct__image {
  float: left;
  width: 280px;
  margin: 3px 0 0;
  overflow: hidden;
}

.dproduct__info {
  margin: 0 0 0 315px;
}
.dproduct__info::after {
  clear: both;
  content: "";
  display: table;
}

.dproduct__info-inner {
  float: left;
  width: 100%;
}

.cart td, .cart th {
  font-size: 16px;
  background-color: #f5f5f5;
  border: none;
  padding: 23px 13px 22px;
  vertical-align: middle;
}
.cart thead th {
  font-size: 14px;
  background-color: transparent;
  padding-top: 7px;
  padding-bottom: 14px;
}
.cart .select-wrapper {
  position: relative;
  padding: 0;
  min-width: 175px;
}
.cart .select-wrapper .form__error {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 5px 5px;
}
.cart .select-wrapper select {
  margin: -15px 0;
}

.cart .select-wrapper .selectize-control {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.cart .select-wrapper .selectize-input {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*height: auto;*/
  line-height: 1;
}
.cart .select-wrapper .selectize-input .item {
  position: absolute;
  top: 50%;
  right: 50px;
  left: 13px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
}
.cart .input-wrapper {
  position: relative;
  padding: 0;
}
.cart .input-wrapper .form__error {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 5px 5px;
}
.cart .input-wrapper-input {
  display: inline-block;
  width: 100%;
  margin: -15px 0;
}
.cart .btn-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  width: 140px;
}
.cart .btn-wrapper .btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  overflow: hidden;
  min-height: 65px;
}
.cart .btn-wrapper .btn .btn__middle {
  position: absolute;
  top: 50%;
  height: 500px;
  line-height: 498px;
  left: 0;
  right: 0;
  margin-top: -250px;
}
.cart .btn-wrapper .btn .btn__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
}
.cart .btn-wrapper--remove {
  width: 44px;
}

.cart--dark tbody td, .cart--dark tbody th {
  background-color: #c4c8d5;
  border-top: 6px solid #fff;
}
.cart--dark tbody tr:first-child th, .cart--dark tbody tr:first-child td {
  border-top: none;
}

.cart--zebra tbody tr:nth-child(odd) td, .cart--zebra tbody tr:nth-child(odd) th {
  background-color: #c4c8d5;
}
.cart--zebra tbody th, .cart--zebra tbody td {
  border-top: 6px solid #fff;
}
.cart--zebra tbody tr:first-child th, .cart--zebra tbody tr:first-child td {
  border-top: none;
}

.cart--large td, .cart--large th {
  font-size: 20px;
  padding: 20px 13px;
}
.cart--large thead th {
  font-size: 18px;
  padding-bottom: 16px;
}
.cart--large .btn-wrapper .btn {
  font-size: 18px;
}

.form__item + .cart {
  margin-top: 15px;
}

.cart + .cart-sum {
  margin-top: -17px;
  margin-bottom: 32px;
}

.cart-sum__value {
  margin-left: 20px;
}

.form--search input[type='text'] {
  font-size: 18px;
  padding-top: 20px;
}
.form--search{
  margin-top:10px;
}

.pager {
  color: #000;
  font-size: 12px;
  margin: 50px 0 0;
}
.pager::after {
  clear: both;
  content: "";
  display: table;
}
.pager:first-child {
  margin-top: 0;
}
.pager a {
  color: #000;
  margin: 0 6px;
  text-decoration: none;
}
.pager a.active {
  color: #8f0000;
  font-weight: 700;
}
.pager a:first-child {
  margin-left: 11px;
}
.pager a:last-child {
  margin-right: 11px;
}

.pager__per-page {
  float: right;
  margin-left: 30px;
}

.pager__list {
  margin-left: -11px;
}

.personal {
  margin: 17px 0 0;
}
.personal:first-child {
  margin-top: 0;
}

.personal__item {
  width: 33.33%;
}
.personal__item::after {
  clear: both;
  content: "";
  display: table;
}

.personal__item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.personal__item-title {
  font-size: 18px;
  margin: 10px 0 0;
}
.personal__item-title:first-child {
  margin-top: 0;
}

.personal__item-summary {
  font-size: 12px;
  margin: 10px 0 0;
}
.personal__item-summary:first-child {
  margin-top: 0;
}

.personal__item--parent .personal__item-image {
  float: left;
  width: 49.5%;
  margin: 3px 0 0;
}
.personal__item--parent .personal__item-info {
  margin-left: 54%;
}

.personal__children {
  position: relative;
  margin: 36px -1px 0;
}
.personal__children::after {
  clear: both;
  content: "";
  display: table;
}
.personal__children:first-child {
  margin-top: 0;
}
.personal__children:before {
  position: absolute;
  top: -35px;
  left: 8.33%;
  height: 34px;
  border-left: 2px solid #474747;
  content: "";
  z-index: 1;
}
.personal__children .personal__item {
  position: relative;
  float: left;
  width: 16.66%;
  padding: 5px 1px;
}
.personal__children .personal__item:before {
  position: absolute;
  top: 3px;
  right: 0px;
  left: 0px;
  border-top: 2px solid #474747;
  content: "";
}
.personal__children .personal__item-title {
  border-left: 2px solid #474747;
  padding: 20px 10px 2px;
  height:65px;
}
.personal__children .personal__item-image {
  margin: 6px 0 0;
}
.personal__children .personal__item-image:first-child {
  margin-top: 0;
}
.personal__children .personal__item-summary {
  padding: 0 10px 10px;
  min-height: 55px;
  border-left: 2px solid #474747;
}

.personal__children-inner {
  position: relative;
  float: left;
  width: 100%;
  margin: -5px 0;
}
.personal__children-inner:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-left: 1px solid #fff;
  content: "";
  z-index: 1;
}
.personal__children-inner:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid #fff;
  content: "";
  z-index: 1;
}

.mission {
  margin: 80px -18px 0;
}
.mission::after {
  clear: both;
  content: "";
  display: table;
}
.mission:first-child {
  margin-top: 0;
}
.mission + h2 {
  margin-top: 50px;
}

h2 + .mission {
  margin-top: 17px;
}

.mission__inner {
  float: left;
  width: 100%;
  margin: -18px 0;
}

.mission__item {
  position: relative;
  float: left;
  width: 25%;
  padding: 18px;
}

.mission__item-image {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.mission__item-info {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  padding: 70px 10px 3px;
  min-height: 185px;
}

.mission__item-title {
  font-size: 27px;
  font-weight: 700;
  color: #424c87;
  margin: 8px 0 0;
}
.mission__item-title:first-child {
  margin-top: 0;
}

.mission__item-title--white {
  color: #fff;
}

.mission__item-summary {
  margin: 3px 0 0;
}
.mission__item-summary:first-child {
  margin-top: 0;
}

.nicescroll-rails {
  border-radius: 0 !important;
  background: transparent !important;
}

.nicescroll-cursors {
  border-radius: 0 !important;
  background: #e2d4b1 url("/img/bg-range-slider-handle.png") center center no-repeat !important;
}

.history {
  margin: 28px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.history:first-child {
  margin-top: 0;
}

.history__inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0.1em;
  white-space: nowrap;
  padding-bottom: 35px;
}
.history__inner:before {
  position: absolute;
  right: 0px;
  bottom: 25px;
  left: 0px;
  height: 8px;
  background: url("/img/bg-range-slider-pips.png") 0 bottom repeat-x;
  content: "";
}

.history__item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  white-space: normal;
  margin: 0 0 0 2px;
  color: #474747;
  font-size: 12px;
}

.history__item-image {
  margin: 10px 0 0;
}
.history__item-image:first-child {
  margin-top: 0;
}

.history__item-summary {
  position: relative;
  margin: 8px 0 0;
  padding: 0 10px;
  min-height: 130px;
}
.history__item-summary:first-child {
  margin-top: 0;
}
.history__item-summary:before {
  position: absolute;
  top: 2px;
  bottom: 0px;
  left: -2px;
  border-left: 2px solid #474747;
  content: "";
}

.history__item-year {
  font-weight: 700;
  font-size: 27px;
  margin: 2px 0 0 -2px;
}

.footer {
  background-color: rgba(62, 66, 72, 0.78);
  color: #b0b0b0;
  padding: 25px 0 25px;
  font-size: 13px;
}
.footer a {
  color: #b0b0b0;
  text-decoration: none;
}

.footer__menu {
  float: left;
}
.footer__menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 32px;
}
.footer__menu li:first-child {
  margin-left: 0;
}
.footer__menu li a:hover {
  color: #fff;
}

.footer__search {
  float: right;
  margin: -8px 0 0;
}
.footer__search input[type='text'] {
  float: left;
  width: 276px;
  padding: 7px 10px 6px;
  font-size: 13px;
  border-radius: 0;
  background-color: #aeaeae;
  border: none;
  margin: 0 0 0 2px;
}
.footer__search input[type='text']:focus {
  background-color: #fff;
}
.footer__search input[type='text']:first-child {
  margin-left: 0;
}
.footer__search input[type='text']::-webkit-input-placeholder {
  color: #898989;
}
.footer__search input[type='text']::-moz-placeholder {
  color: #898989;
}
.footer__search input[type='text']:-moz-placeholder {
  color: #898989;
}
.footer__search input[type='text']:-ms-input-placeholder {
  color: #898989;
}
.footer__search [type='submit'] {
  float: left;
  border: none;
  padding: 0;
  height: 31px;
  width: 32px;
  background: #555a5e url("/img/bg-icon-search.svg") center center no-repeat;
  background-size: 15px 14px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 2px;
}
.footer__search [type='submit']:first-child {
  margin-left: 0;
}

.footer__copyright {
  clear: left;
  float: left;
  margin: 35px 0 0;
}

.footer__dev {
  clear: right;
  float: right;
  margin: 28px 0 0;
  color: #1f2f3c;
}
.footer__dev a {
  color: #1f2f3c;
}

.kscroller__arrow {
  position: absolute;
  top: -25px;
  right: 0px;
  left: 0px;
  height: 35px;
  background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 80%, rgba(224, 224, 224, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(80%, #e0e0e0), color-stop(100%, rgba(224, 224, 224, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #e0e0e0 80%, rgba(224, 224, 224, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0e0e0 0%, #e0e0e0 80%, rgba(224, 224, 224, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0e0e0 0%, #e0e0e0 80%, rgba(224, 224, 224, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 80%, rgba(224, 224, 224, 0) 100%);
  /* W3C */
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.kscroller__arrow.disabled {
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.kscroller__arrow:before {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 14px;
  width: 24px;
  margim: 0 0 0 -12px;
  background: url("/img/bg-icon-arrow-top.svg") center center no-repeat;
  background-size: contain;
  content: "";
  z-index: 1;
}

.kscroller__arrow--bottom {
  top: auto;
  bottom: -25px;
  background: -moz-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 20%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224, 224, 224, 0)), color-stop(20%, #e0e0e0), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 20%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 20%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 20%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(224, 224, 224, 0) 0%, #e0e0e0 20%, #e0e0e0 100%);
  /* W3C */
}
.kscroller__arrow--bottom:before {
  top: auto;
  bottom: 0;
  background-image: url("/img/bg-icon-arrow-bottom.svg");
}

.kscroller__arrow-inner:before {
  background-position: 0 0;
}
.kscroller__arrow-inner:after {
  background-position: -13px 0;
}

.kscroller__arrow--bottom .kscroller__arrow-inner:before {
  margin-top: -3px;
  background-position: 0 -8px;
}
.kscroller__arrow--bottom .kscroller__arrow-inner:after {
  margin-top: -3px;
  background-position: -13px -8px;
}

.kscroller__inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.mac .kscroller__inner {
  overflow-y: auto;
}

.mac .kscroller__inner::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.popup {
  position: fixed;
  top: -9999px;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1020px;
  margin: 0 0 0 -510px;
  border-radius: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, z-index 0s 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s, z-index 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, z-index 0s 0.5s;
}
.popup.visible {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.popup.popup-inview {
  top: 50px;
}

.popup--add-to-cart, .popup--feedback {
  width: 480px;
  margin-left: -240px;
}

.popup__header {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.42);
  padding: 7px 56px 6px 36px;
  background-color: rgba(158, 11, 15, 0.68);
}
.popup__header .popup__close {
  top: 50%;
  margin-top: -7px;
}

.popup__title {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #229992;
  padding: 22px 36px 20px 36px;
}

.popup__content {
  background-color: #e0e0e0;
  padding: 30px;
}
.popup__content textarea,
.popup__content input[type='text'],
.popup__content input[type='email'],
.popup__content input[type='password'] {
  background-color: #c4c8d5;
}

.popup-mask {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.76);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 99;
}
.popup-mask.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.popup__close {
  position: absolute;
  top: 8px;
  right: 9px;
  height: 14px;
  width: 14px;
  background: url("/img/bg-icon-close.svg") center center no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.popup--login .popup__content {
  padding: 130px 30px 110px;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.fancybox-close {
  top: -22px;
  right: 8px;
  height: 14px;
  width: 14px;
  background: url("/img/bg-icon-close.svg") center center no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fancybox-skin,
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.fancybox-nav {
  width: 160px;
}

.fancybox-nav span {
  left: 50%;
  top: 50%;
  width: 21px;
  height: 34px;
  margin: -17px 0 0 -10px;
  background: center center no-repeat;
  background-size: contain;
  visibility: visible;
}

.fancybox-prev {
  left: -80px;
}

.fancybox-prev span {
  margin-left: -40px;
  background-image: url("/img/bg-icon-arrow-left.svg");
}

.fancybox-next {
  right: -80px;
}

.fancybox-next span {
  margin-left: 20px;
  background-image: url("/img/bg-icon-arrow-right.svg");
}

#fancybox-thumbs {
  position: absolute;
  bottom: auto !important;
  background-color: #9e0b0f;
  border: 10px solid #9e0b0f;
  visibility: hidden;
}
#fancybox-thumbs.active {
  visibility: visible;
}
#fancybox-thumbs li {
  margin: 0 10px 0 0;
  padding: 0 !important;
  border: none !important;
  opacity: 1 !important;
}
#fancybox-thumbs li:last-child {
  margin-left: 0;
}
#fancybox-thumbs li:before {
  display: none;
}
#fancybox-thumbs li img {
  top: auto !important;
  left: auto !important;
}
#fancybox-thumbs li.active a:before {
  opacity: 1;
}
#fancybox-thumbs a {
  position: relative;
  height: 40px !important;
  width: 40px !important;
  border: none !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#fancybox-thumbs a img {
  visibility: hidden;
}
#fancybox-thumbs a:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 4px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: "";
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 980px;
  }

  .header .container {
    padding-left: 280px;
  }

  .header__logo {
    width: 240px;
    background-image: url("/img/logo-small.png");
    margin-left: -490px;
  }

  .header__top {
    font-size: 11px;
  }

  .header__top-menu {
    margin-top: 2px;
  }
  .header__top-menu li {
    margin-left: 35px;
  }

  .header__main + .header__top .header__top-menu {
    margin-bottom: 2px;
  }
  .header__main + .header__top li {
    margin-left: 15px;
  }
  .header__main + .header__top li:first-child {
    margin-left: 0;
  }

  .header__top-phone {
    margin-left: 25px;
  }

  .header__main {
    font-size: 11px;
  }

  .header__menu > ul > li {
    max-width: 100px;
    text-align: left;
    margin-left: 6px;
  }
  .header__menu > ul > li > a {
    padding: 22px 7px;
    min-height: 70px;
  }

  .header-menu-submenu-mask {
    top: 96px;
  }

  .slider--top .slider__item-info {
    margin-left: -490px;
  }
  .slider--top .slider__item-subtitle {
    font-size: 19px;
    margin-top: 6px;
  }
  .slider--top .slider__item-subtitle .chunk {
    padding: 6px 9px;
  }
  .slider--top .slider__item-title {
    font-size: 36px;
    margin-top: 6px;
  }
  .slider--top .slider__item-title .chunk {
    padding: 5px 9px 0;
  }
  .slider--top .slider__item-image img {
    max-height: 500px;
    width: auto;
  }

  .header__menu-submenu {
    padding-bottom: 22px;
    font-size: 12px;
  }

  .header__menu-submenu-title {
    font-size: 16px;
  }

  .header__menu-submenu ul {
    margin-top: 20px;
  }

  .header__menu-submenu li {
    margin-top: 14px;
  }

  .news-wrapper {
    padding: 20px 0;
  }

  .news__item {
    font-size: 12px;
  }

  .news__item-meta {
    margin-top: 9px;
  }

  .news__item-title {
    font-size: 16px;
  }

  .news__item-summary {
    margin-top: 10px;
  }

  .sidebar {
    width: 240px;
  }

  .breadcrumb {
    font-size: 12px;
    padding-top: 4px;
  }

  .sidebar__title {
    font-size: 22px;
  }

  .content {
    margin-left: 240px;
    font-size: 12px;
  }

  h2, .title2 {
    font-size: 22px;
  }

  h2 + p, .title2 + p {
    margin-top: 15px;
  }

  .regions li {
    font-size: 16px;
  }

  .form--feedback .form__actions-col:first-child {
    width: 70%;
  }
  .form--feedback .form__actions-col:first-child + .form__actions-col {
    width: 30%;
  }

  .categories {
    font-size: 16px;
  }
  .categories li {
    margin-top: 19px;
  }
  .categories li ul {
    margin-top: 17px;
  }
  .categories li li {
    margin-top: 16px;
    font-size: 14px;
  }
  .categories li li ul {
    margin-top: 10px;
  }
  .categories li li li {
    font-size: 12px;
  }

  .product__title {
    font-size: 14px;
    right: 60px;
    bottom: 18px;
    padding: 8px 11px;
    min-height: 69px;
  }

  .product__all {
    font-size: 20px;
  }

  .product__image {
    height: 140px;
    line-height: 138px;
  }

  .lproduct__title {
    font-size: 16px;
  }

  .lproduct__summary {
    font-size: 12px;
  }

  .img-after-h2 {
    padding-top: 0;
    margin-top: -3px;
  }

  .vnews__item-title {
    font-size: 16px;
  }

  .article__image {
    width: 210px;
  }

  .article__info {
    margin-left: 244px;
  }

  .article__title {
    font-size: 16px;
  }

  .vnews__item-image {
    width: 90px;
  }

  .vnews__item-image + .vnews__item-info {
    margin-left: 105px;
  }

  .dproduct__image {
    width: 200px;
  }

  .dproduct__info {
    margin-left: 235px;
  }

  .captcha-form label.overfield {
    white-space: normal;
    top: 8px;
  }

  .personal__item-title {
    font-size: 16px;
  }

  .personal__item-summary {
    font-size: 11px;
  }

  .mission {
    margin-left: -10px;
    margin-right: -10px;
  }

  .mission__inner {
    margin: -10px 0;
  }

  .mission__item {
    padding: 10px;
  }

  .mission__item-image {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .mission__item-info {
    padding-top: 45px;
    font-size: 11px;
    min-height: 150px;
  }

  .mission__item-title {
    font-size: 18px;
  }

  .history__item {
    width: 194px;
  }

  .footer {
    padding-bottom: 25px;
  }

  .footer__menu li {
    max-width: 80px;
  }

  .footer__search {
    margin-top: 2px;
  }
  .footer__search input[type='text'] {
    width: 206px;
  }

  .footer__copyright {
    margin-top: 40px;
  }

  .footer__dev {
    margin-top: 40px;
  }

  .popup {
    width: 980px;
    margin-left: -490px;
  }
  .slider--top .slider__menu {
    font-size:13px;
  }
  .slider--top .slider__menu li {
    width:140px;
  }
}

@media screen and (max-width: 1000px) {
  body {
    overflow-x: auto;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /css/reset.css?143680035910040 */
/* /js/fancybox/jquery.fancybox.css?14471696514094 */
/* /js/fancybox/helpers/jquery.fancybox-thumbs.css?1436800360717 */
/* /bitrix/templates/.default/components/bitrix/menu/fuchs_bottom_menu/style.css?14368719131014 */
/* /bitrix/templates/.default/components/bitrix/menu/fuchs_top_multilevel/style.css?14368786341 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1323709303501 */
/* /bitrix/templates/.default/components/fuchs/system.auth.form/fucs_auth_new/style.css?1436882631442 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?143803026051 */
/* /bitrix/templates/fucs_modern_site/styles.css?145382369771586 */
