* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTSans-Regular.eot");
  src: url("../fonts/PTSans-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/PTSans-Regular.woff") format('woff'), url("../fonts/PTSans-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url("../fonts/PTSans-Narrow.eot");
  src: url("../fonts/PTSans-Narrow.eot?#iefix") format('embedded-opentype'), url("../fonts/PTSans-Narrow.woff") format('woff'), url("../fonts/PTSans-Narrow.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Bold';
  src: url("../fonts/PTSans-Bold.eot");
  src: url("../fonts/PTSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/PTSans-Bold.woff") format('woff'), url("../fonts/PTSans-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Narrow Bold';
  src: url("../fonts/PTSans-NarrowBold.eot");
  src: url("../fonts/PTSans-NarrowBold.eot?#iefix") format('embedded-opentype'), url("../fonts/PTSans-NarrowBold.woff") format('woff'), url("../fonts/PTSans-NarrowBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
input[type="text"]::-webkit-input-placeholder {
  color: #40464c;
  font-size: 18px;
}
input[type="text"]::-moz-placeholder {
  color: #40464c;
  font-size: 18px;
}
input[type="text"]:-moz-placeholder {
  color: #40464c;
  font-size: 18px;
}
input[type="text"]:-ms-input-placeholder {
  color: #40464c;
  font-size: 18px;
}
*:focus {
  outline: none;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
html {
  position: relative;
}
body {
  height: 100%;
  position: relative;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  min-width: 980px;
  font-size: 14px;
}
.container {
  width: 980px;
  position: relative;
  margin: 0 auto;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  position: relative;
  width: 100%;
  display: block;
  padding-top:40px;
}
.header_top {
  width: 100%;
  background: #474c52;
  background: -webkit-gradient(linear, left top, left bottom, from(#474c52), to(#3c4248));
  background: -webkit-linear-gradient(top, #474c52 0%, #3c4248 100%);
  background: linear-gradient(to bottom, #474c52 0%, #3c4248 100%);
  height: 35px;
}
.header_top_address {
  width: 490px;
  position: relative;
  float: left;
}
.header_top_address_location {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  text-decoration: underline;
}
.header_top_address_location:hover {
  text-decoration: none;
}
.header_top_address_button {
  width: 100px;
  display: inline-block;
  height: 25px;
  background: #ed1c24;
  color: #fff;
  line-height: 25px;
  margin-left: 10px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: middle;
}
.header_top_address_button:hover {
  background: #f14950;
}
.header_top_menu {
  float: right;
  width: 250px;
  text-align: right;
}
.header_top_menu ul {
  line-height: 35px;
}
.header_top_menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.header_top_menu ul li:not(:last-child) {
  margin-right: 5px;
}
.header_top_menu ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.header_top_menu ul li a:hover {
  text-decoration: none;
}
.header_top_account {
  float: right;
  width: 220px;
  text-align: right;
}
.header_top_account ul {
  line-height: 35px;
}
.header_top_account ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.header_top_account ul li a {
  color: #87e0ff;
  font-size: 14px;
  text-shadow: 1px 0 #000;
  text-decoration: underline;
}
.header_top_account ul li a:hover {
  text-decoration: none;
}
.header_main {
  height: 85px;
  width: 100%;
  background: #fff;
  position: relative;
  display: block;
}
.header_main_logo {
  margin-top: 15px;
  width: 118px;
  height: 54px;
  display: block;
  float: left;
}
.header_main_search {
  float: left;
  width: 430px;
  margin-left: 20px;
  margin-top: 24px;
  position: relative;
  height: 35px;
}
.header_main_search input[type="text"] {
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e8e9ea;
  height: 35px;
  width: 350px;
  font-family: 'PT Sans', sans-serif;
  margin-right: 10px;
  float: left;
  text-indent: 15px;
}
.header_main_search input[type="submit"] {
  width: 70px;
  height: 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  border: none;
  cursor: pointer;
  background: #363895;
}
.header_main_search input[type="submit"]:hover {
  background: #4b4dbe;
}
.header_main_info {
  float: right;
  width: 160px;
  position: relative;
  color: #a10220;
  text-align: right;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  margin-top: 18px;
}
.header_main_info_phone {
  position: relative;
  font-size: 30px;
  line-height: 1;
}
.header_main_info_phone span {
  font-size: 14px;
}
.header_main_info_timing {
  color: #a10220;
  text-transform: uppercase;
  font-size: 16px;
  line-height:15px;
}
#menu-top-almost-fixed {

    position: fixed;
    margin: 0;
    left: 0;
    top: 160px;
    z-index: 10000;
}
.header_main_callback {
  float: right;
  width: 130px;
  height: 35px;
  position: relative;
  margin-left: 20px;
  margin-top: 25px;
}
.header_main_callback a {
  width: 100%;
  display: block;
  height: 100%;
  background: #363895;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-transform: uppercase;
}
.header_main_callback a:hover {
  background: #4b4dbe;
}
.header_nav {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #464b51;
  background: #ed1c24;
}
.header_nav_catalog {
  float: left;
  position: relative;
  width: 270px;
}
.header_nav_catalog a.cat-button {
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 22px;
  line-height: 47px;
  padding-left: 40px;
  background: url("../images/catalog.png") no-repeat left center;
}
.header_nav_catalog a.cat-button:hover {
  text-decoration: underline;
}
.header_nav_menu {
  float: left;
}
.header_nav_menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.header_nav_menu ul li:not(:last-child) {
  margin-right: 20px;
}
.header_nav_menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 22px;
  line-height: 47px;
  display: inline-block;
  vertical-align: middle;
}
.header_nav_menu ul li a:hover {
  text-decoration: underline;
}
.header_nav_cart {
  width: 280px;
  float: right;
  height: 30px;
  margin-top: 10px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
}
.header_nav_cart_link {
  width: 110px;
  float: left;
  text-align: right;
  position: relative;
  text-transform: uppercase;
  color: #ed1c24;
  font-size: 18px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  background: url("../images/cart.png") no-repeat 15px center;
}
.header_nav_cart_link:hover {
  text-decoration: underline;
}
.header_nav_cart_price {
  float: left;
  width: 90px;
  position: relative;
  padding-right: 5px;
  text-align: right;
  color: #222;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
}
.header_nav_cart_order {
  float: right;
  position: relative;
  width: 80px;
  text-align: center;
  color: #ed1c24;
  font-size: 18px;
  text-decoration: underline;
  font-family: 'PT Sans Narrow', sans-serif;
}
.header_nav_cart_order:hover {
  text-decoration: none;
}
.slider {
  width: 100%;
  position: relative;
  height: 400px;
  display: block;
  overflow: hidden;
}
.slider_wrap {
  height: 400px;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}
.slider_wrap .owl-dots {
  /* background: #42474d; */
  display: inline-block;
  position: relative;
  margin: 0 auto;
  height: 40px;
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
  bottom: 40px;
  z-index: 9999;
  text-align: center;
}
.slider_wrap .owl-dots:before {
  content: '';
  border: 13px solid transparent;
 /* border-right: 6px solid #42474d;
  border-bottom: 27px solid #42474d; */
  position: absolute;
  left: -19px;
  bottom: 0;
}
.slider_wrap .owl-dots:after {
  content: '';
  border: 13px solid transparent;
 /* border-left: 6px solid #42474d;
  border-bottom: 27px solid #42474d; */
  position: absolute;
  right: -19px;
  bottom: 0;
}
.slider_wrap .owl-dots .owl-dot {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: #fff;
  margin: 0 5px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slider_wrap .owl-dots .owl-dot.active {
  background: #ed1c24;
}
.slider_item {
  position: relative;
  width: 100%;
  height: 400px;
  display: block;
}
.slider_item img {
  width: 100%;
  height: 100%;
}
.slider_prev,
.slider_next {
  display: block;
  font-size: 60px;
  color: #222;
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  line-height: 60px;
  z-index: 99;
  font-family: 'PT Sans Narrow', sans-serif;
}
.slider_prev:hover,
.slider_next:hover {
  opacity: 0.8;
}
.slider_prev {
  left: 10px;
}
.slider_next {
  right: 10px;
}
.brands {
  position: relative;
  width: 100%;
  height: 80px;
  display: block;
  padding-top: 15px;
  z-index: 2;
}
.brands .container {
  height: 100%;
}
.brands_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
.brands_prev,
.brands_next {
  display: block;
  width: 20px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 99;
}
.brands_prev {
  background: url("../images/prev.png") no-repeat center center;
  left: 0;
}
.brands_next {
  background: url("../images/next.png") no-repeat center center;
  right: 0;
}
.brands_item {
  position: relative;
  height: 65px;
  display: block;
  opacity: 0.6;
}
.brands_item img {
  position: absolute;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: auto !important;
}
.brands_item:hover {
  opacity: 1;
}
.subscribe {
  width: 100%;
  height: 70px;
  position: relative;
  background: #ed1c24;
  text-align: right;
  z-index: 2;
}
.subscribe_title {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  line-height: 70px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 36px;
  position: relative;
}
.subscribe_form {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 35px;
}
.subscribe_form input[type="text"] {
  height: 35px;
  text-indent: 15px;
  background: #e8e9ea;
  width: 300px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
}
.subscribe_form input[type="submit"] {
  width: 130px;
  height: 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: #363895;
  border-radius: 2px;
}
.subscribe_form input[type="submit"]:hover {
  background: #4b4dbe;
}

.subscribe_form input[type="button"] {
  width: 130px;
  height: 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: #363895;
  border-radius: 2px;
}
.subscribe_form input[type="button"]:hover {
  background: #4b4dbe;
}

.catalog {
  width: 100%;
  position: relative;
}
.catalog_menu {
  float: left;
  width: 220px;
  padding: 5px 15px;
  -webkit-box-shadow: 3px 6px 15px rgba(0,0,0,0.2);
  box-shadow: 3px 6px 15px rgba(0,0,0,0.2);
  position: relative;
  top: -60px;
  z-index: 999;
  background: #fff;
}
.catalog_menu ul {
  margin-top: 10px;
}
.catalog_menu ul li {
  line-height: 30px;
}
.catalog_menu ul li:not(:last-child) {
  border-bottom: 1px solid #3b3b3b;
}
.catalog_menu ul li a {
  font-size: 16px;
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #a10220;
}
.catalog_menu ul li a:hover {
  text-decoration: underline;
}
.catalog_menu_title {
  text-align: center;
  text-transform: uppercase;
  color: #a10220;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 36px;
  margin-bottom: 3px;
}
.catalog_menu_count {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  text-align: center;
}
.catalog_menu_count span {
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 18px;
  color: #a10220;
}
.catalog_hits {
  width: 760px;
  float: right;
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
}
.catalog_hits_title {
  text-transform: uppercase;
  color: #a10220;
  font-size: 60px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.catalog_hits_slider {
  position: relative;
  width: 100%;
  padding: 0 52px;
}
.catalog_hits_slider_wrap {
  position: relative;
  width: 100%;
}
.catalog_hits_slider_prev,
.catalog_hits_slider_next {
  display: block;
  width: 20px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 99;
}
.catalog_hits_slider_prev {
  background: url("../images/prev.png") no-repeat center center;
  left: 0;
}
.catalog_hits_slider_next {
  background: url("../images/next.png") no-repeat center center;
  right: 0;
}
.catalog_hits_slider_item {
  width: 205px;
  position: relative;
  border: 1px solid #e6e6e6;
  height: 260px;

}
.catalog_hits_slider_item_stick {
  position: absolute;
  background: #ed1c24;
  font-size: 16px;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 999;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
}
.catalog_hits_slider_item_img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
}
.catalog_hits_slider_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.catalog_hits_slider_item_title {
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  background: #fff;
}
.catalog_hits_slider_item_title a {
  color: #222;
}
.catalog_hits_slider_item_title a:hover {
  text-decoration: underline;
}
.catalog_hits_slider_item_price {
  position: relative;
  padding: 0 10px;
}
.catalog_hits_slider_item_price_old {
  float: left;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.catalog_hits_slider_item_price_current {
  float: right;
  line-height: 40px;
  font-size: 24px;
  color: #ad2409;
  font-family: 'PT Sans Bold', sans-serif;
  text-align: right;
}
.catalog_hits_all {
  display: block;
  position: relative;
}
.catalog_hits_all a {
  margin: 20px auto;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 130px;
  height: 35px;
  background: #363895;
  text-align: center;
  line-height: 35px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
}
.catalog_hits_all a:hover {
  background: #4b4dbe;
}
.banner {
  width: 100%;
  position: relative;
}
.banner_wrap {
  width: 100%;
  position: relative;
  background: #363895;
  height: 160px;
  display: block;
}
.banner_section1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
}
.banner_section2 {
  background: url("../images/banner_stick.png") no-repeat center center;
  width: 231px;
  height: 66px;
  display: block;
  position: absolute;
  left: 265px;
  top: 10px;
  z-index: 10;
}
.banner_section3 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 20px;
}
.banner_section3 span {
  display: inline-block;
  font-size: 30px;
  bottom: 5px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.banner_section4 {
  width: 604px;
  height: 72px;
  background: url("../images/sale.png") no-repeat center center;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 9;
}
.banner_section5 {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 55px;
  width: 220px;
  height: 55px;
}
.banner_section5 a {
  background: #ba0322;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba0322), color-stop(50%, #9c0015), to(#700210));
  background: -webkit-linear-gradient(top, #ba0322 0%, #9c0015 50%, #700210 100%);
  background: linear-gradient(to bottom, #ba0322 0%, #9c0015 50%, #700210 100%);
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 55px;
  height: 100%;
  width: 100%;
  font-family: 'PT Sans Narrow Bold', sans-serif;
}
.articles {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.articles_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles_item {
  position: relative;
  width: 310px;
}
.articles_item_img {
  width: 100%;
  height: 210px;
  position: relative;
}
.articles_item_img img {
  width: 100%;
  height: 100%;
}
.articles_item_title {
  text-align: center;
  margin-top: 20px;
}
.articles_item_title a {
  font-size: 20px;
  color: #ad2409;
  font-family: 'PT Sans Bold', sans-serif;
  line-height: 24px;
}
.articles_item_title a:hover {
  text-decoration: underline;
}
.footer {
  width: 100%;
  position: relative;
}
.footer_main {
  padding-top: 35px;
  padding-bottom: 25px;
  width: 100%;
  position: relative;
  background: #e8e9ea;
  height: 260px;
}
.footer_main_logo {
  width: 270px;
  position: relative;
  text-align: center;
  float: left;
  display: block;
}
.footer_main_info_phone {
  margin-top: 15px;
  width: 100%;
  font-size: 41px;
  color: #000;
  display: block;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  line-height: 1;
}
.footer_main_info_phone span {
  font-size: 19px;
}
.footer_main_info_timing {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  color: #000;
  font-family: 'PT Sans Narrow Bold', sans-serif;
}
.footer_main_nav {
  position: relative;
  float: right;
  width: 680px;
}
.footer_main_nav_wrap {
  display: block;
  text-align: right;
}
.footer_main_nav_col {
  float: left;
  width: 185px;
  text-align: left;
}
.footer_main_nav_col:not(:first-child) {
  margin-left: 60px;
}
.footer_main_nav_col ul li {
  line-height: 25px;
}
.footer_main_nav_col ul li a {
  font-size: 14px;
  color: #000;
}
.footer_main_nav_col ul li a:hover {
  text-decoration: underline;
}
.footer_main_nav_col_title {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  margin-bottom: 10px;
}
.footer_main_bottom {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.footer_main_bottom_social {
  float: left;
  width: 160px;
}
.footer_main_bottom_text {
  float: left;
  width: 520px;
  font-size: 12px;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  line-height: 13px;
  margin-top: 5px;
}
.footer_info {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px 0;
  height: 70px;
}
.footer_info_copyright {
  float: left;
  width: 360px;
  font-size: 12px;
  color: #424242;
  font-family: 'PT Sans', sans-serif;
  line-height: 14px;
}
.footer_info_copyright a {
  color: #424242;
  text-decoration: underline;
}
.footer_info_copyright a:hover {
  text-decoration: none;
}
.footer_info_statistic {
  float: right;
  text-align: right;
}
.footer_info_statistic ul li {
  display: inline-block;
  vertical-align: middle;
}
.list_wrap {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 25px;
}
.list_aside {
  float: left;
  width: 220px;
  background: #fff;
  position: relative;
}
.list_filter {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 3px 6px 15px rgba(0,0,0,0.2);
  box-shadow: 3px 6px 15px rgba(0,0,0,0.2);
  padding: 20px 15px 40px 15px;
}
.list_filter_count {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  color: #545454;
  margin-bottom: 10px;
}
.list_filter_count span {
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 18px;
  color: #a10220;
}
.list_filter_section {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.list_filter_title {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
}
.list_filter_price {
  font-size: 20px;
  color: #000;
  font-family: 'PT Sans', sans-serif;
}
.list_filter_price input[type="text"] {
  width: 60px;
  background: #dadada;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  border: none;
  text-align: right;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0 3px;
}
.list_filter_price #slider-range {
  margin-top: 20px;
}
.ui-slider .ui-slider-handle {
  background: url("../images/less.png") no-repeat center center;
  border: none;
}
.ui-slider .ui-slider-handle:last-child {
  background: url("../images/more.png") no-repeat center center;
  border: none;
}
.ui-widget-header {
  background: #dadada;
}
.ui-slider .ui-slider-handle {
  width: 26px;
  height: 26px;
}
.ui-widget.ui-widget-content {
  height: 12px;
  background: #dadada;
  border: none;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -13px;
}
.ui-button {
  border: none !important;
  background: none;
  padding: 0;
}
.ui-button:hover {
  background: none;
  border: none;
}
.ui-button .ui-icon {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #c4b2b2;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.ui-button:hover {
  color: #a10220;
  text-decoration: underline;
}
.ui-state-focus,
.ui-visual-focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-button.ui-state-active:hover {
  color: #a10220;
}
.ui-state-active .ui-icon {
  background: url("../images/approved.png") no-repeat center center;
}
.ui-state-active:hover .ui-icon {
  background: url("../images/approved.png") no-repeat center center;
}
.ui-checkboxradio-icon-space {
  display: inline-block;
  width: 5px;
}
.list_filter_content ul li {
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
}
.list_filter_content ul li label {
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 30px;
  color: #a10220;
  font-size: 16px;
}
.list_filter_content ul li a{
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 30px;
  color: #a10220;
  font-size: 16px;
}
.list_filter_more {
  text-align: center;
  margin-top: 15px;
  display: block;
  position: relative;
}
.list_filter_more a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #ed1c24;
  padding: 0 3px;
  border-bottom: 1px dashed #ed1c24;
}
.list_filter_more a:hover {
  border-bottom: 1px dashed transparent;
}
.list_filter_other {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 40px;
}
.list_filter_other a {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
}
.list_filter_other a:hover {
  border-bottom: 1px dashed transparent;
}
.list_consult {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.list_consult_manager {
  position: relative;
  width: 100%;
  display: block;
}
.list_consult_manager_photo {
  float: left;
  margin-right: 15px;
  width: 75px;
  height: 75px;
  position: relative;
  display: block;
}
.list_consult_manager_photo img {
  width: 100%;
  height: 100%;
}
.list_consult_manager_title {
  float: left;
  width: 130px;
  display: block;
  position: relative;
}
.list_consult_manager_title_name {
  font-family: 'PT Sans Bold', sans-serif;
  color: #a81223;
  font-size: 14px;
  margin-bottom: 5px;
}
.list_consult_manager_title_text {
  font-family: 'PT Sans Narrow Bold', sans-serif;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
}
.list_consult_form {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 35px;
}
.list_consult_form form input[type="text"] {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfd1d4;
  font-size: 18px;
  color: #2a2a2a;
  font-family: 'PT Sans', sans-serif;
  text-indent: 15px;
  margin-bottom: 20px;
}
.list_consult_form form textarea {
  width: 100%;
  height: 105px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfd1d4;
  font-size: 18px;
  color: #2a2a2a;
  font-family: 'PT Sans', sans-serif;
  text-indent: 15px;
  padding-top: 7px;
  resize: vertical;
}
.list_consult_form form input[type="text"]::-webkit-input-placeholder,
.list_consult_form form textarea::-webkit-input-placeholder {
  color: #2a2a2a;
  font-size: 18px;
}
.list_consult_form form input[type="text"]::-moz-placeholder,
.list_consult_form form textarea::-moz-placeholder {
  color: #2a2a2a;
  font-size: 18px;
}
.list_consult_form form input[type="text"]:-moz-placeholder,
.list_consult_form form textarea:-moz-placeholder {
  color: #2a2a2a;
  font-size: 18px;
}
.list_consult_form form input[type="text"]:-ms-input-placeholder,
.list_consult_form form textarea:-ms-input-placeholder {
  color: #2a2a2a;
  font-size: 18px;
}
.list_consult_form form input[type="submit"] {
  display: block;
  width: 160px;
  height: 30px;
  margin: 0 auto;
  background: #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}
.list_consult_form form input[type="button"]:hover {
  background: #4b4dbe;
}
.list_consult_form form input[type="button"] {
  display: block;
  width: 160px;
  height: 30px;
  margin: 0 auto;
  background: #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}
.list_consult_form form input[type="submit"]:hover {
  background: #4b4dbe;
}
.list_content {
  float: right;
  width: 715px;
  position: relative;
  display: block;
}
.list_content_sub ul {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 5px 15px 0 5px;
}
.list_content_sub ul li {

    clear: both;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0 0 9px 0;
}
.list_content_sub ul > li > a {
    color: #ed1c24;
    text-decoration: none;
}
.breadcrumbs {
  text-align: center;
  margin-bottom:10px;
  height:50px;

}
.breadcrumbs ul {
  font-size: 0;
      margin-left: 0px;
    position: absolute;
}


.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;

}
.breadcrumbs ul li:not(:last-child):after {
  content: '—';
  display: inline-block;
  font-size: 18px;
  color: #000;
}
.breadcrumbs ul li:last-child a {
  color: #ed1c24;
  text-decoration: none;
}
.breadcrumbs ul li:last-child a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li a {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  text-decoration: underline;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
.list_content_title {
  color: #000;
  font-size: 48px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-align: center;
  margin-top: 5px;
}
.list_content_sort {
  display: block;
  position: relative;
  margin-top: 15px;
}
.list_content_sort_kind {
  float: left;
  width: 300px;
}
.list_content_sort_kind ul {
  font-size: 0;
}
.list_content_sort_kind ul li {
  display: inline-block;
  vertical-align: middle;
}
.list_content_sort_kind ul li:not(:last-child) {
  margin-right: 10px;
}
.list_content_sort_kind ul li a {
  color: #afb0b0;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
}
.list_content_sort_kind ul li a:hover {
  text-decoration: underline;
}
/*
.list_content_sort_kind ul li a.list_content_sort_kind_popular:after {
  content: url("../images/sort_popular_pass.png");
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
}
*/
.list_content_sort_kind ul li.active a {
  color: #ed1c24;
  text-decoration: underline;
}
.list_content_sort_kind ul li.active a:hover {
  text-decoration: none;
}
/*
.list_content_sort_kind ul li.active a.list_content_sort_kind_popular:after {
  content: url("../images/sort_popular_act.png");
}
*/
.list_content_sort_check {
  margin-left: 20px;
  float: left;
  width: 280px;
  position: relative;
}
.list_content_sort_check ul {
  font-size: 0;
}
.list_content_sort_check ul li {
  display: inline-block;
  vertical-align: middle;
}
.list_content_sort_check ul li.active a {
  font-weight: bold;
}
.list_content_sort_check ul li:not(:last-child) {
  margin-right: 25px;
}
.list_content_sort_check ul li label {
  font-size: 20px;
  color: #000;
  font-family: 'PT Sans', sans-serif;
}
.list_content_sort_check ul li a {
  font-size: 20px;
  color: #000;
  font-family: 'PT Sans', sans-serif;
}
.list_content_sort_display {
  float: right;
  width: 100px;
  margin-top: -17px;
}
.list_content_sort_display ul {
  font-size: 0;
}
.list_content_sort_display ul li {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  position: relative;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.list_content_sort_display ul li.active {
  border: 1px solid #ed1c24;
}
.list_content_sort_display ul li.active a.list_content_sort_display_list {
  background: url("../images/list_catalog_act.png") no-repeat center center;
}
.list_content_sort_display ul li.active a.list_content_sort_display_blocks {
  background: url("../images/blocks_act.png") no-repeat center center;
}
.list_content_sort_display ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
.list_content_sort_display ul li a.list_content_sort_display_list {
  background: url("../images/list_catalog_pass.png") no-repeat center center;
}
.list_content_sort_display ul li a.list_content_sort_display_blocks {
  background: url("../images/blocks_pass.png") no-repeat center center;
}
.list_content_wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.list_content_item {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 220px;
  margin-bottom: 25px;
}
.list_content_item_stick {
  position: absolute;
  background: #ed1c24;
  font-size: 16px;
  color: #fff;
  left: 10px;
  top: 10px;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  z-index: 999;
}
.list_content_item_stick2 {
  position: absolute;
  background: yellow;
  font-size: 16px;
  color: #ad2409;
  left: 10px;
  top: 330px;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  z-index: 999;
}
.list_content_item_stick3 {
  position: absolute;
  background: #363895;
      font-size: 14px;

    color: #fff;
    font-family: 'PT Sans', sans-serif;
  left: 100px;
  top: 10px;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  z-index: 999;
}
.list_content_item_favourite_div {
  position: absolute;
  right: 10px;
  top: 10px;
}
.list_content_item_favourite {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  background: url("../images/star_pass.png") no-repeat center center;
}
.list_content_item_favourite:hover {
  background: url("../images/star_act.png") no-repeat center center;
}
.list_content_item_favourite.active {
  background: url("../images/star_act.png") no-repeat center center;
  background-color: #ed1c24;
}
.list_content_item_img {
  width: 265px;
  height: 100%;
  position: relative;
  padding: 15px;
  float: left;
}
.list_content_item_img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.list_content_item_center {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 15px;
}
.list_content_item_center_title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.list_content_item_center_title a {
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 22px;
  color: #000;
}
.list_content_item_center_title a:hover {
  text-decoration: underline;
}
.list_content_item_center_text {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
}
.list_content_item_center_stock {
  text-align: left;
}
.list_content_item_center_stock a {
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
}
.list_content_item_center_stock a:hover {
  border-bottom: 1px dashed transparent;
}
.list_content_item_price {
  width: 150px;
  position: relative;
  float: left;
  margin-top: 60px;
}
.list_content_item_price_old {
  color: #aaa;
  font-family: 'Tahoma', sans-serif;
  position: absolute;
  width: 100%;
  top: 0;
  left: 15px;
  right: 0;
  font-size: 16px;
  text-decoration: line-through;
}
.list_content_item_price_current {
  color: #ad2409;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'Tahoma', sans-serif;
  margin-bottom: 20px;
}
.list_content_item_price_add {
  text-transform: uppercase;
  color: #fff;
  background: #363895;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  height: 40px;
  width: 110px;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
}
.list_content_item_price_add:hover {
  background: #4b4dbe;
}
.list_content_item_price_add4 {
  text-transform: uppercase;
  color: #fff;
  background: #ed1c24;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  height: 40px;
  width: 110px;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
}
.list_content_item_price_add4:hover {
  background: #f14950;
}

/* v  */
.item_disactive
{
    background-color:#eeeeee;
    opacity: 0.5; /* Значение прозрачности */
    filter: alpha(Opacity=50); /* Прозрачность в IE */
}

.list_content_item2 {
  width: 236px;
  float:left;
  position: relative;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 360px;
  margin-bottom: 25px;
}
.list_content_item_stick {
  position: absolute;
  background: #ed1c24;
  font-size: 16px;
  color: #fff;
  left: 10px;
  top: 10px;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  z-index: 999;
}
.list_content_item_favourite_div2 {
  position: absolute;
  right: 2px;
    background-color:#fff;
  border-radius:20px;
  width:27px;
  height:27px;
  z-index:100;
  top: 2px;
}
.list_content_item_favourite2 {
  width: 27px;
  height: 27px;

  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  background: url("../images/star_pass.png") no-repeat center center;
}
.list_content_item_favourite2:hover {
  background: url("../images/star_act.png") no-repeat center center;
}
.list_content_item_favourite2.active {
  background: url("../images/star_act.png") no-repeat center center;
  background-color: #ed1c24;
}
.list_content_item_img2 {
  width: 230px;
  text-align:center;
  position: relative;
  padding: 15px;

}
.list_content_item_img2 img {

 height:130px;
 margin-left:0px;
 clear:both;
}
.list_content_item_center2 {

  padding-top:10px;
  height:120px;
  position: relative;
  padding-left:10px;
  padding-right:10px;



}
.list_content_item_center_title2 {
  position: relative;
  display: block;
  height:40px;
  overflow:hidden;
  width: 100%;
  margin-bottom: 5px;
}
.list_content_item_center_title2 a {
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 16px;
  color: #000;
}
.list_content_item_center_title2 a:hover {
  text-decoration: underline;
}
.list_content_item_center_text {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  height:47px;
  overflow:hidden;
  font-size: 14px;
  line-height:14px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
}
.list_content_item_center_stock {
  text-align: left;
}
.list_content_item_center_stock a {
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
}
.list_content_item_center_stock a:hover {
  border-bottom: 1px dashed transparent;
}
.list_content_item_price2 {
  width: 230px;
  position: relative;
  float: left;
  margin-top: 20px;
}
.list_content_item_price_old {
  color: #aaa;
  font-family: 'Tahoma', sans-serif;
  position: absolute;
  width: 100%;
  top: 0;
  left: 15px;
  right: 0;
  font-size: 16px;
  text-decoration: line-through;
}
.list_content_item_price_current2 {
  color: #ad2409;
  font-size: 20px;
  margin-left:10px;
  width:110px;
  float:left;
  font-weight: bold;

  font-family: 'Tahoma', sans-serif;

}
.list_content_item_price_add2 {
  text-transform: uppercase;
  color: #fff;
  background: #363895;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  height: 30px;
  width: 90px;
  display: block;
  float:right;
  line-height: 30px;
  margin-right:7px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
}
.list_content_item_price_add2:hover {
  background: #4b4dbe;
}
.list_content_item_price_add3 {
  text-transform: uppercase;
  color: #fff;
  background:#ed1c24;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  height: 30px;
  width: 90px;
  display: block;
  float:right;
  line-height: 30px;
  margin-right:7px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
}
.list_content_item_price_add3:hover {
  background: #f14950;
}

/* v*/
.pagination {
  position: relative;
  display: block;
  width: 100%;
}
.pagination_pages {
  float: left;
  width: 480px;
  position: relative;
}
.pagination_pages ul {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination_pages ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.pagination_pages ul li:not(:last-child) {
  margin-right: 10px;
}
.pagination_pages ul li:hover a,
.pagination_pages ul li.active a {
  color: #fff;
  background: #ed1c24;
}
.pagination_pages ul li a {
  background: #dadada;
  width: 33px;
  height: 33px;
  display: block;
  text-align: center;
  line-height: 33px;
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  color: #222326;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.pagination_pages_title {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
}
.pagination_by {
  float: right;
  width: 230px;
  text-transform: uppercase;
  text-align: right;
}
.pagination_by ul {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination_by ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.pagination_by ul li:not(:last-child) {
  margin-right: 10px;
}
.pagination_by ul li:hover a,
.pagination_by ul li.active a {
  color: #fff;
  background: #ed1c24;
}
.pagination_by ul li a {
  background: #dadada;
  display: block;
  text-align: center;
  line-height: 33px;
  padding: 0 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  color: #222326;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.details_top {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 35px;
}
.details_top .container {
  padding-left: 0px;
}
.details_top_title {
  font-size: 48px;
  color: #000;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-align: center;
  margin-top: 10px;
}
.details_top_text {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  width: 720px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
.details_top_text_more {
  text-align: left;
  margin-top: 10px;
}
.details_top_text_more p
{
 text-align:left;
}
.details_top_text_more a {
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
}
.details_top_text_more a:hover {
  border-bottom: 1px dashed transparent;
}
.details_content {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.details_content_left {
  float: left;
  width: 70px;
  position: relative;
}
.details_content_left ul li {
  position: relative;
}
.details_content_left ul li:not(:last-child) {
  margin-bottom: 10px;
}
.details_content_left ul li.active a,
.details_content_left ul li:hover a {
  border: 1px solid #e4003a;
}
.details_content_left ul li a {
  display: block;
  height: 70px;
  width: 70px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.details_content_left ul li a img {
  position: absolute;
  margin: auto;
  padding: 5px;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
  max-height: 100%;
  max-width: 100%;
}
.details_content_center {
  width: 550px;
  position: relative;
  float: left;
  display: block;
  margin-left: 35px;
  padding-bottom: 30px;
}
.details_content_center_image {
  height: 410px;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.details_content_center_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.details_content_center_spec {
  display: block;
  width: 100%;
  position: relative;
}
.details_content_center_spec table {
  margin-top: 25px;
  width: 100%;
}
.details_content_center_spec table tr td {
  height: 40px;
  border-bottom: 1px solid #dadada;
  padding: 0 10px;
}
.details_content_center_spec table tr td:first-child {
  font-size: 16px;
}
.details_content_center_spec table tr td:last-child {
  font-size: 24px;
}
.details_content_center_spec_title {
  font-size: 22px;
  color: #000;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-transform: uppercase;
}
.details_content_center_reviews {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.details_content_center_reviews_title {
  font-size: 22px;
  color: #000;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-transform: uppercase;
  float: left;
  display: block;
  line-height: 30px;
}
.details_content_center_reviews_title span {
  color: #ed1c24;
}
.details_content_center_reviews_head {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.details_content_center_reviews_add {
  float: left;
  width: 160px;
  height: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #363895;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  color: #fff;
  margin-left: 25px;
}
.details_content_center_reviews_add:hover {
  background: #4b4dbe;
}
.details_content_center_reviews_item {
  display: block;
  width: 100%;
  position: relative;
}
.details_content_center_reviews_item_head {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.details_content_center_reviews_item_head_date {
  float: left;
  margin-right: 10px;
  background: #dadada;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0 3px;
}
.details_content_center_reviews_item_head_author {
  font-family: 'PT Sans', sans-serif;
  color: #ed1c24;
  font-size: 18px;
  float: left;
}
.details_content_center_reviews_item_head_rating {
  text-align: right;
}
.details_content_center_reviews_item_head_rating_count {
  display: inline-block;
  float: right;
  font-family: 'PT Sans', sans-serif;
  background: #dadada;
  color: #000;
  padding: 0 3px;
  font-size: 16px;
}
.details_content_center_reviews_item_text {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #646262;
  font-family: 'PT Sans', sans-serif;
  line-height: 20px;
}
.details_content_center_reviews_other {
  text-align: center;
  margin-top: 20px;
}
.details_content_center_reviews_other a {
  font-family: 'PT Sans', sans-serif;
  line-height: 35px;
  font-size: 22px;
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
}
.details_content_center_reviews_other a:hover {
  border-bottom: 1px dashed transparent;
}
.details_content_right {
  float: right;
  position: relative;
  width: 265px;
}
.details_content_right .list_consult {
  margin-top: 50px;
}
.details_content_right .articles_item {
  margin-top: 50px;
  width: 100%;
}
.details_content_right .articles_item .articles_item_img {
  height: 180px;
}
.details_content_right_price {
  margin-top: 30px;
  display: block;
  width: 100%;
  position: relative;
}
.details_content_right_price_old {
  color: #aaa;
  font-family: "Tahoma", sans-serif;
  font-size: 24px;
  text-align: center;
  text-decoration: line-through;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.details_content_right_price_current {
  color: #ad2409;
  font-size: 48px;
  font-family: "Tahoma", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.details_content_right_stock {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 20px;
}
.details_content_right_stock a {
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
}
.details_content_right_stock a:hover {
  border-bottom: 1px dashed transparent;
}
.details_content_right_add {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.details_content_right_add a {
  display: block;
  height: 90px;
  width: 100%;
  background: #363895;
  color: #fff;
  text-align: center;
  line-height: 90px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 43px;
}
.details_content_right_add a:hover {
  background: #4b4dbe;
}
.details_content_right_price_add_stick {
  position: absolute;
  left: -8px;
  top: 0;
  background: #ed1c24;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 10px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: 999;
}
.details_content_right_click {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.details_content_right_click a {
  width: 160px;
  display: block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  font-size: 14px;
  background: #ed1c24;
  text-align: center;
}
.details_content_right_click a:hover {
  background: #f14950;
}
.details_content_right_favourite {
  padding-left: 30px;
  background: url("../images/star_pass.png") no-repeat left center;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
}
.details_content_right_favourite a {
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
}
.details_content_right_favourite a:hover {
  border-bottom: 1px dashed transparent;
}
.details_content_right_compare {
  padding-left: 30px;
  background: url("../images/add-comp.png") no-repeat left center;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
}
.details_content_right_compare a {
  color: #ed1c24;
  border-bottom: 1px dashed #ed1c24;
}
.details_content_right_compare a:hover {
  border-bottom: 1px dashed transparent;
}
.articles_item_head_title {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-transform: uppercase;
}
.details_similar {
  width: 100%;
  position: relative;
  display: block;
}
.details_similar .container {
  padding-left: 70px;
}
.details_similar_title {
  text-transform: uppercase;
  color: #a10220;
  font-size: 60px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.details_similar_slider_prev,
.details_similar_slider_next {
  display: block;
  width: 20px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -43px;
  z-index: 99;
}
.details_similar_slider_prev {
  background: url("../images/prev.png") no-repeat center center;
  left: 0;
}
.details_similar_slider_next {
  background: url("../images/next.png") no-repeat center center;
  right: 0;
}
.details_similar_slider {
  width: 899px;
  margin: 0 auto;
  position: relative;
  padding: 0 39px;
}
.details_similar_wrap {
  position: relative;
  width: 100%;
}
.search-button{
  width: 100%;
  display: block;
  height: 100%;
  background: #363895;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-transform: uppercase;
}
.sub-button {
  width: 100%;
  display: block;
  height: 100%;
  background: #363895;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-family: 'PT Sans Narrow Bold', sans-serif;
  text-transform: uppercase;
}
.filt_ok {
    background-color: #e1000f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width:250px;
    padding-bottom: 5px;
    color: #fff;
    display:none;
    line-height:25px;
    border-radius: 5px;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: 0px;
    top: -93px;
}
.filt_ok a
{
 background-color:#4b4dbe;
 display:block;
 float:right;
 width:80px;
 height:25px;
 text-align:center;
 line-height:25px;
 color:#fff; text-decoration:underline;
}
.basket-tab-title
{
display:block;
float:left;
width:350px;
height:50px;
line-height:40px;
text-aligN:center;
font-size:24px;
cursor:point;
background-color:#fff;
border:5px #363895 solid;
}
.basket-tab-title_active
{
display:block;
float:left;
width:350px;
height:50px;
line-height:40px;
text-aligN:center;
font-size:24px;
color:#fff;
background-color:#363895;
border:5px #363895 solid;
}
.liner
{
 border-top:1px #ccc dotted;
 margin-top:15px;
 height:15px;
}
.inps
{
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e8e9ea;
    height: 35px;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    margin-right: 10px;
    float: left;
    text-indent: 15px;
    font-size:18px;
}
.t_left
{
 font-size:18px;
}
.ch1
{
 margin-top:20px;
     text-transform: uppercase;
    color: #000;
    text-align:center;
    display:block;
    font-size: 26px;
    font-family: 'PT Sans Narrow Bold', sans-serif;
    margin-bottom: 10px;

}
.lbfb2
{
 color:#ed1c24;
 float:right
}
.leftbar2
{
 float:left;
 width:250px;

}
.leftbar2 a
{
 display:block;
 font-size:16px;
     color: #ed1c24;
     padding-left:15px;
    text-decoration: none;
    text-transform:uppercase;
    border-bottom:1px #474c52 solid;
    padding-bottom:10px;
    padding-top:10px;
}
.leftbar2 a:hover
{
 background-color:#363895;
 color:#fff;

}
.details_right_click2 a {
    display: block;
    margin: 0 auto;

    background: #06983d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    width: 160px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'PT Sans Narrow Bold', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}
.panel2 {
  z-index: 9999;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #ed1c24;
  height: 40px;
  min-width: 1200px;

}
.panel2_b
{
 float:left;
 margin-top:1px;
 width:200px;
  margin-left:5px;
 margin-right:5px;
}
.panel2_b_active
{
 float:left;
 width:200px;
  margin-left:5px;
 margin-right:5px;
}
.panel2_b a
{
 width:100%;
 margin-top:5px;
 display:block;
 background-color:#fff;
 color:#000;
 text-align:center;
 border-radius:10px 10px 0 0;
 line-height:30px;
 height:35px;
 border-left:1px #fff solid;
  border-top:1px #fff solid;
   border-right:1px #fff solid;
 padding-left:10px;
 padding-right:10px;
}
.panel2_b a:hover
{
 width:100%;
 margin-top:5px;
 display:block;
 background-color:#ed1c24;
 color:#fff;
 text-align:center;
 border-radius:10px 10px 0 0;
 line-height:30px;
 height:35px;
 border-left:1px #474c52 solid;
  border-top:1px #474c52 solid;
   border-right:1px #474c52 solid;
 padding-left:10px;
 padding-right:10px;
}
.panel2_b_active a
{
 width:100%;

 border-left:1px #464b51 solid;
  border-top:1px #464b51 solid;
   border-right:1px #464b51 solid;
 margin-top:5px;
 display:block;
 background-color:#464b51;
 color:#fff;
 text-align:center;
border-radius:10px 10px 0 0;
 line-height:30px;
 height:35px;
 padding-left:10px;
 padding-right:10px;
}
