/* VARIABLES */
/* colors */
/* fonts */
/* VARIABLES */
/* speed */
/* MIXINS */
@import '../vendor/normalize/normalize.css';
.bdbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* transitions */
.trs {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.no-trs {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/** CLEARFIX

 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* mediaqueries */
/* FONTS */
/*
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('../fonts/sourcesansproextralight.woff2') format('woff2'), url('../fonts/sourcesansproextralight.woff') format('woff'), url('../fonts/sourcesansproextralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightIt'), url('../fonts/sourcesansproextralightitalic.woff2') format('woff2'), url('../fonts/sourcesansproextralightitalic.woff') format('woff'), url('../fonts/sourcesansproextralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/sourcesansprolight.woff2') format('woff2'), url('../fonts/sourcesansprolight.woff') format('woff'), url('../fonts/sourcesansprolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url('../fonts/sourcesansprolightitalic.woff2') format('woff2'), url('../fonts/sourcesansprolightitalic.woff') format('woff'), url('../fonts/sourcesansprolightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/sourcesanspro.woff2') format('woff2'), url('../fonts/sourcesanspro.woff') format('woff'), url('../fonts/sourcesanspro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('../fonts/sourcesansproitalic.woff2') format('woff2'), url('../fonts/sourcesansproitalic.woff') format('woff'), url('../fonts/sourcesansproitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('../fonts/sourcesansprosemibold.woff2') format('woff2'), url('../fonts/sourcesansprosemibold.woff') format('woff'), url('../fonts/sourcesansprosemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url('../fonts/sourcesansprosemibolditalic.woff2') format('woff2'), url('../fonts/sourcesansprosemibolditalic.woff') format('woff'), url('../fonts/sourcesansprosemibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/sourcesansprobold.woff2') format('woff2'), url('../fonts/sourcesansprobold.woff') format('woff'), url('../fonts/sourcesansprobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url('../fonts/sourcesansprobolditalic.woff2') format('woff2'), url('../fonts/sourcesansprobolditalic.woff') format('woff'), url('../fonts/sourcesansprobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
/*
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('../fonts/sourcesansproblack.woff2') format('woff2'), url('../fonts/sourcesansproblack.woff') format('woff'), url('../fonts/sourcesansproblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackIt'), url('../fonts/sourcesansproblackitalic.woff2') format('woff2'), url('../fonts/sourcesansproblackitalic.woff') format('woff'), url('../fonts/sourcesansproblackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
*/
/* COPYRIGHT */
.rootmedia {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: inherit;
  display: inline-block;
  line-height: 1.2;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
}
.rootmedia_desc {
  color: inherit;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  opacity: 0.5;
  vertical-align: middle;
}
.rootmedia_logo {
  background: url(../img/rootmedia.png) 0 0 no-repeat;
  display: inline-block;
  height: 38px;
  opacity: 0.5;
  vertical-align: middle;
  width: 115px;
}
.rootmedia_logo:hover {
  opacity: 1;
}
/* TAGS */
body {
  background: #fff;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
a {
  color: #455da2;
  text-decoration: underline;
}
a:hover {
  color: #e42f2f;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: bold;
  line-height: 1.2;
  margin: 1em auto;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}
h2 {
  font-size: 20px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font-size: 18px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}
label {
  cursor: pointer;
}
p {
  margin: 1em 0;
}
ul {
  list-style-image: url("../img/list-style-img.png");
  margin: 1em 0;
  padding: 0 0 0 28px;
}
img,
iframe,
embed {
  max-width: 100%;
}
table {
  width: 100%;
}
/* FORMS */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*  anti-bot input */
.input-feature {
  border: 0 none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 0 !important;
}
/*  //anti-bot input */
.form-group {
  margin: 0 auto 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group.has-error input[type="text"],
.form-group.has-error input[type="password"],
.form-group.has-error input[type="email"],
.form-group.has-error input[type="tel"],
.form-group.has-error textarea {
  border-color: #e42f2f;
}
.form-group.has-error .help-block {
  display: block;
}
.help-block {
  color: #e42f2f;
  display: none;
  font-size: 10px;
  font-weight: normal;
  left: 0;
  letter-spacing: 0.25px;
  line-height: 1.2;
  max-width: 100%;
  position: absolute;
  top: 100%;
}
@media only screen and (max-width: 767px) {
  .help-block {
    font-size: 12px;
  }
}
.row-btn {
  margin: 22px auto 0;
  text-align: center;
}
.sl_label {
  color: #959595;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.form-privacy {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
.form-privacy a {
  text-decoration: none;
}
/* BUTTON */
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #455da2;
  border: 2px solid #455da2;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 1em;
  min-width: 150px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .btn {
    min-width: auto !important;
    padding: 11px 1em;
  }
}
.btn:hover {
  background: #243f8b;
  border-color: #243f8b;
  color: #ffffff;
  text-decoration: none;
}
.btn__white {
  background: #ffffff;
  color: #455da2;
}
.btn__red {
  background: #e42f2f;
  border-color: #e42f2f;
}
.btn__red:hover {
  background: #455da2;
  border-color: #455da2;
}
.search-btn {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  background: url(../img/search-icon.png) 0 -17px no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 17px;
  padding: 0;
  width: 16px;
}
.search-btn:hover {
  background-position: 0 -34px;
}
/* TEXTFIELDS */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #333;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  padding: 9px 14px;
  width: 100%;
}
input[type="text"].spinner_input,
input[type="password"].spinner_input,
input[type="email"].spinner_input,
input[type="tel"].spinner_input,
textarea.spinner_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f1f1f1;
  border: 1px solid #dedede;
  border-left: none;
  border-right: none;
  height: 32px;
  line-height: 18px;
  margin: 0 auto;
  padding: 6px 5px;
  text-align: center;
}
input[type="text"].search-input,
input[type="password"].search-input,
input[type="email"].search-input,
input[type="tel"].search-input,
textarea.search-input {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #455da2;
  line-height: 18px;
  padding: 8px 25px 8px 30px;
}
textarea {
  height: 130px;
  resize: none;
}
/* SELECT2 */
select {
  width: 100%;
}
.select2 {
  width: 100% !important;
}
.select2 .select2-container {
  display: block;
}
.select2.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #333;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  height: auto;
  line-height: 1.2;
  padding: 9px 14px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #959595;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  padding: 0;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 35px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/select-arrow.png) center center no-repeat;
  border: none;
  height: 5px;
  margin: -3px 0 0 -4px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  width: 8px;
}
.select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* checkbox */
.icheckbox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #f1f1f1 center center no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin: 0 6px 0 0;
  width: 18px;
}
.icheckbox.checked {
  background-image: url(../img/check-icon.png);
}
.iCheck-helper {
  display: none;
}
/* SPINNER */
.spinner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  width: 150px;
}
.spinner_btn {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #455da2 center center no-repeat;
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 0;
  width: 32px;
}
.spinner_btn:hover {
  background-color: #e42f2f;
}
.spinner_btn__minus {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background-image: url(../img/minus.png);
  left: 0;
}
.spinner_btn__plus {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  background-image: url(../img/plus.png);
  right: 0;
}
/* CART BUTTON */
.cart-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #ffffff;
  border: 2px solid #455da2;
  color: #455da2;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 14px;
  padding: 7px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}
.cart-btn:hover {
  border-color: #e42f2f;
  color: #e42f2f;
  text-decoration: none;
}
.cart-btn:hover:after {
  background-position: left bottom;
}
.cart-btn:after {
  background: url(../img/cart-btn-icon.png) left top no-repeat;
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 0.3em;
  vertical-align: 0;
  width: 16px;
}
.cart-btn__in-cart {
  background: #455da2;
  color: #ffffff;
}
.cart-btn__in-cart:hover {
  background: #e42f2f;
  border-color: #e42f2f;
  color: #ffffff;
  text-decoration: none;
}
.cart-btn__in-cart:hover:after {
  background-position: center center;
}
.cart-btn__in-cart:after {
  background-image: url(../img/cart-btn-success.png);
  background-position: center center;
}
/* SELECTION COLOR */
::-moz-selection {
  /* Mozilla */
  background-color: #243f8b;
  color: #fff;
}
::selection {
  /* MODERN BROWSERS */
  background-color: #243f8b;
  color: #fff;
}
/* WRAPPER */
.page-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  min-width: 300px;
  width: 100%;
}
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1214px;
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}
/* SLIDER MODS */
.slider-action {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #ffffff;
  box-shadow: 0 4px 21px rgba(50, 43, 117, 0.2);
  display: block;
  height: 35px;
  outline: none;
  position: relative;
  width: 35px;
}
.slider-action:hover {
  box-shadow: 0 2px 8px rgba(50, 43, 117, 0.2);
}
.slider-action:hover:before {
  opacity: 0;
}
.slider-action:hover:after {
  opacity: 1;
}
.slider-action:before,
.slider-action:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/slider-sprite.png) no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-action:before {
  opacity: 1;
  z-index: 1;
}
.slider-action:after {
  opacity: 0;
  z-index: 2;
}
.slider-action__prev:before {
  background-position: left top;
}
.slider-action__prev:after {
  background-position: left -34px;
}
.slider-action__next:before {
  background-position: right top;
}
.slider-action__next:after {
  background-position: right -34px;
}
/* HEADER */
.header {
  *zoom: 1;
  background: #ffffff;
  display: block;
}
.header:before,
.header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header:after {
  clear: both;
}
.header_contacts-line {
  *zoom: 1;
  background: #ffffff;
  padding: 20px 0 22px;
}
.header_contacts-line:before,
.header_contacts-line:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header_contacts-line:after {
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .header_contacts-line {
    display: none;
  }
}
.header_logo {
  float: left;
  padding: 7px 0;
}
.header_menus {
  background: #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  position: relative;
  -webkit-transition: box-shadow 0.8s;
  -moz-transition: box-shadow 0.8s;
  -o-transition: box-shadow 0.8s;
  transition: box-shadow 0.8s;
  z-index: 90;
}
.header_menus.is_stuck {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.header_menus.is_stuck .header-actions_search {
  display: block;
}
.header_contacts {
  float: right;
}
.header_contacts .contacts-item {
  float: left;
  margin-right: 20px;
  width: 200px;
}
@media only screen and (max-width: 1280px) {
  .header_contacts .contacts-item {
    width: 180px;
  }
}
@media only screen and (max-width: 960px) {
  .header_contacts .contacts-item {
    width: 160px;
  }
}
.header_contacts .contacts-item:last-child {
  margin-right: 0;
  width: auto;
}
.header__search {
  border-top: 1px solid #455da2;
  padding: 5px 0;
}
.logo {
  background: url(../img/logo.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  height: 24px;
  padding: 8px 0;
  width: 175px;
}
.contacts-phones {
  background: #ffffff;
  padding: 0 0 6px;
  position: relative;
}
.contacts-phones_item {
  display: block;
  font-size: 24px;
  padding: 0;
}
.contacts-phones_item a[href^="tel:"] {
  color: #455da2;
  display: block;
  font-weight: 300;
  padding-right: 10px;
  white-space: nowrap;
  text-decoration: none;
}
.contacts-phones_item a[href^="tel:"]:hover {
  color: #e42f2f;
  text-decoration: none;
}
.contacts-phones_more {
  background: #ffffff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  display: none;
  min-width: 100%;
  padding: 3px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 91;
}
.contacts-phones_more .contacts-phones_item {
  font-size: 20px;
  text-align: right;
}
.contacts-phones_more .contacts-phones_item a[href^="tel:"] {
  font-weight: 400;
  padding: 2px 10px;
}
.header-menus {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.header-menus_logo {
  display: none;
  padding: 9px 0 8px;
  width: 175px;
}
.header-menus_logo .logo {
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .header-menus_logo {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .header-menus_logo {
    width: 135px;
  }
  .header-menus_logo .logo {
    height: 19px;
    width: 135px;
  }
}
.header-menus_catalog {
  text-align: left;
}
.header-menus_actions {
  flex: 1;
  text-align: right;
}
.menu-icon {
  display: block;
  height: 14px;
  position: relative;
  width: 16px;
}
.menu-icon:hover:before {
  opacity: 0;
}
.menu-icon:hover:after {
  opacity: 1;
}
.menu-icon:before,
.menu-icon:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/menu-icon.png) left top no-repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-icon:before {
  opacity: 1;
}
.menu-icon:after {
  background-position: left bottom;
  opacity: 0;
}
.header-catalog {
  display: inline-block;
  margin-left: 20px;
  padding: 13px 0;
  position: relative;
  vertical-align: top;
}
.header-catalog:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1280px) {
  .header-catalog {
    display: none;
  }
}
.header-catalog:hover .header-catalog_link {
  color: #e42f2f;
}
.header-catalog:hover .header-catalog_link .header-catalog_link-icon:before {
  opacity: 0;
}
.header-catalog:hover .header-catalog_link .header-catalog_link-icon:after {
  opacity: 1;
}
.header-catalog_link {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.05px;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.header-catalog_link-icon {
  display: inline-block;
  margin-right: 0.8em;
  vertical-align: -2px;
}
.header-catalog_dropdown {
  display: none;
  left: 0;
  max-height: 80vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
}
.catalog-dropdown {
  background: #ffffff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #e42f2f;
  width: 420px;
}
.catalog-dropdown_item {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border-bottom: 1px solid #d0d0d0;
  color: #455da2;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.05px;
  line-height: 1.2;
  padding: 13px 12px 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.catalog-dropdown_item:hover {
  color: #e42f2f;
}
.catalog-dropdown_item:last-child {
  border: none;
}
.header-cart {
  background: url(../img/cart-icon.png) center center no-repeat;
  display: block;
  height: 23px;
  position: relative;
  width: 24px;
}
.header-cart_count {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #e42f2f;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 2px 4px;
  position: absolute;
  right: -8px;
  top: 1px;
  text-transform: uppercase;
}
.header-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  text-align: right;
}
.header-actions_menu {
  display: block;
  flex: 1;
  margin-right: 50px;
}
@media only screen and (max-width: 1280px) {
  .header-actions_menu {
    display: none;
  }
}
.header-actions_cart {
  display: block;
  margin-right: 0;
  padding: 8px 0 9px;
}
@media only screen and (max-width: 1280px) {
  .header-actions_cart {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .header-actions_cart {
    margin-right: 25px;
  }
}
.header-actions_search {
  display: none;
  margin-left: 50px;
  padding: 9px 0 8px;
}
@media only screen and (max-width: 1280px) {
  .header-actions_search {
    display: none !important;
  }
}
.header-actions_menu-link {
  display: none;
  padding: 11px 0;
}
@media only screen and (max-width: 1280px) {
  .header-actions_menu-link {
    display: block;
  }
}
.header-search {
  height: 36px;
  position: relative;
  width: 36px;
}
.header-search_main {
  width: auto;
}
.header-search.active .header-search_icon {
  z-index: 1;
}
.header-search.active .header-search_form {
  opacity: 1;
  width: 640px;
  z-index: 2;
}
.header-search_icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border: 1px solid #455da2;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.header-search_icon:hover {
  border-color: #e42f2f;
}
.header-search_icon:hover:before {
  opacity: 0;
}
.header-search_icon:hover:after {
  opacity: 1;
}
.header-search_icon:before,
.header-search_icon:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #fff url(../img/search-icon.png) 0 -17px no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.header-search_icon:before {
  opacity: 1;
}
.header-search_icon:after {
  background-position: 0 -34px;
  opacity: 0;
}
.header-search_form {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 1;
}
.header-search_form_main {
  opacity: 1;
  position: relative;
  width: auto;
}
.header-search_form .form-group {
  margin: 0;
}
.header-search_form .sl_label {
  top: 8px !important;
}
.header-search_input {
  position: relative;
  z-index: 2;
}
.header-search_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.header-menu {
  font-size: 0;
}
.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu ul ul {
  background: #ffffff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 266px;
}
.header-menu ul ul a {
  border-bottom: 1px solid #d0d0d0;
  padding: 13px 12px 14px 28px;
}
.header-menu ul ul li {
  display: block;
  margin-right: 0;
}
.header-menu ul ul li:last-child a {
  border: none;
}
.header-menu > ul > li:hover:after {
  bottom: 0;
  opacity: 1;
}
.header-menu > ul > li:hover > a {
  color: #e42f2f;
}
.header-menu > ul > li:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #e42f2f;
  bottom: 10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.header-menu > ul > li.has-child:hover > a:before,
.header-menu > ul > li.has-child.active > a:before {
  opacity: 0;
}
.header-menu > ul > li.has-child:hover > a:after,
.header-menu > ul > li.has-child.active > a:after {
  opacity: 1;
}
.header-menu > ul > li.has-child > a {
  padding-left: 12px;
  position: relative;
}
.header-menu > ul > li.has-child > a:hover:before {
  opacity: 0;
}
.header-menu > ul > li.has-child > a:hover:after {
  opacity: 1;
}
.header-menu > ul > li.has-child > a:before,
.header-menu > ul > li.has-child > a:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/menu-arrow.png) 0 0 no-repeat;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  width: 8px;
}
.header-menu > ul > li.has-child > a:before {
  opacity: 1;
}
.header-menu > ul > li.has-child > a:after {
  background-position: left bottom;
  opacity: 0;
}
.header-menu a {
  color: #455da2;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.05px;
  padding: 18px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header-menu a:hover {
  color: #e42f2f;
}
.header-menu li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  vertical-align: middle;
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu li.active > a {
  color: #e42f2f;
}
@media only screen and (max-width: 960px) {
  .header-menu li {
    margin-right: 20px;
  }
}
.side-menu {
  display: none;
}
.side-menu .side-menu-phone {
  display: block;
}
.side-menu .menu-search {
  display: block;
}
.side-menu-phone {
  display: none;
  padding: 5px 28px;
  text-align: left;
}
.side-menu-phone .contacts-item_cont {
  font-size: 24px;
  font-weight: 300;
}
.menu-search {
  display: none;
  margin: 9px 10px 0;
  padding: 0;
  position: relative;
}
.menu-search_input {
  border-color: #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
  padding-left: 35px !important;
  padding-right: 10px !important;
}
.menu-search_btn {
  background-position: left top;
  position: absolute;
  left: 10px;
  top: 10px;
}
.menu-search .sl_label {
  color: #8f9ec7;
  font-size: 16px;
  left: 36px !important;
  top: 8px !important;
}
.menu-search .form-group {
  margin: 0 auto;
}
/* FOOTER */
.footer {
  *zoom: 1;
  background-color: #1e2e6b;
  color: #ffffff;
  display: block;
  padding: 44px 0 36px;
}
.footer:before,
.footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .footer {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    padding: 25px 0 16px;
  }
}
.footer_contacts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1214px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 960px) {
  .footer_contacts {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contacts {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 960px) {
  .footer_contacts {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contacts {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .footer_contacts {
    margin-bottom: 10px;
  }
}
.footer_copyright-line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1214px;
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  .footer_copyright-line {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_copyright-line {
    padding: 0 10px;
  }
}
.footer_copyright {
  font-size: 14px;
  line-height: 1.2;
}
.footer_copyright a {
  color: inherit;
  text-decoration: underline;
}
.footer_copyright a:hover {
  color: inherit;
  text-decoration: none;
}
.footer__navigation {
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
  .footer__navigation {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__navigation {
    margin-bottom: 26px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__navigation {
    margin-bottom: 20px;
  }
}
.contacts-line {
  *zoom: 1;
}
.contacts-line:before,
.contacts-line:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contacts-line:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .contacts-line {
    text-align: center;
  }
}
.contacts-line_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  width: 200px;
}
@media only screen and (max-width: 960px) {
  .contacts-line_item {
    float: none;
    display: inline-block;
    margin: 0 -0.3em 1em 0;
    padding: 0 15px;
    vertical-align: top;
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-line_item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .contacts-line_item {
    display: block;
    margin: 0 auto 20px;
    vertical-align: top;
    width: auto;
  }
}
.contacts-line_social {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-top: 5px;
}
@media only screen and (max-width: 960px) {
  .contacts-line_social {
    float: none;
    display: inline-block;
    margin: 0 -0.3em 1em 0;
    padding: 0 15px;
    vertical-align: middle;
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-line_social {
    display: none;
  }
}
.contacts-item {
  color: inherit;
}
.contacts-item_title {
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.2;
  margin: 0 auto 0.3em;
  opacity: 0.3;
  text-transform: uppercase;
}
.contacts-item_cont {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
.contacts-item a {
  color: inherit;
  text-decoration: none;
}
.contacts-item a:hover {
  text-decoration: underline;
}
.contacts-item a[href^="tel:"] {
  font-weight: 300;
}
.social-block {
  text-align: center;
}
.social-block_icon {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/icons.png) no-repeat;
  display: inline-block;
  height: 26px;
  margin: 0 -0.3em 0 15px;
  opacity: 0.5;
  vertical-align: top;
  width: 26px;
}
.social-block_icon:hover {
  opacity: 1;
}
.social-block_icon:first-child {
  margin-left: 0;
}
.social-block_icon:last-child {
  margin-right: 0;
}
.social-block_icon__vk {
  background-position: 0 -26px;
}
.social-block_icon__inst {
  background-position: 0 0;
}
.nav-categories {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  transition: background-color 0.8s;
}
@media only screen and (max-width: 767px) {
  .nav-categories.active {
    background-color: #415597;
  }
}
.nav-categories.active .nav-categories__trigger {
  background-image: url(../img/cross_white.png);
  background-position: right 24px center;
}
.nav-categories__list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: flex-start;
  border-top: 1px solid #414b79;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .nav-categories__list {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-categories__list {
    border: none;
    display: none;
    padding: 0 20px 10px;
  }
}
.nav-categories__column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) {
  .nav-categories__column {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-categories__column {
    padding-right: 0;
  }
}
.nav-categories__item {
  display: block;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .nav-categories__item {
    margin-top: 10px;
  }
}
.nav-categories__item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .nav-categories__item:first-child {
    margin-top: 10px;
  }
}
.nav-categories__link {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #5b638b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.nav-categories__link:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .nav-categories__link {
    color: #7d90cf;
  }
  .nav-categories__link:hover {
    color: #ffffff;
  }
}
.nav-categories__trigger-wrapper {
  display: none;
  margin: 0 auto 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav-categories__trigger-wrapper {
    display: block;
  }
}
.nav-categories__trigger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #415597 url('../img/menu-icon_white.png') right 22px center no-repeat;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  letter-spacing: 1.05px;
  line-height: 14px;
  max-width: 100%;
  min-width: 300px;
  padding: 13px 40px 13px 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.copyright-line {
  *zoom: 1;
}
.copyright-line:before,
.copyright-line:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.copyright-line:after {
  clear: both;
}
.copyright-line_copyright {
  float: left;
  margin-right: 20px;
  width: 260px;
}
@media only screen and (max-width: 480px) {
  .copyright-line_copyright {
    float: none;
    margin: 0 auto 16px;
    text-align: center;
    width: auto;
  }
}
.copyright-line_payment {
  float: left;
}
@media only screen and (max-width: 767px) {
  .copyright-line_payment {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  .copyright-line_payment {
    float: none;
  }
}
.copyright-line_developer {
  float: right;
}
@media only screen and (max-width: 767px) {
  .copyright-line_developer {
    clear: both;
    float: none;
    margin: 10px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .copyright-line_developer {
    display: none;
  }
}
.payment-variants {
  display: block;
}
.payment-variants_title {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin: 0 25px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .payment-variants_title {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .payment-variants_title {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 480px) {
  .payment-variants_title {
    margin-bottom: 3px;
  }
}
.payment-variants_list {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .payment-variants_list {
    display: block;
    text-align: center;
  }
}
.payment-variants_item {
  display: inline-block;
  margin-left: 20px;
  max-height: 49px;
  max-width: 70px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .payment-variants_item {
    margin-left: 10px;
    max-height: 39px;
    max-width: 56px;
  }
}
.payment-variants_item:first-child {
  margin-left: 0;
}
.payment-variants_item img {
  max-height: inherit;
  max-width: inherit;
}
/* CONTENT */
.page-container {
  display: block;
  flex: 1;
}
.page-content {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 960px) {
  .page-content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin-bottom: 40px;
  }
}
.page-content__without-margin {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .page-content__without-margin {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-content__without-margin {
    margin-bottom: 0;
  }
}
.page-title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.8px;
  margin: 0 auto 100px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .page-title {
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.page-title__side {
  color: #455da2;
  margin-bottom: 56px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .page-title__side {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__side {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title__side {
    margin-bottom: 26px;
  }
}
.block-with-arrows {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 56px;
}
@media only screen and (max-width: 960px) {
  .block-with-arrows {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block-with-arrows {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .block-with-arrows {
    margin-bottom: 26px;
  }
}
.block-with-arrows_title {
  flex: 1;
  margin: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-with-arrows_title {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .block-with-arrows_title {
    margin: 0 5px;
  }
}
.block-with-arrows_arrow {
  background: #dae3f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.block-with-arrows_arrow:hover:before {
  opacity: 1;
}
.block-with-arrows_arrow:hover:after {
  opacity: 0;
}
.block-with-arrows_arrow:before,
.block-with-arrows_arrow:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/slider-sprite.png) no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block-with-arrows_arrow:before {
  opacity: 0;
}
.block-with-arrows_arrow:after {
  opacity: 1;
}
.block-with-arrows_arrow__prev:before {
  background-position: left top;
}
.block-with-arrows_arrow__prev:after {
  background-position: left bottom;
}
.block-with-arrows_arrow__next:before {
  background-position: right top;
}
.block-with-arrows_arrow__next:after {
  background-position: right bottom;
}
.section-title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0 auto 80px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.content-wrapper {
  *zoom: 1;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper > *:first-child {
  margin-top: 0;
}
.content-wrapper > *:last-child {
  margin-bottom: 0;
}
/* REVIEWS SECTION */
.reviews-section {
  background-color: #e8ebf6;
  padding: 50px 0 60px;
}
@media only screen and (max-width: 960px) {
  .reviews-section {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-section {
    padding: 16px 0 20px;
  }
}
.reviews-section_list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .reviews-section_list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section_list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-section_list {
    margin-bottom: 16px;
  }
}
.reviews-section_all {
  text-align: center;
}
.reviews-section_all .btn {
  min-width: 174px;
}
.reviews-section_write-review {
  margin-top: 25px;
  text-align: center;
}
.reviews-section_write-review-link {
  color: #455da2;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.05px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}
.reviews-section_write-review-link:hover {
  text-decoration: none;
}
.review-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(50, 43, 117, 0.1);
  margin: 0 auto 12px;
  padding: 26px 26px 33px;
}
@media only screen and (max-width: 960px) {
  .review-item {
    padding: 20px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .review-item {
    padding: 16px 16px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .review-item {
    padding: 10px 10px 16px;
  }
}
.review-item_title {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 66px;
  margin: 0 0 30px;
  min-height: 66px;
  padding: 0 0 0 83px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .review-item_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-item_title {
    line-height: 46px;
    margin-bottom: 16px;
    min-height: 46px;
    padding-left: 63px;
  }
}
@media only screen and (max-width: 480px) {
  .review-item_title {
    margin-bottom: 10px;
  }
}
.review-item_title:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a2b9e9 url(../img/review-icon.png) center center no-repeat;
  content: '';
  display: block;
  height: 66px;
  left: 0;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 66px;
}
@media only screen and (max-width: 767px) {
  .review-item_title:before {
    height: 46px;
    margin-top: -23px;
    width: 46px;
  }
}
.review-item_name {
  display: inline-block;
  font-family: inherit;
  line-height: 1.2em;
  vertical-align: middle;
}
.review-item_content {
  color: #333;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .review-item_content {
    font-size: 15px;
  }
}
.content-hiding {
  position: relative;
}
.content-hiding_preview {
  position: relative;
  max-height: 13.5em;
  overflow: hidden;
  z-index: 1;
}
.content-hiding_full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  display: none;
  left: 0;
  padding: 0 26px 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 960px) {
  .content-hiding_full {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-hiding_full {
    padding: 0 18px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .content-hiding_full {
    padding: 0 15px 40px;
  }
}
.content-hiding_full .content-hiding_trigger {
  background: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .content-hiding_full .content-hiding_trigger {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-hiding_full .content-hiding_trigger {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .content-hiding_full .content-hiding_trigger {
    height: 30px;
    line-height: 30px;
  }
}
.content-hiding_trigger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  color: #455da2;
  content: '';
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 120px;
  left: 0;
  letter-spacing: 1.05px;
  padding: 75px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .content-hiding_trigger {
    height: 110px;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .content-hiding_trigger {
    height: 100px;
    padding-top: 67px;
  }
}
@media only screen and (max-width: 480px) {
  .content-hiding_trigger {
    height: 100px;
    padding-top: 67px;
  }
}
.content-hiding_trigger:hover {
  color: #e42f2f;
}
.reviews-list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .reviews-list {
    display: block;
  }
}
.reviews-list_item {
  margin: 0 auto;
  padding: 26px 26px 0;
  width: 100%;
}
.reviews-list_item:nth-child(3n-2) {
  margin-left: 0;
  margin-right: 20px;
}
.reviews-list_item:nth-child(3n-1) {
  margin-left: 10px;
  margin-right: 10px;
}
.reviews-list_item:nth-child(3n) {
  margin-left: 20px;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .reviews-list_item {
    padding: 26px 20px 0;
  }
  .reviews-list_item:nth-child(n) {
    display: none;
    margin: 0 10px;
  }
  .reviews-list_item:nth-child(1),
  .reviews-list_item:nth-child(2) {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-list_item {
    padding: 20px 18px 0;
  }
  .reviews-list_item:nth-child(n) {
    display: none;
    margin: 0 auto;
    width: auto;
  }
  .reviews-list_item:nth-child(1) {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-list_item {
    padding: 18px 15px 0;
  }
}
.reviews-list_item .content-hiding {
  margin: 0 -26px;
  padding: 0 26px 60px;
}
@media only screen and (max-width: 960px) {
  .reviews-list_item .content-hiding {
    margin: 0 -20px;
    padding: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-list_item .content-hiding {
    margin: 0 -18px;
    padding: 0 18px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-list_item .content-hiding {
    margin: 0 -15px;
    padding: 0 15px 20px;
  }
}
/* PARTNERS */
.partners-section {
  margin: 80px auto;
}
@media only screen and (max-width: 960px) {
  .partners-section {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  .partners-section {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 480px) {
  .partners-section {
    margin: 40px auto;
  }
}
.partners {
  border: 1px solid #7485b5;
  padding: 65px 20px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .partners {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .partners {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .partners {
    padding: 15px 10px;
  }
}
.partners_title {
  background: #ffffff;
  font-size: 20px;
  left: 50%;
  margin: 0 0 0 -118px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -14px;
  width: 236px;
}
@media only screen and (max-width: 767px) {
  .partners_title {
    font-size: 18px;
    letter-spacing: 1.35px;
    margin-left: -100px;
    top: -14px;
    width: 200px;
  }
}
.partners_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners_slider-action {
  margin-top: -18px;
  position: absolute;
  top: 50%;
}
.partners_slider-action__prev {
  left: -18px;
}
@media only screen and (max-width: 960px) {
  .partners_slider-action__prev {
    left: -9px;
  }
}
.partners_slider-action__next {
  right: -18px;
}
@media only screen and (max-width: 960px) {
  .partners_slider-action__next {
    right: -9px;
  }
}
.partner-item {
  background: #ffffff;
  display: block;
}
.partner-item_logo {
  background: #fff center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  height: 126px;
  width: 170px;
}
@media only screen and (max-width: 767px) {
  .partner-item_logo {
    height: 121px;
    width: 136px;
  }
}
@media only screen and (max-width: 480px) {
  .partner-item_logo {
    height: 76px;
    width: 102px;
  }
}
/* ADVANTAGES */
.advantages-section {
  margin: 70px auto 80px;
}
@media only screen and (max-width: 960px) {
  .advantages-section {
    margin: 60px auto 70px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-section {
    margin: 50px auto 60px;
  }
}
@media only screen and (max-width: 480px) {
  .advantages-section {
    margin: 40px auto 50px;
  }
}
.advantages-list {
  font-size: 0;
  text-align: center;
}
.advantages-list_item {
  display: inline-block;
  margin: 0 auto 54px;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .advantages-list_item {
    margin-bottom: 40px;
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-list_item {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .advantages-list_item {
    display: block;
    margin-bottom: 25px;
    width: auto;
  }
}
.advantage-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .advantage-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
}
.advantage-item_img {
  background: center center no-repeat;
  display: block;
  height: 62px;
  margin: 0 auto 26px;
  width: 80px;
}
@media only screen and (max-width: 960px) {
  .advantage-item_img {
    -webkit-background-size: contain;
    background-size: contain;
    height: 55px;
    margin-bottom: 16px;
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .advantage-item_img {
    height: 47px;
    margin-bottom: 10px;
    width: 59px;
  }
}
@media only screen and (max-width: 480px) {
  .advantage-item_img {
    display: block;
    height: 39px;
    margin: auto;
    max-width: 50px;
    width: 48px;
  }
}
.advantage-item_name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .advantage-item_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .advantage-item_name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .advantage-item_name {
    flex: 1;
    margin-left: 15px;
    text-align: left;
  }
}
/* BREADCRUMBS */
.breadcrumbs {
  background-color: #f6f6f6;
  margin: 0 auto 60px;
  padding: 14px 0;
}
@media only screen and (max-width: 960px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumbs {
    margin-bottom: 20px;
    padding: 8px 0;
  }
}
.breadcrumbs_list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #d0cfcf;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.breadcrumbs_list li {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
.breadcrumbs_list li:first-child {
  margin-left: 0;
}
.breadcrumbs_list li:first-child:before {
  display: none;
}
.breadcrumbs_list li:before {
  background: url(../img/breadcrumbs-separator.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  vertical-align: baseline;
  width: 7px;
}
.breadcrumbs_list a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.breadcrumbs_list a:hover {
  color: #455da2;
}
.breadcrumbs_list li {
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_list li {
    padding: 2px 0;
  }
}
.breadcrumbs_home {
  display: inline-block;
  height: 15px;
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  width: 16px;
}
.breadcrumbs_home:hover:before {
  opacity: 0;
}
.breadcrumbs_home:hover:after {
  opacity: 1;
}
.breadcrumbs_home:after,
.breadcrumbs_home:before {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/home-icon.png) no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumbs_home:after {
  background-position: left bottom;
  opacity: 0;
  z-index: 2;
}
.breadcrumbs_home:before {
  background-position: left top;
  opacity: 1;
  z-index: 1;
}
/* REVIEWS PAGE */
.reviews-page {
  *zoom: 1;
}
.reviews-page:before,
.reviews-page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.reviews-page:after {
  clear: both;
}
.reviews-page_form {
  float: right;
  width: 378px;
}
@media only screen and (max-width: 960px) {
  .reviews-page_form {
    float: none;
    margin: 0 auto 40px;
    max-width: 100%;
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-page_form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-page_form {
    margin-bottom: 20px;
  }
}
.reviews-page_list {
  margin-right: 408px;
}
@media only screen and (max-width: 960px) {
  .reviews-page_list {
    margin: 0 auto;
  }
}
.review-form {
  padding: 36px 20px 33px;
}
@media only screen and (max-width: 960px) {
  .review-form {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-form {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .review-form {
    padding: 16px 10px;
  }
}
.review-form__dark {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #455da2;
  box-shadow: 0 3px 20px rgba(50, 43, 117, 0.1);
  color: #ffffff;
}
.review-form__dark a {
  color: inherit;
}
.review-form__dark .btn {
  border-color: #fff;
}
.review-form__dark .review-form_title {
  color: #fefefe;
}
.review-form_title {
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.27px;
  margin: 0 auto 2em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .review-form_title {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .review-form_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .review-form_title {
    margin-bottom: 1em;
  }
}
.review-form_privacy {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 11.5%;
  margin-right: 11.5%;
}
/* PAGER */
.pager {
  display: block;
  margin: 80px auto 20px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .pager {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pager {
    margin-top: 40px;
  }
}
.pager_controls {
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: bottom;
  width: 32px;
}
.pager_controls:hover:before {
  opacity: 0;
}
.pager_controls:hover:after {
  opacity: 1;
}
.pager_controls:before,
.pager_controls:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/pager-sprite.png) no-repeat;
  bottom: 10px;
  content: '';
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.pager_controls:before {
  opacity: 1;
  z-index: 1;
}
.pager_controls:after {
  opacity: 0;
  z-index: 2;
}
.pager_controls__prev {
  margin-right: 0;
}
.pager_controls__prev:before {
  background-position: left top;
}
.pager_controls__prev:after {
  background-position: left bottom;
}
.pager_controls__next {
  margin-left: 0.3em;
}
.pager_controls__next:before {
  background-position: right top;
}
.pager_controls__next:after {
  background-position: right bottom;
}
.pager_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #1e2e6b;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0 -0.3em 0 0;
  min-width: 42px;
  padding: 7px 5px;
  position: relative;
}
.pager_item:before {
  background: #d6d6d6;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.pager_item:after {
  background: #e42f2f;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin: 0 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  width: 1em;
  z-index: 2;
}
.pager_item__current {
  color: #e42f2f;
}
.pager_item__current:after {
  opacity: 1;
}
.pager a {
  text-decoration: none;
}
/* DIALOGS */
.dialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  max-width: 100%;
  width: 540px;
}
.dialog-review {
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .dialog-review {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dialog-review {
    padding: 0;
  }
}
.dialog-review .review-form {
  margin: 0 auto;
  max-width: 378px;
}
.dialog-success_title {
  color: #333333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.33;
  margin: 1em auto;
  text-align: center;
  text-transform: none;
}
.dialog-success_buttons {
  margin: 46px auto 0;
  text-align: center;
}
.fancybox-slide--html .fancybox-close-small {
  height: 30px;
  padding: 3px;
  width: 30px;
}
.add-to-cart-dialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 27px;
  width: 642px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-dialog {
    padding: 20px;
  }
}
/* ABOUT SECTION */
.about-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 28px auto;
  max-width: 1295px;
  padding: 55px 43px 30px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .about-section {
    overflow: hidden;
    padding: 45px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section {
    padding: 30px 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .about-section {
    padding: 10px;
  }
}
.about-block {
  background: #c61616;
  color: #ffffff;
  padding: 65px 40px 45px;
}
@media only screen and (max-width: 960px) {
  .about-block {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .about-block {
    padding: 20px 15px;
  }
}
.about-block:after {
  background: url(../img/about-bg-1.png) right bottom 9% no-repeat, url(../img/about-bg-2.png) right 26% top 14% no-repeat, url(../img/about-bg-3.png) left 33.5% top 1.5% no-repeat, url(../img/about-bg-4.png) left bottom 40% no-repeat, url(../img/about-bg-5.png) left 40% bottom 1% no-repeat;
  -webkit-background-size: 325px 186px, 170px 144px, 106px 120px, 235px 251px, 146px 133px;
  background-size: 325px 186px, 170px 144px, 106px 120px, 235px 251px, 146px 133px;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .about-block:after {
    -webkit-background-size: 292.5px 167.4px, 153px 129.6px, 95.4px 108px, 211.5px 225.9px, 131.4px 119.7px;
    background-size: 292.5px 167.4px, 153px 129.6px, 95.4px 108px, 211.5px 225.9px, 131.4px 119.7px;
    left: -10px;
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block:after {
    -webkit-background-size: 227.5px 130.2px, 119px 100.8px, 74.2px 84px, 164.5px 175.7px, 102.2px 93.1px;
    background-size: 227.5px 130.2px, 119px 100.8px, 74.2px 84px, 164.5px 175.7px, 102.2px 93.1px;
    left: -20px;
    right: -20px;
  }
}
@media only screen and (max-width: 480px) {
  .about-block:after {
    -webkit-background-size: 162.5px 93px, 85px 72px, 53px 60px, 117.5px 125.5px, 73px 66.5px;
    background-size: 162.5px 93px, 85px 72px, 53px 60px, 117.5px 125.5px, 73px 66.5px;
  }
}
.about-block > * {
  position: relative;
  z-index: 2;
}
.about-block_title {
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 auto 45px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .about-block_title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .about-block_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about-block_cont {
  color: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 880px;
}
@media only screen and (max-width: 960px) {
  .about-block_cont {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block_cont {
    font-size: 16px;
  }
}
.about-block_buttons {
  margin: 36px auto 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .about-block_buttons {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block_buttons {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .about-block_buttons {
    margin-top: 16px;
  }
}
.about-block_buttons .btn {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  min-width: 174px;
}
.about-block_buttons .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
/* MAIN BANNER */
.lure-section {
  background: url(../img/lure-bg.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 0 60px;
  position: relative;
}
.lure-section-adaptive {
  background-repeat: no-repeat;
  padding: 50px 0;
  height: 360px;
}
@media only screen and (max-width: 960px) {
  .lure-section-adaptive {
    padding: 40px 0;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .lure-section-adaptive {
    height: 260px;
  }
}
@media (max-width: 660px) {
  .lure-section-adaptive {
    height: 220px;
  }
}
@media (max-width: 540px) {
  .lure-section-adaptive {
    padding: 30px 0;
    height: 190px;
  }
}
@media (max-width: 450px) {
  .lure-section-adaptive {
    height: 160px;
  }
}
@media (max-width: 400px) {
  .lure-section-adaptive {
    padding: 20px 0;
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .lure-section-adaptive .lure-content {
    padding: 0;
  }
}
.lure-section.new-year-banner {
  padding: 0;
}
.lure-section.new-year-banner .lure-content {
  visibility: hidden;
  padding: 0;
  max-width: 100%;
}
.lure-section-blue:before {
  background-color: #455da2;
}
.lure-section[onclick] {
  cursor: pointer;
}
.lure-section:before {
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.lure-section_content {
  position: relative;
  z-index: 2;
}
.lure-content {
  margin: auto;
  max-width: 815px;
  padding: 55px 40px;
}
@media only screen and (max-width: 960px) {
  .lure-content {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lure-content {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .lure-content {
    padding: 25px 22px 30px;
  }
}
.lure-content_title {
  color: #fefefe;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .lure-content_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .lure-content_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .lure-content_title {
    font-size: 20px;
  }
}
.lure-content_form .btn {
  background: #e42f2f;
  border-color: #e42f2f;
  color: #ffffff;
  min-width: 174px;
}
.lure-content_form .btn:hover {
  background: #fff;
  color: #e42f2f;
}
/* ACTIONS */
.actions-section {
  background: #e42f2f;
  color: #ffffff;
  padding: 13px 0;
}
@media only screen and (max-width: 960px) {
  .actions-section {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .actions-section {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  .actions-section {
    padding: 6px 0;
  }
}
.actions {
  position: relative;
}
.actions_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.actions_list li {
  height: 100%;
}
.actions_item {
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .actions_item {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .actions_item {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .actions_item {
    padding: 0 24px;
  }
}
.actions_slider-action {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: -18px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 960px) {
  .actions_slider-action {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 767px) {
  .actions_slider-action {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 480px) {
  .actions_slider-action {
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55);
  }
}
.actions_slider-action__prev {
  left: -18px;
}
@media only screen and (max-width: 960px) {
  .actions_slider-action__prev {
    left: -9px;
  }
}
.actions_slider-action__next {
  right: -18px;
}
@media only screen and (max-width: 960px) {
  .actions_slider-action__next {
    right: -9px;
  }
}
.action-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.action-item_title {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .action-item_title {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action-item_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .action-item_title {
    font-size: 16px;
  }
}
.action-item_title a {
  color: inherit;
  text-decoration: none;
}
.action-item_buttons {
  height: 40px;
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .action-item_buttons {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action-item_buttons {
    display: none;
  }
}
.action-item_buttons .btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  min-width: 174px;
}
.action-item_buttons .btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.qiuck-links-section {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 960px) {
  .qiuck-links-section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .qiuck-links-section {
    margin-bottom: 20px;
  }
}
.quick-links {
  *zoom: 1;
}
.quick-links:before,
.quick-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.quick-links:after {
  clear: both;
}
.quick-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #455da2;
  color: #fefefe;
  display: block;
  float: left;
  height: 200px;
  line-height: 160px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(100% / 6);
}
.quick-link:nth-child(12n-9),
.quick-link:nth-child(12n-6),
.quick-link:nth-child(12n-3),
.quick-link:nth-child(12n-2),
.quick-link:nth-child(12n-1),
.quick-link:nth-child(12n) {
  width: calc(100% / 3);
}
.quick-link:nth-child(12n-10),
.quick-link:nth-child(12n-7),
.quick-link:nth-child(12n-4),
.quick-link:nth-child(12n-10),
.quick-link:nth-child(12n-2) {
  background-color: #243f8b;
}
.quick-link:nth-child(12n-9),
.quick-link:nth-child(12n-6),
.quick-link:nth-child(12n-3),
.quick-link:nth-child(12n-1) {
  background-color: #a2b9e9;
}
.quick-link:hover {
  color: #e42f2f;
}
.quick-link:hover .quick-link_img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.quick-link:hover .quick-link_title {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
@media only screen and (max-width: 1280px) {
  .quick-link:nth-child(n) {
    width: 25%;
  }
  .quick-link:nth-child(3n) {
    width: 50%;
  }
  .quick-link:nth-child(6n-2),
  .quick-link:nth-child(6n-1),
  .quick-link:nth-child(6n) {
    float: right;
  }
  .quick-link:nth-child(12n-2),
  .quick-link:nth-child(12n) {
    width: 25%;
  }
  .quick-link:nth-child(12n-1) {
    width: 50%;
  }
  .quick-link:nth-child(12n-2),
  .quick-link:nth-child(12n-1),
  .quick-link:nth-child(12n) {
    float: left;
  }
}
@media only screen and (max-width: 960px) {
  .quick-link {
    height: 180px;
    line-height: 150px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-link {
    height: 120px;
    line-height: 90px;
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 480px) {
  .quick-link {
    height: 70px;
    line-height: 50px;
    padding: 10px 3px;
  }
  .quick-link:nth-child(n) {
    width: 50%;
  }
  .quick-link:nth-child(12n-9),
  .quick-link:nth-child(12n-6),
  .quick-link:nth-child(12n-3),
  .quick-link:nth-child(12n-2),
  .quick-link:nth-child(12n-1),
  .quick-link:nth-child(12n) {
    clear: both;
    float: none;
    width: auto;
  }
}
.quick-link_img {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.quick-link_title {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .quick-link_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .quick-link_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-link_title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .quick-link_title {
    font-size: 13px;
  }
}
/* NEWS ARTICLE */
.news-article {
  display: block;
}
.news-article .page-title {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 960px) {
  .news-article .page-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-article .page-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news-article .page-title {
    margin-bottom: 20px;
  }
}
.news-article_date {
  margin: 0 auto 35px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .news-article_date {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-article_date {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .news-article_date {
    margin-bottom: 16px;
  }
}
.news-article_img {
  margin: 0 auto 44px;
  max-width: 768px;
}
@media only screen and (max-width: 960px) {
  .news-article_img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-article_img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news-article_img {
    margin-bottom: 20px;
  }
}
.news-article_img img {
  display: block;
  width: 100%;
}
.news-article_back {
  display: block;
  margin: 60px auto 0;
}
@media only screen and (max-width: 960px) {
  .news-article_back {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-article_back {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news-article_back {
    margin-top: 20px;
  }
}
.news-article_back-link {
  color: #455da2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .news-article_back-link {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .news-article_back-link {
    font-size: 12px;
    line-height: 18px;
  }
}
.news-article_back-link:hover:before {
  background-position: left bottom;
}
.news-article_back-link:before {
  background: url(../img/back-arrow.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 1em;
  vertical-align: -2px;
  width: 16px;
}
.date {
  color: #989898;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.date:before {
  background: url(../img/clock-icon.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 0.5em;
  vertical-align: -2px;
  width: 15px;
}
/* SEARCH */
.search {
  display: block;
}
.search-panel {
  display: block;
  margin: 0 auto 60px;
  max-width: 990px;
}
@media only screen and (max-width: 960px) {
  .search-panel {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .search-panel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .search-panel {
    margin-bottom: 20px;
  }
}
.search-panel_input {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 8px 43px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .search-panel_input {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.search-panel_btn {
  background: url(../img/search-icon.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 17px;
  left: 12px;
  padding: 0;
  position: absolute;
  top: 9px;
  width: 16px;
  z-index: 2;
}
.search-panel_btn:hover {
  background-position: 0 bottom;
}
.search-panel_reset {
  background: url(../img/close-icon.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 10px;
  padding: 0;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 10px;
  z-index: 2;
}
.search-panel_reset:hover {
  background-position: 0 bottom;
}
.search-panel .option {
  font-size: 16px;
}
.search-panel .form-group {
  margin-bottom: 10px;
}
.search-panel_result {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 44px;
}
@media only screen and (max-width: 767px) {
  .search-panel_result {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-result {
  display: block;
}
/* TABS */
.tabs {
  display: block;
}
.tabs_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  margin: 0 auto 63px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .tabs_list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs_list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs_list {
    border: none;
    margin-bottom: 20px;
  }
}
.tabs_list li {
  display: inline-block;
  margin: 0 43px;
  position: relative;
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
  .tabs_list li {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs_list li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs_list li {
    border-bottom: 1px solid #d6d6d6;
    display: block;
    margin: 0;
  }
}
.tabs_list li:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #e42f2f;
  bottom: 10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.tabs_list li.active:after {
  bottom: -1px;
  opacity: 1;
}
.tabs_list li.active a {
  color: #e42f2f;
}
.tabs_list a {
  color: #455da2;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 24px;
  outline: none;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs_list a:hover {
  color: #e42f2f;
}
.tabs_content {
  *zoom: 1;
  display: block;
}
.tabs_content:before,
.tabs_content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabs_content:after {
  clear: both;
}
/* NEWS LIST */
.news-list {
  *zoom: 1;
  display: block;
  font-size: 0;
}
.news-list:before,
.news-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-list:after {
  clear: both;
}
.news-list_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto 64px;
  padding: 0 10px;
  vertical-align: top;
  width: 33.33%;
}
.news-list_item:nth-child(3n-2) {
  padding: 0 20px 0 0;
}
.news-list_item:nth-child(3n) {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .news-list_item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-list_item {
    margin-bottom: 30px;
    width: 50%;
  }
  .news-list_item:nth-child(2n-1) {
    padding: 0 10px 0 0;
  }
  .news-list_item:nth-child(2n) {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .news-list_item {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }
  .news-list_item:nth-child(n) {
    padding: 0;
  }
}
.news-item {
  font-size: 18px;
}
.news-item:hover .news-item_img-wrapper:after {
  width: 100%;
}
.news-item:hover .news-item_img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-item:hover .news-item_name a {
  color: #e42f2f;
  text-decoration: none;
}
.news-item_img-wrapper {
  display: block;
  height: 0;
  margin: 0 auto 17px;
  overflow: hidden;
  padding-top: 58.4656085%;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .news-item_img-wrapper {
    margin-bottom: 14px;
  }
}
.news-item_img-wrapper:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #e42f2f;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}
.news-item_img {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-item_date {
  margin: 0 auto 12px;
}
@media only screen and (max-width: 767px) {
  .news-item_date {
    margin-bottom: 8px;
  }
}
.news-item_name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .news-item_name {
    font-size: 16px;
  }
}
.news-item_name a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  text-decoration: none;
}
/* CATALOG CATEGORIES */
.categories {
  *zoom: 1;
  display: block;
  margin: 0 auto 40px;
}
.categories:before,
.categories:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .categories {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .categories {
    margin-bottom: 16px;
  }
}
.categories_description {
  font-size: 16px;
}
.category-item {
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .category-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .category-item {
    margin-bottom: 16px;
  }
}
.category-item_title {
  margin: 0 auto 40px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .category-item_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-item_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .category-item_title {
    margin-bottom: 16px;
  }
}
.category-item_title:before {
  background: #bababa;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .category-item_title:before {
    display: none;
  }
}
.category-item_icon {
  background: #ffffff left center no-repeat;
  display: inline-block;
  height: 55px;
  margin-right: -0.3em;
  padding-right: 25px;
  position: relative;
  vertical-align: middle;
  width: 47px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .category-item_icon {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-item_icon {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .category-item_icon {
    padding-right: 16px;
  }
}
.category-item_icon__domestic {
  background-image: url(../img/domestic_truck.png);
}
.category-item_icon__import {
  background-image: url(../img/import_truck.png);
}
.category-item_name {
  background: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  position: relative;
  padding-right: 32px;
  text-transform: none;
  vertical-align: middle;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .category-item_name {
    font-size: 18px;
    padding-right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .category-item_name {
    font-size: 16px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .category-item_name {
    padding: 0;
  }
}
.category-item_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .category-item_list {
    text-align: center;
  }
}
.category-item_list li {
  display: inline-block;
  margin: 0 53px 20px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .category-item_list li {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .category-item_list li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .category-item_list li {
    margin-bottom: 16px;
    margin-right: 20px;
  }
}
.category-item_list li a,
.category-item_list li img {
  display: block;
}
.category-selection {
  display: block;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 960px) {
  .category-selection {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-selection {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .category-selection {
    margin-bottom: 16px;
  }
}
/* PRODUCT LIST */
.product-list {
  display: block;
}
.product-item {
  align-items: center;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 12px;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-item {
    display: block;
  }
}
.product-item:hover .product-item_img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item:hover .product-item_name {
  color: #e42f2f;
}
.product-item_img-wrapper {
  display: block;
  height: 100%;
  min-height: 167px;
  overflow: hidden;
  position: relative;
  width: 238px;
}
@media only screen and (max-width: 960px) {
  .product-item_img-wrapper {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item_img-wrapper {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .product-item_img-wrapper {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
}
.product-item_img {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #fff center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  min-height: inherit;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  z-index: 1;
}
.product-item_img-count {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #455da2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  left: 6px;
  line-height: 1;
  min-width: 20px;
  padding: 4px 2px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 6px;
  z-index: 2;
}
.product-item_action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  margin: 10px;
  padding: 16px;
  text-align: center;
  width: 237px;
}
@media only screen and (max-width: 960px) {
  .product-item_action {
    padding: 10px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item_action {
    margin-left: 230px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .product-item_action {
    margin: 0 16px 16px;
  }
}
.product-item_name {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 auto 1em;
  text-transform: none;
}
.product-item_name a {
  color: inherit;
  text-decoration: none;
}
.product-item_settings {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 960px) {
  .product-item_settings {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item_settings {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .product-item_settings {
    margin-bottom: 12px;
  }
}
.product-item_cont {
  flex: 1;
  margin: 5px 28px;
}
@media only screen and (max-width: 767px) {
  .product-item_cont {
    margin-left: 230px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product-item_cont {
    margin: 0 16px 20px;
  }
}
.product-item_availability {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.product-item_availability__in-stock {
  color: #45a273;
}
.product-item_availability__by-order {
  color: #d77e43;
}
.product-item_price {
  color: #455da2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 1.2;
  margin: 0 auto 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-item_price {
    float: left;
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .product-item_price {
    margin-bottom: 12px;
  }
}
.product-item_spinner {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-item_spinner {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .product-item_btn-wrapper {
    clear: both;
    margin-top: 20px;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .product-item_btn-wrapper {
    text-align: center;
  }
}
.settings-item {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.settings-item:last-child {
  margin-bottom: 0;
}
.settings-item_name {
  font-weight: bold;
  margin-right: 0.3em;
}
/* ADD 2 CART */
.add-to-cart {
  display: block;
}
.add-to-cart_content {
  overflow: hidden;
}
.add-to-cart_image-wrapper {
  float: left;
  width: 238px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart_image-wrapper {
    width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .add-to-cart_image-wrapper {
    float: none;
    margin: 0 auto 20px;
    max-width: 240px;
    width: auto;
  }
}
.add-to-cart_image-wrapper img {
  display: block;
  width: 100%;
}
.add-to-cart_desc {
  margin-left: 263px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart_desc {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .add-to-cart_desc {
    margin-left: 0;
  }
}
.add-to-cart_title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 auto 0.1em;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .add-to-cart_title {
    text-align: center;
  }
}
.add-to-cart_name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 auto 40px;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .add-to-cart_name {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .add-to-cart_name {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .add-to-cart_name {
    margin-bottom: 16px;
    text-align: center;
  }
}
.add-to-cart_name a {
  color: #455da2;
  text-decoration: none;
}
.add-to-cart_name a:hover {
  color: #e42f2f;
}
.add-to-cart_price {
  color: #455da2;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.35px;
  margin-right: 5px;
  min-width: 100px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .add-to-cart_price {
    display: block;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.add-to-cart_spinner {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .add-to-cart_spinner {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.add-to-cart_buttons {
  clear: both;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .add-to-cart_buttons {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .add-to-cart_buttons {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .add-to-cart_buttons {
    margin-top: 16px;
  }
}
.add-to-cart_buttons .btn {
  margin: 0 8px 10px;
  min-width: 208px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.add-to-cart_buttons .btn:last-child {
  margin-bottom: 0;
}
/* CONTACTS */
.contacts-block {
  *zoom: 1;
  display: block;
  margin-bottom: 42px;
}
.contacts-block:before,
.contacts-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contacts-block:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .contacts-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts-block {
    margin-bottom: 20px;
  }
}
.contacts-block_data {
  float: left;
  width: 48.75%;
}
@media only screen and (max-width: 767px) {
  .contacts-block_data {
    float: none;
    margin: 0 auto 30px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .contacts-block_data {
    margin-bottom: 20px;
  }
}
.contacts-block_slider {
  float: right;
  width: 48.75%;
}
@media only screen and (max-width: 767px) {
  .contacts-block_slider {
    float: none;
    margin: auto;
    width: auto;
  }
}
.contact-item {
  display: flex;
  font-size: 18px;
  line-height: 1.33;
  margin: 0 auto 26px;
}
@media only screen and (max-width: 960px) {
  .contact-item {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-item {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-item {
    margin-bottom: 14px;
  }
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item_title {
  font-weight: bold;
  margin-right: 22px;
}
@media only screen and (max-width: 960px) {
  .contact-item_title {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-item_title {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-item_title {
    margin-right: 12px;
  }
}
.contact-item_cont {
  flex: 1;
}
.contact-item_cont a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  text-decoration: none;
}
.contact-item_cont a:hover {
  color: #e42f2f;
}
.contact-item_cont .social-block {
  text-align: left;
}
.contact-item_cont .social-block_icon {
  background-image: url(../img/icons-blue.png);
}
.contacts-requisites {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border-bottom: 1px dashed #455da2;
  color: #455da2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.contacts-requisites:hover {
  border-color: #e42f2f;
  color: #e42f2f;
  text-decoration: none;
}
.contacts-map {
  display: block;
  height: 549px;
}
@media only screen and (max-width: 960px) {
  .contacts-map {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-map {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts-map {
    height: 240px;
  }
}
.contacts-slider {
  display: block;
  position: relative;
}
.contacts-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts-slider ul a {
  display: block;
}
.contacts-slider ul img {
  display: block;
  width: 100%;
}
.contacts-slider_slider-action {
  margin-top: -18px;
  position: absolute;
  top: 50%;
  z-index: 12;
}
.contacts-slider_slider-action__prev {
  left: -18px;
}
@media only screen and (max-width: 960px) {
  .contacts-slider_slider-action__prev {
    left: 10px;
  }
}
.contacts-slider_slider-action__next {
  right: -18px;
}
@media only screen and (max-width: 960px) {
  .contacts-slider_slider-action__next {
    right: 10px;
  }
}
.contacts-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  font-size: 0;
  margin: 0 auto 60px;
  padding: 32px 40px 42px;
}
@media only screen and (max-width: 960px) {
  .contacts-form {
    margin-bottom: 40px;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-form {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts-form {
    margin-bottom: 20px;
    padding: 16px;
  }
}
.contacts-form_grey {
  background: #f6f6f6;
  border: none;
}
.contacts-form_grey input[type="text"],
.contacts-form_grey input[type="password"],
.contacts-form_grey input[type="email"],
.contacts-form_grey input[type="tel"],
.contacts-form_grey textarea {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 8px;
}
.contacts-form_title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.27px;
  line-height: 1.2;
  margin: 0 auto 35px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .contacts-form_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-form_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts-form_title {
    margin-bottom: 16px;
  }
}
.contacts-form_form {
  text-align: center;
}
.contacts-form_form .row-btn {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .contacts-form_form .row-btn {
    text-align: center;
  }
}
.contacts-form_form textarea {
  height: 95px;
}
.contacts-form_privacy {
  max-width: 260px;
}
@media only screen and (max-width: 960px) {
  .contacts-form_privacy {
    text-align: center;
  }
}
.contacts-form_column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  margin: auto;
  max-width: 358px;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
  width: 33%;
}
@media only screen and (max-width: 960px) {
  .contacts-form_column {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-form_column {
    display: block;
    width: auto;
  }
}
@media only screen and (max-width: 960px) {
  .contacts-form_column__buttons {
    display: block;
    width: auto;
  }
}
.employers-section {
  display: block;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 960px) {
  .employers-section {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .employers-section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .employers-section {
    margin-bottom: 20px;
  }
}
.employers {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .employers {
    display: block;
    text-align: center;
  }
}
.employers_item-wrapper {
  margin: 0 auto 40px;
  width: 23.12%;
}
@media only screen and (max-width: 960px) {
  .employers_item-wrapper {
    display: inline-block;
    margin: 0 20px 30px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .employers_item-wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .employers_item-wrapper {
    display: block;
    margin: 0 auto 10px;
  }
}
.employer {
  max-width: 276px;
  padding-top: 57px;
  position: relative;
}
.employer_item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(50, 43, 117, 0.1);
  padding: 126px 16px 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .employer_item {
    padding: 126px 10px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .employer_item {
    padding: 126px 10px 20px;
  }
}
.employer_avatar {
  background: url(../img/avatar.png) 0 0 no-repeat;
  display: block;
  height: 152px;
  left: 50%;
  margin: 0 0 0 -76px;
  position: absolute;
  top: 0;
  width: 152px;
}
.employer_name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto 0.8em;
  min-height: 3.6em;
  text-transform: none;
  word-spacing: 9999999px;
}
@media only screen and (max-width: 767px) {
  .employer_name {
    font-size: 16px;
  }
}
.employer_position {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.2;
  margin: 0 auto 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .employer_position {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .employer_position {
    margin-bottom: 16px;
  }
}
.employer_contacts {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.2;
  text-transform: uppercase;
}
.employer_contacts_line {
  margin-bottom: 16px;
}
.employer_contacts_line:last-child {
  margin-bottom: 0;
}
.employer_contacts a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  text-decoration: none;
}
.employer_contacts a:hover {
  color: #e42f2f;
}
/* PRODUCT */
.product {
  *zoom: 1;
  display: block;
  margin: 0 auto 78px;
}
.product:before,
.product:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .product {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .product {
    margin-bottom: 30px;
  }
}
.product_slider {
  float: left;
  margin-top: 0.3em;
  width: 45.23%;
}
@media only screen and (max-width: 960px) {
  .product_slider {
    width: 41%;
  }
}
@media only screen and (max-width: 767px) {
  .product_slider {
    float: none;
    margin: 0 auto 30px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .product_slider {
    margin-bottom: 20px;
  }
}
.product_content {
  float: right;
  width: 51.84%;
}
@media only screen and (max-width: 960px) {
  .product_content {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .product_content {
    float: none;
    width: auto;
  }
}
.product_title {
  color: #455da2;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  .product_title {
    font-size: 22px;
    letter-spacing: 1.6px;
  }
}
@media only screen and (max-width: 767px) {
  .product_title {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
@media only screen and (max-width: 480px) {
  .product_title {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
.product_code {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 767px) {
  .product_code {
    margin-bottom: 0.5em;
  }
}
.product_availability {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 960px) {
  .product_availability {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product_availability {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .product_availability {
    margin-bottom: 20px;
  }
}
.product_availability__in-stock {
  color: #45a273;
}
.product_availability__by-order {
  color: #d77e43;
}
.product-actions {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-actions {
    display: block;
  }
}
.product_action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  margin: 0 19px 0 0;
  padding: 16px;
  text-align: center;
  width: 300px;
}
@media only screen and (max-width: 960px) {
  .product_action {
    padding: 10px;
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .product_action {
    margin: 0 auto 20px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .product_action {
    margin: 0 auto 16px;
  }
}
.product_old-price {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.6em;
  text-decoration: line-through;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product_old-price {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product_old-price {
    float: none;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.product_price {
  color: #e42f2f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin: 0 auto 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product_price {
    float: left;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .product_price {
    float: none;
    font-size: 16px;
    letter-spacing: 1.35px;
    margin-bottom: 12px;
  }
}
.product_spinner {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_spinner {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .product_spinner {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .product_btn-wrapper {
    clear: both;
    margin-top: 20px;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .product_btn-wrapper {
    text-align: center;
  }
}
.product_addition {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 30px 20px 30px 60px;
  width: 300px;
}
@media only screen and (max-width: 960px) {
  .product_addition {
    padding: 30px 16px 30px 20px;
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .product_addition {
    padding: 20px 16px;
    width: auto;
  }
}
.addition-link {
  color: #455da2;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.05px;
  line-height: 1.2;
  text-decoration: none;
}
.addition-link:hover {
  color: #455da2;
  text-decoration: underline;
}
.addition-link-line {
  display: block;
  margin-bottom: 24px;
}
.addition-link-line:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .addition-link-line {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .addition-link-line {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .addition-link-line {
    margin-bottom: 10px;
  }
}
.addition-link__about:before {
  background: url(../img/home-icon.png) left bottom no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 0.5em;
  vertical-align: -2px;
  width: 16px;
}
.addition-link__delievery:before {
  background: url(../img/delievery-icon.png) center center no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 0.5em;
  vertical-align: -3px;
  width: 16px;
}
.addition-link__warranty:before {
  background: url(../img/warranty-icon.png) center no-repeat;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 0.5em;
  vertical-align: -3px;
  width: 16px;
}
.product-slider {
  position: relative;
}
.product-slider a {
  display: block;
}
.product-slider img {
  display: block;
  width: 100%;
}
.product-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-slider .lSSlideOuter .lSPager.lSpg {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-help {
  align-items: center;
  background: url(../img/product-help-bg.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto 67px;
  padding: 17px 22px;
}
@media only screen and (max-width: 960px) {
  .product-help {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-help {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .product-help {
    margin-bottom: 30px;
  }
}
.product-help_icon {
  background: url(../img/product-help-icon.png) center center no-repeat;
  content: '';
  display: block;
  height: 48px;
  margin-right: 30px;
  vertical-align: middle;
  width: 48px;
}
.product-help_cont {
  display: block;
  flex: 1;
}
.product-applicability {
  display: block;
}
.product-applicability_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0 auto 40px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .product-applicability_title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product-applicability_title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .product-applicability_title {
    margin-bottom: 20px;
  }
}
.applicability-list {
  display: block;
}
.applicability-list_item {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  margin-bottom: 36px;
}
@media only screen and (max-width: 960px) {
  .applicability-list_item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .applicability-list_item {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .applicability-list_item {
    margin-bottom: 16px;
  }
}
.applicability-list_link {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #333;
  display: inline-block;
  margin-right: 0.5em;
}
.applicability-list_link:first-child a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  text-decoration: none;
}
.applicability-list_link:first-child a:hover {
  color: #e42f2f;
}
.applicability-list_link:last-child:after {
  display: none;
}
.applicability-list_link:after {
  content: '\2192';
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: baseline;
}
.applicability-list_link a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #333;
  text-decoration: none;
}
.applicability-list_link a:hover {
  color: #e42f2f;
}
/* lightslider restyle */
.lSSlideOuter .lSPager.lSpg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
  display: flex;
  margin: 0 auto !important;
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .lSSlideOuter .lSPager.lSpg {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .lSSlideOuter .lSPager.lSpg {
    padding: 0 5px;
  }
}
.lSSlideOuter .lSPager.lSpg > li {
  align-items: flex-end;
  display: block;
  flex-basis: 50%;
  margin: 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg > li {
    margin: 0 5px;
  }
}
.lSSlideOuter .lSPager.lSpg > li.active a:after {
  background-color: #e42f2f;
}
.lSSlideOuter .lSPager.lSpg > li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none !important;
  display: block;
  height: 34px;
  outline: none;
  position: relative;
  width: auto;
}
.lSSlideOuter .lSPager.lSpg > li a:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-color: #bfbfbf;
  content: '';
  display: block;
  left: 0;
  height: 4px;
  position: absolute;
  top: 15px;
  width: 100%;
}
/* CART */
.cart {
  margin: 0 auto 35px;
}
@media only screen and (max-width: 960px) {
  .cart {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cart {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cart {
    margin-bottom: 16px;
  }
}
.cart-table.bt tbody td::before {
  color: #afafaf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  width: 160px;
}
@media only screen and (max-width: 480px) {
  .cart-table.bt tbody td::before {
    padding-right: 10px;
    width: 100px;
  }
}
.cart-table thead {
  border-bottom: 1px solid #e2e2e2;
}
.cart-table thead th {
  color: #afafaf;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .cart-table tbody tr td:first-child {
    padding-top: 11px;
  }
  .cart-table tbody tr td:last-child {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
  }
  .cart-table tbody tr:last-child td:last-child {
    border: none;
    padding-bottom: 6px;
  }
}
.cart-table td {
  vertical-align: middle;
  padding: 11px 0 12px;
}
@media only screen and (max-width: 960px) {
  .cart-table td {
    padding: 4px 0 5px;
  }
}
.cart-table .col-name {
  min-width: 300px;
}
@media only screen and (max-width: 960px) {
  .cart-table .col-name {
    max-width: 0;
  }
}
.cart-table .col-img,
.cart-table .col-remove {
  color: transparent;
}
.cart-table_img {
  display: block;
  max-width: 116px;
}
@media only screen and (max-width: 960px) {
  .cart-table_img {
    padding: 0 20px;
  }
}
.cart-table_img img {
  display: block;
  width: 100%;
}
.cart-table_cont {
  padding: 0 16px 0 32px;
}
@media only screen and (max-width: 960px) {
  .cart-table_cont {
    padding: 0 20px;
  }
}
.cart-table_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 1em;
}
.cart-table_name a {
  color: #455da2;
  text-decoration: none;
}
.cart-table_name a:hover {
  color: #e42f2f;
}
.cart-table_code {
  font-size: 12px;
}
.cart-table_price,
.cart-table_total {
  color: #455da2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .cart-table_price,
  .cart-table_total {
    font-size: 14px;
  }
}
.cart-table_spinner {
  padding: 0 20px;
  text-align: center;
}
.cart-table_spinner .product_spinner {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .cart-table_remove {
    padding: 0 20px;
  }
}
.cart-total {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  margin: 0 auto 63px;
  padding: 17px 35px;
}
@media only screen and (max-width: 960px) {
  .cart-total {
    margin-bottom: 50px;
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-total {
    margin-bottom: 40px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-total {
    margin-bottom: 30px;
    padding: 10px 16px;
  }
}
.cart-total_summary {
  display: block;
  flex: 1;
  margin-right: 30px;
}
.cart-total_btn-wrapper {
  display: block;
}
.checkout {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  display: none;
  padding: 35px 20px 40px;
}
@media only screen and (max-width: 960px) {
  .checkout {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout {
    padding: 16px 12px;
  }
}
.checkout_title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.27px;
  margin: 0 auto 32px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .checkout_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_title {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1.15px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout_title {
    font-size: 15px;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
  }
}
.checkout_form {
  margin: 0 auto;
  max-width: 846px;
}
.checkout-form_row {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .checkout-form_row {
    display: block;
  }
}
.checkout-form_row__last {
  margin-bottom: 19px;
}
@media only screen and (max-width: 960px) {
  .checkout-form_row__last {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-form_row__last {
    margin-bottom: 0;
  }
}
.checkout-form_row .form-group {
  flex: 1;
}
.checkout-form_row .form-group:nth-child(2n-1) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-form_row .form-group:nth-child(2n-1) {
    margin-right: 0;
  }
}
.checkout-form_privacy {
  text-align: center;
}
.checkout-form_privacy .icheckbox {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.remove-link {
  display: block;
  height: 26px;
  position: relative;
  width: 28px;
}
.remove-link:hover:before {
  opacity: 0;
}
.remove-link:hover:after {
  opacity: 1;
}
.remove-link:before,
.remove-link:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: url(../img/delete-icon.png) 0 0 no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.remove-link:before {
  background-position: 0 -1px;
  opacity: 1;
}
.remove-link:after {
  background-position: left bottom;
  opacity: 0;
}
/* MODELS LIST */
.lineup {
  *zoom: 1;
  font-size: 0;
}
.lineup:before,
.lineup:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.lineup:after {
  clear: both;
}
.lineup_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0 15px;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .lineup_item {
    padding: 0 10px;
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .lineup_item {
    padding: 0 5px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .lineup_item {
    display: block;
    padding: 0;
    width: auto;
  }
}
.lineup-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border: 1px solid transparent;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.lineup-item:hover {
  border-color: #dedede;
}
.lineup-item:hover .lineup-item_modif {
  opacity: 1;
}
.lineup-item_img {
  background: center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  height: 120px;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 200px;
}
.lineup-item_name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto 0.1em;
  text-transform: none;
}
.lineup-item_relevance {
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 auto 0.5em;
}
.lineup-item_modif {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .lineup-item_modif {
    opacity: 1;
  }
}
/* MODEL PAGE */
.model {
  *zoom: 1;
  margin: 0 auto 30px;
}
.model:before,
.model:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.model:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .model {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .model {
    margin-bottom: 16px;
  }
}
.model_img {
  float: left;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .model_img {
    float: none;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 480px) {
  .model_img {
    margin-bottom: 16px;
  }
}
.model_img img {
  display: block;
  margin: 0 auto;
}
.model_settings {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  margin-left: 270px;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .model_settings {
    margin-left: 0;
  }
}
.model_setting {
  margin-bottom: 0.5em;
}
.model_setting:last-child {
  margin-bottom: 0;
}
.engine {
  display: block;
}
.engine ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #455da2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.engine ul li.active > span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.engine ul span {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #455da2;
  cursor: pointer;
  display: block;
  padding-left: 12px;
  position: relative;
}
.engine ul span:hover {
  color: #e42f2f;
}
.engine ul span:before,
.engine ul span:after {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #e42f2f;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  width: 7px;
}
.engine ul span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.engine ul ul {
  display: none;
  font-weight: 400;
  padding-left: 1em;
  text-transform: none;
}
.engine ul a {
  text-decoration: none;
}
/* ERROR */
.error-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 960px) {
  .error-page {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .error-page {
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page {
    padding: 30px 0;
  }
}
.error-page > * {
  width: 100%;
}
.error {
  background: url(../img/bg-404.png) 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 286px;
  margin: 0 auto;
  max-width: 856px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .error {
    max-width: 720px;
  }
}
@media only screen and (max-width: 480px) {
  .error {
    height: 200px;
  }
}
.error_text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.66px;
  line-height: 1.82;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 57%;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .error_text {
    font-size: 14px;
    top: 47.5%;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 767px) {
  .error_text {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.66px;
    line-height: 1.33;
    top: 50%;
  }
}
.error_text a {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  color: #e42f2f;
  text-decoration: underline;
}
.error_text a:hover {
  color: #455da2;
}
/* MMENU */
.mm-menu {
  --mm-color-background: #455da2;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
  --mm-navbar-size: 55px;
}
.mm-menu .mm-listitem__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.mm-menu .mm-listview:after {
  border-color: #394f8d;
}
.mm-menu .mm-listitem__btn:not(.mm-listitem__text) {
  border-left: none;
}
.mm-menu .mm-navbar {
  color: #ffffff;
}
.mm-menu .mm-navbar .mm-btn_close {
  left: auto;
}
.mm-menu .mm-navbar__title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
/* JQueryUI AUTOCOMPLETE */
.ui-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #455da2;
  margin: 3px 0 0;
  overflow: hidden;
  padding: 5px 0;
}
.ui-menu .ui-menu-item-wrapper {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #ffffff;
  color: #333;
  font: inherit;
  font-size: 16px;
  margin: 0;
  padding: 3px 0.5em 3px 1em;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: #455da2;
  color: #ffffff;
  margin-left: 0;
}
/*# sourceMappingURL=styles.css.map */