

/* Start:/local/templates/rqs/vendor/normalize-css/normalize.css?14600318017708*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
  margin: 1em 40px;
}

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

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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;
}

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

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

/* End */


/* Start:/local/templates/rqs/styles/fonts/stylesheet.css?14503595632011*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 23, 2015 */



@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-bold-webfont.woff2') format('woff2'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-bold-webfont.woff') format('woff'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-it-webfont.woff2') format('woff2'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-it-webfont.woff') format('woff'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-regular-webfont.woff2') format('woff2'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-regular-webfont.woff') format('woff'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-light-webfont.woff2') format('woff2'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-light-webfont.woff') format('woff'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}



@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-md-webfont.woff2') format('woff2'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-md-webfont.woff') format('woff'),
         url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-md-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}



@font-face {
    font-family: 'Akzidenz Grotesk Pro Condensed';
    src: url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-lightcn-webfont.woff2') format('woff2'),
    url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-lightcn-webfont.woff') format('woff'),
    url('/local/templates/rqs/styles/fonts/akzidenzgroteskpro-lightcn-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}
/* End */


/* Start:/local/templates/rqs/styles/fontello/css/icon.css?15979125992307*/
@font-face {
  font-family: 'icomoon';
  src: url('/local/templates/rqs/styles/fontello/css/../font/icon.eot?3612114');
  src: url('/local/templates/rqs/styles/fontello/css/../font/icon.eot?3612114#iefix') format('embedded-opentype'),
       url('/local/templates/rqs/styles/fontello/css/../font/icon.woff?3612114') format('woff'),
       url('/local/templates/rqs/styles/fontello/css/../font/icon.ttf?3612114') format('truetype'),
       url('/local/templates/rqs/styles/fontello/css/../font/icon.svg?3612114#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/local/templates/rqs/styles/fontello/css/../font/fontello.svg?3612114#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-odnoklassniki:before { content: '\e800'; } /* '' */
.icon-vk:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-pop:before { content: '\e803'; } /* '' */
.icon-show-list:before { content: '\e804'; } /* '' */
.icon-show-block:before { content: '\e805'; } /* '' */
.icon-unlocked:before { content: '\e806'; } /* '' */
.icon-locked:before { content: '\e807'; } /* '' */
.icon-youtube-play:before { content: '\e808'; } /* '' */
.icon-twitter:before { content: '\e809'; } /* '' */
.icon-instagram:before { content: '\e80a'; } /* '' */
.icon-pinterest:before { content: '\e80b'; } /* '' */
/* End */


/* Start:/local/templates/rqs/styles/icomoon/style.css?1450359898940*/
@font-face {
	font-family: 'icomoon';
	src:url('/local/templates/rqs/styles/icomoon/fonts/icomoon.eot?zcil7y');
	src:url('/local/templates/rqs/styles/icomoon/fonts/icomoon.eot?zcil7y#iefix') format('embedded-opentype'),
		url('/local/templates/rqs/styles/icomoon/fonts/icomoon.ttf?zcil7y') format('truetype'),
		url('/local/templates/rqs/styles/icomoon/fonts/icomoon.woff?zcil7y') format('woff'),
		url('/local/templates/rqs/styles/icomoon/fonts/icomoon.svg?zcil7y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quality-2:before {
	content: "\e900";
}
.icon-quality-1:before {
	content: "\e901";
}
.icon-quality-4:before {
	content: "\e902";
}
.icon-quality-3:before {
	content: "\e903";
}


/* End */


/* Start:/local/templates/rqs/styles/misc.css?16006789339912*/
.clearfix:before,
.clearfix:after {
	display: table;

	content: ' ';
}

.clearfix:after {
	clear: both;
}

a {
	color: #0c359c;
}

a:hover {
	text-decoration: none;
}

.blockquote {
	margin: 0;
	padding: 0;

	font-size: .75em;
	font-style: italic;
}

.blockquote:before {
	content: '«';
}

.blockquote:after {
	content: '»';
}
.people-quote .blockquote{
	text-indent: 	-0.75em;
}
.people-quote .blockquote:before,
.people-quote .blockquote:after{
	font-size: 1.5em;
	line-height: 0.86em;
}
.people-quote .blockquote:after {
	position: absolute;
	margin-left: 0.75em;
}
.blockquote-gigantism {
	position: relative;

	padding-left: 17px;
}

.blockquote--normal {
	font-style: normal;
}

.blockquote-gigantism:before {
	position: absolute;
	top: 3px;
	left: 0;

	display: block;

	width: 10px;
	height: 10px;

	content: '';

	background: url('/local/templates/rqs/styles/../images/gigantism.svg');
	background-size: cover;
}

.blockquote--big {
	font-size: 1.25em;
}

.blockquote--big.blockquote-gigantism {
	padding-left: 40px;
	/*padding-top: 3px;*/
}

.blockquote--big.blockquote-gigantism:before {
	width: 32px;
	height: 32px;
}

.section {
	padding: 50px 0;
}

.section--bordered {
	border-bottom: solid 1px #d8d8d8;
}

.section--no-padding-top {
	padding-top: 0;
}

.well {
	margin-right: -35px;
	margin-left: -35px;
	padding-right: 35px;
	padding-left: 35px;

	background: #f9faf5 url("/local/templates/rqs/styles/../images/well-grad.png") repeat-x left bottom;
}

.well--img {
	position: relative;

	color: #fff;
	background: no-repeat center top / cover;

	-webkit-font-smoothing: antialiased;
}

.well--img:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;

	width: 100%;
	height: 5px;

	content: "";

	opacity: 0.2;
	background: #000;
}

.well--img:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	content: "";

	opacity: 0.2;
	background: #000;
}

.well--img.well--img--lighten {
	color: inherit;
}

.well--img.well--img--lighten:after {
	opacity: 0.6;
	background: #fff;
}

.well--img--no-effect {
	color: inherit;
}

.well--img--no-effect:before,
.well--img--no-effect:after {
	display: none;
}

.well--img--right {
	background-position: right bottom;
	background-size: contain;
}

.well--img__content {
	position: relative;
	z-index: 3;
}

.well--transparent {
	background: none;
}

.section-header {
	margin-bottom: 40px;
}

.articles-header {
}

.section-title,
.section-header h2,
.section-header h1 {
	display: inline-block;

	margin: 0;
	padding: 2px 8px 3px 10px;

	letter-spacing: 2px;
	text-transform: uppercase;

	color: #0c359c;
	border: solid 3px #0c359c;
	border-radius: 3px;

	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1666em;

	-webkit-font-smoothing: antialiased;
}

.section-title--white h2,
.section-header .section-title--white,
.section-title--white .section-title{
	color: #fff;
	border-color: #fff;
}

.block-title {
	margin: 0 0 10px;

	text-transform: uppercase;

	color: #676767;

	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1666;

	-webkit-font-smoothing: antialiased;
}

.btn-img {
	padding: 0;

	border: 0;
	background: none;
}

.btn {
	position: relative;

	display: inline-block;

	box-sizing: border-box;
	/*height: 38px;*/
	padding: 10px 10px;

	transition: box-shadow 0.05s, background 0.15s;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.11em;
	text-transform: uppercase;

	color: #ffffff;
	border: 0;
	border-radius: 3px;
	outline: none;
	background: #c32420;

	font-size: 14px;
	font-weight: bold;
	line-height: 18px;

	-webkit-font-smoothing: antialiased;
}

.btn:hover {
	background-color: #9c1c19;
}

.btn:active {
	background-color: #c32420;
	box-shadow: inset 0 3px 0 0 rgba(0,0,0,0.2);
}

.btn:disabled,
.btn.disabled {
	background: #bbb;
}

.btn--next {
	margin-right: 30px;
}

.btn--next:after {
	position: absolute;
	top: 0;
	left: 100%;

	margin-left: -2px;

	content: "";
	transition: border-color 0.15s ease;

	border: solid 30px transparent;
	border-right: 0;
	border-left-color: #c32420;
}

.btn--next:hover:after {
	border-left-color: #9c1c19;
}

.btn--next:active:after {
	border-left-color: #c32420;
}

.btn--large {
	padding-right: 18px;
	padding-left: 20px;

	font-size: 15px;
	line-height: 40px;
}


.btn--extra--large {
	width: 231px;
}

.btn-research__subscribe {
}

.text-input {
	box-sizing: border-box;
	height: 38px;
	padding: 0 10px;

	vertical-align: middle;

	border: 1px solid #bbbbbb;
	border-radius: 3px;
	outline: none;
	background: #ffffff;

	font-size: 18px;
	line-height: 38px;

	-webkit-font-smoothing: antialiased;
}

.text-input--fill-width {
	width: 100%;
}

.accordion-trigger {
	position: relative;

	cursor: pointer;
}

.accordion-trigger:after {
	/*background-size: cover;*/
	position: absolute;
	top: 50%;
	right: 10px;

	width: 10px;
	height: 6px;
	margin-top: -3px;

	content: "";

	background: url("/local/templates/rqs/styles/../images/pointer-d.svg") 0 0 / cover;
}

.accordion-trigger.accordion-trigger--active:after {
	background-image: url("/local/templates/rqs/styles/../images/pointer-u.svg");
}

.accordion-contents {
	display: none;

	transition: opacity 0.25s ease;

	opacity: 0;
}

.accordion-section--active .accordion-contents {
	opacity: 1;
}

.pull-left + .btn,
.section-title + .btn {
	margin-left: 15px;

	vertical-align: top;
}

.social-btn {
	display: inline-block;

	padding: 1px 10px 2px;

	text-decoration: none;

	color: #fff;
	border-radius: 3px;
	background: #404040;

	font-size: 14px;
	font-weight: bold;

	-webkit-font-smoothing: antialiased;
}

.social-btn__icon {
	margin-left: 10px;

	vertical-align: -3px;

	font-size: 22px;
}

.social-btn__icon:before {
	width: auto;
	margin: 0;
}

.social-btn--vk {
	background: #45668e;
}

.social-btn--fb,
.social-btn--facebook {
	background: #3b5998;
}

.social-btn--ok,
.social-btn--odnoklassniki {
	background: #f6881f;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.flex-sided-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-sided-row__content {
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
}

.flex-sided-row__side {
	margin-left: 10%;

	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-sided-row__side-width {
	width: 300px;
}

.flex-sided-row__side-width--articles {
	margin-bottom: 40px;
}

.has-aside {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.has-aside__right {
	min-width: 200px;
	max-width: 300px;
	margin-left: 10%;

	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.has-aside__content {
	/*overflow: hidden;*/
	/*padding-left: 20px;*/
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.dashed {
	text-decoration: none;

	border-bottom: dashed 1px #0c359c;
}

.dashed:hover {
	border-bottom-color: transparent !important;
}

.gray-link {
	color: #676767;
}

.gray-link.dashed {
	border-bottom-color: #676767;
}

.warning {
	padding: 9px 12px;

	color: #c32420;
	border: dashed 2px #c32420;
	border-radius: 5px;
}

.footnote {
	margin-top: 30px;

	text-align: center;

	font-size: 0.75em;
	font-style: italic;
}
.popup .footnote {
    display: block;
    text-align: left;
    margin-top: 15px;
}
.text-center {
	text-align: center;
}

.nu-link {
	text-decoration: none;
}

.nu-link:hover {
	text-decoration: underline;
}

.pdf-dl {
	padding-left: 30px;

	background: url('/local/templates/rqs/styles/../images/pdf-dl.svg') no-repeat left center;
}

.b-share__handle:before {
	content: "Поделиться в";

	color: #fff;

	font-family: "Akzidenz Grotesk Pro", sans-serif !important;
	font-weight: bold;
}

.shares-title {
	margin-bottom: 10px;

	font-size: 1.125em;
}


.shares .b-share_theme_counter .b-share__handle {
	padding: 4px 10px 3px !important;

	text-decoration: none !important;

	color: #fff !important;
	border-radius: 3px !important;

	font-size: 14px !important;
	/*font-weight: bold !important;*/

	-webkit-font-smoothing: antialiased !important;
}

.shares .b-share_theme_counter .b-share-icon {
	display: inline-block !important;
	float: none !important;

	width: auto;
	margin-left: 10px;

	vertical-align: middle;

	background: none !important;

	font-family: 'icomoon';
	font-size: 22px;

	-webkit-font-smoothing: antialiased;
}

.shares .b-share-counter {
	display: none !important;
}

.b-share-icon_vkontakte:before {
	content: '\e801';
}

.b-share-icon_odnoklassniki:before {
	content: '\e800';
}

.b-share-icon_facebook:before {
	content: '\e802';
}

.b-share_theme_counter .b-share {
	padding: 0 !important;
}

.w80 {
	width: 80%;
}

.load-more {
	/*padding: 35px 0;*/
	margin: 35px 0;
	text-align: center;
}

.page-title--vacancies {
	max-width: 960px;
}

.page-annotation--vacancies {
	max-width: 960px;

	font-size: 1.125em;
}


.swiper-wrapper--justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-row {
	position: relative;

	margin-bottom: 40px;
}



.custom-checkbox {
	position: relative;

	display: inline-block;

	cursor: pointer;
	vertical-align: middle;
}

.custom-checkbox input {
	position: absolute;

	cursor: inherit;

	opacity: 0;
}

.custom-checkbox__view {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;

	text-align: center;

	border: 1px solid #bbbbbb;
	border-radius: 3px;

	line-height: 20px;
}

.custom-checkbox__view:after {
	display: inline-block;

	width: 13px;
	height: 10px;

	content: "";
	transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, transform 0.15s ease;
	-webkit-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	transform: translate(5px, 0);

	opacity: 0;
	background: url("/local/templates/rqs/styles/../images/check.svg");
}

.custom-checkbox input:checked + .custom-checkbox__view:after {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);

	opacity: 1;
}

/*NEW STYLES FOR SEO*/

.main-page h1 {
    font-size: 1.55em;
}

/* End */


/* Start:/local/templates/rqs/styles/styles.css?159791259944478*/
html {
	box-sizing: border-box;
	/*height: 100%;*/
	min-height: 100%;

	/*-webkit-transform: translate3d(0,0,0);*/
}

body {
	box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	height: 100%;
	min-height: 100%;

	color: #4a4a4a;
	border: solid 5px #c32420;
	background: #fff url('/local/templates/rqs/styles/../images/bg.png') repeat-x 0 -300px;

	font-family: 'Akzidenz Grotesk Pro', sans-serif;
	font-size: 100%;
}

body.main-page {
	/*background-image: url('/local/templates/rqs/styles/../images/bg.png');*/
	background-position: 0 0;
}

body.main-page .site-container {
	background: url("/local/templates/rqs/styles/../images/russia.png") no-repeat center 115px;
	background-size: 85% auto;
}

.width-fix {
	max-width: 1350px;
	margin: 0 auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper_description{
	background: #c32420;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.site-container {
	padding: 0 35px;
}

.site-header {
	margin-bottom: 35px;
	padding-top: 35px;
	padding-bottom: 25px;

	/*border-bottom: solid 1px #d8d8d8;*/
}

body.main-page .site-header {
	border-bottom: 0;
}

.logo {
	float: left;

	margin-right: 20px;
}

.top-legal {
	float: left;

	width: 125px;
	margin-top: -10px;
	padding: 14px 80px 14px 20px;

	text-transform: uppercase;

	border-left: solid 1px #c8ccbc;
	background: url('/local/templates/rqs/styles/../images/gerb.png') no-repeat right center;
	background-size: 54px 59px;

	font-size: .75em;
	font-weight: 500;
	line-height: 1.1666em;
}

.top-right-menu {
	float: right;
}

.top-right-menu__item {
	display: inline-block;

	width: 60px;
	margin-left: 20px;
	padding: 16px 0 8px;

	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	color: #676767;

	font-size: .625em;
	font-weight: 500;
}

.top-right-menu__item__icon {
	display: block;

	margin-bottom: 6px;
}

.top-quote {
	overflow: hidden;

	padding: 0 20px 0 55px;
}

.top-quote .blockquote {
	overflow: hidden;

	color: #676767;
}

.top-quote .people-card {
	float: right;

	margin-left: 20px;
}

.top-quote__content {
	max-width: 660px;
	margin-left: auto;
}

.top-quote__name-inline {
	display: none;
}

.main-menu {
	position: -webkit-sticky;
	position: sticky;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin: 19px 0 0 0;
	padding: 0;

	list-style: none;

	transition: all .2s ease;

	font-weight: 500;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-menu li{
	white-space: nowrap;
	margin: 0 10px 20px 0;
}
.main-menu img {
	vertical-align: -6px;
	width: 23px;
}

.main-menu .active {
	color: #4a4a4a;
}

.main-menu-fixed {
	position: fixed;
	z-index: 999;
	top: -100px;
	left: 0;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 100%;

	transition: all .2s ease;

	background: #c32420;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-menu-fixed .main-menu-fixed__icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-left: 2%;
}

.main-menu-fixed .main-menu-fixed__icon img {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.main-menu-fixed__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin: 0;
	padding: 0;

	list-style: none;
}

.main-menu-fixed__item li {
	padding: 0 5px;
}

.main-menu-fixed__item li a {
	display: block;

	padding: 0 5px;

	transition: all .2s ease-in-out;
	text-decoration: none;

	color: #fff;

	font-size: 0.75em;
	line-height: 50px;
}
.main-menu-fixed__search {
	margin-right: 2%;
	padding: 5px;

	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.main-menu-fixed__item a:hover,
.main-menu-fixed__item a:active {
	opacity: .5;
}
.main-menu-fixed .active {
	opacity: .5;
}
.main-slider__item {
	text-align: center;
}

.main-slider__item img {
	max-width: 100%;
}


.main-slider__nav-btn {
	position: absolute;
	z-index: 1;
	top: 50%;

	width: 45px;
	height: 45px;
	font-size: 22px;
	margin-top: -22px;
	line-height: 45px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.85;
}
.main-slider__nav-btn:hover {
    opacity: 1;
}

.main-slider__prev {
	left: 0;
	background-image: url("/local/templates/rqs/styles/../images/slider-prev-red.png");
	}

.main-slider__next {
	right: 0;
	background-image: url("/local/templates/rqs/styles/../images/slider-next-red.png");
}
.main-slider__pagination{
	display: none;
}
.main-slider__pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
}

.main-slider__pagination .swiper-pagination-bullet-active {
	background-color: #c32420;
}
.main-slider-image {
  position: relative;
  text-align: center;
  height: 350px;
  width: 350px;
	float: left;
	margin: 20px 0 40px 45px;
}
.main-slider-image a{
  display: block;
}
.main-slider-image img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.main-slider-text{
	margin: 40px 60px 0 420px;
	margin-right: ;
	text-align: left;
	font-size: 18px;
}
.main-slider-text a{
	text-decoration: none;
}
.main-slider-title{
	color: #0c359c;
	font-size: 28px;
	margin-bottom: 20px;
}
.main-slider-title a{
	color: #0c359c;
	text-decoration: none;
}
.main-slider-title a:hover{
	text-decoration: underline;
}
.main-slider-description{
	margin: 20px 0 40px 0;
}
.main-slider-description a{
	color: #4a4a4a;
}
.main-slider .button{
	text-align: center;
}
.main-slider .btn{
	font-size: 18px;
}
.main-slider-overlay{
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	display: block;
	background: url('/local/templates/rqs/images/main-slider-bg1.png') no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-slider .swiper-pagination{
	position: static;
	margin: 20px 0 60px 0;
}
body.main-page .site-container{
	background: none;
}
.swiper-container-horizontal > .main-slider__pagination {
	bottom: 25px;
}
#mainSlider, .news-block{
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.news-block .section{
	margin-left: 120px;
	padding-top: 40px;
	}
.news-block .view-all.pull-right{
	color: #C32420;
}
.news-block .section-header{
	margin-bottom: 20px;
}
.news-block .news-item__img{
	float: left;
	width: 150px;
}
.news-block .news-item__img a{
	height: 100px;
	width: 130px;
}
.news-block .news-item__img img{
	height: 100%;
	width: auto;
}
.news-block .news-item{
	width: 100%;
	clear: left;
}
.news-item--no-image .news-item__title:first-letter{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 0;
	float: none;
	font-size: 3em;
	font-weight: 300;
	line-height: 0.88;
}
.researches-slider {
	position: relative;

	margin: 0 -35px !important;
	padding: 0 35px;
}

.researches-slider .swiper-slide {
	width: 300px !important;
}

.researches-slider__nav-btn {
	position: absolute;
	z-index: 3;
	top: 0;

	width: 64px;

	cursor: pointer;
	text-align: center;

	color: #fff;
	border-radius: 3px;
	background: #c32420;

	font-size: 32px;
	line-height: 64px;

	-webkit-font-smoothing: antialiased;
}



.researches-slider__nav-btn--translated {
	display: none;

	line-height: 40px;
}


.researches-slider__nav-btn--translated::-moz-selection {
	background: transparent;
}


.researches-slider__nav-btn--translated::selection {
	background: transparent;
}


.researches-slider__nav-btn--translated.disabled {
	transition: opacity 0.15s;

	opacity: 0.2;
}

.researches-slider__nav-btn:hover {
	background-color: #9c1c19 ;
}

.researches-slider__nav-btn:active {
	background-color: #c32420 ;
	box-shadow: inset 0 3px 0 0 rgba(0,0,0,0.2);
}

.researches-slider__nav-btn.prev {
	left: -3px;
}

.researches-slider__nav-btn.next {
	right: -3px;
}

.researches-slider__nav-btn.prev--translated {
	right: 75px;
}

.researches-slider__nav-btn.next--translated {
	right: 0;
}
.next-prex-links{
	position: relative;
}
.next-prex-links .researches-slider__nav-btn{
	text-decoration: none;
	width: 45px;
	height: 45px;
	font-size: 22px;
	top: 0;
	line-height: 45px;
}


.stay-connected {
	margin-top: 30px;
}
.subscribe .stay-connected{
	margin-top: 0;
}
.stay-connected__title {
	margin-bottom: 10px;
}

.stay-connected .text-input {
	width: 300px;
	margin-right: 15px;
}

.text-input--news--subscribe {
	display: inline-block;

	width: 300px;
	margin-right: 43px;

	vertical-align: top;
}

.stay-connected__social {
	width: 48%;
	/*margin-left: 40px;*/

	text-align: right;
}

.stay-connected__subscribe {
	width: 48%;
}

.stay-connected__subscribe--wide {
	width: 68.5%;
}


.catalog {
}

.catalog-menu-col {
	float: left;

	width: 275px;
	margin-right: 15px;
}

.catalog-menu {
	padding-left: 10px;
}

.catalog-menu__category {
	margin-bottom: 30px;
}

.catalog-menu__category__title {
	color: #2b2b2b;

	font-size: 1.125em;
	font-weight: bold;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
}

.catalog-menu__subcategories-list {
	margin-top: 12px;
}

.catalog-menu__subcategories-list__item {
	position: relative;

	display: block;

	margin-bottom: 12px;

	transition: background 0.15s ease;
	text-decoration: none;

	font-size: 0.875em;
	line-height: 1;
}

.catalog-menu__subcategories-list__item:after {
	position: absolute;

	width: 10px;
	height: 100%;

	content: "";
	transition: opacity 0.15s ease;

	opacity: 0;
	background: url("/local/templates/rqs/styles/../images/catalog-menu-pointer.png") right center / 50% no-repeat;
}

.catalog-menu__subcategories-list__item.active {
	background: #f9faf5;
}

.catalog-contents-col {
	/*overflow: hidden;*/
	margin-left: 290px;
}

.catalog-list {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-list-grid {
	/*flex-grow: 1;*/
	/*float: left;*/
	padding: 5px;
}
.product-list-grid:hover .product-list__item__image--hide {
	display: none;
}

.product-list-grid:hover .product-list__item__image--logo {
	display: block;
}
.product-list__item__violation {
	transition: all .2s ease-out;

	opacity: 0;
}
.product-list-grid:hover .product-list__item__violation {
	opacity: 1;
}
.show-all-link {
	display: block;

	min-width: 220px;

	text-align: center;

	color: #676767;

	font-size: 1.125em;
	line-height: 300px;
}

.banner-section {
	position: relative;

	margin: 0 -35px;
}

.banner-section:before {
	position: absolute;
	top: 0;

	width: 100%;
	height: 5px;

	content: "";

	opacity: 0.1;
	background: #000;
}

.banner-section__img {
	display: block;

	width: 100%;
}

.people-list {
}

.people-list .swiper-slide {
	width: 270px;
}

.people-list__grid-item {
	box-sizing: border-box;
	width: 300px !important;
}

.main-about {
	float: left;

	width: 40%;

	font-size: 1.125em;
	line-height: 1.3333;
}

.main-about p {
	margin: 0 0 20px;
}

.about-advantages {
	overflow: hidden;

	margin-top: -50px;
	margin-left: 40%;
	padding-left: 5%;
}

.about-advantages__item {
	float: left;

	width: 27%;
	padding: 0 3%;
}

.about-advantages__item__img {
	margin-bottom: 10px;
	padding-left: 40px;

	line-height: 0;
}

.about-advantages__item__title {
	color: #c32420;

	font-size: 1.125em;
	font-weight: bold;
}

.about-advantages__item__text {
	margin-top: 5px;

	font-size: 0.875em;
	font-weight: bold;
}

.quotes-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;

	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quotes-list__item {/*
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	/*flex-grow: 1;*/

	/*width: 23%;
	min-width: 260px;
	margin-bottom: 40px;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;*/
	width: 400px;
	display: block;
}

.quotes-list__item .blockquote {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.quotes-list__item .people-card {
	/*flex-grow: 1;*/
}

.swiper-container.news-slider,
.swiper-container.swiper-container--full {
	position: relative;

	margin: 0 -35px;
	padding: 0 35px;
}

.swiper-container--full:after,
.swiper-container--full:before {
	position: absolute;
	z-index: 2;
	top: 0;

	width: 100px;
	height: 100%;

	content: "";
	transition: width 0.15s ease;
	pointer-events: none;
}

.swiper-container--full:after {
	right: 0;

	background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
}

.swiper-container--full:before {
	left: 0;

	background-image: linear-gradient(270deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
}

.swiper-container--is-start:before {
	width: 0;
}

.swiper-container--is-end:after {
	width: 0;
}

.swiper-container--full.swiper-container--full--gray-edge:after {
	background-image: linear-gradient(90deg, rgba(249,250,245,0.00) 0%, #f9faf5 100%);
}

.swiper-container--full.swiper-container--full--gray-edge:before {
	background-image: linear-gradient(270deg, rgba(249,250,245,0.00) 0%, #f9faf5 100%);
}

.swiper-slide.news-slide {
	width: auto;
}

.section.well.social-block {
	padding-top: 30px;
	padding-bottom: 30px;

	text-align: center;

	background-image: none;
}

.social-block__text {
	margin-bottom: 10px;

	color: #4a4a4a;

	font-size: 0.8888em;
}


.site-footer {
	position: relative;

	overflow: hidden;

	padding: 40px 0;

	color: #e7a7a5;
	border-top: solid 1px #881916;
	background: #c32420;

	-webkit-font-smoothing: antialiased;
}

.site-footer:before {
	position: absolute;
	top: 0;
	left: 40px;

	width: 47%;
	height: 0;

	content: "";
	-webkit-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);

	box-shadow: 0 0 35px 5px #000;
}

.site-footer:after {
	position: absolute;
	top: 0;
	right: 40px;

	width: 47%;
	height: 0;

	content: "";
	-webkit-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg);
	transform: rotate(1.5deg);

	box-shadow: 0 0 35px 5px #000;
}


.site-footer a {
	color: inherit;
}

.footer-container {
	padding: 0 40px;
	position: relative;
}

.footer-col {
	float: left;

	width: 18.72%;
}

.footer-col + .footer-col {
	margin-left: 1.6%;
}

.footer-legal {
	font-size: 0.75em;
	line-height: 1.25;
}

.footer-menu {
	margin: 0;
	padding: 0;

	list-style: none;

	font-size: 0.75em;
}

.footer-menu__item {
	margin-bottom: 20px;

	text-transform: uppercase;

	font-weight: bold;
}

.footer-menu__item:last-child {
	margin-bottom: 0;
}

.footer-menu__item a {
	text-decoration: none;

	color: #fff;
}

.footer-menu__item a:hover {
	text-decoration: underline;
}

.footer-col--last {
	text-align: right;
	margin-top: 30px;
}
.footer-socials-col{
	width: 74%!important;
	display: block !important;
	position: absolute;
	bottom: 12px;
	right: 40px;
	text-align: right;
}
.footer-socials-col .footer-socials{
	margin-left: -12px!important;
}
.footer-socials__item {
	margin-left: 12px;

	color: #fff !important;

	font-size: 22px;
}

.view-all {
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #bbb;

	font-size: 0.875em;
	font-weight: bold;

	-webkit-font-smoothing: antialiased;
}

.view-all.pull-right {
	margin-top: 8px;
}

.image-header--white {
	color: #fff;
}

/*.image-header {*/
/*position: relative;*/

/*background: no-repeat center top / cover;*/

/*-webkit-font-smoothing: antialiased;*/
/*}*/

/*.image-header:before {*/
/*content: "";*/
/*height: 5px;*/
/*background: #000;*/
/*opacity: 0.2;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*z-index: 2;*/
/*}*/

/*.image-header:after {*/
/*content: "";*/
/*height: 100%;*/
/*background: #000;*/
/*opacity: 0.2;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*z-index: 1;*/
/*}*/

.image-header__content {
	width: 70%;
	max-width: 960px;
}

.image-header__content--w50 {
	width: 50%;
}

.image-header__content--right {
	margin-left: auto;

	text-align: right;
}

h1{
	margin: 17px 0 40px;

	font-size: 4em;
	font-weight: bold;
	line-height: 1;
}
h1.small{
	font-size:3em;
}
.page-title--small {
	margin: 40px 0;

	font-size: 2em;
	font-weight: bold;
	line-height: 1.25;
}

.page-title--separate {
	margin-top: 40px;
	margin-bottom: 50px;
}

.image-header__content .page-title h1{
	margin-top: 0;
}
.image-header__content .page-title .press-date{
	color: #fff;
  margin-bottom: 40px;
  margin-top: -30px;
  font-weight: bold;
  font-size: 1.111em;
}
.page-title h3{
	margin-bottom: 40px;
}
.page-annotation {
	font-weight: 500;
	line-height: 1.25em;
	position: relative;
}

.page-annotation p {
	margin: 0 0 25px;
}

.page-annotation__link {
	display: block;

	margin-top: 20px;

	font-weight: 500;
}

.page-annotation .warning {
	width: 50%;
	margin-top: 25px;
	margin-bottom:30px;
	font-weight: normal;
}
.interview {
	margin-top: 25px;
	margin-bottom:30px;
	font-weight: normal;
	line-height: 1.25em;
	padding: 9px 12px;
	border: dashed 2px #0c359c;
	border-radius: 5px;
	background: #0c359c10;
}
.page-annotation--bigger {
	font-size: 1.125em;
}

.image-header__share {
	margin-top: 27px;
}

.image-header__share__title {
	margin-bottom: 5px;

	font-size: 0.875em;
}

.text .text-box{
	margin-bottom: 35px;
	margin-top: 26px;
}
.text p {
	margin: 0 0 35px;
}
.text-box p:last-child{
	margin-bottom: 0;
}
.text h3 {
	margin: 0 0 35px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.text h4 {
	margin: 0 0 35px 0;
	font-size: 1em;
	font-weight: bold;
}
.text li{
	margin-bottom: 35px;
}
.text .reference{
	border-left: solid 3px #eee;
	padding: 0 0 0 35px;
	margin: 35px 0;
	font-family: 'Akzidenz Grotesk Pro Condensed', sans-serif;
	font-size: 1.5em;
	color: #777;
}
.text .reference:before{
	content:"Справочно:";
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
	position: static;
}
.text table{
	width: 100%;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}
.text table tr:first-child{
	background-color: #f9faf5;
}
.text table tr:first-child td{
	border-top: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Akzidenz Grotesk Pro Condensed', sans-serif;
	font-size: 1.5em;
}
.text td{
	padding: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Akzidenz Grotesk Pro Condensed', sans-serif;
	 font-size: 1.3em;
}
.text tr td:last-child{
	border-right: none;
}
.text td p:last-child{
	margin: 0;
}
.text .img_left{
	float: left;
	margin: 0 20px 20px 0;
	width: 40%;
}
.text-center{
	text-align: center;
}
.text .img_right{
	float: right;
	margin: 0 0 20px 20px;
	width: 40%;
}
.img_right img,
.img_left img{
        max-width: 100%;
}
.text--bigger {
	font-size: 1.125em;
}
.text .text--bigger{
	margin: 35px 0;
}
.text--big {
	font-size: 1.5em;
}

.aside-text{
	margin: 30px 0;
}
.aside-text p{
	font-size: 0.875em
}
.aside-text h3{
	margin-bottom: 30px;
}

.research-text {
	margin-left: -20px;
	padding-left: 200px;
}

.quality-category-title {
	position: relative;

	font-size: 1.5em;
	font-weight: 500;

	-webkit-font-smoothing: antialiased;
}
.quality-category-title--hidden,
.catalog-list--hidden{
	display: none;
}
.quality-category-title__wrap {
	position: relative;
	z-index: 1;

	display: inline;

	padding-right: 10px;

	background: #fff;
}

.quality-category-title__img {
	width: 48px;
	height: 48px;
	margin-right: 15px;

	vertical-align: middle;
}


.quality-category-title__description {
	display: inline-block;
}


.quality-category-title:before {
	position: absolute;
	top: 50%;

	width: 100%;

	content: "";

	border-top: solid 1px #d8d8d8;
}

.quality-category-title__total {
	color: #bbb;

	font-weight: normal;
}

.research-results {
	margin-bottom: -50px;

	border-bottom: solid 1px #d8d8d8;
}

.text-note {
	display: block;
	float: left;

	width: 405px;
	margin: 0 45px 20px -180px;
	padding: 20px;

	background: #f9faf5;

	-webkit-font-smoothing: antialiased;
}
.text-note_in_text{
	width: auto;
	margin-right: 0;
	margin-left: -200px;
	float: none;
}
.text-note--transparent {
	background: none;
}

.text-note--collaboration {
	margin-top: 40px;

	font-size: 1.5em;
}

.text-note__title {
	margin-bottom: 20px;

	text-transform: uppercase;

	font-size: 1.5em;
	font-style: italic;
	line-height: 1.1666;
}

.text-note__content {
	display: block;

	font-weight: bold;
	line-height: 1.125;
}

.research-data-table {
	min-width: 100%;
}

.research-data-table thead {
	color: #9b9b9b;

	font-size: 0.75em;
	font-weight: normal;
}

.research-data-table thead th {
	padding-bottom: 9px;

	text-align: left;
	white-space: nowrap;

	font-weight: normal;
}

/*.research-data-table th, td {*/
/*padding: 0 ;*/
/*}*/

.research-data-table__product {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	text-decoration: none;

	border-collapse: collapse;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.research-data-table__product__img {
	display: inline-block;

	width: 60px;
	margin-right: 20px;

	text-align: center;
	vertical-align: middle;

	line-height: 0;
}

.research-data-table__product__img img {
	max-width: 60px;
	max-height: 60px;
}

.research-data-table__product__title {
	display: block;
	overflow: hidden;

	font-weight: 500;

	-webkit-font-smoothing: antialiased;
}

.research-data-table td {
	width: 100px;
	height: 60px;
	padding: 5px 0;

	border-top: solid 1px #d8d8d8;
}

.research-data__products {
	float: left;

	width: 285px;
}

.research-data__values {
	overflow: hidden;
}

.research-data__values--slided {
	position: relative;
}

.research-data__values .tab-contents {
	overflow-x: hidden;
}


.tab-content--transition-simple {
	position: relative;

	overflow: hidden;
}

.tab-contents--translated {
	position: relative;
}

.research-data__values td,
.research-data__values th {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.research-data-table__value {
	white-space: nowrap;

	font-weight: 500;
}


.research-data-table__value--marked {
	position: relative;

	cursor: pointer;

	color: #c32420;
}


.research-data-table__tooltip__ctn {
	position: absolute;
	z-index: 100000;
	bottom: 70%;
	left: -30%;

	display: none;

	width: 180px;
	padding: 5px;

	color: #4a4a4a;
	background: #fff;
	box-shadow: 0 0 5px;

	font-size: 12px;
}

.research-data-table__value--img {
	width: 55px;

	text-align: center;
}

.votes-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.votes-list__item {
	width: 220px;

	text-align: center;
}

.votes-list__item--small {
	width: 100%;
	margin-bottom: 0;

	text-align: left;
}

.votes-list__item__img {
	height: 200px;
}

.votes-list__item__img img {
	max-width: 100%;

	vertical-align: middle;
}

.votes-list__item__img:before {
	display: inline-block;

	height: 200px;

	content: "";
	vertical-align: middle;
}

.votes-list__item__check:after {
	display: inline-block;

	height: 24px;

	content: "";
	vertical-align: middle;
}

.votes-list__item__label {
	position: relative;

	display: block;

	cursor: pointer;
}

.votes-list__item__label input {
	cursor: pointer;
	vertical-align: middle;
}

.votes-list__item__title {
	vertical-align: middle;

	font-size: 1.125em;
}

.vote-tooltip-holder {
	position: relative;
}

.vote-tooltip {
	position: absolute;
	bottom: 100%;
	left: 0;

	width: 100%;
	margin-bottom: 6px;
	padding: 7px 0;

	transition: -webkit-transform 0.15s ease, opacity 0.15s ease;
	transition: transform 0.15s ease, opacity 0.15s ease;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	text-transform: uppercase;
	/*visibility: hidden;*/

	opacity: 0;
	color: #fff;
	border-radius: 3px;
	background: #c32420;

	font-size: 1.25em;
	font-weight: bold;

	-webkit-font-smoothing: antialiased;
}

.vote-tooltip-holder--data--container {
	width: 180px;
	padding: 5px;

	text-transform: none;

	color: #4a4a4a;
	background: #fff;
	box-shadow: 0 0 5px;

	font-size: 12px;
	font-weight: 400;
}

.votes-list__item__check {
	position: relative;

	display: inline-block;

	margin-right: 5px;

	vertical-align: middle;

	line-height: 0;
}
/*.vote-tooltip:after {*/
.votes-list__item__check:before {
	position: absolute;
	bottom: 100%;
	left: 50%;

	margin-bottom: -2px;
	margin-left: -8px;

	content: "";
	transition: -webkit-transform 0.15s ease, opacity 0.15s ease;
	transition: transform 0.15s ease, opacity 0.15s ease;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);

	opacity: 0;
	border: solid 8px transparent;
	border-top-color: #c32420;
	border-bottom-width: 0;
}

.votes-list__item:hover .vote-tooltip,
.votes-list__item:hover .votes-list__item__check:before {
	/*visibility: visible;*/
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);

	opacity: 1;
}

.expert-opinion {
	padding: 30px 0;

	border-bottom: solid 1px #d8d8d8;
}

.expert-opinion:last-child {
	border-bottom: 0;
}

.expert-opinion .people-card {
	margin-bottom: 20px;
}

.expert-opinion .blockquote {
	font-size: 0.875em;
}
.expert-opinion .blockquote:after, .people-quote .blockquote:after{
    content: '»';
}
.protocols-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.protocol-item,
.protocol-item + #showProtocols{
	margin-bottom: 30px;
}
.protocol-item__title {
	font-size: 1.25em;
	line-height: 1.2;
}

.protocol-item__download {
	display: block;

	margin-top: 8px;

	font-size: 1.1875em;
}

/*.protocols-list__item {*/
/*display: inline-block;*/

/*margin-bottom: 40px;*/

/*transition: border-color 0.15s ease;*/

/*border: solid 5px #f9faf5;*/

/*line-height: 0;*/
/*}*/

/*.protocols-list__item:hover {*/
/*border-color: #ddd;*/
/*}*/

.swiper-slide.swiper-slide--auto {
	width: auto;
}

.producers-group__title {
	margin-bottom: 15px;

	font-size: 1.25em;
	font-weight: 500;
}

.producers-list {
	position: relative;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	padding-right: 100px;

	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.producers-list .producer {
	/*width: 14%;*/
	display: inline-block;
	/*flex: 1 1;*/

	width: 200px;
	margin-right: 3%;
	margin-bottom: 30px;

	vertical-align: top;
}

/*.For-list .producer + .producer {*/
/*margin-left: 3%;*/
/*}*/

.producers-expand {
	position: absolute;
	top: 50%;
	right: 0;

	width: 100px;
	margin-top: -35px;

	cursor: pointer;

	font-size: 0.875em;
}

.producers-advantages {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 5px;
}

.producers-advantages__item {
	float: left;

	width: 28%;
}

.producers-advantages__item + .producers-advantages__item {
	margin-left: 8%;
}

.producers-advantages__item__title {
	padding: 1px 0;

	text-transform: uppercase;

	color: #fff;
	background: #d0021b;
	box-shadow: -5px 0 0 #d0021b, 5px 0 0 #d0021b;

	font-size: 0.975em;
	font-weight: bold;
	line-height: 1.4285;

	-webkit-font-smoothing: antialiased;
}

.producers-advantages__item__title.blue {
	background: #0c359c;
	box-shadow: -5px 0 0 #0c359c, 5px 0 0 #0c359c;
}

.labs-conditions {
}

.labs-conditions__item {
	float: left;

	width: 30%;

	font-size: 1.125em;
	line-height: 1.7777;
}

.labs-conditions__item + .labs-conditions__item {
	margin-left: 5%;
}

.labs-conditions__item__num {
	position: relative;

	box-sizing: border-box;
	padding-left: 50px;

	font-weight: bold;
	line-height: 1.3333;

	-webkit-font-smoothing: antialiased;
}

.labs-conditions__item__num:before {
	position: absolute;
	top: 0;
	left: 0;

	content: attr(data-num);

	color: #c32420;

	font-family: 'Akzidenz Grotesk Pro Condensed', sans-serif;
	font-size: 6em;
	font-weight: 300;
	line-height: 0.8;

	-webkit-font-smoothing: antialiased;
}

.msi-text {
	float: left;

	width: 60%;
}

.msi-join {
	float: left;

	width: 35%;
	margin-left: 5%;

	text-align: center;
}

.vacancies-join {
	float: left;

	margin-top: 20px;
	margin-left: 0;

	text-align: left;
}

.msi-join__text {
	margin-top: 30px;

	color: #676767;

	font-size: 0.875em;
	font-style: italic;
}
.msi-join__reports {
    display: block;
    margin-top: 30px;
    font-weight: 500;
}
.msi-join__time {
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}
.mechanics {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.mechanics__item {
	width: 180px;
	padding: 0 20px;

	text-align: center;
}

.mechanics__item__num {
	display: inline-block;

	margin-left: -34px;

	vertical-align: middle;

	color: #0c359c;

	font-family: "Akzidenz Grotesk Pro Condensed", sans-serif;
	font-size: 6em;
	line-height: 98px;
}

.mechanics__item__header {
	height: 98px;
}

.mechanics__item__img {
	height: 100px;

	vertical-align: bottom;
}

.mechanics__item__title {
	margin-top: 20px;

	font-size: 0.875em;
	font-weight: 500;
	line-height: 1.1428;
}

.mechanics__item__time {
	margin-top: 10px;

	color: #9b9b9b;

	font-size: 0.875em;
	font-style: italic;
}
.infogra-message {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: #0c359c; /* Old browsers */
	background: radial-gradient(circle,rgba(255,255,255,255) -170%,rgba(12,53,156,1) 75%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0c359c',GradientType=1 );
}

.infogra-message h2 {
	margin-top: 40px;
	margin-left: 10px;
}
.infogra-message__text {
	position: absolute;
	top: 50%;
	left: 15%;

	width: 70%;
	margin-top: -20px;

	text-align: center;

	color: #fff;

	font-size: 1.125em;
	line-height: 1.25;
}
.infogra-page .infographics-wrap {
	margin: 0;
}

.infogra-page .infographics {
	margin: 0;
}

.infographics-wrap {
	overflow: hidden;

	margin: 0 -35px;
}

.infographics {
	position: relative;

	margin: 0 -5px;
}

.infographics-wrap.disabled {
	overflow: hidden;

	height: 100vh;
}

.infographics-fixed .infographics-slide:first-child,
.infographics-fixed .infographics-slide:last-child {
	background-attachment: fixed;
}

.infographics-slide:first-child,
.infographics-slide:last-child {
	background-attachment: scroll;
}

.infographics-slide {
	position: relative;

	overflow: hidden;

	height: 100vh;

	background: center / cover fixed;
}

.infographics-slide-content {
	position: absolute;
	z-index: 1;

	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.infographics-fixed .infographics-pagination {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);

	opacity: 1;
}

.infographics-pagination {
	position: fixed;
	z-index: 2;
	top: 50%;
	left: 25px;

	transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.4s ease, transform 0.3s ease;
	-webkit-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	transform: translate(-50px, 0);

	opacity: 0;
}

.infographics-pagination-item {
	display: block;

	width: 10px;
	height: 10px;
	margin: 10px 0;

	cursor: pointer;
	transition: background 0.15s ease;

	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,0.75);
}

.infographics-pagination-item.active {
	background: #c32420;
}

.infographics-controls {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;

	color: #c32420;
}

.infographics-fixed .infographics-controls {
	top: 70px;
}

.infographics-controls.infographics-controls--white {
	color: #fff;
}

.infographics-controls__item {
	display: block;

	margin-bottom: 15px;

	text-align: center;

	color: inherit;

	font-size: 33px;
}

.infographics-controls__item .icon-locked,
.infographics-controls__item .icon-unlocked {
	margin-right: 4px;
}

.infographics-controls__item span:before {
	margin: 0 !important;
}

.infographics .section-header {
	position: relative;

	transition: top 0.55s;
}

.infographics-fixed .infographics .section-header {
	top: 50px;
}


.touchevents .infographics-slide {
	background-attachment: scroll !important;
}

.slide-text {
	position: absolute;
	top: 0;
	left: 50%;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 30%;
	height: 100%;
	margin-left: -40%;

	text-align: right;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.slide-text > div {
	width: 100%;
}

.slide-text--right {
	margin-left: 10%;

	text-align: left;
}

.slide-text-title {
	margin-bottom: 5px;

	color: #fff;

	font-size: 2em;
	font-weight: bold;
	line-height: 1.25;

	-webkit-font-smoothing: antialiased;
}

.slide-text-title span {
	background: #c32420;
	box-shadow: -7px 0 0 #c32420, 7px 0 0 #c32420;
}

.slide-text-title--blue span {
	background: #0c359c;
	box-shadow: -7px 0 0 #0c359c, 7px 0 0 #0c359c;
}

.slide-text-desc {
	font-size: 1.125em;
	font-style: italic;
	line-height: 1.25;
}

.slide-text-desc span {
	background: #fff;
	box-shadow: -7px 0 0 #fff, 7px 0 0 #fff;
}

.news-grid {
}

.breadCrumbs {
	margin-top: 20px;

	color: #9b9b9b;

	font-size: 0.875em;
	font-style: italic;
}
.breadCrumbs a {
	text-decoration: none;
	color: #9b9b9b;
}
.news-grid-item {
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 30px;

	vertical-align: top;
}

.researches-grid {
}

.researches-grid-item {
	float: left;

	margin: 0 1.6% 30px 0;
}

.site-header + .banner-section {
	margin-top: -36px;
}

.site-header + .well--img, .minus_indent{
	margin-top: -35px;
}
/*
.press-list .press-item:last-child {
	margin-bottom: 0;
}
*/
.map-wrap {
	position: relative;

	margin: 0 -35px;
}

.contacts-pane {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 35px;

	width: 300px;
	padding: 25px;

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);

	font-size: 1.125em;
}

.contacts-pane p {
	margin: 0 0 20px;
}

.contacts-pane p:last-child {
	margin-bottom: 0;
}

.contacts-description {
	display: block;

	width: 560px;
	margin-bottom: 38%;

	text-align: left;
}

.contacts-description p {
	margin: 0 0 20px;
}


.sign-page {
	background-image: url("/local/templates/rqs/styles/../images/back_znak.jpg");
	background-position: center top;
}

.sign-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-right: -35px;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sign-header__description {
	max-width: 680px;

	-ms-flex-negative: 7;
	-webkit-flex-shrink: 7;
	flex-shrink: 7;
}

.sign-header__img {
	padding: 0 25px;

	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.sign__img-box{
	padding-bottom: 25px;
}
.sign-header__note {
	min-height: 247px;
	padding-top: 20px;
	padding-right: 80px;

	text-align: right;

	background: url("/local/templates/rqs/styles/../images/can.png") no-repeat top right;

	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}

.sign-header__note__text {
	width: 160px;
	margin-bottom: 14px;

	font-style: italic;
}

.sign-header__note--dl {
	font-size: 0.875em;
}

.sign-header__description .page-annotation .warning {
	width: auto;
}

.sign-origins {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sign-origins > div {
	width: 27%;
}

.sign-origins > div:last-of-type {
	width: 30%;
}

.sign-origins__text {
	font-size: 1.125em;
}

.sign-origins__text p {
	margin: 0 0 30px;
}

.sign-origins .media-item {
	margin-left: auto;
}

.press-date {
	color: #bbb;

	font-size: 1.125em;
}

.press-annotation {
	margin-bottom: 30px;

	font-weight: 500;
}

.press-image {
	margin-bottom: 30px;
}

.press-image img {
	display: block;

	width: 100%;
}

/*.text--padded {
	padding-left: 160px;
}

.text--padded .press-image {
	margin-left: -160px;
}*/
.sub-menu .active {
  color: #4a4a4a;
}
.header-menu {
	margin-bottom: 100px;

	font-size: 0.875em;
	font-weight: 500;
}

.header-menu a {
	display: inline-block;

	margin-right: 2%;
	margin-bottom: 10px;

	white-space: nowrap;
}

.header-menu a:last-child {
	margin-right: 0;
}

.activity-text {
	width: 70%;
	margin-bottom: 50px;

	font-size: 1.125em;
}

.has-aside__right .warning {
	margin-top: 70px;
}

.top-management {
}

.top-management .people-card {
	float: left;

	width: 40%;
	margin-top: 20px;
	margin-right: 5%;
}

.mobile-slide-menu {
	display: none;

	margin: 0 -10px;
	padding: 10px;

	background: #c32420;
}

.mobile-search {
	position: relative;
}

.mobile-search__btn {
	position: absolute;
	top: 0;
	right: 0;

	padding: 8px 10px 0;

	line-height: 30px;
}

.burger-btn {
	display: none;
	float: right;

	margin-top: 3px;

	outline: none;
}

.mobile-menu {
	margin: 20px 0 0;
	padding: 0;

	list-style: none;

	color: #fff;

	font-weight: 500;

	-webkit-font-smoothing: antialiased;
}

.mobile-menu li {
	margin-bottom: 10px;
}

.mobile-menu a {
	display: block;

	margin-bottom: 10px;
	padding: 5px 0;

	color: inherit;
}

.mobile-menu__login {
	margin-right: 10px;
}

.slideout-title {
	margin-bottom: 40px;
	padding-right: 80px;

	font-size: 4em;
	font-weight: bold;
}

.slideout-submit {
	margin-top: 40%;
}
.form-note {
	margin-top: 10px;

	font-size: 0.875em;
}

.form-note a {
	color: inherit;
}

.form-annotation {
	margin-bottom: 30px;

	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3333em;
}

.form-submit-annotation {
	margin-bottom: 30px;

	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3333em;
}

.form-row-label {
	margin-bottom: 20px;

	color: #bbb;

	font-size: 18px;

	-webkit-font-smoothing: antialiased;
}
.form-row-label .material-input__field__err {
	top: 25px;
}
.checkbox-line {
	display: block;

	margin-bottom: 20px;
}

.checkbox-label {
	margin-left: 15px;

	vertical-align: middle;

	font-size: 1.5em;
}

.step-form-submit {
	margin-left: 130px;

	text-align: right;
}

.step-form-submit--small {
	width: 231px;
	margin-left: auto;

	text-align: left;
}



.step-form-submit_one-turn {
	text-align: left;
}

.form-prev {
	float: left;

	margin-top: 12px;

	color: #0c359c;
	border: 0;
	outline: none;
	background: none;

	font-size: 21px;
}

.form-prev-step {
	float: left;

	margin-top: 12px;
	padding-left: 0;

	color: #676767;
	border-bottom: 1px dashed #979797;
	outline: none;
	background: none;

	font-size: 14px;
}

.about-info__text-container {
	float: left;

	width: 70%;
	margin-right: 5%;
}

.about-info__file {
	float: left;

	width: 25%;
}

.about-info__text {
	margin-bottom: 20px;
}

.about-info__text > div {
	float: left;

	width: 45%;
}

.about-info__text > div:first-child {
	padding-right: 5%;
}

.about-info__text > div:last-child {
	padding-left: 5%;
}
.overlay-view-wrap {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 100%;
}
.overlay-view {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;

	overflow: auto;

	width: 100%;
	height: 100%;

	background: rgba(0,0,0,.6);
}

.search-active {
	overflow: hidden;
}
.overlay-padd {
	padding: 0 50px 0 35px;
}
.search-field {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 180px;

	background: #fff;
}
.search-field input {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	padding: 0 20px;

	border: none;
	outline: none;

	font-size: 4em;
	line-height: 2;
}
.search-close {
	position: absolute;
	top: 30px;
	right: 0;
	right: 30px;

	padding: 10px;

	cursor: pointer;
}
#showProtocols {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.view-all-index-hidden {
	display: none;

	margin-top: 10px;
}

.tab-contents__side__background {
	position: absolute;
	z-index: 1000;
	right: 0;

	display: none;

	width: 80px;
	height: 100%;

	background: rgba(255,255,255,0);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.producers-list--mobile--fixed .producer:first-of-type {
	display: inline-block !important;
}

.producers-list--mobile--fixed .producer.imp {
	display: inline-block !important;
}

.producers-list--mobile--fixed .producers-expand.none-imp {
	display: none !important;
}
.gray-link--partners--mobile {
	cursor: pointer;
}

.vote-answer-table__title {
	width: 24%;
	padding-top: 10px;
}

.vote-item-title {
	display: inline;
	overflow: hidden;

	vertical-align: middle;
}
.plus_minus{
	margin-top: 20px;
}
.plus_minus .section-title{
	font-size: 1em;
}
.plus{
	color: #0c359c;
}
.plus .section-title{
	color: #0c359c;
	border-color: #0c359c;

}
.minus{
	color: #C32420;
	}
.minus  .section-title{
	color: #C32420;
	border-color: #C32420;
}

.has-aside__content .text img:not(.as-is){
	max-width: 100% !important;
}


/*RSK-260 */
/*.site-container{
	max-width: 1280px;
	margin: 0 auto;
}
.footer-container{
	max-width: 1270px;
	margin: 0 auto;
}
*/

.app-links img{
	height: 40px;
}

.app-links{
    text-align: left;
}
.has-aside__content .app-links{
    margin-top: 20px;
}

.app-links a {
  height: auto;
  padding: 0;
  height: 40px;
  background: none;
	padding: 0;
	border-radius: 0;
}
.app-links .shares-title{
    font-size: 1.125em;
}

.stay-connected{
	position: relative;
}
.stay-connected .app-links{
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	padding: 0;
	left: 50%;
	margin-left: -17.5%;
	text-align: center;
	width: 20%;
}
.social-btn{
	margin-bottom: 10px;
}
.stay-connected .app-links .social-block__text{
	margin-bottom: 5px;
}
.stay-connected .app-links .social-block__text {
	font-size: 16px;
}
.stay-connected__subscribe,
.stay-connected__social{
	width: 40%;
}
.stay-connected__subscribe--wide {
  width: 68.5%;
}
.stay-connected__social .social-btn {
  height: 40px;
  width: 40px;
  padding: 0;
}
.stay-connected__social .social-btn,
.app-links a{
	margin-right: 11px;
}
.stay-connected__social .social-btn:last-child,
.app-links .social-btn:last-child{
	margin-right: 0;
}
.stay-connected .app-links .social-block__text{
	margin-bottom: 10px;
}
.stay-connected__social{
	width: 25%;
}
.stay-connected .app-links{
	width: 35%;
}
@media all and (max-width: 1310px) {
	.stay-connected .app-links{
    clear: both;
    margin: 0;
    position: static;
    text-align: right;
    width: 100%;
	}
}
@media all and (max-width: 1000px) {
	.stay-connected__subscribe,
	.stay-connected__social{
		width: 48%;
	}
	.stay-connected .app-links{
		position: static;
		clear: both;
		width: auto;
		padding: 20px 35px 0 35px;
		margin: 0 -35px;
	}
	.stay-connected .app-links .social-block__text {
		display: inline-block;
		line-height: 45px;
		margin: 0 20px 0 0;
		vertical-align: top;
	}
	.stay-connected .app-links .links{
		display: inline-block;
	}
}
@media all and (max-width: 767px) {
	.app-links,
	.stay-connected .app-links{
		text-align: left;
	}
	body.main-page{
		background-image: none;
	}
	.stay-connected .app-links{
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
.app-links-bottom{
	background-color: #fff;
}
.app-links-bottom .social-block__text{
	font-size: 18px;
}

.dib {
	display: inline-block;
	vertical-align: top;
}
.b_local-link{
	line-height: 2em;
	padding-left: 20px;
}
.b_local-link a{
	color: #C32420;
	text-transform: uppercase;
}
/* End */


/* Start:/local/templates/rqs/styles/components.css?161338236158148*/
/* People card */
.people-card {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;

	/*align-items: center;*/
}

.people-card__img {
	width: 92px;
	min-width: 92px;
	/*height: 92px;*/
	margin-right: 10px;

	line-height: 0;
}

.people-card__img img {
	width: 92px;
	height: 92px;

	border-radius: 5px;
}

.people-card__title {
	margin-bottom: 7px;

	color: #2b2b2b;
	/*font-size: 0.875em;*/

	font-weight: 500;
	line-height: 1.25;
}

.people-card__position {
	color: #676767;

	font-size: 0.875em;
	font-style: italic;
}

.people-card--align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.people-card--smaller {
}

.people-card--smaller .people-card__img {
	width: 60px;
	min-width: 60px;
	/*height: 60px;*/
}

.people-card--smaller .people-card__img img {
	width: 60px;
	height: 60px;

	border-radius: 3px;
}

.people-card--smaller .people-card__title {
	margin-bottom: 0;

	font-size: 0.875em;
}

.people-card--smaller .people-card__position {
	font-size: 0.75em;
}

.people-card--big .people-card__img {
	width: 150px;
	min-width: 150px;
	margin-right: 20px;
}

.people-card--big .people-card__img img {
	width: 150px;
	height: 150px;
}

.people-card__data--bigger-text .people-card__title {
	font-size: 1.125em;
}

.people-card__data--bigger-text .people-card__position {
	font-size: 0.875em;
}

.people-card__contact {
	margin-top: 5px;

	color: #676767;

	font-size: 0.875em;
}

/* /People card */

/* Statistics */

.statistics {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin: 7px 0 15px;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.statistics__item {
	/*max-width: 170px;*/
	width: 15%;
	padding-right: 5%;

	color: #676767;

	-webkit-font-smoothing: antialiased;
}

.statistics__item:last-child {
	padding-right: 0;
}

.statistics__item__num {
	font-family: 'Akzidenz Grotesk Pro Condensed', Helvetica, sans-serif;
	font-size: 6em;
	line-height: 1.25;
}

.statistics__item__title {
	margin-bottom: 10px;

	text-transform: uppercase;

	font-weight: bold;
}

.statistics__item__link {
	font-weight: 500;
}

/* /Statistics */

/* Research */
.btn--research {
	margin-top: 40px;
}
.research-card {
	position: relative;

	display: block;
	overflow: hidden;

	max-width: 300px;

	text-decoration: none;

	color: inherit;
}

.research-card:after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 120px;
	height: 100px;

	content: '';

	background: url("/local/templates/rqs/styles/../images/research-stamp.png");
	background-size: cover;

	mix-blend-mode: overlay;
}

.research-card__img {
	display: block;
	height:215px;
	width: 300px;/*100%;*/
}

.research-card__header {
	position: absolute;
	z-index: 1;
	bottom: 0;

	box-sizing: border-box;
	width: 100%;
	padding: 0 10px 10px;
}
.icrt-item .research-card__header{
	bottom: 1.89em;
}
.research-card__title {
	display: inline;

	padding: 1px 0 3px;

	color: #fff;
	background: #4a4a4a;
	box-shadow: -10px 0 0 0 #4a4a4a, 10px 0 0 0 #4a4a4a;

	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3333;

	-webkit-font-smoothing: antialiased;
}

.research-card__badges {
	margin-top: 10px;
	margin-bottom: -35px;

	transition: margin-bottom 0.25s ease, opacity 0.35s ease;
	min-height: 2em;
	opacity: 0;
}

.research-card__badges .quality-badge {
	transition: -webkit-transform 0.50s ease;
	transition: transform 0.50s ease;
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	transform: translate(0, 20px);
}

.research-card:hover .research-card__badges {
	margin-bottom: 0;

	opacity: 1;
}

.research-card:hover .research-card__badges .quality-badge {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.icrt-item .research-card:hover .research-card__header .research-card__badges{
	top: -3.5em;
	left: 10px;
	width: auto;
	right: inherit;
}
.icrt-item .research-card:hover .research-card__header .quality-badge__value{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
}
.pdf-link {
	display: none;
}

.pdf-link__icon {
	display: inline-block;

	width: 24px;
	height: 10px;

	vertical-align: middle;

	background: url('/local/templates/rqs/styles/../images/pdf-dl.svg') no-repeat left center;
}

.pdf-link__size {
	display: inline-block;

	vertical-align: middle;

	color: #bbbbbb;

	font-size: 12px;
	font-weight: 400;
}


.text-slide--more--content {
	position: relative;
}



.text-slide__bg--more--content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 125px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.link__show__block {
	display: block;

	margin-top: 25px;
}

/* /Research */

/* Quality badge */

.quality-badge {
	display: inline-block;

	padding: 5px 10px 5px 5px;

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.quality-badge:not(:first-of-type) {
	margin-left: 3px;
}

.quality-badge img {
	vertical-align: top;
}

.quality-badge__value {
	display: inline-block;

	width: 22px;
	margin-left: 4px;

	text-align: center;
	vertical-align: top;

	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
}
.quality-badge__soon {
	display: inline-block;

	margin-left: 7px;

	text-align: center;
	vertical-align: top;

	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
}

/* /Quality badge */

/* Quality filter */

.quality-filter {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	max-width: 650px;

	/*border: 1px solid #f2f2f2;*/
	/*border-radius: 3px;*/
	/*background: #f4f4f4 linear-gradient(180deg, #ffffff 15%, #f2f2f2 100%);*/
}

.quality-filter__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	box-sizing: border-box;
	height: 36px;
	margin-right: 2px;
	/*width: 160px;*/
	padding: 5px 10px;

	text-decoration: none;

	color: inherit;
	border-bottom: solid 2px rgba(0,0,0,.1);
	background: #eeeeee;
	/*border-right: solid 1px #f2f2f2;*/
	/*border-left: solid 1px #fff;*/

	line-height: 1;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.quality-filter__item:hover {
	border-bottom: solid 2px rgba(0,0,0,.05);
	background: #fafafa;
}

.icon-quality-4 {
	color: #4a4a4a;
}

.quality-filter__item__img {
	margin-right: 5px;
	margin-left: -5px;

	color: #c32420;
	/*line-height: 0;*/

	font-size: 20px;
}
.quality-filter__item.active {
	color: #ffffff;
	border-top: solid 2px rgba(0,0,0,.1);
	background: #c32420;
}
.quality-filter__item.active .quality-filter__item__img,
.quality-filter__item.active .icon-quality-4 {
	color: #ffffff;
}

.quality-filter__item__title {
	font-size: 0.75em;
	font-weight: bold;
}

.quality-filter__item:first-child {
	border-left: 0;
}

.quality-filter__item:last-child {
	border-right: 0;
}

/* /Quality filter  */

/* Product list item */
.product-list__item {
	width: 200px;
	padding: 10px;

	transition: box-shadow 0.15s ease;

	background: #fff;
}

.product-list__item__img {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	height: 200px;
	margin-bottom: 5px;

	text-align: center;

	line-height: 0;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-list__item__img:before {
	display: inline-block;
	/*content: "";*/

	width: 0;
	height: 200px;

	vertical-align: middle;
}

.product-list__item__img img {
	vertical-align: middle;
}
.catalog-title {
	display: block;

	margin-bottom: 12px;
	padding-right: 30px;

	text-decoration: none;

	color: #4a4a4a;
	background: url('/local/templates/rqs/styles/../images/arrow_down.svg') no-repeat;
	background-position: right center;

	font-size: 2em;
	font-weight: bold;
}
.catalog-title.active {
	background: url('/local/templates/rqs/styles/../images/arrow_up.svg') no-repeat;
	background-position: right center;
}
.catalog-title-all {
	display: none;

	margin-bottom: 12px;

	text-decoration: none;

	color: #4a4a4a;
	background: url('/local/templates/rqs/styles/../images/arrow_down.svg') no-repeat;
	background-position: right center;

	font-size: 2em;
	font-weight: bold;
}
.catalog-menu__category.no-border {
	border-bottom: none;
}
.catalog-menu__category.no-border:last-of-type {
	border-bottom: solid 1px #d8d8d8 ;
}

/*.catalog-menu-col--vis .catalog-menu__subcategories-list__item:first-of-type {
	display: none;
}*/

.product-list__item__category-title {
	overflow: hidden;

	min-height: 30px;
	margin-bottom: 15px;

	color: #b0b0b0;

	font-size: 0.75em;
	font-style: italic;
	line-height: 15px;
}
.product-list__item__ingredients{
	height: auto;
	min-height: 30px;
}
.product-list__item__ingredients .pull-right{
	line-height: 1.2em;
}
.product-list__item__quality-icon {
	float: left;

	margin-right: 10px;
}

.product-list__item__title-wrap {
	overflow: hidden;
	margin-left: 30px;
}

.product-list__item__title-wrap .product-list__item__category-title {
	height: auto;
}

.product-list__item__title {
	text-decoration: none;

	font-weight: bold;

	-webkit-font-smoothing: antialiased;
}
.product-list__item__image {
	text-decoration: none;

	font-weight: bold;

	-webkit-font-smoothing: antialiased;
}

.product-list__item__image--logo {
	display: none;
}

.product-list__item__violation {
	overflow: hidden;

	height: 36px;

	color: #c32420;

	font-size: 0.75em;
	font-weight: 500;
	line-height: 1;
}

.product-list__item:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

/* /Product list item */

/* People quote */
.people-quote {
}

.people-quote .people-card {
	margin-top: 30px;
	margin-left: 40px;
}

/* /People quote */

/* News list item */
.news-item {
	width: 220px;
}

.news-item__img {
	margin-bottom: 15px;

	line-height: 0;
}
.news-item__img a{
	display: block;
	overflow: hidden;
	/*text-align: center;*/
}
.news-item__date {
	margin-bottom: 5px;

	text-transform: lowercase;

	color: #b0b0b0;

	font-size: 0.75em;
}

.news-item__title {
	color: #2b2b2b;

	font-size: 1.125em;
	line-height: 1.3333;
}

.news-item__title a {
	transition: color 0.15s ease;
	text-decoration: none;

	color: inherit;
}

.news-item__title a:hover {
	color: #0c359c;
}

.betony:first-letter {
	float: left;

	margin-right: 5px;

	font-size: 3.8888em;
	font-weight: 300;
	line-height: .99;
}

/* /News list item */

/* READMORE LIST */
.readmore__link{
	display: block;
	width: 370px;
	color: #000;
	text-decoration: none;
}
.readmore__header{
	display: table-row;
	height: 120px;
}
.readmore__title{
	display: table-cell;
	vertical-align: middle;
	height: 120px
}
.readmore__img{
	max-width: 183px;
	float: left;
	margin-right: 20px;
	max-height: 120px;
}
/* /READMORE LIST */

/* Tags list*/
.tags a{
	display: inline-block;
	background: linear-gradient(to bottom, #f9f9f7 0%,#eaeff2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f7ff', endColorstr='#eaeff2',GradientType=0 ); /* IE6-9 */
	color: #8a8a8a;
	text-decoration: none;
	padding: 2px 10px;
	margin-right: 12px;
	font-size: 20px;
	margin-bottom: 1em;

}
/* /Tags list */

/* Tabs */
/*.tabs {
	border-bottom: solid 1px #d8d8d8;
}*/


.tabs__adaptive {
	display: inline-block;
	min-width: 600px;
}

.tabs__item {
	display: inline-block;

	margin-bottom: -1px;
	padding: 9px 15px 8px;

	cursor: pointer;
	transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;

	border: solid 1px transparent;
	border-bottom: 0;

	font-size: 1.25em;
	font-weight: 500;
	line-height: 1;
}

.tabs__item:first-child {
	/*border-left-color: transparent !important;*/
}

/*.tabs__item:last-child {*/
/*border-right-color: transparent !important;*/
/*}*/

.tabs__item.active {
	color: #0c359c;
	border-color: #d8d8d8;
	background: #fff;
}

.tab-content {
	display: none;
}

.tab-content.visible {
	display: block;
}

/*.tab-content--transition-simple {*/
/*-webkit-transform: none !important;*/
/*-ms-transform: none !important;*/
/*transform: none !important;*/
/*}*/




/* /Tabs */

/* Img underlay */

.img-underlay {
	position: relative;

	display: block;
	/*width: 330px;*/

	text-decoration: none;

	color: #fff;
	background: #000;
}

.img-underlay:before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100px;

	content: "";

	opacity: 0.79;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%);
}

.img-underlay .img-underlay-image {
	display: block;
	width: 300px;
	height: 215px;

	transition: opacity 0.15s ease;
}

.img-underlay-content {
	position: absolute;
	z-index: 2;
	bottom: 0;

	box-sizing: border-box;
	max-width: 100%;
	padding: 10px;
	/*font-size: 1.125em;*/
	/*font-weight: bold;*/

	-webkit-font-smoothing: antialiased;
}

a.img-underlay:hover .img-underlay-image {
	opacity: 0.8;
}

/* /Img underlay */

/* Success story */
.story-list-item {
	width: 330px;
}

.story-list-item__title {
	font-size: 1.125em;
	font-weight: bold;
}

/*.story-list-item:hover .story-list-item__title {*/
/*text-decoration: underline;*/
/*}*/

/* /Success story */

/* Producer */

.producer {
}

.producer__img {
	height: 35px;

	line-height: 0;
}

.producer__img img {
	max-width: 113px;
	max-height: 35px;
}

.producer__title {
	margin-top: 10px;

	color: #9b9b9b;

	font-size: 0.75em;
	font-style: italic;
}

/* /Producer */

/* Doc file */
.doc-file {
}

.doc-file__ext {
	float: left;

	margin-right: 13px;
	padding: 4px 7px;

	text-transform: uppercase;

	color: #0c359c;
	border: solid 1px #0c359c;
	border-radius: 8px;

	font-size: 0.875em;
	font-weight: 500;
	line-height: 1.2857;
}

.doc-file__title {
	overflow: hidden;

	font-size: 1.125em;
}

/* /Doc file */

/* Press release */
.press-item {
	margin-bottom: 30px;

	font-size: 1.125em;
}

.press-item__date {
	float: left;

	width: 95px;
	margin-right: 45px;

	color: #bbb;
}

.press-item__title {
	overflow: hidden;
}

/* /Press release */

/* Media item */
.media-item {
	width: 300px;
}

.media-item__date {
	margin-bottom: 10px;

	color: #b0b0b0;

	font-size: 0.75em;
}

.media-item__title {
	font-size: 0.875em;
	font-weight: 500;
}

/*.media-item:hover .media-item__title {*/
/*text-decoration: underline;*/
/*}*/

.media-item__title-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.media-item__type {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-right: 10px;
	padding-right: 10px;

	text-align: center;

	border-right: solid 1px rgba(255, 255, 255, .4);

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.media-item__count {
	font-size: 2em;
	font-weight: 500;
	line-height: 1;
}

.media-item__count-label {
	font-size: 0.875em;
}

/* /Media item */

/* Article list item */

.article-item {
	width: 300px;
}

.article-item .people-card {
	margin-top: 15px;
	padding: 0 10px;
}

.article-date {
	margin-top: 5px;

	color: #b0b0b0;

	font-size: 0.75em;
}

.article-title {
	font-size: 1.125em;
	font-weight: 500;
}

.article-title a {
	transition: color 0.15s ease;
	text-decoration: none;

	color: inherit;
}

.article-title.betony a:hover {
	color: #0c359c;
}

.article--no-img {
	padding: 0 10px;
}

.article--no-img .article-date {
	margin: 0 0 15px;
}

/* /Article list item */

/* File list item */

.file-item {
}

.file-item__meta {
	float: left;

	margin-right: 20px;
}

.file-item__thumb {
	position: relative;

	width: 29px;
	height: 34px;
	margin: 0 auto;

	background: url("/local/templates/rqs/styles/../images/blank.svg");
	background-size: cover;
}

.file-item__cab {
	position: relative;

	width: 14px;
	height: 34px;
	margin: 0 auto;
}

.file-item__cab:after {
	position: absolute;
	right: -4px;
	bottom: 6px;

	padding: 2px 6px;

	content: attr(data-file-type);
	text-transform: uppercase;

	color: #fff;
	background: #c32420;

	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.file-item__thumb:after {
	position: absolute;
	right: -4px;
	bottom: 6px;

	padding: 1px 3px;

	content: attr(data-file-type);
	text-transform: uppercase;

	color: #fff;
	background: #404040;

	font-size: 8px;
	font-weight: 500;
	line-height: 1;
}

.file-item__thumb[data-file-type="pdf"]:after {
	background: #c32420;
}

.file-item__thumb-upload:after {
	bottom: 10px !important;
	left: 50%;

	width: 25px;
	height: 23px;
	margin-left: -12px;
	padding: 0 !important;

	background: url("/local/templates/rqs/styles/../images/upload.svg");
}

.file-item__size {
	margin-top: 2px;

	color: #bbb;

	font-size: 0.625em;
}

.file-item__title {
	padding-top: 11px;
	padding-left: 51px;

	font-size: 1.125em;
}

.file-item-upload {
	position: relative;

	overflow: hidden;
}

.file-item-upload .file-item__title {
	padding-top: 3px;

	text-decoration: underline;

	color: #0c359c;

	font-size: 1.5em;
}

.file-item-upload:hover .file-item__title {
	text-decoration: none;
}

/* /File list item */

/* Vacancies list item */
.vacancies-panel {
	padding-bottom: 65px;
}

.vacancies-panel__item:first-child {
	border-top: solid 1px #d8d8d8;
}

.vacancies-panel__item__title {
	margin: 0;
	padding: 25px 0;
	padding-right: 40px;

	cursor: pointer;

	border-bottom: solid 1px #d8d8d8;
	background: url('/local/templates/rqs/styles/../images/arrow_down.svg') no-repeat;
	background-position: right center;

	font-size: 2em;
	font-weight: normal;
}

.vacancies-panel__item__title.active {
	background: url('/local/templates/rqs/styles/../images/arrow_up.svg') no-repeat;
	background-position: right center;
}
.text_akkordion .vacancies-panel__item__title,
.text_akkordion .vacancies-panel__item__title.active{
	padding-right: 0;
	padding-left: 50px;
	background-position: left center;
}
.vacancies-panel__item__wrap {
	display: none;
	border-bottom: solid 1px #d8d8d8;
}
.text_akkordion .vacancies-panel__item__wrap p:first-child{
	margin-top: 26px;
}
.text_akkordion iframe{
	margin: 20px 0;
}
.vacancies-panel__item__descr {
	max-width: 925px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.vacancies-panel__item__descr__title {
	margin: 26px 0 11px;
	font-size: 1.5em;
	font-weight: 500;
}

.vacancies-panel__item__descr__list__item {
	list-style: square;
	font-size: 1.125em;
	font-weight: normal;
	line-height: 2;
}

.vacancies-panel__comment{
	font-size: 1.125em;
}

/* /Vacancies list item */

/* Articles list item */
.researches-grid-item--articles {
	height: 215px;
	margin-bottom: 50px;
}
#video-list .news-grid-item{
	float: left;
	display: block;
}
/*.researches-grid-item:nth-child(4n), #video-list .news-grid-item:nth-child(4n){
	margin-right: 0;
}*/
/* /Articles list item */

/* /Photo list item */

.researches-grid-item--photo {
	max-width: 230px;
	height: 152px;
	margin-right: 3.2%;
}

.researches-grid-item--photo img {
	width: 100%;
}
.view-all-box{
	text-align: right;
	margin-top: 15px;
}
.view-all--small {
	text-decoration: none;
	text-transform: none;

	font-weight: normal;
}

.view-all--small--right {
	float: right;
}

.album-title {
	display: block;

	max-width: 400px;
	padding-top: 10px;
	padding-left: 25px;

	text-decoration: none;

	font-size: 1.5em;
	line-height: 1.15;
}

.album-title--right {
	clear: both;

	padding-right: 25px;
	padding-left: 0;

	text-align: right;
}

/* /Photo list item */

/* Documents list item */
.search-form {
	display: inline-block;
	zoom: 1;

	width: 100%;
}

.search-form .text-input--width100 {
	width: 100%;
	margin-right:0;
}

.btn--documents {
	margin-left: 26px;
}

.email-wrapper-overflow {
	overflow: hidden;
}

.big-file-title {
	text-decoration: none;

	font-size: 1.5em;
}

.file-item__title--big {
	padding-top: 0;
}

.file-item__meta--big {
	margin-top: 26px;

	text-align: center;
}

.file-item__meta--big--link {
	margin-top: 36px;
	margin-right: 10px;
}

.file-item__description {
	margin: 6px 0 0;

	color: #676767;

	font-size: 1.125em;
}

.file-item__description.err {
	color: #c32420;
}

.document-row {
	margin-top: 40px;
}

.overflow-wrap {
	overflow: hidden;
}

.document-row:first-child {
	margin-top: 0;
}

.document-row:last-child {
	margin-bottom: 40px;
}

.file-item__thumb--big {
	width: 54px;
	height: 64px;
}

.file-item__thumb--big:after {
	right: -8px;
	bottom: 12px;

	padding: 3px 6px;
}

.file-item__thumb--link {
	width: 64px;

	background-image: url("/local/templates/rqs/styles/../images/file-link.svg");
}

.file-item__thumb--link:after {
	display: none;
}

.file-item__thumb--big:after {
	font-size: 0.875em;
}

.file-item__thumb[data-file-type="doc"]:after,
.file-item__thumb[data-file-type="docx"]:after {
	background: #0c359c;
}
.file-item__thumb[data-file-type="xls"]:after,
.file-item__thumb[data-file-type="xlsx"]:after {
	background: #568C3E;
}
.file-input-hidden {
	position: absolute;
	z-index: 5;
	right: 0;

	width: 100%;

	cursor: pointer;

	opacity: 0;
	border-bottom: solid 100px;
}

/*    position: absolute;
    right: 0px;
    z-index: 5;
    width: 100%;
    border-bottom: solid 100px;
    opacity: 0;*/

/* /Documents list item */

/* Data list item */

.header-menu--data {
	margin-bottom: 30px;
}

.header-menu--data a {
	text-decoration: none;

	color: #676767;

	font-size: 1.125em;
}

.header-menu--data a:hover, .header-menu--data a.active  {
	color: #0c359c;
}

.has-aside__right--data {
	padding-top: 46px;
	padding-right: 24px;

	text-align: right;
}

/*.section-title--data-row {
	font-size: 0.875em;
	border-radius: 6px;
	margin-right: 16px;
}*/

.doc-file__ext--data {
	margin-right: 0;
	margin-left: 15px;
	padding: 5px 8px;
}

.press-date--small {
	font-size: 1em;
}

/* /Data list item */

/* Search list item */

.header-menu--data--border {
	margin-top: 40px;
	margin-bottom: 0;
	padding-bottom: 10px;

	border-bottom: solid 1px #d8d8d8;
}

.search-results-wrap {
	padding-bottom: 40px;
}

.results-number {
	margin: 10px 0 0;

	color: #676767;

	font-size: 0.875em;
}

/* /Search list item */

/* FAQ list item */
.vacancies-panel__item__descr--faq {
	padding: 5px 0 50px  ;
}

.faq-panel .vacancies-panel__item {
	border-top: none;
	border-bottom: solid 1px #d8d8d8;
}

.faq-panel .vacancies-panel__item__title {
	border-bottom: none;
}

.text--big--light-color {
	color: #676767;
}

.vacancies-panel__item__wrap--no-border {
	border: none;
}

.faq-panel {
	margin-top: 5px;
}

.section--no-top-margin {
	margin-top: -35px;
}
/* /FAQ list item */

/* Tenders list item */

.page-annotation--tenders {
	max-width: 650px;
	margin-bottom: 10px;
}
.customer-name {
	box-sizing: border-box;
	width: 300px;
	padding: 15px 15px 5px;

	border: solid 1px #e2e2e2;

	font-size: 0.875em;
}

.customer-name__row {
	margin-bottom: 10px;
}
.customer-name span {
	font-weight: 500;
}

.section-tenders-table {
	padding: 0 0 40px;
}
.full-width-table {
	width: 100%;
	margin-bottom: 40px;

	color: #4a4a4a;

	font-size: 0.875em;
}
.full-width-table tr {
}
.full-width-table th {
	padding-right: 2%;

	text-align: left;
	vertical-align: bottom;

	color: #676767;

	font-size: 0.75em;
	font-weight: normal;
}
.full-width-table td {
	width: 15%;
	padding: 20px 2% 20px 0;

	vertical-align: top;
}
.full-width-table td:first-child {
	width: 3%;
}
.full-width-table td:nth-child(2) {
	width: 30%;
}
/* /Tenders list item */


/* Tenders list item */
.full-width-table-tender {
	width: 100%;
	margin-bottom: 40px;

	color: #4a4a4a;

	font-size: 1.125em;
}

.full-width-table-tender td {
	width: 50%;
	padding: 10px 0 10px 20px;

	vertical-align: top;
}
.full-width-table-tender tr:first-child {
	border-top: solid 1px #d8d8d8 ;
}
.full-width-table-tender tr {
	border-bottom: solid 1px #d8d8d8;
}

.full-width-table-tender tr td:first-child {
	font-weight: 500;
}

.full-width-table-tender caption {
	text-align: left;

	color: #4a4a4a;

	font-size: 1.5em;
}

/* /Tender list item */

/* Slideout */
body.slideout-activated {
	overflow: hidden !important;
}

.slideout {
	position: fixed;
	z-index: 1000;

	display: none;
}

.slideout.visible {
	display: block;
}

.slideout-overlay {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	transition: opacity 0.35s ease;

	opacity: 0;
	background: #000;
}

.slideout-panel {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;

	overflow: auto;

	box-sizing: border-box;
	width: 100%;
	max-width: 768px;
	height: 100%;
	padding: 40px;

	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);

	background: #fff;
}

.slideout-panel.success-visible {
	overflow: hidden !important;
}

.slideout-panel__content {
	position: relative;
}

.slideout-form-success {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 40px;

	background: #fff;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}



.slideout-panel.activated {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.slideout-overlay.activated {
	opacity: 0.6;
}

.slideout-panel-close {
	position: absolute;
	z-index: 10;
	top: 40px;
	right: 40px;

	outline: none;
}

/* /Slideout */


/* MaterialInput */

.material-input {
	position: relative;

	display: inline-block;
	/*background: red;*/

	padding-top: 30px;
}

.material-input__field {
	width: 100%;
	padding: 0;

	color: #676767;
	border: 0;
	border-bottom: solid 1px #bbb;
	outline: none;
	background: none;

	font-size: 32px;
	line-height: normal;

	-webkit-font-smoothing: antialiased;
}
.material-input__field.err {
	border-bottom: solid 1px #c32420;
}
.material-input__field__err {
	position: absolute;
	top: 20px;
	left: 0;

	color: #c32420;

	font-size: 0.875em;
	line-height: 1;
}
.textarea-input__field {
	resize: none;
}

.textarea-input__field.err {
	border-bottom: solid 1px #c32420;
}

.step-form-submit-label {
	display: inline-block;

	margin-right: 11px;
	margin-bottom: 15px;

	vertical-align: middle;

	color: #bbb;

	font-size: 18px;

	-webkit-font-smoothing: antialiased;
}

.material-input__label {
	position: absolute;
	bottom: 0;
	left: 0;

	overflow: hidden;

	width: 100%;

	cursor: text;
	transition: bottom 0.15s ease, color 0.15s ease, font-size 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;

	color: #676767;

	font-size: 32px;
	line-height: 1.2;

	-webkit-font-smoothing: antialiased;
}

.material-input__field:focus + .material-input__label,
.material-input__field.filled + .material-input__label,
.material-input__field[value]:not([value=""]) + .material-input__label {
	top: 0;

	color: #bbb;

	font-size: 18px;
}

.material_textarea-field {
	resize: none;
}

.material-input--fill-width {
	width: 100%;
}

/* /MaterialInput */


/* Info-tests */

.has-aside__right--no-content {
	margin: 0;
	margin-top: 0;
}
.section-title--hidden {
	display: none;

	margin-bottom: 5px;
}

.info-h2-title {
	font-size: 2em;
	font-weight: normal;
}
.margin-35 {
	margin-top: -35px;
}
.well--img--right--info {
	margin-top: -35px;

	background-position: right top;
	background-size: contain;
}
.well--img--right--info-tests {
	background-position: right top;
	background-size: 45%;
}
.twoColumns-text {
	width: 46%;

	font-size: 1.125em;
	line-height: 1.3;
}

.subscribe-button {
	width: 280px;
	margin: auto;
	padding: 0;

	text-transform: uppercase;

	color: #fff;
	border: none;
	border-radius: 3px;
	background: #c32420;

	font-size: 0.875em;
	font-weight: bold;
	line-height: 40px;
}
.subscribe-error{
	display: block;
	position: absolute;
	margin-top: 5px;
	color: #c32420!important;
}
.section-title--info {
	display: block;

	max-width: 420px;

	border-bottom: none;
}
/* .subscribe-reverse */
.subscribe-reverse{
	margin-top: -35px;
	padding-top: 0;
}
.subscribe-reverse .app-links{
	display: none;
}
.subscribe-reverse .pull-right{
	float: left;
	width: auto;
	text-align: left;
}
.subscribe-reverse .pull-left{
	float: right;
	width: auto;
}
.subscribe-reverse  img,
.subscribe-reverse .btn{
	opacity: 0.75;
}
.subscribe-reverse a:hover img,
.subscribe-reverse .btn:hover{
	opacity: 1;
}
.section-title--info--bottom {
	display: inline-block;

	margin-top: -3px;

	border-top: none;
	border-bottom: solid 3px #0c359c;
}

.files-grid-item {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;

	width: 320px;
	margin: 20px 20px 0 0;

	vertical-align: top;

	*display: inline;
}

.info-descr-block {
	margin-bottom: 20px;
}

.info-descr-block p {
	font-size: 0.875em;
	line-height: 1.3;
}

.info-descr-block--red {
	padding-left: 20px;

	color: #c32420;

	font-size: 0.875em;
	line-height: 1.3;
}
.info-panel-descr {
	max-width: 920px;

	font-size: 1.125em;
	line-height: 1.3;
}
/* /Info-tests */


/* Reester item */
.page-title-rightLink {
	display: inline-block;

	vertical-align: middle;
	text-decoration: none;
}
.page-title__product-title {
	margin-right: 40px;
}
.page-title-rightLink img {
	width: 48px;
	height: 48px;
}
.page-title-rightLink span {
	float: left;

	color: #000;

	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.page-title-rightLink span:last-child {
	margin-left: 15px;
}
.product-item__descr {
	float: left;

	width: 400px;
}

.product-item__manufact h4,
.product-item__descr h4 {
	margin: 0 0 10px 0;

	color: #4a4a4a;

	font-weight: 500;
	line-height: 20px;
}
.product-item__manufact img{
        max-width:100%;
}
.product-item__descr p {
	margin: 0 0 10px;
}

.product-item__slider__small {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	overflow: hidden;
	flex-direction: column;

	width: 100px;
	height: 420px;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-item__slider__small__item img {
	width: 100%;
}
.product-item__manufact {
	float: right;

	box-sizing: border-box;
	width: 300px;
	padding: 20px;

	border: 5px solid #f9faf5;
}
.product-item__manufact__addr {
	color: #4a4a4a;

	font-size: 0.875em;
	font-style: italic;
	line-height: 1.28;
}

.product-item__manufact a {
	font-size: 0.875em;
	font-style: italic;
}

.product-item__slider__big {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;

	width: 420px;
	height: 420px;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-item__slider__big img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.round-loupe{
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border: 5px solid #F0F0F0;
}
.section--bordered-bottom {
	border-bottom: solid 1px #d8d8d8;
}

.header-menu--float {
	margin-top: 0;
	margin-left: 60px;
}

.item-indicators__item {
	display: inline-block;

	width: 220px;
	padding: 15px 10px;

	vertical-align: top;
}

.item-indicators__item__val {
	font-size: 1.25em;
	font-weight: 500;
}
.item-indicators__item__title {
	color: #9b9b9b;

	font-size: 0.875em;
	font-style: italic;
}

.section-title--item-cart {
	float: left;

	margin-right: 60px;
}

.tabs-inline {
	display: inline-block;
}

.file-item__thumb--no-bg {
	background: none;
}
.file-link {
	display: none;

	width: 275px;
}

.file-link a {
	font-size: 1.125em;
}

.file-link__format {
	float: left;

	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;

	text-transform: uppercase;

	color: #fff;
	background: #c32420 ;

	font-size: 0.675em;
}
.file-link span {
	color: #bbbbbb;

	font-size: 0.675em;
}

.catalog-list--inline {
	margin-top: 30px;
}

.view-all--hidden {
	display: none;
}


.catalog-list--inline .product-list__item__category-title--hide {
	display: none;
}
.catalog-list--inline .product-list__item__img {
	width: 100px;
	margin-right: 10px;
	min-width: 100px;
}

.catalog-list--inline .product-list__item__img img {
	width: 100%;
}
.catalog-list--inline .product-list__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	box-sizing: border-box;
	width: 290px;
	height: 120px;
	margin-bottom: 30px;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-list--inline .product-list-item__wrap {
	overflow: visible;
}

.catalog-list--inline .product-list__item__violation {
	height: auto;
}

.product-list-grid--link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 220px;
	min-height: 357px;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-list--index {
	overflow: hidden;

	height: 357px;

	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.catalog-list .show-all-link {
	min-width: auto;

	text-decoration: none;

	border-bottom: dashed ;

	line-height: 1em;
}

.catalog-list .show-all-link:hover {
	margin-bottom: 4px;

	border-bottom: none;
}
.catalog-list--inline .show-all-link:hover {
	margin-bottom: 2px;

	border-bottom: 0;
}
.catalog-list--inline .product-list-grid--link {
	width: 290px;
	min-height: 120px;
}
.product-list-wrap {
	display: inline-block;

	width: 400px;
}
.product-list-wrap .product-list__item__category-title {
	font-size: 1em;
}

.product-list-wrap .product-list__item__category-title span {
	color: #4a4a4a;
	line-height: 1.33;
	font-weight: 500;
	font-style: normal;
}

/* /Reester item */

/* Control */
.no-margin {
	margin: 0;
}
.text-note--longread {
	padding: 0;

	font-size: 1.5em;
}

.brand-banner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;

	height: 450px;
	margin: 0 -35px;

	background: radial-gradient(circle,rgba(255,255,255,255) -50%,rgba(12,53,156,1) 55%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0c359c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.brand-banner h3 {
	margin-top: 40px;
	margin-bottom: 75px;
	padding: 0 20px;

	color: #fff;

	font-size: 1.5em;
	line-height: 1.25;
}

.brand-banner__center-img {
}
.brand-banner__right-img {
}
.brand-banner__left-img {
}
.brand-banner div {
	width: 365px;

	text-align: center;
}
.research-text--column {
	max-width: 920px;
}

.not-standart {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	max-width: 1485px;
	margin: auto;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.not-standart__item {
	width: 200px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.not-standart__item:last-of-type {
	margin-right: 0;
}

.not-standart__item__title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.not-standart__item__title span {
	text-align: center;

	color: #c32420;
}

.not-standart__item__descr {
	margin-top: 20px;
	padding: 0 10px;

	text-align: center;

	font-size: 0.875em;
	font-weight: 500;
}

.align-justify {
	display: inline-block;

	width: 100%;
}

/* /Control */



.show-list,
.show-block {
	display: inline-block;

	cursor: pointer;
	transition: all .2s ease;

	font-size: 20px;
}
.show-list:hover,
.show-block:hover {
	opacity: 0.8;
}
.show-list.active,
.show-block.active {
	color: #0c359c;
}
.show-block {
	margin-left: 20px;
}
.show-block [class^="icon-"]::before, .show-block [class*=" icon-"]::before{
	width: 1.33em;
}
.quality-filter-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.without_filter .quality-filter-wrap{
	display: block;
	width: 100%;
}
.without_filter  .catalog_search{
	display: flex;
}
.category-description p {
    font-weight: bold;
    font-size: 22px;
}

.catalog-teaser {
	overflow: hidden;
}

.catalog-teaser__item {
	position: relative;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;

	width: 300px;
	height: 100px;
	margin: 0 8px 20px 8px;

	cursor: pointer;
	text-align: center;
	text-transform: uppercase;

	color: #fff;

	font-size: 1.25em;
	font-weight: 500;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-teaser__item img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}



.tab-contents__side__background {
	display: none;
}


/* Index*/
.infographics-mobile {
	position: relative;

	display: none;

	box-sizing: border-box;
	height: 400px;
	margin: 0 -10px;

	background: url("/local/templates/rqs/styles/../images/infograph.png") no-repeat left 20%;
	background-size: cover;
}
.infographics-mobile a {
	position: absolute;
	z-index: 1000;

	display: block;

	width: 100%;
	height: 100%;
}
.infographics-mobile__title {
	position: absolute;
	right: 0;
	bottom: 15%;
}
.infographics-mobile span {
	font-size: 22px;
}

.view-all--catalog {
	display: none;
}
.section-title-main--hidden {
	display: none;
}

.banner-section-index {
	height: 200px;

	background: url("/local/templates/rqs/styles/../images/banner-index.jpg") no-repeat right 89%;
	background-size: cover;
}
.banner-section-index a {
	display: block;

	width: 100%;
	height: 100%;

	text-decoration: none;

	font-size: 3em;
}

.banner-section-index__title {
	position: absolute;
	top: 50%;
	right: 2%;

	border: 0 solid transparent;
	border-radius: 3px;
}

.view-all--catalog--hidden {
	display: none;
}

.quotes-list {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}


.quality-filter-wrap--index .view-all {
	margin: 0;

	text-decoration: none;
}



.btn__news__subscribe {
	margin-right: 10px;

	text-align: center;
}


/*for labs*/


/*PRESS*/

.text-slide {
	position: relative;

	max-height: 350px;
}


.text-slide iframe {
	position: absolute;
	z-index: -1;

	width: 100%;
	height: 100%;
}
.text-slide__bg {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 125px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.gray-link--hidden {
	display: none;
}
.quotes-list__item {
	padding: 0 10px;
}


/* producers*/

.gray-link-big--hidden {
	display: none;

	margin-bottom: 20px;

	font-size: 18px;
}
.small-form,
.profile-form{
	max-width: 970px;
}
/* cabinet*/
.cabinet-steps__item {
	position: relative;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;

	box-sizing: border-box;
	width: 190px;
	height: 56px;
	margin-left: 10px;
	padding: 0 15px 0 25px;

	cursor: pointer;
	transition: all .5s ease-in-out;
	letter-spacing: 0.11em;
	text-transform: uppercase;

	color: #fff;
	background: #0c359c;

	font-size: 12px;
	font-weight: bold;
}
.cabinet-steps .cabinet-steps__item:first-child::before {
	border-left: none;
}
.cabinet-steps .cabinet-steps__item:first-child {
	margin-left: 0;
}
.cabinet-steps .cabinet-steps__item--small:first-child {
	width: 20px;
}
.cabinet-steps__item--small {
	width: 30px;
	padding: 0;
}
.cabinet-steps__item div {
	margin: auto;

	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.cabinet-steps__item::before {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;

	content: '';

	border: 28px solid transparent;
	border-left: 10px solid #fff;
}
.cabinet-steps__item::after {
	position: absolute;
	z-index: 100;
	top: 0;
	right: -38px;

	content: '';
	transition: all .5s ease-in-out;

	border: 28px solid transparent;
	border-left: 10px solid #0c359c;
}

.cabinet-panel-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;

	width: 58%;
	height: 80px;
}
.cabinet-panel-right--descr {
	height: auto;
	padding: 30px 40px 30px 0;

	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.cabinet-panel-left {
	position: relative;

	float: left;

	width: 38%;
}
.step-grey {
	transition: all .5s ease-in-out;

	background: #d8d8d8;
}
.step-grey::after {
	transition: all .5s ease-in-out;

	border-left: 10px solid #d8d8d8;
}

.cabinet-panel__img {
	float: left;

	width: 100px;
	height: 80px;
	margin-right: 20px;
}
.cabinet-panel__text {
	display: inline-block;

	width: 310px;

	color: #b0b0b0;

	font-size: 0.75em;
	font-style: italic;
	line-height: 1.2;
}
.cabinet-panel__text h4 {
	margin: 0;

	color: #0c359c;

	font-size: 1.333em;
	font-weight: 500;
	font-style: normal;
}
.cabinet-panel__text a {
	position: absolute;
	bottom: 0;
}

.cab-link {
	position: absolute;
	left: 225px;
}
.cabinet-panel__wrap-item {
	border-bottom: solid 1px #d8d8d8;
}

.cabinet-panel__item {
	position: relative;

	height: 80px;
	margin: 0;
	padding: 10px 40px 10px 0;

	font-size: 1em;
}
.cabinet-panel__wrap-item:first-of-type {
	border-top: solid 1px #d8d8d8;
}
.cabinet-panel__descr {
	display: none;
}
.cabinet-panel__sign {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	height: 80px;
}
.cabinet-panel__sign img {
	width: 32px;
	height: 32px;

	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}
.cabinet-panel__item .cabinet-steps {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.cabinet-panel__btn {
	padding: 20px 38px;

	text-decoration: none;
	letter-spacing: 0.11em;
	text-transform: uppercase;

	color: #fff;
	border: none;
	border-radius: 3px;
	outline: none;
	outline: none;
	background: #c32420;

	font-size: 1em;
	font-weight: bold;

	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.cabinet-panel_arrow-down {
	position: absolute;
	top: 50%;
	right: 40px;

	width: 40px;
	height: 20px;
	margin-top: -10px;

	cursor: pointer;

	background: url("/local/templates/rqs/styles/../images/arrow_down.svg");
}
.cabinet-panel_arrow-down.active {
	background: url("/local/templates/rqs/styles/../images/arrow_up.svg");
}

.cabinet-panel_violat {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	font-size: 0.875em;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cabinet-panel_violat h4 {
	margin: 0;

	text-transform: uppercase;

	color: #c32420;

	font-size: 0.875em;
	font-weight: 500;
}

.cabinet-panel_violat span {
	font-weight: normal;
}
.cabinet-panel-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 40px;
}
.cabinet-panel-header .page-title {
	margin: 0;
}
.top-right-menu {
	position: relative;
}
.cabinet-dropMenu {
	position: absolute;
	z-index: 999;
	top: 68px;
	right: -20px;

	display: none;

	box-sizing: border-box;
	width: 170px;
	padding: 25px;

	background: #c32420;
}
.cabinet-dropMenu::after {
	position: absolute;
	z-index: -1;
	top: -40px;
	right: 22px;

	content: '';

	border: 28px solid transparent;
	border-bottom: 28px solid #c32420;
}
#cabinet {
	position: relative;
	z-index: 1000;
}
.cabinet-topMenu-wrap {
	display: inline-block;
}
#cabinet {
	display: none;
}
#steps {
	display: none;
}
.cabinet-dropMenu__title {
	opacity: .6;
	color: #fff;

	font-size: 0.75em;
	font-weight: 500;
}
.cabinet-dropMenu__item {
	display: block;

	padding: 20px 0;

	text-align: center;
	text-decoration: none;
	letter-spacing: 0.11em;
	text-transform: uppercase;

	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,.2);

	font-size: 0.95em;
	font-weight: bold;
}
.cabinet-dropMenu__item:last-child {
	padding: 20px 0 0;

	border-bottom: none;
}
.cabinet-form {
	width: 920px;
	margin-bottom: 100px;
}

.cabinet-form .form-footer {
	margin-top: 60px;
}
.cab-bott-link {
	display: inline-block;

	margin-right: 40px;
}
.pass-change {
	font-size: 1.5em;
}
.profile-form .cabinet-panel__btn {
	padding: 20px 80px;
}
.profile-form {
	margin-bottom: 0;
}

.checkbox-cab {
	display: inline-block;

	width: 45%;
	margin-bottom: 20px;
}
.cabinet-form .cabinet-steps__item {
	width: 18%;
}
.cabinet-steps {
	margin: 20px 0;
}
.cabinet-steps__note {
	width: 291px;
	margin-top: 10px;

	font-size: 0.875em;
}

.cabinet-steps__text {
	padding: 20px 0 10px;

	color: #676767;

	font-size: 1.5em;
	line-height: 1.333em;
}
.cabinet-steps__text--big {
	color: #585858;

	font-size: 2em;
	line-height: 1;
}
.cabinet-steps__file__title {
	font-size: 1.5em;
}
.cabinet-steps__file {
	margin: 40px 0;
	padding: 30px 50px;

	background: #f9faf5;
}

.cab-botLink {
	margin-right: 5px;

	font-size: 0.875em;
	font-weight: 500;
}

.file-item__text {
	padding: 10px 0 0 70px;

	color: #676767;

	font-size: 1.5em;
	line-height: 1.333em;
}
.file-item-cab:not(:first-of-type) {
	margin-top: 60px;
}
.file-item-prod {
	box-sizing: border-box;
	width: 300px;
	margin: 10px 30px 20px 0;
}
.file-item-prod .file-item__title {
	padding-left: 34px;
}

.cab-filter {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 848px;
	height: 50px;
	margin-left: auto;

	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
.cab-filter__item__img {
	float: left;

	margin-right: 10px;

	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}
.cab-filter__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-left: 3px;
	padding-left: 5px;

	text-decoration: none;

	color: #4a4a4a;
	border-bottom: solid 3px rgba(0,0,0,.1);
	background: #eeeeee;

	font-size: 0.75em;
	font-weight: bold;
	/*transition: transform .2s ease;*/
}
/*.cab-filter__item:hover{*/
/*transform: translateY(1px);*/
/*}*/

.cab-filter__item__title {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}
.fix-section {
	min-width: 1300px;
}

/* end cabinet*/

/* expert*/

.expert-img--big {
	float: left;

	width: 300px;
	height: 300px;
	margin-right: 40px;
}
.expert-op {
	overflow: hidden;

	max-width: 800px;
	padding-bottom: 1px;
}
.expert-wrap {
	padding-bottom: 80px;

	border-bottom: solid 1px #d8d8d8;
}
.expert-wrap h2 {
	margin: 0;

	font-size: 2em;
}

.expert-op__item {
	margin-top: 30px;
}
.expert-op__item:last-of-type {
	margin-bottom: 40px;
}

.expert-text {
	margin: 5px 0 0;

	font-size: 1.125em;
	line-height: 1.333;
}

.expert-articles .article-item {
	float: left;

	height: 215px;
	margin: 20px 10px;
}
.page-subtitle {
	max-width: 800px;
	margin-bottom: 40px;

	font-size: 1.5em;
	font-style: italic;
}

.meeting h4 {
	margin: 0 0 10px;
}
.expert-sovet-header {
	margin-bottom: 65px;
}
.expert-sovet-header p {
	margin: 0 0 20px;

	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.333;
}


.meeting__item {
	display: inline-block;

	box-sizing: border-box;
	width: 300px;
	margin-top: 20px;
	margin-right: 40px;
	padding: 15px 20px;

	vertical-align: top;

	border: solid 1px #d8d8d8;
}

.meeting__item:nth-of-type(even) {
	margin-right: 0;
}

.meeting__item__title {
	margin: 7px 0;

	font-size: 1.125em;
	font-weight: 500;
}

.meeting__item__addr {
	margin-bottom: 20px;

	font-size: 0.875em;
}

.meeting__item__dscr {
	font-size: 0.875em;
	font-style: italic;
}
.catalog-hide {
	display: none;
}
/* /expert*/


.itb_head_link
{
	margin-bottom:20px;
}
.itb_head_link a
{
	text-decoration: none;
}
.itb_head_link a span
{
	position: relative;
	top:-0.1em;
}
.itb_section
{
	padding-top:15px;
}

/*popup-banner form*/
.popup{
	background: #fff;
	border: 4px solid #C32420;
	left: 50%;
	margin: 0 0 0 -313px;
	padding: 40px;
	position: absolute;
	top: 10%;
	width: 539px;
	z-index: 1002;
}
.popup .stay-connected{
	margin: 0;
}
.popup .slideout-panel-close{
	right: 10px;
	top: 10px;
	opacity: 0.2;
}
.popup .slideout-panel-close:hover{
	opacity: 1;
}
.popup .section-header h2{
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
.popup .stay-connected .text-input {
	width: 367px;
	vertical-align: bottom;
}
.popup .section.well.social-block{
	background: #fff;
	margin: 20px 0 0;
	padding: 30px 0 0;
}
.popup .stay-connected__subscribe{
	width: 100%;
}
.popup .stay-connected__subscribe .btn{
	margin: 0;
}
.popup .social-block__text p{
	color: #c32420;
	font-size: 16px;
	margin: 0 0 7px;
}

/*.status-info
*************** */
.status-info{
	margin-bottom: 30px;
}
.status-image{
	float: left;
	width: 300px;
}
.status-icon{
	height: 48px;
	width: 48px;
	float: left;
}
.status-title{
	float: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-left: 15px;
}
.status-description{
	margin-left: 330px;
	margin-top: 3px;
	font-style: italic;
	color: #777;
}
.status-info_bad{
	padding: 15px;
	background: #f5f5f5;
}
.status-info_bad .status-title{
	font-size: 26px;
	font-weight: 400;
	line-height: 48px;
	float: none;
}
/*.catalog-icrt-list */
.catalog-icrt-list  .product-list__item{
	position: relative;
}
.catalog-icrt-list .product-list__item__quality-wrap{
  height: 50px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 50px;
}

.catalog-icrt-list .icon-quality-2{
  color: #c32420;
  font-size: 50px;
}
.product-list__quality__value {
  font-weight: bold;
  position: absolute;
  text-decoration: none;
  top: 15px;
  color: #fff;
}
.page-title .product-list__item__quality-wrap{
	position: relative;
	top: -0.25em;
}
.page-title .product-list__quality__value {
  font-size: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 70px;
}



.catalog-list--inline .page-title-rightLink{
    float: left;
    position: relative;
}
.catalog-list--inline .product-list__quality__value {
    color: #c32420;
    font-size: 13px;
    font-weight: bold;
    left: 7px;
    position: absolute;
    text-decoration: none;
    top: 4px;
}
/*starrating
*/
.rating{
    font-size: 14px;
}
.rating .count{
  color: #c32420;
  font-size: 1em;
  margin-left: 0.25em;
  top: -0.08em;
  position: relative;
}
.rating .count_black{
	color: #000;
}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  display: inline-block;
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: text;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}
.research_icrt-results .catalog-list--inline  .product-list__item__img img{
	width: 100%;
	height: 100%;
	max-width: 100px;
	max-height: 115px;
}

.research_icrt-results .product-list__item__title-wrap{
	margin-left: 0;
}
/*.research_icrt-results .catalog-list .product-list__item__img{
	height: 200px;
  width: 200px;
}*/
.research_icrt-results .catalog-list .product-list__item__img img{
  height: auto;
  width:auto;
  max-height: 200px;
  max-width: 200px;
}
/*.research_icrt-results .catalog-list--inline .product-list__item__img{
	height: 100px;
  width: 100px;
}*/
.research_icrt-results .catalog-list--inline .product-list__item__img img{
	height: auto;
  width:auto;
  max-height: 100px;
  max-width: 100px;
}
/* знак качества в списке товаров*/
.catalog-list .product-list__item__quality-icon{
	height: 60px;
	width: 60px;
	background-size: 40px;
	-webkit-background-size: 40px;
	left: 145px;
	top: 10px;
}
.catalog-list--inline .product-list__item__quality-icon{
	height: 40px;
	width: 40px;
	left: 70px;
	-webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  top: 20px;
}
.catalog-list--inline .product-list__item__quality-icon,
.catalog-list .product-list__item__quality-icon {
	border-radius: 50%;
	bottom: auto;
	box-shadow: 4px 4px 5px 0 #323232cc;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-color: #fff;
  background-position: 50% 50%;

}
.bad_product{
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.bad_product:hover{
  outline: 1px solid #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bad_product img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.bad_product a{
  color: #333;
}
.bad_product .rating span{
  color: #000;
}
.product-list__item{
  position: relative;
}
.product-list__item__title-wrap{
  margin-left: 0;
}
.product-list__item__title{
	font-weight: normal;
}
.indicator-legend{
  color: #999;
  font-weight: 200;
  margin-bottom: 0;
  padding: 10px 10px 0;
  text-align: right;
}
#anchor-indicators .indicator-legend{
	background-color: #fafafa;
}
.goal .producers-advantages{
	max-width: 100%;
	margin: 0;
	font-size: 0;
}
.goal .producers-advantages__item{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 60px;
	box-sizing: border-box;
	margin: 0;
	float: none;
	font-size: 16px;
}
.tasks{
	margin: 0 -20px;
}
.tasks .mechanics__item{
	width: 33.3%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.tasks-line{
	width: 100%;
}
/* .quality-filter
-------------------- */
.quality-filter-wrap{
	/*display: block;
	width: 100%;*/
	min-height: 38px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.quality-filter-wrap.catalog_search{
	flex-wrap: nowrap;
}
.quality-filter-wrap .quality-caption{
  align-items: center;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  color: inherit;
  line-height: 1;
  margin-right: 2px;
  padding: 5px 10px;
  text-decoration: none;
  height: auto;
	white-space: nowrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: flex-start;
	margin-bottom: 5px;
}
.quality-filter-wrap strong{
  display: block;
  float: left;
  line-height: 36px;
}
.quality-filter-wrap .quality-caption:first-child{
	padding-left: 0;
}
.quality-filter-wrap .sort-block .quality-caption{
  line-height: 36px;
}
.quality-filter-wrap .sort-block a,
.catalog_sorting .sort_order{
  padding-right: 20px;
  background: url("/local/templates/rqs/images/sort_both.png") no-repeat 100% 50%;
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
.catalog_sorting .sort_order{
	height: 36px;
	float: left;
	line-height: 36px;
	padding-left: 10px;
}
.quality-filter-wrap .sort-block .active,
.catalog_sorting .desc {
  background-image: url("/local/templates/rqs/images/sort_desc.png");
  color: #0C359C;
}
.quality-filter-wrap .asc{
  background-image: url("/local/templates/rqs/images/sort_asc.png");
  color: #0C359C;
}
.quality-filter-wrap .quality-caption-box{
   padding: 5px 10px;
}
.quality-filter-wrap .quality-filter input[type="text"]{
  width: 2em;
}
.quality-filter-wrap .quality-filter--icrt .btn{
  padding: 5px 10px;
}
.quality-filter-wrap .quality-filter-wrap{
  position: relative;
}
.quality-filter-wrap .quality-filter--icrt{
  max-width: inherit;
  flex-wrap: wrap;
	align-content: flex-start;
	align-content: flex-start;
}
.quality-filter-wrap .input__box{
  position: relative;
}
.quality-filter-wrap .input__box label{
  position: absolute;
  left: 5px;
  color: #777;
  line-height: 24px;
}
.quality-filter-wrap .input__box input[type="text"]{
  padding-left: 24px;
  padding-right: 14px;
  border-color: #777777;
  border-style: solid;
  border-width: 0 0 1px;
}
.quality-filter-wrap .input_price input[type="text"]{
  width: 55px;
}
.quality-filter-wrap .input_size input[type="text"], .input_rate input[type="text"]{
  width: 25px;
}
#filter_advansed .btn_clear{
  background: transparent;
  border: 3px solid #0c359c;
  color: #0c359c;
  margin-left: 25px;
  padding: 7px 10px;
}
.quality-filter-wrap .input_size input[type="text"]{
  width: 55px;
  padding-left: 24px;
  padding-right: 14px;
}
.quality-filter-wrap .input_from{
  margin-right: 15px;
}
#filter_advansed{
  padding: 20px;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 3em;
  background-color: #f9faf5;
  z-index: 1001;
}
#filter_advansed .item{
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  width: 400px;
}
.quality-filter-wrap .item-wrap{
  padding: 0 10px;
}
#filter_advansed .comment{
  display: inline-block;
  margin-right: 20px;
  margin-top: 14px;
  width: 200px;
}
#filter_advansed .irs {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.catalog-contents-col .quality-filter{
	float: left;
}
/* catalog_search
*******************/
.catalog_search{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
}
.catalog_search .material-input__field{
	font-size: 21px;
	height: 36px;
	margin: 0;
}
.catalog_search .material-input{
	margin-top: -30px;
	display: block;
}
.catalog_search .material-input__label{
	font-size: 21px;
	color: #C5BBBB;
	bottom: 10px;
	font-weight: 200;
}
.catalog_search .search-btn_box{
	margin-right: 15px;
}
.catalog_search .btn{
	padding: 10px 20px;
	width: 120px;
	text-align: center;
	cursor: pointer;
}
.catalog-menu-col .catalog_group:first-child h3{
	margin-top: 0;
}

/* End */


/* Start:/local/templates/rqs/styles/media.css?159791259931687*/
@media all and (min-width: 1370px) {
	.product-item__descr{
		width: 600px;
	}
}
@media all and (max-width: 1385px) {
	.btn-research__subscribe--active {
		/*margin-top: 10px;*/
		margin-right: 15px;
	}
	/*.main-menu li {
		font-size: 14px;
	}*/
	.main-menu img {
    vertical-align: -8px;
	}
	/*.researches-grid-item:nth-child(4n), #video-list .news-grid-item:nth-child(4n){
		margin-right: 2%;
	}*/
	#video-list .news-grid-item:nth-child(4n){
		margin-right: 2%;
	}
}

@media all and (max-width: 1370px) {
	/*.top-quote .people-card__img {
		display: none;
	}*/
	.top-quote .people-card__img, .top-quote .people-card{
	  display: block;
	}
	.top-quote .people-card__img{
		margin: 0 0 6px 0;
	}

	.product-item__descr {
		display: block;
		float: left;

		width: 31%;
	}

	.product-list-wrap {
		width: 31%;
	}

	.product-item__manufact {
		float: right;

		width: 18%;
	}

	.well--img--right--fixed {
		background-position-x: 300px;
		background-size: cover;
	}

	.research-data-table thead th {
		min-width: 80px;
	}


	.tabs__adaptive {
		min-width: 600px;
		margin-right: 200px;
	}
	.plus, .minus{
    float: none;
    width: 100%;
	}
}
@media all and (max-width: 1210px) {
	.category-description{
		display: none;
	}
	/*.quotes-list__item:nth-child(3), .quotes-list__item:nth-child(4) {
		display: none;
	}*/

	.quotes-list__item {
		/*width: 45%;
		min-width: 45%;*/
	}

	.show-toggle {
		display: none;
	}

	.show-toggle--category {
		display: inline-block;
	}
	.catalog-teaser {
		display: none;
	}
	.catalog-menu-col {
		display: none;
	}
	.catalog-title-all {
		display: block;
	}
	.catalog-menu-col--vis {
		display: none;
		float: none;

		width: 100%;
		margin: 30px 0 20px;
	}
	.catalog-menu__category {
		margin: 0;

		border-bottom: solid 1px #d8d8d8;
	}
	.catalog-menu__category__title {
		line-height: 3;
	}

	.catalog-contents-col {
		margin-left: 0;
	}

	.section-title-main--hidden {
		display: inline-block;
	}


	.quality-filter {
		display: none;
	}
	.catalog-contents-col .quality-filter__item{
		display: flex;
		float: left;
	}
	.quality-filter--category {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.quality-filter-wrap--index {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.catalog-menu-col--vis .catalog-menu__subcategories-list__item:first-of-type {
		display: block;
	}
	.catalog-menu__subcategories-list.accordion-contents {
	}
}

@media all and (max-width: 1290px) {
	.top-quote {
		padding: 0 0 0 25px;

		line-height: 0.75;
	}

	.top-quote .people-card {
		display: none;
	}

	.top-quote .blockquote {
		display: inline;

		padding: 0;

		font-size: 0.6875em;
		line-height: 1.09;
	}

	.top-quote .blockquote:before {
		position: static;

		display: inline;

		content: "« ";

		background: none;
	}

	.top-quote__name-inline {
		display: inline;

		font-size: 0.6875em;
		font-style: italic;
		line-height: 1.09;
	}

	.mechanics__item {
		margin-bottom: 30px;

		vertical-align: top;
	}

	.mechanics__item__title {
		max-width: 220px;
		margin: 20px auto 0;
	}
}


@media all and (max-width: 1195px) {
	.mechanics__item {
		margin-bottom: 40px;
	}

	.mechanics {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	.text--not--padded--tablet {
		padding-left: 0;
	}

	.press-image--tablet {
		margin-left: 0 !important;
	}
}

@media all and (max-width: 1170px) {
	.product-list-wrap {
		width: 44%;
		height: 420px;
	}

	.product-item__descr {
		clear: both;

		width: 55%;
	}

	.product-item__manufact {
		width: 35%;
	}

	.product-item__slider {
		margin-bottom: 40px;
	}

	.files-grid-item {
		width: 46%;
		margin-right: 3%;
	}

	.not-standart {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.research-text {
		margin-left: 0;
		padding-left: 0;
	}

	.text-note--longread {
		float: none;

		width: auto;
		margin: 20px 0;
		padding: 0;
	}

	.brand-banner div {
		width: 33.333%;
	}
	.brand-banner h3 {
		font-size: 1em;
	}

	.brand-banner__center-img {
		width: 49.5%;
	}

	.brand-banner__right-img {
		width: 73%;
		margin-bottom: -5px;
	}

	.brand-banner__left-img {
		width: 73%;
	}

	.brand-banner {
		height: auto;
	}

	.view-all--catalog {
		display: inline-block;

		margin-top: 0;
	}

	.view-all--catalog.pull-right {
		margin-top: 0;
	}

	.show-toggle {
		display: none;
	}

	.show-toggle--category {
		display: inline-block;
	}

	.catalog-contents-col {
		margin-left: 0;
	}

	.section-title-main--hidden {
		display: inline-block;
	}


	.quality-filter--category {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.text-note {
		margin-left: 0;
	}

	.tabs__adaptive {
		margin-top: 30px;
	}
	.plus, .minus{
    float: left;
    width: 46%;
	}
	.plus, .minus{
    float: right;
    width: 46%;
	}
}
@media all and (max-width: 1650px) {
	.main-menu {
		display: block;
	}

	.main-menu li {
		display: inline-block;
		font-size: 15px;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.main-menu img {
    vertical-align: -6px;
	}
}
@media all and (max-width: 1024px) {
	.site-header {
		padding-bottom: 5px;
	}

	.has-aside {
		flex-direction: column;

		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}


	.has-aside__right {
		width: auto;
		min-width: 0;
		max-width: 100%;
		margin: 50px 0 0;
	}
	.product-list-grid--link {
		display: none;
	}
	.activity-text--fullwidth {
		width: 100%;
	}
}

@media all and (max-width: 1023px) {
	.top-quote {
		display: none;
	}

	.main-about {
		width: 100%;
	}

	.about-advantages {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}

	.catalog-contents-col {
		margin-left: 0;
	}
	.section-title-main--hidden {
		display: inline-block;
	}


	.mechanics {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.quality-filter--category {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.quality-filter__item {
		padding: 5px 30px;
	}

	.main-about {
		width: 100%;
	}
	.quality-filter__item__title {
		display: none;
	}
	.catalog-contents-col .quality-filter__item{
		display: flex;
	}
	.about-advantages {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.quality-filter__item__img {
		margin: 0;
	}

	.msi-text {
		float: none;

		width: auto;
	}

	.msi-join {
		float: none;

		width: auto;
		max-width: 420px;
		margin: 50px auto 0;
	}

	.labs-conditions .labs-conditions__item:first-child {
		float: none;

		width: auto;
		margin: 0;
	}

	.labs-conditions__item__num {
		width: 47%;
		margin-top: 50px;
		margin-left: 0 !important;
		/*padding-right: 20px;*/
	}

	.labs-conditions__item__num + .labs-conditions__item__num {
		margin-left: 6% !important;
	}

	.image-header__content {
		width: auto;
	}

	.producers-advantages__item__title {
		padding: 3px 0;

		font-size: 0.75em;
		line-height: 1.125;
	}

	.well--img--right {
		background-position-x: -40%;
		background-size: cover;
	}

	.page-title {
		/*font-size: 3em;*/
	}

	.page-annotation .warning {
		width: 90%;
	}

	.footer-socials__item {
		margin-left: 10px;
	}
	.footer-socials-col{
		width: auto;
	}
	.footer-socials-col .footer-socials{
		margin-left: 0;
	}
	.footer-col {
		width: 23.72%;
	}

	.footer-col.footer-col--last {
		display: none;
	}

	.about-info__text-container {
		float: none;

		width: auto;
		margin-right: 0;
	}

	.about-info__text {
		margin-bottom: 0;
	}

	.about-info__text > div {
		float: none;

		width: auto;
		margin-bottom: 20px;
		padding: 0 !important;
	}

	.about-info__file {
		float: none;

		width: auto;
		margin-top: 20px;
	}

	.top-management .people-card {
		float: none;

		width: auto;
		margin-right: 0;
	}

	.research-text {
		margin-left: 0;
		padding-left: 0;
	}

	.text-note {
		float: none;

		width: auto;
		margin: 20px 0;
		padding: 0;
	}
	.text-note_in_text{
		margin: 20px 0;
		padding: 10px;
	}
	.has-aside {
		display: block;
	}

	.has-aside__right--no-content {
		margin: 0;
	}

	.product-item__descr {
		width: 45%;
		max-width: 100%;
	}

	.product-item__manufact {
		width: 40%;
		max-width: 300px;
	}

	.section-title--item-cart {
		float: none;

		margin-bottom: 30px;
	}

	.statistics__item {
		width: 48%;
		padding: 0;
	}

	.page-title-rightLink img {
		width: 32px;
		height: 32px;
	}

	.page-title-rightLink span {
		font-size: 14px;
		line-height: 16px;
	}

	.statistics--tablet--view {
		display: initial;
	}

	.statistics__item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.statistics__item--tablet--view {
		display: inline-block;

		width: 25%;
		padding-right: 5%;

		vertical-align: top;

		color: #676767;

		-webkit-font-smoothing: antialiased;
	}

	.statistics__item__num {
		float: left;

		min-width: 110px;
	}

	.statistics__item__num--tablet--view {
		float: none;
	}

	.well--img--right--info-tests {
		background-position-x: 100%;
		background-size: 45%;
	}

	.well--img--right--info {
		background-position-x: 100%;
		background-size: contain;
	}


	.sign-header {
		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}

	.sign-header__description {
		width: 62%;

		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-item-align: start;
		-webkit-align-self: flex-start;
		align-self: flex-start;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.sign-header__img {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		text-align: center;
	}

	.sign-header__note {
		margin-top: -250px;

		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-item-align: end;
		-webkit-align-self: flex-end;
		align-self: flex-end;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.sign-origins {
		display: block;
	}
	.view-all--catalog {
		display: inline-block;

		margin-top: 0;
	}

	.sign-origins > div {
		width: 100%;
	}
	.view-all--catalog.pull-right {
		margin-top: 0;
	}
	.sign-origins .media-item {
		margin-left: 0;
	}


	.main-slider__nav-btn {
		display: none;
	}


	.view-all--catalog {
		display: block;

		margin-top: 20px;
	}

	.view-all--tablet--shown {
		display: block;
	}



	.well--img--right--fixed {
		background-position-x: 300px;
		background-size: cover;
	}
	.view-all-index {
		display: none;
	}
	.view-all-index--hidden {
		display: block;
	}
	.protocols-list {
		flex-direction: column;

		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.protocols-list .gray-link {
		width: 120px;
	}
	.view-all--small--shown {
		display: inline-block;
	}

	.researches-grid-item--tablet {
		margin-right: 5%;
	}

	.news-grid-item--tablet--fit {
		margin-right: 5%;
	}

	.textToggle__btn--more--content {
		display: inline-block;
	}


	.text-slide__bg--more--content {
		display: block;
	}

	.text-slide--more--content {
		overflow: hidden;

		height: 400px;
	}


	.blockquote--big.blockquote-gigantism:before {
		content: "« ";
	}

	.blockquote-gigantism:before {
		position: relative;

		display: inline;

		background: none;
	}

	.tabs__adaptive {
		min-width: 600px;
		margin-top: 0;
		margin-right: 0;
	}
	.product-list-wrap {
		width: 45%;
		height: auto;
		margin-top: 40px;
	}
	.text img{
		max-width: 70% !important;
	}
}

@media all and (max-width: 1070px) {
	.stay-connected__subscribe .btn {
		margin-top: 10px;
		margin-right: 15px;
	}
	.search-form .btn{
		margin-top: 0;
	}
	.stay-connected__social .social-btn--fb {
		margin-bottom: 5px;
	}

	.prev-album--fit-width {
		width: 50%;
	}

	.next-album--fit-width {
		width: 50%;
	}

	.votes-list--tablet--view {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.votes-list__item {
		margin-bottom: 30px;
	}

	.text-input--news--subscribe {
		width: 100%;
		max-width: 300px;
		margin-top: 10px;
	}
	.subscribe-form {
		clear: both;
	}
	.subscribe-form .btn {
		margin: 0;
	}
	.plus, .minus {
    float: none;
    width: 100%;
	}
	.has-aside__content .text--big img{
		max-width: 100%;
		height: auto;
	}
	.goal .producers-advantages__item{
		width: 50%;
		padding: 0 30px 20px 30px;
	}
}

@media all and (max-width: 850px) {
	.files-grid-item {
		width: 80%;
	}

	.section-title--tablet-hidden {
		display: none;
	}
	.main-slider__nav-btn {
		display: none;
	}

	.video-preview--mobile {
		max-width: 100%;
	}
	.expert-img--big {
		float: none;
	}
}
@media all and (max-width: 800px) {
	.subscribe-reverse .pull-right,
	.subscribe-reverse .pull-left{
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.subscribe-reverse .btn{
		margin-top: 0;
	}
}
@media all and (max-width: 767px) {
	.status-image{
		float: none;
		width: auto;
	}
	.status-description{
		clear: both;
    		margin-left: 0;
   		padding-top: 10px;
	}
	.btn__news__subscribe--active {
		display: block;

		margin-top: 10px;
		margin-left: 0 !important;
	}

	.site-container {
		padding: 0 10px;
	}
	.site-header + .banner-section {
		margin-top: 0;
	}
	.banner-section-index__title span {
		font-size: 22px;
	}
	.sign-header__description {
		width: 100%;

		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-item-align: start;
		-webkit-align-self: flex-start;
		align-self: flex-start;
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		flex-basis: auto;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.sign-header__img {
		width: 60%;
	}

	.sign-header__img img {
		width: 100%;
	}

	.sign-header__note {
		margin-top: 40px;
		margin-top: 40px;

		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-item-align: end;
		-webkit-align-self: flex-end;
		align-self: flex-end;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.sign-header {
		margin-right: -10px;
	}

	.site-header {
		margin-bottom: 30px;
		padding-top: 20px;
		padding-bottom: 0;

		border: 0;
	}

	.footer-container {
		padding: 0 10px;
	}

	.section-header {
		margin-bottom: 30px;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.well {
		margin-right: -10px;
		margin-left: -10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.section-title,
	.section-header h1,
	.section-header h2 {
		padding: 0;

		word-wrap: break-word;

		border: none;

		font-size: 1.125em;
	}

	.page-title {
		margin-top: 30px;
		margin-bottom: 20px;

		word-wrap: break-word;

		font-size: 2em;
	}

	.producers-advantages__item {
		float: none;

		width: auto;
		margin: 0 0 30px !important;
	}

	.stay-connected {
		display: none;
	}
        .search_form{
		display: block;
	}
	.search_form .stay-connected__subscribe--width100{
		width: 100%;
	}
        .search_form .text-input{
          width: 100%;
        }
	.stay-connected--main {
		display: block;
	}

	.labs-conditions__item__num {
		float: none;

		width: auto;
	}

	.mechanics {
		text-align: center;
	}

	.mechanics__item {
		width: auto;
	}

	.logo {
		margin-right: 5px;
	}

	.logo img {
		width: 140px;
	}

	.top-legal {
		width: 90px;
		margin-top: 0;
		padding: 1px 0 0;

		border: 0;
		background: none;

		font-size: 8px;
		line-height: 9px;
	}

	.top-right-menu {
		display: none;
	}

	.main-menu {
		display: none;
	}

	.well--img--right {
		background-position-x: -80%;
	}

	.well--img--right--fixed {
		background-position-x: 10px;
		background-size: cover;
	}

	.labs-conditions__item__num + .labs-conditions__item__num {
		margin-left: 0 !important;
	}

	.footer-col {
		display: none;
		float: none;

		width: auto;
		margin-left: 0 !important;

		text-align: center !important;
	}

	.footer-col.footer-legal {
		display: block;
	}

	.footer-col.footer-col--last {
		display: block;

		margin-top: 30px;
	}
	.footer-socials-col{
		text-align: center;
		width: 100% !important;
		position: static;
	}
	.footer-socials__item {
		margin: 0 5px;
	}

	.site-footer:before {
		left: 20px;
	}

	.site-footer:after {
		right: 20px;
	}

	.burger-btn {
		display: block;
	}

	.researches-slider {
		margin: 0 -10px !important;
		padding: 0 10px;
	}

	.b-share__handle:before {
		content: "";
	}

	.shares .b-share_theme_counter .b-share-icon {
		margin: 0 5px 0 5px;
	}

	.tabbed, .product-measure-section {
		display: none;
	}

	.file-link {
		display: block;
	}

	.page-title-rightLink {
		display: block;

		margin-top: 20px;
	}

	.product-item__slider {
		margin-top: 30px;
	}

	.product-list-grid--veiw-all {
		display: none;
	}

	.twoColumns-text {
		width: 100%;
	}

	.swiper-container.swiper-container--full {
		margin: 0 -10px;
		padding: 0 10px;
	}

	.files-grid-item {
		width: 100%;
		margin: 0 0 40px;
	}

	.files-grid-item:last-child {
		margin-bottom: 0;
	}

	.brand-banner {
		display: block;
	}

	.brand-banner div {
		width: 100%;
	}

	.brand-banner h3 {
		padding: 0 25px;

		font-size: 1em;
	}

	.brand-banner__center-img {
		width: auto;
	}

	.brand-banner__right-img {
		width: auto;
		margin-bottom: -5px;
	}

	.brand-banner__left-img {
		width: auto;
	}

	.brand-banner {
		height: auto;
	}

	.brand-banner__right-img {
		margin-right: -200px;
	}

	.brand-banner {
		margin: 0 -10px;
	}

	.well--img--right--info-tests {
		background-position-x: 100%;
		background-size: 50%;
	}

	.stay-connected--main .stay-connected__social {
		width: 100%;
		margin-top: 30px;

		text-align: left;
	}
	.stay-connected--main .stay-connected__subscribe .btn {
		margin-top: 0;
	}

	.stay-connected--main .stay-connected__subscribe {
		width: 100%;
	}

	.banner-section {
		margin: 0 -10px;
	}

	.banner-section-index {
		height: 243px;

		background: url("/local/templates/rqs/styles/../images/banner-index.jpg") no-repeat 66% 89%;
		background-size: cover;
	}

	.banner-section-index__title {
		right: 0;

		font-size: 22px;
	}

	.step-form-submit--small--mobile {
		width: 230px;
		margin-left: auto;
	}
	.infographics-wrap {
		margin: 0 -10px;
	}



	.sign-header__description {
		width: 98%;
	}

	.view-all {
		display: none;
	}

	.view-all--hidden {
		display: block;

		margin-top: 20px;
	}

	.step-form-submit--small--mobile {
		width: 230px;
		margin-left: auto;
	}
	.catalog-teaser {
		margin-bottom: 40px;
	}

	.catalog-teaser__item {
		float: none;

		width: 100%;
		margin: 0;

		text-align: left;

		color: #4a4a4a;
		border-top: solid 1px #d8d8d8;
	}
	.catalog-teaser__item:last-of-type {
		border-bottom: solid 1px #d8d8d8;
	}
	.catalog-teaser__item img {
		display: none;
	}

	.page-annotation--tablet-hide {
		display: none;
	}

	.well--img--right--shown {
		background-position-x: 20%;
	}

	.prev-album--fit-width {
		width: 100%;
		margin-bottom: 30px;
	}

	.next-album--fit-width {
		width: 100%;
		margin-bottom: 30px;
	}

	.next-album--mobile--left {
		float: none;

		text-align: left;
	}

	.album-title--mobile--left {
		float: none;

		text-align: left;
	}

	.view-all--mobile--left {
		float: none;

		text-align: left;
	}

	.album-title--no--padding--mobile {
		padding-left: 0;
	}

	.view-all--hidden--mobile {
		display: block;

		margin-top: 20px;
	}

	.view-all--tablet--shown {
		display: none;
	}

	.researches-grid-item--mobile {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}


	.banner-section-index__title {
		width: 164px;
	}

	.quality-category-title--mobile:before {
		border-top: none;
	}
	.view-all--small--shown {
		display: inline-block;
	}

	.site-header + .well--img {
		margin-top: 0;
	}

	.statistics__item--mobile--view {
		width: 80%;
		padding-right: 0;
	}

	.statistics__item__num--mobile--view {
		display: inline-block;

		min-width: 80px;
		max-width: 80px;

		vertical-align: middle;

		font-size: 3.75em;
	}

	.statistics__item__description--mobile--view {
		display: inline-block;

		width: 70%;

		vertical-align: middle;

		font-size: 0.75em;
	}

	.blockquote--toggle {
		display: none;
	}

	.gray-link-big--mobile--centered {
		display: block;

		width: 160px;
		margin: 0 auto;

		text-align: center;
	}

	.research-data-table--mobile--hidden {
		display: none;
	}

	.sign-header__note--dl--mobile--shown {
		display: block;

		margin-top: 10px;
	}

	.pdf-link {
		display: block;
	}
	.view-all--catalog--hidden {
		display: inline-block;
	}
	.show-toggle--category {
		display: none;
	}
	.quality-filter__item {
		padding: 5px 9.5%;
	}
	.main-menu-fixed {
		display: none;
	}
	.quotes-list__item:nth-child(2) {
		display: none;
	}

	.quotes-list__item {
		width: 80%;
		min-width: 80%;
	}
	.text--padded {
		padding-left: 0;
	}
	.page-title--catalog {
		display: none;
	}
	.page-subtitle {
		font-size: 1em;
	}
	.catalog-title {
		display: block;

	}
	.catalog-list--index {
		height: 320px;
	}
	.quality-filter {
		overflow: hidden;

		width: 100%;
	}
	.image-header__content .page-title .press-date{
		font-size: 1.5em;
	}
	.text img{
		max-width: 100% !important;
                height: auto;
	}
	.text .img_right,
	.text .img_left{
		float: none;
		width: 100%;
		padding: 0;
		margin: 35px 0;
	}
	.goal .producers-advantages__item{
		float: none;
		width: 100%;
	}
	.tasks .mechanics__item{
		float: none;
		width: 50%;
	}
	.tasks-line{
		display: none;
	}
}
/*767*/

@media all and (max-width: 580px) {
	.text table{
		overflow-x:auto;
		display: block;
	}
	.catalog-title{
		font-size: 1.5em;
		padding-right: 40px;
	}
	.product-item__slider {
		width: 100%;
	}

	.product-item__slider img {
		width: 100%;
	}

	.product-item__slider__small {
		display: none;
	}

	.product-list-wrap {
		width: 100%;
	}

	.product-item__descr {
		width: 100%;
		margin-bottom: 40px;
	}

	.product-item__manufact {
		float: left;

		width: 100%;
	}


	.quality-filter__item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		width: 25%;
		padding: 5px 0;

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.social-btn__text {
		display: none;
	}

	.statistics__item {
		width: 100%;
	}

	.section-title--hidden {
		display: block;
	}

	.section-title--info-top {
		display: none;
	}

	.brand-banner div {
		margin-top: 50px;
	}

	.brand-banner h3 {
		margin-bottom: 13.5%;
		padding: 0 50px;

		font-size: 1.125em;
	}

	.brand-banner__right-img {
		margin-right: -200px;
	}

	.brand-banner p {
		margin-bottom: 45%;
	}

	.well--img--right--info-tests {
		background-position: right 10%;
		background-position-y: 10%;
		background-size: 70%;
	}

	.page-title--control {
		margin-right: 100px;
		margin-bottom: 40%;
	}
	.social-btn__icon {
		margin-left: 0;
	}

	.social-btn__icon {
		margin-left: 0;
	}

	.stay-connected--main .stay-connected__subscribe .btn {
		display: block;

		margin-top: 10px;
	}

	.about-advantages__item__img {
		display: none;
	}

	.about-advantages__item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.view-all--catalog {
		display: none;
	}

	.pull-left + .btn--block,
	.section-title + .btn--block {
		display: block;
		clear: both;

		max-width: 160px;
		margin-left: 0;
	}

	.btn--block {
		margin-top: 10px;
	}

	.quotes-list__item {
		min-width: 100%;
	}

	.blockquote--big {
		font-size: 1.125em;
	}

	.banner-section-index a {
		font-size: 22px;
	}

	.infographics-wrap {
		display: none;
	}

	.infographics-mobile {
		display: block;
	}


	.press-item__date {
		float: none;
	}
	.news-grid-item img {
		display: none;
	}
	.news-item__title a {
		text-decoration: underline;

		color: #0c359c;
	}
	.news-item--no-image .news-item__title:first-letter,
	.betony:first-letter {
		float: none;

		margin-right: 0;

		font-size: 1em;
		font-weight: normal;
	}
	.text-slide {
		overflow: hidden;

		height: 200px;
	}


	.text-slide__bg {
		display: block;
	}
	.text-slide__toggle a:not(:first-child) {
		display: block;

		margin-top: 10px;
	}

	.material-input--mobile-hide {
		display: none;
	}

	.material-input__field-mobile {
		font-size: 1em;
	}

	.material-input__label--mobile {
		font-size: 1.125em;
	}

	.file-item__description--mobile {
		padding-left: 73px;
	}

	.step-form-submit-label--mobile {
		width: 70px;
	}

	.step-form-next {
		margin-left: 0;
	}

	.slideout-panel {
		padding: 10px;
	}

	.btn--extra--large--mobile {
		width: 231px;
	}

	.step-form-submit--title {
		display: inline-block;

		width: 70px;
	}
	.mechanics {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.quotes-list__item {
		width: 100%;
		min-width: 100%;
	}

	.blockquote--big {
		font-size: 1.125em;
	}
	.banner-section-index a {
		font-size: 22px;
	}
	.producers-list {
		display: none;

		padding: 20px 0 0 20px;
	}

	.producer {
		display: inline-block !important;
	}
	.producers-expand {
		display: none !important;
	}
	.producers-group__title {
		display: none;
	}
	.gray-link-big--hidden {
		display: inline;

		cursor: pointer;
	}

	.producer-group__link {
		display: block;

		margin-bottom: 20px;
	}
	.text-item {
		display: none;
	}

	.producers-list--mobile-shown {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		padding-right: 0;
	}

	.well--img--right--fixed {
		background-position-x: -90px;
		background-size: cover;
	}


	.header-menu--mobile-block a {
		display: block;

		margin-bottom: 20px;
	}

	.header-menu--mobile-block a:last-of-type {
		margin-bottom: 40px;
	}

	.mechanics {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.producers-list  .producer--mobile-grow {
		width: 100%;
	}

	.producers-expand--mobile-view {
		top: 100%;
		right: 60%;
		bottom: 0;

		margin-top: 0;
		margin-right: -100px;
	}

	.quality-category-title__description--mobile {
		max-width: 260px;

		vertical-align: top;
	}
	.quality-category-title__img--mobile--align {
		vertical-align: top;
	}

	.votes-list--mobile--view {
		flex-direction: column;

		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}

	.votes-list__item {
		margin-right: auto;
		margin-left: auto;
	}

	.contacts-description {
		width: 100%;
	}

	.gray-link--hidden {
		display: inline-block;
	}

	.banner-section-index__title {
		width: 168px;
	}


	.stay-connected .text-input {
		width: 275px;
		margin-right: 0;
	}
        .search_form .text-input{
          width: 100%;
        }
	.media-item {
		width: 290px;
	}
	.media-item img {
		width: 100%;
	}
	.product-item__slider__big {
		width: 100%;
		height: auto;
	}

	.producers-list--mobile--fixed {
		display: block;
	}
	.producers-list--mobile--fixed .producer {
		display: none !important;
	}
	.producers-list--mobile--fixed .producer:nth-of-type(-n+4) {
		display: inline-block !important;
	}
	.vote-answer-table__title {
		width: 200px;
	}

	.vote-answer-bar {
		display: none;
	}
	.text-input--news--subscribe {
		width: 100%;
		max-width: 300px;
	}
	.subscribe-reverse .pull-right, .subscribe-reverse .pull-left{
		text-align: left;
	}
}

@media all and (max-device-width: 736px) {
	.infographics-wrap {
		font-size: 0.65em;
	}

	.slide-text-title {
		font-size: 1.4em;
	}

	.slide-text {
		width: 40%;
	}
}

@media all and (min-width: 581px) {
	.text-slide__bg {
		display: none !important;
	}


	.text-slide {
		height: auto !important;
	}


	.producers-list {
		display: block !important;

		padding-right: 70px;
	}
	.producer {
		display: inline-block;
	}
	.producers-group__title {
		display: block;
	}
	.gray-link-big--hidden {
		display: none;

		cursor: pointer;
	}
	.producer-group__link {
		display: none;
	}
}


@media all and (min-width: 1023px) {
	.text-slide__bg--more--content {
		display: none !important;
	}

	.text-slide--more--content {
		height: auto !important;
	}
}
@media only screen and (orientation : landscape) {
	.infographics-wrap {
		display: block;
	}
	.infogra-message {
		display: none;
	}
}
@media all and (min-width: 1211px) {
	.catalog-menu__subcategories-list__item:not(:first-of-type) {
		display: block!important;
	}
	.catalog-menu__category__title {
		display: block!important;
	}
	.catalog-title {
		position: relative;

		display: block;

		margin-bottom: 12px;
		padding: 0;

		transition: background 0.15s ease;
		text-decoration: none;

		background: none;

		font-size: 0.875em;
		line-height: 1;
	}
	.catalog-menu__category.no-border:last-of-type {
		border-bottom: none;
	}
	/*.catalog-menu__subcategories-list__item:first-of-type {
		display: none!important;
	}*/
	.catalog-title.active {
		background: none;
	}
}
/*POPUP-BANNER FORM*/
@media all and (max-width: 1050px) {
	.popup .stay-connected .text-input {
	width: 352px;
	}
}
@media all and (max-width: 640px) {
	.popup{
		padding: 40px 15px;
		margin: 0 0 0 -288px;
	}
	.popup .stay-connected__subscribe .btn{
		margin: 10px 0 0 0;
	}
	.popup .stay-connected .text-input, .popup .btn{
		width: 100%;
	}
}
  @media all and (max-width: 615px) {
	.popup{
		left: 0;
		margin: 0;
		right: 0;
		width: auto;
	}
}
@media screen and (max-width:1600px) {
	.main-slider-image{
		height: 150px!important;
		width: 150px!important;
	}
	.main-slider-text{
		margin-left: 225px;
	}
}
@media screen and (max-width:1200px) {
	#mainSlider{
		width: 100%;
		float: none;
	}
	.main-slider-image{
		height: 350px!important;
		width: 350px!important;
		float: none;
		margin: 	0 auto;
	}
	.main-slider-text{
		margin: 20px 0 0 0;
	}
	.news-block .section{
		margin: 0;
	}
	.news-block {
		margin: 35px -35px;
		padding: 0 35px;
		width: auto;
		float: none;
    background: #f9faf5 url("/local/templates/rqs/styles/../images/well-grad.png") repeat-x left bottom;
	}
	.news-block .section{
		padding: 40px 0 25px 0;
	}
}
@media screen and (max-width:767px) {
	.news-block {
		margin: 10px -10px;
		padding: 10px 10px 20px 10px;
		width: auto;
		float: none;
    background: #f9faf5 url("/local/templates/rqs/styles/../images/well-grad.png") repeat-x left bottom;
	}
         .news-block .section{
               padding-bottom: 0;
       }

}
@media screen and (max-width:580px) {
	.news-item__img{
		float: none;
	}
	.news-item{
		margin-bottom: 20px;
	}
	.news-item--no-image .news-item__title:first-letter,
	.betony:first-letter {
		display: inline;
		margin-right: 0;
		vertical-align: inherit;
		float: none;
		font-size: 1em;
		font-weight: 200;
		line-height: 1;
	}
}
@media all and (max-width: 480px) {
  #anchor-results .tabs__adaptive{
    min-width: 100%;
  }
  #filter_advansed .item,
  #filter_advansed .comment,
  #filter_advansed .irs{
    width: 100%;
  }
  #filter_advansed .btn{
    margin: 0;
    width: 100%;
  }
  #filter_advansed .btn_setFilter{
    margin-bottom: 20px;
  }
  .quality-filter-wrap .quality-caption,
  .select-box .quality-caption-box{
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: none;
  }
  .quality-filter-wrap .quality-caption, .quality-filter-wrap .quality-caption strong{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .quality-filter-wrap .quality-caption strong{
  	margin-bottom: 0;
  }
  .status-info_bad .status-icon{
  	display: block;
		margin: 0 auto;
		float: none;
  }
  .status-info_bad .status-title{
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
  }
}
@media screen and (max-width:420px) {
	.main-slider-image {
    height: auto !important;
    width: 100%!important;
	}
	.tasks .mechanics__item{
		width: 100%;
	}
	.statistics__item{
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.statistics__item__num{
		float: none;
	}
	.statistics__item__title br{
		display: none;
	}
}
@media screen and (max-width:1200px) {
	.show_menu{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:700px) {
	.quality-filter-wrap{
		min-height: inherit;
		clear: left;
	}
	.quality-filter-wrap strong{
		float: none;
		width: 100%;
		display: block;
	}
	.quality-filter-wrap .quality-caption{
		float: left;
	}
}

/* End */


/* Start:/local/templates/rqs/vendor/Swiper/dist/css/swiper.min.css?145035955214730*/
/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 10, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* End */


/* Start:/local/templates/rqs/styles/jquery.smartbanner.css?14828337704093*/
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:10px; top:15px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:35px; top:20px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:103px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; /*min-height:28px*/}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }

/* End */


/* Start:/local/templates/rqs/styles.css?14725471801463*/
.research-data-table__value--marked {
	position: relative;

	cursor: pointer;

	color: #c32420;
}


.research-data-table__tooltip__ctn {
	position: absolute;
	z-index: 100000;
	bottom: 70%;
	left: -30%;

	display: none;

	width: 180px;
	padding: 5px;

	color: #4a4a4a;
	background: #fff;
	box-shadow: 0 0 5px;

	font-size: 12px;
}

.has-error{
    border-bottom: solid 1px #c32420;
}
.error{
    color:#c32420 !important;
}

@media all and (max-width: 1070px) {    
    .subscribe-form{
            clear: both;
        }
    .subscribe-form .btn{
        margin-top: 10px;
    }
}

@media (max-width: 580px) {    
    .btn__news__subscribe
    {
        clear:both;
    }
    .section-title + .btn--block {
        display: block;

        max-width: 160px;
        margin-left: 0;
        clear:both;
    }
    #asd_subscribe_form_news
    {
        margin-left: 0 !important;
    }
}
.text-input--news-subscribe{
    width:100%;
    max-width:300px
}

.section-title—clear
{
    margin-bottom:10px;
}

.people-card--smaller-main .people-card__img img {
	width: 60px;
	height: 60px;
}
.social-btn.social-btn--youtube-play
{
    background: #CC181E;
}
.sign-icon {
    margin-right: 5px;
    color: #c32420;
    font-size: 20px;
}
@media (max-width: 767px){
.page-title {
    margin-top: 30px;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: 9px;
	}
.page-title__product-title{
	font-size:2em;
}
.docs_header-menu a{
	white-space:normal;
}
}
/* End */


/* Start:/local/templates/rqs/vendor/jbox/Source/jBox.css?145035955210901*/

/* Global */

.jBox-wrapper {
	text-align: left;
}

.jBox-wrapper,
.jBox-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jBox-title,
.jBox-content,
.jBox-container {
	position: relative;
	word-break: break-word;
}

.jBox-container {
	background: #fff;
}

.jBox-content {
	padding: 8px 10px;
	overflow: auto;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}

/* jBox Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
	padding: 8px 10px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
	padding-top: 5px;
}

/* Pointer */

.jBox-pointer {
	position: absolute;
	overflow: hidden;
}

.jBox-pointer-top { top: 0; }
.jBox-pointer-bottom { bottom: 0; }
.jBox-pointer-left { left: 0; }
.jBox-pointer-right { right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
	width: 30px;
	height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
	width: 12px;
	height: 30px;
}

.jBox-pointer:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jBox-pointer-top:after {
	left: 5px;
	top: 6px;
	box-shadow: -1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-right:after {
	top: 5px;
	right: 6px;
	box-shadow: 1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-bottom:after {
	left: 5px;
	bottom: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-left:after {
	top: 5px;
	left: 6px;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .2);
}

/* jBox Modal & jBox Confirm */

.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
	border-radius: 3px 3px 0 0;
	padding: 10px 15px;
	background: #f4f5f6;
	border-bottom: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
	padding-right: 55px;
}

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* jBox Modal */

.jBox-Modal .jBox-content {
	padding: 12px 15px;
}

/* jBox Confirm */

.jBox-Confirm .jBox-content {
	text-align: center;
	padding: 45px 35px;
}

.jBox-Confirm-footer {
	border-top: 1px solid #e2e2e2;
	background: #fafafa;
	border-radius: 0 0 3px 3px;
	text-align: center;
	padding: 10px 0;
}

.jBox-Confirm-button {
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	padding: 0 20px;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;	
}

.jBox-Confirm-button-cancel {
	text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
	background: #ddd;
	color: #999;
	margin-right: 25px;
}

.jBox-Confirm-button-cancel:hover {
	background: #ccc;
	color: #666;
}

.jBox-Confirm-button-submit {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
	background: #5fc04c;
	color: #fff;
}

.jBox-Confirm-button-submit:hover {
	background: #53a642;
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .26);
}

/* jBox Notice */

.jBox-Notice {
	-webkit-transition: margin .2s;
	transition: margin .2s;
}

.jBox-Notice .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	background: #333;
	background-image: linear-gradient(to bottom, #444, #222);
}

.jBox-Notice .jBox-content {
	border-radius: 3px;
	padding: 12px 20px;
}

.jBox-Notice .jBox-title {
	padding: 8px 20px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
	padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
	color: #666;
	text-shadow: 0 1px 0 #fff;
	background: #f4f4f4;
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
	background: #b02222;
	background-image: linear-gradient(to bottom, #ee2222, #b02222);
}

.jBox-Notice-green .jBox-container {
	background: #70a800;
	background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
	background: #2b91d9;
	background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
	color: #744700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	background: #ffb11f;
	background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}

/* jBox Image */

.jBox-Image {
	background: #fff;
	padding: 8px 8px 45px;
	border-radius: 5px;
}

.jBox-Image .jBox-content {
	padding: 0;
	width: 100%;
	height: 100%;
}

.jBox-image-container {
	border-radius: 5px;
	background: #fff center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jBox-image-label {
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	color: #333;
	margin-top: -35px;
	padding: 0 90px 5px 10px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.jBox-image-label.active {
	opacity: 1;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
	position: absolute;
	bottom: 0px;
	width: 22px;
	height: 45px;
	background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
	background-size: 11px auto;
	cursor: pointer;
	opacity: .6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
	opacity: 1;
}

.jBox-image-pointer-next {
	right: 8px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.jBox-image-pointer-prev {
	right: 30px;
}

.jBox-image-open #jBox-overlay {
	background-color: rgba(0, 0, 0, .86);
}

.jBox-Image.jBox-loading .jBox-container:before {
	left: auto;
	top: auto;
	bottom: -33px;
	right: 55px;
	margin-top: -9px;
	margin-left: -9px;
}

/* Close button */

.jBox-closeButton {
	cursor: pointer;
	position: absolute;
}

.jBox-closeButton svg {
	position: absolute;
	top: 50%;
	right: 50%;
}

.jBox-closeButton path {
	-webkit-transition: fill .2s;
	transition: fill .2s;
}

.jBox-closeButton path {
	fill: #aaa;
}

.jBox-closeButton:hover path {
	fill: #888;
}

.jBox-closeButton:active path {
	fill: #666;
}

/* Close button in overlay */

#jBox-overlay .jBox-closeButton {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

#jBox-overlay .jBox-closeButton svg {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: -10px;
}

#jBox-overlay .jBox-closeButton path {
	fill: #d2d4d6;
}

#jBox-overlay .jBox-closeButton:hover path {
	fill: #fff;
}

#jBox-overlay .jBox-closeButton:active path {
	fill: #b2b4b6;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-right: -6px;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
	background: #f4f5f6;
}

.jBox-closeButton-box:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
	top: 4px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
	right: 2px;
}

/* Overlay */

#jBox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-color: rgba(0, 0, 0, .6);
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
	overflow: hidden;
}

/* Draggable */

.jBox-draggable {
	cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
	to {transform: rotate(360deg);}
}

@-webkit-keyframes jBoxLoading {
	to {-webkit-transform: rotate(360deg);}
}

.jBox-loading .jBox-content {
	min-height: 32px;
	min-width: 38px;
	opacity: 0;
}

.jBox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
 
.jBox-spinner:before {
    content: 'Loading…';
    display: block;
    width: 20px;
    height: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 
.jBox-spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .3);
    border-top-color: rgba(0, 0, 0, .6);
    animation: jBoxLoading .6s linear infinite;
    -webkit-animation: jBoxLoading .6s linear infinite;
}

/* IE8 fixes */

.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
	border: 1px solid #aaa;
}

.jBox-IE8 .jBox-pointer:after {
	display: none;
}

.jBox-IE8 .jBox-pointer {
	border: 0;
	background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}

.jBox-IE8 .jBox-pointer-top { background-position: center top; }
.jBox-IE8 .jBox-pointer-bottom { background-position: center bottom; }
.jBox-IE8 .jBox-pointer-left { background-position: left center; }
.jBox-IE8 .jBox-pointer-right { background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
	border: 3px solid #aaa;
}

/* No SVG support fixes */

.jBox-nosvg .jBox-closeButton:before {
    font-family: Verdana, sans-serif;
    content: 'x';
    text-align: center;
    font-size: 18px;
    color: #888;
}

/* End */


/* Start:/local/templates/rqs/components/bitrix/breadcrumb/itb_bread/style.css?1472561615609*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Akzidenz Grotesk Pro",sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #808080;
	font-style: italic;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: #808080;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
/* End */


/* Start:/local/templates/rqs/styles/ion.rangeSlider.css?14733275363355*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/rqs/styles/ion.rangeSlider.skinNice.css?14733275362305*/
/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(/images/sprite-skin-modern.png) repeat-x;
}

.irs {
    height: 50px;
}
.irs-with-grid {
    height: 70px;
}
.irs-line {
    height: 6px; top: 25px;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 6px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 6px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 6px; width: 6px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 5px; top: 25px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 11px; height: 18px;
    top: 31px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #c32420;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #c32420;
}

.irs-grid {
    height: 34px;
}
.irs-grid-pol {
    background: #c0c0c0;
}
.irs-grid-text {
    bottom: 12px;
    color: #c0c0c0;
}

.irs-disable-mask {

}
.irs-disabled {

}
.lt-ie9 .irs-disabled {

}

/* End */
/* /local/templates/rqs/vendor/normalize-css/normalize.css?14600318017708 */
/* /local/templates/rqs/styles/fonts/stylesheet.css?14503595632011 */
/* /local/templates/rqs/styles/fontello/css/icon.css?15979125992307 */
/* /local/templates/rqs/styles/icomoon/style.css?1450359898940 */
/* /local/templates/rqs/styles/misc.css?16006789339912 */
/* /local/templates/rqs/styles/styles.css?159791259944478 */
/* /local/templates/rqs/styles/components.css?161338236158148 */
/* /local/templates/rqs/styles/media.css?159791259931687 */
/* /local/templates/rqs/vendor/Swiper/dist/css/swiper.min.css?145035955214730 */
/* /local/templates/rqs/styles/jquery.smartbanner.css?14828337704093 */
/* /local/templates/rqs/styles.css?14725471801463 */
/* /local/templates/rqs/vendor/jbox/Source/jBox.css?145035955210901 */
/* /local/templates/rqs/components/bitrix/breadcrumb/itb_bread/style.css?1472561615609 */
/* /local/templates/rqs/styles/ion.rangeSlider.css?14733275363355 */
/* /local/templates/rqs/styles/ion.rangeSlider.skinNice.css?14733275362305 */
