

/* Start:/local/templates/rusrem37/vendor/normalize/normalize.css?17060361707718*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/rusrem37/vendor/fonts/fonts.css?1706036170512*/
@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url('/local/templates/rusrem37/vendor/fonts/material-design/Material-Design-Iconic-Font.woff2')
		 format('woff2'),
		 url('/local/templates/rusrem37/vendor/fonts/material-design/Material-Design-Iconic-Font.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/material-design/Material-Design-Iconic-Font.ttf')
		 format('truetype');
}
@font-face {
	font-family: 'Icon Font';
	src: url('/local/templates/rusrem37/vendor/fonts/icon-font/icon-font.woff?v0.24')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/icon-font/icon-font.ttf?v0.24')
		 format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* End */


/* Start:/local/templates/rusrem37/vendor/owlcarousel/owl.carousel.min.css?17060361702936*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/rusrem37/vendor/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/rusrem37/vendor/lightbox/lightbox.min.css?17060361702822*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(/local/templates/rusrem37/vendor/lightbox/images/close.png) url(/local/templates/rusrem37/vendor/lightbox/images/loading.gif) url(/local/templates/rusrem37/vendor/lightbox/images/prev.png) url(/local/templates/rusrem37/vendor/lightbox/images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/local/templates/rusrem37/vendor/lightbox/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/local/templates/rusrem37/vendor/lightbox/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/local/templates/rusrem37/vendor/lightbox/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/local/templates/rusrem37/vendor/lightbox/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/local/templates/rusrem37/style.css?17060361701719*/
h1 {
	margin: 0 0 .55em;
	font-size: 2em;
	color: #212121;
	font-weight: 600;
	line-height: 1.25em;
}
h2 {
	margin: .9em 0 .55em;
	font-size: 1.5em;
	color: #212121;
	font-weight: 600;
	line-height: 1.333335em;
}
h3 {
	margin: 1em 0 .7em;
	font-size: 1.25em;
	color: #212121;
	font-weight: 600;
	line-height: 1.4em;
}
h4 {
	margin: 1em 0 .7em;
	font-size: 1.125em;
	color: #212121;
	font-weight: 600;
	line-height: 1.444445em;
}
h5 {
	margin: 1em 0 .7em;
	font-size: 1em;
	color: #212121;
	font-weight: 600;
	line-height: 1.5em;
}
h6 {
	margin: 1em 0 .7em;
	font-size: 0.875em;
	color: #212121;
	font-weight: 600;
	line-height: 1.57143em;
	text-transform: uppercase;
}
p {
	margin: .9em 0 1em 0;
	line-height: 1.5em;
}
ul {
	margin: 7px 0 0;
	padding-left: 6px;
}
ul li {
	margin-top: 6px;
	list-style: none;
}
ul li:before {
	content: '';
	position: relative;
	right: 5px;
	bottom: 4px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f44336;
}
a:focus {
	outline: none;
}
table.table {
	width: 100%;
	border-collapse: collapse;
}
table.table tr {
	background-color: #f5f5f5;
}
 table.table tr:nth-child(2n) {
	background-color: #f9f9f9;
}
 table.table td {
	padding: 17px 19px 16px;
	font-size: 0.875em;
	color: #424242;
	border: 1px solid #efefef;
}
blockquote {
	margin: 8.1% 0;
	font-size: 1.495em;
	color: #212121;
	font-weight: 600;
	text-align: center;
}

blockquote:before {
	content: '';
	display: block;
	width: 31%;
	margin: 0 auto 3.7%;
	border-top: 1px solid #f44336;
}
blockquote:after {
	content: '';
	display: block;
	width: 31%;
	margin: 3.75% auto 0;
	border-top: 1px solid #f44336;
}

.header .menu .item .link {
    padding: 20px 10px 16px !important;

}
/* End */


/* Start:/local/templates/rusrem37/vendor/fonts/gothampro.css?17060361702477*/
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProRegular/GothamProRegular.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProRegular/GothamProRegular.ttf')
		 format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProItalic/GothamProItalic.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProItalic/GothamProItalic.ttf')
		 format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProLight/GothamProLight.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProLight/GothamProLight.ttf')
		 format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProLightItalic/GothamProLightItalic.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProLightItalic/GothamProLightItalic.ttf')
		 format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProMedium/GothamProMedium.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProMedium/GothamProMedium.ttf')
		 format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProMediumItalic/GothamProMediumItalic.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProMediumItalic/GothamProMediumItalic.ttf')
		 format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBold/GothamProBold.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBold/GothamProBold.ttf')
		 format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBoldItalic/GothamProBoldItalic.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBoldItalic/GothamProBoldItalic.ttf')
		 format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBlack/GothamProBlack.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBlack/GothamProBlack.ttf')
		 format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBlackItalic/GothamProBlackItalic.woff')
		 format('woff'),
		 url('/local/templates/rusrem37/vendor/fonts/gothampro/GothamProBlackItalic/GothamProBlackItalic.ttf')
		 format('truetype');
	font-weight: 800;
	font-style: italic;
}
/* End */


/* Start:/local/templates/rusrem37/less_compile/template_styles_s1.css?1760357508158906*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */.icon-custom:before{display:inline-block;font-family:'Icon Font';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-custom.message:before{content:'\0041'}.icon-custom.talk:before{content:'\0042'}.icon-custom.heart:before{content:'\0043'}.icon-custom.card:before{content:'\0044'}.icon-custom.gift:before{content:'\0045'}.icon-custom.shield:before{content:'\0046'}.icon-custom.file:before{content:'\0047'}.icon-custom.plane:before{content:'\0048'}.icon-custom.email:before{content:'\0049'}.icon-custom.phone:before{content:'\004a'}.icon-custom.location:before{content:'\004b'}.icon-custom.open-mail:before{content:'\004c'}.icon-custom.time:before{content:'\004d'}html{height:100%}body{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%;font-family:Gotham Pro,Arial;font-size:16px;color:#424242}.wrapper{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto}.container{width:1170px;margin:0 auto}.header .info{border-bottom:1px solid #e0e0e0}.header .info .container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:35px;margin-top:5px}.header .info .container .item{margin-right:30px;font-size:0.875em;color:#757575}.header .info .container .item:before{margin-right:5px;color:#faaf00}.header .info .container .item:not(.header-change-city) div{display:inline-block}.header .info .container .item a{color:#757575;text-decoration:none;cursor:pointer}.header .info .container .item a:hover{color:#faaf00}.header .info .container .item:first-child{margin-left:3px}.header .info .container .item.icon.location:before{content:'\f1ab';font-size:1.15em}.header .info .container .item.icon-custom:before{position:relative;top:3px}.header .info .container .item.icon-custom.email:before{content:'\0041';font-size:1.125em}.header .info .container .item.icon-custom.ask:before{content:'\0042';font-size:1.1em}.header .info .container .social{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;margin-left:auto}.header .content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:22px 0 27px}.header .content .logo{width:20.35%;height:51px;margin-right:3.75%}.header .content .logo a{display:block;height:100%}.header .content .logo a>img{max-width:100%;max-height:100%}.header .content .logo .default .c{fill:#faaf00}.header .content .slogan{width:15%;font-size:0.925em;color:#757575;letter-spacing:-0.035em;line-height:1.375em}.header .tel{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-left:auto;padding-left:22px;font-size:1.1em;color:#212121;font-weight:600;letter-spacing:0.01em}.header .tel:before{content:'\f2be';position:absolute;left:0;font-size:1.2em;color:#faaf00}.header .tel a{color:inherit;text-decoration:none}.header .tel .call-me{display:table;margin-top:3px;font-size:0.785em;font-weight:400;border-bottom:1px solid #bcbcbc;cursor:pointer}.header .tel .call-me:hover{padding-bottom:1px;border-bottom:none}.header .basket-container{margin-left:19.75%}.header .basket-container .basket{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:100%;padding:8px 15px 8px 10px;border-radius:2px;background-color:#f2f3f5;text-decoration:none;cursor:pointer;box-sizing:border-box}.header .basket-container .basket:hover{background-color:#eeeeee}.header .basket-container .basket .icon-cart{width:36px;height:36px;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/cart.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.header .basket-container .basket .name{margin:0 10px 0 -2px;color:#212121;font-size:0.875em;font-weight:600}.header .basket-container .basket .counter{display:inline-block;width:22px;height:22px;font-size:0.85em;color:#fff;background-color:#faaf00;border-radius:50%;text-align:center;line-height:22px}.header .basket-container .basket .counter span{display:inline-block;line-height:1;vertical-align:middle}.header .mobile-menu{display:none}.header .menu{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:1200px;height:55px;margin:0 auto;padding:0 30px;background-color:#faaf00;border-radius:2px;box-sizing:border-box;z-index:10}.header .menu .item{position:relative}.header .menu .item .link{display:inline-block;height:100%;padding:20px 30px 16px;font-size:0.85em;font-weight:600;letter-spacing:0.045em;color:#fff;text-transform:uppercase;text-decoration:none;box-sizing:border-box;white-space:nowrap}.header .menu .item .link:hover{background-color:#e19d00}.header .menu .item.has-sub:not(.more)>.link{padding:20px 23px 19px 30px}.header .menu .item.has-sub:not(.more)>.link:after{content:'\f2f9';display:inline-block;margin-left:7px;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff}.header .menu .item.tablet-only{display:none}.header .menu .item .sub{position:absolute;top:55px;left:15px;display:none;background-color:#fff;box-shadow:0px 5px 15px 0px rgba(0,0,0,0.1)}.header .menu .item .sub .item .link{display:block;padding:12px 20px 11px 21px;font-size:0.95em;font-weight:400;letter-spacing:0;text-transform:none;color:#212121;white-space:nowrap;text-decoration:none}.header .menu .item .sub .item .link:hover{background-color:#eee}.header .menu .item .sub .item:not(:last-child){border-bottom:1px solid #eee}.header .menu .item .sub .has-sub>.link{padding-right:30px}.header .menu .item .sub .has-sub>.link:after{content:'\f2fb';position:absolute;top:50%;right:20px;font-size:18px;color:#b3b4b6;transform:translateY(-9px)}.header .menu .item .sub .has-sub .sub{display:none;top:0;left:100%;z-index:-1}.header .menu .item .sub .has-sub:hover .sub{display:block}.header .menu .item:hover .sub{display:block}.header .menu .item.more{width:60px;height:100%;box-sizing:border-box}.header .menu .item.more>.link{display:inline-block;width:10px;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/more-vertical.svg);background-position:center;background-repeat:no-repeat}.header .menu .item.more:hover>.sub{left:inherit;right:0}.header .menu .search-icon{margin-left:10px}.header .menu.search-open{border-radius:2px 2px 0 0}.header.type2 .content,.header.type3 .content{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.header.type2 .content .slogan,.header.type3 .content .slogan{margin-top:0;margin-right:2%}.header.type2 .content .tel,.header.type3 .content .tel{white-space:nowrap;margin-right:2.5%;padding-right:2.5%;margin-top:0;border-right:1px solid #e0e0e0}.header.type2 .content .location,.header.type3 .content .location{margin-right:2%;font-size:0.9em}.header.type2 .content .location,.header.type3 .content .location,.header.type2 .content .ask,.header.type3 .content .ask,.header.type2 .content .email,.header.type3 .content .email{position:relative;padding-left:18px}.header.type2 .content .location:before,.header.type3 .content .location:before,.header.type2 .content .ask:before,.header.type3 .content .ask:before,.header.type2 .content .email:before,.header.type3 .content .email:before{position:absolute;left:0;top:0}.header.type2 .content .ask,.header.type3 .content .ask,.header.type2 .content .email,.header.type3 .content .email{padding-left:25px}.header.type2 .content .email-and-ask,.header.type3 .content .email-and-ask{white-space:nowrap;margin-right:5%;font-size:0.9em}.header.type2 .content .email-and-ask .email,.header.type3 .content .email-and-ask .email{margin-bottom:2.5%}.header.type2 .content .basket-container,.header.type3 .content .basket-container{margin-left:auto}.header.type2 .content .basket-container .basket,.header.type3 .content .basket-container .basket{position:relative}.header.type2 .content .basket-container .basket .name,.header.type3 .content .basket-container .basket .name{display:none}.header.type2 .content .basket-container .basket .counter,.header.type3 .content .basket-container .basket .counter{position:absolute;right:2px;top:2px}.header.type2 .content .item:before,.header.type3 .content .item:before{margin-right:5px;color:#faaf00}.header.type2 .content .item a,.header.type3 .content .item a{color:#757575;text-decoration:none;cursor:pointer}.header.type2 .content .item a:hover,.header.type3 .content .item a:hover{color:#faaf00}.header.type2 .content .location:before,.header.type3 .content .location:before{content:'\f1ab';font-size:1.15em}.header.type2 .content .ask:before,.header.type3 .content .ask:before{content:'\0042';font-size:1.1em}.header.type2 .content>div[id*="bx_incl"]{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;margin-right:30px}.header.type2 .content>div[id*="bx_incl"] .location{max-width:inherit}.header.type2 .logo-and-slogan{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:41.1%}.header.type2 .logo-and-slogan .logo{width:49.5%}.header.type2 .logo-and-slogan .slogan{width:39.5%}.header.type2 .location{max-width:16%}.header.type2 .content .ask:before{left:-1px}.header.type2 .basket-container .basket .counter span{margin-right:1px}.header.type3 .content>div[id*="bx_incl"]{margin-right:5%}.header.type3 .content>div[id*="bx_incl"] .location{margin-right:0}.header.type3 .content .tel{padding-right:0;border-right:none;margin:0 auto 0 0}.header.type3 .content .location{margin-right:5%}.header.type3 .content .location:not(.header-change-city){-ms-flex:0 0 15%;-webkit-flex:0 0 15%;flex:0 0 15%;margin-right:2.5%}.header.type3 .content .email-and-ask{margin-left:1%}.header.type4 .info .container>div[id*="bx_incl"] .location{max-width:inherit}.header.type4 .logo{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto}.header.type4 .location{position:relative;padding-left:17px;max-width:22%}.header.type4 .location:before{position:absolute;top:50%;left:-2px;margin-top:-9px}.header.type4 .tel{display:block;white-space:nowrap;margin:0 0 0 auto;padding-left:0}.header.type4 .tel:before{font-size:0.785em;left:-18px;top:4px}.header.type4 .tel div{display:inline-block}.header.type4 .tel a{font-weight:600;display:inline-block;font-size:0.785em;letter-spacing:0}.header.type4 .tel .call-me{display:inline-block;font-size:0.785em;letter-spacing:0;font-weight:normal;color:#757575;border-bottom-color:#ccc;margin-left:2%}.header.type4 .basket-container{margin-left:auto}.header.type4 .basket-container .basket{background:none;padding:0}.header.type4 .basket-container .basket .icon-cart{width:30px;height:30px;top:-2px;position:relative}.header.type4 .basket-container .basket .counter{margin-top:-2px}.header.type4 .content{position:relative;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:47px}.header.type4 .content .slogan{margin-top:0;flex-shrink:0}.header.type4 .menu-container{width:100%;margin-left:auto}.header.type4 .menu{width:auto;background:none;height:35px;padding:0 5px;z-index:15}.header.type4 .menu .item{color:#212121}.header.type4 .menu .item.has-sub:not(.more)>.link,.header.type4 .menu .item .link{padding:10px 10px}.header.type4 .menu .item.has-sub:not(.more)>.link:after{content:"\f2f9";font-family:'Material-Design-Iconic-Font';color:#212121}.header.type4 .menu .item .sub{top:35px;left:-10px}.header.type4 .menu .item.more{padding:5px 20px}.header.type4 .menu .item.more>.link{background-image:url(/local/templates/rusrem37/less_compile/../images/icons/more-vertical-black.svg);height:18px;padding:0;width:18px}.header.type4 .menu .item .link{height:inherit;color:#212121}.header.type4 .menu .item .link:hover{background-color:#fff}.header.type4 .search-icon{top:13px;background-color:#212121}.header.type4 .search-icon:before{background-color:#fff}.header.type4 .search-icon:after{background-color:#212121}.header.type4 .search-icon.active:after{background-color:#fff}.header.type4 .search-container{position:absolute;top:100%;width:1170px}.header.type4 .search-container .search .search-form{border-radius:2px}.header.type4+.breadcrumbs{padding-top:1.5%}.search-container{display:-ms-flexbox;display:-webkit-flex;display:flex;width:1200px;margin:0 auto}.disabled-basket .header .content .slogan{width:25%}.disabled-basket .header .tel{margin-left:2.5%}.disabled-basket .header .basket-container{display:none}.disabled-basket .header.type2 .content .slogan{width:39.5%}.disabled-basket .header.type3 .content .logo{margin:0 3.75%}.disabled-basket .header.type3 .content .location{margin-right:0}.disabled-basket .header.type3 .social{margin-left:auto}.disabled-basket .header.type4 .info .container .social{margin-left:3%}.disabled-basket .header.type4 .slogan{width:15%}.disabled-basket .header.type4 .tel{margin-left:auto}.disabled-basket.header-type1 .header .tel{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto}.disabled-basket.header-type1 .header .tel .call-me{margin:0 0 0 auto;padding:11px 20px 10px;border:1px solid #d5dadd;border-radius:3px;transition:.1s ease all}.disabled-basket.header-type1 .header .tel .call-me:hover{padding-bottom:10px;color:#fff;background-color:#faaf00;border-color:#faaf00}.top-slider{position:relative;top:-28px;height:472px}.top-slider .item{height:500px;padding:8.65% 0 8.914999999999999%;color:#fff;background-size:cover;background-position:center;box-sizing:border-box}.top-slider .item .name{width:47.5%;margin:0;font-size:1.9em;letter-spacing:0.08em;font-weight:600;line-height:1.325em;text-transform:uppercase}.top-slider .item .desc{width:47.5%;margin-top:1.4%;font-size:1.125em;letter-spacing:0.0125em;line-height:1.4em}.top-slider .item .btn{margin:3.85% .75% 0}.top-slider .item .btn:first-of-type{margin-left:0}.top-slider .item .actions{width:100%}.top-slider .item.center{text-align:center}.top-slider .item.center .name,.top-slider .item.center .desc{width:52.5%}.top-slider .item.center .name{margin:0 auto}.top-slider .item.center .desc{margin:1.4% auto 0}.top-slider .item.center .btn:first-of-type{margin-left:0.75%}.top-slider .item.right .name,.top-slider .item.right .desc{margin-left:auto}.top-slider .item.right .actions{width:47.5%;margin-left:auto}.top-slider .item.right .btn:last-of-type{margin-right:0}.top-slider .owl-nav{position:absolute;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;top:47.85%;width:100%}.top-slider .owl-nav .owl-prev,.top-slider .owl-nav .owl-next{width:49px;height:25px;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto}.top-slider .owl-nav .owl-prev{margin-right:88%}.top-slider .owl-nav .prev,.top-slider .owl-nav .next{position:absolute;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-top:-23px;width:49px;height:49px;border-radius:50%;background-color:rgba(255,255,255,0.2);-webkit-transition:all .2s ease;transition:all .2s ease}.top-slider .owl-nav .prev:before,.top-slider .owl-nav .next:before{font-size:30px;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.top-slider .owl-nav .prev:hover,.top-slider .owl-nav .next:hover{background-color:#fff}.top-slider .owl-nav .prev:hover:before,.top-slider .owl-nav .next:hover:before{color:#212121}.top-slider .owl-nav .prev:before{content:'\f2ff'}.top-slider .owl-nav .next:before{content:'\f301'}.top-slider .owl-dots{position:relative;top:-33px;display:table;margin:0 auto}.top-slider .owl-dots .owl-dot{display:inline-block;width:10px;height:10px;margin:0 5px;border:2px solid #fff;border-radius:50%;box-sizing:border-box}.top-slider .owl-dots .owl-dot:hover{border-color:#faaf00}.top-slider .owl-dots .owl-dot.active{background-color:#fff}.top-slider .owl-dots .owl-dot.active:hover{border-color:#fff}.advantages{margin:3% 0 3.3%}.advantages .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.advantages .items .item{position:relative;-ms-flex:0 0 16%;-webkit-flex:0 0 16%;flex:0 0 16%;margin-right:3.5%;padding-left:60px}.advantages .items .item .name{font-size:0.875em;font-weight:600;letter-spacing:0.035em;line-height:1.45em;text-transform:uppercase}.advantages .items .item .desc{margin-top:2%;font-size:0.875em;line-height:1.45em}.advantages .items .item:before{position:absolute;top:4px;left:5px;font-size:2.3em;color:#faaf00}.services{padding-bottom:3.75%}.services.section{margin:3.3% 0 3.35%;padding-bottom:0}.services.section .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.5%;margin-right:-35px}.services.section .items .item{-ms-flex:0 0 22.45%;-webkit-flex:0 0 22.45%;flex:0 0 22.45%;height:220px;margin-right:30px;margin-bottom:30px;background-color:#7d8387;background-size:cover;background-position:center;border-radius:3px;text-decoration:none}.services.section .items .item.big{-ms-flex:0 0 47.35%;-webkit-flex:0 0 47.35%;flex:0 0 47.35%}.services.section .items .item.big .name{width:70%}.services.section .items .item .gradient{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:100%;height:100%;padding:24px 30px;background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 100%);border-radius:3px;box-sizing:border-box;-webkit-transition:all .15s ease;transition:all .15s ease}.services.section .items .item .gradient:hover{background-color:rgba(0,0,0,0.52)}.services.section .items .item .name{margin:0;font-size:0.875em;color:#fff;font-weight:600;line-height:1.85em;letter-spacing:0.04em;text-transform:uppercase}.services .desc{letter-spacing:-0.0025em;line-height:1.5em}.catalog{padding-bottom:5.2%}.catalog.section{margin:3.35% 0 4.9%;padding-bottom:0}.catalog .desc{letter-spacing:-0.0025em;line-height:1.5em}.catalog .categories{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:2.9% 0;border-top:1px solid #f6f6f6;border-left:1px solid #f6f6f6}.catalog .categories .category{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:0 0 44.9%;-webkit-flex:0 0 44.9%;flex:0 0 44.9%;padding:31px 2.5% 29px;border-right:1px solid #f6f6f6;border-bottom:1px solid #f6f6f6}.catalog .categories .category .preview-image{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;display:block;width:120px;height:120px;margin-right:3.65%;background-image:url(/local/templates/rusrem37/less_compile/../images/no-image.png);background-size:contain;background-position:center;background-repeat:no-repeat}.catalog .categories .category .name{margin:0;font-size:1em;color:#212121;font-weight:600}.catalog .categories .category .name a{padding-bottom:1px;border-bottom:1px solid #e9e9e9;color:inherit;text-decoration:none}.catalog .categories .category .name a:hover{color:#faaf00;border-color:#faaf00}.catalog .categories .category .desc{margin-top:3%;font-size:0.875em}.catalog.items-list .categories{margin-top:2px}.catalog.items-list .categories .category{-ms-flex:0 0 44.8867%;-webkit-flex:0 0 44.8867%;flex:0 0 44.8867%}.slider{padding:3.25% 0 2.85%;background-color:#f2f3f4}.slider .tabs .tab{display:inline-block;margin-right:1.8%;padding-bottom:8px;font-size:1em;color:#7d8387;font-weight:600;letter-spacing:0.045em;text-transform:uppercase;text-decoration:none;cursor:pointer}.slider .tabs .tab:hover{color:#faaf00}.slider .tabs .tab.active{padding-bottom:5px;color:#212121;border-bottom:3px solid #faaf00}.slider .tabs .tab.active:hover{color:#212121}.slider .tabs-content{margin-top:3.5%}.slider .tabs-content .tab-content{position:relative;height:0;opacity:0}.slider .tabs-content .tab-content .slider-nav{position:absolute;top:-57px;right:2px}.slider .tabs-content .tab-content .items{position:relative;height:0px}.slider .tabs-content .tab-content .items .owl-stage-outer{height:0px}.slider .tabs-content .tab-content.active{height:auto;opacity:1}.slider .tabs-content .tab-content.active .items{height:405px}.slider .tabs-content .tab-content.active .items .owl-stage-outer{height:530px}.long-names .slider{padding-bottom:1%}.long-names .slider .tabs-content .tab-content .items .owl-stage{display:-ms-flexbox;display:-webkit-flex;display:flex}.long-names .slider .tabs-content .tab-content.active .items{height:auto}.long-names .slider .tabs-content .tab-content.active .items .owl-stage-outer{height:auto;padding-bottom:75px}.company{margin:5.25% 0 4.9%}.company .content{display:-ms-flexbox;display:-webkit-flex;display:flex}.company .content .image{-ms-flex:0 0 23.078%;-webkit-flex:0 0 23.078%;flex:0 0 23.078%;margin-right:2.6%;text-align:center;overflow:hidden}.company .content .image img{max-width:100%;border-radius:50%}.company .content .subtitle{padding-bottom:1.7%}.company .content .text{margin-top:2.65%;letter-spacing:-0.003em;line-height:1.5em}.company .content .btn{margin-top:2.55%}.news .section-name{margin-bottom:4.35%}.news.section{margin:4.9% 0}.news.section .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:3.9%;border-bottom:1px solid #f9f9f9}.news.section .items .item{-ms-flex:0 0 31.6%;-webkit-flex:0 0 31.6%;flex:0 0 31.6%;display:-ms-flexbox;display:-webkit-flex;display:flex}.news.section .items .item .image{margin-right:5.5%;-ms-flex:0 0 32.5%;-webkit-flex:0 0 32.5%;flex:0 0 32.5%}.news.section .items .item .image img{max-width:100%}.news.section .items .item .info .main-date{margin-bottom:3%;font-size:0.725em;color:#7d8387}.news.section .items .item .info .name{display:inline;padding-bottom:1px;font-size:1em;color:#212121;font-weight:600;line-height:1.325em;letter-spacing:-0.01em;border-bottom:1px solid #e9e9e9;cursor:pointer;-webkit-transition:all .1s ease;transition:all .1s ease}.news.section .items .item .info .name:hover{color:#faaf00;border-color:#faaf00}.news.section .items .item .info .name a{color:inherit;text-decoration:none}.news.section .items .item .info .desc{margin-top:4%;font-size:0.875em;line-height:1.45em}.news.section+.brands{margin-top:-4.9%}.brands{padding:2.5% 0 3.25%}.brands .container{position:relative}.brands .items{width:93.5%;margin:0 auto}.brands .items .item img{width:auto;max-width:100%;-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:.15s filter ease;transition:.15s filter ease}.brands .items .item img:hover{filter:grayscale(0)}.brands .owl-carousel .owl-stage{display:-ms-flexbox;display:-webkit-flex;display:flex}.brands .owl-carousel .owl-stage .owl-item{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.brands .brands-nav{position:absolute;top:0;width:100%}.brands .brands-nav .owl-prev,.brands .brands-nav .owl-next{position:absolute;display:inline-block}.brands .brands-nav .owl-prev .icon,.brands .brands-nav .owl-next .icon{cursor:pointer}.brands .brands-nav .owl-prev .icon:before,.brands .brands-nav .owl-next .icon:before{font-size:1.7em}.brands .brands-nav .owl-prev .icon:hover:before,.brands .brands-nav .owl-next .icon:hover:before{color:#faaf00}.brands .brands-nav .owl-prev{left:0;padding-right:15px}.brands .brands-nav .owl-prev .icon-back:before{content:'\f2ff'}.brands .brands-nav .owl-next{right:0}.brands .brands-nav .owl-next .icon-forward:before{content:'\f301'}.footer{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;padding:29px 0;background-color:#212121}.footer .top{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding-bottom:2.5%;border-bottom:1px solid #2c2c2c}.footer .top .subscribe{margin-left:8.75%}.footer .top .subscribe .text{margin-right:23px;color:#bcbcbc}.footer .top .subscribe .success-message{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:38px}.footer .top .social{margin-left:auto}.footer .bottom{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-top:2.45%;color:#bcbcbc}.footer .bottom .contacts{margin-right:3.75%}.footer .bottom .contacts .tel{font-size:1.25em;font-weight:600;color:#fff}.footer .bottom .contacts .tel:before{content:'\f2be';width:18px;margin-right:6px;color:#faaf00;text-align:center}.footer .bottom .contacts .tel>div[id*="bx_incl"]{display:inline-block}.footer .bottom .contacts .tel a{color:inherit;text-decoration:none}.footer .bottom .contacts .location{margin-top:9.75%;font-size:0.875em}.footer .bottom .contacts .location:before{content:'\f1ab';position:relative;top:1px;width:18px;margin-right:6px;font-size:1.25em;color:#faaf00;text-align:center}.footer .bottom .contacts .location>div[id*="bx_incl"]{display:inline-block}.footer .bottom .contacts .email{margin-top:3%;font-size:0.875em}.footer .bottom .contacts .email:before{content:'\0041';position:relative;top:6px;width:18px;margin-right:6px;font-size:1.25em;color:#faaf00;text-align:center}.footer .bottom .contacts .email a{color:inherit;text-decoration:none;cursor:pointer}.footer .bottom .contacts .email>div[id*="bx_incl"]{display:inline-block}.footer .bottom .menu-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto}.footer .bottom .menu{margin-right:19%}.footer .bottom .menu .parent{font-size:0.875em;font-weight:600;color:#fff;letter-spacing:0.03em;text-transform:uppercase}.footer .bottom .menu .parent a{color:inherit;text-decoration:none}.footer .bottom .menu .menu-list{margin-top:0;padding-left:0}.footer .bottom .menu .menu-list li{margin-top:9px}.footer .bottom .menu .menu-list li:before{display:none}.footer .bottom .menu .link{font-size:0.875em;color:inherit;text-decoration:none;border-bottom:1px solid #4e4e4e}.footer .bottom .menu .link:hover{color:#fff}.footer .bottom .copyright{margin:0 6.35% 0 auto;font-size:0.875em}.footer .bottom .copyright .name{margin-bottom:2.75%}.footer.light{background-color:#f2f3f4;color:#424242}.footer.light .top .subscribe .text,.footer.light .bottom .contacts .tel,.footer.light .bottom .menu .parent,.footer.light .bottom{color:#424242}.footer.light .bottom .menu .link:hover{color:#000}.footer.light .top{border-bottom-color:#bcbcbc}.footer.light .subscribe .form{border:1px solid #bcbcbc;border-radius:4px}.footer.light .bottom2{border-top-color:#bcbcbc}.footer.light .bottom2 .copyright div{color:#424242}.footer .bottom2{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-top:2.5%;border-top:1px solid #2c2c2c;margin-top:2.5%}.footer .bottom2 .copyright div{float:left;margin-right:10px;color:#bcbcbc;font-size:0.85em}.footer.type3 .bottom{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.footer.type3 .bottom .menu-container{-ms-flex:1 0 74%;-webkit-flex:1 0 74%;flex:1 0 74%}.footer.type3 .bottom .menu.first{flex-shrink:0;width:66%;margin:0 3% 0 4%}.footer.type3 .bottom .menu.first .menu-list li{float:left;width:50%}.footer.type5 .right-block{width:39.6%;margin-left:auto}.footer.type5 .right-block .subscribe{margin-bottom:10%}.footer.type5 .right-block .subscribe .text{display:block;width:100%;text-transform:uppercase;color:#fff;top:0;margin-bottom:1.5%;font-weight:600}.footer.type5 .right-block .subscribe .text:before{display:none}.footer.type5 .right-block .subscribe .form input[type='email']{width:240px}.footer.type5 .right-block .subscribe .success-message{height:40px;padding-top:8px;box-sizing:border-box}.footer.type5 .right-block .contacts .location{margin-top:4%}.footer.type5 .bottom .menu-container{-ms-flex:0 0 60%;-webkit-flex:0 0 60%;flex:0 0 60%}.footer.type5 .bottom .menu.first{flex-shrink:0;width:66%;margin-right:0.5%}.footer.type5 .bottom .menu.first .menu-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.footer.type5 .bottom .menu.first .menu-list li{width:50%}.footer.type5.light .right-block .subscribe .text{color:#424242}.catalog:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.catalog:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.catalog .content .filters{margin-bottom:3.35%}.catalog .content .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.catalog .content .items .item-wrap{position:relative;width:270px;min-height:405px;margin:0 14px 40px 15px}.catalog .content .items .item-wrap .product-item{position:absolute;height:100%}.catalog .content .items .item-wrap .product-item:hover{height:auto;z-index:10}.catalog .tabs{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:2.25%;border-bottom:1px solid #f5f5f6}.catalog .tabs .tab{display:inline-block;margin-bottom:-1px;padding:15px 19px;border:1px solid #f5f5f6;background-color:#fafafa;color:#212121;font-weight:600;text-decoration:none}.catalog .tabs .tab:not(:last-child){border-right:none}.catalog .tabs .tab:hover{color:#faaf00;background-color:#fff}.catalog .tabs .tab.active{padding-top:14px;color:#faaf00;background-color:#fff;border-top:2px solid #faaf00;border-bottom:1px solid #fff}.catalog .tabs-content .tab-content{display:none;padding-top:40px}.catalog .tabs-content .tab-content.active{display:block}.long-names .catalog .content .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.long-names .catalog .content .items .item-wrap{position:relative;width:270px;min-height:405px;margin:0 14px 40px 15px}.long-names .catalog .content .items .item-wrap .product-item{position:relative;height:100%}.product{display:-ms-flexbox;display:-webkit-flex;display:flex;padding:3.25% 4% 4.5%;position:relative}.product .images{-ms-flex:0 0 42.25%;-webkit-flex:0 0 42.25%;flex:0 0 42.25%}.product .images .main-img{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;height:340px;margin-bottom:1%;text-align:center}.product .images .main-img img{max-width:100%;max-height:100%;margin:0 auto}.product .images .thumbnails{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%}.product .images .thumbnails .thumb{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:60px;height:60px;border:1px solid #f5f5f6;box-sizing:border-box}.product .images .thumbnails .thumb:hover{cursor:pointer}.product .images .thumbnails .thumb:not(:last-child){margin-right:9px}.product .images .thumbnails .thumb img{max-width:100%;max-height:100%}.product .images .thumbnails .thumb.active{border-color:#faaf00}.product .information{margin-left:3.5%}.product .information .info{padding-bottom:4.65%;border-bottom:1px solid #f5f5f6}.product .information .info .code{margin-left:4px}.product .information .desc{margin-top:4.25%;font-size:0.875em}.product .information .price{margin-top:3.5%}.product .information .price .new{font-size:1.5em;line-height:1em}.product .information .price .old{margin-left:3.1%;font-size:1em}.product .information .buttons{margin-top:3.75%;padding-bottom:4.75%}.product .information .buttons .quantity{width:24.5%}.product .information .buttons .in-basket:before{content:"\f26b";font-family:'Material-Design-Iconic-Font';margin-right:8px}.product .information .order-buttons{margin-top:3.75%;padding-bottom:4.75%}.product .information .share{padding-top:4.5%;border-top:1px solid #f5f5f6}.product .information .share .text{display:inline-block;margin-right:3px;font-size:0.75em}.product .information .share .social{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.services:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.services:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.services .desc{letter-spacing:-0.0025em;line-height:1.5em}.services .categories{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:3%}.services .categories .category{width:30.95%;margin-bottom:30px;padding:28px 2.5% 25px;border:1px solid #f9f9f9;border-radius:3px;box-sizing:border-box}.services .categories .category:not(:nth-child(3n)){margin-right:3.5%}.services .categories .category:hover{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1)}.services .categories .category .image{display:block;width:100%;text-align:center;cursor:pointer}.services .categories .category .image img{max-width:100%}.services .categories .category .name{margin:11.5% 0 0;font-size:1em}.services .categories .category .name a{display:inline-block;color:#212121;font-weight:600;line-height:1em;border-bottom:1px solid #e9e9e9;text-decoration:none;cursor:pointer}.services .categories .category .name a:hover{color:#faaf00;border-color:#faaf00}.services .categories .category .text{margin-top:7%;font-size:0.875em;color:#616161;line-height:1.47em}.services .previews .preview{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:2.8%}.services .previews .preview:not(:first-child){padding-top:3.5%}.services .previews .preview:not(:last-child){border-bottom:1px solid #e9e9e9}.services .previews .preview .image{-ms-flex:0 0 19.5%;-webkit-flex:0 0 19.5%;flex:0 0 19.5%;margin-right:3.5%;width:100%}.services .previews .preview .image img{max-width:100%}.services .previews .preview .info .name{margin:0;font-size:1em;font-weight:400}.services .previews .preview .info .name a{color:#212121;font-weight:600;border-bottom:1px solid #e9e9e9;text-decoration:none}.services .previews .preview .info .name a:hover{color:#faaf00;border-color:#faaf00}.services .previews .preview .info .desc{margin-top:2.25%;font-size:0.875em;color:#616161;line-height:1.47em}.services .previews .preview .info .btn{margin-top:3.65%}.services .service .banner{width:100%;text-align:center}.services .service .banner img{max-width:100%}.services .service .desc{margin-top:2.5%}.services .service .section{margin-top:5.75%;padding-top:4.5%;border-top:1px solid #f9f9f9}.services .service .section .name{margin:0 0 3.5%;font-size:1.5em;color:#212121;font-weight:600}.projects{padding-bottom:3.75%}.projects:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.projects:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.projects.section{position:relative;padding-bottom:0}.projects.section .slider-nav{position:absolute;top:37px;right:2px}.projects.section .slider-nav.disabled{display:none}.projects.section .items .item{width:270px}.projects.section .items .item .image{width:100%}.projects.section .items .item .name{margin:7.5% 0 2.5%;font-size:1em;font-weight:400}.projects.section .items .item .name a{padding-bottom:2px;color:#212121;border-bottom:1px solid #e9e9e9;text-decoration:none}.projects.section .items .item .name a:hover{color:#faaf00;border-color:#faaf00}.projects .desc{letter-spacing:-0.0025em;line-height:1.5em}.projects .categories{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:3%}.projects .categories .category{width:30.95%;margin-bottom:30px;padding:28px 2.5% 25px;border:1px solid #f9f9f9;border-radius:3px;box-sizing:border-box}.projects .categories .category:not(:nth-child(3n)){margin-right:3.5%}.projects .categories .category:hover{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1)}.projects .categories .category .image{display:block;width:100%;text-align:center;cursor:pointer}.projects .categories .category .image img{max-width:100%}.projects .categories .category .name{margin:11.5% 0 0;font-size:1em}.projects .categories .category .name a{display:inline-block;color:#212121;font-weight:600;line-height:1em;border-bottom:1px solid #e9e9e9;text-decoration:none;cursor:pointer}.projects .categories .category .name a:hover{color:#faaf00;border-color:#faaf00}.projects .categories .category .text{margin-top:7%;font-size:0.875em;color:#616161;line-height:1.47em}.projects .previews{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:3.95%}.projects .previews .preview{width:30.95%;margin-bottom:30px}.projects .previews .preview:not(:nth-child(3n)){margin-right:3.5%}.projects .previews .preview .name{margin:5.5% 0 0;font-size:1em;color:#212121;font-weight:400}.projects .previews .preview .name a{color:inherit;padding-bottom:1px;border-bottom:1px solid #e9e9e9;text-decoration:none}.projects .previews .preview .name a:hover{color:#faaf00;border-color:#faaf00}.projects .project .project-slider{position:relative}.projects .project .project-slider .items{width:77%;margin:0 auto}.projects .project .project-slider .items .item{height:445px}.projects .project .project-slider .items .item img{height:100%}.projects .project .project-slider .slider-nav{position:absolute;top:40.75%;width:100%}.projects .project .project-slider .slider-nav .owl-prev{position:absolute;left:2.75%}.projects .project .project-slider .slider-nav .owl-next{position:absolute;right:2.75%}.projects .project .project-slider .slider-preview{display:-ms-flexbox;display:-webkit-flex;display:flex;width:77%;margin:8px auto 0}.projects .project .project-slider .slider-preview .item{display:block;margin-right:1.175%;line-height:0;border:1px solid #d7dcdf;text-decoration:none}.projects .project .info{margin-top:5.5%}.projects .project .info .name{margin:0;font-size:1.5em;color:#212121;font-weight:600}.projects .project .info .subname{margin:3.25% 0 0;font-size:1.125em;font-weight:600}.projects .project .info .desc{margin-top:1.75%}.projects .project .features{margin-top:2.45%}.projects .project .features .feature .name{font-size:0.875em;font-weight:400}.projects .project .order{margin-top:6.5%}.projects .project .section{margin-top:5.75%;padding-top:4.5%;border-top:1px solid #f9f9f9}.projects .project .section .name{margin:0 0 3.5%;font-size:1.5em;color:#212121;font-weight:600}.reviews .review:not(:last-child){margin-bottom:4.5%;padding-bottom:3.5%;border-bottom:1px solid #f9f9f9}.reviews .review .text{padding:1.6% 3.5% 2.6%;font-size:0.875em;border-left:2px solid #faaf00;background-color:#f5f5f5}.reviews .review .author{display:inline-block;margin-top:2.75%;width:45.5%}.reviews .review .author .person{color:#212121;font-weight:600}.reviews .review .author .post{margin-top:5px;font-size:0.875em}.reviews .review .documents{display:inline-block;width:53.5%}.reviews .review .documents .doc:before{font-size:1.9em}.reviews .review .documents .doc .link{margin-left:3px}.about{padding-bottom:3.75%}.about:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.about:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.about .banner{width:100%;margin-bottom:2.5%;text-align:center}.about .banner img{max-width:100%}.about .timeline{margin-top:4.85%}.about .timeline .item{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:34.5px;padding-bottom:5%}.about .timeline .item:not(:last-child){border-left:2px solid #faaf00}.about .timeline .item .date{position:absolute;top:0;left:-36.5px;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:67px;height:63px;padding-top:3px;color:#faaf00;font-weight:600;background-color:#fff;border:2px solid #faaf00;border-radius:50%}.about .timeline .item .date:after{content:'';position:absolute;display:block}.about .timeline .item .content{margin-left:7.6%}.about .timeline .item .content .name{margin:0;font-size:1.125em;font-weight:600;line-height:1em}.about .timeline .item .content .info{margin-top:1.1%;font-size:0.875em;color:#616161;line-height:1.6em}.about .license{margin-top:3.75%}.about .license .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.7%}.about .license .items .item{-ms-flex:0 0 26.17%;-webkit-flex:0 0 26.17%;flex:0 0 26.17%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;margin-bottom:30px;padding:20px;border:1px solid #f9f9f9;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease}.about .license .items .item:hover{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1)}.about .license .items .item:not(:nth-child(3n)){margin-right:3.5%}.about .license .items .item .fullsize{position:relative;-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.about .license .items .item .fullsize:after{content:'';position:absolute;top:50%;left:50%;display:block;width:50px;height:50px;margin:-25px 0 0 -25px;border-radius:3px;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/fullsize.svg);background-repeat:no-repeat;background-position:52% 50%;background-size:24px;background-color:#faaf00;opacity:0;-webkit-transition:all .1s ease;transition:all .1s ease}.about .license .items .item .fullsize:hover:after{opacity:1}.about .license .items .item .fullsize img{max-width:100%}.about .license .items .item .name{margin-top:16px;font-size:0.875em;font-weight:600;line-height:1.5em}.about .documents .name{margin:5% 0 3%}.about .documents .name:first-of-type{margin-top:3.6%}.about .requisites{margin-top:3%}.about .requisites .documents{margin-top:4.75%}.about .reviews{margin-top:4.9%}.about .work{margin-top:3.75%}.about .work .accordion{margin-top:2.85%}.about .employees{margin-top:3.5%}.about .employees .items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.8%}.about .employees .items .item{-ms-flex:0 0 31%;-webkit-flex:0 0 31%;flex:0 0 31%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;margin-bottom:30px;padding:21px 2.25%;border:1px solid #f9f9f9;box-sizing:border-box;-webkit-transition:all .2s ease;transition:all .2s ease}.about .employees .items .item:hover{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1)}.about .employees .items .item:not(:nth-child(3n)){margin-right:3.5%}.about .employees .items .item .image{max-width:100%}.about .employees .items .item .name{margin-top:17px;font-weight:600;line-height:1.4em}.about .employees .items .item .post{margin-top:5px;font-size:0.875em}.about .employees .items .item .tel{margin-top:19px;font-size:0.875em;text-decoration:none}.about .employees .items .item .tel:before{content:'\f2be';margin-right:9px;color:#faaf00}.about .employees .items .item .tel:hover{color:#faaf00}.about .employees .items .item .email{margin-top:6px;font-size:0.875em;text-decoration:none}.about .employees .items .item .email:before{content:'\0049';position:relative;top:3px;margin-right:9px;font-size:0.9em;color:#faaf00}.about .employees .items .item .email:hover{color:#faaf00}.about .employees .items .item .social{margin-top:17px}.about .employees .items .item .social .link:first-child{margin-left:0}.contacts{margin-bottom:5.25%}.contacts .info{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:6.5%}.contacts .info .item{display:-ms-flexbox;display:-webkit-flex;display:flex;width:23.1%}.contacts .info .item:before{margin-right:20px;font-size:2.5em;color:#faaf00}.contacts .info .item .content .name{font-size:0.75em;color:#757575}.contacts .info .item .content .text{margin-top:10px;letter-spacing:-0.1px;line-height:1.5em}.contacts .info .item .content .text a{color:inherit;text-decoration:none}.contacts .info .item .content .text.tel{font-weight:600}.contacts .info .item.time:before{margin:2px 22px 0 2px;font-size:2.25em}.contacts .map{margin-top:2.75%}.contacts .feedback{margin-top:4.75%}.contacts .feedback .inline-form{margin-top:1.8%}.articles{padding-bottom:5.25%}.articles:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.articles:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.articles .previews .preview{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:2.8%}.articles .previews .preview:not(:first-child){padding-top:3.5%}.articles .previews .preview:not(:last-child){border-bottom:1px solid #e9e9e9}.articles .previews .preview .image{-ms-flex:0 0 19.5%;-webkit-flex:0 0 19.5%;flex:0 0 19.5%;margin-right:3.5%;width:100%}.articles .previews .preview .image img{max-width:100%}.articles .previews .preview .info .name{margin:0;font-size:1em;font-weight:400}.articles .previews .preview .info .name a{color:#212121;font-weight:600;border-bottom:1px solid #e9e9e9;text-decoration:none}.articles .previews .preview .info .name a:hover{color:#faaf00;border-color:#faaf00}.articles .previews .preview .info .desc{margin-top:2.25%;font-size:0.875em;color:#616161;line-height:1.47em}.articles .previews .preview .info .btn{margin-top:3.65%}.articles .article .banner{width:77%;margin:0 auto 2.25%}.articles .article .banner img{max-width:100%}.articles .article .button{margin-top:6%}.promotion{padding-bottom:5.25%}.promotion:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.promotion:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.promotion .date{display:inline-block;padding:6px 10px;font-size:0.75em;color:#fff;border-radius:2px;background-color:#65b20d}.promotion .date.disable{background-color:#b1b5b7}.promotion .previews .preview{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:3.6%}.promotion .previews .preview:not(:first-child){padding-top:3.5%}.promotion .previews .preview:not(:last-child){border-bottom:1px solid #e9e9e9}.promotion .previews .preview .image{-ms-flex:0 0 19.5%;-webkit-flex:0 0 19.5%;flex:0 0 19.5%;margin-right:3.5%;width:100%}.promotion .previews .preview .image img{max-width:100%}.promotion .previews .preview .date{margin-top:2.65%}.promotion .previews .preview .info .name{margin:0;font-size:1em;font-weight:400}.promotion .previews .preview .info .name a{color:#212121;font-weight:600;border-bottom:1px solid #e9e9e9;text-decoration:none}.promotion .previews .preview .info .name a:hover{color:#faaf00;border-color:#faaf00}.promotion .previews .preview .info .desc{margin-top:2.25%;font-size:0.875em;color:#616161;line-height:1.47em}.promotion .previews .preview .info .btn{margin-top:3.65%}.promotion .offer .banner{position:relative}.promotion .offer .banner img{max-width:100%}.promotion .offer .date{position:absolute;top:6.5%;left:2.35%}.promotion .offer .title{margin-top:3.25%}.promotion .offer .caption{margin:0;font-size:1.125em}.promotion .offer .text{margin-top:1.75%;padding-bottom:4.75%;line-height:1.5em;border-bottom:1px solid #e9e9e9}.promotion .offer .products{position:relative;margin-top:4.7%;padding-bottom:6%;border-bottom:1px solid #e9e9e9}.promotion .offer .products .slider-nav{position:absolute;top:-5px;right:2px}.promotion .offer .products .items{margin-top:2.85%;height:405px}.promotion .offer .products .items .product-item{margin-bottom:10px}.promotion .offer .previews{margin:4.75% 0 3.5%}.promotion .offer .previews .preview{padding-top:2.75%}.promotion .offer .previews .preview:last-child{border-bottom:1px solid #e9e9e9}.faq:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.faq:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.faq .tabs{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:2.25%;border-bottom:1px solid #f5f5f6}.faq .tabs .tab{display:inline-block;margin-bottom:-1px;padding:15px 19px;border:1px solid #f5f5f6;background-color:#fafafa;color:#212121;font-weight:600;text-decoration:none}.faq .tabs .tab:not(:last-child){border-right:none}.faq .tabs .tab:hover{color:#faaf00;background-color:#fff}.faq .tabs .tab.active{padding-top:14px;color:#faaf00;background-color:#fff;border-top:2px solid #faaf00;border-bottom:1px solid #fff}.faq .tabs-content .tab-content{display:none;padding-top:20px}.faq .tabs-content .tab-content.active{display:block}.faq .order{margin-top:3.4%}.news:not(.section){padding-bottom:5.1%}.news:not(.section) .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.news:not(.section) .container>div[id*="bx_incl"]{-ms-flex:0 0 23.75%;-webkit-flex:0 0 23.75%;flex:0 0 23.75%;margin-right:2%}.news .date{display:inline-block;padding:6px 10px;font-size:0.75em;color:#fff;border-radius:2px;background-color:#b1b5b7}.news .previews .preview{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:3.6%}.news .previews .preview:not(:first-child){padding-top:3.5%}.news .previews .preview:not(:last-child){border-bottom:1px solid #e9e9e9}.news .previews .preview .image{-ms-flex:0 0 19.5%;-webkit-flex:0 0 19.5%;flex:0 0 19.5%;margin-right:3.5%;width:100%}.news .previews .preview .image img{max-width:100%}.news .previews .preview .date{margin-top:2.65%}.news .previews .preview .info .name{margin:0;font-size:1em;font-weight:400}.news .previews .preview .info .name a{color:#212121;font-weight:600;border-bottom:1px solid #e9e9e9;text-decoration:none}.news .previews .preview .info .name a:hover{color:#faaf00;border-color:#faaf00}.news .previews .preview .info .desc{margin-top:2.25%;font-size:0.875em;color:#616161;line-height:1.47em}.news .previews .preview .info .btn{margin-top:3.65%}.news .banner{position:relative}.news .banner img{max-width:100%}.news .banner .date{position:absolute;top:6.5%;left:2.35%}.news .desc{margin-top:2.5%}.news .project-slider{position:relative;margin-top:3.8%}.news .project-slider .items{width:77%;margin:0 auto}.news .project-slider .items .item{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;height:445px;overflow:hidden}.news .project-slider .items .item img{width:auto;height:100%}.news .project-slider .slider-nav{position:absolute;top:40.75%;width:100%}.news .project-slider .slider-nav .owl-prev{position:absolute;left:2.75%}.news .project-slider .slider-nav .owl-next{position:absolute;right:2.75%}.news .project-slider .slider-preview{display:-ms-flexbox;display:-webkit-flex;display:flex;width:77%;margin:8px auto 0}.news .project-slider .slider-preview .item{display:block;margin-right:1.175%;line-height:0;border:1px solid #d7dcdf;text-decoration:none}.news .project-slider .slider-preview .item.active{border-color:#faaf00}.news .button{margin-top:4.45%}.basket-full-empty{display:-ms-flexbox;display:-webkit-flex;display:flex}.basket-full-empty .icon-cart{width:60px;height:60px;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/cart-white.svg);background-position:center;background-size:28px 28px;background-repeat:no-repeat;background-color:#faaf00;border-radius:6px;margin-right:2.5%}.basket-full-empty .desc .title{font-size:1.1em;font-weight:600;margin:.85% 0 2% 0}.basket-full{width:100%;border:1px solid #e0e0e0}.basket-full td,.basket-full th{border-collapse:collapse;border:none;padding:2% 1.5%;vertical-align:middle;font-size:0.9em}.basket-full thead th{background:#f5f5f5;border-bottom:1px solid #e0e0e0;font-size:0.9em;font-weight:600}.basket-full thead th.name{text-align:left}.basket-full thead th.actions{width:50px}.basket-full tbody tr:not(:last-child) td{border-bottom:1px solid #e0e0e0}.basket-full tbody .image{text-align:center;width:15%;padding:2% 0 2% 1.5%}.basket-full tbody .image img{display:block;max-width:100%;max-height:100px;margin:0 auto}.basket-full tbody .qty{width:120px;padding-left:0;padding-right:0;text-align:center}.basket-full tbody .qty .quantity-selector{width:80px}.basket-full tbody .qty .quantity-selector input{font-size:0.9em}.basket-full tbody .qty .quantity-selector .counters{font-size:1.1em}.basket-full tbody .name{width:30%;font-size:0.9em;padding-left:20px}.basket-full tbody .name a{text-decoration:none}.basket-full tbody .price,.basket-full tbody .sum{text-align:center;white-space:nowrap;font-weight:600}.basket-full tbody .price .old-price,.basket-full tbody .sum .old-price{color:#7d8387;font-size:0.8em;text-decoration:line-through;margin-top:3%;font-weight:normal}.basket-full tbody .actions{text-align:center;padding-left:0;padding-right:0}.basket-full tbody .actions .delete{text-decoration:none;color:#b1b5b7;font-size:1.2em}.basket-full tbody .actions .delete:hover{color:#faaf00}.basket-full tbody .actions .delete:before{content:"\f136";font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.basket-full-footer{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:3.5% 0}.basket-full-footer .sum{font-size:1.15em;font-weight:600}.order-full{font-size:0.9em;line-height:1.5em}.order-full .title{color:#212121;font-weight:600;font-size:1.45em;border-bottom:1px solid #faaf00;padding:1.2% 0}.order-full .error-message{font-size:0.8em;color:#e83933;margin:4% 0 0 0}.order-full .order-confirmed{margin:4% 0 0 0}.order-full .order-form{margin-top:4%;border:1px solid #eee;padding:4%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.order-full .order-form .fields{width:47%}.order-full .order-form .fields .field{margin-bottom:4.5%}.order-full .order-form .fields .field .label{font-size:0.85em;color:#424242;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.order-full .order-form .fields .field .label sup{color:#ff0000}.order-full .order-form .fields .field input[type=text],.order-full .order-form .fields .field input[type=email],.order-full .order-form .fields .field input[type=tel],.order-full .order-form .fields .field textarea,.order-full .order-form .fields .field select{display:block;background:#eeeeee;border-radius:2px;padding:1.5% 4%;width:92%;border:none;height:30px;outline:none}.order-full .order-form .fields .field textarea{height:120px;padding-top:2.5%}.order-full .order-form .fields .field select{width:100%;-webkit-appearance:none;-moz-appearance:none;text-indent:0.01px;text-overflow:'';-ms-appearance:none;appearance:none !important;background-image:url('/local/templates/rusrem37/less_compile/../images/chevron-down.svg');background-position:97.5% center;background-repeat:no-repeat;background-size:12px}.order-full .order-form .fields .field select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.order-full .order-form .fields .field select::-ms-expand{display:none}.order-full .order-form .desc{color:#616161;width:49%;padding-top:16px}.text{line-height:1.5em}.error-404{text-align:center;margin-bottom:5%}.error-404 .number{font-size:15em;font-weight:600}.error-404 .text{margin-bottom:3%}.pagination{display:inline-block}.pagination .pagination-items{display:-ms-flexbox;display:-webkit-flex;display:flex;border:1px solid #f9f9f9;border-radius:3px;overflow:hidden}.pagination .pagination-items .item{text-decoration:none;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:31px;line-height:32px;padding:0 15px;border-right:1px solid #f9f9f9;font-size:0.9em;cursor:pointer}.pagination .pagination-items .item:last-child{border-right:none}.pagination .pagination-items .item.active{background-color:#faaf00;color:#fff;border-right:none}.pagination .pagination-items .item.prev:before{content:"\f2f4";font-family:'Material-Design-Iconic-Font'}.pagination .pagination-items .item.next:before{content:"\f2f6";font-family:'Material-Design-Iconic-Font'}.pagination .pagination-items a.item:hover{background-color:#f2f3f4}.search-page .search-page-form{display:-ms-flexbox;display:-webkit-flex;display:flex}.search-page .search-page-form input{width:400px;height:35px;color:#424242;padding:3px 15px;border:1px solid #e0e0e0;border-radius:2px;-webkit-appearance:none;box-sizing:border-box}.search-page .search-page-form input::-webkit-input-placeholder{color:#7d8387}.search-page .search-page-form input::-moz-placeholder{color:#7d8387}.search-page .search-page-form input:-ms-input-placeholder{color:#7d8387}.search-page .search-page-form input:-moz-placeholder{color:#7d8387}.search-page .search-page-form input:focus{outline:none}.search-page .search-page-form .submit{height:35px;margin-left:15px;padding:9px 21px;box-sizing:border-box}.search-page .search-page-form .submit:focus{outline:none}body.hide-prices .product .information .price,body.hide-prices .product-item .price,body.hide-prices .product-item-list .information .price{display:none}body.hide-prices .catalog .content .items .item-wrap{min-height:375px}a{color:#000}a:hover{color:#faaf00}a:focus{outline:none}blockquote:before{border-top:1px solid #faaf00}blockquote:after{border-top:1px solid #faaf00}li:before{background-color:#faaf00}main{width:100%}textarea{resize:none}.icon:before{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.subtitle{display:inline-block;margin:0;padding-bottom:1.225%;font-size:1.175em;color:#212121;font-weight:600;text-transform:uppercase;border-bottom:3px solid #faaf00}.btn{display:inline-block;padding:12px 21px;font-size:0.85em;color:#fff;letter-spacing:0.01em;background-color:#455a64;border:none;border-radius:3px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.btn:hover,.btn:focus{background-color:#576a73;color:#fff}.btn.color{background-color:#faaf00}.btn.color:hover,.btn.color:focus{background-image:linear-gradient(to bottom, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.075) 100%);background-color:#faaf00;color:#fff}.btn.big{padding:16px 17px;font-size:0.9375em;font-weight:600;border-radius:2px;text-transform:uppercase}.btn:disabled{background-color:#eeeeee;color:#333;cursor:default}.btn:disabled:hover{background-color:#eeeeee}.button{display:inline-block;padding:10px 21px 10px 20px;font-size:.875em;color:#212121;border:1px solid #e9e9e9;border-radius:2px;text-decoration:none}.button:hover{color:#faaf00}.button.back:before{content:'\f2fa';position:relative;top:1px;margin-right:9px;font-size:16px}input[type="checkbox"]:not(.adm-designed-checkbox){position:absolute;left:1px;bottom:4px;width:12px;height:1px;opacity:0}input[type="checkbox"]:not(.adm-designed-checkbox)+label{position:relative;display:block;margin-left:20px;font-size:0.85em;color:#7d8387;line-height:20px;-webkit-tap-highlight-color:transparent;cursor:pointer}input[type="checkbox"]:not(.adm-designed-checkbox)+label a{padding-bottom:2px;color:inherit;border-bottom:1px solid #e9e9e9;text-decoration:none}input[type="checkbox"]:not(.adm-designed-checkbox)+label a:hover{color:#faaf00;border-color:#faaf00}input[type="checkbox"]:not(.adm-designed-checkbox)+label:before{content:'';position:absolute;top:2px;left:-20px;display:block;width:12px;height:12px;border:1px solid #e5e6e7;border-radius:2px;background-color:#fff}input[type="checkbox"]:not(.adm-designed-checkbox):checked+label:before{border-color:#faaf00;background-color:#faaf00;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/check.svg);background-position:center;background-repeat:no-repeat;background-size:10px}.search-icon{-ms-flex-order:1;-webkit-order:1;order:1;position:relative;top:50%;display:block;width:16px;height:16px;border-radius:100%;background-color:#fff;transform:translate(0, -50%);cursor:pointer}.search-icon:before,.search-icon:after{content:'';position:absolute;display:block}.search-icon:before{width:12px;height:12px;background:#faaf00;border-radius:10px;margin:2px;transform:rotate(45deg);transition:all .1s ease}.search-icon:after{width:2px;height:6px;background-color:#fff;border-radius:4px;margin:12px 0 0 14px;transform:rotate(-45deg);transition:all .2s ease}.search-icon.active:before{width:2px;height:10px;margin:3px 0 0 7px;background-color:#faaf00}.search-icon.active:after{width:2px;height:10px;margin:3px 0 0 7px;background-color:#faaf00}.breadcrumbs{margin:-28px 0 2.1%;padding:2.65% 0 .35%;background-color:#f2f3f4}.breadcrumbs .links{margin-bottom:0.75%}.breadcrumbs .links .link{font-size:0.75em;color:#7d8387;letter-spacing:-0.03em;text-decoration:none;cursor:pointer}.breadcrumbs .links .link:hover{color:#faaf00}.breadcrumbs .links .link:not(:last-child):after{content:'\f2fb';display:inline-block;margin:0 3px 0 8px;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;color:#faaf00;text-rendering:auto;-webkit-font-smoothing:antialiased}.breadcrumbs .links+.title{margin-top:0}.breadcrumbs .title{margin-top:12px}.header-type4 .breadcrumbs{padding:1.65% 0 .25%}.header-type4 .breadcrumbs .title{margin-top:0.2em}.search{position:relative;width:480px;margin-left:auto;z-index:9}.search .search-form{position:absolute;top:0;right:0;width:100%;height:0;border-radius:0 0 2px 2px;background-color:#fff;box-shadow:0px 0px 7px 0px #8e8e8e;transition:height .35s ease;overflow:hidden}.search .search-form .fields{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;padding:10px 20px;box-sizing:border-box}.search .search-form input{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;height:35px;color:#424242;padding:3px 15px;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box}.search .search-form input::-webkit-input-placeholder{color:#7d8387}.search .search-form input::-moz-placeholder{color:#7d8387}.search .search-form input:-ms-input-placeholder{color:#7d8387}.search .search-form input:-moz-placeholder{color:#7d8387}.search .search-form input:focus{outline:none}.search .search-form .submit{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:43px;height:35px;margin-left:15px;padding:0}.search .search-form .submit:before{content:'';display:block;width:100%;height:100%;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/search.svg);background-repeat:no-repeat;background-position:center;background-size:22px}.search .search-form .submit:focus{outline:none}.search.open .search-form{height:55px}.title-search-result{display:none;margin-top:50px;background-color:#fff;z-index:10;border-radius:0 0 2px 2px;box-shadow:0px 6px 6px 0px #a9a9a9}.title-search-result .content{padding:10px 20px;box-sizing:border-box}.title-search-result .item{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:15px 15px;text-decoration:none;transition:box-shadow .2s ease;box-sizing:border-box}.title-search-result .item:not(:last-child){border-bottom:1px solid #e0e0e0}.title-search-result .item .image{width:35px;height:35px;margin-right:15px}.title-search-result .item .image img{display:block;margin:0 auto;max-width:100%;max-height:100%}.title-search-result .item .name{display:block;font-size:0.85em}.title-search-result .item .price{display:block;margin-top:10px;font-weight:500}.product-item,.product-item-list,.product{border:1px solid #f5f5f6;border-radius:3px;background-color:#fff;box-sizing:border-box;-webkit-transition:all .2s ease;transition:all .2s ease}.product-item .image img,.product-item-list .image img,.product .image img{display:block;width:auto;max-width:100%}.product-item .category,.product-item-list .category,.product .category{font-size:0.75em;color:#7d8387;letter-spacing:0.01em}.product-item .name a,.product-item-list .name a,.product .name a{padding-bottom:1px;color:#212121;font-weight:600;line-height:1.5em;border-bottom:1px solid #e9e9e9;text-decoration:none;-webkit-transition:all .1s ease;transition:all .1s ease}.product-item .name a:hover,.product-item-list .name a:hover,.product .name a:hover{color:#faaf00;border-color:#faaf00}.product-item .info .label,.product-item-list .info .label,.product .info .label{display:inline-block;padding:6px 10px;font-size:0.75em;color:#fff;border-radius:2px}.product-item .info .label.disable,.product-item-list .info .label.disable,.product .info .label.disable{background-color:#b1b5b7}.product-item .info .label.for-order,.product-item-list .info .label.for-order,.product .info .label.for-order{background-color:#ffa726}.product-item .info .label.ready,.product-item-list .info .label.ready,.product .info .label.ready{background-color:#65b20d}.product-item .info .code,.product-item-list .info .code,.product .info .code{display:inline-block;font-size:0.75em;color:#7d8387}.product-item .price .old,.product-item-list .price .old,.product .price .old{display:inline-block;font-size:0.75em;color:#7d8387;text-decoration:line-through}.product-item .price .new,.product-item-list .price .new,.product .price .new{display:inline-block;color:#212121;font-weight:600}.product-item .price .disabled,.product-item-list .price .disabled,.product .price .disabled{color:#b2b6b9;font-weight:600}.quantity-selector{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;width:46.5%;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box}.quantity-selector input{width:69%;padding:9px 0;border:none;color:#7d8387;text-align:center;box-sizing:border-box}.quantity-selector input:focus{outline:none}.quantity-selector .counters{display:inline-block;width:32%}.quantity-selector .counters .count{display:inline-block;width:100%;background-color:#f5f5f5;border-left:1px solid #e0e0e0;text-align:center;box-sizing:border-box;cursor:pointer}.quantity-selector .counters .count:before{position:relative}.quantity-selector .counters .count.minus:before{content:'\f2f2';top:2px}.quantity-selector .counters .count.plus{border-bottom:1px solid #e0e0e0}.quantity-selector .counters .count.plus:before{content:'\f2f8';top:1px}.quantity-selector+.btn{margin-left:2px;padding:13px 20px 11px}.product-item{width:270px;padding:0 22px 22px}.product-item:hover{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1)}.product-item:hover .buttons{display:block}.product-item.bx-context-toolbar-empty-area{background-color:#fff !important}.product-item .image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:245px}.product-item .category{margin-bottom:2.9%}.product-item .name{height:48px;overflow:hidden}.product-item .info{margin-top:5%}.product-item .info .code{margin-left:2.15%}.product-item .price{margin-top:6.5%}.product-item .price .old{margin-left:2.5%}.product-item .buttons{display:none;margin-top:10.5%}.long-names .product-item{position:relative;height:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.long-names .product-item:hover{border-bottom:1px solid #fff;border-radius:3px 3px 0 0;box-shadow:0px -5px 11px -5px rgba(0,0,0,0.1)}.long-names .product-item:hover .buttons{position:absolute;top:99%;left:-1px;display:block;width:270px;margin-top:0;padding:10px 22px 22px;border:1px solid #f2f3f4;border-top:none;background-color:#fff;border-radius:3px;box-shadow:0px 5px 15px -5px rgba(0,0,0,0.1);box-sizing:border-box}.long-names .product-item .name{height:auto;overflow:visible}.long-names .product-item .info{margin-top:auto;padding-top:15px}.long-names .product-item .buttons{display:none}.product-item-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:282px;margin-bottom:22px;padding:28px 3.4% 5px;box-sizing:border-box;position:relative}.product-item-list:hover{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1)}.product-item-list .image{width:22%;height:100%;margin-right:2.5%}.product-item-list .image img{margin:0 auto}.product-item-list .information{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:75.5%}.product-item-list .information .category{width:100%;margin-bottom:5px}.product-item-list .information .name{width:65%;max-height:48px;overflow:hidden}.product-item-list .information .price{margin:.4% 0 0 auto}.product-item-list .information .price .old{padding-left:4px}.product-item-list .information .info{width:40%;margin-top:18px}.product-item-list .information .info .code{margin-left:4px}.product-item-list .information .buttons{width:36.6%;margin:11px 0 0 auto;text-align:right}.product-item-list .desc{width:75.4325%;border-top:1px solid #f9f9f9;padding-top:2.45%;margin-top:10px;max-height:80px;font-size:0.875em;color:#616161;overflow:hidden}.accordion .item{padding:3.1% 3.35% 3%;border:1px solid #f9f9f9}.accordion .item:not(:last-child){border-bottom:none}.accordion .item .name{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:baseline;-webkit-align-items:baseline;align-items:baseline;width:100%;font-size:0.875em;color:#424242;text-decoration:none}.accordion .item .name:after{content:'';-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;display:block;width:8px;height:8px;margin:2px 0 0 auto;border-top:2px solid #424242;border-left:2px solid #424242;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition:all .2s ease;transition:all .2s ease}.accordion .item .name span:not(.salary){width:100%;margin-right:8px;font-size:1.285715em;font-weight:600;text-decoration:underline;text-decoration-color:#e9e9e9}.accordion .item .name span:not(.salary):hover{text-decoration:none}.accordion .item .name .salary{white-space:nowrap;margin-right:12px}.accordion .item .content{display:none}.accordion .item.active .name{border-bottom:1px solid #f9f9f9;padding-bottom:3.5%}.accordion .item.active .name:after{margin-top:9px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.accordion .item.active .name span{color:#faaf00;text-decoration:none}.accordion .item.active .content{display:block;margin-top:3.1%}.accordion .item.active .content .param{margin-top:1.5%;font-size:0.875em;color:#212121;font-weight:600;letter-spacing:-0.005em}.accordion .item.active .content .desc{margin-top:1.85%;font-size:0.875em;color:#616161;line-height:1.5em;letter-spacing:-0.005em}.accordion .item.active .content .buttons{margin-top:2.7%;padding-top:3.7%;border-top:1px solid #f9f9f9}.social{display:-ms-flexbox;display:-webkit-flex;display:flex}.social .link{width:30px;height:30px;margin-left:3px;background-color:#d6dadd;border-radius:2px;text-decoration:none;-webkit-transition:.15s all ease;transition:.1s all ease;cursor:pointer}.social .link:before{display:block;padding-top:7px;font-size:15px;color:#fff;text-align:center}.social .link.vk:before{content:'\f361'}.social .link.facebook:before{content:'\f343'}.social .link.twitter:before{content:'\f360'}.social .link.instagram:before{content:'\f34f'}.social .link.gplus:before{content:'\f34e'}.social .link:hover.vk{background-color:#4b76a8}.social .link:hover.facebook{background-color:#4167b2}.social .link:hover.twitter{background-color:#0091ea}.social .link:hover.instagram{background-color:#ff6d00}.social .link:hover.gplus{background-color:#b51c1c}.social.color .link.vk{background-color:#4b76a8}.social.color .link.facebook{background-color:#4167b2}.social.color .link.twitter{background-color:#0091ea}.social.color .link.instagram{background-color:#ff6d00}.social.color .link.gplus{background-color:#b51c1c}.social.color .link:hover{background-image:linear-gradient(to bottom, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.075) 100%)}.slider-nav .owl-prev,.slider-nav .owl-next{display:inline-block}.slider-nav .owl-prev .icon,.slider-nav .owl-next .icon{cursor:pointer}.slider-nav .owl-prev .icon:before,.slider-nav .owl-next .icon:before{font-size:1.7em}.slider-nav .owl-prev .icon:hover:before,.slider-nav .owl-next .icon:hover:before{color:#faaf00}.slider-nav .owl-prev{padding-right:15px}.slider-nav .owl-prev .icon-back:before{content:'\f2ff'}.slider-nav .owl-next .icon-forward:before{content:'\f301'}.section-name{margin-bottom:2.9%;border-bottom:1px solid #f9f9f9}.section-name .subtitle{position:relative;top:2px}.section-name .all{display:inline-block;margin-left:1.2%;font-size:0.875em;color:#7d8387;text-decoration:none;cursor:pointer}.section-name .all:hover{color:#faaf00}.side-bar{-ms-flex:0 0 23.1%;-webkit-flex:0 0 23.1%;flex:0 0 23.1%;margin-right:2.56%}.side-bar .side-menu{border:1px solid #f9f9f9}.side-bar .side-menu .item:not(:last-child){border-bottom:1px solid #f9f9f9}.side-bar .side-menu .item .link{display:inline-block;width:100%;padding:5% 6% 4.5% 7.5%;font-size:0.875em;color:#212121;line-height:1.25em;text-decoration:none;box-sizing:border-box}.side-bar .side-menu .item .link:hover{color:#faaf00}.side-bar .side-menu .item.active{background-color:#faaf00}.side-bar .side-menu .item.active .link{color:#fff}.side-bar .side-menu .item.active .link:after{color:#fff;transform:rotate(90deg)}.side-bar .side-menu .item.active .sub{display:block}.side-bar .side-menu .item.has-sub .link{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.side-bar .side-menu .item.has-sub .link:after{content:'\f2fb';display:inline-block;margin-top:-2px;margin-left:auto;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:1.22em;color:#0e0e0e;text-rendering:auto;-webkit-font-smoothing:antialiased}.side-bar .side-menu .item.has-sub .link:hover:after{color:#faaf00}.side-bar .side-menu .item.has-sub .sub{display:none;background-color:#fff}.side-bar .side-menu .item.has-sub .sub .sub-item{display:inline-block;width:100%;padding:5% 6% 0% 10.5%;font-size:0.875em;color:#616161;line-height:1.25em;text-decoration:none;box-sizing:border-box}.side-bar .side-menu .item.has-sub .sub .sub-item:hover{color:#faaf00}.side-bar .side-menu .item.has-sub .sub .sub-item:last-child{padding-bottom:5%}.side-bar .side-menu .item.has-sub.active .link:after{color:#fff}.side-bar .side-menu .item.has-sub.active .sub{display:block}.side-bar .question{margin:11% 0 17%}.side-bar.ask .question{margin-top:0}.side-bar+.content{width:74.3%}.question{padding:11% 8.5% 15%;border:1px solid #f9f9f9;text-align:center}.question:before{content:'';display:inline-block;width:100px;height:100px;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/question.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.question .name{margin-top:9%;font-size:1.25em;color:#212121;font-weight:600}.question .text{margin-top:3.75%;font-size:0.875em;color:#616161;letter-spacing:-0.0025em;line-height:1.6em}.question .btn{margin-top:10%}.filter{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;padding:.65% 0}.filter .link{margin-right:1.85%;font-size:0.875em;color:#757575;text-decoration:none}.filter .link:after{position:relative;display:inline-block;top:2px;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:1.2em;text-rendering:auto;-webkit-font-smoothing:antialiased}.filter .link:hover{color:#faaf00}.filter .link.min:after{content:'\f2fc';margin-left:5px}.filter .link.max:after{content:'\f2f9';margin-left:4px}.filter .link.active{color:#212121}.filter .link.active:hover{color:#faaf00}.order{display:-ms-flexbox;display:-webkit-flex;display:flex;padding:4% 4.5%;border-top:2px solid #faaf00;background-color:#fafafa;margin-top:4.5%}.order .text{position:relative;display:inline-block;padding-left:55px;color:#212121;line-height:1.5em;font-weight:600}.order .text:before{content:'\0048';position:absolute;top:50%;left:0;display:block;margin:-24px 2.8% 0 0;font-size:2.75em;color:#faaf00;font-weight:400}.order .btn{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;margin-left:4%;padding:13px 20px}.filters{display:-ms-flexbox;display:-webkit-flex;display:flex}.filters .display{margin-left:auto}.filters .display .switch{display:inline-block;width:28px;height:28px;margin-left:5px;border:1px solid #f5f5f6;border-radius:2px;background-repeat:no-repeat;background-position:center;background-size:20px}.filters .display .switch:hover,.filters .display .switch.active{border-color:#faaf00}.filters .display .switch.block{background-image:url(/local/templates/rusrem37/less_compile/../images/icons/thumbnails.svg)}.filters .display .switch.list{background-image:url(/local/templates/rusrem37/less_compile/../images/icons/list.svg)}.subscribe .text{position:relative;top:5px;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:170px;font-size:0.85em;letter-spacing:0.02em;line-height:1.35em}.subscribe .text:before{content:'\f194';margin-right:14px;font-size:2.2em}.subscribe .success-message{color:#bcbcbc}.subscribe .form{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.subscribe .form .field{position:relative}.subscribe .form .field .error-tip{position:absolute;top:-16px;left:14px;color:#e53935;font-size:0.8em;max-width:80%}.subscribe .form input[type='text']{width:340px;height:40px;padding:0 16px;font-size:0.875em;color:#424242;letter-spacing:0.0525em;border:none;border-radius:3px 0 0 3px;box-sizing:border-box;outline:none}.subscribe .form input[type='text']:focus{outline-color:#424242}.subscribe .form input[type='text']::-webkit-input-placeholder{color:#424242}.subscribe .form input[type='text']:-ms-input-placeholder{color:#424242}.subscribe .form input[type='text']::placeholder{color:#424242}.subscribe .form .btn{-webkit-appearance:inherit;padding:12px 20px;border-radius:0 3px 3px 0;border:none;outline:none}.documents{margin-top:4px}.documents .doc{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:2.4%}.documents .doc:before{content:'\0047';position:relative;top:-4px;left:-3px;font-size:1.825em;color:#faaf00}.documents .doc .link{display:inline-block;margin-left:4px;border-bottom:1px solid #e9e9e9;color:#212121;text-decoration:none;cursor:pointer}.documents .doc .link:hover{border-color:#faaf00}.documents .doc .size{position:relative;top:-2px;left:5px;font-size:0.75em;color:#757575}.features .feature{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:14px;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/dot.svg);background-position:12px 9px;background-repeat:repeat no-repeat}.features .feature .name{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;padding-right:7px;font-size:0.875em;color:#616161;background-color:#fff}.features .feature .value{margin-left:auto;padding-left:10px;font-size:0.875em;color:#212121;font-weight:600;text-align:right;background-color:#fff}.inline-form{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:3.1% 3% 3.4% 3.5%;border:1px solid #e9e9e9}.inline-form .error-message{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;font-size:0.8em;color:#e83933}.inline-form .success-message{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;color:#65b20d}.inline-form .left{-ms-flex:0 0 39.5%;-webkit-flex:0 0 39.5%;flex:0 0 39.5%;margin-right:2.5%}.inline-form .left label{display:block;font-size:0.875em}.inline-form .left input{display:block;width:100%;margin:6px 0 4.25%;padding:3% 3.5%;background-color:#eeeeee;border:none;border-radius:3px;line-height:1.5em;box-sizing:border-box;outline-color:#cbcbcb}.inline-form .right{-ms-flex:0 0 58%;-webkit-flex:0 0 58%;flex:0 0 58%}.inline-form .right label{display:block;font-size:0.875em}.inline-form .right textarea{display:block;width:100%;margin-top:6px;padding:3% 3.5%;background-color:#eeeeee;border:none;border-radius:3px;line-height:1.5em;box-sizing:border-box;outline-color:#cbcbcb;resize:none}.inline-form .checkbox{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;position:relative}.inline-form .btn{margin-top:15px;padding:12px 20px;letter-spacing:0.06em}.header-change-city{position:relative}.header-change-city .accept-modal{position:absolute;top:40px;width:300px;background:#fff;padding:15px 0;text-align:center;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);z-index:20;display:none}.header-change-city .accept-modal.open{display:block}.header-change-city .accept-modal:before{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDk0MTg3NjZGMjEwMTFFN0E3MTVENEZGOTZDNUFBMEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDk0MTg3NjdGMjEwMTFFN0E3MTVENEZGOTZDNUFBMEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRTRGNDZGRkYyMTAxMUU3QTcxNUQ0RkY5NkM1QUEwQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRTRGNDcwMEYyMTAxMUU3QTcxNUQ0RkY5NkM1QUEwQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnRf5s4AAACDSURBVHjaYvz//z8DNQETA5XBqIEjwUAGUDoklBaB8ppAnEyMWXgNBIqz/fnzJwxI3wTi/0B2CkUGfv361fjfv3+X/yMBfIbiNBDIZwFq9AQadhBkxn80gMtQrAYC2Uy/f/92Axr24j8e8Pfv3zSiDJw5cyYr0LBL/4kAoCBBNxAgwAA1/94c+bqXbgAAAABJRU5ErkJggg==');width:20px;height:14px;position:absolute;content:" ";top:-14px;left:30px}.header-change-city .accept-modal .title{margin-bottom:2.5%}.header-change-city .accept-modal .title span{display:block;font-size:1.2em;font-weight:bold;color:#212121}.header-change-city .accept-modal .actions a{margin:0 5px}.header-change-city .accept-modal .actions .btn.color{color:#fff}.header-change-city .accept-modal .actions .btn.color:hover{color:#fff}.header-change-city .cities-modal{background:#fff;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);position:absolute;top:40px;padding:10px 20px;z-index:20;display:none}.header-change-city .cities-modal.open{display:block}.header-change-city .cities-modal:before{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDk0MTg3NjZGMjEwMTFFN0E3MTVENEZGOTZDNUFBMEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDk0MTg3NjdGMjEwMTFFN0E3MTVENEZGOTZDNUFBMEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRTRGNDZGRkYyMTAxMUU3QTcxNUQ0RkY5NkM1QUEwQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRTRGNDcwMEYyMTAxMUU3QTcxNUQ0RkY5NkM1QUEwQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnRf5s4AAACDSURBVHjaYvz//z8DNQETA5XBqIEjwUAGUDoklBaB8ppAnEyMWXgNBIqz/fnzJwxI3wTi/0B2CkUGfv361fjfv3+X/yMBfIbiNBDIZwFq9AQadhBkxn80gMtQrAYC2Uy/f/92Axr24j8e8Pfv3zSiDJw5cyYr0LBL/4kAoCBBNxAgwAA1/94c+bqXbgAAAABJRU5ErkJggg==');width:20px;height:14px;position:absolute;content:" ";top:-14px;left:30px}.header-change-city .cities-modal .item-city{display:block;font-size:1em;white-space:nowrap;margin:10px 0}.product-tags{position:absolute;left:-1px;top:20px;z-index:2}.product-tags .label{display:block;margin-bottom:3px}.product-tags .label>span{display:inline-block;border-radius:0 3px 3px 0;background:#faaf00;color:#fff;font-size:0.8em;padding:7px 8px 5px 8px;line-height:100%}.product-tags .label.new>span{background:#ff0000}.product-tags .label.hit>span{background:#2992d9}.product-tags .label.sale>span{background:#ffc438}.mobile-menu-icon{width:25px;height:25px;position:relative;margin:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.mobile-menu-icon span{display:block;position:absolute;height:4px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.mobile-menu-icon span:nth-child(1){top:0px}.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3){top:8px}.mobile-menu-icon span:nth-child(4){top:16px}.mobile-menu-icon.open span:nth-child(1){top:8px;width:0%;left:50%}.mobile-menu-icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-menu-icon.open span:nth-child(4){top:8px;width:0%;left:50%}@keyframes swing{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);transform:scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.smart-filter{border:1px solid #f9f9f9}.smart-filter .bx_filter_title{font-size:0.875em;font-weight:600}.smart-filter .bx_filter_parameters_box{position:relative;font-size:0.875em;border-top:1px solid #f9f9f9}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_title{display:-ms-flexbox;display:-webkit-flex;display:flex;transition:.2s ease all;cursor:pointer}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_title:after{content:'\f2fb';display:inline-block;margin-top:-2px;margin-left:auto;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:1.22em;color:#424242;text-rendering:auto;transform:rotate(90deg);transition:.2s ease all;-webkit-font-smoothing:antialiased}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_title:hover{color:#000}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_title:hover:after{color:#000}.smart-filter .bx_filter_parameters_box .bx_filter_block{display:none;overflow:hidden;box-sizing:border-box}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;width:45%}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block .bx_filter_input_container{position:relative;width:100%;margin-bottom:10px}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block .bx_filter_input_container input{width:100%;padding:5px 10px;color:#424242;box-sizing:border-box}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block .bx_filter_input_container input:focus{outline:none}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block:first-child{margin-right:7.5%}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block:first-child .bx_filter_input_container:after{content:'';position:absolute;top:50%;right:-17.5%;display:block;width:15px;height:1px;background-color:#a9a9a9}.smart-filter .bx_filter_parameters_box+.clb{border-top:1px solid #f2f3f4}.smart-filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after{transform:rotate(-90deg)}.smart-filter .bx_filter_parameters_box.active .bx_filter_block{display:block}.smart-filter .bx_ui_slider_track{position:relative;width:97.5%;height:7px;margin:35px auto 25px;background-color:#faaf00;box-shadow:0 1px 0 0 rgba(255,255,255,0.35)}.smart-filter .bx_ui_slider_track .bx_ui_slider_part{position:absolute}.smart-filter .bx_ui_slider_track .bx_ui_slider_part span{position:absolute;top:-27px;display:block;width:auto;color:#424242;font-size:14px;text-align:center;white-space:nowrap}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p1{left:-1px}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p1 span{left:0}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p2{display:none}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p3{display:none}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p4{display:none}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p5{right:-1px}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p5 span{right:0}.smart-filter .bx_ui_slider_track .bx_ui_slider_range,.smart-filter .bx_ui_slider_track .bx_ui_slider_pricebar,.smart-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VD,.smart-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VN,.smart-filter .bx_ui_slider_track .bx_ui_slider_pricebar_V{position:absolute;top:-1px;bottom:-1px;box-sizing:border-box}.smart-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VN{background-color:#fff;opacity:.7;z-index:7}.smart-filter .bx_ui_slider_track .bx_ui_slider_pricebar_V{top:-1px;bottom:-1px;background-color:#faaf00;z-index:8}.smart-filter .bx_ui_slider_track .bx_ui_slider_range{z-index:10}.smart-filter .bx_ui_slider_track .bx_ui_slider_handle{position:absolute;top:-5px;width:19px;height:19px;border-radius:50%;border:2px solid #faaf00;background-color:#fff;box-shadow:0 0 0 2px #fff;box-sizing:border-box}.smart-filter .bx_ui_slider_track .bx_ui_slider_handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab}.smart-filter .bx_ui_slider_track .bx_ui_slider_handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing}.smart-filter .bx_ui_slider_track .bx_ui_slider_handle.left{left:0;margin-left:-9px}.smart-filter .bx_ui_slider_track .bx_ui_slider_handle.right{right:0;margin-right:-9px}.smart-filter .bx_filter_param_label{display:block}.smart-filter .bx_filter_param_label .bx_filter_input_checkbox{position:relative;display:block}.smart-filter .bx_filter_param_label .bx_filter_input_checkbox:hover .bx_filter_param_text{color:#000}.smart-filter .bx_filter_param_label input[type="checkbox"]{position:absolute;top:inherit;bottom:4px;width:12px;height:1px;opacity:0}.smart-filter .bx_filter_param_label input[type="checkbox"]+.bx_filter_param_text{position:relative;display:block;margin-top:2.5%;margin-left:20px;color:#7d8387;line-height:20px;-webkit-tap-highlight-color:transparent;cursor:pointer}.smart-filter .bx_filter_param_label input[type="checkbox"]+.bx_filter_param_text:before{content:'';position:absolute;top:2px;left:-20px;display:block;width:12px;height:12px;border:1px solid #e5e6e7;border-radius:2px;background-color:#fff}.smart-filter .bx_filter_param_label input[type="checkbox"]:checked+.bx_filter_param_text:before{border-color:#faaf00;background-color:#faaf00;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/check.svg);background-position:center;background-repeat:no-repeat;background-size:10px}.smart-filter .bx_filter_select_block .bx_filter_select_text{display:-ms-flexbox;display:-webkit-flex;display:flex;border:1px solid #f2f3f4;padding:5px 10px;cursor:pointer}.smart-filter .bx_filter_select_block .bx_filter_select_text:after{content:'\f2f9';display:inline-block;margin-top:-1px;margin-left:auto;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:1.22em;color:#424242;text-rendering:auto;transition:.2s ease all;-webkit-font-smoothing:antialiased}.smart-filter .bx_filter_search_button{display:inline-block;margin:0 5px 0 24px;padding:12px 21px;font-size:0.85em;color:#fff;letter-spacing:0.01em;background-color:#faaf00;border:none;border-radius:3px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.smart-filter .bx_filter_search_button:hover{background-image:linear-gradient(to bottom, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.075) 100%)}.smart-filter .bx_filter_search_button:focus{outline:none}.smart-filter .bx_filter_search_reset{display:inline-block;margin:0 0 0 5px;padding:12px 21px;font-size:0.85em;color:#424242;letter-spacing:0.01em;background-color:#f2f3f4;border:none;border-radius:3px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.smart-filter .bx_filter_search_reset:hover{background-image:linear-gradient(to bottom, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 100%)}.smart-filter .bx_filter_search_reset:focus{outline:none}.smart-filter .bx_filter_container_modef{position:absolute;top:50%;left:100%;margin-top:-34.5px;z-index:50}.smart-filter .bx_filter_container_modef .bx_filter_popup_result{width:210px;padding:15px 10px;background-color:#fff;border:1px solid #f2f3f4;text-align:center;box-shadow:inset 7px 0px 15px -9px rgba(0,0,0,0.05),2px 0px 11px -1px rgba(0,0,0,0.05)}.smart-filter .bx_filter_container_modef .bx_filter_popup_result a{display:inline-block;margin-left:10px;padding:12px 21px;font-size:0.85em;color:#fff;letter-spacing:0.01em;background-color:#faaf00;border:none;border-radius:3px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.smart-filter .bx_filter_container_modef .bx_filter_popup_result a:hover{background-image:linear-gradient(to bottom, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.075) 100%)}.smart-filter.horizontal{margin:0 0 5%;padding:2.5% 0}.smart-filter.horizontal .bx_filter_title{padding:0 5.5% 2.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_parameters_box_title{padding:2% 5.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block{padding:0% 6% 2.75% 7.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block div[style="clear: both;"]{display:none}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block{width:15%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block:first-child{margin-right:2.75%}.smart-filter.horizontal .bx_ui_slider_track{display:inline-block;top:22px;width:47.5%;margin:0 0 25px 11%}.smart-filter.horizontal .bx_ui_slider_track .bx_ui_slider_part.p1{left:-8px}.smart-filter.horizontal .bx_ui_slider_track .bx_ui_slider_part.p5{right:-8px}.smart-filter.horizontal .bx_ui_slider_track .bx_ui_slider_part span{top:-23px;font-size:12px}.smart-filter.horizontal .bx_filter_param_label{display:inline-block;margin-right:20px}.smart-filter.horizontal .bx_filter_search_button{margin-top:2.5%;margin-left:46px}.smart-filter.horizontal .bx_filter_search_reset{margin-top:2.5%}.smart-filter.vertical{margin:11% 0 17%;padding:5% 0 7.5%}.smart-filter.vertical .bx_filter_title{padding:0 6% 4.5% 7.5%}.smart-filter.vertical .bx_filter_parameters_box .bx_filter_parameters_box_title{padding:5% 6% 4.5% 7.5%}.smart-filter.vertical .bx_filter_parameters_box .bx_filter_block{padding:1% 6% 5% 7.5%}.smart-filter.vertical .bx_filter_search_button{margin-top:7.5%}.smart-filter.vertical .bx_filter_search_reset{margin-top:7.5%}.popup-window{width:232px;margin-top:-4px;padding:0;border:1px solid #f2f3f4;border-bottom:none;box-shadow:none;box-sizing:border-box}.popup-window ul{margin-top:0;padding-left:0}.popup-window ul li{margin-top:0}.popup-window ul li:before{content:none}.popup-window ul li:hover{background-color:#faaf00;border-color:#faaf00;color:#fff}.popup-window ul li:last-child{border-bottom:1px solid #f2f3f4}.popup-window ul li:last-child:hover{border-bottom:1px solid #faaf00}.popup-window ul li label{display:block;width:100%;padding:5px 10px;box-sizing:border-box;cursor:pointer}.empty-section{position:relative;padding-left:65px;padding-top:1px;margin:45px 0 60px;font-size:0.85em}.empty-section .title{font-weight:500;display:block;margin-bottom:6px;font-size:1.2em}.empty-section:before{content:"\f136";font-family:'Material-Design-Iconic-Font';color:#fff;font-size:2em;background:#faaf00;width:45px;height:45px;text-align:center;line-height:45px;display:block;position:absolute;left:0;top:0}@media screen and (max-width:1366px){.top-slider .container{width:85%}}@media screen and (max-width:1260px){.nt-public-options{display:none !important}.container{width:90.8%}.slider-nav .owl-prev:hover .icon:before,.slider-nav .owl-next:hover .icon:before{color:inherit}.header .menu{width:93.8%}.header .menu .item .link{padding:23px 30px 16px}.header .menu .item.has-sub:not(.more)>.link{padding:23px 23px 17px 30px}.header .info{padding-bottom:2px}.header .info .container{margin-top:3px}.header .info .container .item:first-child{margin-left:0}.header .info .container .item:before{margin-right:2px}.header .info .container .item.icon.location:before{position:relative;top:2px;font-size:1.35em}.header .info .container .social{margin-top:2px}.header .content{margin-bottom:28px}.header .content .logo{width:22.35%;height:auto;margin-right:3.25%;-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.header .content .slogan{width:20%;margin-top:9px}.header .content .basket-container{margin-left:11.95%}.header.type2 .logo-and-slogan{width:36%;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:3%}.header.type2 .logo-and-slogan .logo{width:100%}.header.type2 .logo-and-slogan .slogan{display:none}.header.type2 .content .item a{line-height:1.25em}.header.type2 .basket-container .basket .counter span{margin-right:0}.header.type3 .content .tel{margin-left:2.5%}.header.type3 .content .location{margin-left:2.5%;margin-right:1.5%}.header.type3 .content .logo{margin-right:1.5%}.header.type3 .content .email-and-ask{margin-right:1%}.header.type3 .content .social{margin-right:2.5%}.header.type4 .info .container .item{margin-right:15px}.header.type4 .info .container .ask{display:none}.header.type4 .content .logo{margin-right:2.5%}.header.type4 .menu{padding:0}.header.type4 .menu .item.more{padding:5px}.search-container{width:93.8%}.disabled-basket .header.type2 .content .logo-and-slogan{width:33%}.disabled-basket .header.type2 .content .slogan{width:100%}.disabled-basket .header.type4 .content .slogan{width:25%}.top-slider .container{width:75%}.top-slider .item{height:auto;padding:15.25% 0 10%;min-height:500px}.top-slider .item .name{width:100%;font-size:1.6em;letter-spacing:0.055em}.top-slider .item .desc{width:100%;margin-top:2.75%;font-size:1em}.top-slider .item .actions{width:100%}.top-slider .item .btn{margin-top:7.8%}.top-slider .item.center .name{width:100%}.top-slider .item.center .desc{width:100%}.top-slider .item.right{text-align:right}.top-slider .owl-nav{top:43.75%;left:4.5%;width:90.95%}.top-slider .owl-nav .prev,.top-slider .owl-nav .next{width:42px;height:42px}.top-slider .owl-nav .prev:before,.top-slider .owl-nav .next:before{font-size:27px}.advantages{padding:3.35% 0}.advantages .items .item{-ms-flex:0 0 15.75%;-webkit-flex:0 0 15.75%;flex:0 0 15.75%;padding-left:55px}.advantages .items .item:before{top:2px;left:0;font-size:2.65em}.advantages .items .item .name{font-size:0.75em}.advantages .items .item .desc{font-size:0.75em}.services.section{padding:.65% 0}.services.section .items .item{-ms-flex:0 0 22%;-webkit-flex:0 0 22%;flex:0 0 22%;height:154px}.services.section .items .item.big{-ms-flex:0 0 45%;-webkit-flex:0 0 45%;flex:0 0 45%}.services.section .items .item.big .name{width:100%}.services.section .items .item .gradient{padding:17px 23px}.services.section .items .item .name{font-size:0.65em;letter-spacing:0.1em}.services.section .desc{line-height:1.375em}.section-name{margin-bottom:3.9%}.section-name .subtitle{padding-bottom:1.55%;letter-spacing:0.045em}.section-name .all{position:relative;top:2px;margin-left:2.6%;font-weight:600}.catalog.section{padding:5.825% 0 1.85%}.catalog.section .categories{margin:3.45% 0}.catalog.section .categories .category .preview-image{margin-right:6.2%}.slider{padding:6% 0 5.5%}.slider .tabs .tab{font-size:0.95em}.slider .tabs .tab.active{padding-bottom:6px}.slider .tabs-content{margin-top:4.25%}.company{padding:9.699999999999999% 0 9.25%}.company .content .image{-ms-flex:0 0 31.078%;-webkit-flex:0 0 31.078%;flex:0 0 31.078%;margin-right:3.25%}.company .content .image img{width:100%}.company .content .subtitle{padding-bottom:2.3%;letter-spacing:0.04em}.company .content .text{margin-top:5.65%;line-height:1.4em}.company .content .btn{margin-top:3.35%}.news.section{padding-bottom:0}.news.section .section-name{margin-bottom:5.45%}.news.section .items{padding-bottom:2.5%}.news.section .items .item .image{-ms-flex:0 0 27.25%;-webkit-flex:0 0 27.25%;flex:0 0 27.25%;margin-right:5%}.news.section .items .item .info .desc{margin-top:2%}.product-item{width:280px;box-sizing:border-box}.product-item:hover{box-shadow:none}.product-item:hover .buttons{display:none}.long-names .product-item:hover{border-bottom:1px solid #f2f3f4}.long-names .product-item:hover .buttons{display:none}.brands{padding:4.7% 0 5.75%}.footer .top{padding-bottom:3%}.footer .top .subscribe{margin-left:0}.footer .bottom{padding-top:3%}.footer .bottom .contacts .location{position:relative;padding-left:25px}.footer .bottom .contacts .location:before{position:absolute;left:0;display:block}.footer .bottom .menu-container{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto}.footer .bottom .menu{margin-right:6.85%}.footer .bottom .copyright{margin:0}.footer.type3 .bottom .menu-container{-ms-flex:0 0 72%;-webkit-flex:0 0 72%;flex:0 0 72%}.footer.type5 .bottom .menu-container{-ms-flex:0 0 46%;-webkit-flex:0 0 46%;flex:0 0 46%}.footer.type5 .bottom .menu{margin-right:auto}.footer.type5 .bottom .menu.first{width:56%}.footer.type5 .bottom .menu.first .menu-list{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.footer.type5 .bottom .menu.first .menu-list li{width:100%}.footer.type5 .bottom .right-block{margin:0 auto 0 0}.breadcrumbs{margin-bottom:3.75%;padding:5.1% 0 .8%}.breadcrumbs .links{margin-bottom:0.65%}.filter{padding:1% 0}.side-bar{-ms-flex:0 0 31.1%;-webkit-flex:0 0 31.1%;flex:0 0 31.1%;margin-right:3.1%}.side-bar .side-menu .item .link{padding:4% 6% 3.9% 7.5%}.side-bar+.content{-ms-flex:1 0 65%;-webkit-flex:1 0 65%;flex:1 0 65%;width:65%}.catalog{padding-bottom:7.1%}.catalog main.content>.desc{margin-top:4%;line-height:1.4em}.catalog .categories{margin-top:3.55%}.catalog .categories .category{-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;padding:29px 2.5% 31px;box-sizing:border-box}.catalog .categories .category .preview-image{margin-right:6.15%}.catalog .categories .category .desc{margin-top:2%;line-height:1.45em}.catalog .content .items{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.catalog .content .items .item-wrap{width:275px}.catalog .content .items .item-wrap .product-item{width:275px}.catalog .content .items .item-wrap .product-item:hover{height:100%;box-shadow:none}.catalog .content .items .item-wrap .product-item:hover .buttons{display:none}.catalog .content .items .product-item-list{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;height:auto;margin-top:0.75%;padding-top:4.85%}.catalog .content .items .product-item-list:hover{box-shadow:none}.catalog .content .items .product-item-list .image{width:32%;margin-right:4.5%;height:auto}.catalog .content .items .product-item-list .information{width:63.5%}.catalog .content .items .product-item-list .information .category{margin:1% 0 0;line-height:0.5em}.catalog .content .items .product-item-list .information .name{width:100%;margin-top:2.216%}.catalog .content .items .product-item-list .information .info{width:100%;margin-top:7.5%}.catalog .content .items .product-item-list .information .price{-ms-flex-order:1;-webkit-order:1;order:1;width:100%;margin-top:5%}.catalog .content .items .product-item-list .information .buttons{-ms-flex-order:2;-webkit-order:2;order:2;width:100%;margin:4% 0 0;text-align:left}.catalog .content .items .product-item-list .desc{width:63.5%;max-height:initial;margin:3.75% 0 0 auto}.catalog .content .product .images{-ms-flex:0 0 47.5%;-webkit-flex:0 0 47.5%;flex:0 0 47.5%}.catalog .content .product .information .desc{min-height:141px}.catalog .content .product .information .buttons .quantity{width:45%}.catalog .content .product .information .buttons .quantity .counters{width:45%}.catalog.items-list .categories .category{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;padding-bottom:20px}.services .categories{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:4.1%}.services .categories .category{width:47.5%;margin-bottom:5%;padding:4.75% 3.75% 3.9%}.services .categories .category:not(:nth-child(3n)){margin-right:0}.services .categories .category:hover{box-shadow:none}.services .categories .category .name{margin-top:9.25%}.services .categories .category .text{margin-top:6.5%}.services .previews .preview{padding-bottom:4.25%}.services .previews .preview:not(:first-child){padding-top:5%}.services .previews .preview .image{-ms-flex:0 0 28%;-webkit-flex:0 0 28%;flex:0 0 28%;margin-right:4.85%}.services .previews .preview .info .name{font-size:0.95em;line-height:1.25em}.services .previews .preview .info .desc{margin-top:3.85%}.services .previews .preview .info .btn{margin-top:4%}.projects .categories{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:4.1%}.projects .categories .category{width:47.5%;margin-bottom:5%;padding:4.75% 3.75% 3.9%}.projects .categories .category:not(:nth-child(3n)){margin-right:0}.projects .categories .category:hover{box-shadow:none}.projects .categories .category .name{margin-top:9.25%}.projects .categories .category .text{margin-top:6.5%}.projects .previews{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:5.65%}.projects .previews .preview{width:47.65%}.projects .previews .preview:not(:nth-child(3n)){margin-right:0}.projects .previews .preview .image{width:100%;height:100%}.projects .previews .preview .image img{width:100%}.projects .previews .preview .name{margin-top:4%}.projects .project .project-slider .items{width:83%}.projects .project .project-slider .items .item{height:auto}.projects .project .project-slider .slider-nav{top:38%}.projects .project .project-slider .slider-nav .owl-prev{left:0}.projects .project .project-slider .slider-nav .owl-next{right:0}.projects .project .project-slider .slider-preview{width:83%}.projects .project .info{margin-top:7.5%}.promotion .previews .preview{padding-bottom:5%}.promotion .previews .preview:not(:first-child){padding-top:5.2%}.promotion .previews .preview .image{-ms-flex:0 0 26%;-webkit-flex:0 0 26%;flex:0 0 26%;margin-right:5.1%}.promotion .previews .preview .info .name{font-size:0.95em;line-height:1.25em}.promotion .previews .preview .info .date{margin-top:4.3%}.promotion .previews .preview .info .desc{margin-top:3.85%}.promotion .previews .preview .info .btn{margin-top:5%}.news .previews .preview{padding-bottom:5%}.news .previews .preview:not(:first-child){padding-top:5.2%}.news .previews .preview .image{-ms-flex:0 0 26%;-webkit-flex:0 0 26%;flex:0 0 26%;margin-right:5.1%}.news .previews .preview .info .name{font-size:0.95em;line-height:1.25em}.news .previews .preview .info .date{margin-top:4.75%}.news .previews .preview .info .desc{margin-top:4%}.news .previews .preview .info .btn{margin-top:4%}.news .desc{margin-top:3.5%}.news .project-slider .items{width:83%}.news .project-slider .items .item{height:auto}.news .project-slider .slider-nav{top:38%}.news .project-slider .slider-nav .owl-prev{left:0}.news .project-slider .slider-nav .owl-next{right:0}.news .project-slider .slider-preview{width:83%}.news .button{margin-top:6.45%}.about .timeline .item .content{margin-left:11%}.about .timeline .item .content .info{margin-top:1.75%}.about .license .items .item{-ms-flex:0 0 31%;-webkit-flex:0 0 31%;flex:0 0 31%;box-sizing:border-box}.about .license .items .item .fullsize:hover:after{opacity:0}.about .employees .items .item:hover{box-shadow:none}.contacts .info .item{width:auto;max-width:25%}.basket-full thead th{width:20%;text-align:right}.basket-full thead th:first-child{display:none}.basket-full thead .name{padding:3% 3% 2.5%;text-align:left}.basket-full tbody .image{display:none}.basket-full tbody .name{padding:3.75% 0 2.75% 3%;text-align:left;line-height:1.45em}.basket-full tbody .price{text-align:right}.basket-full tbody .qty{padding:2% 1.5%;text-align:right}.basket-full tbody .qty .quantity-selector .counters{width:45%}.basket-full tbody .sum{text-align:right}.basket-full tbody .actions{padding-left:inherit;padding-right:1.5%}.basket-full tbody .actions .delete{font-size:1.75em}.basket-full-footer{margin:4.5% 0}.basket-full-footer .button{padding:11px 14px 11px 13px}.order-full{margin-top:8.75%}.order-full .title{font-size:1.65em;padding-bottom:2.5%}.order-full .order-form{margin-top:8.1%;padding:4.25% 4.75% 4%}.order-full .order-form .fields{width:61.5%}.order-full .order-form .fields .field .label{margin-bottom:1.545%;font-size:1em}.order-full .order-form .fields .field input[type='text']{padding:2.5% 4%}.order-full .order-form .fields .field select{width:100%;height:40px}.order-full .order-form .desc{width:33.25%;padding-top:3.5%;font-size:0.975em;line-height:1.6em}.order-full .order-form .actions{margin-top:10%}.order-full .order-form .actions .btn{padding:16px 32px;font-size:1.1em;font-weight:600;letter-spacing:0.0375em}}@media screen and (max-width:960px){h2{font-size:1.25em}.container{width:95.25%}.header .info .header-change-city .text{display:none}.header .info .container .item:before{margin-right:3px}.header .info .container .item:first-child{margin-left:15px}.header .content{margin-bottom:3.1%}.header .content .logo{width:30%;margin-top:1.25%}.header .content .slogan{display:none}.header .content .basket-container{margin-left:6.5%}.header .content .basket-container .basket{padding:11px 14px 11px 12px}.header .content .basket-container .basket .icon-cart{margin-right:11px}.header .content .basket-container .basket .name{display:none}.header .tel{margin-top:2.2%}.header .tel .call-me{margin-top:4px}.header .mobile-menu{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:95.25%;height:55px;margin:0 auto;padding:5px 3.65% 0;color:#fff;font-size:0.95em;font-weight:600;text-transform:uppercase;text-decoration:none;letter-spacing:0.035em;border-radius:2px;background-color:#faaf00;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;z-index:10}.header .mobile-menu.active{border-radius:2px 2px 0 0}.header .menu{display:none;width:95.25%}.header .menu .search-icon{display:none}.header .menu.open{position:absolute;left:2.375%;display:block;height:auto;padding:0;border-radius:0;background-color:#fff;box-shadow:0px 5px 15px 0px rgba(0,0,0,0.1)}.header .menu.open .item{width:100%}.header .menu.open .item:hover .sub{display:none}.header .menu.open .item .link{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;padding:19px 19px 15px 22px;color:#1c1c1c;-webkit-tap-highlight-color:transparent}.header .menu.open .item .link:after{position:relative;background-color:#faaf00;transition:.3s ease all}.header .menu.open .item .link:hover{background-color:inherit}.header .menu.open .item.has-sub:not(.more)>.link{padding:19px 19px 15px 22px}.header .menu.open .item.has-sub:not(.more)>.link:after{position:relative;top:-2px;width:15px;height:15px;margin-left:auto;padding:2px 4px;background-color:transparent;border-radius:50%;color:#1c1c1c;text-align:center;transition:.3s ease all;box-sizing:border-box}.header .menu.open .item.has-sub.open{background-color:#1c1c1c}.header .menu.open .item.has-sub.open .link:after{top:-3px;background-color:#faaf00;color:#fff;transform:rotate(-180deg)}.header .menu.open .item.has-sub.open .link:hover{background-color:inherit}.header .menu.open .item.has-sub.open>.link{color:#fff}.header .menu.open .item.has-sub.open .sub{position:relative;top:0;left:0;display:block;box-shadow:none}.header .menu.open .item.has-sub.open .sub .item:last-child{border-bottom:1px solid #eee}.header .menu.open .item.has-sub.open .sub .item .link{padding:15px 41px 14px}.header .menu.open .item.tablet-only{display:block}.header.type2 .content .location{margin-right:5%}.header.type2 .content .location .text{display:none}.header.type2 .content .basket-container .basket .icon-cart{margin-right:0}.header.type2 .content .basket-container .basket .counter{top:5px;right:5px}.header.type3 .content .tel{margin-left:4.5%}.header.type3 .content .location{margin:0 2.5% 0 1.5%}.header.type3 .content .location .text{display:none}.header.type3 .content .location:not(.header-change-city){display:none}.header.type3 .content .logo{margin:0 auto 0 0}.header.type3 .content .email-and-ask{display:none}.header.type3 .content .social{margin-left:2.5%}.header.type3 .content .basket-container{margin-left:2.5%}.header.type3 .content .basket-container .basket .icon-cart{margin-right:0}.header.type3 .content .basket-container .basket .counter{top:5px;right:5px}.header.type4 .info .basket-container .basket .name{display:none}.header.type4 .content{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.header.type4 .content .logo{width:50%;margin:0 auto 22px}.header.type4 .content .menu-container{width:100%;position:relative}.header.type4 .content .menu-container .menu{width:95.25%}.header.type4+.breadcrumbs{padding-top:48px}.search-container{display:none}.disabled-basket .header .tel{margin:0 2.5%}.disabled-basket .header .slogan{display:block;margin-top:0}.disabled-basket .header.type4 .content .logo{width:37.5%;margin-bottom:0}.disabled-basket .header.type4 .content .slogan{width:30%;margin-right:auto}.disabled-basket .header.type4 .menu-container{margin-top:22px}.disabled-basket.header-type1 .header .tel{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto}.disabled-basket.header-type1 .header .tel .call-me{margin:4px 0 0 0;padding:0;border:none;border-bottom:1px solid #bcbcbc;transition:none}.disabled-basket.header-type1 .header .tel .call-me:hover{padding-bottom:1px;color:inherit;background-color:#fff;border:none}.top-slider .container{width:90.75%}.top-slider .item{padding-top:19.25%}.top-slider .item .name{letter-spacing:0.05em}.top-slider .item .btn{margin-top:10.75%}.top-slider .owl-nav{display:none}.top-slider .owl-dots{top:-42px}.advantages{padding:6.5% 0 2.5%}.advantages .items{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.advantages .items .item{-ms-flex:0 0 31.5%;-webkit-flex:0 0 31.5%;flex:0 0 31.5%;margin:0 7.25% 5.5% 0;padding-left:13%}.advantages .items .item:before{top:0;left:1px;font-size:3.1em}.advantages .items .item:nth-child(2n){margin-right:0}.advantages .items .item .name{font-size:0.88em;line-height:1.4em}.advantages .items .item .desc{margin-top:3%;font-size:0.935em;line-height:1.4em}.section-name{margin-bottom:6.25%}.services.section .items{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:100%;margin-top:4.8%}.services.section .items .item{-ms-flex:0 0 47.5%;-webkit-flex:0 0 47.5%;flex:0 0 47.5%;height:230px;margin-right:0}.services.section .items .item.big{-ms-flex:0 0 47.5%;-webkit-flex:0 0 47.5%;flex:0 0 47.5%}.services.section .items .item .gradient{padding:21px 30px}.services.section .items .item .name{font-size:0.85em;line-height:1.35em;letter-spacing:0.075em}.catalog .desc{font-size:0.95em}.catalog.section{padding-top:10%}.catalog.section .categories{margin-top:5.5%}.catalog.section .categories .category{padding:17px 2.5% 20px}.catalog.section .categories .category .preview-image{width:29.32%;height:auto;margin-right:4.2%;background-position:50% 0%}.catalog.section .categories .category .name{line-height:1.2em}.catalog.section .categories .category .desc{margin-top:5%;font-size:0.75em;line-height:1.35em}.slider{margin-top:4.15%;padding:9.75% 0 8.75%}.slider .tabs-content{margin-top:6.5%}.slider .tabs-content .tab-content .slider-nav{top:-17.8%;right:5px}.product-item{width:288px}.product-item .category{margin:1% 0 2.1%}.company{padding:15.15% 0 15%}.company .content .image{-ms-flex:0 0 30%;-webkit-flex:0 0 30%;flex:0 0 30%;margin-right:4.9%}.company .content .subtitle{padding-bottom:3.3%}.company .content .text{margin-top:8.65%}.company .content .btn{margin-top:4.75%}.news.section .section-name{margin-bottom:8.5%}.news.section .section-name .subtitle{padding-bottom:1.95%}.news.section .items{padding-bottom:7.25%}.news.section .items .item{-ms-flex:0 0 47.5%;-webkit-flex:0 0 47.5%;flex:0 0 47.5%}.news.section .items .item:nth-child(n+3){display:none}.news.section .items .item .info .name{line-height:1.25em}.news.section .items .item .info .desc{margin-top:3%}.brands{padding:7.7% 0 7.85%}.brands .brands-nav{display:none}.footer{padding:4% 0}.footer .top{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:5%}.footer .top .subscribe{width:100%}.footer .top .subscribe .text{top:7px;width:30.5%;margin-right:0}.footer .top .subscribe .form{width:67.7%}.footer .top .subscribe .form .field{width:100%}.footer .top .subscribe .form input[type='text']{width:100%}.footer .top .subscribe .form .btn{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:130px;font-size:0.9em;padding:10px 0px 13px;text-align:center}.footer .top .social{width:100%;margin:5.1% 0 0 0}.footer .top .social .link{margin:0 3.25% 0 0}.footer .bottom{padding-top:4.5%}.footer .bottom .contacts{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;width:auto;margin-bottom:2.5%}.footer .bottom .contacts .tel{font-size:1.05em}.footer .bottom .contacts .location{margin-top:4.95%;line-height:1.25em}.footer .bottom .contacts .email{margin-top:4%}.footer .bottom .contacts .email:before{top:4px}.footer .bottom .menu-container{display:none}.footer .bottom .copyright{margin-left:auto}.footer.type3 .container{display:-ms-flexbox;display:-webkit-flex;display:flex}.footer.type3 .bottom{width:50%}.footer.type3 .bottom .contacts{width:100%}.footer.type3 .bottom .contacts .location{margin-top:5%}.footer.type3 .bottom2{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;width:50%;margin-top:0;border-top:none;padding-top:3%}.footer.type3 .bottom2 .copyright{-ms-flex-order:2;-webkit-order:2;order:2;margin:9% 0 0 auto;text-align:right}.footer.type3 .bottom2 .copyright div{float:none;display:inline-block;width:100%;margin-right:0}.footer.type3 .bottom2 .social{-ms-flex-order:1;-webkit-order:1;order:1;margin-left:auto}.footer.type5 .bottom .right-block{width:100%;margin:0}.footer.type5 .bottom .right-block .subscribe{margin-bottom:6%}.footer.type5 .bottom .contacts{width:100%}.footer.type5 .bottom2{margin-top:0}.breadcrumbs{padding:8.1% 0 1.8%}.breadcrumbs .container{padding:0 2.5%;box-sizing:border-box}.breadcrumbs .links{margin-bottom:1.15%}.breadcrumbs .title{font-size:1.6em}.side-bar{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.side-bar+.content{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;width:100%}.side-bar .side-menu{display:none}.side-bar .question{display:none}.smart-filter{position:fixed;top:24.3vh;right:-84%;width:84%;border:none;background-color:#fff;transition:.35s ease right;z-index:20}.smart-filter.active{position:absolute;right:0;box-shadow:-2px 0px 10px -2px rgba(0,0,0,0.35)}.smart-filter.active .bx_filter_title:before{opacity:0}.smart-filter.active .bx_filter_title:after{opacity:1}.smart-filter.horizontal{margin:0;padding:0 0 30px}.smart-filter.horizontal .bx_filter_title{padding:50px 0 0 50px}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_parameters_box_title{padding:30px 6% 26px 7.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block{padding:6px 6% 30px 7.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block{width:45%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block:first-child{margin-right:7.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block div[style="clear: both;"]{display:block}.smart-filter.horizontal .bx_ui_slider_track{width:97.5%;top:inherit;margin:40px auto 15px}.smart-filter.horizontal .bx_ui_slider_track .bx_ui_slider_part.p1{left:-1px}.smart-filter.horizontal .bx_ui_slider_track .bx_ui_slider_part.p5{right:-1px}.smart-filter.horizontal .bx_ui_slider_track .bx_ui_slider_part span{top:-29px;font-size:14px}.smart-filter.horizontal .bx_filter_search_button{margin-top:4%}.smart-filter.horizontal .bx_filter_search_reset{margin-top:4%}.smart-filter.vertical{margin:0;padding:0 0 30px}.smart-filter.vertical .bx_filter_title{padding:50px 0 0 50px}.smart-filter .bx_filter_title{position:absolute;top:0;left:-50px;width:0;height:0;color:#faaf00;border-radius:2px 0px 0px 2px;background-color:#faaf00;overflow:hidden;box-shadow:-2px 0px 10px -2px rgba(0,0,0,0.35);cursor:pointer}.smart-filter .bx_filter_title:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/filter.svg);background-repeat:no-repeat;background-position:center;background-size:50%;opacity:1;transition:.35s ease opacity}.smart-filter .bx_filter_title:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/local/templates/rusrem37/less_compile/../images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:78%;opacity:0;transition:.35s ease opacity}.smart-filter .bx_filter_parameters_box{position:static}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_title{padding:30px 6% 26px 7.5%}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_container{position:relative}.smart-filter .bx_filter_parameters_box .bx_filter_block{padding:6px 6% 30px 7.5%}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block .bx_filter_input_container{position:static}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block .bx_filter_input_container input{-webkit-appearance:none;border:1px solid #a9a9a9;border-radius:0}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block:first-child .bx_filter_input_container:after{top:14px;left:49.25%;right:inherit;width:20px;margin-left:-10px}.smart-filter .bx_ui_slider_track{margin-top:40px}.smart-filter .bx_ui_slider_track .bx_ui_slider_range{top:-4px}.smart-filter .bx_ui_slider_track .bx_ui_slider_part span{top:-29px}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p1 span{left:-6px}.smart-filter .bx_ui_slider_track .bx_ui_slider_part.p5 span{right:-6px}.smart-filter .bx_ui_slider_track .bx_ui_slider_handle{width:26px;height:26px}.smart-filter .bx_filter_container_modef{display:none}.smart-filter .bx_filter_search_button{margin-top:4%}.smart-filter .bx_filter_search_reset{margin-top:4%}.filter{padding:1.75% 0}.display{margin-top:0.85%}.catalog:not(.section){padding-bottom:12.9%}.catalog:not(.section) .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.catalog main.content>.desc{margin-top:0.5%;font-size:1em}.catalog .categories{margin-top:5.25%}.catalog .categories .category{-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;margin-right:0;padding:20px 2.5% 28px 3.75%}.catalog .categories .category .preview-image{width:70px;height:70px}.catalog .categories .category .name{line-height:1em}.catalog .categories .category .desc{margin-top:3.5%;font-size:0.825em;line-height:1.25em}.catalog .categories .category .desc p{margin:0;line-height:inherit}.catalog .content .filters{margin-bottom:4.2%}.catalog .content .items{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.catalog .content .items .item-wrap{width:290px;min-height:407px;margin-bottom:4.5vw}.catalog .content .items .item-wrap .product-item{width:290px}.catalog .content .items .product-item-list{margin-top:0}.catalog .content .items .product-item-list .desc p{margin-top:0}.catalog.item-list{padding-bottom:11.5%}.about:not(.section) .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.contacts{margin-bottom:15.5%}.contacts .info{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:5.5%}.contacts .info .item{width:50%;max-width:50%;margin-bottom:5.1%;padding:0 3.25%;box-sizing:border-box}.contacts .info .item:before{margin-right:14px}.contacts .info .item .content .text{margin-top:8px}.contacts .map{margin-top:0}.contacts .feedback{margin-top:8.5%}.contacts .feedback .inline-form{margin-top:3.5%}.inline-form{padding:4.5% 4.75% 4.75% 4.75%}.inline-form .left{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin-right:0}.inline-form .left input{margin-bottom:3.1%;padding:2.45% 3.5%}.inline-form .right{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin-left:0}.inline-form .checkbox{margin-top:3.7%}.inline-form .btn{margin-top:2.75%;padding:12px 21px 13px}.accordion .item{padding:4.5% 5.25% 4.5% 4.75%}.faq{margin-bottom:5.5%}.faq .side-bar{display:none}.faq .tabs{margin-top:-1.5%}.faq .tabs .tab{padding:16px 18px 14px}.faq .tabs .tab.active{padding-top:15px}.faq .tabs-content .tab-content{padding-top:3.35%}.order{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:4.85%;padding:5.75% 6.5% 6.5%;box-shadow:4px 8px 10px 0 rgba(75,75,75,0.2)}.order .text{width:100%;padding-left:62px}.order .text:before{top:34%;font-size:2.65em}.order .btn{margin:2.35% 0 0 11.75%;padding:13px 25px 12px}.services:not(.section){padding-bottom:11.5%}.services:not(.section) .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.services .previews .preview{padding-bottom:7.1%}.services .previews .preview:not(:first-child){padding-top:4.75%}.services .service .section{margin-top:8.25%;padding-top:5.75%}.documents .doc{margin-bottom:3.5%}.projects:not(.section){padding-bottom:11.65%}.projects:not(.section) .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.projects.section .slider-nav{top:38px;right:0}.projects.section .items .item{width:291px;margin-top:3px}.projects.section .items .item .name{margin-top:6%}.promotion:not(.section){padding-bottom:11.5%}.promotion:not(.section) .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.promotion .offer .title{margin-top:4.75%}.promotion .offer .text{margin-top:2.25%;padding-bottom:7.25%}.promotion .offer .products{margin-top:6.7%;padding-bottom:8.8%}.promotion .offer .products .slider-nav{top:-6px;right:0}.promotion .offer .products .items{margin-top:4.2%}.promotion .offer .previews{margin:6.75% 0 3.5%}.promotion .offer .previews .preview{padding-bottom:5.1%}.promotion .offer .previews .preview:not(:first-child){padding-top:4.2%}.promotion .offer .previews .preview .image{-ms-flex:0 0 28%;-webkit-flex:0 0 28%;flex:0 0 28%}.promotion .offer .previews .preview .info .btn{margin-top:5.75%}.news:not(.section){padding-bottom:11.35%}.news:not(.section) .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.news .banner .date{top:6.25%;left:3.25%}.news .project-slider{margin-top:0}.basket-full-empty{margin:2.5% 0 8%}.basket-full-empty .icon-cart{margin-right:3%;background-size:36px}.basket-full-empty .desc{font-size:0.875em}.basket-full-empty .desc .title{margin:.95% 0 2.6%;font-size:1.425em}}@media screen and (max-width:770px){.header.type2 .content .tel{border-right:0}.header.type2 .content .email-and-ask{display:none}.header.type3 .content .location{margin-left:1.5%}.header.type3 .content .email-and-ask{display:block;margin-left:2.5%}.header.type3 .content .social{display:none}.header.type4 .info .container .social{display:none}.disabled-basket .header.type3 .content{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.disabled-basket .header.type3 .content .tel{margin:0 0 0 -4.5%}.disabled-basket .header.type3 .content .email-and-ask{display:none}.disabled-basket .header.type3 .content .location{-ms-flex-order:1;-webkit-order:1;order:1}}@media screen and (max-width:640px){.container{width:91.25%}.header .header-change-city .accept-modal.open{display:none}.header .info .email{margin-left:auto;margin-right:5px}.header .info .ask{display:none}.header .info .social{display:none}.header .content{margin-bottom:6.1%}.header .content .logo{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;width:52%;margin-right:9.5%}.header .content .tel{padding-left:0}.header .content .tel:before{display:none}.header .content .tel a{display:block;width:0;height:0;overflow:hidden}.header .content .tel a:before{content:'\f2be';position:absolute;top:-20px;left:-20px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:30px;height:30px;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:1.2em;line-height:0;color:#fff;background-color:#faaf00;border-radius:50%;text-rendering:auto;transform-origin:top center;animation-name:swing;animation-duration:1s;animation-fill-mode:both;animation-delay:0.75s}.header .content .tel .call-me{display:none}.header .mobile-menu{width:91.5%;padding:5px 6.6% 0}.header .menu.open{width:91.5%;left:4.25%}.header.type2 .content,.header.type3 .content{position:relative}.header.type2 .content .tel,.header.type3 .content .tel{position:relative;left:1.5%}.header.type2 .content .tel a:before,.header.type3 .content .tel a:before{top:-15px}.header.type2 .content .location,.header.type3 .content .location{position:static}.header.type2 .content .location:before,.header.type3 .content .location:before{display:none}.header.type2 .header-change-city .open-cities-modal,.header.type3 .header-change-city .open-cities-modal{position:relative}.header.type2 .header-change-city .open-cities-modal:before,.header.type3 .header-change-city .open-cities-modal:before{content:'\f1ab';position:absolute;top:-3px;left:-13px;display:inline-block;margin-right:5px;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:1.15em;color:#faaf00;text-rendering:auto;-webkit-font-smoothing:antialiased}.header.type3 .content .logo{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;-ms-flex-order:1;-webkit-order:1;order:1;margin-right:5%}.header.type3 .content .location{-ms-flex-order:2;-webkit-order:2;order:2}.header.type3 .content .location.header-change-city{margin-right:5.5%}.header.type3 .content .location.header-change-city+.logo{width:auto;margin-right:2.5%}.header.type3 .content .tel{-ms-flex-order:3;-webkit-order:3;order:3;top:-16px;width:25px}.header.type3 .content .basket-container{-ms-flex-order:4;-webkit-order:4;order:4}.header.type3 .content .email-and-ask{display:none}.header.type4 .location{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-left:0;white-space:nowrap;text-overflow:ellipsis}.header.type4 .location:before{margin:-5px 4px 0 0}.header.type4 .location .open-cities-modal{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header.type4 .info .email{display:none}.header.type4 .info .tel .call-me{display:none}.header.type4 .content .logo{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:78%}.header.type4 .content .mobile-menu{width:100%}.header.type4 .content .menu-container .menu{width:100%;left:0}.header.type4+.breadcrumbs{padding-top:41px}.disabled-basket .header .logo{-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.disabled-basket .header .slogan{display:none}.disabled-basket .header .content{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.disabled-basket .header .tel a:before{top:-15px}.disabled-basket .header.type2 .logo{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.disabled-basket .header.type2 .content{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.disabled-basket .header.type2 .content .logo-and-slogan{width:47.5%}.disabled-basket .header.type2 .content .tel{left:inherit;margin-left:5%}.disabled-basket .header.type3 .logo{-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;margin:0 2.5%}.disabled-basket .header.type3 .content{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.disabled-basket .header.type3 .content .tel{top:-3px;margin:0 0 0 auto}.disabled-basket .header.type3 .content .location.header-change-city+.logo{margin:0 2.5%}.disabled-basket .header.type4 .content .logo{width:78%}.top-slider .item{padding-top:20.75%;text-align:center}.top-slider .item .name{font-size:1.5em}.top-slider .item .desc{margin-top:5.5%;font-size:0.9em;line-height:1.5em}.top-slider .item .actions{margin-top:11.75%}.top-slider .item .btn{margin:0 0 5%;padding:18px 33px 15px}.top-slider .item.right{text-align:center}.top-slider .item.right .actions{margin-right:auto;text-align:center}.advantages{padding:11% 0 7.5%}.advantages .items .item{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin:0 0 7.5%;padding-left:29%;box-sizing:border-box}.advantages .items .item:before{left:5.5%}.advantages .items .item .name{font-size:0.9em;letter-spacing:0.019em}.advantages .items .item .desc{margin-top:2%}.section-name{display:-ms-flexbox;display:-webkit-flex;display:flex}.section-name .subtitle{padding-bottom:4%}.section-name .all{top:8px;margin-left:auto}.services.section .desc{margin-top:10.7%;font-size:0.9em;line-height:1.55em;letter-spacing:0.02em}.services.section .items{margin-top:9.25%}.services.section .items .item{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;height:255px;margin-bottom:15px}.services.section .items .item.big{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.services.section .items .item .gradient{padding:18px 25px}.services.section .items .item .name{font-size:0.925em;letter-spacing:0}.catalog.section{padding-top:22%}.catalog.section .desc{padding-top:4.5%}.catalog.section .categories{margin-top:9.85%}.catalog.section .categories .category{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;padding:18px 6% 24px}.catalog.section .categories .category .preview-image{width:24.5%;height:90px;margin-right:6.5%}.catalog.section .categories .category .desc{margin-top:0;font-size:0.8em;line-height:1.65em}.slider{margin-top:12.15%;padding:17.75% 0 16.25%}.slider .tabs .tab{margin:0 3.5% 2.5% 0;padding-bottom:3px}.slider .tabs .tab.active{padding-bottom:0}.slider .tabs-content{margin-top:7.5%}.slider .tabs-content .tab-content .items{height:auto}.slider .tabs-content .tab-content .items .owl-stage-outer{position:relative;height:auto}.slider .tabs-content .tab-content .items .owl-stage-outer .owl-stage{display:-ms-flexbox;display:-webkit-flex;display:flex}.slider .tabs-content .tab-content .product-item{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%}.slider .tabs-content .tab-content .product-item .image{margin:auto}.long-names .slider{padding-top:7.5%}.product-item{width:320px;margin:0 auto;padding-bottom:24px}.product-item .category{margin:2% 0 1.2%}.product-item .name{height:auto}.product-item .name a{line-height:1.4em}.product-item .info .label{font-size:0.8em}.product-item .info .code{font-size:0.85em}.product-item .price{margin-top:2.5%;font-size:1.1em}.company{padding:21.15% 0 26.5%}.company .content .image{display:none}.company .content .subtitle{padding-bottom:4%}.company .content .text{margin-top:10.5%;font-size:0.935em;line-height:1.5em}.company .content .btn{margin-top:6.25%;padding:13px 21px 13px 19px;letter-spacing:0.035em}.news.section .section-name{margin-bottom:16%}.news.section .section-name .subtitle{padding-bottom:4%}.news.section .items{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:5.25%}.news.section .items .item{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:8.5%}.news.section .items .item:nth-child(n+3){display:-ms-flexbox;display:-webkit-flex;display:flex}.news.section .items .item .image{-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.brands{padding:13.7% 0 14.5%}.footer{padding:6% 0}.footer .top{padding-bottom:9%}.footer .top .subscribe .text{width:100%}.footer .top .subscribe .form{width:100%;margin-top:9.75%}.footer .top .social{margin-top:10.1%}.footer .top .social .link{margin-right:6.25%}.footer .bottom{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-top:7.5%}.footer .bottom .contacts{width:100%}.footer .bottom .contacts .tel{font-size:1.25em}.footer .bottom .contacts .tel:before{position:relative;top:2px;font-size:22px}.footer .bottom .contacts .location{margin-top:9.5%;padding-left:23px}.footer .bottom .contacts .email{margin-top:2.85%}.footer .bottom .contacts .email:before{top:3px;font-size:1.2em}.footer .bottom .copyright{margin:7.5% 0 0}.footer.type3 .container{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.footer.type3 .bottom{width:100%}.footer.type3 .bottom2{width:100%;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.footer.type3 .bottom2 .copyright{text-align:left}.footer.type3 .bottom2 .social{margin:5% 0 0}.footer.type5 .bottom .right-block .subscribe{margin-bottom:10%}.footer.type5 .bottom .right-block .subscribe .text{margin-bottom:2.5%}.footer.type5 .bottom .right-block .subscribe input{width:100%}.footer.type5 .bottom2{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:4%;border-top:none}.footer.type5 .bottom2 .copyright{margin:7.5% 0 5%;-ms-flex-order:1;-webkit-order:1;order:1}.footer.type5 .bottom2 .copyright div{float:none;margin-bottom:2.5%}.footer.type5 .bottom2 .social{width:100%}.footer.type5 .bottom2 .social .link{margin:0 3.5% 0 0}.subsribe .form input[type='text']{font-size:0.8em}.breadcrumbs{padding:50px 0 10px}.breadcrumbs .container{padding:0}.breadcrumbs .links{margin-bottom:3.15%}.breadcrumbs .title{font-size:1.37em}.smart-filter{padding-bottom:25px}.smart-filter.hide{right:-100%}.smart-filter.horizontal{padding:0 0 25px}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_parameters_box_title{padding:20px 6% 20px 7.5%}.smart-filter.horizontal .bx_filter_parameters_box .bx_filter_block{padding:0px 6% 20px 7.5%}.smart-filter.horizontal .bx_ui_slider_track{margin-bottom:10px}.smart-filter.horizontal .bx_filter_search_button{margin-top:20px;margin-left:24px}.smart-filter.horizontal .bx_filter_search_reset{margin-top:20px}.smart-filter.horizontal .bx_filter_param_label{display:block}.smart-filter .bx_filter_parameters_box .bx_filter_parameters_box_title{padding:20px 6% 20px 7.5%}.smart-filter .bx_filter_parameters_box .bx_filter_block{padding:0px 6% 20px 7.5%}.smart-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container_block:first-child .bx_filter_input_container:after{width:10px;margin-left:-5px}.smart-filter .bx_filter_parameters_box .bx_ui_slider_track{margin-bottom:10px}.smart-filter .bx_filter_search_button{margin-top:20px}.smart-filter .bx_filter_search_reset{margin-top:20px}.catalog:not(.section){padding-bottom:26%}.catalog .content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.catalog .desc{-ms-flex-order:1;-webkit-order:1;order:1}.catalog .categories{margin-bottom:9.75%}.catalog .categories .category{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;padding:20px 5.5% 24px 6.75%}.catalog .categories .category .preview-image{width:90px;height:90px;margin-right:8.75%}.catalog .categories .category .name{height:100%;line-height:1.5em}.catalog .categories .category .name a{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:100%;border-bottom:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.catalog .categories .category .name a:active{color:#faaf00}.catalog .categories .category .desc{display:none}.catalog .content .filters{margin-bottom:5.25%}.catalog .content>.items{margin:0}.catalog .content>.items .item-wrap{width:100%;min-height:0;margin:0 0 4.5vw}.catalog .content>.items .item-wrap .product-item{position:relative;width:100%}.catalog .content>.items .product-item-list{padding:4.85% 3.4%}.catalog .content>.items .product-item-list .image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:120px}.catalog .content>.items .product-item-list .image img{height:auto;max-height:100%}.catalog .content>.items .product-item-list .desc{display:none}.catalog .content>.items .product-item-list .buttons{display:none}.catalog .content .product{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:5.5% 6% 6.5%}.catalog .content .product .images{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.catalog .content .product .images .main-img{height:250px}.catalog .content .product .images .main-img img{display:block;margin:0 auto;max-height:250px}.catalog .content .product .images .thumbnails{margin-top:2.5%}.catalog .content .product .images .thumbnails .thumb{width:50px;height:50px}.catalog .content .product .images .thumbnails .thumb:not(:last-child){margin-right:4px}.catalog .content .product .information{margin:10.75% 0 0}.catalog .content .product .information .info{padding-bottom:7.5%}.catalog .content .product .information .desc{margin-top:6.25%}.catalog .content .product .information .price{margin-top:10%}.catalog .content .product .information .buttons{margin-top:6.75%;padding-bottom:6.75%}.catalog .content .product .information .share{margin-top:6.5%}.catalog .tabs{margin-top:22%}.catalog .tabs .tab{position:relative;width:0;padding:15px 0 15px 65px;overflow:hidden}.catalog .tabs .tab:before{content:'';position:absolute;top:50%;left:50%;display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:2em;color:#c6c6c6;text-rendering:auto;-webkit-font-smoothing:antialiased}.catalog .tabs .tab.tab-description:before{content:'\f1f7';margin-top:-16px;margin-left:-14px}.catalog .tabs .tab.tab-characteristics:before{content:'\f31e';margin-top:-16px;margin-left:-10.5px}.catalog .tabs .tab.tab-documents:before{content:'\f222';margin-top:-16px;margin-left:-10.5px}.catalog .tabs .tab.tab-videos:before{content:'\f151';margin-top:-16px;margin-left:-10.5px}.catalog .tabs .tab.active:before{color:#faaf00}.filters .display .switch{margin-left:10px}.filter{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:60%}.filter .link{width:100%;padding-bottom:5px}.about{padding-bottom:25.75%}.about .timeline{margin-top:15%}.about .timeline .item{padding-bottom:6%}.about .timeline .item .content{margin-left:16.5%}.about .timeline .item .content .name{margin-top:3px;font-size:0.925em;line-height:1.2em}.about .license{margin-top:10.25%}.about .license .items{margin-top:7.7%}.about .license .items .item{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:5%;padding:6.25% 10%}.about .license .items .item .fullsize{margin:0 auto}.about .license .items .item .fullsize img{max-height:230px}.about .license .items .item .name{margin-top:6.5%}.about .requisites .table td{display:block;width:100%;box-sizing:border-box}.about .requisites .table td:nth-child(2){background-color:#fff}.about .documents{margin-bottom:5.5%}.about .documents .name{margin:14.25% 0 6.5%}.about .documents .name:first-of-type{margin-top:9.6%}.about .documents .doc{margin-bottom:4.5%}.about .reviews{margin-top:12.9%}.about .employees{margin-top:12.9%}.about .employees .items .item{-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;padding:5.5% 5.25%}.about .employees .items .item .image{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.about .employees .items .item .name{margin-top:5.5%}.about .work .accordion{margin-top:8.25%}.about .work .item .name{position:relative;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.about .work .item .name:after{position:absolute;top:50%;right:0;margin-top:-7px}.about .work .item .name span{display:block;width:100%}.documents .doc:before{top:0}.documents .doc .link{border-bottom:none}.documents .doc .size{display:none}.reviews .review:not(:last-child){margin-bottom:12.5%;padding-bottom:5.25%}.reviews .review .text{padding:5.6% 6%;font-size:0.825em;line-height:1.55em;border-left:3px solid #faaf00}.reviews .review .author{width:100%;margin-top:9.5%}.reviews .review .author .person{font-size:0.87em}.reviews .review .documents{margin-top:8.5%}.accordion .item .name span:not(.salary):hover{text-decoration:underline}.contacts{margin-bottom:28.5%}.contacts .info{margin-top:13.75%}.contacts .info .item{width:100%;max-width:100%;margin-bottom:9%}.contacts .feedback{margin-top:17.5%}.contacts .feedback .inline-form{margin-top:6.5%}.inline-form{padding:0 .35%;border:none}.inline-form .left input{margin-bottom:6.1%;padding:3.85% 3.5%}.inline-form .checkbox{margin-top:0.5%;font-size:0.875em}.inline-form .btn{margin-top:4%}.services:not(.section){padding-bottom:25.75%}.services .categories{margin-top:8.1%}.services .categories .category{width:100%;margin-bottom:4.75%;padding:8.85% 6.5% 14.25%}.services .categories .category .name{margin-top:8.25%}.services .categories .category .text{margin-top:5.5%}.services .previews .preview{margin-top:4.25%;padding-bottom:9.75%}.services .previews .preview .image{display:none}.services .previews .preview .info .desc{margin-top:5.2%}.services .previews .preview .info .btn{margin-top:5%;padding:12px 20px}.services .service .banner{margin-top:0.5%}.services .service .desc{margin-top:6.5%;font-size:0.9em;line-height:1.65em}.services .service .desc p{line-height:1.65em}.services .service .section{margin-top:15.75%;padding-top:11.75%}.services .service .section .name{margin-bottom:8.75%;font-size:1.25em}.order{margin-top:9.5%;padding:7.25% 6.5% 12.5%;text-align:center}.order .text{padding-left:0;font-size:0.9em;line-height:1.7em}.order .text:before{display:none}.order .btn{margin:9.75% auto 0;padding:13px 17px 12px}.projects:not(.section){padding-bottom:25.75%}.projects.section .name{width:80%}.projects.section .items .item{width:100%}.projects.section .items .item .name{font-size:0.875em}.projects.section .items .item .name a{padding-bottom:4px}.projects .categories{margin-top:8.1%}.projects .categories .category{width:100%;margin-bottom:9.5%;padding:8.85% 6.5% 14.25%}.projects .categories .category .name{margin-top:8.25%}.projects .categories .category .text{margin-top:5.5%}.projects .previews{margin-top:10.65%}.projects .previews .preview{width:100%;margin-bottom:0;padding-bottom:13%}.projects .previews .preview .name{font-size:0.875em}.projects .previews .preview .name a{padding-bottom:5px}.projects .project .project-slider{margin-top:0.5%}.projects .project .project-slider .items{width:100%}.projects .project .project-slider .slider-nav{display:none}.projects .project .project-slider .slider-preview{width:100%;margin-top:9px}.projects .project .project-slider .slider-preview .item{margin-right:2.5%}.projects .project .info{margin-top:15.25%}.projects .project .info .name{font-size:1.25em}.projects .project .info .subname{margin-top:10.1%;font-size:1em}.projects .project .info .features{margin-top:5.5%}.projects .project .order{margin-top:17.75%}.promotion:not(.section){padding-bottom:25.75%}.promotion .previews .preview{padding-bottom:9.5%}.promotion .previews .preview:not(:first-child){padding-top:9.2%}.promotion .previews .preview .image{display:none}.promotion .previews .preview .info .name{font-size:0.8725em;line-height:1.55em}.promotion .previews .preview .info .name a{padding-bottom:2px}.promotion .previews .preview .info .date{margin-top:6.25%}.promotion .previews .preview .info .desc{margin-top:5.25%}.promotion .previews .preview .info .btn{margin-top:4.5%;padding:13px 20px 12px}.promotion .offer .banner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.promotion .offer .banner .date{position:static;margin-top:5%;-ms-flex-order:1;-webkit-order:1;order:1}.promotion .offer .title{margin-top:8.75%}.promotion .offer .text{margin-top:4.75%;padding-bottom:13.25%}.promotion .offer .products{margin-top:14%;padding-bottom:21.95%}.promotion .offer .products .slider-nav{top:-9px;right:11px}.promotion .offer .products .items{margin-top:8.2%}.promotion .offer .caption{font-size:0.975em}.promotion .offer .previews{margin-top:14%}.promotion .offer .previews .preview:not(:first-child){padding-top:8%}.promotion .offer .previews .preview:last-child{border-bottom:none}.accordion .item{padding:5% 6.75% 4.75% 5.5%}.accordion .item .name{font-size:0.7em;line-height:2em}.accordion .item .name:after{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;margin-top:-3px}.accordion .item .name span:not(.salary){width:90%}.accordion .item.active .name:after{margin-top:3px}.faq{margin-bottom:28.5%}.faq .tabs{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:0.5%;border-bottom:none}.faq .tabs .tab{display:block;width:100%;margin-bottom:4.75%}.faq .tabs .tab:not(:last-child){border-right:1px solid #f5f5f6}.faq .tabs .tab.active{border-bottom:1px solid #f5f5f6}.faq .order{margin-top:9.4%}.news:not(.section){padding-bottom:25.75%}.news .previews .preview{padding-bottom:9.5%}.news .previews .preview:not(:first-child){padding-top:9.2%}.news .previews .preview .image{display:none}.news .previews .preview .info .name{font-size:0.8725em;line-height:1.55em}.news .previews .preview .info .name a{padding-bottom:2px}.news .previews .preview .info .date{margin-top:5.75%}.news .previews .preview .info .desc{margin-top:5.25%}.news .previews .preview .info .btn{margin-top:5.5%;padding:13px 20px 12px}.news .banner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.news .banner .date{position:static;margin-top:5%;-ms-flex-order:1;-webkit-order:1;order:1}.news .desc{margin-top:8%}.news .project-slider .items{width:99.5%}.news .project-slider .slider-nav{display:none}.news .project-slider .slider-preview{width:100%}.news .button{margin-top:12.5%}.basket-full-empty{margin-top:6%}.basket-full-empty .icon-cart{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:5.8%}.basket-full-empty .desc{line-height:1.7em}.basket-full-empty .desc .title{margin:-4px 0 2%;font-size:1.28em}.basket-full{margin-top:0.5%}.basket-full td{padding:2% 2.1%}.basket-full thead .name{padding:5.75% 6% 4.75%}.basket-full thead .price{display:none}.basket-full thead .qty{display:none}.basket-full tbody .name{width:55%;padding:7% 0 5.25% 6.25%}.basket-full tbody .price{display:none}.basket-full tbody .qty{display:none}.basket-full tbody .actions{padding:2.5% 0 2%}.basket-full-footer{margin:8.5% 0}.basket-full-footer .actions{-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;text-align:center}.basket-full-footer .button{display:block;width:100%;padding:6.81% 0}.basket-full-footer .sum{margin-left:10px;font-size:0.87em}.order-full{margin-top:17.75%}.order-full .title{padding-bottom:4.75%;font-size:1.385em}.order-full .order-form{padding:0;border:none}.order-full .order-form .fields{width:100%}.order-full .order-form .fields .field{margin-bottom:5.2%}.order-full .order-form .fields .field .label{margin-bottom:1.5%}.order-full .order-form .fields .field input[type='text'],.order-full .order-form .fields .field input[type='email'],.order-full .order-form .fields .field input[type='tel'],.order-full .order-form .fields .field select{padding:2.75% 4%}.order-full .order-form .fields .field .checkbox input[type='checkbox']{display:inherit}.order-full .order-form .actions{margin-top:5%}.order-full .order-form .desc{display:none}.popup.open{width:95%}.popup.open .box{width:100%;padding:30px 20px;box-sizing:border-box}.popup.open .box .head .close{top:-10px;right:0}.search-page .search-page-form .submit{margin-left:10px}}.popup{position:absolute;z-index:1000;left:50%}.popup .box{width:370px;padding:45px 42px;background:#fff}.popup .box .head{position:relative}.popup .box .head .title{font-size:1.45em;color:#212121;font-weight:600;line-height:1.4em;margin-bottom:22px}.popup .box .head .close{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MTcxMDYwM0Y0NkIxMUU3QjlBMkQ0RDNBQkVGOTA2NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MTcxMDYwNEY0NkIxMUU3QjlBMkQ0RDNBQkVGOTA2NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcxNzEwNjAxRjQ2QjExRTdCOUEyRDREM0FCRUY5MDY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcxNzEwNjAyRjQ2QjExRTdCOUEyRDREM0FCRUY5MDY2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+W2Kv+gAAALVJREFUeNqkk8EKgzAQRNNB+lU9eRU9FPuXQbASPAg9+VWeuoEJhLJJFrowIMb3Ehy9rWF3Mr3klFzONnfJQ/IB4UPiuWCBPZke3DlIRoMkwSOZEzz2LNkakhzeyFzgYkuiwnEB2UMlSRGO0/0cM0kSsPD+oMGaIJcsBB1f2KzVDPfnoPK2B+4ceK22g0ZVT6ZYMQxVVStGq+fWdwIDXJVEwWSAS5Kpo+kleRt/5ySJG/uvAAMABRlMtWnNTqYAAAAASUVORK5CYII=');width:16px;height:16px;position:absolute;right:-22px;top:-22px}.popup .box .head .close:hover{opacity:.8}.popup .box .success-message{margin-bottom:10%}.popup .box .field{margin-bottom:6.5%}.popup .box .field .label{display:block;color:#424242;font-size:0.95em;margin-bottom:1.25%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.popup .box .field .label .error-tip{max-width:50%;text-align:right}.popup .box .field .error-tip{color:#e53935;font-size:0.8em;max-width:80%}.popup .box .field .checkbox{position:relative}.popup .box .field .checkbox input[type="checkbox"]:not(.adm-designed-checkbox){top:12px;bottom:inherit}.popup .box .field input[type=text],.popup .box .field input[type=email],.popup .box .field input[type=tel],.popup .box .field input[type=password],.popup .box .field select,.popup .box .field textarea{display:block;width:92%;background:#eeeeee;border-radius:3px;border:none;color:#424242;font-size:1.15em;padding:8px 4%;height:28px;outline:none}.popup .box .field textarea{height:120px;resize:none}.jqmOverlay{background-color:rgba(3,15,28,0.75)}
/* End */


/* Start:/local/templates/rusrem37/css/all.min.css?170603617059344*/
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/local/templates/rusrem37/css/../webfonts/fa-brands-400.eot);src:url(/local/templates/rusrem37/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/rusrem37/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/local/templates/rusrem37/css/../webfonts/fa-brands-400.woff) format("woff"),url(/local/templates/rusrem37/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/local/templates/rusrem37/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/local/templates/rusrem37/css/../webfonts/fa-regular-400.eot);src:url(/local/templates/rusrem37/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/rusrem37/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/local/templates/rusrem37/css/../webfonts/fa-regular-400.woff) format("woff"),url(/local/templates/rusrem37/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/local/templates/rusrem37/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/local/templates/rusrem37/css/../webfonts/fa-solid-900.eot);src:url(/local/templates/rusrem37/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/templates/rusrem37/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/local/templates/rusrem37/css/../webfonts/fa-solid-900.woff) format("woff"),url(/local/templates/rusrem37/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/local/templates/rusrem37/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* End */


/* Start:/local/templates/rusrem37/css/custom.css?17060361701134*/
@media screen and (max-width: 640px) {

    .catalog .content>.items .product-item-list.product-item-list-col {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .catalog .content>.items .product-item-list.product-item-list-col .image img {
        height: auto;
        max-height: 100%;
        width: auto; 
    }

    .catalog .content .items .product-item-list.product-item-list-col .information {
        width: 100%;
    }

    .catalog .content .items .product-item-list.product-item-list-col .information .name {
        width: 100%;
        max-height: none;
        overflow: visible;
    }
}

.video-block__iframe-wrapper {
    width: 100%;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }

.video-block__iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.table {
    width: 100%;
    overflow-x: auto;
  }

.table table {
    width: 100%;
}

.menu .more {
display:none;
}
/* End */


/* Start:/local/templates/rusrem37/styles.css?1706036170208*/
.icon-whatsapp {
color:#d6dadd; font-size:34px;text-decoration:none;margin-top: -2px;    
}
.icon-whatsapp:hover {
color:#43d854;     
}

.footer .top .social .link {
margin-left:15px;
margin-right:0px;    
}
/* End */


/* Start:/local/templates/rusrem37/template_styles.css?1706036170208*/
/* custom styles */

.header .content .slogan {
    width: 25%;
}

@media screen and (max-width: 640px) {
    .header .info .email {
   display:none;
}
}

.company .content .image img {
border-radius:0;    
}
/* End */
/* /local/templates/rusrem37/vendor/normalize/normalize.css?17060361707718 */
/* /local/templates/rusrem37/vendor/fonts/fonts.css?1706036170512 */
/* /local/templates/rusrem37/vendor/owlcarousel/owl.carousel.min.css?17060361702936 */
/* /local/templates/rusrem37/vendor/lightbox/lightbox.min.css?17060361702822 */
/* /local/templates/rusrem37/style.css?17060361701719 */
/* /local/templates/rusrem37/vendor/fonts/gothampro.css?17060361702477 */
/* /local/templates/rusrem37/less_compile/template_styles_s1.css?1760357508158906 */
/* /local/templates/rusrem37/css/all.min.css?170603617059344 */
/* /local/templates/rusrem37/css/custom.css?17060361701134 */
/* /local/templates/rusrem37/styles.css?1706036170208 */
/* /local/templates/rusrem37/template_styles.css?1706036170208 */
