/* R1, 09.02.2017: @import не рекомендуется использовать для внешних css, в индексном файле будет подключение через <link>
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);
*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@import "reset.css";
@font-face {
  font-family: 'Conv_RedRing-Regular';
  src: url('fonts/RedRing-Regular.eot');
  src: local('☺'), url('fonts/RedRing-Regular.woff') format('woff'), url('fonts/RedRing-Regular.ttf') format('truetype'), url('fonts/RedRing-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_RedRing-Medium';
  src: url('fonts/RedRing-Medium.eot');
  src: local('☺'), url('fonts/RedRing-Medium.woff') format('woff'), url('fonts/RedRing-Medium.ttf') format('truetype'), url('fonts/RedRing-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_RedRing-Bold';
  src: url('fonts/RedRing-Bold.eot');
  src: local('☺'), url('fonts/RedRing-Bold.woff') format('woff'), url('fonts/RedRing-Bold.ttf') format('truetype'), url('fonts/RedRing-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
html {
  background: #ffffff;
}
body {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1190px;
  height: 100%;
  font: 400 13px/26px 'Open Sans', sans-serif;
  color: #999;
  background: #f7f7f7;
}
.clear {
  clear: both;
}
.clear:after,
.clear:before {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.round-loupe {
  background-color: #555;
  background: rgba(0, 0, 0, 0.25);
  border: 8px solid rgba(0, 0, 0, 0);
  cursor: url(/img/sys/blank.png), url(/img/sys/blank.cur), none;
}
.not_visible {
  position: absolute!important;
  display: none!important;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important;
}
.sbr {
  text-align: center;
}
.sbr a {
  color: #f7f7f7;
}
.sbr a:hover {
  color: #d93131;
}
.wrapper {
  position: relative;
  display: block;
  width: 1190px;
  margin: 0 auto;
}
.wrapper-inner {
  position: relative;
  display: block;
  width: 990px;
  margin: 0 auto;
}
.title-h1 {
  font: 30px/30px 'Conv_RedRing-Regular';
  color: #ffffff;
}
.title-h2 {
  font: 20px/26px 'Conv_RedRing-Regular';
}
.title-h3 {
  font: 13px/20px 'Open Sans';
  color: #999;
}
.title-green {
  font: 18px/20px 'Conv_RedRing-Regular';
  color: #3a8d3d;
}
.title-red {
  font: 18px/20px 'Conv_RedRing-Regular';
  color: #d93131;
}
.bgc-white {
  background-color: #ffffff;
}
/* ЛОАДЕР */
.loader,
.loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.loader.disable,
.loading.disable {
  -webkit-animation: load_close .25s linear both;
  -moz-animation: load_close .25s linear both;
  -o-animation: load_close .25s linear both;
  -ms-animation: load_close .25s linear both;
  animation: load_close .25s linear both;
}
.loader.disable.show,
.loading.disable.show {
  -webkit-animation: load_open .25s linear both;
  -moz-animation: load_open .25s linear both;
  -o-animation: load_open .25s linear both;
  -ms-animation: load_open .25s linear both;
  animation: load_open .25s linear both;
}
.loader .load,
.loading .load {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
.loader .load .one:after,
.loading .load .one:after {
  content: " ";
  position: absolute;
  display: block;
  top: 57px;
  left: 55px;
  bottom: auto;
  right: auto;
  width: 55px;
  height: 55px;
  background: url("img/mark-red.svg") 0 0 no-repeat, none;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-animation: rot_logo 5s linear both infinite;
  -moz-animation: rot_logo 5s linear both infinite;
  -o-animation: rot_logo 5s linear both infinite;
  animation: rot_logo 5s linear both infinite;
}
.loader .load .two:after,
.loading .load .two:after {
  content: " ";
  position: absolute;
  display: block;
  top: 44px;
  left: auto;
  bottom: auto;
  right: 60px;
  width: 38px;
  height: 38px;
  background: url("img/mark-red.svg") 0 0 no-repeat, none;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-animation: rot_logo_inv 5s linear both infinite;
  -moz-animation: rot_logo_inv 5s linear both infinite;
  -o-animation: rot_logo_inv 5s linear both infinite;
  animation: rot_logo_inv 5s linear both infinite;
}
.loader .load .three:after,
.loading .load .three:after {
  content: " ";
  position: absolute;
  display: block;
  top: auto;
  left: 83px;
  bottom: 52px;
  right: auto;
  width: 45px;
  height: 45px;
  background: url("img/mark-red.svg") 0 0 no-repeat, none;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-animation: rot_logo_inv 5s linear both infinite;
  -moz-animation: rot_logo_inv 5s linear both infinite;
  -o-animation: rot_logo_inv 5s linear both infinite;
  animation: rot_logo_inv 5s linear both infinite;
}
.loading {
  position: absolute;
  top: -20px;
  left: -20px;
  padding: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.loading.disable.show {
  -webkit-animation: load_open_prod .25s linear both;
  -moz-animation: load_open_prod .25s linear both;
  -o-animation: load_open_prod .25s linear both;
  -ms-animation: load_open_prod .25s linear both;
  animation: load_open_prod .25s linear both;
}
.loading .load {
  top: 210px;
  margin-top: 0;
}
.loading .load .one:after {
  content: " ";
  position: absolute;
  display: block;
  top: 57px;
  left: 55px;
  bottom: auto;
  right: auto;
  width: 50px;
  height: 50px;
  background: url("img/mark-red.svg") 0 0 no-repeat, none;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-animation: rot_logo 2.4s linear both infinite;
  -moz-animation: rot_logo 2.4s linear both infinite;
  -o-animation: rot_logo 2.4s linear both infinite;
  animation: rot_logo 2.4s linear both infinite;
}
.loading .load .two:after {
  content: " ";
  position: absolute;
  display: block;
  top: 46px;
  left: auto;
  bottom: auto;
  right: 67px;
  width: 35px;
  height: 35px;
  background: url("img/mark-red.svg") 0 0 no-repeat, none;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-animation: rot_logo_inv 2.4s linear both infinite;
  -moz-animation: rot_logo_inv 2.4s linear both infinite;
  -o-animation: rot_logo_inv 2.4s linear both infinite;
  animation: rot_logo_inv 2.4s linear both infinite;
}
/* HEADER */
header {
  position: relative;
  display: block;
  z-index: 9;
}
header.fixed {
  padding-bottom: 60px;
}
header.fixed #head-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
header.fixed .head-logo {
  height: 80px;
  -webkit-background-size: auto 52px;
  background-size: auto 52px;
}
header.fixed .head-logo:after {
  top: 11px;
  right: 40px;
  width: 22px;
  height: 22px;
}
header .head.white {
  position: relative;
  z-index: 4;
  background: #ffffff;
  color: #333333;
  padding: 20px 0;
}
header .head.blue {
  position: relative;
  z-index: 4;
  background: #0e1c26;
  color: #ffffff;
  padding: 20px 0;
}
header .head.grey {
  position: relative;
  z-index: 3;
  background: #e4e4e4;
  color: #333333;
}
header .head-phone-title {
  position: relative;
  font: 16px/30px 'Conv_RedRing-Regular';
  margin-right: 20px;
  top: -8px;
}
header .head-phone-title i {
  position: absolute;
  bottom: -17px;
  left: 0;
  font: 13px/15px 'Open Sans';
}
header .head-phone-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  font: 16px/30px 'Conv_RedRing-Regular';
  color: inherit;
  padding-left: 45px;
}
header .head-phone-one:before {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #d93131;
  width: 5px;
  height: 5px;
  margin: -2px 0 0 20px;
}
header .head-phone-one.phone-first {
  font-size: 28px;
}
header .head-phone-one.phone-first:before {
  background: url("img/phone-ico.svg") 50% 50% no-repeat;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 2px;
}
header .head-logo {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  font-size: 0;
  width: 160px;
  height: 120px;
  background: #d93131 url('img/logo.png') 50% 50% no-repeat;
  background-image: url('img/logo.svg'), none;
  background-color: #d93131;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: -60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  -webkit-background-size: auto 63px;
  background-size: auto 63px;
}
header .head-logo:after {
  content: " ";
  position: absolute;
  display: block;
  top: 27px;
  left: auto;
  bottom: auto;
  right: 33px;
  width: 27px;
  height: 27px;
  background: url("img/mark.svg") 0 0 no-repeat, none;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-animation: rot_logo 10s linear both infinite;
  -moz-animation: rot_logo 10s linear both infinite;
  -o-animation: rot_logo 10s linear both infinite;
  animation: rot_logo 10s linear both infinite;
}
header .head-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header a.head-logo:hover:after {
  -webkit-animation: rot_logo1 2s linear both infinite;
  -moz-animation: rot_logo1 2s linear both infinite;
  -o-animation: rot_logo1 2s linear both infinite;
  animation: rot_logo1 2s linear both infinite;
}
header .head-basket {
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 225px;
  height: 100%;
  background: #d93131;
  padding: 20px 0;
  cursor: default;
  overflow: hidden;
  color: #ffffff;
  font: 16px/20px 'Conv_RedRing-Regular';
  text-align: center;
}
header .head-basket .basket-ico {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 16px;
  height: 15px;
  top: 2px;
  margin-right: 10px;
  background: url("img/basket-ico.svg") 0 0 no-repeat;
}
header .head-basket .basket-ico.anim {
  -webkit-animation: anim_bskt 0.5s ease-in-out both;
  -moz-animation: anim_bskt 0.5s ease-in-out both;
  -o-animation: anim_bskt 0.5s ease-in-out both;
  animation: anim_bskt 0.5s ease-in-out both;
}
header .head-basket .basket-title {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  text-transform: uppercase;
}
header .head-basket .basket-title:after {
  content: " ";
  position: absolute;
  display: block;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
header .head-basket .basket-amount {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin-left: 10px;
  color: #ffd500;
}
header .head-basket.added {
  background-color: #b62121;
}
header .head-basket.added:before {
  -webkit-transform: translate(222px, 0);
  -moz-transform: translate(222px, 0);
  -o-transform: translate(222px, 0);
  -ms-transform: translate(222px, 0);
  transform: translate(222px, 0);
}
header .head-basket:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
header .head-basket.active {
  cursor: pointer;
}
header .head-basket.active .basket-title:after {
  opacity: .3;
}
header .head-basket.active:hover .basket-title:after {
  opacity: .7;
}
header a:hover {
  text-decoration: none;
}
/* МЕНЮ в хедере */
.head-menu {
  position: relative;
  display: block;
  height: 60px;
  padding-left: 160px;
  padding-right: 225px;
  -webkit-backface-visibility: hidden;
}
.head-menu .head-menu-ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.head-menu .head-menu-ul:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.head-menu .head-catalog-ul {
  position: absolute;
  display: block;
  top: -200px;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #e4e4e4;
  z-index: 2;
  opacity: 1;
  border-top: 1px solid #c2c2c2;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
.head-menu .head-catalog-ul:hover {
  opacity: 1;
  top: 60px;
}
.head-menu .head-catalog-li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  background: #e4e4e4;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.head-menu .head-catalog-li .head-catalog-one {
  padding: 10px;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  white-space: normal;
}
.head-menu-li {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 60px;
}
.head-menu-li.catalog:hover .head-catalog-ul {
  opacity: 1;
  top: 60px;
}
.head-menu-li.catalog:hover .head-menu-one:after {
  width: 100%;
  padding: 0 1px;
}
.head-menu-li .head-menu-one,
.head-menu-li .head-catalog-one {
  position: relative;
  display: block;
  border-left: 1px solid #c2c2c2;
  background: #e4e4e4;
  z-index: 3;
  padding: 0 22px;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 16px/60px 'Conv_RedRing-Regular';
  color: #000000;
  text-align: center;
}
.head-menu-li .head-menu-one:hover,
.head-menu-li .head-catalog-one:hover,
.head-menu-li .head-menu-one.active,
.head-menu-li .head-catalog-one.active {
  background: #d8d8d8;
}
.head-menu-li .head-menu-one:hover:after,
.head-menu-li .head-catalog-one:hover:after,
.head-menu-li .head-menu-one.active:after,
.head-menu-li .head-catalog-one.active:after {
  width: 100%;
  padding: 0 1px;
}
.head-menu-li .head-menu-one.active,
.head-menu-li .head-catalog-one.active {
  cursor: default;
}
.head-menu-li .head-menu-one:after,
.head-menu-li .head-catalog-one:after {
  content: " ";
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 0%;
  padding: 0;
  margin-left: -1px;
  height: 3px;
  background: #d93131;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
*::-webkit-media-controls {
  display: none !important;
}
/* MAIN */
main {
  position: relative;
  display: block;
  z-index: 1;
}
main .selection-car {
  position: relative;
  display: block;
  height: 390px;
  padding-top: 110px;
  overflow: hidden;
  background: #0E1C26 url("img/bg-hom-ab.jpg") 50% 0 no-repeat;
}
main .selection-car:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 0;
}
main .selection-car #video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
}
main .selection-car .wrapper-inner {
  z-index: 1;
}
main .selection-car.phone:after {
  display: none;
}
main .selection-car.phone #video {
  display: none;
}
main .categories-block {
  position: relative;
  display: block;
  margin-top: -120px;
  padding-bottom: 70px;
  background: #ffffff;
  min-height: 500px;
}
/* ВЫБОР АВТО */
form.pich-up-spares {
  padding-top: 30px;
}
form.pich-up-spares:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
form.pich-up-spares .pich-left {
  position: relative;
  display: block;
  float: left;
  width: 680px;
}
form.pich-up-spares .pich-right {
  position: relative;
  display: block;
  float: right;
  width: 260px;
}
form.pich-up-spares .pich-right .sbHolder {
  width: 100%;
  margin-right: 0;
}
form.pich-up-spares .pich-right .custom-select {
  width: 100%;
  margin-right: 0;
}
form.pich-up-spares .custom-select {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 200px;
  background-color: transparent;
  border: 2px solid #fff;
  height: 56px;
  margin: 0 22px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.30769231px 'Open Sans';
  color: #ffffff;
}
form.pich-up-spares .pich-up-spares-sbm {
  position: relative;
  display: block;
  width: 260px;
  height: 55px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 17.5px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
form.pich-up-spares .pich-up-spares-sbm:active {
  background-color: #e15c5c;
}
form.pich-up-spares .pich-up-spares-sbm:hover {
  background-color: #b62121;
}
form.pich-up-spares .pich-up-spares-sbm:hover:before {
  -webkit-transform: translate(257px, 0);
  -moz-transform: translate(257px, 0);
  -o-transform: translate(257px, 0);
  -ms-transform: translate(257px, 0);
  transform: translate(257px, 0);
}
form.pich-up-spares .pich-up-spares-sbm:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
form.pich-up-spares .pich-left-bottom {
  position: relative;
  display: block;
}
form.pich-up-spares .pich-left-bottom .pich-left-title {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 225px;
  font: 18px/30px 'Conv_RedRing-Regular';
  color: #ffffff;
}
form.pich-up-spares .pich-left-bottom .pich-model-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 23px; /* R1 */
  width: 96px;
  text-align: center;
}
form.pich-up-spares .pich-left-bottom .pich-model-one:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -45px;
  margin-top: -45px;
  background: #d93131;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  z-index: -1;
}
form.pich-up-spares .pich-left-bottom .pich-model-one.active,
form.pich-up-spares .pich-left-bottom .pich-model-one:hover {
  text-decoration: none;
}
form.pich-up-spares .pich-left-bottom .pich-model-one.active:after,
form.pich-up-spares .pich-left-bottom .pich-model-one:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
form.pich-up-spares .pich-left-bottom .pich-model-one.active {
  cursor: pointer;
}
form.pich-up-spares .pich-left-bottom .pich-img-block {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
}
form.pich-up-spares .pich-left-bottom .pich-img-block .pich-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
form.pich-up-spares .pich-left-bottom .tit-min {
  font: 13px/20px 'Open Sans';
  color: #ffffff;
}
/* желтое УВЕДОМЛЕНИЕ */
.notification {
  position: relative;
  display: block;
  background: #ffd500;
}
.notification .notif-info {
  position: relative;
  display: block;
  width: 990px;
  margin: 40px auto; /* R1 */
  font-size: 13px;
  line-height: 25px;
  padding: 15px 0;
  color: #000;
}
.notification .add-request {
  color: #d93131;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.notification .add-request:hover {
  text-decoration: none;
}
.notification .add-request:hover:after {
  background-position: 0% 50%;
}
.notification .add-request:active:after {
  background-position: 100% 50%;
}
.notification .add-request:after {
  content: "";
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin-left: 5px;
  width: 40px;
  height: 25px;
  background: url("img/str-red-left.png") 50% 50% no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* виз.инфо */
.info-block {
  position: relative;
  display: block;
  padding: 45px 0;
}
.info-block .info-block-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
}
.info-block .info-block-one .span-info-block {
  position: relative;
  display: block;
  font: 16px/24px 'Conv_RedRing-Regular';
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 45px;
}
.info-block .info-block-one .span-info-block:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: -35px;
  bottom: auto;
  right: auto;
  width: 35px;
  height: 100%;
  background: url("img/str-grey-left.png") 0 50% no-repeat;
}
.info-block .info-block-one.first .span-info-block:before {
  display: none;
}
.info-block .info-block-one .ico-info-block {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 60px;
  text-align: center;
  font: 60px/50px 'Conv_RedRing-Regular';
  color: #cfcfcf;
}
/* КАТАЛОГ на главной */
.home-catalog .title-h1 {
  color: #d93131;
  margin: 25px 0 35px;
}
.home-catalog .title-h2 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  color: #d93131;
  padding-top: 12px;
  margin-bottom: 8px;
}
.home-catalog .title-h2:after {
  content: ' ';
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  bottom: 2px;
  right: auto;
  opacity: .7;
  width: 0;
  border-bottom: 1px solid #d93131;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home-catalog .title-h2:hover {
  text-decoration: none;
}
.home-catalog .title-h2:hover:after {
  width: 100%;
}
.home-catalog .catal-links {
  position: relative;
  display: block;
  font: 13px/26px 'Conv_RedRing-Regular';
  color: #333333;
}
.home-catalog .catal-links:hover {
  text-decoration: underline;
}
.home-catalog .catal-links.link-child {
  font-size: 12px;
  color: #999;
  padding-left: 15px;
}
.home-catalog .home-catalog-category-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 40px;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 92px;
}
.home-catalog .home-catalog-category-one:hover .home-catalog-ico .hm-ctl-spn {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.home-catalog .home-catalog-ico {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 90px;
}
.home-catalog .home-catalog-ico .hm-ctl-spn {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* ИКОНКИ для каталога */
.icon-dvigatel-ico,
.icon-dvigatel-ico\:regular {
  width: 35px;
  height: 53px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon-filtri-ico,
.icon-filtri-ico\:regular {
  width: 47px;
  height: 46px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -53px;
  background-repeat: no-repeat;
}
.icon-kuzov-ico,
.icon-kuzov-ico\:regular {
  width: 52px;
  height: 46px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -99px;
  background-repeat: no-repeat;
}
.icon-podv-hodov-ico,
.icon-podv-hodov-ico\:regular {
  width: 74px;
  height: 51px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -145px;
  background-repeat: no-repeat;
}
.icon-remni-roliki-ico,
.icon-remni-roliki-ico\:regular {
  width: 51px;
  height: 52px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -196px;
  background-repeat: no-repeat;
}
.icon-rulev-upravl-ico,
.icon-rulev-upravl-ico\:regular {
  width: 50px;
  height: 50px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -248px;
  background-repeat: no-repeat;
}
.icon-sist-ochis-okon-ico,
.icon-sist-ochis-okon-ico\:regular {
  width: 41px;
  height: 50px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -298px;
  background-repeat: no-repeat;
}
.icon-sistem-ohlazd-ico,
.icon-sistem-ohlazd-ico\:regular {
  width: 47px;
  height: 47px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -348px;
  background-repeat: no-repeat;
}
.icon-syst-zazhig-ico,
.icon-syst-zazhig-ico\:regular {
  width: 52px;
  height: 51px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -395px;
  background-repeat: no-repeat;
}


.icon-electro-ob-ico,
.icon-electro-ob-ico\:regular {
  width: 40px;
  height: 60px;
  background-image: url('img/electro.svg');
  background-repeat: no-repeat;
}
.icon-avto-him-ico,
.icon-avto-him\:regular {
  width: 37px;
  height: 60px;
  background-image: url('img/avtohim.svg');
  background-repeat: no-repeat;
}


.icon-topl-syst-ico,
.icon-topl-syst-ico\:regular {
  width: 44px;
  height: 45px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -446px;
  background-repeat: no-repeat;
}
.icon-torm-syst-ico,
.icon-torm-syst-ico\:regular {
  width: 51px;
  height: 51px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -491px;
  background-repeat: no-repeat;
}
.icon-transm-ico,
.icon-transm-ico\:regular {
  width: 56px;
  height: 47px;
  background-image: url('img/prod-icons.svg');
  background-position: 0 -542px;
  background-repeat: no-repeat;
}
/* ФОРМА ПОИСКА */
.search-form {
  position: relative;
  display: block;
  margin: 30px 0 0;
  width: 100%;
  padding-right: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form .ico-search {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 50px;
  height: 100%;
  background: url("img/search-ico.svg") 70% 50% no-repeat;
  z-index: 0;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.search-form .inp-search {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 2px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 14px/20px 'Open Sans';
  color: #999;
}
.search-form .inp-search:focus {
  padding-left: 15px;
}
.search-form .inp-search:focus ~ .ico-search {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-form .btn-search {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  display: block;
  width: 195px;
  height: 54px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 17px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.search-form .btn-search:active {
  background-color: #e15c5c;
}
.search-form .btn-search:hover {
  background-color: #b62121;
}
.search-form .btn-search:hover:before {
  -webkit-transform: translate(192px, 0);
  -moz-transform: translate(192px, 0);
  -o-transform: translate(192px, 0);
  -ms-transform: translate(192px, 0);
  transform: translate(192px, 0);
}
.search-form .btn-search:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
/* БЛОК ДЛЯ SEO */
.home-description {
  position: relative;
  display: block;
  width: 1190px;
  margin: 0 auto;
  padding: 80px 0 40px;
  background: #ffffff;
}
.home-description .title-h1 {
  color: #d93131;
  margin: 0 0 35px;
}
.home-description .text {
  position: relative;
  display: block;
  -moz-column-width: 450px;
  -moz-column-count: 0;
  -moz-column-gap: 40px;
  -moz-column-rule-color: #ffffff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 450px;
  -webkit-column-count: 0;
  -webkit-column-gap: 40px;
  -webkit-column-rule-color: #ffffff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 450px;
  column-count: 0;
  column-gap: 40px;
  column-rule-color: #ffffff;
  column-rule-style: solid;
  column-rule-width: 0;
}
.home-description .text p {
  margin: 0 0 20px;
}
.home-description .text p:last-child {
  margin: 0;
}
/* ABOUT-блок на главной */
.inform-block {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0e1c26 url("img/bg-hom-ab.jpg") 50% 0 no-repeat;
}
.inform-block .title-h1 {
  font-size: 22px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 20px;
}
.inform-block .ico-hom-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.inform-block .ico-hom-ab {
  position: relative;
  display: block;
  height: 190px;
}
.inform-block .hom-ab-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 260px;
  margin-left: 105px;
  padding: 35px 0 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inform-block .hom-ab-one:first-child {
  margin-left: 0;
}
.inform-block .hom-ab-one:hover .ico-hom-img {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -o-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.inform-block .hom-ab-text {
  line-height: 24px;
  color: #ffffff;
}
/* КАТАЛОГ */
.catalog .wrapper-inner:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.catalog .filters {
  position: relative;
  display: block;
  float: left;
  width: 230px;
  padding-top: 110px;
  margin-bottom: 75px;
}
.catalog .filters .filter-razdel {
  position: relative;
  display: block;
  font: 16px/24px 'Conv_RedRing-Regular';
  color: #333333;
  margin-bottom: 10px;
}
.catalog .filters .filter-razdel.active,
.catalog .filters .filter-razdel :hover {
  color: #d93131;
}
.catalog .filters div.filter-razdel {
  color: #d93131;
  cursor: default;
  margin-bottom: 0;
}
.catalog .filters .reset-filter {
  position: absolute;
  display: block;
  top: 80px;
  left: auto;
  bottom: auto;
  right: 15px;
  font: 11px/15px 'Open Sans';
  color: #d93131;
  text-align: right;
  text-decoration: none;
  border-bottom: 1px dotted #d93131;
}
.catalog .filters .reset-filter:hover {
  border-bottom-style: solid;
}
.catalog .filters .reset-filter:hover:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.catalog .filters .reset-filter:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catalog .filters .reset-filter:active {
  border-bottom-style: dashed;
}
.catalog .filters .reset-filter:active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.catalog .filters .reset-filter:active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.catalog .filters .reset-filter:before,
.catalog .filters .reset-filter:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #d93131;
}
.catalog .filters .reset-filter:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.catalog .filters .reset-filter:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catalog .filters .filters-ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 8px 0 15px 0;
}
.catalog .filters .filters-ul .filters-ul-li,
.catalog .filters .filters-ul .filters-li-li {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 1px;
}
.catalog .filters .filters-ul .sub-li {
  padding-left: 10px;
}
.catalog .filters .filters-ul .sub-li .filters-ul-a {
  font-size: 11px;
}
.catalog .filters .filters-ul .filters-ul-li.active .filters-ul-a {
  cursor: default;
}
.catalog .filters .filters-ul .filters-ul-li.active a.filters-ul-a:hover {
  cursor: pointer;
}
.catalog .filters .filters-ul .filters-ul-a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 10px;
  background-color: transparent;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 13px/25px 'Open Sans';
  color: #333333;
}
.catalog .filters .filters-ul .filters-ul-a:hover {
  text-decoration: none;
}
.catalog .filters .second-stage {
  position: relative;
  list-style: none;
  left: 10px;
  padding: 0;
  margin: 10px 0;
}
.catalog .filters .filters-cars {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 25px;
}
.catalog .filters .filters-cars .title-h3 {
  margin-bottom: 5px;
}
.catalog .filters .filters-cars .models + .sbHolder {
  z-index: 5;
}
.catalog .filters .filters-cars .volume + .sbHolder {
  z-index: 4;
  margin-bottom: 0;
}
.catalog .filters .filters-cars .sbHolder {
  height: 35px;
  width: 100%;
  border-color: #000000;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.catalog .filters .filters-cars .sbSelector {
  height: 31px;
  line-height: 31px;
  color: #000000;
  padding-right: 30px;
  font-size: 13px;
  color: #333333;
}
.catalog .filters .filters-cars .sbToggle {
  width: 30px;
}
.catalog .filters .filters-cars .sbToggle:after {
  background-image: url("img/select-black.png");
}
.catalog .filters .filters-cars .sbOptions {
  border: 2px solid #000000;
  border-top: none;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
  padding: 0;
}
.catalog .filters .filters-cars .sbOptions a {
  font-size: 13px;
  color: #333333;
}
.catalog .filters .filters-cars .sbOptions li {
  padding: 4px 10px;
}
.catalog .filters .filters-cars .sbOptions li:hover {
  background: rgba(0, 0, 0, 0.95);
}
.catalog .filters .filters-cars .sbOptions li:hover a {
  color: #ffffff;
}
.catalog .filters .filters-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 0;
  height: 25px;
  background-color: #ffd500;
  z-index: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.catalog .filters-list {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 5px 0;
}
.catalog .filters-list.manuf {
  border: 1px solid #e4e4e4;
}
.catalog .filters-list.manuf .filters-list-a {
  position: relative;
  display: block;
}
.catalog .filters-list .manuf-wrap {
  position: relative;
  display: block;
  overflow-y: auto;
  max-height: 96px;
  width: 100%;
}
.catalog .filters-list .manuf-wrap .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.catalog .filters-list .filters-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog .filters-list .filters-list-li {
  position: relative;
  display: block;
  z-index: 1;
}
.catalog .filters-list .filters-list-a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 10px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 13px/25px 'Open Sans';
  color: #333333;
}
.catalog .filters-list .filters-list-a .filters-li-i {
  font: 400 normal 13px/25px 'Open Sans';
}
.catalog .filters-list .filters-list-a:hover {
  /*background-color: @yellow;*/
  text-decoration: none;
}
.catalog .prod-list {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 5px 0;
}
.catalog .prod-list.manuf {
  margin-bottom: 0px;
}
.catalog .prod-list.manuf .prod-list-a {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 0;
  line-height: 18px;
  margin-bottom: 10px;
}
.catalog .prod-list .manuf-wrap {
  position: relative;
  display: block;
  overflow-y: auto;
  max-height: 360px;
  width: 100%;
}
.catalog .prod-list .manuf-wrap .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.catalog .prod-list .prod-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog .prod-list .prod-list-li {
  position: relative;
  display: block;
  z-index: 1;
}
.catalog .prod-list .prod-list-li.active .prod-list-a {
  color: #d93131;
  text-decoration: none;
  cursor: default;
}
.catalog .prod-list .prod-list-a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 10px;
  margin-bottom: 5px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 12px/15px 'Open Sans';
  color: #666;
}
.catalog .prod-list .prod-list-a:hover {
  text-decoration: underline;
  color: #d93131;
}
.catalog .seo-bl {
  position: relative;
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.catalog .seo-bl .seo-txt {
  position: relative;
  display: block;
  width: 100%;
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 12px/20px 'Open Sans';
  color: #333333;
  text-align: left;
}
.catalog .seo-bl .seo-txt h2 {
  font: 15px/20px 'Conv_RedRing-Regular';
  margin: 0;
  margin-bottom: 15px;
}
.catalog .seo-bl .seo-txt h3 {
  font: 14px/20px 'Conv_RedRing-Regular';
  margin: 0;
  margin-bottom: 12px;
}
.catalog .seo-bl .seo-txt h4 {
  font: 13px/20px 'Conv_RedRing-Regular';
  margin: 0;
  margin-bottom: 9px;
}
.catalog .seo-bl .seo-txt p {
  margin: 0;
  margin-bottom: 10px;
}
.catalog .seo-bl .seo-txt > span {
  position: relative;
  display: block;
}
.catalog .seo-bl .seo-bl-btn {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #0e1c26;
  padding-right: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.catalog .seo-bl .seo-bl-btn:hover {
  color: #458abb;
  text-decoration: underline;
}
.catalog .seo-bl .seo-bl-btn.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog .seo-bl .seo-bl-btn:after {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
  background: url("img/select-black.png") 50% 50% no-repeat;
  z-index: 2;
  -webkit-background-size: 80%;
  background-size: 80%;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.catalog .products {
  position: relative;
  display: block;
  float: right;
  width: 730px;
  padding-top: 30px;
}
.catalog .products .catalog-bread {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font: 12px/20px 'Open Sans';
  color: #999;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.catalog .products .catalog-bread li {
  display: inline;
}
.catalog .products h1.title-h1 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
}
.catalog .products h1.title-h1:first-letter {
  text-transform: uppercase;
}
.catalog .products .search-form {
  padding-right: 175px;
  margin-bottom: 30px;
}
.catalog .products .search-form .btn-search {
  width: 155px;
  height: 38px;
  padding: 7px 0;
  font-size: 16px;
}
.catalog .products .search-form .btn-search:hover:before {
  -webkit-transform: translate(152px, 0);
  -moz-transform: translate(152px, 0);
  -o-transform: translate(152px, 0);
  -ms-transform: translate(152px, 0);
  transform: translate(152px, 0);
}
.catalog .products .search-form .ico-search {
  -webkit-background-size: auto 40%;
  background-size: auto 40%;
}
.catalog .products .search-form .inp-search {
  font-size: 13px;
  padding: 8px 8px 8px 50px;
  border-width: 1px;
}
.catalog .products .search-form .inp-search:focus {
  padding-left: 8px;
}
.catalog .products .sorting-product {
  position: relative;
  display: block;
  font: 13px/20px 'Open Sans';
  color: #333333;
}
.catalog .products .sorting-product .sorting-span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  padding: 0;
  line-height: 25px;
  z-index: 1;
}
.catalog .products .sorting-product .sorting-a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin-left: 5px;
  padding: 0 10px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  font: 13px/25px 'Open Sans';
  color: #333333;
}
.catalog .products .sorting-product .sorting-a.active {
  /*background-color: @yellow;*/
}
.catalog .products .sorting-product .sorting-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 120px;
  bottom: auto;
  right: auto;
  width: 0;
  height: 25px;
  background-color: #ffd500;
  z-index: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.catalog .product-list {
  position: relative;
  display: block;
  margin: 25px 0;
}
.catalog .title-h1 {
  color: #d93131;
}
/* ИКОНКИ ТОВАРА */
.product-one-icons {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 2;
}
.product-one-icons .prod-icns {
  position: relative;
  display: table;
  height: 28px;
  padding: 0 10px;
  margin-top: 5px;
  font: 400 normal 14px/28px 'Conv_RedRing-Regular';
  cursor: default;
}
.product-one-icons .ico-skid {
  background: #d93131;
  color: #ffffff;
}
.product-one-icons .ico-skid:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: auto;
  right: -5px;
  width: 5px;
  height: 100%;
  background: url("img/red-rgth.png") 0 0 no-repeat;
}
.product-one-icons .ico-hit {
  background: #3a8d3d;
  color: #ffffff;
}
.product-one-icons .ico-hit:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: auto;
  right: -5px;
  width: 5px;
  height: 100%;
  background: url("img/green-rgth.png") 0 0 no-repeat;
}
.product-one-icons .ico-new {
  background: #ffd500;
  color: #333333;
}
.product-one-icons .ico-new:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: auto;
  right: -5px;
  width: 5px;
  height: 100%;
  background: url("img/yellow-rgth.png") 0 0 no-repeat;
}
/* КАРТОЧКА ТОВАРА */
.product-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 220px;
  margin-left: 35px;
  margin-bottom: 35px;
}
.product-one:after {
  content: " ";
  position: absolute;
  display: block;
  top: -12px;
  left: -12px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 2px solid #d93131;
  background: #ffffff;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.product-one:hover:after {
  opacity: 1;
}
.product-one:nth-child(3n-2) {
  margin-left: 0;
}
.product-one .img {
  position: relative;
  display: block;
  width: 220px;
  margin: 0;
  margin-bottom: 15px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.product-one .img .prod-img {
  position: absolute;
  display: block;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  margin: auto;
  width: 240px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.product-one .img:hover + .prod-desc .prod-desc-a {
  text-decoration: none;
}
.product-one .cat-articul {
  position: relative;
  display: block;
  width: 100%;
  color: #666;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 15px;
  z-index: 1;
}
.product-one .prod-desc {
  position: relative;
  display: block;
  margin: 0;
  height: 75px;
  overflow: hidden;
  font: 13px/18px 'Open Sans';
  z-index: 1;
}
.product-one .prod-desc .prod-desc-a {
  color: #d93131;
  text-decoration: underline;
  font: 13px/18px 'Open Sans';
}
.product-one .prod-desc .prod-desc-a:hover {
  text-decoration: none;
}
.product-one .prod-bottom {
  position: relative;
  z-index: 1;
}
.product-one .prod-bottom .prod-price {
  float: left;
  font: 16px/32px 'Conv_RedRing-Regular';
  color: #333333;
}
.product-one .prod-bottom .prod-btn {
  position: relative;
  float: right;
  display: block;
  width: 63px;
  height: 32px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 6px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.product-one .prod-bottom .prod-btn:active {
  background-color: #e15c5c;
}
.product-one .prod-bottom .prod-btn:hover {
  background-color: #b62121;
}
.product-one .prod-bottom .prod-btn:hover:before {
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.product-one .prod-bottom .prod-btn:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
.product-one .prod-bottom .prod-btn-fast {
  position: relative;
  float: right;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #429145;
  border: 0;
  margin-right: 10px;
  outline: 0;
  padding: 6px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.product-one .prod-bottom .prod-btn-fast:hover:before {
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.product-one .prod-bottom .prod-btn-fast:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
.product-one .prod-bottom .add-ico {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 15px;
  top: 2px;
  margin-right: 3px;
  background: url("img/one-click.svg") 0 0 no-repeat;
}
.product-one .prod-bottom .prod-i {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
  line-height: 15px;
  font-size: 12px;
  font-style: normal;
}
/* ПАГИНАЦИЯ КАТАЛОГА */
.paginator {
  position: relative;
  display: block;
  text-align: center;
}
.paginator .pagin-a,
.paginator .pagin-span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 1px 0;
  margin: 0 8px 0 4px;
  font: 16px/18px 'Conv_RedRing-Regular';
  text-decoration: none;
}
.paginator .pagin-a {
  color: #d93131;
  border-bottom: 1px solid #d93131;
}
.paginator .pagin-a:hover {
  border-bottom: 1px solid transparent;
}
.paginator .pagin-span {
  color: #000000;
}
/* СТРАНИЦА ТОВАРА */
.product-detail {
  position: relative;
  display: block;
  float: right;
  width: 730px;
  padding-top: 30px;
  margin-bottom: 50px;
}
.product-detail .catalog-bread {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font: 12px/20px 'Open Sans';
  color: #999;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.product-detail .catalog-bread li {
  display: inline-block;
}
.product-detail h1.prod-title {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  font: 24px/25px 'Conv_RedRing-Regular';
  color: #d93131;
}
.product-detail h1.prod-title:first-letter {
  text-transform: uppercase;
}
.product-detail a.prod-title-link {
  color: #d93131;
}
.product-detail a.prod-title-link:hover {
  text-decoration: none;
}
.product-detail .prod-articul {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font: 13px/20px 'Open Sans';
  color: #999;
}
.product-detail .prod-add-btn {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  display: block;
  width: 185px;
  height: 70px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 25px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  z-index: 2;
}
.product-detail .prod-add-btn:active {
  background-color: #e15c5c;
}
.product-detail .prod-add-btn:hover {
  background-color: #b62121;
}
.product-detail .prod-add-btn:hover:before {
  -webkit-transform: translate(182px, 0);
  -moz-transform: translate(182px, 0);
  -o-transform: translate(182px, 0);
  -ms-transform: translate(182px, 0);
  transform: translate(182px, 0);
}
.product-detail .prod-add-btn:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
.product-detail .prod-add-btn .add-ico {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 16px;
  height: 15px;
  top: 2px;
  margin-right: 10px;
  background: url("img/basket-ico.svg") 0 0 no-repeat;
}
.product-detail .prod-buy-btn .add-ico {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 15px;
  top: 2px;
  margin-right: 3px;
  background: url("img/one-click.svg") 0 0 no-repeat;
}
.product-detail .prod-buy-btn {
  position: absolute;
  top: 90px;
  left: auto;
  bottom: auto;
  right: 0;
  display: block;
  width: 185px;
  height: 50px;
  background-color: #429145;
  border: 0;
  outline: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  z-index: 2;
}
.product-detail .prod-buy-btn:hover:before {
  -webkit-transform: translate(182px, 0);
  -moz-transform: translate(182px, 0);
  -o-transform: translate(182px, 0);
  -ms-transform: translate(182px, 0);
  transform: translate(182px, 0);
}
.product-detail .prod-buy-btn:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
.product-detail .prod-price {
  position: relative;
  display: block;
  font: 36px/70px 'Conv_RedRing-Regular';
  color: #333333;
}
.product-detail .prod-i {
  position: absolute;
  display: block;
  bottom: 0;
  font-size: 12px;
  line-height: 13px;
  font-style: normal;
  color: #999;
}
.product-detail .is_stock {
  margin-top: 25px;
}
.product-detail .p-min {
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 5px;
  font-size: 12px;
  color: #333333;
}
.product-detail .p-med {
  position: relative;
  display: block;
  margin: 0;
  color: #333333;
}
.product-detail .p-med-a {
  color: #333333;
  text-decoration: none;
}
.product-detail .p-med-a:hover {
  text-decoration: underline;
  color: #d93131;
}
.product-detail .title-red {
  margin-top: 25px;
  margin-bottom: 8px;
}
.product-detail .prod-photo {
  position: relative;
  display: block;
  float: left;
  width: 330px;
  z-index: 5;
}
.product-detail .prod-info {
  position: relative;
  display: block;
  float: right;
  width: 400px;
}
.product-detail .prod-img .img-top {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.product-detail .prod-img .img-top .prod-img-top {
  position: absolute;
  display: block;
  top: -50px;
  left: -500px;
  bottom: -50px;
  right: -500px;
  margin: auto;
  max-height: 110%;
}
.product-detail .prod-img .img-top:hover {
  border-color: #d93131;
}
.product-detail .prod-img .img-bot {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.product-detail .prod-img .img-bot:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.product-detail .prod-img .img-bot .fancybox {
  position: relative;
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 66px;
  height: 66px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.product-detail .prod-img .img-bot .fancybox:hover {
  border-color: #d93131;
}
.product-detail .prod-img .img-bot .fancybox:nth-child(4n-3) {
  margin-left: 0;
}
.product-detail .prod-img .img-bot .prod-img-bot {
  width: 100%;
  height: 100%;
  display: block;
}
.product-detail .prod-text {
  position: relative;
  display: block;
  color: #333333;
  font: 13px/22px 'Open Sans';
  margin: 10px 0 30px;
}
.product-detail .prod-text p {
  margin: 0 0 20px;
}
.product-detail .featured-products {
  position: relative;
  display: block;
}
/* СТРАНИЦА 404 */
.error-404 {
  position: relative;
  display: block;
}
.error-404 .wrapper-inner {
  padding: 110px 0;
}
.error-404 .img-404 {
  position: relative;
  display: block;
  height: 285px;
  background: url("img/404.jpg") 50% 50% no-repeat;
}
.error-404 .img-404 .lft-top-404 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  height: 50%;
  width: 45%;
  z-index: 2;
}
.error-404 .img-404 .rgt-top-404 {
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  height: 50%;
  width: 45%;
  z-index: 2;
}
.error-404 .img-404 .lft-top-404:hover ~ .img-404-i {
  -webkit-transform: translate(20px, 10px) rotate(60deg);
  -moz-transform: translate(20px, 10px) rotate(60deg);
  -ms-transform: translate(20px, 10px) rotate(60deg);
  -o-transform: translate(20px, 10px) rotate(60deg);
  transform: translate(20px, 10px) rotate(60deg);
}
.error-404 .img-404 .rgt-top-404:hover ~ .img-404-i {
  -webkit-transform: translate(-20px, 10px) rotate(-36deg);
  -moz-transform: translate(-20px, 10px) rotate(-36deg);
  -ms-transform: translate(-20px, 10px) rotate(-36deg);
  -o-transform: translate(-20px, 10px) rotate(-36deg);
  transform: translate(-20px, 10px) rotate(-36deg);
}
.error-404 .img-404 .lft-bot-404 {
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  height: 50%;
  width: 45%;
  z-index: 2;
}
.error-404 .img-404 .rgt-bot-404 {
  position: absolute;
  display: block;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 45%;
  z-index: 2;
}
.error-404 .img-404 .lft-bot-404:hover ~ .img-404-i {
  -webkit-transform: translate(20px, -10px) rotate(-18deg);
  -moz-transform: translate(20px, -10px) rotate(-18deg);
  -ms-transform: translate(20px, -10px) rotate(-18deg);
  -o-transform: translate(20px, -10px) rotate(-18deg);
  transform: translate(20px, -10px) rotate(-18deg);
}
.error-404 .img-404 .rgt-bot-404:hover ~ .img-404-i {
  -webkit-transform: translate(-20px, -10px) rotate(36deg);
  -moz-transform: translate(-20px, -10px) rotate(36deg);
  -ms-transform: translate(-20px, -10px) rotate(36deg);
  -o-transform: translate(-20px, -10px) rotate(36deg);
  transform: translate(-20px, -10px) rotate(36deg);
}
.error-404 .img-404 .img-404-i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 234px;
  height: 234px;
  z-index: 3;
  background: url("img/mark-red.svg") 50% 50% no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
  -webkit-transform: translate(0, 0) rotate(18deg);
  -moz-transform: translate(0, 0) rotate(18deg);
  -ms-transform: translate(0, 0) rotate(18deg);
  -o-transform: translate(0, 0) rotate(18deg);
  transform: translate(0, 0) rotate(18deg);
}
.error-404 .img-404 .img-404-i:hover {
  -webkit-transform: translate(4px, -1px) rotate(-73deg);
  -moz-transform: translate(4px, -1px) rotate(-73deg);
  -ms-transform: translate(4px, -1px) rotate(-73deg);
  -o-transform: translate(4px, -1px) rotate(-73deg);
  transform: translate(4px, -1px) rotate(-73deg);
}
.error-404 .title-404 {
  position: relative;
  display: block;
  margin: 35px 0 25px;
  font: 24px/24px 'Conv_RedRing-Regular';
  color: #333333;
  text-align: center;
}
.error-404 .title-404 i {
  font-style: normal;
  color: #d93131;
}
.error-404 .descr-404 {
  position: relative;
  display: block;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
  color: #333333;
}
.error-404 .descr-404 a {
  color: #d93131;
}
.error-404 .descr-404 a:hover {
  text-decoration: underline;
}
main.basket {
  position: relative;
  display: block;
  margin: 0;
}
main.basket .bgc-white {
  padding: 85px 0;
}
main.basket .basket-title {
  color: #d93131;
}
main.basket .basket-buy-btn {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 70px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 20px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main.basket .basket-buy-btn:active {
  background-color: #e15c5c;
}
main.basket .basket-buy-btn:hover {
  background-color: #b62121;
}
main.basket .basket-buy-btn:hover:before {
  -webkit-transform: translate(247px, 0);
  -moz-transform: translate(247px, 0);
  -o-transform: translate(247px, 0);
  -ms-transform: translate(247px, 0);
  transform: translate(247px, 0);
}
main.basket .basket-buy-btn:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
.basket-table {
  position: relative;
  display: block;
}
.basket-table .bskt-one {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
}
.basket-table .bskt-photo {
  width: 120px;
  text-align: left;
}
.basket-table .bskt-articul {
  width: 80px;
  text-align: left;
}
.basket-table .bskt-name {
  width: 440px;
  text-align: left;
}
.basket-table .bskt-price {
  width: 100px;
  padding-right: 27px !important;
  text-align: left;
}
.basket-table .bskt-count {
  width: 80px;
  text-align: center;
}
.basket-table .bskt-cost {
  width: 140px;
  text-align: right;
}
.basket-table .prod-img {
  width: 100px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
}
.basket-table .bskt-name-link {
  font: 14px/20px 'Open Sans';
  color: #d93131;
}
.basket-table-head {
  position: relative;
  display: block;
  height: 45px;
}
.basket-table-head .bskt-one {
  font: 12px/25px 'Open Sans';
  padding: 10px 0;
}
.basket-table-body {
  position: relative;
  display: block;
}
.basket-table-body .bskt-one {
  display: table-cell;
  font: 14px/20px 'Open Sans';
  color: #333333;
  vertical-align: middle;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.basket-table-body .bskt-photo {
  border: none;
}
.basket-table-body .bskt-articul {
  text-transform: uppercase;
}
.basket-table-body .bskt-price,
.basket-table-body .bskt-count-i,
.basket-table-body .bskt-cost {
  font: 400 normal 16px/20px 'Conv_RedRing-Regular';
}
.basket-table-body .bskt-count-btn {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin: 0;
  width: 21px;
  height: 21px;
  background: #d93131;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 0;
}
.basket-table-body .bskt-count-btn:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.basket-table-body .bskt-count-btn.btn-plus:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 13px;
  background: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.basket-table-body .bskt-count-btn:active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.basket-table-body .bskt-count-btn:active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.basket-table-body .bskt-count-btn.dis {
  background: #e98787;
}
.basket-table-body .bskt-count-btn.dis:before,
.basket-table-body .bskt-count-btn.dis:after {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.basket-table-body .bskt-count-i {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  margin: 0;
  width: 38px;
  line-height: 21px;
}
.basket-table-foot {
  position: relative;
  display: block;
  height: 70px;
  text-align: right;
}
.basket-table-foot .basket-table-all-cost {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  width: 220px;
  border-top: 2px solid #d93131;
  font: 24px/60px 'Conv_RedRing-Regular';
  color: #333333;
}
.basket-table-foot .basket-span-left {
  display: inline-block;
  float: left;
  line-height: 60px;
}
main.static {
  position: relative;
  display: block;
  margin: 0;
}
main.static .bgc-white {
  padding: 85px 0;
}
main.static .title-h1 {
  color: #d93131;
  margin: 0;
}
.static-txt {
  position: relative;
  display: block;
}
.static-txt .txt-blck {
  position: relative;
  display: block;
  padding: 20px 0 45px;
  margin: 0;
  font: 13px/22px 'Open Sans';
  color: #333333;
}
.static-txt .txt-blck-left {
  position: relative;
  display: block;
  padding: 40px 0;
  float: left;
  width: 580px;
}
.static-txt .txt-blck-right {
  position: relative;
  display: block;
  padding: 40px 0;
  float: right;
  width: 400px;
  text-align: right;
}
.static-txt .two-blck {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 50px 65px 110px;
}
.static-txt .two-blck .two-blck-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
}
.static-txt .sertifs {
  position: relative;
  display: block;
}
.static-txt .sertifs:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.static-txt .sertifs .sert-one {
  position: relative;
  display: block;
  float: left;
  width: 215px;
  height: 320px;
  margin-left: 40px;
  margin-top: 30px;
}
.static-txt .sertifs .sert-one:nth-child(4n-3) {
  margin-left: 0;
}
.static-txt .sertifs .sert-one img {
  width: 100%;
  height: 100%;
  display: block;
}
.static-txt .cont-phones {
  position: relative;
  display: block;
  padding: 40px 0;
  float: left;
  width: 230px;
}
.static-txt .cont-phones .title-phones {
  font: 16px/20px 'Conv_RedRing-Regular';
  color: #333333;
  margin-bottom: 15px;
}
.static-txt .cont-phones .phone-one {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  font: 16px/30px 'Conv_RedRing-Regular';
  color: #333333;
  -webkit-transition: all 0.218s ease-in-out;
  -moz-transition: all 0.218s ease-in-out;
  -o-transition: all 0.218s ease-in-out;
  transition: all 0.218s ease-in-out;
}
.static-txt .cont-phones .phone-one.frst {
  font-size: 26px;
  margin-bottom: 10px;
}
.static-txt .cont-phones .phone-one.frst:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 2px;
  background: url("img/phone-ico.svg") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.static-txt .cont-phones .phone-one:hover {
  color: #d93131;
  text-decoration: none;
}
.static-txt .cont-phones .times {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  font: 13px/30px 'Conv_RedRing-Regular';
  color: #333333;
  margin-top: 20px;
}
.static-txt .cont-phones .times:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url("img/times.svg") 50% 50% no-repeat;
}
.static-txt .feedback {
  position: relative;
  display: block;
  height: 275px;
  padding: 40px 0;
  float: right;
  width: 640px;
}
.static-txt .feedback form:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.static-txt .feedback .title-h2 {
  font: 16px/20px 'Conv_RedRing-Regular';
  margin-bottom: 15px;
  color: #333333;
}
.static-txt .feedback .inp-bl {
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.static-txt .feedback .inp-bl label.error {
  position: absolute;
  display: block;
  top: -15px;
  left: 0;
  bottom: auto;
  right: auto;
  height: 15px;
  font: 13px/15px 'Open Sans';
  color: #d93131;
}
.static-txt .feedback .inp-bl.lft {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.static-txt .feedback .inp-bl.rgt {
  padding-left: 10px;
  float: left;
  width: 50%;
}
.static-txt .feedback .inp-bl.rgt label.error {
  left: 10px;
}
.static-txt .feedback .inp-bl input {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font: 13px/20px 'Open Sans';
  color: #333333;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.static-txt .feedback .inp-bl input.error {
  border-color: #d93131;
  outline: none;
}
.static-txt .feedback .inp-bl textarea {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  resize: none;
  font: 13px/20px 'Open Sans';
  color: #333333;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.static-txt .feedback .inp-bl textarea.error {
  border-color: #d93131;
  outline: none;
}
.static-txt .feedback .info {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  float: left;
  font: 13px/20px 'Open Sans';
}
.static-txt .feedback .info.error {
  color: #d93131;
}
.static-txt .feedback .info.success {
  color: #3a8d3d;
}
.static-txt .feedback .btn-bl-button {
  position: relative;
  float: right;
  display: block;
  width: 160px;
  height: 40px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 10px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.static-txt .feedback .btn-bl-button:active {
  background-color: #e15c5c;
}
.static-txt .feedback .btn-bl-button:hover {
  background-color: #b62121;
}
.static-txt .feedback .btn-bl-button:hover:before {
  -webkit-transform: translate(157px, 0);
  -moz-transform: translate(157px, 0);
  -o-transform: translate(157px, 0);
  -ms-transform: translate(157px, 0);
  transform: translate(157px, 0);
}
.static-txt .feedback .btn-bl-button:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
.static-txt .cont-info {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.static-txt .cont-info:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.static-txt .cont-info .cont-addr {
  position: relative;
  display: block;
  float: left;
  width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  font: 13px/30px 'Conv_RedRing-Regular';
  color: #333333;
}
.static-txt .cont-info .cont-addr:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 18px;
  height: 27px;
  background: url("img/addr.svg") 50% 50% no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.static-txt .cont-info .cont-mail {
  position: relative;
  display: block;
  float: right;
  width: 640px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  font: 13px/30px 'Conv_RedRing-Regular';
}
.static-txt .cont-info .cont-mail:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 25px;
  height: 22px;
  background: url("img/mail.svg") 50% 50% no-repeat;
}
.static-txt .cont-info .cont-mail a {
  color: #d93131;
}
.static-txt .cont-info .cont-mail a:hover {
  color: #333333;
}
.static-txt #map {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
}
.static-txt .stat-h3 {
  margin: 0;
  font: 16px/20px 'Conv_RedRing-Regular';
  color: #333333;
}
.static-txt .stat-p {
  margin: 10px 0 25px;
  font: 13px/22px 'Open Sans';
  color: #333333;
}
.static-txt .how-ship {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.static-txt .how-ship .how-ship-one {
  position: relative;
  display: block;
  margin-top: 60px;
  padding-left: 165px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.static-txt .how-ship .how-ship-one img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.static-txt .sposobi {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.static-txt .sposobi:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
.static-txt .sposobi .spos-lft {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.static-txt .sposobi .spos-rgt {
  position: relative;
  float: right;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.static-txt .sposobi .spos-one {
  position: relative;
  display: block;
  margin-top: 30px;
}
.static-txt .attention-blck {
  position: relative;
  display: block;
  padding: 25px;
  width: 887px;
  background: #fff url("img/attent-fon.jpg") 50% 0 repeat-y;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.static-txt .attention-blck:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 2px;
  background: #fff url("img/attent-patt.jpg") 3px 0 repeat-x;
}
.static-txt .attention-blck:after {
  content: ' ';
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background: #fff url("img/attent-patt.jpg") 50% 0 repeat-x;
}
#order {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#order .orderform {
  margin: 0;
}
#order .title-h1 {
  color: #d93131;
  margin: 0;
  margin-bottom: 32px;
  text-align: center;
}
#order .title-h3 {
  margin: 0;
  margin-bottom: 15px;
  font: 16px/20px 'Conv_RedRing-Regular';
  color: #333333;
}
#order .stat-p {
  margin: 10px 0 25px;
  font: 13px/22px 'Open Sans';
  color: #333333;
}
#order .inp-bl {
  position: relative;
  display: block;
  margin-bottom: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#order .inp-bl label.error {
  position: absolute;
  display: block;
  top: -15px;
  left: 0;
  bottom: auto;
  right: auto;
  height: 15px;
  font: 13px/15px 'Open Sans';
  color: #d93131;
}
#order .inp-bl.lst {
  margin-bottom: 0;
}
#order .inp-bl .lbl-inp {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  font: 13px/20px 'Open Sans';
  color: #333333;
  margin-right: 10px;
  padding-left: 10px;
}
#order .inp-bl .lbl-inp[for="sp4"] {
  margin-right: 0;
}
#order .inp-bl .inp-bl-inp {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font: 13px/20px 'Open Sans';
  color: #333333;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
#order .inp-bl .inp-bl-inp.error {
  border-color: #d93131;
  outline: none;
}
#order .inp-bl input[type="radio"] {
  width: 20px;
  height: 20px;
}
#order .inp-bl textarea {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  resize: none;
  font: 13px/20px 'Open Sans';
  color: #333333;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
#order .inp-bl textarea.error {
  border-color: #d93131;
  outline: none;
}
#order .inp-bl button.inp-bl-sbmt {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 205px;
  height: 55px;
  background-color: #d93131;
  border: none;
  outline: none;
  padding: 17.5px 0;
  overflow: hidden;
  font-family: 'Conv_RedRing-Regular';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
#order .inp-bl button.inp-bl-sbmt:active {
  background-color: #e15c5c;
}
#order .inp-bl button.inp-bl-sbmt:hover {
  background-color: #b62121;
}
#order .inp-bl button.inp-bl-sbmt:hover:before {
  -webkit-transform: translate(202px, 0);
  -moz-transform: translate(202px, 0);
  -o-transform: translate(202px, 0);
  -ms-transform: translate(202px, 0);
  transform: translate(202px, 0);
}
#order .inp-bl button.inp-bl-sbmt:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: skewX(30deg) translate(-200%, 0);
  -moz-transform: skewX(30deg) translate(-200%, 0);
  -ms-transform: skewX(30deg) translate(-200%, 0);
  -o-transform: skewX(30deg) translate(-200%, 0);
  transform: skewX(30deg) translate(-200%, 0);
}
#order .inp-bl button.inp-bl-cncl {
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: 75px;
  padding: 15px 0;
  background: none;
  border: none;
  outline: none;
  font: 16px/25px 'Conv_RedRing-Regular';
  color: #999;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#order .inp-bl button.inp-bl-cncl:hover {
  color: #d93131;
}
#order .inp-bl button.inp-bl-cncl:active {
  color: #a01e1e;
}
main.sitemap {
  position: relative;
  display: block;
  margin: 0;
}
main.sitemap .bgc-white {
  padding: 85px 0;
}
main.sitemap .wrapper-inner:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
main.sitemap .title-h1 {
  color: #d93131;
  margin: 0;
}
main.sitemap .left-map {
  float: left;
  width: 230px;
}
main.sitemap .right-map {
  float: right;
  width: 730px;
}
main.sitemap .sitemap-ul {
  position: relative;
  display: block;
  padding: 50px 0;
  margin: 0;
  list-style: none;
}
main.sitemap .sitemap-ul.lft {
  float: left;
  width: 50%;
}
main.sitemap .sitemap-ul.rgt {
  float: right;
  width: 50%;
}
main.sitemap .sitemap-ul-ul {
  position: relative;
  display: block;
  padding: 0 0 15px;
  margin: 0;
  margin-left: 15px;
  list-style: none;
}
main.sitemap .sitemap-li {
  position: relative;
  display: block;
}
main.sitemap .sitemap-li-li {
  position: relative;
  display: block;
  height: auto;
}
main.sitemap .sitemap-a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  background: transparent;
  font: 16px/40px 'Conv_RedRing-Regular';
  color: #333333;
}
main.sitemap .sitemap-a:hover {
  color: #d93131;
}
main.sitemap .sitemap-li-a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: -4px;
  background: transparent;
  font: 12px/20px 'Open Sans';
  color: #333333;
}
main.sitemap .sitemap-li-a:hover {
  color: #d93131;
}
/* ФУТЕР */
footer .wrapper {
  background: #ffffff;
}
footer .wrapper-inner {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .wrapper-inner.not-border {
  border: none;
}
footer .wrapper-inner:after {
  content: " ";
  position: relative;
  display: table;
  width: 100%;
  clear: both;
}
footer .foot-left {
  float: left;
}
footer .foot-right {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
}
footer .foot-right .sponge-link {
  color: #d93131;
}
footer .foot-right .sponge-logo {
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  bottom: 20px;
  right: 0;
  margin: auto;
}
.debug {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e4e4e4;
  color: #333333;
  border: 1px solid #d93131;
  z-index: 999;
}
/* АНИМАШКИ */
@-webkit-keyframes rot_logo {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rot_logo {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rot_logo {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rot_logo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot_logo1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rot_logo1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rot_logo1 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rot_logo1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot_logo_inv {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rot_logo_inv {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes rot_logo_inv {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-360deg);
  }
}
@keyframes rot_logo_inv {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes load_close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-moz-keyframes load_close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-o-keyframes load_close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-ms-keyframes load_close {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
  }
}
@keyframes load_close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes load_open {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes load_open {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes load_open {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes load_open {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes load_open {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes load_open_prod {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes load_open_prod {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes load_open_prod {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes load_open_prod {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes load_open_prod {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim_bskt {
  0% {
    -webkit-transform: translate(0, 0px) scale(1);
  }
  40% {
    -webkit-transform: translate(0, -40px) scale(0.9);
  }
  50% {
    -webkit-transform: translate(0, -40px) scale(0.9);
  }
  50.5% {
    -webkit-transform: translate(0, 40px) scale(0.9);
  }
  60% {
    -webkit-transform: translate(0, 40px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0px) scale(1);
  }
}
@-moz-keyframes anim_bskt {
  0% {
    -moz-transform: translate(0, 0px) scale(1);
  }
  40% {
    -moz-transform: translate(0, -40px) scale(0.9);
  }
  50% {
    -moz-transform: translate(0, -40px) scale(0.9);
  }
  50.5% {
    -moz-transform: translate(0, 40px) scale(0.9);
  }
  60% {
    -moz-transform: translate(0, 40px) scale(0.9);
  }
  100% {
    -moz-transform: translate(0, 0px) scale(1);
  }
}
@-o-keyframes anim_bskt {
  0% {
    -o-transform: translate(0, 0px) scale(1);
  }
  40% {
    -o-transform: translate(0, -40px) scale(0.9);
  }
  50% {
    -o-transform: translate(0, -40px) scale(0.9);
  }
  50.5% {
    -o-transform: translate(0, 40px) scale(0.9);
  }
  60% {
    -o-transform: translate(0, 40px) scale(0.9);
  }
  100% {
    -o-transform: translate(0, 0px) scale(1);
  }
}
@keyframes anim_bskt {
  0% {
    transform: translate(0, 0px) scale(1);
  }
  40% {
    transform: translate(0, -40px) scale(0.9);
  }
  50% {
    transform: translate(0, -40px) scale(0.9);
  }
  50.5% {
    transform: translate(0, 40px) scale(0.9);
  }
  60% {
    transform: translate(0, 40px) scale(0.9);
  }
  100% {
    transform: translate(0, 0px) scale(1);
  }
}
#comments,
#comments form {
  float: left;
  width: 100%;
}
#comments .title-red {
  margin-bottom: 15px;
}
#comments .rating {
  margin-left: -4px;
  padding-top: 4px;
}
#comments .title-red .icon {
  background: url("img/comment.png") no-repeat 0px 0px;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inherit;
  margin-right: 11px;
  float: left;
  margin-top: 3px;
}
#comments textarea {
  width: 100%;
  padding: 19px 0px 0px 23px;
  height: 120px;
  box-sizing: padding-box;
  margin-bottom: 5px;
}
#comments input[type="text"] {
  height: 49px;
  width: 245px;
  padding-left: 23px;
  float: left;
}
.rating_cont {
  float: left;
  padding-left: 25px;
}
.rating_cont label {
  color: #000;
  font-size: 14px;
}
#comments button {
  float: right;
  width: 150px;
  height: 50px;
  border: none;
  background-color: #d93131;
  color: #fffffd;
  margin-right: -25px;
}
#comments .title_green {
  display: block;
  float: left;
  color: #7aba7b;
}
#comments .title_red {
  display: block;
  float: none;
  width: 100%;
  color: #d93131;
}
#comments input.error,
#comments textarea.error {
  border-color: #d93131;
}
#commentsUser {
  margin-top: 45px;
  float: left;
}
#commentsUser .title-red {
  margin-bottom: 12px;
}
.prod_rat {
  padding: 13px 0px;
}
.rating_stat {
  margin-left: -4px;
}
.product-one .prod_rat {
  display: none;
  float: left;
  width: 100%;
}
.product-one:hover .prod_rat {
  display: block;
}
.product-one .prod_rat p {
  color: #000;
  float: left;
  margin: 0px;
  padding-left: 8px;
  padding-top: 3px;
}
.product-one .rating_stat {
  float: left;
  width: 85px;
}
.prod_rat p {
  color: #0c6291;
  line-height: 15px;
}
.prod_rat p a {
  border-bottom: 1px dashed #0c6291;
  color: inherit;
}
.prod_rat p a:hover {
  border-color: transparent;
  text-decoration: none;
}
.inner_com {
  float: left;
  width: 100%;
  min-height: 90px;
  padding: 22px 0px;
  background-color: #fafafa;
  margin-top: 14px;
}
.inner_com .user {
  float: left;
  width: 174px;
  padding-left: 21px;
}
.inner_com .user ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 12px;
  line-height: 23px;
}
.inner_com .com {
  float: left;
  width: 495px;
  padding-left: 16px;
  padding-right: 21px;
}
.inner_com .name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.inner_com .rat {
  padding-top: 15px;
  margin-left: -4px;
}
.prod-img {
  margin-bottom: 20px;
}
.foot-center {
  float: left;
}
.foot-center a {
  margin-left: 26px;
}
.uptl_container {
  position: absolute;
  top: 150px;
  left: auto;
  bottom: auto;
  right: 65px;
}

.clps{
  overflow: hidden;
  height:500px;
  width:100%;
  transition:all 0.5s;
}
#link{
  float:right;
 
}
.open{
  height:auto;
}
div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}
.rating_stat div.vote-hover{
    cursor: default;
}

div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
    /*width: 16px !important;*/
    /*height: 16px !important;*/
    /*background-size:  auto 300% !important;*/
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
    /*width: 16px !important;*/
    /*height: 16px !important;*/
    /*background-size: auto 300% !important;*/
}

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}
@CHARSET "UTF-8";
.sbHolder{
	background-color: transparent;
	border: 2px solid #fff;
	height: 56px;
	position: relative;
	width: 200px;
	margin-bottom: 30px; margin-right: 22px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select.bdr + .sbHolder{border: 1px solid #d0d0d0;height: 42px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 50px;
	left: 0;
	line-height: 52px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	font-size: 16px;
	z-index:1;
	padding-right: 60px;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
.sbToggle:hover{ background: #d93131;}
.sbToggle{
	background: transparent;
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 2;
}
.sbToggle:after{content: " ";
	background: transparent url("img/select.png") 50% 50% no-repeat;
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sbToggle.sbToggleOpen{background: #d93131;}
.sbToggle.sbToggleOpen:after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions .mCSB_inside > .mCSB_container{ margin-right: 15px;}
.sbOptions{position: absolute; width: 100%; max-height: 140px !important; border: 2px solid #fff; border-top: none; margin: 4px 0 0 -2px; padding: 5px 0;
	background-color: rgba(0,0,0,0.85); list-style: none; z-index: 1; overflow-y: auto;
}
select.bdr + .sbHolder .sbOptions{border: 1px solid #d0d0d0;border-top: none;margin-left: -1px;}
.sbOptions li{background: rgba(255,255,255,0);
	padding: 8px 10px 7px;
	font-size: 16px;
	width: 100%; -webkit-transition: background .2s;
	-moz-transition: background time;
	-ms-transition: background time;
	-o-transition: background time;
	transition: background time;
}
.sbOptions li:hover{ background: rgba(255,255,255,0.95); }
.sbOptions li:hover a{ color: #000; }
.sbOptions a{
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	outline: none;
	color: #fff;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #000;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #acacac;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}