body {
  font-family: "PT Sans";
  color: #00192c;
  background: #edf0f2;
}
.main-container {
  max-width: 1340px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 30px #c0c5cc;
}
a {
  color: #00192c;
}
a:link {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  font-size: 15px;
  line-height: 24px;
}
p a {
  color: #c60505;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
  color: #c60505;
}
h1,
.h1 {
  margin-bottom: 20px;
}
.crumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.crumbs li {
  display: inline-block;
}
.crumbs li:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 3px;
  background: url(/img/crumbs.png) center no-repeat;
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
  top: -2px;
}
.crumbs li.active:after {
  display: none;
}
.crumbs li.active a {
  color: #8e979e;
  text-decoration: none;
  cursor: default;
}
.crumbs a {
  color: #c60505;
  text-decoration: underline;
}
.crumbs a:hover {
  text-decoration: none;
  color: #c60505;
}
.page-title {
  padding-top: 11px;
  padding-bottom: 3px;
}
.page-title h1,
.page-title .h1 {
  margin-top: 1px;
}
.sidebar {
  padding-left: 50px;
}
.sidebar>.img {
  margin-bottom: 60px;
}
.sidebar>.img img {
  width: 100%;
}
.sidebar .rubrics {
  border: 1px solid #edf0f2;
  padding: 29px;
  padding-bottom: 37px;
  padding-top: 19px;
  margin-bottom: 60px;
}
.sidebar .rubrics .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #e3e9f1;
  padding-bottom: 13px;
  margin-bottom: 21px;
}
.sidebar .rubrics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .rubrics li {
  margin-bottom: 10px;
}
.sidebar .rubrics li a {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.sidebar .rubrics li a:hover {
  text-decoration: none;
  color: #c60505;
}
.sidebar .rubrics li.active a {
  color: #c60505;
}
.soc-shared {
  margin-bottom: 58px;
  border-top: 2px solid #e3e9f1;
}
.zebra-line {
  width: 100%;
  height: 8px;
  background: url(/img/footer-top.png) center repeat-x;
}
.butt-shadow {
  padding-top: 5px;
  padding-bottom: 8px;
  background: url(/img/butt-shadow.png) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 7px;
}
.butt,
a.butt {
  background: #d30505;
  border: 1px solid #9a0707;
  border-radius: 2px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
  line-height: 35px;
  padding-bottom: 3px;
  outline: none;
  display: inline-block;
  text-align: center;
}
.butt:hover,
a.butt:hover {
  text-decoration: none;
  background: #E1291B;
}
.more,
a.more {
  display: inline-block;
  width: 268px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #c71919;
  border-radius: 25px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
  padding-top: 15px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.more:hover,
a.more:hover {
  text-decoration: none;
  background: #E1291B;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  border: 2px solid #edf0f2;
  padding: 7px 15px;
}
table th {
  background: #edf0f2;
}
.top-menu ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 3px solid #f2f5f8;
}
.top-menu li {
  display: table-cell;
  text-align: center;
  width: 14.2857%;
}
.top-menu li.active a {
  color: #c60505;
}
.top-menu a {
  text-decoration: none;
  display: inline-block;
  padding: 9px 9px 9px 0;
}
.top-menu a:hover {
  color: #c60505;
}
.top-menu a.offer-img {
  padding-left: 25px;
  position: relative;
}
.top-menu a.offer-img:before {
  content: url(/img/percent.png);
  position: absolute;
  left: 0;
  top: 11px;
}
.contact-line {
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
}
.adds,
.mail,
.phone {
  padding-left: 45px;
  position: relative;
  margin-top: 9px;
}
.adds:before,
.mail:before,
.phone:before {
  position: absolute;
  left: 0;
  top: 7px;
}
.adds b,
.mail b,
.phone b {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.adds b a,
.mail b a,
.phone b a {
  color: #00192c;
  text-decoration: none;
}
.adds b a:hover,
.mail b a:hover,
.phone b a:hover {
  text-decoration: underline;
}
.adds a,
.mail a,
.phone a {
  color: #c60505;
  text-decoration: underline;
}
.adds a:hover,
.mail a:hover,
.phone a:hover {
  text-decoration: none;
}
.adds:before {
  position: absolute;
  left: 0;
  content: url(/img/adds.png);
}
.adds b {
  white-space: nowrap;
}
.mail {
  padding-left: 50px;
  float: right;
  left: 40px;
}
.mail:before {
  position: absolute;
  left: 0;
  content: url(/img/mail.png);
}
.phone {
  padding-left: 50px;
  float: right;
}
.phone:before {
  position: absolute;
  left: 0;
  content: url(/img/phone.png);
}
.cat-menu-wrap {
  height: 56px;
  background: #cb0505 url(/img/cat-menu.png) center repeat-x;
  margin-bottom: 10px;
}
.cat-menu-wrap .cat-mobile-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
  padding: 18px;
  display: none;
}
.cat-menu-wrap .cat-mobile-title.cat-mobile-hide {
  text-shadow: 0 1px 2px rgba(255,255,255,0.7);
  color: #000;
}
.cat-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.cat-menu>li {
  display: inline-block;
  text-align: center;
}
.cat-menu>li:last-child a:after {
  display: none;
}
.cat-menu>li>a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
  padding: 18px 54px;
  position: relative;
  z-index: 40;
}
.cat-menu>li>a:after {
  content: url(/img/cat-dots.png);
  position: absolute;
  right: 0;
  top: 20px;
}
.cat-menu>li>a:hover {
  text-decoration: none;
}
.cat-menu>li.drop.active {
  z-index: 39;
}
.cat-menu>li.drop.active>a:before {
  content: url(/img/drop-hover.png);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  bottom: -3px;
  z-index: -1;
}
.cat-menu>li.drop.active a+.drop-wrap {
  display: block;
}
.cat-menu>li:nth-child(3) a:after {
  display: none;
}
.cat-search-menu>li.search {
  list-style: none;
  position: relative;
  z-index: 11;
  flex: 1;
}
.cat-search-menu>li.search .search-field {
  height: 40px;
}
.cat-search-menu>li.search .search-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  margin: auto;
  margin-right: 6px;
  border: none;
  background: url(/img/search-icon.png) no-repeat center #fff;
  background-size: 18px 18px;
}
.cat-search-menu>li.search .search-button:focus {
  outline: none;
}
.drop-wrap {
  width: 100%;
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 41px;
  z-index: 30;
  display: none;
}
.drop-menu {
  padding: 0 25px 7px;
  background: #fff;
  text-align: left;
  border-bottom: 3px solid #c60505;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.drop-menu>div {
  border-bottom: 1px solid #e3e9f1;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.drop-menu>div:last-child {
  border: none;
}
.drop-menu .title {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.drop-menu .item-list a {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}
.drop-menu .item-list a:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 2px;
  height: 3px;
  content: '';
  background: url(/img/footer-link.png) center no-repeat;
}
.drop-menu .item-list a:hover {
  text-decoration: none;
  color: #c60505;
}
.drop-menu .col-md-12 {
  clear: both;
}
.mobile-block {
  position: relative;
  display: none;
}
.mobile-block .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mobile-block a.active {
  color: #c60505;
}
.mobile-menu,
.mobile-order {
  width: 38px;
  height: 38px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  position: absolute;
  top: 18px;
  display: none;
  z-index: 20;
}
.mobile-menu {
  left: 0;
  background: url(/img/mobi-menu.png) center no-repeat;
}
.mobile-order {
  right: 0;
  background: url(/img/mobi-order.png) center no-repeat;
}
.mobile-contact-block {
  position: absolute;
  background: #fff;
  z-index: 50;
  width: 100%;
  border: 1px solid #d4d4d4;
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
  padding: 25px;
  padding-top: 28px;
  padding-bottom: 15px;
  display: none;
}
.mobile-contact-block .adds,
.mobile-contact-block .mail,
.mobile-contact-block .phone {
  float: none;
  left: auto;
  right: auto;
  text-align: left;
  margin-bottom: 20px;
}
.mobile-contact-block .adds {
  padding-left: 50px;
}
.mobile-contact-block .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.close-1,
.close-2 {
  width: 16px;
  height: 16px;
  background: url(/img/close.png) center no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}
.close-2 {
  top: 25px;
  right: 25px;
}
.slick-slider .slick-slide {
  height: auto;
}
.slick-slider>button {
  width: 66px;
  height: 66px;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
}
.slick-slider>button:after {
  content: '';
  display: block;
  width: 19px;
  height: 30px;
  background: url(/img/sprite.png);
}
.slick-slider>button.slick-prev {
  box-shadow: 4px 0 rgba(0,0,0,0.3);
  left: 80px;
}
.slick-slider>button.slick-prev:after {
  background-position: 0 0;
  position: relative;
  left: 22px;
}
.slick-slider>button.slick-prev:hover:after {
  background-position: -21px 0;
}
.slick-slider>button.slick-next {
  box-shadow: -4px 0 rgba(0,0,0,0.3);
  right: 80px;
}
.slick-slider>button.slick-next:after {
  background-position: 0 -30px;
  position: relative;
  left: 25px;
}
.slick-slider>button.slick-next:hover:after {
  background-position: -21px -30px;
}
.slick-slider>button:active {
  box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.main-slide-alone {
  padding-bottom: 22px;
  background: url(/img/slider-shd.png) center 100% no-repeat;
  background-size: contain;
  transition: background 0.7s ease;
  display: block;
  margin: 0 auto;
  width: 1140px;
  height: 442px;
}
.js-main-slider {
  margin-bottom: 50px;
}
.js-main-slider .slick-slide {
  padding-bottom: 22px;
  background: url(/img/slider-shd.png) center 70% no-repeat;
  background-size: contain;
  transition: background 0.7s ease;
  position: relative;
}
.js-main-slider .slick-slide span {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.js-main-slider .slick-slide span:before {
  position: absolute;
  content: '';
  display: block;
  background: rgba(255,255,255,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.js-main-slider .slick-slide img {
  width: 100%;
}
.js-main-slider .slick-slide.slick-active {
  background-position: center bottom;
}
.js-main-slider .slick-slide.slick-active img {
  opacity: 1;
}
.js-main-slider .slick-slide.slick-active span:before {
  display: none;
}
.js-main-slider .slick-slide .title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0,0,0,0.5);
  position: absolute;
  left: 75px;
  top: 15%;
  text-transform: uppercase;
  max-width: 630px;
  line-height: normal;
}
.js-main-slider .slick-slide .more {
  position: absolute;
  left: 75px;
  bottom: 20%;
}
.js-main-slider>button {
  margin-top: -55px;
}
.js-main-slider .slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.js-main-slider .slick-dots button {
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00192c;
  outline: none;
  border: 3px solid #fff;
}
.js-main-slider .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.js-main-slider .slick-dots li.slick-active button {
  border: 3px solid #c60505;
  background: #fff;
}
.why-we {
  text-align: center;
  background: url(/img/footer-top.png) center bottom repeat-x;
  padding-bottom: 50px;
  margin-bottom: 10px;
}
.why-we .img {
  margin-bottom: 30px;
}
.why-we .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.why-we p {
  padding: 12px;
}
.cat-sliders {
  padding-bottom: 22px;
}
.cat-sliders .title {
  font-size: 36px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.js-carousel {
  margin-bottom: 10px;
}
.js-carousel .slick-slide {
  margin: 0 3px;
}
.js-carousel .slick-slide img {
  display: inline-block;
}
.js-carousel button {
  background: #edf0f2;
  margin-top: -33px;
}
.js-carousel button.slick-prev {
  box-shadow: none;
  left: -25px;
}
.js-carousel button.slick-next {
  box-shadow: none;
  right: -25px;
}
.article-block {
  margin-bottom: 43px;
}
.article-block .article>.img {
  margin-bottom: 0;
}
.article-block .article>.img:after {
  display: none;
}
.article-block .zebra-line {
  margin-bottom: 33px;
}
.article {
  font-size: 15px;
}
.article .text {
  padding-bottom: 18px;
}
.article .text a {
  color: #c60505;
  text-decoration: underline;
}
.article .text a:hover {
  text-decoration: none;
}
.article p {
  margin-bottom: 20px;
}
.article>.img {
  position: relative;
  margin-bottom: 22px;
}
.article>.img img {
  width: 100%;
  display: block;
}
.article>.img:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(225,225,225,0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.article .date {
  font-size: 13px;
  color: #505a62;
  margin-bottom: 15px;
}
.article ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  font-size: 15px;
}
.article ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
}
.article ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: url(/img/sprite.png);
  background-position: -32px -63px;
  position: absolute;
  left: 0;
  top: 8px;
}
.new-article .h2 {
  margin-top: 25px;
  margin-bottom: 30px;
}
.article-prev {
  margin-bottom: 42px;
}
.article-prev img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.article-prev>a {
  color: #c60505;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 7px;
}
.article-prev>a:hover {
  text-decoration: none;
  color: #c60505;
}
.article-prev .date {
  font-size: 13px;
  color: #505a62;
  margin-bottom: 9px;
}
.pages-nav {
  padding: 5px 0;
  margin-bottom: 38px;
}
.pages-nav b {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.pages-nav>div {
  text-align: center;
  position: relative;
}
.pages-nav>div .prev,
.pages-nav>div .next {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #9a0707;
  border-radius: 2px;
  background: #ce0505;
}
.pages-nav>div .prev:after,
.pages-nav>div .next:after {
  content: '';
  display: block;
  width: 14px;
  height: 20px;
  background: url(/img/sprite.png);
  position: relative;
  top: 9px;
  left: 11px;
}
.pages-nav>div .prev:hover,
.pages-nav>div .next:hover {
  background: #e23636;
}
.pages-nav>div .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.pages-nav>div .prev:after {
  background-position: 1px -62px;
}
.pages-nav>div .next {
  position: absolute;
  top: 0;
  right: 0;
}
.pages-nav>div .next:after {
  background-position: 25px -62px;
}
.pages-nav .pagination {
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
}
.pages-nav .pagination li {
  display: inline-block;
}
.pages-nav .pagination li a {
  font-size: 16px;
  font-weight: 700;
  color: #00192c;
  width: 38px;
  height: 38px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  margin: 0 5px;
  padding: 6px 0;
  text-align: center;
}
.pages-nav .pagination li a:hover {
  color: #c60505;
  background: none;
}
.pages-nav .pagination li.active a {
  border: 1px solid #9a0707;
  background: #ce0505;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
.pages-nav .pagination li.disabled {
  visibility: hidden;
}
.pages-nav .pagination li.disabled a {
  margin: 0;
}
.catolog>.img {
  margin-bottom: 30px;
}
.catolog>.img img {
  display: block;
  width: 100%;
}
.catolog .products-list {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 23px;
}
.catolog .product {
  width: 33.3333%;
  padding: 0 3px;
  float: left;
  margin-bottom: 6px;
}
.products-grid .product {
  width: 25%;
  padding: 0 3px;
  float: left;
  margin-bottom: 6px;
}
.open-filter {
  display: none;
  padding-bottom: 20px;
}
.open-filter .butt-shadow {
  width: 320px;
}
.filter {
  margin-bottom: 50px;
}
.filter form {
  border: 1px solid #edf0f2;
  border-radius: 2px;
  margin-bottom: 50px;
  padding: 15px;
  padding-bottom: 28px;
  position: relative;
}
.filter form .butt-shadow {
  width: 100%;
}
.filter form .close-filter {
  display: none;
  background: #edf0f2;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  color: #8e979e;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px;
}
.filter form .close-filter:after {
  content: url(../img/close-filter.png);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.filter .form-title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-right: 25px;
}
.filter .form-title .help {
  position: absolute;
  top: 0;
  right: 0;
}
.filter .form-title .help>button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none;
  filter: grayscale(1);
  opacity: 0.6;
  transition: filter 0.2s, opacity 0.2s;
}
.filter .form-title .help>button:hover,
.filter .form-title .help>button:active,
.filter .form-title .help>button:focus {
  filter: grayscale(0);
  opacity: 1;
  transition: filter 0.2s, opacity 0.2s;
}
.filter .form-title .help>.content {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  max-width: 276px;
  padding: 15px;
  border: 2px solid #666;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  background: #fff;
  font: 400 14px/16px "PT Sans";
}
.filter .form-title .help>.content .close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.filter .form-title .help>.content .close:hover {
  opacity: 1;
}
.filter .show-more {
  font-size: 16px;
  color: #c60505;
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px dashed #c60505;
  padding: 0;
  margin: 0 0 0 30px;
}
.filter .form {
  margin-bottom: 15px;
  border-bottom: 2px solid #e3e9f1;
}
.filter .form-item {
  font-size: 14px;
  padding-bottom: 15px;
}
.filter .form-item label {
  display: block;
  margin-bottom: 3px;
}
.filter .form-item label span {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.filter .form-item label span:hover {
  color: #c60505;
}
.filter .form-item label span:hover:before {
  border: 1px solid #8e979e;
}
.filter .form-item label span:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 3px;
}
.filter .form-item input[type="checkbox"] {
  display: none;
}
.filter .form-item input[type="checkbox"]:checked + span {
  color: #c9001e;
}
.filter .form-item input[type="checkbox"]:checked + span:before {
  border: 1px solid #9a0707;
  background: #c60505 url(/img/checked.png) center no-repeat;
}
.filter .form-item input[type="checkbox"].disable + span {
  color: #aaabad;
  cursor: default;
}
.filter .form-item input[type="checkbox"].disable + span:before {
  border: 1px solid #ebeced;
  background: #f8f8f8;
}
.filter .form-item .dashed {
  margin-top: 5px;
}
.filter .butts {
  text-align: center;
}
.filter .butts .reset {
  font-size: 16px;
  color: #c60505;
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px dashed #c60505;
  padding: 0;
}
.filter .butts .reset:hover {
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}
.filter .colors {
  margin-left: -4px;
  margin-right: -6px;
}
.filter .colors label {
  display: block;
  float: left;
  width: 39px;
  height: 28px;
  position: relative;
  margin: 4px 4px;
  cursor: pointer;
  border: 1px solid #e3e9f1;
}
.filter .colors label span {
  width: 13px;
  height: 13px;
  border: 1px solid #8e979e;
  background: #fff url(/img/checked-red.png) center no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
  display: none;
  padding-left: 0;
}
.filter .colors label span:before {
  display: none;
}
.filter .colors label input[type="checkbox"]:checked + span {
  display: block;
}
.filter .colors label:hover {
  border: 1px solid #505a62;
}
.filter .colors .black {
  background: #121212;
}
.filter .colors .white {
  background: #fff;
}
.filter .colors .red {
  background: #ec0000;
}
.filter .colors .yellow {
  background: #ffcc00;
}
.filter .colors .brown {
  background: #915200;
}
.filter .colors .green {
  background: #35b314;
}
.filter .colors .gray {
  background: #9c9c9c;
}
.filter .colors .blue {
  background: #005acc;
}
.filter .colors .purple {
  background: #822bee;
}
.filter .colors .orange {
  background: #ff9019;
}
.filter .colors .pink {
  background: #ff82e0;
}
.filter>.img img {
  width: 100%;
}
.inputs-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 10px;
}
.inputs-row>div {
  padding: 0 6px;
  padding-left: 23px;
  width: 50%;
  float: left;
  position: relative;
}
.inputs-row>div>span {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.price-limit .form-item {
  padding-bottom: 23px;
}
.price-limit input[type="text"] {
  width: auto;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  box-shadow: none;
  color: #8e979e;
  font-size: 14px;
  padding: 3px 5px;
  width: 100%;
}
.price-limit input[type="text"]:focus {
  border: 1px solid #8e979e;
  color: #00192c;
}
.js-uislider-min {
  float: left;
  color: #8e979e;
  font-size: 12px;
}
.js-uislider-max {
  float: right;
  color: #8e979e;
  font-size: 12px;
}
.uislider-wrap {
  padding-left: 6px;
  padding-right: 6px;
}
.ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border: 3px solid #00192c;
  border-radius: 50%;
  background: #fff;
  outline: none;
  top: -4px;
  margin-top: 1px;
  margin-left: -7px;
}
.ui-slider-horizontal {
  height: 8px;
  border-color: #d4d4d4;
}
.ui-slider .ui-slider-range {
  background: #c60505;
  transition: 0s;
}
.product>div {
  position: relative;
  border: 1px solid #edf0f2;
  padding: 15px 15px 44px;
  min-height: 365px;
}
.product>div:hover {
  border: 1px solid #c1cad1;
}
.product .img {
  border-bottom: 2px solid #e3e9f1;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}
.product .img>a {
  display: block;
  line-height: 215px;
}
.product .img>div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  text-align: left;
}
.product .img img {
  max-width: 182px;
}
.product .img .offer-link,
.product .img .hit-link {
  display: inline-block;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  height: 26px;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.product .img .offer-link {
  background: #e1291b;
}
.product .img .hit-link {
  background: #3f92e0;
}
.product .name {
  display: block;
  font-size: 16px;
  text-decoration: underline;
  color: #00192c;
  margin-bottom: 10px;
  min-height: 44px;
}
.product .name:hover {
  text-decoration: none;
  color: #c60505;
}
.product b.old-price {
  color: #8e979e;
  font-size: 18px;
  height: 25px;
  display: inline-block;
}
.product b.old-price span {
  font-size: 12px;
}
.product b.old-price:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c60505;
  position: relative;
  left: 0;
  top: 15px;
}
.product b.price {
  position: absolute;
  bottom: 20px;
  font-size: 24px;
  color: #c60505;
  line-height: 20px;
  display: block;
}
.product b.price span {
  font-size: 16px;
}
.product-slider {
  border: 1px solid #edf0f2;
  padding: 15px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.product-slider .big-img {
  border-bottom: 2px solid #e3e9f1;
  margin-bottom: 12px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.product-slider .big-img .img {
  border: none;
  height: auto;
  margin-bottom: 0;
  line-height: auto;
  padding: 0;
  text-align: left;
}
.product-slider .big-img .img .offer-link,
.product-slider .big-img .img .hit-link {
  left: 4px;
}
.product-slider .big-img .img>a {
  text-align: center;
  display: block;
}
.product-slider .big-img .img>a img {
  width: auto;
  max-height: 430px;
  max-width: 100%;
}
.product-slider .big-img img {
  display: inline-block;
  margin-bottom: 0;
}
.product-slider .big-img .loupe {
  width: 43px;
  height: 57px;
  background: url(/img/loupe.png) center no-repeat;
  display: block;
  margin: 0;
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.product-slider .small-img {
  padding-left: 25px;
  padding-right: 25px;
}
.product-slider .small-img .slick-slide {
  border: 1px solid #edf0f2;
  margin: 0 5px;
}
.product-slider .small-img .slick-slide:hover {
  cursor: pointer;
  border: 1px solid #8e979e;
}
.product-slider .small-img .slick-slide.active {
  border: 1px solid #8e979e;
}
.product-slider .small-img .slick-slide img {
  width: 100%;
  display: inline-block;
}
.product-slider .small-img button {
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border-radius: 0;
  z-index: 10;
}
.product-slider .small-img button.slick-prev {
  left: -8px;
}
.product-slider .small-img button.slick-prev:after {
  width: 14px;
  height: 20px;
  background-position: 0 -83px;
  left: 8px;
}
.product-slider .small-img button.slick-next {
  right: -8px;
}
.product-slider .small-img button.slick-next:after {
  width: 14px;
  height: 20px;
  background-position: -17px -83px;
  left: 8px;
}
.product-info {
  padding-left: 15px;
  font-size: 16px;
}
.product-info>div {
  padding: 20px;
}
.product-info>div>b {
  display: block;
}
.product-info .price-block {
  padding-top: 0;
}
.product-info .price-block .old-price {
  color: #8e979e;
  font-size: 21px;
  display: inline-block;
}
.product-info .price-block .old-price span {
  font-size: 15px;
}
.product-info .price-block .old-price:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c60505;
  position: relative;
  left: 0;
  top: 17px;
}
.product-info .price-block .price {
  font-size: 48px;
  line-height: 41px;
  display: block;
}
.product-info .price-block .price span {
  font-size: 21px;
}
.product-info .price-block .price.cube-price {
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  background: #f5f8fa;
  padding: 0 10px;
}
.product-info .price-block .price.cube-price span {
  font-size: 18px;
}
.product-info .info-block {
  background: #f5f8fa;
}
.product-info .info-block a {
  color: #C60505;
  text-decoration: underline;
}
.product-info .info-block a:hover {
  text-decoration: none;
}
.product-info .other-colors {
  margin-left: -4px;
  margin-right: -6px;
}
.product-info .other-colors b {
  padding-left: 4px;
  margin-bottom: 6px;
}
.product-info .other-colors a {
  display: block;
  float: left;
  width: 40px;
  height: 28px;
  margin: 4px 4px;
  border: 1px solid #e3e9f1;
}
.product-info .other-colors a:hover {
  border: 1px solid #505a62;
}
.product-info .other-colors .black {
  background: #121212;
}
.product-info .other-colors .white {
  background: #fff;
}
.product-info .other-colors .red {
  background: #ec0000;
}
.product-info .other-colors .yellow {
  background: #ffcc00;
}
.product-info .other-colors .brown {
  background: #915200;
}
.product-info .other-colors .green {
  background: #35b314;
}
.product-info .other-colors .gray {
  background: #9c9c9c;
}
.product-info .other-colors .blue {
  background: #005acc;
}
.product-info .other-colors .purple {
  background: #822bee;
}
.product-info .other-colors .orange {
  background: #ff9019;
}
.product-info .other-colors .pink {
  background: #ff82e0;
}
.product-info .thickness b {
  margin-bottom: 4px;
}
.product-info .thickness a {
  color: #c60505;
  text-decoration: underline;
  margin-right: 10px;
}
.product-info .thickness a:hover {
  text-decoration: none;
}
.product-info .butt-shadow {
  padding-bottom: 10px;
}
.tabs-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.tabs-2 li {
  display: inline-block;
}
.tabs-2 li .title {
  display: inline-block;
  background: #edf0f2;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding: 10px 30px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #505a62;
  cursor: pointer;
  position: relative;
  top: 4px;
  z-index: 5;
  transition: all .1s;
}
.tabs-2 li.active .title {
  color: #c60505;
  background: #fff;
  border: 1px solid #edf0f2;
  border-bottom: none;
  z-index: 20;
  top: 1px;
}
.tabs-2 li.active .article {
  display: block;
}
.tabs-2 .article {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  border: 1px solid #edf0f2;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.other-goods {
  padding-bottom: 22px;
  margin-bottom: 28px;
}
.other-goods .title {
  font-size: 36px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.offers-block {
  margin-bottom: 30px;
}
.offers-block a,
.offers-block a:focus,
.offers-block a:hover {
  text-decoration: none;
}
.offers-block>img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.offer {
  background: #c60505;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}
.offer span {
  display: block;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
}
.offer .h3 {
  margin: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -1px;
}
.offer img {
  display: block;
  width: 100%;
  border: 2px solid #e4eaf2;
  background: #E4EAF2;
}
.sertif-block {
  margin-left: -20px;
  margin-right: -20px;
}
.sertif {
  display: inline-block;
  padding: 3px;
  border: 1px solid #eef1f3;
  border-radius: 2px;
  margin: 20px;
  margin-top: 0;
}
.tab-portfolio {
  margin-bottom: 25px;
}
.tab-portfolio .img {
  display: block;
  border: 1px solid #edf0f2;
  margin-bottom: 10px;
  position: relative;
}
.tab-portfolio .img img {
  display: block;
  width: 100%;
}
.tab-portfolio .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(80,90,98,0.5) url(../img/loupe-2.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s;
}
.tab-portfolio .img:hover:before {
  opacity: 1;
}
.tab-portfolio .name {
  font-size: 15px;
  color: #c60505;
  text-decoration: underline;
}
.tab-portfolio .name:hover {
  text-decoration: none;
}
.location {
  margin-bottom: 55px;
}
.loc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-bottom: 12px;
}
.loc-list li {
  margin-bottom: 7px;
}
.loc-list li a {
  color: #c60505;
  text-decoration: underline;
  font-size: 16px;
}
.loc-list li a:hover {
  text-decoration: none;
}
.loc-block {
  font-size: 16px;
  padding: 20px 0;
}
.loc-block>.row {
  margin-bottom: 10px;
}
.loc-block .adds-phone {
  margin-bottom: 5px;
}
.loc-block .adds-phone span {
  margin-right: 10px;
}
.loc-block .js-static-map {
  border: 2px solid #d4d4d4;
}
.footer .cat-menu {
  height: auto;
  background: none;
  background: url(/img/footer-top.png) center top repeat-x;
  padding-top: 36px;
  padding-bottom: 41px;
}
.footer .cat-menu .title {
  font-size: 16px;
  font-weight: 700;
  color: #c60505;
  border-bottom: 1px solid #e3e9f1;
  max-width: 294px;
  padding-bottom: 7px;
  margin-bottom: 18px;
}
.footer .cat-menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.footer .cat-menu li {
  display: block;
  text-align: left;
  width: auto;
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px;
}
.footer .cat-menu li:after {
  display: none;
}
.footer .cat-menu li:before {
  content: '';
  display: block;
  width: 2px;
  height: 3px;
  background: url(/img/footer-link.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
.footer .cat-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #00192c;
  text-transform: none;
  display: inline-block;
  text-shadow: none;
  padding: 0;
}
.footer .cat-menu a:hover {
  color: #c60505;
  text-decoration: none;
}
.footer-bottom {
  background: #00192c;
}
.footer-bottom .row {
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer-bottom ul {
  display: table;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #334756;
}
.footer-bottom li {
  display: table-cell;
  text-align: center;
  width: 14.2857%;
}
.footer-bottom li a {
  text-decoration: none;
  display: inline-block;
  padding: 9px 9px 9px 0;
  color: #e3e9f1;
}
.footer-bottom li a:hover {
  color: #fff;
}
.footer-bottom li a.shares {
  padding-left: 25px;
  position: relative;
}
.footer-bottom li a.shares:before {
  content: url(/img/percent.png);
  position: absolute;
  left: 0;
  top: 11px;
}
.footer-bottom .adds,
.footer-bottom .mail,
.footer-bottom .phone {
  float: none;
  left: auto;
}
.footer-bottom .adds b,
.footer-bottom .mail b,
.footer-bottom .phone b {
  color: #fff;
}
.footer-bottom .adds b a,
.footer-bottom .mail b a,
.footer-bottom .phone b a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom .adds b a:hover,
.footer-bottom .mail b a:hover,
.footer-bottom .phone b a:hover {
  text-decoration: underline;
}
.footer-bottom .adds a,
.footer-bottom .mail a,
.footer-bottom .phone a {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom .adds a:hover,
.footer-bottom .mail a:hover,
.footer-bottom .phone a:hover {
  text-decoration: none;
}
.footer-bottom .soc-ico {
  text-align: right;
}
.footer-bottom .soc-ico a {
  display: inline-block;
  margin-right: 5px;
}
.footer-bottom .soc-ico a img {
  display: block;
}
.footer-copy {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.5);
  z-index: 20;
}
.footer-copy .container {
  position: relative;
}
.footer-copy .klen-logo {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
}
.footer-copy p {
  font-size: 12px;
  color: #343943;
  position: relative;
  margin-bottom: 0;
}
.footer-copy .copy-left a {
  display: inline-block;
  margin-left: 50px;
  font-size: 12px;
  color: #343943;
  text-decoration: underline;
}
.footer-copy .copy-left a:hover {
  text-decoration: none;
}
.footer-copy .copy-right p a {
  color: #343943;
}
.fancybox-skin {
  padding: 0 !important;
  border-radius: 0;
}
.fancybox-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8) url(/img/close.png) center no-repeat;
  top: 10px;
  right: 10px;
}
.fancybox-nav span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  margin-top: -18px;
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.fancybox-nav span:after {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  background: url(/img/sprite.png);
  position: absolute;
  top: 9px;
}
.fancybox-prev span:after {
  background-position: 0 -83px;
  left: 11px;
}
.fancybox-next span:after {
  background-position: -17px -83px;
  right: 11px;
}
.fancybox-overlay {
  background: rgba(0,25,44,0.5);
}
.popup-map {
  padding: 65px 10px 45px;
  background: #fff;
}
.popup-map .h3 {
  margin-top: 0;
}
.popup-map a {
  display: block;
  border-bottom: 2px solid #e3e9f1;
  font-size: 16px;
  text-decoration: underline;
  line-height: normal;
  padding: 18px 0 25px;
}
.popup-map a:hover {
  color: #c60505;
  text-decoration: none;
}
.popup-map a.active {
  color: #c60505;
  text-decoration: none;
}
.popup-map a:last-child {
  border: none;
}
.popup-map .map {
  border: 2px solid #d4d4d4;
}
.popup-order-call {
  width: 555px;
  background: #fff;
  padding: 38px 100px 58px;
}
form>div {
  margin-bottom: 15px;
}
form .h1 {
  text-align: center;
}
form span {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}
form .butt-shadow {
  width: 232px;
  margin: auto;
  padding-top: 35px;
}
input[type="text"],
input[type="email"],
textarea {
  font-size: 16px;
  padding: 6px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  width: 100%;
}
.error input[type="text"],
.error input[type="email"],
.error textarea {
  border: 1px solid #ffd4d4;
  background: #fff0f0;
}
textarea {
  min-height: 150px;
}
@media (min-width: 768px) {
  .row.grid-row .col-sm-1:nth-child(12n+1),
  .row.grid-row .col-sm-2:nth-child(6n+1),
  .row.grid-row .col-sm-3:nth-child(4n+1),
  .row.grid-row .col-sm-4:nth-child(3n+1),
  .row.grid-row .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .row.grid-row .col-sm-1:nth-child(12n+1)
	.row.grid-row .col-sm-2:nth-child(6n+1),
  .row.grid-row .col-sm-3:nth-child(4n+1),
  .row.grid-row .col-sm-4:nth-child(3n+1),
  .row.grid-row .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row.grid-row .col-md-1:nth-child(12n+1),
  .row.grid-row .col-md-2:nth-child(6n+1),
  .row.grid-row .col-md-3:nth-child(4n+1),
  .row.grid-row .col-md-4:nth-child(3n+1),
  .row.grid-row .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .row.grid-row .col-md-1:nth-child(12n+1),
  .row.grid-row .col-md-2:nth-child(6n+1),
  .row.grid-row .col-md-3:nth-child(4n+1),
  .row.grid-row .col-md-4:nth-child(3n+1),
  .row.grid-row .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .row.grid-row .col-lg-1:nth-child(12n+1),
  .row.grid-row .col-lg-2:nth-child(6n+1),
  .row.grid-row .col-lg-3:nth-child(4n+1),
  .row.grid-row .col-lg-4:nth-child(3n+1),
  .row.grid-row .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
.popover a.js-form-submit {
  color: #C60505;
  text-decoration: underline;
}
.filter .links-list {
  border: 1px solid #edf0f2;
  padding: 29px;
  padding-bottom: 37px;
  padding-top: 19px;
  margin-bottom: 60px;
}
.filter .links-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter .links-list li {
  margin-bottom: 10px;
}
.filter .links-list li a {
  font-size: 18px;
  line-height: normal;
  text-decoration: underline;
}
.filter .links-list li a:hover {
  color: #c60505;
}
.content-table {
  width: 153%;
}
@media (max-width: 992px) {
  .div-content-table {
    overflow: auto;
  }
  .content-table {
    width: 1200px;
  }
}
.video-embed {
  max-width: 100%;
}
.video-embed iframe {
  max-width: 100%;
}
