@charset "UTF-8";
/* 
 *
 * Author  :  Vlad Muraviov
 * Website :  http://coded.pro
 * E-mail  :  vlad.muraviov@gmail.com
 * Skype   :  vlad.muraviov
 *
 *
 */
/* ==========================================================================
   Normalize ( normalize.css v1.1.3 | MIT License | git.io/normalize )
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
* {
  box-sizing: border-box;
  outline: none !important;
}

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

.container-fluid {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:after, .container-fluid:before {
  content: "";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:after, .row:before {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 91.66666667%;
}

.col-md-10 {
  width: 83.33333333%;
}

.col-md-9 {
  width: 75%;
}

.col-md-8 {
  width: 66.66666667%;
}

.col-md-7 {
  width: 58.33333333%;
}

.col-md-6 {
  width: 50%;
}

.col-md-5 {
  width: 41.66666667%;
}

.col-md-4 {
  width: 33.33333333%;
}

.col-md-3 {
  width: 25%;
}

.col-md-2 {
  width: 16.66666667%;
}

.col-md-1 {
  width: 8.33333333%;
}

.col-md-pull-12 {
  right: 100%;
}

.col-md-pull-11 {
  right: 91.66666667%;
}

.col-md-pull-10 {
  right: 83.33333333%;
}

.col-md-pull-9 {
  right: 75%;
}

.col-md-pull-8 {
  right: 66.66666667%;
}

.col-md-pull-7 {
  right: 58.33333333%;
}

.col-md-pull-6 {
  right: 50%;
}

.col-md-pull-5 {
  right: 41.66666667%;
}

.col-md-pull-4 {
  right: 33.33333333%;
}

.col-md-pull-3 {
  right: 25%;
}

.col-md-pull-2 {
  right: 16.66666667%;
}

.col-md-pull-1 {
  right: 8.33333333%;
}

.col-md-pull-0 {
  right: auto;
}

.col-md-push-12 {
  left: 100%;
}

.col-md-push-11 {
  left: 91.66666667%;
}

.col-md-push-10 {
  left: 83.33333333%;
}

.col-md-push-9 {
  left: 75%;
}

.col-md-push-8 {
  left: 66.66666667%;
}

.col-md-push-7 {
  left: 58.33333333%;
}

.col-md-push-6 {
  left: 50%;
}

.col-md-push-5 {
  left: 41.66666667%;
}

.col-md-push-4 {
  left: 33.33333333%;
}

.col-md-push-3 {
  left: 25%;
}

.col-md-push-2 {
  left: 16.66666667%;
}

.col-md-push-1 {
  left: 8.33333333%;
}

.col-md-push-0 {
  left: auto;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.col-md-offset-11 {
  margin-left: 91.66666667%;
}

.col-md-offset-10 {
  margin-left: 83.33333333%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-8 {
  margin-left: 66.66666667%;
}

.col-md-offset-7 {
  margin-left: 58.33333333%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-5 {
  margin-left: 41.66666667%;
}

.col-md-offset-4 {
  margin-left: 33.33333333%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-2 {
  margin-left: 16.66666667%;
}

.col-md-offset-1 {
  margin-left: 8.33333333%;
}

.col-md-offset-0 {
  margin-left: 0%;
}

/* ==========================================================================
   Plugins
   ========================================================================== */
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* ------ */
.irs {
  height: 55px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 4px;
  top: 33px;
  background: #EDEDED;
  border-radius: 2px;
  border-top: 1px solid #CECECE;
  overflow: hidden;
}

.irs-bar {
  height: 4px;
  top: 33px;
  background: #00A9DB;
}

.irs-bar-edge {
  height: 4px;
  top: 33px;
  width: 14px;
  border-radius: 2px 0 0 2px;
  background: #00A9DB;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 29px;
  width: 26px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin-left: -2px;
}

.irs-slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/sprite.png) -54px -359px no-repeat;
  width: 5px;
  height: 7px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

.irs-min, .irs-max {
  color: rgba(40, 40, 40, 0.3);
  font-size: 1rem;
  line-height: 2rem;
  text-shadow: none;
  top: 100%;
  margin: -10px 0 0;
}

.irs-max:after {
  content: ' +';
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  text-shadow: none;
  color: #282828;
  top: 5px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  height: auto;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #E1E1E1;
  border: 3px solid #E1E1E1;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  outline: 0;
  border-radius: 7px;
  transition: 0.25s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4CC4F7;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-light-webfont.eot");
  src: url("../fonts/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light-webfont.woff2") format("woff2"), url("../fonts/helveticaneuecyr-light-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-light-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-bold-webfont.eot");
  src: url("../fonts/helveticaneuecyr-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-bold-webfont.woff2") format("woff2"), url("../fonts/helveticaneuecyr-bold-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-bold-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-roman-webfont.eot");
  src: url("../fonts/helveticaneuecyr-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-roman-webfont.woff2") format("woff2"), url("../fonts/helveticaneuecyr-roman-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-roman-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-thin-webfont.eot");
  src: url("../fonts/helveticaneuecyr-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-thin-webfont.woff2") format("woff2"), url("../fonts/helveticaneuecyr-thin-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-thin-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Fontello';
  src: url("../fonts/fontello.eot?46386437");
  src: url("../fonts/fontello.eot?46386437#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?46386437") format("woff2"), url("../fonts/fontello.woff?46386437") format("woff"), url("../fonts/fontello.ttf?46386437") format("truetype"), url("../fonts/fontello.svg?46386437#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #bababa;
}

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

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

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 21px;
  font-weight: 300;
}

h1 {
  font-size: 3.6rem;
  line-height: 4.5rem;
}

h2 {
  font-size: 3.2rem;
  line-height: 3.9rem;
}

h3 {
  font-size: 2.8rem;
  line-height: 3.5rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 400;
}

b, strong {
  font-weight: 700;
}

dl {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0 0 21px;
}

dl dt {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 5px;
}

dl dd {
  margin: 0;
  padding: 0 0 21px;
}

ul, ol {
  margin: 0 0 21px;
}

ul ul, ol ul {
  margin-top: 21px;
}

figure {
  margin: 0 0 21px;
}

figure img {
  display: block;
}

figure figcaption {
  display: block;
  padding: 21px 0 0;
  font-size: 1.4rem;
  color: rgba(33, 33, 33, 0.5);
}

figure mark {
  margin: 0 0 5px;
}

figure.pull-left {
  margin-right: 28px;
}

figure.pull-right {
  margin-left: 28px;
}

p {
  margin: 0 0 27px;
}

mark {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.3rem;
  background: #000;
  color: #fff;
  padding: 0 2px;
}

a {
  color: #00ade1;
}

a:hover {
  color: #f00;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-top: 2px solid #F6F6F6;
  margin: 21px 0;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon-calendar, .icon-phone, .icon-search, .icon-basket,
.icon-primary-stock, .icon-primary-choice, .icon-primary-exchange {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.icon-calendar {
  width: 28px;
  height: 28px;
  opacity: 0.3;
  background-position: -81px -354px;
}

.icon-phone {
  width: 21px;
  height: 21px;
}

.icon-phone__dark {
  background-position: 0 0;
}

.icon-phone__white {
  background-position: -26px 0;
}

.icon-search {
  width: 16px;
  height: 16px;
  top: -1px;
}

.icon-search__blue {
  background-position: 0 -26px;
}

.icon-search__white {
  background-position: -21px -26px;
}

.icon-basket {
  width: 22px;
  height: 19px;
  top: -1px;
  margin-right: 10px;
}

.icon-basket__blue {
  background-position: 0 -48px;
}

.icon-basket__white {
  width: 15px;
  height: 13px;
  background-position: -53px -48px;
}

.icon-primary-stock, .icon-primary-choice, .icon-primary-exchange {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.icon-primary-stock {
  width: 31px;
  height: 34px;
  background-position: -175px -1px;
}

.icon-primary-choice {
  width: 24px;
  height: 35px;
  background-position: -211px 0;
  margin-left: 7px;
}

.icon-primary-exchange {
  width: 22px;
  height: 29px;
  background-position: -242px -4px;
  margin-left: 7px;
}

.icon-rub:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-family: "Fontello";
  content: '\e800';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Elements
   ========================================================================== */
.accordion dl {
  margin: 0;
}

.accordion > dt {
  display: block;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: #00a2d1;
  cursor: pointer;
  position: relative;
  margin: 0 0 5px;
}

.accordion > dt u {
  text-decoration: none;
  border-bottom: 1px solid #00a2d1;
}

.accordion > dt:after {
  transition: 0.25s;
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #00A2D1;
  margin-left: 20px;
}

.accordion > dt.is-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion > dd {
  padding: 20px 0;
  display: none;
}

/* ----- */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.row-table {
  display: table;
  width: 100%;
  margin: 0;
}

.row-table > [class^="col-"], .row-table > [class*=" col-"] {
  vertical-align: middle;
  padding: 0;
  float: none;
  display: table-cell;
}

.row-offset-10 {
  margin: 0 -5px;
}

.row-offset-10 > [class^="col-"], .row-offset-10 > [class*=" col-"] {
  padding: 0 5px;
}

.row-offset-36 {
  margin: 0 -18px;
}

.row-offset-36 > [class^="col-"], .row-offset-36 > [class*=" col-"] {
  padding: 0 18px;
}

.row-offset-40 {
  margin: 0 -20px;
}

.row-offset-40 > [class^="col-"], .row-offset-40 > [class*=" col-"] {
  padding: 0 20px;
}

.rating {
  text-align: center;
  margin: 0 0 15px;
}

.rating-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #a7a7a7;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.rating-stars {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
  margin: 0;
}

.rating-stars span {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 18px;
  margin: 0 1px;
  background: url(../images/sprite.png) 0 -72px no-repeat;
}

.rating-stars[data-rating="1"] span:nth-child(-n+1) {
  background-position: -24px -72px;
}

.rating-stars[data-rating="2"] span:nth-child(-n+2) {
  background-position: -24px -72px;
}

.rating-stars[data-rating="3"] span:nth-child(-n+3) {
  background-position: -24px -72px;
}

.rating-stars[data-rating="4"] span:nth-child(-n+4) {
  background-position: -24px -72px;
}

.rating-stars[data-rating="5"] span:nth-child(-n+5) {
  background-position: -24px -72px;
}

/* ----- */
.btn-up {
  position: fixed;
  bottom: 20px;
  right: 0;
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 15px;
  padding-left: 40px;
  color: #fff;
  background-image: linear-gradient(45deg, #0090bb 0%, #00aadb 100%);
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  z-index: 120;
}

.btn-up:hover {
  background-image: linear-gradient(to top, #00a9db 0%, #00c6ff 100%);
  color: #fff;
}

.btn-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) -28px -48px no-repeat;
  margin-top: -10px;
}

.btn-block {
  width: 100%;
}

.btn, .primary-search-btn, .subscribe-btn, .request-btn, .search-btn {
  transition: 0.4s;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 7px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
  padding: 12px 15px;
  border: none;
  background: none;
  text-decoration: none;
  box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.52);
  text-align: center;
}

.btn:active, .primary-search-btn:active, .subscribe-btn:active, .request-btn:active, .search-btn:active {
  transition: none;
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
  box-shadow: inset 0.5px 0.9px 1px rgba(0, 0, 0, 0.22);
}

.btn-sm, .subscribe-btn, .request-btn {
  padding: 17px 20px;
}

.btn-md, .primary-search-btn {
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 10px;
  padding: 18px 20px;
}

.btn-primary {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 65px;
  text-align: left;
  min-width: 240px;
}

.btn-link {
  box-shadow: none;
  color: #00addf;
  font-size: 1.4rem;
  text-decoration: underline;
}

.btn-link:hover {
  color: #f00;
}

.btn-link:active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: none;
}

.btn-link-white {
  color: #fff;
}

.btn-link-white:hover {
  color: #00addf;
  opacity: 0.7;
}

.btn-blue, .primary-search-btn, .subscribe-btn, .request-btn, .search-btn {
  color: #fff;
  background-image: linear-gradient(to top, #0090bb 0%, #00aadb 100%);
}

.btn-blue:hover, .primary-search-btn:hover, .subscribe-btn:hover, .request-btn:hover, .search-btn:hover {
  background-image: linear-gradient(to top, #00a9db 0%, #00c6ff 100%);
  color: #fff;
}

.btn-yellow {
  color: #875806;
  background-image: linear-gradient(to top, #DEA917 0%, #F8D90D 100%);
}

.btn-yellow:hover {
  background-image: linear-gradient(to top, #FEC93E 0%, #FEDF0D 100%);
  color: #875806;
}

/* -----  */
.st-form {
  margin: 20px 0 50px;
  padding: 55px 40px 45px;
  background: #F4F4F4;
}

.st-form__center {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.st-form-legend {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}

.st-form-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: block;
  text-align: center;
  margin: 10px 0 20px;
}

.st-form-ctrl {
  text-align: center;
  padding: 12px 0 0;
}

.st-form-ctrl .btn, .st-form-ctrl .primary-search-btn, .st-form-ctrl .subscribe-btn, .st-form-ctrl .request-btn, .st-form-ctrl .search-btn {
  box-shadow: none;
  padding-left: 35px;
  padding-right: 35px;
}

.st-field {
  position: relative;
  margin: 0 0 18px;
}

.st-field .st-input {
  margin: 0;
}

.st-field .icon-calendar {
  transition: 0.25s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  cursor: pointer;
}

.st-field .icon-calendar:hover {
  opacity: 0.7;
}

.st-input {
  transition: 0.25s ease;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 20px;
  text-align: center;
  color: #000;
  border-radius: 3px;
  margin: 0 0 18px;
}

.st-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.st-input:focus {
  border-color: rgba(0, 0, 0, 0.6);
}

.st-textarea {
  width: 100%;
  border: none;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px;
  text-align: center;
  color: #000;
  border-radius: 3px;
  margin: 0 0 18px;
  height: 152px;
}

.st-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.st-file {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px;
  padding-right: 70px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  margin: 0 0 18px;
}

.st-file:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  opacity: 0.3;
  background: url(../images/sprite.png) -305px -95px no-repeat;
  width: 23px;
  height: 25px;
  margin-top: -13px;
}

.st-file input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.st-file:hover {
  color: black;
}

.st-file:hover:after {
  opacity: 1;
}

.st-label {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 300;
  color: #282828;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.st-label__check {
  padding-left: 30px;
}

.st-label__check input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.st-label__check input:checked ~ .st-checkbox:after {
  opacity: 0.5;
  visibility: visible;
}

.st-label__check .st-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
}

.st-checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  background: #F7F7F7;
  border-top: 1px solid #A1A1A1;
  border-left: 1px solid #A1A1A1;
}

.st-checkbox:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 7px;
  background: url(../images/sprite.png) -3px -383px no-repeat;
  margin: -4px 0 0 -4px;
  visibility: hidden;
  opacity: 0;
}

.st-datepicker {
  font-family: 'Helvetica', sans-serif;
}

.ui-datepicker {
  position: relative;
  background: #fff;
  z-index: 10000;
  border-radius: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  padding: 20px;
  padding-top: 15px;
  border-radius: 3px;
  font-family: 'Helvetica', sans-serif;
}

.ui-datepicker-row-break {
  display: none;
}

.ui-datepicker-header {
  display: block;
  background: #fff;
  margin: 0 0 10px;
}

.ui-datepicker-title {
  display: block;
  font-size: 13px;
  line-height: 32px;
  color: #b3b3b3;
  text-transform: uppercase;
  white-space: nowrap;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #b3b3b3;
  background: #b3b3b3;
  border-radius: 3px;
  text-indent: -9999px;
  cursor: pointer;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/sprite.png) 0 0 no-repeat;
  width: 6px;
  height: 11px;
  margin: -5px 0 0 -3px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background: #00ADDF;
  border-color: #00ADDF;
}

.ui-datepicker-prev {
  right: 53px;
}

.ui-datepicker-prev:after {
  background-position: -4px -403px;
}

.ui-datepicker-next {
  right: 15px;
}

.ui-datepicker-next:after {
  background-position: -15px -403px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #b3b3b3;
  margin: 0;
}

.ui-datepicker-calendar thead {
  display: none;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  height: 32px;
  vertical-align: middle;
}

.ui-datepicker-calendar a {
  display: block;
  border: 1px solid transparent;
  background: none;
  width: 32px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #515151;
  margin: 0 auto;
  text-indent: 1px;
  text-decoration: none;
}

.ui-datepicker-calendar a:hover {
  border-color: #00ADDF;
  color: #515151;
}

.ui-datepicker-calendar a.ui-state-active {
  border-color: #00ADDF;
  background: #00ADDF;
  color: #fff;
}

.ui-datepicker-calendar .ui-datepicker-week-end {
  color: #d45151;
}

.ui-datepicker-calendar .ui-datepicker-week-end a {
  color: #d45151;
}

.ui-datepicker-trigger {
  display: block;
  background: url(../images/sprite.png) -81px -354px no-repeat;
  width: 28px;
  height: 28px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  border: none;
  padding: 0;
  text-indent: -9999px;
}

.ui-datepicker-trigger:hover {
  opacity: 0.7;
}

/* ----- */
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/* ----- */
.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

/* ----- */
.st-select {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  margin: 0 0 18px;
}

.st-select .jq-selectbox__select {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px 70px 20px 20px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.st-select .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
}

.st-select .jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.st-select .jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.st-select .jq-selectbox .placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.st-select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}

.st-select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 0 0 0 -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #2B2B2B;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  opacity: 0.5;
}

.st-select .jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  line-height: 2rem;
}

.st-select .jq-selectbox__search {
  margin: 5px;
}

.st-select .jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.st-select .jq-selectbox__search input::-webkit-search-cancel-button,
.st-select .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.st-select .jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.st-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-select li {
  transition: 0.25s;
  min-height: 18px;
  padding: 15px 10px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.st-select li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.st-select li:hover {
  background-color: #08C;
  color: #FFF;
}

.st-select li.disabled {
  color: #AAA;
}

.st-select li.disabled:hover {
  background: none;
}

.st-select li.optgroup {
  font-weight: bold;
}

.st-select li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.st-select li.option {
  padding-left: 25px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  height: 100%;
  font-size: 9px;
}

@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}

body {
  height: 100%;
  font: 300 1.4rem/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #151515;
  color: #212121;
  min-width: 990px;
}

.st {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   st-header
   ========================================================================== */
.st-header {
  background: #fff;
}

/* ----- */
.tagline {
  display: block;
  margin: 0;
  padding: 58px 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.tagline small {
  font-size: 1.4rem;
  display: block;
  padding: 2px 0 0;
  opacity: 0.4;
}

/* ----- */
.logo {
  margin: 0 auto;
  padding: 22px 0 28px;
  text-align: center;
  white-space: nowrap;
}

.logo small {
  padding: 5px 0 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #01AB96;
}

/* ----- */
.region {
  float: right;
  clear: right;
  white-space: nowrap;
  padding: 20px 0 16px;
}

.region-label {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.4);
}

.region-select {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 14px 0 0;
}

.region-select .jq-selectbox__select {
  height: 20px;
  padding: 0 15px 0 5px;
  font: 400 1.6rem/2rem Arial, sans-serif;
  color: #151515;
}

.region-select .jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: auto !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.region-select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
}

.region-select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-top: 5px solid #BBBBBB;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate3d(0, -40%, 0);
          transform: translate3d(0, -40%, 0);
}

.region-select .jq-selectbox__dropdown {
  box-sizing: border-box;
  min-width: 110%;
  margin: 5px 0 0;
  padding: 0;
  background: #31404E;
  position: absolute !important;
  left: auto !important;
  right: -10px !important;
  font-size: 1.4rem;
}

.region-select .jq-selectbox__dropdown:after {
  content: '';
  display: block;
  border-bottom: 5px solid #31404E;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 5px;
}

.region-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.region-select li {
  min-height: 18px;
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #fff;
}

.region-select li.selected {
  color: #FFF;
}

.region-select li:hover {
  background-color: #0389B2;
  color: #FFF;
}

.region-select li.disabled {
  color: #AAA;
}

.region-select li.disabled:hover {
  background: none;
}

.region-select li.optgroup {
  font-weight: bold;
}

.region-select li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.region-select li.option {
  padding-left: 25px;
}

.region-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  padding: 0;
  background: none;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 2px;
  color: #151515;
}

.region-btn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #fff, #fff 2px, #343434 2px, #343434 4px);
}

.region-btn:hover {
  color: #0296c3;
}

.region-btn:hover:after {
  background: repeating-linear-gradient(to right, #fff, #fff 2px, #24A4CB 2px, #24A4CB 4px);
}

/* ----- */
.phone {
  float: right;
  clear: right;
  position: relative;
  padding: 0 0 0 35px;
  font: 400 2rem/1 'Helvetica', Arial, sans-serif;
  word-spacing: 0.5px;
  color: #151515;
}

.phone small {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  opacity: 0.4;
  padding: 4px 0 0;
  word-spacing: 0;
}

.phone .icon-phone {
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0.3;
}

/* ----- */
.nav {
  background: #31404E;
  font-size: 1.4rem;
  line-height: 5.4rem;
}

@media (min-width: 1420px) {
  .nav {
    font-size: 1.6rem;
  }
}

.nav-menu {
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
  min-width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: row;
      -ms-flex-wrap: row;
          flex-wrap: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  transition: 0.2s;
  display: block;
  padding: 0 1.5rem;
  color: #fff;
  text-decoration: none;
}

.nav-menu > li > a:hover {
  background: #0389B2;
}

.nav-menu-dropdown {
  transition: 0.25s;
  margin: 15px 0 0;
  padding: 1rem 1.5rem;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 12px 43px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: none;
  color: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 10;
}

.nav-menu-dropdown:before {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.nav-menu-dropdown:after {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  bottom: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  margin: 0;
}

.nav-menu-dropdown > li {
  padding: 2px 0;
}

.nav-menu-dropdown > li > a {
  display: block;
  padding: 5px 0;
  transition: 0.25s;
  color: #333333;
  text-decoration: none;
}

.nav-menu-dropdown > li > a:hover {
  color: #0389B2;
}

.nav-menu-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.icon-drop {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 6px;
  background: url(../images/sprite.png) -60px -385px no-repeat;
  margin-left: 4px;
}

/* ----- */
.panel {
  transition: 0.4s;
  background: rgba(0, 158, 205, 0.92);
  text-align: right;
  height: 5.6rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.panel.is-fixed {
  opacity: 1;
  visibility: visible;
}

.panel-link {
  transition: 0.25s ease;
  color: #fff;
  margin: 0 15px;
  font: 400 1.4rem/5.6rem 'Helvetica', Arial, sans-serif;
}

.panel-link:hover {
  color: #31404E;
}

.panel-help, .panel-basket, .panel-phone, .panel-search, .panel-link {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.panel-help {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 5.6rem;
  color: #875806;
  background-image: linear-gradient(to top, #DEA917 0%, #F8D90D 100%);
}

.panel-help:hover {
  background-image: linear-gradient(to top, #FEC93E 0%, #FEDF0D 100%);
  color: #875806;
}

.panel-basket {
  transition: 0.25s;
  font-size: 1.4rem;
  line-height: 5.6rem;
  letter-spacing: 1px;
  padding: 0 10px;
  position: relative;
  background: #31404E;
  color: #fff;
  text-decoration: none;
  min-width: 136px;
  text-align: center;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
}

.panel-basket .icon-basket {
  margin-right: 5px;
}

.panel-basket .panel-basket-count,
.panel-basket .panel-basket-text {
  background: none;
  padding: 0;
  color: inherit;
  vertical-align: top;
  line-height: inherit;
  font-size: inherit;
}

.panel-basket .panel-basket-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

.panel-basket:hover {
  color: #fff;
  background: #0389B2;
}

.panel-basket:hover .panel-basket-count {
  visibility: hidden;
}

.panel-basket:hover .panel-basket-text {
  display: inline-block;
  visibility: visible;
}

.panel-phone {
  font: 400 2rem/5.6rem 'Helvetica', Arial, sans-serif;
  margin: 0;
  padding: 0 15px;
  color: #fff;
}

.panel-phone .icon-phone {
  top: -2px;
  opacity: 0.3;
  margin-right: 5px;
}

.panel-search {
  margin: 1rem 0 1rem 1.5rem;
  position: relative;
  width: 218px;
}

.panel-search-input {
  transition: all 0.25s;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 35px 8px 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
  border-radius: 4px;
}

.panel-search-input::-webkit-input-placeholder {
  color: #fff;
}

.panel-search-input:focus {
  background: white;
}

.panel-search-input:focus::-webkit-input-placeholder {
  color: #bababa;
}

.panel-search-btn {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  text-align: center;
}

/* ==========================================================================
   st-main
   ========================================================================== */
.st-main-content {
  padding: 70px 0;
}

/* ----- primary ----- */
.primary {
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover;
  padding: 208px 0 148px;
  padding: 124px 0 164px;
  overflow: hidden;
  min-height: 700px;
}

.primary__index {
  background-color: #1B2730;
  background-image: url(../images/bg-primary__index.png);
  color: #fff;
}

.primary__vacancy {
  background-color: #1B2730;
  background-image: url(../images/bg-primary__vacancy.png);
  color: #fff;
}

.primary__wrnt {
  background-color: #1B2730;
  background-image: url(../images/bg-primary__wrnt.png);
  color: #fff;
}

.primary__company {
  background-color: #1B2730;
  background-image: url(../images/bg-primary__company.png);
  color: #fff;
}

.primary__cottage {
  background-color: #1B2730;
  background-image: url(../images/bg-primary__cottage.png);
  color: #fff;
}

.primary__company .primary-heading, .primary__cottage .primary-heading {
  text-transform: none;
  font-size: 4.6rem;
  line-height: 5rem;
  margin: 0 0 50px;
}

.primary-heading {
  display: block;
  font-size: 3.6rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  margin: 0 0 35px;
  word-spacing: 3px;
}

.primary-heading span {
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  padding: 0 0 20px;
}

.primary-heading small {
  padding: 8px 0 0;
  display: block;
  font-size: 3.2rem;
}

.primary-ctrl {
  text-align: center;
  font-size: 0;
  margin: 0 0 55px;
}

.primary-ctrl .btn, .primary-ctrl .primary-search-btn, .primary-ctrl .subscribe-btn, .primary-ctrl .request-btn, .primary-ctrl .search-btn {
  margin: 0 1px;
}

.primary-search {
  max-width: 1020px;
  margin: 0 auto;
}

.primary-search .btn, .primary-search .primary-search-btn, .primary-search .subscribe-btn, .primary-search .request-btn, .primary-search .search-btn {
  min-width: 144px;
}

.primary-search-input {
  width: 100%;
  margin: 0 0 22px;
  border: none;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 15px;
  border-radius: 4px;
}

.primary-search-btn {
  min-width: 144px;
}

.primary-search-btn .icon-search {
  margin-right: 5px;
}

.primary-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 31px;
  height: 16px;
  background: url(../images/sprite.png) -52px -2px no-repeat;
}

.primary-adv-heading {
  display: block;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 50px;
  font-weight: 300;
}

.primary-adv-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  display: table;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2rem;
}

.primary-adv-list > li {
  display: table-cell;
  vertical-align: top;
  padding: 30px 25px;
}

.primary-adv-list:after, .primary-adv-list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
}

.primary-adv-list:after {
  left: 100%;
}

.primary-adv-list:before {
  right: 100%;
}

.primary-adv-ctrl {
  text-align: center;
}

.primary-adv-ctrl .btn, .primary-adv-ctrl .primary-search-btn, .primary-adv-ctrl .subscribe-btn, .primary-adv-ctrl .request-btn, .primary-adv-ctrl .search-btn {
  box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.icon-primary-wrnt,
.icon-primary-replace,
.icon-primary-time,
.icon-primary-service,
.icon-primary-package,
.icon-primary-earn,
.icon-primary-team,
.icon-primary-skill,
.icon-primary-portfolio,
.icon-primary-install {
  display: block;
  margin: 0 auto 20px;
  height: 55px;
  position: relative;
}

.icon-primary-wrnt:after,
.icon-primary-replace:after,
.icon-primary-time:after,
.icon-primary-service:after,
.icon-primary-package:after,
.icon-primary-earn:after,
.icon-primary-team:after,
.icon-primary-skill:after,
.icon-primary-portfolio:after,
.icon-primary-install:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.icon-primary-portfolio:after {
  width: 47px;
  height: 37px;
  background-position: -206px -516px;
}

.icon-primary-install:after {
  width: 53px;
  height: 53px;
  background-position: -261px -446px;
}

.icon-primary-package:after {
  width: 36px;
  height: 46px;
  background-position: -1px -447px;
}

.icon-primary-earn:after {
  width: 50px;
  height: 45px;
  background-position: -48px -448px;
}

.icon-primary-team:after {
  width: 49px;
  height: 48px;
  background-position: -110px -446px;
}

.icon-primary-skill:after {
  width: 31px;
  height: 50px;
  background-position: -170px -446px;
}

.icon-primary-wrnt:after {
  width: 40px;
  height: 55px;
  background-position: -212px -446px;
}

.icon-primary-replace:after {
  width: 81px;
  height: 46px;
  background-position: -1px -514px;
}

.icon-primary-time:after {
  width: 46px;
  height: 46px;
  background-position: -93px -514px;
}

.icon-primary-service:after {
  width: 41px;
  height: 41px;
  background-position: -153px -515px;
}

/* ----- info ------ */
.info {
  padding: 70px 0 70px;
}

.info-item {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #111111;
  white-space: nowrap;
}

.icon-info-year,
.icon-info-model,
.icon-info-awards,
.icon-info-certified {
  display: block;
  margin: 0 auto;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.icon-info-year {
  width: 30px;
  height: 30px;
  background-position: -265px -41px;
  margin-bottom: 13px;
}

.icon-info-model {
  width: 27px;
  height: 26px;
  background-position: -232px -41px;
  margin-top: 4px;
  margin-bottom: 13px;
}

.icon-info-awards {
  width: 22px;
  height: 32px;
  background-position: -175px -41px;
  margin-bottom: 11px;
}

.icon-info-certified {
  width: 22px;
  height: 33px;
  background-position: -204px -41px;
  margin-bottom: 10px;
}

/* ----- option ----- */
.catalog {
  max-width: 1400px;
  margin: 0 auto 80px;
}

.catalog__3 {
  max-width: 1050px;
}

.catalog-heading {
  font-size: 3.2rem;
  line-height: 4.1rem;
  text-align: center;
  margin: 0 0 47px;
}

.catalog-row {
  text-align: center;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-item {
  transition: 0.4s linear;
  position: relative;
  overflow: hidden;
  height: 308px;
  width: 25%;
  text-align: left;
  margin: 0;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}

.catalog-item.is-hidden {
  visibility: hidden;
}

.catalog-item:hover .catalog-item-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.catalog-item-image {
  -webkit-backface-visibility: hidden;
  display: block;
  margin: 0;
  height: 308px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  max-width: 352px;
  z-index: 2;
  background-position: 0 0;
  background-size: cover;
}

.catalog-item-image figcaption {
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  background: rgba(42, 42, 42, 0.79);
  padding: 0 45px 0 15px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.catalog-item-image figcaption:after, .catalog-item-image figcaption:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.catalog-item-image figcaption:after {
  width: 15px;
  height: 10px;
  background: url(../images/sprite.png) -42px -26px no-repeat;
  right: 20px;
  margin-top: -5px;
}

.catalog-item-image figcaption:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  margin-top: -4px;
  right: 6px;
}

.catalog-item-image img {
  transition: 0.4s ease;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-backface-visibility: visible;
}

.catalog-item-desc {
  height: 100%;
  overflow-y: auto;
  padding: 20px 40px 20px 400px;
  color: #181818;
  z-index: 1;
}

.catalog-item-desc::-webkit-scrollbar {
  opacity: 0;
}

@-webkit-keyframes optionEl {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes optionEl {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.catalog-item-title {
  font-size: 2.8rem;
  line-height: 3.7rem;
  margin: 0 0 11px;
}

.catalog-item-text {
  display: block;
  margin: 0 0 11px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.catalog-item-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.4rem;
  color: #009ccb;
}

.catalog-item-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 6px;
  height: 11px;
  margin: -5px 0 0 5px;
  background: url(../images/sprite.png) -63px -26px no-repeat;
}

/* ----- */
.catalog-row {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.catalog-item {
  float: left;
  overflow: visible;
}

.catalog-item:hover .catalog-item-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
          transform: translate3d(0, -50%, 0) scale(1);
}

.catalog-item:first-child .catalog-item-desc {
  margin: 0;
  left: 0;
}

.catalog-item:last-child .catalog-item-desc {
  margin: 0;
  left: auto;
  right: 0;
}

.catalog-item-image {
  width: 100%;
}

.catalog-item-desc {
  transition: 0.25s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, -50%, 0) scale(0.8);
          transform: translate3d(0, -50%, 0) scale(0.8);
  margin: 0 0 0 -200px;
  z-index: 100;
  padding: 30px 30px;
  opacity: 0;
  visibility: hidden;
}

/* ----- shares ---- */
.shares {
  margin: 0 0 35px;
  position: relative;
}

.shares-carousel {
  width: 100%;
}

.shares-carousel-prev, .shares-carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 69px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  margin: -35px 0 0;
  text-indent: -9999px;
  transition: 0.25s;
}

.shares-carousel-prev a, .shares-carousel-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.shares-carousel-prev {
  left: 20px;
  background-position: -89px -1px;
}

@media (min-width: 1420px) {
  .shares-carousel-prev {
    left: 50%;
    -webkit-transform: translate3d(-610px, 0, 0);
            transform: translate3d(-610px, 0, 0);
  }
}

.shares-carousel-next {
  right: 20px;
  background-position: -134px -1px;
}

@media (min-width: 1420px) {
  .shares-carousel-next {
    right: 50%;
    -webkit-transform: translate3d(610px, 0, 0);
            transform: translate3d(610px, 0, 0);
  }
}

.shares-item {
  background: #F6F7F9;
  position: relative;
  padding: 132px 70px 127px;
  color: #686868;
}

.shares-item__white {
  color: #fff;
}

.shares-item-image {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.shares-item-image img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.shares-item-title {
  transition: 0.25s;
  display: block;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 100;
  margin: 0 40px 0 0;
}

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

.tabs .products {
  border-top: none;
}

.tabs-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
  font-size: 1.3rem;
  line-height: 4.7rem;
}

.tabs-menu > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 4px;
  border-radius: 10px 10px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 0 20px;
  min-width: 138px;
  color: #fff;
  background-image: linear-gradient(to top, #0090bb 0%, #00aadb 100%);
  cursor: pointer;
}

.tabs-menu > li:hover {
  background-image: linear-gradient(to top, #00a9db 0%, #00c6ff 100%);
}

.tabs-menu > li.is-active {
  border-color: #D9D9D9;
  color: #1a1a1a;
  background: none;
}

.tabs-panel {
  display: none;
}

.tabs-panel.is-active {
  display: block;
}

/* ----- products ---- */
.products {
  padding: 50px 0 70px;
  border-top: 1px solid #ECECEC;
}

.products-heading {
  display: block;
  text-align: center;
  margin: -15px 0 70px;
}

.products-carousel-wrap {
  position: relative;
}

.products-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-carousel-prev, .products-carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 37px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  margin: -16px 0 0;
  text-indent: -9999px;
  transition: 0.25s;
  z-index: 20;
}

.products-carousel-prev a, .products-carousel-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.products-carousel-prev {
  left: 20px;
  background-position: -300px -51px;
}

@media (min-width: 1420px) {
  .products-carousel-prev {
    left: 50%;
    -webkit-transform: translate3d(-610px, 0, 0);
            transform: translate3d(-610px, 0, 0);
  }
}

.products-carousel-next {
  right: 20px;
  background-position: -327px -51px;
}

@media (min-width: 1420px) {
  .products-carousel-next {
    right: 50%;
    -webkit-transform: translate3d(610px, 0, 0);
            transform: translate3d(610px, 0, 0);
  }
}

.products-list {
  display: inline-block;
  vertical-align: top;
  min-width: 101%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 20px 0;
  width: 25%;
  float: none;
}

.products-item {
  position: relative;
}

.products-item__discount .products-item-mark {
  background: #FFA800;
}

.products-item__discount .products-item-mark:after, .products-item__discount .products-item-mark:before {
  border-top-color: #FFA800;
  border-bottom-color: #FFA800;
}

.products-item__discount .products-item-price b {
  background: #FFA800;
  color: #fff;
}

.products-item__sell .products-item-mark {
  background: #00CBB8;
}

.products-item__sell .products-item-mark:after, .products-item__sell .products-item-mark:before {
  border-top-color: #00CBB8;
  border-bottom-color: #00CBB8;
}

.products-item__sell .products-item-price b {
  background: #00CBB8;
  color: #fff;
}

.products-item-title {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #282828;
  margin: 0 0 18px;
}

.products-item-title a {
  color: inherit;
  text-decoration: underline;
}

.products-item-mark {
  display: inline-block;
  vertical-align: top;
  background: #D6D6D6;
  color: #fff;
  font-size: 1rem;
  line-height: 2.1rem;
  padding: 0 20px 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.products-item-mark:after, .products-item-mark:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  border-right: 10px solid transparent;
}

.products-item-mark:after {
  top: 0;
  border-top: 11px solid #D6D6D6;
}

.products-item-mark:before {
  bottom: 0;
  border-bottom: 11px solid #D6D6D6;
}

.products-item-image {
  position: relative;
  display: block;
  margin: 0 0 12px;
  height: 260px;
  line-height: 240px;
  padding: 20px 0 0;
  text-align: center;
}

.products-item-image img {
  max-width: 100%;
  vertical-align: middle;
}

.products-item-price {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  display: block;
  position: relative;
  padding: 2rem  0;
  white-space: nowrap;
}

.products-item-price u {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: line-through;
  color: #919191;
  font-size: 1.2rem;
}

.products-item-price b {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 0 -5px;
  font-family: 'Helvetica', sans-serif;
}

.products-item-price .icon-rub {
  font-size: 1.8rem;
}

.products-item-desc {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #282828;
  font-family: 'Helvetica', sans-serif;
  margin: 0 0 25px;
}

.products-item-desc-text {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.products-item-desc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-item-desc-list > li:last-child {
  padding-top: 5px;
}

.products-item-ctrl {
  padding: 0 0 1px;
}

.products-item-ctrl .btn, .products-item-ctrl .primary-search-btn, .products-item-ctrl .subscribe-btn, .products-item-ctrl .request-btn, .products-item-ctrl .search-btn {
  box-shadow: none;
}

.products-item-ctrl .btn-blue, .products-item-ctrl .primary-search-btn, .products-item-ctrl .subscribe-btn, .products-item-ctrl .request-btn, .products-item-ctrl .search-btn {
  min-width: 132px;
}

.products-item-ctrl .btn-blue .icon-basket, .products-item-ctrl .primary-search-btn .icon-basket, .products-item-ctrl .subscribe-btn .icon-basket, .products-item-ctrl .request-btn .icon-basket, .products-item-ctrl .search-btn .icon-basket {
  margin-right: 10px;
}

/* ----- brands ---- */
.brands {
  padding: 75px 0;
  white-space: nowrap;
}

.brands-heading {
  text-align: center;
  margin: 0;
  font-size: 3.2rem;
  line-height: 1;
}

.brands-carousel-wrap {
  position: relative;
}

.brands-carousel-prev, .brands-carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 21px;
  height: 42px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  margin: -15px 0 0;
  text-indent: -9999px;
  transition: 0.25s;
  z-index: 20;
}

.brands-carousel-prev a, .brands-carousel-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.brands-carousel-prev {
  left: 20px;
  background-position: -300px 0;
}

@media (min-width: 1420px) {
  .brands-carousel-prev {
    left: 50%;
    -webkit-transform: translate3d(-610px, 0, 0);
            transform: translate3d(-610px, 0, 0);
  }
}

.brands-carousel-next {
  right: 20px;
  background-position: -328px 0;
}

@media (min-width: 1420px) {
  .brands-carousel-next {
    right: 50%;
    -webkit-transform: translate3d(610px, 0, 0);
            transform: translate3d(610px, 0, 0);
  }
}

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

.brands-carousel-item {
  transition: 0.25s;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  height: 100px;
  line-height: 100px;
}

.brands-carousel-item:hover {
  opacity: 0.5;
}

.brands-carousel-item a, .brands-carousel-item img {
  display: inline-block;
  vertical-align: middle;
}

/* ----- subscribe ---- */
.subscribe {
  background: #FCFCFC url(../images/bg-subscribe.png) center center no-repeat;
  background-size: cover;
  padding: 188px 0 106px;
}

.subscribe-text {
  font-size: 3.2rem;
  line-height: 3.9rem;
  margin: 0 0 75px;
  display: block;
}

.subscribe-content {
  max-width: 480px;
  margin: 0 0 0 118px;
}

.subscribe-input {
  width: 100%;
  border-radius: 7px;
  background: #fff;
  border: none;
  box-shadow: inset 0.5px 0.9px 0 rgba(35, 31, 32, 0.35);
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 15px 32px;
  color: #333;
}

.subscribe-input::-webkit-input-placeholder {
  color: #a4a4a4;
}

/* ----- counts ---- */
.counts {
  position: relative;
  overflow: hidden;
  padding: 65px 0 75px;
}

.counts-heading {
  margin: 0 0 40px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 3.8rem;
}

.counts-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.counts-list > li {
  position: relative;
  margin: 0;
}

.counts-list > li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  height: 1px;
  background: #F7F7F7;
}

.counts-item {
  margin: 0;
  padding: 0;
  min-height: 236px;
}

.counts-item-image {
  margin: 0;
  height: 266px;
  line-height: 266px;
}

.counts-item-image img {
  vertical-align: middle;
}

.counts-item-number {
  display: block;
  font-size: 4.6rem;
  line-height: 5.6rem;
  font-weight: 300;
  padding: 72px 0 0 20px;
}

.counts-item-text {
  display: block;
  padding: 84px 0 0 20px;
  margin: 0;
  font-size: 2.7rem;
  line-height: 3.7rem;
}

/* ----- reviews ---- */
.reviews {
  background: #F8F8F8;
  padding: 25px 0 45px;
}

.reviews-heading {
  font-size: 3.2rem;
  line-height: 3.9rem;
  text-align: center;
  margin: 0 0 38px;
}

.reviews-carousel-wrap {
  position: relative;
  margin: 0 0 30px;
}

.reviews-carousel-prev, .reviews-carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 37px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  margin: -16px 0 0;
  text-indent: -9999px;
  transition: 0.25s;
  z-index: 20;
}

.reviews-carousel-prev a, .reviews-carousel-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-carousel-prev {
  left: 20px;
  background-position: -300px -51px;
}

@media (min-width: 1420px) {
  .reviews-carousel-prev {
    left: 50%;
    -webkit-transform: translate3d(-610px, 0, 0);
            transform: translate3d(-610px, 0, 0);
  }
}

.reviews-carousel-next {
  right: 20px;
  background-position: -327px -51px;
}

@media (min-width: 1420px) {
  .reviews-carousel-next {
    right: 50%;
    -webkit-transform: translate3d(610px, 0, 0);
            transform: translate3d(610px, 0, 0);
  }
}

.reviews-carousel {
  text-align: center;
  margin: 0;
}

.reviews-carousel-item {
  display: inline-block;
  vertical-align: top;
}

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

.reviews-ctrl .btn, .reviews-ctrl .primary-search-btn, .reviews-ctrl .subscribe-btn, .reviews-ctrl .request-btn, .reviews-ctrl .search-btn {
  min-width: 180px;
}

.reviews-quote {
  text-align: center;
  margin: 0 0 32px;
  padding: 0 20px;
  max-width: 300px;
}

.reviews-quote-author {
  display: block;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 0 0 20px;
  color: #181818;
  font-style: normal;
}

.reviews-quote-text {
  color: #1f1f1f;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
}

/* ----- slides ----- */
.cares {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.cares .container-fluid {
  position: relative;
  z-index: 2;
}

.cares-bg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  float: left;
}

.cares-bg__boy {
  background: url(../images/bg-cares.png) center 0 no-repeat;
}

.cares-bg__girl {
  background: url(../images/bg-cares__girl.png) center 0 no-repeat;
}

.cares-wrap {
  width: 100%;
  position: relative;
}

.cares-item {
  position: relative;
  padding: 182px 0;
  color: #222222;
  text-align: center;
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 480px;
}

.cares-item-in {
  display: table-cell;
  vertical-align: middle;
}

.cares-item-title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 0 0 30px;
}

.cares-item-text {
  display: block;
  margin: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.icon-cares-guarantee,
.icon-cares-replace,
.icon-cares-service,
.icon-cares-quality,
.icon-cares-heart {
  display: block;
  margin: 0 auto 20px;
  height: 130px;
  position: relative;
}

.icon-cares-guarantee:after,
.icon-cares-replace:after,
.icon-cares-service:after,
.icon-cares-quality:after,
.icon-cares-heart:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.icon-cares-guarantee:after {
  width: 107px;
  height: 102px;
  background-position: -128px -212px;
}

.icon-cares-replace:after {
  width: 84px;
  height: 87px;
  background-position: -248px -216px;
}

.icon-cares-service:after {
  width: 85px;
  height: 103px;
  background-position: -137px -331px;
}

.icon-cares-quality:after {
  width: 81px;
  height: 111px;
  background-position: -250px -315px;
}

.icon-cares-heart:after {
  width: 113px;
  height: 129px;
  background-position: -4px -211px;
}

.cares-ctrl {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.cares-ctrl:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.cares-ctrl-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0 25px;
  color: #00addf;
  text-align: center;
}

.cares-ctrl-link:hover {
  color: #00addf;
}

.icon-cares-filter,
.icon-cares-spec {
  display: block;
  margin: 0 auto 10px;
  position: relative;
  height: 42px;
}

.icon-cares-filter:after,
.icon-cares-spec:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.icon-cares-filter:after {
  width: 27px;
  height: 39px;
  background-position: -251px -152px;
}

.icon-cares-spec:after {
  width: 38px;
  height: 42px;
  background-position: -285px -153px;
}

/* ----- interesting ----- */
.interesting {
  padding: 60px 0 74px;
}

.interesting-heading {
  font-size: 3.2rem;
  line-height: 3.8rem;
  text-align: center;
  margin: 0 0 44px;
}

.interesting-list {
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.interesting-list > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 67px 0;
}

.interesting-item {
  overflow: hidden;
}

.interesting-item-image {
  float: left;
  margin: 0;
  width: 320px;
}

.interesting-item-image img {
  display: block;
  width: 100%;
}

.interesting-item-desc {
  overflow: hidden;
  padding: 0 0 0 35px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.interesting-item-desc a {
  font-size: 1.6rem;
}

/* ----- request ----- */
.request {
  background: #fff url(../images/bg-request.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 109px 0 95px;
  text-align: center;
}

.request-heading {
  display: block;
  font-size: 4.6rem;
  line-height: 5.6rem;
  margin: 0 0 7px;
}

.request-heading small {
  display: block;
  font-size: 2rem;
}

.request-form {
  max-width: 440px;
  margin: 0 auto;
}

.request-input {
  border-radius: 3px;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.request-input::-webkit-input-placeholder {
  color: #bababa;
}

.request-textarea {
  border-radius: 3px;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  height: 130px;
}

.request-textarea::-webkit-input-placeholder {
  color: #bababa;
}

.request-btn {
  min-width: 148px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 8px 0 0;
}

/* ----- */
.adv {
  padding: 70px 0 62px;
}

.adv-heading {
  text-align: center;
  margin: 0 0 44px;
}

.adv-list {
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
  margin: 0 -10px -20px;
  padding: 0;
  list-style: none;
}

.adv-list > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 -4px 20px 0;
  padding: 0 10px;
}

.adv-item {
  border: 1px solid #D9D9D9;
  text-align: center;
  min-height: 162px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000000;
  position: relative;
  padding: 20px 20px 0;
}

.adv-item-text {
  margin: 0;
  white-space: nowrap;
}

.icon-adv-project, .icon-adv-replace, .icon-adv-dealer, .icon-adv-service, .icon-adv-outlets, .icon-adv-delivery, .icon-adv-install, .icon-adv-price, .icon-adv-security, .icon-adv-guarantee {
  display: block;
  height: 60px;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

.icon-adv-project:after, .icon-adv-replace:after, .icon-adv-dealer:after, .icon-adv-service:after, .icon-adv-outlets:after, .icon-adv-delivery:after, .icon-adv-install:after, .icon-adv-price:after, .icon-adv-security:after, .icon-adv-guarantee:after {
  background: url(../images/sprite.png) 0 0 no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.icon-adv-project:after {
  width: 47px;
  height: 37px;
  background-position: -1px -99px;
}

.icon-adv-replace:after {
  width: 69px;
  height: 39px;
  background-position: -55px -99px;
}

.icon-adv-dealer:after {
  width: 65px;
  height: 38px;
  background-position: -133px -99px;
}

.icon-adv-service:after {
  width: 43px;
  height: 43px;
  background-position: -206px -99px;
}

.icon-adv-outlets:after {
  width: 42px;
  height: 46px;
  background-position: -258px -99px;
}

.icon-adv-delivery:after {
  width: 45px;
  height: 35px;
  background-position: -1px -151px;
}

.icon-adv-install:after {
  width: 46px;
  height: 46px;
  background-position: -56px -151px;
}

.icon-adv-price:after {
  width: 44px;
  height: 44px;
  background-position: -109px -153px;
}

.icon-adv-security:after {
  width: 38px;
  height: 44px;
  background-position: -161px -152px;
}

.icon-adv-guarantee:after {
  width: 35px;
  height: 48px;
  background-position: -207px -152px;
}

/* ----- delivery_payment ----- */
.delivery_payment {
  padding: 2rem 0 4rem;
  font-size: 1.8rem;
}

/* ----- about ----- */
.about {
  padding: 108px 0 0;
  font-size: 1.8rem;
}

.about-content {
  padding: 40px 0;
}

.about-count-heading {
  text-align: center;
  margin: 0 0 18px;
}

.about-count-item {
  text-align: center;
  color: #181818;
  padding: 10px 0 30px;
}

.about-count-item-number {
  display: block;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 100;
  margin: 0 0 20px;
  color: #00addf;
  min-height: 4.4rem;
}

.about-count-item-text {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 100;
  margin: 0;
}

/* --- */
.about-caption {
  background: #F8F8F8;
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  line-height: 5rem;
  font-weight: 100;
  padding: 44px 0;
  margin: 0 0 46px;
}

.about-caption:after, .about-caption:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #F8F8F8;
  width: 100vw;
}

.about-caption:after {
  left: 100%;
}

.about-caption:before {
  right: 100%;
}

.about-brands-heading {
  text-align: center;
  margin: 0 0 44px;
}

.about-tabs-menu {
  margin: 0;
  padding: 60px 8px 50px 0;
  list-style: none;
  text-align: right;
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  min-width: 185px;
}

.about-tabs-menu > li {
  margin: 0 0 10px;
}

.about-tabs-menu a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 10px 0;
  color: #00addf;
  text-decoration: none;
}

.about-tabs-menu a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5FCCEB;
}

.about-tabs-menu a:hover {
  color: #f00;
}

.about-tabs-menu a:hover:after {
  background: #f00;
}

.about-tabs-menu a.active {
  color: #a7a7a7;
}

.about-tabs-menu a.active:after {
  display: none;
}

.about-tabs-wrap {
  background: #F7F7F7;
  padding: 35px 50px 15px;
  margin: 0 0 0 20px;
  position: relative;
}

.about-tabs-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 55px;
  right: 100%;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #F7F7F7;
}

/* ----- */
.find {
  text-align: center;
  padding: 0 0 62px;
}

.find-text {
  margin: 0;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 300;
}

.find-text small {
  display: block;
  font-size: 1.6rem;
}

.find-text a {
  color: #1f1f1f;
  text-decoration: underline;
}

.find-text a:hover {
  color: #0FB2E1;
}

/* ----- news ----- */
.news {
  padding: 67px 0;
  color: #282828;
  font-size: 1.8rem;
}

.news:after, .news:before {
  content: "";
  display: table;
}

.news:after {
  clear: both;
}

.news-content {
  overflow: hidden;
  width: 100%;
  float: left;
}

.news-content-in {
  padding: 0 366px 0 0;
}

.news-aside {
  float: left;
  width: 338px;
  margin-left: -338px;
  position: relative;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list > li {
  margin: 0 0 26px;
}

.news-heading {
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin: 0 0 20px;
}

.news-item {
  overflow: hidden;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.02);
  padding: 22px 40px 68px;
}

.news-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.news-item .btn, .news-item .primary-search-btn, .news-item .subscribe-btn, .news-item .request-btn, .news-item .search-btn {
  min-width: 140px;
  box-shadow: none;
}

.news-item__min {
  background: none;
  padding: 0;
  border-radius: 0;
}

.news-item__min:hover {
  background: none;
}

.news-item__min .news-item-title {
  font-size: 1.8rem;
}

.news-item__min .news-item-image {
  float: none;
  margin: 0 0 20px;
  width: auto;
}

.news-item-title {
  display: block;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 0;
}

.news-item-date {
  display: block;
  font-size: 1.4rem;
  color: #7f7f7f;
  margin: 0 0 10px;
}

.news-item-image {
  float: left;
  width: 292px;
  margin: 0 40px 0 0;
}

.news-item-desc {
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding: 5px 0;
}

.news-item-desc p {
  margin: 0 0 23px;
}

.news-item-desc p:last-child {
  margin: 0;
}

.news-carousel-wrap {
  padding: 0 24px;
  margin: 0 0 -5px;
}

.news-subscribe {
  background: #E7E7E7;
  padding: 18px 30px 26px;
}

.news-subscribe ~ .category {
  border-radius: 0 0 15px 15px;
}

.news-subscribe .btn, .news-subscribe .primary-search-btn, .news-subscribe .subscribe-btn, .news-subscribe .request-btn, .news-subscribe .search-btn {
  box-shadow: none;
  padding: 15px;
  width: 100%;
}

.news-subscribe-text {
  margin: 0 0 15px;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.news-subscribe-input {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  border: none;
  background: #fff;
  padding: 14px 10px;
  text-align: center;
  border-radius: 3px;
  color: #000;
}

.news-subscribe-input::-webkit-input-placeholder {
  color: #8D8D8D;
}

/* ---- */
.category {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 22px 30px 26px;
}

.category-heading {
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 0 0 8px;
}

.category-menu {
  margin: 0;
  padding: 0 0 18px;
  list-style: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.category-menu > li {
  margin: 7px 0;
}

.category-menu a {
  color: #00addf;
}

.category-menu a:hover {
  color: #00baf2;
}

.category-menu mark {
  margin-left: 15px;
  width: 36px;
  text-align: center;
  background: #E8E8E8;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-radius: 12px;
  color: #282828;
}

/* --- */
.article {
  overflow: hidden;
}

.article-heading {
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin: 0 0 10px;
}

.article-date {
  display: block;
  font-size: 1.4rem;
  color: #7f7f7f;
  margin: 0 0 30px;
}

.article-ctrl {
  overflow: hidden;
  padding: 40px 0 0;
}

.article-ctrl-prev, .article-ctrl-next {
  position: relative;
  max-width: 50%;
  color: #00addf;
  text-decoration: underline;
  transition: 0.25s;
}

.article-ctrl-prev:hover, .article-ctrl-next:hover {
  color: #00addf;
  opacity: 0.7;
}

.article-ctrl-prev:after, .article-ctrl-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 11px;
  margin-top: -6px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.article-ctrl-prev {
  float: left;
  padding-left: 20px;
}

.article-ctrl-prev:after {
  left: 0;
  background-position: -48px -73px;
}

.article-ctrl-next {
  float: right;
  padding-right: 20px;
}

.article-ctrl-next:after {
  right: 0;
  background-position: -59px -73px;
}

/* ----- */
.breadcrumbs {
  padding: 20px 0;
  margin: 0 0 20px;
}

.breadcrumbs-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #969696;
  overflow: hidden;
}

.breadcrumbs-menu > li {
  float: left;
  padding: 0 32px 0 0;
  position: relative;
}

.breadcrumbs-menu > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url(../images/sprite.png) -59px -73px no-repeat;
}

.breadcrumbs-menu > li:last-child {
  padding: 0;
}

.breadcrumbs-menu > li:last-child:after {
  display: none;
}

/* ----- */
.vacancy {
  padding: 20px 0 0;
}

.wrnt {
  padding: 50px 0;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

/* ----- */
.contacts {
  color: #212121;
  padding: 65px 0 80px;
}

.contacts .st-form {
  margin-top: -40px;
  padding-top: 35px;
}

.contacts .st-form-legend {
  margin: 0 0 30px;
}

.contacts-heading {
  margin: 0 0 20px;
}

.contacts-table {
  font-size: 1.4rem;
  line-height: 2.7rem;
  font-weight: 300;
  margin: 0 0 25px;
}

.contacts-table th, .contacts-table td {
  padding: 0 5px;
}

.contacts-table th:first-child, .contacts-table td:first-child {
  padding-left: 0;
}

.contacts-table th {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}

.contacts-map {
  background: #ccc;
  width: 100%;
  height: 412px;
  position: relative;
  overflow: hidden;
}

/* ----- */
.loc-heading {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 0 0 40px;
  text-align: center;
}

.loc-heading small {
  display: block;
  font-size: 1.6rem;
}

.loc-map {
  width: 100%;
  background: #ccc;
  position: relative;
  height: 475px;
  overflow: hidden;
}

/* ----- faq ---- */
.faq {
  padding: 70px 0 0;
}

.faq .st-form {
  margin-top: -50px;
  padding-top: 35px;
}

/* ----- */
.search {
  position: relative;
  margin: 0 0 36px;
}

.search-field {
  position: relative;
  padding: 0 164px 0 0;
}

.search-input {
  transition: 0.25s ease;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000;
  padding: 15px 20px;
}

.search-input::-webkit-input-placeholder {
  color: #a4a4a4;
}

.search-input:focus {
  border-color: #31404E;
}

.search-btn {
  position: absolute;
  top: -2px;
  right: 0;
  width: 144px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  padding: 15px;
  height: 56px;
  box-shadow: none;
}

.search-btn .icon-search {
  margin-right: 10px;
}

/* ----- details ---- */
.details {
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 0 0 20px;
}

.details-image {
  display: block;
  margin: 0 36px 36px 0;
  overflow: hidden;
  border-radius: 10px;
  float: left;
}

.details-image img {
  display: block;
  width: 100%;
}

.details-desc {
  overflow: hidden;
}

/* ----- card ---- */
.card {
  padding: 0 0 65px;
}

.card-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.card-carousel-thumbs {
  margin: 0;
  padding: 2px;
  list-style: none;
  overflow: hidden;
}

.card-carousel-thumbs > li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}

.card-carousel-thumbs a {
  transition: 0.25s;
  text-align: center;
  display: block;
  padding: 5px;
  height: 110px;
  line-height: 100px;
  border-radius: 3px;
}

.card-carousel-thumbs a:hover, .card-carousel-thumbs a.active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.card-carousel-thumbs a img {
  max-height: 100%;
  vertical-align: middle;
}

.card-heading {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0 0 40px;
}

.card-content {
  padding: 40px 0 0 25px;
}

.card-desc {
  margin: 0 0 12px;
}

.card-desc dt {
  margin: 0 0 14px;
}

.card-desc dd {
  padding: 0 0 12px;
}

.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.card-list > li {
  position: relative;
  padding: 0 0 0 34px;
}

.card-list > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../images/sprite.png) -71px -74px no-repeat;
  width: 11px;
  height: 8px;
}

.card-price {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0 0 5px;
}

.card-price u {
  text-decoration: line-through;
  color: #919191;
  font-weight: 700;
}

.card-price b {
  font-family: 'Helvetica', sans-serif;
  font-size: 2.4rem;
  margin: 0 10px;
}

.card-price .icon-rub {
  font-size: 2.2rem;
  margin-left: 5px;
}

.card-buy {
  font-size: 1.4rem;
  margin: 0 0 20px;
}

.card-buy span {
  font-weight: 400;
}

.card-ctrl {
  padding: 12px 0;
}

.card-ctrl .btn, .card-ctrl .primary-search-btn, .card-ctrl .subscribe-btn, .card-ctrl .request-btn, .card-ctrl .search-btn {
  box-shadow: none;
  padding-left: 22px;
  padding-right: 22px;
  margin-right: 18px;
}

.card-ctrl .btn-link {
  padding: 0;
}

/* ----- scheme ---- */
.scheme {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0;
  border-top: 2px solid #F6F6F6;
  padding: 30px 0;
}

.scheme-text {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 0;
}

.scheme-text small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 10px 0 0;
}

.scheme-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  counter-reset: point;
  text-align: justify;
  min-width: 100%;
}

.scheme-steps:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.scheme-steps > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 -4px 0 0;
  min-width: 15%;
  max-width: 25%;
  padding: 0 20px 0 35px;
  white-space: nowrap;
}

.scheme-steps > li:after {
  content: counter(point);
  counter-increment: point 1;
  display: block;
  font: 700 2.4rem/3rem 'Helvetica', sans-serif;
  color: rgba(40, 40, 40, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5rem;
}

.scheme-sub {
  display: block;
  position: relative;
  padding: 0 0 0 34px;
  margin: 20px 0;
}

.icon-a, .icon-b {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #00A0CF;
  text-align: center;
  font-size: 11.25px;
  line-height: 21px;
  font-weight: 700;
  text-indent: 1px;
  color: #fff;
}

/* ----- for ----- */
.for {
  padding: 10px 0 0;
}

.for-heading {
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: center;
  margin: 0 0 60px;
}

.for-item {
  max-width: 340px;
  margin: 0 auto 55px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.for-item-image {
  margin: 0 0 30px;
}

.for-item-image img {
  display: block;
  width: 100%;
}

.for-item-title {
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 20px 10px;
}

.for-item-text {
  margin: 0 20px;
}

/* --- */
.for-cost {
  font-size: 1.4rem;
  line-height: 2.1rem;
  background: #F7F7F7;
  border-radius: 32px;
  text-align: center;
  padding: 50px;
  margin: 0 0 60px;
}

.for-cost .btn, .for-cost .primary-search-btn, .for-cost .subscribe-btn, .for-cost .request-btn, .for-cost .search-btn {
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: none;
  margin: 0 0 20px;
}

.for-cost-heading {
  display: block;
  max-width: 900px;
  margin: 0 auto 25px;
  font-size: 3.2rem;
  line-height: 3.6rem;
}

.for-cost-text {
  margin: 0 0 30px;
}

.for-cost-text span {
  font-size: 1.6rem;
}

.for-cost-date {
  display: block;
  color: #848484;
  margin: 0 0 -5px;
}

/* --- */
.for-system {
  position: relative;
  margin: 0 0 60px;
  padding: 34px 0;
  background: #F8F8F8;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

.for-system:after, .for-system:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #F8F8F8;
}

.for-system:after {
  left: 100%;
}

.for-system:before {
  right: 100%;
}

.for-problem {
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: center;
}

.for-problem-heading {
  text-align: center;
  font-size: 3.2rem;
  line-height: 3.9rem;
  margin: 0 0 35px;
}

.for-problem-item {
  max-width: 280px;
  margin: 0 auto 40px;
  text-align: center;
}

.for-problem-item p {
  margin: 0;
}

.icon-problem-reducing,
.icon-problem-clean,
.icon-problem-service {
  display: block;
  position: relative;
  height: 60px;
  margin: 0 auto 10px;
}

.icon-problem-reducing:after,
.icon-problem-clean:after,
.icon-problem-service:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.icon-problem-reducing:after {
  width: 69px;
  height: 49px;
  background-position: -1px -569px;
}

.icon-problem-clean:after {
  width: 56px;
  height: 55px;
  background-position: -81px -568px;
}

.icon-problem-service:after {
  width: 54px;
  height: 54px;
  background-position: -147px -568px;
}

/* --- */
.example {
  position: relative;
  margin: 0 0 80px;
}

.example-heading {
  text-align: center;
  font-size: 3.2rem;
  line-height: 4rem;
  margin: 0 0 50px;
}

.example-carousel-wrap {
  position: relative;
}

.example-carousel-prev, .example-carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 69px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  margin: -35px 0 0;
  text-indent: -9999px;
  transition: 0.25s;
}

.example-carousel-prev a, .example-carousel-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.example-carousel-prev {
  left: 20px;
  background-position: -89px -1px;
}

@media (min-width: 1420px) {
  .example-carousel-prev {
    left: 50%;
    -webkit-transform: translate3d(-610px, 0, 0);
            transform: translate3d(-610px, 0, 0);
  }
}

.example-carousel-next {
  right: 20px;
  background-position: -134px -1px;
}

@media (min-width: 1420px) {
  .example-carousel-next {
    right: 50%;
    -webkit-transform: translate3d(610px, 0, 0);
            transform: translate3d(610px, 0, 0);
  }
}

.example-item {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0 70px;
}

.example-item-title {
  display: block;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 0 0 15px;
}

.example-item-dl {
  margin: 0;
}

.example-item-image {
  margin: 0 35px 0 0;
  background: #E5E5E5;
  height: 340px;
  width: 430px;
  float: left;
}

.example-item-image img {
  display: block;
  width: 100%;
}

.example-item-desc {
  overflow: hidden;
}

/* ----- */
.filter {
  transition: 0.25s ease;
  width: 566px;
  background: #fff;
  position: fixed;
  left: -510px;
  top: 112px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.23);
  z-index: 1200;
  overflow: hidden;
  padding: 0 66px 30px 0;
  min-height: 240px;
}

.filter.is-active {
  left: 0;
}

.filter.is-active .filter-trigger:after {
  opacity: 0;
}

.filter.is-active .filter-trigger:before {
  opacity: 1;
}

.filter-price {
  padding: 20px 0 0;
  white-space: nowrap;
}

.filter-price-input {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  font: 1.2rem/2.4rem 'Helvetica', sans-serif;
  padding: 0 10px;
}

.filter-price-input:focus {
  border-color: #ccc;
}

.filter-price-label {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.filter-trigger {
  display: block;
  transition: 0.25s ease;
  width: 56px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  cursor: pointer;
  color: #282828;
  text-align: center;
  font-size: 1.2rem;
  line-height: 5.6rem;
  text-transform: uppercase;
}

.filter-trigger:after, .filter-trigger:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  background: url(../images/sprite.png) 0 0 no-repeat;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.filter-trigger:after {
  width: 23px;
  height: 21px;
  background-position: -1px -352px;
}

.filter-trigger:before {
  width: 11px;
  height: 11px;
  background-position: -33px -357px;
  opacity: 0;
}

.filter-trigger span {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 0;
  margin-top: 28px;
  width: 280px;
  padding-right: 50px;
  margin-top: 140px;
}

.filter-trigger:hover {
  background: #EDEDED;
  color: #00ade1;
}

.filter-accordion {
  margin: 0;
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.filter-accordion dt {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 10px;
  cursor: pointer;
}

.filter-accordion dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(../images/sprite.png) -17px -383px no-repeat;
  margin: -7px 0 0;
}

.filter-accordion dt.is-active:after {
  height: 3px;
  margin-top: -1px;
  background-position: -37px -388px;
}

.filter-accordion dd {
  padding: 0 0 30px;
  display: block;
  display: none;
}

.filter-accordion dd:nth-of-type(1) {
  display: block;
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   st-footer
   ========================================================================== */
.st-footer {
  background: #00ADDF;
  color: #fff;
  padding: 0 0 36px;
}

.st-footer .nav {
  background: #006C86;
  margin: 0 0 36px;
}

.copyright, .develop {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0;
}

.develop {
  text-align: right;
}

[data-animation] {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.sticky-wrapper {
  position: relative;
  z-index: 1;
}

.no-touch-device .cares-bg, .no-touch-device .primary {
  background-attachment: fixed;
}

.touch-device .cares-bg {
  display: none;
}

.touch-device .cares .row {
  margin: 0;
}

.touch-device .cares .row [class^="col-"], .touch-device .cares .row [class*=" col-"] {
  padding: 0;
  margin: 0;
  width: 100%;
}

.touch-device .cares-item {
  padding: 82px 0;
}

/* ----- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.modal {
  position: relative;
  background: #FFF;
  padding: 30px 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  transition: 0.4s;
}

.modal .st-input, .modal .st-textarea {
  transition: 0.25s ease;
  color: #555;
  text-align: left;
  border: 1px solid #ccc;
  padding: 15px;
}

.modal .st-input:focus, .modal .st-textarea:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.modal .st-label {
  margin: 0 5px 18px 0;
  display: inline-block;
  font-size: 1.5rem;
}

.modal-heading {
  display: block;
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 300;
  margin: 0 0 30px;
}

.modal-heading small {
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 0 0 -10px;
}

.modal-text {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 0 0 30px;
}

.modal-form-ctrl {
  text-align: center;
  padding: 10px 0;
}

.modal-form-ctrl .btn, .modal-form-ctrl .primary-search-btn, .modal-form-ctrl .subscribe-btn, .modal-form-ctrl .request-btn, .modal-form-ctrl .search-btn {
  min-width: 180px;
}

.st-rating {
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  position: relative;
  top: -1px;
}

.st-rating-input {
  float: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0 0 -16px;
  opacity: 0;
}

.st-rating:hover .st-rating-star:hover,
.st-rating:hover .st-rating-star:hover ~ .st-rating-star,
.st-rating-input:checked ~ .st-rating-star {
  background-position: -24px -72px;
}

.st-rating-star,
.st-rating:hover .st-rating-star {
  cursor: pointer;
  position: relative;
  float: right;
  display: block;
  width: 19px;
  height: 18px;
  margin: 0 1px;
  background: url(../images/sprite.png) 0 -72px no-repeat;
}

/* ----- */
.ballon {
  background: #fff;
  max-width: 250px;
  width: 100%;
  padding: 20px;
  text-align: left;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font: 300 1.4rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
  bottom: 100%;
  position: absolute;
  left: 0;
}

.ballon:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 40px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}

.ballon p {
  margin: 0;
}

.ballon-heading {
  display: block;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.8rem;
}

.ballon-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.ballon-close:after, .ballon-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: #333;
}

.ballon-close:after {
  width: 20px;
  height: 1px;
}

.ballon-close:before {
  width: 1px;
  height: 20px;
}

.ballon-close:hover {
  opacity: 0.7;
}
