black::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #999;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #999;
}

@font-face {
  font-family: 'Roboto-light';
  src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'Open-Sans';
  src: url('../fonts/open-sans.ttf');
}

:root {
  --primary: #2b84d2;
  --primary-hover: #569ddc;
  --accent: #1e2459;
  --accent-hover: #171b3b;
  --white: #fff;
  --gray: #EBEBEB;
  --lightgray: #EBEBEB;
  --black: #333;

}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto';
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body,
html {
  overflow-x: hidden;
}

/* .bg1 {background-color: #1e2459;} */
.bg1 {
  background-color: var(--black) !important;
}

.primary {
background-color: #222 !important;
  border-color: var(--gray) !important;
  color: var(--gray) !important;
  text-decoration: none;
  transition: all ease .2s;
}

.primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  transition: all ease .2s;
}

.primary-outline {
  background-color: var(--white);
  border-color: var(--black);
  color: var(--black);

}

.primary-outline:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
}

.line {
  background-color: #dce2ea;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 1px;
}

.main_title {
  font-size: 30px;
  padding: 20px 0 20px;
  font-weight: 300;
}

.main_title2 {
  padding: 0 0 30px;
  text-transform: uppercase;
}

.main_title3 {
  font-size: 24px;
}

.main_title:after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #1e2459;
  margin-top: 10px;
}

.catlink_block {
  position: absolute;
  top: 59px;
  z-index: 2;
  /* min-height: 0px !important */
}


/* .catlink_block_menu {
  width: 100%;
}

.catlink_block.active {
  display: block;
} */

/* 
.catlink_block .catlink_block_menu,
.catlink_block .catlink_block_menu_block {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(30, 36, 89, 0.06);
  -moz-box-shadow: 0px 2px 20px 0px rgba(30, 36, 89, 0.06);
  box-shadow: 0px 2px 20px 0px rgba(30, 36, 89, 0.06);
  background: #fff;
  list-style: none;
  padding: 10px 0;
}

.catlink_block .catlink_block_menu,
.catlink_block .catlink_block_menu_block_wrap,
.catlink_block .catlink_block_menu_block_col {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 0 0;
}

.catlink_block .catlink_block_menu {
  width: 100%;
}

.catlink_block .catlink_block_menu_block_wrap {
  width: 76.7%;
  margin-left: 2px;
}

.catlink_block .catlink_block_menu_block_col {
  width: 50%;
}

.catlink_block .catlink_block_menu_block_wrap {
  height: 100%;
}

.catlink_block .catlink_block_menu_block {
  padding: 45px 40px;
  height: 673px;
}

.catlink_block .catlink_block_menu_block:not(.active) {
  display: none;
}

.catlink_block .catlink_block_menu a {
  display: block;
  color: #1e2459;
  font-size: 16px;
  text-indent: -7px;
  padding: 20px 25px 10px 35px;
}

.cat_vipmenu {
  display: none;
}

.catlink_block .catlink_block_menu a:hover {
  background: #f5f5f7;
}

.catlink_block .catlink_block_menu a:last-child {
  margin-bottom: 0;
}

.catlink_block .catlink_block_menu a:before {
  content: '';
  background-image: url(../img/icon/arrow-right.png);
  width: 6px;
  height: 9px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: -1px;
  right: 10px;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.catlink_block_menu_block_col {}

.catlink_block_menu_block_col div {
  margin-bottom: 30px;
}

.catlink_block_menu_block_col a {
  display: inline-block;
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 10px;
  margin-bottom: 5px;
}

.catlink_block_menu_block_col a:first-child {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}

.catlink_block_menu_block_col a:first-child:hover {
  color: #1e2459;
} */
/* Сброс базовых стилей */
/* .catlink_block * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* Основной контейнер меню
.catlink_block {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #ffffff;
  position: relative;
  z-index: 100;
} */

.catlink_block_menu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* Основной список меню */
.catlink_block_menu ul {
  list-style: none;
  display: flex;
  align-items: start;
  flex-flow: column;

}

.catlink_block_menu>ul>li {
  /* position: relative; */
  width: 300px;
  border-right: 1px solid #ccc;
  padding: 0 5px;
}

/* Стили для ссылок и кнопок */
.catlink_block_menu>ul>li>a,
.catlink_block_menu>ul>li>.dropdown-toggle {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: var(--accent);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  background: none;
  white-space: nowrap;
  border-radius: 6px;
  margin: 2px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* Hover эффекты */
.catlink_block_menu>ul>li>a:hover,
.catlink_block_menu>ul>li>.dropdown-toggle:hover,
.catlink_block_menu>ul>li.active>.dropdown-toggle {
  background: #1e2459;
  color: #f1f5f9;
  transform: translateY(-1px);
}

/* Стрелка для выпадающего меню */
.has-dropdown>.dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.4s ease;
}

.has-dropdown.active>.dropdown-toggle::after,
.has-dropdown:hover>.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Выпадающее меню */
.dropdown-menu {
  position: absolute;
  top: 10px;
  left: 305px;
  background: #ffffff;
  min-width: 280px;
  border-radius: 8px;
  /* box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.98);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  padding: 8px 0;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}

/* Показ выпадающего меню */
.has-dropdown:hover .dropdown-menu,
.has-dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Элементы выпадающего меню */
.dropdown-item {
  margin: 0 8px;
  border-radius: 4px;
  overflow: hidden;
}

.dropdown-item:not(:last-child) {
  margin-bottom: 2px;
}

.dropdown-item a {
  display: block;
  padding: 4px;
  color: #4b5563;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  transition: all 0.15s ease;
  position: relative;
}

/* .dropdown-item a:hover {
  background: #f8fafc;
  color: #1d4ed8;
  padding-left: 20px;
}

.dropdown-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  background: #2563eb;
  border-radius: 0 2px 2px 0;
  transform: translateY(-50%);
  transition: height 0.15s ease;
} */

.dropdown-item a:hover::before {
  height: 70%;
}

/* Скроллбар для выпадающего меню */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
  .catlink_block_menu {
    padding: 0 10px;
  }

  .catlink_block_menu>ul>li>a,
  .catlink_block_menu>ul>li>.dropdown-toggle {
    padding: 14px 16px;
    font-size: 13px;
  }
}

/* Мобильная версия */
@media (max-width: 768px) {
  .catlink_block_menu ul {
    flex-direction: column;
    width: 100%;
  }

  .catlink_block_menu>ul>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }

  .catlink_block_menu>ul>li>a,
  .catlink_block_menu>ul>li>.dropdown-toggle {
    padding: 16px 20px;
    margin: 0;
    border-radius: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  .dropdown-menu {
    position: static;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    border-top: 1px solid #e5e7eb;
    max-height: none;
    background: #f9fafb;
    margin-top: 0;
    padding: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .has-dropdown.active .dropdown-menu {
    display: block;
    animation: slideDown 0.2s ease;
  }

  .dropdown-item {
    margin: 0;
    border-radius: 0;
  }

  .dropdown-item a {
    padding: 14px 30px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
  }

  .dropdown-item:last-child a {
    border-bottom: none;
  }

  .dropdown-item a:hover {
    background: #f1f5f9;
    padding-left: 35px;
  }
}

/* Анимация для мобильного меню */
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 500px;
  }
}

/* Маленькие экраны */
@media (max-width: 480px) {
  .catlink_block_menu {
    padding: 0 5px;
  }

  .catlink_block_menu>ul>li>a,
  .catlink_block_menu>ul>li>.dropdown-toggle {
    padding: 14px 15px;
    font-size: 14px;
  }

  .dropdown-item a {
    padding: 12px 25px;
    font-size: 13px;
  }

  .dropdown-item a:hover {
    padding-left: 30px;
  }
}

/* Улучшенная доступность */
@media (prefers-reduced-motion: reduce) {
  .catlink_block_menu * {
    transition: none !important;
    animation: none !important;
  }
}

.header {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(30, 36, 89, 0.06);
  -moz-box-shadow: 0px 4px 20px 0px rgba(30, 36, 89, 0.06);
  box-shadow: 0px 4px 20px 0px rgba(30, 36, 89, 0.06);
}

.header_top a {
  color: #fff;
  font-size: 14px;
  margin: 0 30px 0 0;
  display: inline-block;
}

.header_mob a.header_phone {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 20px;
  display: inline-block;
}

.header_top a.header_callback {
  margin: 5px 0;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.header_top a .icon,
.header_mob a .icon {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  right: 3px;
}

.header_top a.header_geolocation .icon {
  background-image: url(../img/icon/geo.png);
  width: 12px;
  height: 18px;
}

.header_top a.header_geolocation span:not(.icon) {
  text-decoration: underline;
}

.header_top a.header_email .icon {
  background-image: url(../img/icon/email.png);
  width: 18px;
  height: 14px;
}

.header_top a.header_phone .icon {
  background-image: url(../img/icon/phone.png);
  width: 18px;
  height: 18px;
}

.header_mob a.header_phone .icon {
  background-image: url(../img/icon/telcon.png);
  width: 20px;
  height: 20px;
  filter: grayscale(1)
}

.header_contact {
  text-align: right;
  display: flex;
  justify-content: center;
  align-content: center;
}

.header_email {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.header_email .nothover {
  margin-right: 1rem !important;
}

.header_phone {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.header_menu a {
  padding: 10px 0;
}

.header_contact {
  text-align: right;
}

.header_bottom {
  padding: 10px 0 7px 0;
}

.header_bottom a {
  color: #1e2459;
  font-size: 16px;
  display: inline-block;
}

.header_bottom a.header_catlink .icon {
  background-image: url(../img/icon/phone.png);
  width: 18px;
  height: 18px;
}

a.header_catlink {
  margin: 0 0 0 20px;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 180px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

a.header_catlink.active {
  background-image: url(../img/icon/menu-remove.png);
}

a.header_catlink:hover {
	text-decoration: none;
	background-color: var(--black);
	color: #fff;
}


.header_search {

  height: 50px;
  text-align: center;
  display: flex;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0 0px;
  flex-flow: row;
  justify-content: space-between;

}

.header_search input[type="text"] {
  height: 48px;
  outline: none;
  border: 1px solid #a5a7bd;
  padding: 0 25px;
  color: var(--accent);
  box-shadow: 0 2px 8px 0 rgba(30, 36, 89, 0.2);
  border-radius: 0.5rem;
}

.header_search input[type="text"]::-webkit-input-placeholder {
  color: #b7b7b7;
}

.header_search input[type="text"]::-moz-placeholder {
  color: #b7b7b7;
}

/* Firefox 19+ */
.header_search input[type="text"]:-moz-placeholder {
  color: #b7b7b7;
}

/* Firefox 18- */
.header_search input[type="text"]:-ms-input-placeholder {
  color: #b7b7b7;
}

.header_search input[type="submit"] {
  height: 48px;
  line-height: 48px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0 1rem !important;
  padding: 0 1rem;
  border-bottom: 2px solid #171b3b;
}

.header_cart {
  padding: 15px 0 0 0;
}

.header_cart .icon {
  background-image: url(../img/icon/cart.png);
  width: 25px;
  height: 20px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 4px;
}

.header_cart .val {
  font-family: 'Open Sans';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #1e2459;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -14px;
  left: 4px;
  text-align: center;
  font-size: 10px;
  color: #1e2459;
  font-weight: 600;
  line-height: 16px;
}

.cats_list {
  margin: 40px 7px 52px;
}

.cats_list2 {
  margin: 0 -15px 0 15px;
}

.cats_list .cats_el {
  min-height: 195px;
  padding: 0 8px 8px 0;
  background-repeat: no-repeat;
}

.cats_el {
  cursor: pointer;
}

.cats_list2 .cats_el {
  min-height: 330px;
  padding: 0 30px 30px 0;
}

.cats_list .cats_el.bottom {
  background-position: bottom 22px right 22px;
}

.cats_list .cats_el.top {
  background-position: top 15px right 22px;
}

.cats_list .cats_el_wrap {
  padding: 0px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  height: 240px;
}

.cats_list2 .cats_el_wrap {
  padding: 0 0 10px;
}

.cats_list2 .cats_el_image {
  height: 250px;
  position: relative;
  border-bottom: 1px solid #dce2ea;
}

.cats_list2 .cats_el_name {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #8a8a8a;
  margin: 10px 0;
}

.cats_list2 .cats_el_name_desc {
  text-align: center;
  color: #1e2459;
  text-transform: uppercase;
  font-weight: 500;
}

.cats_list2 .cats_el_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
}

.cats_list .cats_el .cats_el_title {
  text-decoration: none;
  font-size: 20px;
  color: var(--black);
  ;
  line-height: 22px;
  display: block;
  margin: 0 0 10px 0;
}

.cats_list .cats_el .cats_el_desc a {
  display: block;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.brands_list {
  margin: 40px -30px 70px;
}

.brands_list .brands_el {
  display: inline-block;
  width: 14.2%;
  margin: 10px -2px 30px;
  text-align: center;
}

.brands_list .brands_el img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
}

.brands_list .brands_el:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.brands_list .main_title {
  margin: 0px 30px;
}

.feedback .feedback_title {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 5px;
}

.feedback .feedback_desc {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 300;
}

.feedback .feedback_desc2 {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
  margin: 25px 0;
  line-height: 25px;
}

.feedback {
  margin: 0 0 100px;
}

.dostbtn {
  margin: 0 0 50px;
}

.feedback_form input:not([type="submit"]),
.feedback_form textarea {
  margin: 26px 0 0;
  padding: 15px;
  width: 99.7%;
  height: 42px;
  outline: none;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  color: #999;
}

.feedback_form textarea {
  height: 105px;
  resize: none;
}

.cats_el_desc {
  width: 130px;
}

.feedback_form .double input:not([type="submit"]) {
  width: 47.4%;
  margin-left: 30px;
}

.feedback_form .double input:not([type="submit"]):first-child {
  margin-left: 0;
}

.feedback_form .threeble input:not([type="submit"]) {
  width: 30.6%;
  margin-left: 30px;
}

.feedback_form .threeble input:not([type="submit"]):first-child {
  margin-left: 0;
}

.feedback_form input[type="submit"] {
  border: none;
  outline: none;
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #1e2459;
  color: #fff;
  padding: 20px 55px;
  font-size: 18px;
  font-weight: 500;
}

.feedback2 .feedback_form input[type="submit"] {
  margin: 0 auto;
  display: block;
}

/* .footer {padding: 40px 0;background-color: #1e2459;color: #fff;} */
.footer {
  padding: 40px 0;
  background-color: #333;
  color: #e9e9e9;
  position: relative;
  z-index: 12;
}

.footer a {
  color: #fff;
}

.footer_top .footer_phone,
.footer_top .footer_email {
  margin-bottom: 20px;
  font-size: 18px;
  margin-left: 10px;
}

.footer_top .footer_phone .icon,
.footer_top .footer_email .icon {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 12px;
}

.footer_top .footer_email .icon {
  background-image: url(../img/icon/email.png);
  width: 18px;
  height: 14px;
}

.footer_top .footer_phone .icon {
  background-image: url(../img/icon/phone.png);
  width: 18px;
  height: 18px;
}

.footer_logo {
  margin: 5px 0 50px;
}

.footer_menu .footer_menu_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer_menu a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer_bottom {
  margin-top: 30px;
}

.footer_bottom .footer_copyright {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer_bottom .footer_copyright2 {
  font-size: 12px;
  opacity: 0.6;
  width: 68%;
}

.breadcrumps {
  margin: 30px 0;
}

.breadcrumps a {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}

.breadcrumps .arrow {
  display: inline-block;
  width: 5px;
  height: 7px;
  margin: 0 5px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-image: url('../img/icon/arrow-right.png');
}

.breadcrumps .arrow-current {
  background-image: url('../img/icon/arrow-right-active.png');
}

.breadcrumps .current {
  color: #000;
  font-size: 14px;
}

.filter {
  margin: 0 0 40px;
}

.filter .filter_title:first-child {
  margin-top: 0;
}

.filter_title {
  font-size: 18px;
  margin: 20px 0 20px 0;
}

.filter_block {
  -webkit-box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}

.filter_el {
  border-top: 1px solid #dce2ea;
}

.filter_block .filter_el:first-child {
  border: none;
}

.filter_el_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  color: #1e2459;
  font-size: 14px;
  font-weight: 500;
  background-image: url('../img/icon/arrow-bottom.png');
  background-repeat: no-repeat;
  background-position: center right 25px;
}

.filter_el.active .filter_el_title {
  background-image: url('../img/icon/arrow-top.png');
}

.filter_el_value {
  padding: 20px 0 5px 30px;
  background-color: #fbfbfc;
  border-top: 1px solid #dce2ea;
}

.filter_el_value:not(.active) {
  display: none;
}

.filter_el input[type="checkbox"] {
  opacity: 0;
}

.filter_el input[type="checkbox"]+label {
  color: #5c5c5c;
  font-size: 16px;
  margin: 0 0 15px 0;
  display: inline-block;
}

.filter_el input[type="checkbox"]+label:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/icon/checkbox.png);
  position: relative;
  right: 15px;
  top: 2px;
}

.filter_el input[type="checkbox"]:checked+label:before {
  background-image: url(../img/icon/checkbox-checked.png);
}

.filter_el input[type="reset"] {
  background: none;
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #1e2459;
  color: #fff;
  height: 50px;
}

.cats_text {
  margin: 10px 0 50px;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 22px;
}

.cats_text h1 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
}

.cats_text h2 {
  font-size: 18px;
  margin-bottom: 25px;
}

.cats_text p {
  margin-bottom: 30px;
}

.cats_text ul,
.cats_text ol {
  margin-left: 30px;
  margin-bottom: 25px;
}

.cats_text li {
  margin-bottom: 25px;
}

.prods_el {
  -webkit-box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  margin-bottom: 30px;
}

.prods_el_artnumber {
  text-align: right;
  padding: 10px 25px;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 300;
}

.prods_el_image {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.prods_el_name {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}

.prods_el_desc div {
  display: inline-block;
  width: 50%;
  margin: 0 -2px 12px;
}

.prods_el_desc div span {
  color: #8a8a8a;
}

.prods_el_actions {
  background-color: #fbfbfc;
  border-top: 1px solid #dce2ea;
  padding: 10px 25px 10px 217px;
}

.prods_el_actions.prods_el_actions2 {
  padding: 10px 25px 10px 45px;
}

.prods_el_actions div,
.prods_el_actions a {
  display: inline-block;
  vertical-align: top;
}

.prods_el_price {
  font-size: 30px;
  color: #1e2459;
  font-weight: 300;
  margin-right: 50px;
}

.prods_el_price span {
  font-size: 14px;
  color: #8a8a8a;
  display: inline-block;
  margin-left: 15px;
}

.prods_el_count {
  width: 78px;
  height: 38px;
  border: 1px solid #1e2459;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.prods_el_count input {
  font-size: 14px;
  color: #1e2459;
  border: none;
  outline: none;
  width: 75%;
  height: 100%;
  text-align: center;
  font-weight: 500;
}

.prods_el_count .min,
.prods_el_count .max {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
}

.prods_el_count .min {
  background-image: url('../img/icon/arrow2-top.png');
}

.prods_el_count .max {
  top: 21px;
  background-image: url(../img/icon/arrow2-bottom.png);
}

.prods_el_btn {
  width: 180px;
  height: 38px;
  text-align: center;
  color: #fff;
  background-color: #1e2459;
  line-height: 38px;
  font-weight: 500;
  margin-left: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prods_el_diameter_title {
  width: 20%;
  font-size: 14px;
  font-weight: 300;
}

.prods_el_diameter_value {
  width: 77.5%;
  margin: 0 0 0 13px;
}

.prods_el_diameter_value a {
  color: #1e2459;
  margin-right: 10px;
  font-weight: 300;
}

.pagination {
  margin: 10px 0 50px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.pagination a,
.pagination i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #8a8a8a;
  font-size: 14px;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  border-right: 1px solid #e7e7e8;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination .prev {
  background-image: url('../img/icon/arrow2-left.png')
}

.pagination .prevprev {
  background-image: url('../img/icon/arrows-left.png')
}

.pagination .next {
  background-image: url('../img/icon/arrow2-right.png')
}

.pagination .nextnext {
  border-right: non;
  background-image: url('../img/icon/arrows-right.png')
}

.pagination i {
  color: #1e2459;
  font-weight: 500;
  font-size: 16px;
}

.load_other {
  text-align: right;
}

.load_other a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #1e2459;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  box-shadow: 0 4px 10px 0 rgba(30, 36, 89, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 13px 0 50px;
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-image: url('../img/icon/load.png');
  padding: 0 20px 0 0;
}

.consultation {
  padding: 30px 20px;
  background-color: #1e2459;
  color: #fff;
  text-align: center;
}

.consultation_title {
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  padding: 0 0 30px 67px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/icon/audio.png);
}

.consultation_desc {
  font-weight: 300;
  margin: 0 0 35px 0;
}

.consultation_btn {
  display: inline-block;
  color: #1e2459;
  width: 177px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}

.default-text {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 32px;
}

.default-text h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #000;
}

.default-text h3 {
  font-size: 20px;
  color: #000;
}

.default-text h4 {
  font-size: 18px;
  color: #000;
}

.default-text p {}

.default-text ul {
  margin-left: 35px;
}

.default-text ul li {}

.blocks .blocks_el {
  -webkit-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 25px;
  display: inline-block;
  margin: 25px 30px 25px 0;
  vertical-align: top;
  width: 100%;
}

.blocks .blocks_el .blocks_el_wrp {
  display: table;
  width: 100%;
  height: 100%;
}

.blocks .blocks_el .blocks_el_wrp div {
  display: table-cell;
  vertical-align: middle;
}

.blocks .blocks_el:last-child {
  margin-right: 0;
}

.blocks.center .blocks_el {
  text-align: center;
}

.blocks.blocks2 .blocks_el {
  width: 48.5%;
}

.blocks.blocks3 .blocks_el {
  width: 33.3%
}

.blocks.blocks4 .blocks_el {
  width: 22.77%;
}

.dilivery .blocks.blocks2 .blocks_el {
  height: 100px;
}

.dilivery .blocks.blocks4 .blocks_el {
  height: 215px;
}

.dilivery .desc {
  font-size: 14px;
  color: #8a8a8a;
}

.dilivery .blocks_el .desc {
  margin-top: 15px;
}

.contacts,
.contacts a {
  color: #000;
  line-height: 27px;
}

.contacts .contacts_el {
  padding: 8px 10px 8px 40px;
  position: relative;
}

.contacts .contacts_el .icon {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 0;
}

.contacts .phone .icon {
  background-image: url('../img/icon/phone2.png');
}

.contacts .email .icon {
  background-image: url('../img/icon/email2.png');
}

.contacts .address .icon {
  background-image: url('../img/icon/geo2.png');
}

.contacts .requisites1 .icon {
  background-image: url('../img/icon/requisites1.png');
}

.contacts .requisites2 .icon {
  background-image: url('../img/icon/requisites2.png');
}

.basket_list .basket_el {
  min-height: 110px;
  padding: 30px 0;
  border-bottom: 1px solid #dce2ea;
}

.basket_list .basket_el .basket_el_block {
  display: inline-block;
  vertical-align: top;
  height: 110px;
  margin: 0 -2px;
  position: relative;
}

.basket_list .basket_el_block.basket_el_image {
  margin: 0 35px 0 9px;
  width: 85px;
}

.basket_list .basket_el_image img {
  width: 85px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
}

.basket_list .basket_el_name {
  width: 400px;
}

.basket_list .basket_el_name a {
  color: #000;
  font-size: 18px;
  margin-top: 15px;
  display: block;
  font-weight: 300;
}

.basket_list .basket_el_artnumber {
  display: block;
  font-weight: 300;
  color: #8a8a8a;
  font-size: 12px;
}

.basket_list .basket_el_price,
.basket_list .basket_el_price2 {
  font-size: 24px;
  color: #1e2459;
  font-weight: 300;
}

.basket_list .basket_el_price.basket_el_block {
  margin: 0 50px 0 105px;
  padding: 40px 0 0 0;
}

.basket_list .basket_el_price2.basket_el_block {
  margin: 0 45px 0 45px;
  padding: 40px 0 0 0;
}

.basket_list .basket_el_price span:last-child {
  color: #8a8a8a;
  font-size: 14px;
}

.basket_list .basket_el_count div {
  width: 78px;
  height: 38px;
  border: 1px solid #1e2459;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin: 38px 0 0 0;
}

.basket_list .basket_el_count input {
  font-size: 14px;
  color: #1e2459;
  border: none;
  outline: none;
  width: 75%;
  height: 100%;
  text-align: center;
  font-weight: 500;
}

.basket_list .basket_el_count .min,
.basket_el_count .max {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
}

.basket_list .basket_el_count .min {
  background-image: url('../img/icon/arrow2-top.png');
}

.basket_list .basket_el_count .max {
  top: 21px;
  background-image: url(../img/icon/arrow2-bottom.png);
}

.basket_list .basket_el_delete a {
  display: inline-block;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../img/icon/delete_basket.png);
  margin-top: 46px;
}

.basket_list .basket_summ {
  text-align: right;
  padding: 40px 0;
}

.basket_list .basket_summ span:first-child {
  color: #8a8a8a;
  font-weight: 300;
  font-size: 18px;
}

.basket_list .basket_summ span:last-child {
  font-size: 30px;
  color: #1e2459;
  font-weight: 500;
  display: inline-block;
  margin-left: 20px;
}

.basket_form {
  background-color: #fbfbfc;
  padding: 40px;
}

.basket_form .basket_form_title {
  font-size: 30px;
  margin-bottom: 35px;
}

.basket_form_dilivery span {
  color: #8a8a8a;
  display: inline-block;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 300;
}

.basket_form input:not([type="submit"]):not([type="radio"]),
.basket_form textarea {
  margin: 30px 0 0;
  padding: 15px;
  width: 99.7%;
  height: 40px;
  outline: none;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  color: #999;
}

.basket_form textarea {
  height: 105px;
  resize: none;
}

.basket_form .double input:not([type="submit"]) {
  width: 47.4%;
  margin-left: 30px;
}

.basket_form .double input:not([type="submit"]):first-child {
  margin-left: 0;
}

.basket_form .threeble input:not([type="submit"]) {
  width: 30.9%;
  margin-left: 35px;
}

.basket_form .threeble input:not([type="submit"]):first-child {
  margin-left: 0;
}

.basket_form input[type="submit"] {
  border: none;
  outline: none;
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #1e2459;
  color: #fff;
  padding: 20px 55px;
  font-size: 18px;
  font-weight: 500;
}

.basket_form input[type="submit"] {
  margin: 0 auto;
  display: block;
}

.basket_form input[type="radio"] {
  opacity: 0;
}

.basket_form input[type="radio"]+label {
  color: #5c5c5c;
  font-size: 16px;
  margin: 0 30px 15px 0;
  display: inline-block;
}

.basket_form input[type="radio"]+label:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/icon/radio.png);
  position: relative;
  right: 15px;
  top: 2px;
}

.basket_form input[type="radio"]:checked+label:before {
  background-image: url(../img/icon/radio-checked.png);
}

.basket_form .basket_desc {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
  margin: 25px 0;
  line-height: 25px;
}

.prod .prod_wrp {
  padding: 15px 30px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
}

.prod .prod_artnumber {
  text-align: right;
  font-size: 13px;
  color: #8a8a8a;
  font-weight: 300;
  padding-bottom: 10px;
}

.prod .prod_image img {
  width: 215px;
}

.prod .prod_name {
  font-weight: 300;
  font-size: 24px;
  color: #000;
}

.prod .prod_price {
  font-size: 36px;
  color: #1e2459;
  font-weight: 300;
  margin: 30px 0;
}

.prod .prod_count {
  width: 78px;
  height: 38px;
  border: 1px solid #1e2459;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.prod .prod_count input {
  font-size: 14px;
  color: #1e2459;
  border: none;
  outline: none;
  width: 75%;
  height: 100%;
  text-align: center;
  font-weight: 500;
}

.prod .prod_count .min,
.prod_count .max {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
}

.prod .prod_count .min {
  background-image: url('../img/icon/arrow2-top.png');
}

.prod .prod_count .max {
  top: 21px;
  background-image: url(../img/icon/arrow2-bottom.png);
}

.prod .prod_btn {
  width: 180px;
  height: 38px;
  text-align: center;
  color: #fff;
  background-color: #1e2459;
  line-height: 38px;
  font-weight: 500;
  margin-left: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}

.prod .prod_desc {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 300;
}

.prod .prod_desc .prod_desc_name {
  color: #8a8a8a;
  font-weight: 300;
  font-size: 16px;
}

.prod .prod_desc div.prod_desc_name {
  margin-top: 25px;
  margin-bottom: 25px;
}

.prod .prod_desc div.prod_desc_name:nth-child(1) {
  margin-top: 0;
}

.prod .prod_desc div:not(.prod_desc_name) {
  margin-bottom: 10px;
}

.prod .prod_desc div.prod_desc_name+div {
  margin-bottom: 0px;
}

.prod .prod_desc a {
  color: #1e2459;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 16px;
  display: inline-block;
}

.prod .prod_desc a:hover {
  font-weight: 500;
}

.prod_block {
  margin: 25px 0;
  padding: 15px 30px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  -moz-box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
  box-shadow: 0 2px 6px 0 rgba(30, 36, 89, 0.12);
}

.prod_size .prod_size_el {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

.prod_size .prod_size_el span {
  color: #8a8a8a;
}

.prod_material table {
  width: 100%;
  margin-bottom: 15px;
}

.prod_material table tr {
  background-color: #f2f2f5;
}

.prod_material table tr:nth-of-type(even) {
  background-color: #fff;
}

.prod_material table td {
  padding: 10px 20px;
  color: #1e2459;
  font-size: 16px;
}

.prods_list2 .prods_el {
  display: inline-block;
  width: 25%;
  margin: 0 -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.prods_list2 .prods_el_image {
  padding: 30px 0;
}

.prods_list2 .prods_el_name {
  font-size: 14px;
  color: #5c5c5c;
  padding: 0 10px 0 0;
  font-weight: 400;
  line-height: 24px;
}

.map-img {
  width: 12px;
  height: 18px;
  display: block;
  float: left;
  background: url('../images/map.png') no-repeat;
  margin-top: 5px;
}

.mail-img {
  width: 18px;
  height: 14px;
  display: block;
  float: left;
  background: url('../images/mail.png') no-repeat;
  margin-top: 3px;
  margin-right: -7px;
}

.tel-img {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  background: url('../images/tel.png') no-repeat;
  margin-top: 5px;
  margin-right: -7px;
}

.header_logo img {
  width: 56px;
  height: auto;
}

.burg span {
  background: #fff;
  border-radius: 4px;
  display: table;
  width: 16px;
  height: 2px;
}

.burg span:nth-child(2) {
  margin: 3px 0px;
}

.burg {
  float: left;
  margin-top: 15px;
}

.burg_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0px 55px 0px 30px;
}

.burg_text::hover {
	text-decoration: none;
}


.header_logo {
  float: left;
}

.catlink_block_menu li {
  list-style: none;
}

.catlink_block_menu .inner {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.catlink_block {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  width: 600px;
}

.catlink_block.active {
  max-height: 1000px;
  box-shadow: -2px 2px 5px 3px rgba(0, 0, 0, 0.12);
  width: 900px;

}

.burg span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.burg.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

.burg.active span:nth-child(2) {
  display: none;
}

.burg.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 3px;
}

.footer_logo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 240px;
}

.footer_logo a span {
  margin-left: 10px;
}

.cats_el_wrap:hover {
  box-shadow: -1px 8px 20px 0px rgba(0, 0, 0, 0.16);
}

.brand_item {
  margin: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  width: 14.28%;
  height: 56px;
}

.brand_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.brand_item_image {
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 70px;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  width: auto;
}

.brand_item_image:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.brendsdiv h2 {
  font-size: 30px;
  font-family: 'Roboto-light';
  font-weight: normal;
}

.brendsdiv h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #1e2459;
}

.brendsdiv {
  margin-bottom: 50px;
}

.brand {
  margin-top: 30px;
}

.pagename {
  font-family: 'Roboto-light';
  font-size: 30px;
  margin-top: -5px;
  margin-bottom: 14px;
  font-weight: normal;
}

.pagename:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #1e2459;
  display: block;
  margin-top: 11px;
}

h3 {
  font-family: 'Roboto-Regular';
  font-size: 24px;
  margin-bottom: 21px;
  margin-top: 10px;
  font-weight: normal;
}

p {
  font-family: 'Roboto-Regular';
  font-size: 16px;
}

.dostavka .row>div>div {
  box-shadow: 0px 0px 6px 4px rgba(30, 36, 89, 0.12);
  text-align: center;
  padding: 25px 20px;
  text-align: center;
}

.dostavka .row>div>div i {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 14px;
  display: table;
  font-style: normal;
}

.dostavka .row>div:before {
  content: "";
}

.moskva>div>div {
  box-shadow: 0px 0px 6px 4px rgba(30, 36, 89, 0.12);
  text-align: center;
  padding: 25px 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 225px;
}

.dostavka b {
  font-family: 'Roboto-Regular';
  font-size: 20px;
  color: #1e2459;
  margin-bottom: 25px;
  display: table;
  font-weight: normal;
}

.dostavka .row {
  margin-bottom: 33px;
}

.dostavka b i {
  font-size: 14px;
  color: #8a8a8a;
  font-style: normal;
}

.crdost>div>div {
  box-shadow: 0px 0px 6px 4px rgba(30, 36, 89, 0.12);
  text-align: center;
  padding: 25px 20px;
  text-align: center;
  height: 94px;
  position: relative;
}

.crdost>div>div p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.feedback_form input[type="submit"] {
  display: table;
  margin: 0px auto;
}

.dostbtn .feedback_form input[type="submit"] {
  font-family: 'Roboto-Medium';
}

.conttext {
  font-size: 18px;
}

.telcon:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/icon/telcon.png') no-repeat;
  margin-right: 10px;
  float: left;
}

.adress a {
  font-size: 16px;
  font-family: 'Roboto-Regular';
  color: #000;
  display: table;
  margin-top: 17px;
}

.mailcon:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url('../img/icon/mailcon.png') no-repeat;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.mapcon:before {
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background: url('../img/icon/mapcon.png') no-repeat;
  margin-right: 10px;
  float: left;
}

.inncon:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url('../img/icon/inncon.png') no-repeat;
  margin-right: 10px;
  float: left;
}

.inncon i {
  display: table;
  font-style: normal;
}

.bankcon:before {
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background: url('../img/icon/bankcon.png') no-repeat;
  margin-right: 10px;
  float: left;
}

.bankcon i {
  display: table;
  font-style: normal;
}

.adress a:hover {
  text-decoration: none;
}

.ymaps-map,
.bx-yandex-map {
  width: 100% !important;
}

.contactbl .row {
  margin-bottom: 20px;
}

.about b {
  font-size: 18px;
  font-family: 'Roboto-Regular';
  margin-bottom: 14px;
  display: table;
}

.about p {
  color: #5c5c5c;
  line-height: 30px;
}

.about .row i {
  display: table;
  margin-left: 27px;
}

.about li {
  color: #5c5c5c;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  margin-bottom: 6px;
}

.about .row {
  margin-bottom: 55px;
}

.bx-active .smart-filter-block {
  max-height: 0px;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  overflow: hidden;
  padding-left: 28px;
}

.bx-active.active .smart-filter-block {
  max-height: 1000px;
}

.breadcrumbs li a {
  font-family: 'Roboto-light';
  color: #999;
  font-size: 13px;
}

.breadcrumbs li a[href=""],
.breadcrumbs li {
  color: #000;
}

.breadcrumbs li.link {
  color: #999;
}

.breadcrumbs li {
  list-style: none;
  float: left;
  font-size: 13px;
}

.breadcrumbs li:not(:first-child):before {
  content: "›";
  padding: 0px 4px
}

.breadcrumbs {
  margin-top: 4rem;
  margin-bottom: 25px;
  overflow: hidden;
}

.choosebtn b {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  display: table;
  font-weight: normal;
}

.select select {
  font-family: 'Open-Sans';
  font-size: 16px;
  color: #1e2459;
  padding: 12px 28px;
  border: navajowhite;
  border-radius: 10px;
  box-shadow: 1px 4px 12px 1px rgba(30, 36, 89, 0.12);
  margin-top: 15px;
  margin-bottom: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
}

.select:after,
.bx-active:after {
  content: "";
  width: 9px;
  height: 6px;
  display: block;
  background: url('../img/chevron-up.png') no-repeat;
  position: absolute;
  top: 35px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.select {
  position: relative;
}

.select.active:after,
.bx-active.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.resitem .img {
  background-image: none !important;
  text-align: center
}

.resitem .img img {
  margin-top: 30px;
  max-width: 200px;
  max-height: 200px
}

.smart-filter-parameters-box-title-text {
  font-family: 'Open-Sans';
  font-size: 16px;
  color: #1e2459 !important
}

.bx-active {
  padding: 6px 0px;
  border-bottom: 1px solid #dce2ea;
  padding-top: 13px;
}

.bx-active:after {
  top: 25px;
}

.smart-filter-parameters-box-title {
  padding-left: 28px;
}

.bx-active hr {
  display: none;
}

.bx-active.active hr {
  display: block;
  border-top: 1px solid #dce2ea;
  margin-top: 6px;
  margin-bottom: 17px;
}

.smart-filter-checkbox-text {
  font-size: 16px;
  color: #5c5c5c;
  font-family: 'Roboto-Regular';
  margin-left: 8px;
}

.bx-active.active {
  padding-bottom: 10px;
}

.form-check {
  margin-bottom: 8px;
}

#togglefilter {
  display: none;
}

#del_filter {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  text-align: center;
  width: 46%;
  background: #1e2459;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px 0px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.rowsize .pagename {
  padding: 0px;
  /*margin-bottom: 77px;*/
}

.title_pr {
  border-top: 1px solid #dce2ea;
  box-shadow: 1px 2px 6px 1px rgba(30, 36, 89, 0.12);
border-bottom-left-radius:0.5rem;
border-bottom-right-radius:0.5rem;
  padding: 15px 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto;
  text-align: center;
  display: grid;
  align-items: center;
  background-color: var(--primary);
}

.title_pr:hover {
  background-color: var(--primary-hover);
}

.chars-list {
margin-bottom:1rem;
}


.chars-list li {
	margin-bottom:0.33rem;
}

.blockname {
  font-size: 30px;
  font-family: 'Roboto-light';
  font-weight: normal;
  margin: 20px auto;
  display: inline-block;
}

.blockname.level_3 {
  border-bottom: 2px solid #1e2459;
  padding-bottom: 9px;
}

.resitem a:hover {
  color: #1e2459;
}

.btmbl>div p {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 20px;
  line-height: 24px;
}

.btmbl h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.btmbl li {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 35px;
}

.btmbl ul {
  margin-bottom: 14px;
  margin-left: 35px;
}

.block-info .image img {
  height: 200px;
  width: auto;
}

.block-info .image {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.blocks_section .block {
  display: table;
  width: 100%;
  margin-bottom: 43px;
}

.block-info h2 {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}

.block-info h2 a {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.block-info h2 a:hover {
  color: var(--primary);
  text-decoration: none;
}


.info-meta span {
  color: #000
}

.info-meta .grey,
.block ul .bold-text {
  font-family: 'Roboto';
  font-size: 14px;
  color: #8a8a8a;
}

.info-meta {
  margin-bottom: 7px;
}

.info {
  width: 75%;
  float: left;
}

.info-diam {
  display: table;
  width: 100%;
  border-top: 1px solid #dce2ea;
  box-shadow: 0px 2px 6px 0px rgba(30, 36, 89, 0.12);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 7px 0px;
  margin: 13px 0px;
  margin-top: 6px;
}

.info-diam .grey {
  font-family: 'Roboto-light';
}

.info-diam .brend_list a {
  font-family: 'Roboto-light';
  color: #1e2459;
  display: inline-block;
  margin-right: 10px;
}

.paginar a {
  font-size: 14px;
  color: #8a8a8a;
  font-family: 'Roboto-Regular';
  padding: 9px 14px;
  display: inline-block;
}

.paginar a.active,
.paginar a:hover {
  color: #1e2459;
  font-family: 'Roboto-Medium';
  text-decoration: none;
}

.paginar {
  display: table;
  box-shadow: 0px 4px 10px 0px rgba(30, 36, 89, 0.12);
  margin-top: -16px;
  margin-bottom: 43px;
}

.paginar a:not(:last-child) {
  border-right: 1px solid #e7e7e8;
}

.paginar .next,
.paginar .prev {
  padding: 9px 27px
}

.freecons b {
  font-family: 'Roboto-Medium';
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  position: relative;
  top: -5px;
  line-height: 30px
}

.freecons p {
  font-family: 'Roboto-light';
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}

.freecons .ostzav {
  background: #fff;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #1e2459;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.8);
  width: 90%;
  margin: 0px auto;
  display: table;
  margin-top: 28px;
  height: 46px;
  border: none;
  cursor: pointer;
}

.freecons .ostzav:hover {
  background: #ccc;
}

.freecons {
  background: #1e2459;
  padding: 20px;
  border-radius: 4px
}

.imgt {}

.imgt img {
  float: left;
  margin-right: 13px;
}

.imgdet {
  float: left;
  margin-right: 53px;
  width: 25.5%;
}

.osnhar h1 {
  font-family: 'Roboto-light';
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.price b {
  font-family: 'Roboto-light';
  font-size: 36px;
  color: #1e2459;
  margin-right: 14px;
}

.price span {
  font-family: 'Roboto-light';
  font-size: 16px;
  color: #8a8a8a;
}

.osnhar {
  display: table;
}

.price {
  margin-bottom: 27px;
}

.add_form input[type="number"] {
  text-align: center;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #1e2459;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #1e2459;
  padding-right: 20px;
}

.add_form input[type=number]::-webkit-inner-spin-button,
.add_form input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.plus {
  width: 10px;
  height: 5px;
  position: absolute;
  right: 8px;
  background: url('../img/plus.png') no-repeat;
  top: 8px;
}

.minus {
  width: 10px;
  height: 5px;
  position: absolute;
  right: 8px;
  background: url('../img/plus.png') no-repeat;
  bottom: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.munbkol {
  position: relative;
  float: left;
  margin-right: 30px;
  height: 35px;
}

.pricediam .munbkol {
  margin-right: 0px;
}

.add_form .btn {
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #fff;
  background: #1e2459;
  height: 36px;
  border-radius: 4px;
  border: none;
  padding: 0px 26px;
}

.add_form .btn.btn-modal-buy {
  height: 36px;
  line-height: 36px;
  background-color: #df1d3b;
  text-align: center;
}

.modal-buy:nth-child(2),
.btn-modal-buy {
  margin-left: 20px;
}

.list-product>span {
  font-family: 'Roboto-light';
  font-size: 16px;
  color: #8a8a8a;
  display: table;
  margin-bottom: 20px;
}

.list-product li {
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}

.list-product li a {
  font-family: 'Roboto-light';
  font-size: 16px;
  color: #1e2459;
}

.list-product li a b {
  font-family: 'Roboto-Medium';
  font-weight: normal;
}

.list-product li:not(:last-child) {
  margin-right: 10px;
}

.list-product li>br:first-child {
  display: none;
}

.list-product:nth-child(2) li {
  font-family: 'Roboto-light';
  font-size: 16px;
}

.list-product {
  margin-bottom: 18px;
}

.art {
  color: var(--black) !important;
  font-size: 14px;
  font-weight: bold;
}

.blok_in {
  display: inline-block;
  width: 100%;
}

.blok_in li {
  list-style: none;
  font-family: 'Roboto-light';
  font-size: 18px;
}

.blok_in li span {
  color: #8a8a8a;
  font-size: 16;
}

.blok_in li:not(:last-child) {
  margin-bottom: 9px;
}

.blok_in:not(:last-child) {
  margin-bottom: 45px;
}

.blok_in h2 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 33px;
}

.blok_in h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #1e2459;
  margin-top: 12px;
}

.blok_in:nth-child(2) {
  box-shadow: 0px 2px 6px 0px rgba(30, 36, 89, 0.12);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 27px;
}

.blok_in img {
  float: left;
  margin-right: 51px;
}

.blok_in table {
  width: 60%;
  border: 0px;
  border-collapse: collapse;
}

.blok_in table tr:nth-child(odd) {
  background: #f2f2f5;
}

.blok_in table tr:nth-child(even) {
  background: #fff;
}

.blok_in table tr {
  padding: 15px 20px;
  font-family: 'Open-Sans';
  font-size: 16px;
  color: #1e2459
}

.blok_in table tr td {
  padding: 15px 20px;
}

.material {
  box-shadow: 0px 2px 6px 0px rgba(30, 36, 89, 0.12);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 27px;
}

.similarbl table tr td:first-child,
.skritblock,
.grafic,
.similarbl>b {
  display: none;
}

.similarbl table tr:not(:nth-child(-n+2)) {
  display: none;
}

.similarbl {
  position: relative;
  margin-top: 15px;
}

.similarbl .prevpr {
  left: 0px;
}

.similarbl .nextpr {
  right: 0px;
}

.similarbl .nextpr,
.similarbl .prevpr {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: block;
  padding: 17px 18px;
  border: 1px solid #a6a8be;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  background: #fff;
  z-index: 1;
}

.similarbl .text {
  display: none;
}

.similarbl b {
  font-size: 14px;
  color: #5c5c5c;
  display: table;
}

.similarbl .imgp img {
  margin-right: 0px !important;
  margin-bottom: 33px;
  max-height: 135px;
  margin-bottom: 33px;
  max-width: 150px;
}

.imgp {
  display: table;
  height: 135px
}

.material img {
  width: 280px;
  height: auto;
}

.similarbl.blok_in {
  margin-bottom: 40px;
}

.cartitem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cartitem .title a {
  font-family: 'Roboto-light';
  font-size: 18px;
  color: #000;
  width: 400px;
  display: table;
}

.cartitem .image img {
  width: 90px;
}

.cartitem .price span {
  font-size: 24px;
  color: #1e2459;
}

.cartitem .price span i {
  font-style: normal;
  font-size: 14px;
  color: #8a8a8a;
}

.jq-number__spin {
  background: none !important;
  border: none;
  box-shadow: none;
}

.jq-number__spin.minus {
  bottom: 8px;
  right: 10px;
}

.jq-number__spin.plus {
  top: 8px;
}

.jq-number__spin.minus:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0px;
  top: 0px;
  border-top: 5px solid #1e2459;
}

.jq-number__spin.plus:after {
  right: 2px;
  left: initial;
  border-bottom: 5px solid #1e2459;
}

.jq-number {
  width: 75px;
}

.jq-number__field {
  width: 75px;
  border: 1px solid #1e2459;
}

.cartitem .amount {
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #1e2459;
}

.endprice span {
  font-family: 'Roboto-light';
  font-size: 24px;
  color: #1e2459;
}

.cartitem {
  border-bottom: 1px solid #dce2ea;
  padding: 20px 0px;
}

.finalprice {
  text-align: right;
  margin-top: 30px;
}

.finalprice p {
  font-family: 'Roboto-light';
  font-size: 18px;
  color: #8a8a8a;
}

.finalprice p b {
  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #1e2459;
  margin-left: 20px;
  font-weight: normal;
}

.cartitem .price {
  margin-bottom: initial;
}

#orderform input {
  width: 100%;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  margin-bottom: 31px;
  padding: 0px 20px;
}

#orderform textarea {
  width: 100%;
  width: 100%;
  height: 104px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 6px 0px rgba(30, 36, 89, 0.12);
  margin-bottom: 31px;
  padding: 0px 20px;
  padding-top: 10px;
  resize: none;
}

.filez {
  display: none;
}

#orderform .btn {
  display: table;
  margin: 0px auto;
  background: #1e2459;
  color: #fff;
  border: none;
  font-size: 18px;
  height: 64px;
  width: 322px;
  border-radius: 4px;
  font-family: 'Roboto-Medium';
}

.callbackform h2 {
  font-weight: normal;
  font-family: 'Roboto-light';
  font-size: 30px;
  margin-top: 72px;
  margin-bottom: 23px;
}

.delivery_area>p {
  float: left;
  margin-right: 40px;
  font-family: 'Roboto-light';
  font-size: 18px;
  color: #8a8a8a;
}

.delivery_area label input:not(:checked) {
  width: 16px;
  height: 16px;
  background: url('../img/notchecked.png') no-repeat;
}

.delivery_area label input:checked {
  width: 16px;
  height: 16px;
  background: url('../img/checked.png') no-repeat;
}

.delivery_area label input {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.delivery_area label {
  font-family: 'Roboto-light';
  font-size: 18px;
}

.delivery_area label:not(:last-child) {
  margin-right: 40px;
}

.delivery_area {
  margin-bottom: 24px;
}

.accept_rules {
  margin-top: -15px;
  display: inline-block;
  margin-bottom: 15px;
}

.header_mob,
.mobmenu,
.catmenu {
  display: none;
}

.bipmen a {
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #5c5c5c;
}

.bipmen a.city {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}

.catmenu,
.filtrkat {
  font-family: 'Roboto-Regular';
  cursor: pointer;
}

.lipod.active .inner {
  max-height: 1000px;
}

.inner span {
  padding: 20px 25px 10px 35px;
}

.inner a:before {
  display: none !important;
}

.lipod.active a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.adress h3 {
  margin-top: 30px;
}

.title .price {
  display: none;
}

.art {
  font-family: 'Roboto-light';
  font-size: 12px;
  color: #8a8a8a
}

.cartrow_mob {
  display: none;
}

.pricesp {
  font-family: 'Roboto-light';
  font-size: 18px;
  color: #1e2459
}

.pricesp i {
  font-size: 14px;
  color: #8a8a8a
}

.doppage {
  position: relative;
}

.butfiltr {
  display: none;
  position: absolute;
  right: 0px;
  top: -5px;
  background: #1e2459;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #fff;
  padding: 5px 16px;
  border-radius: 50px;
  cursor: pointer;
}

.butfiltr i {
  margin-right: 10px;
}

.page {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.mobilfil,
.filtrkat,
.mobilecons,
.butharact {
  display: none;
}

.info-meta {
  float: left;
  width: 50%;
  padding: 0px 15px;
}

.info-metas:last-child {
  margin: 0px -15px;
}

.info-diam .grey {
  float: left;
  width: 25%;
}

.brend_list {
  float: left;
  width: 75%;
}

.block-info h2 {
  margin-bottom: 15px;
}

.butharact {
  font-family: 'Roboto-light';
  font-size: 16px;
  color: #1e2459;
  padding-bottom: 10px;
}

.footer_logo img,
.footer_logo svg {
  height: auto;
  padding: 5px;
  max-height: 80px
}

.slider-one {
  display: inline-block;
  width: 210px;
  padding: 0px 10px
}

.slider_wrap {
  width: 1000000px;
}

.sliders {
  overflow: hidden;
}

.imgp {
  display: table;
  margin: 0px auto;
}

.notimg {
  width: 100% !important;
}

.imgdet.imgmob {
  display: none;
}

.imgcat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.imgcat img,
.resitem img {
  align-self: center;
 /* filter: grayscale(.8); */
}

.imgcat:hover img,
.resitem:hover img {
  filter: grayscale(0);
}

.rightbl iframe {
  width: 100% !important;
}

.footer_menu.col-xs-6 {
  width: 50%;
}

.footer_contact,
.footer_menu.col-xs-3 {
  width: 20%;
}

.catmen {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.catmen>div {
  width: initial;
  float: initial;
}

.footer_logo i {
  font-size: 12px;
}

.catlink_block.actcat .catlink_block_menu {
  width: 260px;
  box-shadow: -2px 2px 5px 3px rgba(0, 0, 0, 0.12);
}

.catlink_block.actcat {
  width: 670px;
}

.active>.inner {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 50px 30px;
  width: 400px;
  background: #fff;
  height: 100%;
  overflow-y: scroll;
}

.active>.inner li {
  display: inline-block;
}

.active>.inner ul>span {
  display: none;
}

.active>.inner li a {
  padding: 5px 9px 0px 9px;
}

.active>.inner>div>span {
  display: table;
  font-size: 20px;
  font-family: 'Roboto-Regular';
  color: #000;
  padding: 0px
}

.active>.inner>div>span:hover {
  color: #1e2459;
  cursor: pointer;
}

.lipod a:hover {
  cursor: pointer;
}

.active>.inner>div>span:not(:first-child) {
  margin-top: 30px;
}

.active>.inner>div>span {
  margin-bottom: 10px;
  text-transform: lowercase;
}

.active>.inner ul li a {
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #8a8a8a
}

.active>.inner>div>span:first-letter {
  text-transform: uppercase;
  font-size: 40px;
}

.active>.inner::-webkit-scrollbar {
  width: .35em;
  float: left;
}

.active>.inner::-webkit-scrollbar-track {
  background-color: rgba(217, 217, 217, 0.75);
}

.active>.inner::-webkit-scrollbar-thumb {
  background: rgba(170, 170, 170, 0.6);
  border-radius: 5px;
  box-shadow: inset 0.05em 0.05em 0 rgba(0, 0, 0, 0.1), inset 0 -0.05em 0 rgba(0, 0, 0, 0.07);
}

.about .row i:first-child {
  margin-top: 5px;
}

.list-group.add-to-cart {
  display: none;
}

.pricediam {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dce2ea;
  padding: 6px 0px;
  box-shadow: 0px 2px 6px 0px rgba(30, 36, 89, 0.12);
}

#diamse {
  text-align: center;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #1e2459;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #1e2459;
  padding-right: 20px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0px 20px;
}

.priceform p {
  font-size: 30px;
  font-family: 'Roboto-light';
  color: var(--black);
  display: inline-block;
}

.priceform span {
  font-size: 14px;
  font-family: 'Roboto-light';
  color: #8a8a8a;
  margin-left: 10px;
  display: inline-block;
}

.add_form .btn:hover {
  background: #40467B;
}

.image>.priceform {
  display: none;
}

.diamse:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  display: block;
  right: 8px;
  top: 50%;
  background: url(../img/plus.png) no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.diamse {
  position: relative;
}

.navig a {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #8a8a8a;
  padding: 10px 18px;
  display: inline-block;
  cursor: pointer;
}

.navig a.active {
  color: #000 !important;
  font-weight: bold;
}

.navig a:not(:last-child) {
  border-right: 1px solid #e7e7e8;
}

.navig {
  margin-bottom: 40px;
  margin-top: -15px;
  box-shadow: 0 4px 10px 0px rgba(30, 36, 89, 0.12);
  height: 40px;
  display: table;
  color: transparent;
}

.nexte,
.prevb {
  padding: 10px 23px;
}

.next,
.prev,
.nexte,
.prevb {
  font-size: 20px;
}

.navig a:hover,
.navig a.action {
  font-size: 16px;
  font-family: 'Roboto-Medium';
  color: #1e2459;
  text-decoration: none;
}

.blok_in:first-child {
  box-shadow: 0px 2px 6px 0px rgba(30, 36, 89, 0.12);
}

/*.dublfiltr .prodpodr{display: none;}*/
.tablin {
  display: none;
}

.block ul li {
  list-style: none;
}

.imgkat .resitem .img {
  display: table;
  margin: 0px auto;
}

.info-metas .art,
.osnhar .art {
  text-align: right;
  display: table;
  width: 100%;
}

.image .art {
  display: none;
}

.priceform .art {
  display: none;
}

.osnhar .art {
  font-size: 13px;
}

.prart {
  display: none;
}

.osnhar h1+.imgdet {
  display: none;
}

.catpr {
  padding-left: 0px !important;
  color: var(--black) !important;
  text-transform: lowercase !important;
  font-size: 20px !important;
}

.catpr span {
  padding-left: 10px;
}

.catpr:hover {
  text-decoration: none;
}

#messeses .bx-active:nth-child(2) .smart-filter-block {
  max-height: 1000px;
}



.bx-section-desc-post,
.bx-section-desc-post p,
.bx-section-desc-post li {
  font-family: 'Roboto-light';
  font-size: 1.8rem;
  font-weight: normal;

}

.bx-section-desc {
  font-family: 'Roboto-light';
  margin-bottom: 3rem;
  font-weight: normal;
}

.bx-section-desc-post li {
  margin-left: 3rem;
  font-size: 1.6rem;
  padding-bottom: .7rem;
}

.bx-section-desc-post li strong {
  color: #1e2459;
}

/* CSS переменные для цветовой схемы */
:root {
  --primary: #2b84d2;
  --primary-hover: #569ddc;
  --accent: #1e2459;
  --accent-hover: #171b3b;
  --white: #fff;
  --gray: #EBEBEB;
  --lightgray: #EBEBEB;
  --black: #333;
}

/* Основной контейнер бокового меню */
.catalog-sidebar {
  background: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  text-transform: capitalize;


}

/* Заголовок меню */
.catalog-sidebar-header {
  padding: 20px 16px 16px;
  border-bottom: 1px solid var(--gray);
}

.catalog-sidebar-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* Поле поиска */
.search-box {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 14px;
  color: var(--black);
  background: var(--white);
  transition: border-color 0.2s ease;
}

.search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(255, 218, 21, 0.2);
}

.search-input::placeholder {
  color: #999;
}

/* Основное меню */
.catalog-menu {
  padding: 0;
  overflow-y: scroll;
  height: 98%;
}

/* Элементы первого уровня */
.menu-item {
  border-bottom: 1px solid var(--gray);
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item-header {
  display: flex;
  align-items: center;
  padding: 0;
  background: var(--white);
  transition: background-color 0.2s ease;
}

.menu-item-header:hover {
  background: #f8f9fa;
}

.menu-item-header.current {
  background-color: var(--primary);
}

/* Кнопка раскрытия/скрытия */
.toggle-btn {
  flex-shrink: 0;
  width: 40px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.toggle-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.menu-item-header.current .toggle-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}

.toggle-icon {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 1;
}

.menu-item-header.current .toggle-icon {
  color: var(--black);
}

/* Ссылки первого уровня */
.menu-link {
  flex: 1;
  padding: 14px 16px 14px 8px;
  color: var(--black);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
  display: block;
}

.menu-item:not(.has-children) .menu-link {
  padding-left: 16px;
}

.menu-link:hover {
  color: var(--accent);
	text-decoration:none;
}

.menu-item-header.current .menu-link {
  color: #fff;
  font-weight: 600;
}

/* Подменю второго уровня */
.menu-submenu {
  background: #fafafa;
  border-top: 1px solid var(--gray);
  animation: slideDown 0.2s ease;
}

.submenu-item {
  border-bottom: 1px solid #f0f0f0;
}

.submenu-item:last-child {
  border-bottom: none;
}

.submenu-item-header {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  transition: background-color 0.2s ease;
}

.submenu-item-header:hover {
  background: #f0f0f0;
}

.submenu-item-header.current {
  background-color: var(--primary);
}

/* Ссылки второго уровня */
.submenu-link {
  flex: 1;
  padding: 12px 16px 12px 8px;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  transition: color 0.2s ease;
  display: block;
}

.submenu-item:not(.has-children) .submenu-link {
  padding-left: 24px;
}

.submenu-link:hover {
  color: var(--accent);
text-decoration:none;
}

.submenu-item-header.current .submenu-link {
  color: #fff;
  font-weight: 600;
}

/* Третий уровень вложенности */
.submenu-level3 {
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  animation: slideDown 0.2s ease;
}

.submenu-level3-item {
  border-bottom: 1px solid #ececec;
}

.submenu-level3-item:last-child {
  border-bottom: none;
}

.submenu-level3-link {
  display: block;
  padding: 10px 16px 10px 40px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.submenu-level3-link:hover {
  color: var(--accent);
  background: #efefef;
  padding-left: 44px;
}

.submenu-level3-link.current {
  background-color: var(--primary);
  color: var(--black);
  font-weight: 600;
}

/* Анимация раскрытия */
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 1000px;
  }
}

/* Состояния активности */
.menu-item.active>.menu-item-header .toggle-icon,
.submenu-item.active>.submenu-item-header .toggle-icon {
  transform: rotate(0deg);
}

@media (max-width: 1440px) {
  .catalog-sidebar {
    height: 69%;
  }

  .catalog-menu {

    height: 80%;
  }



}

/* Адаптивность */
@media (max-width: 768px) {
  .catalog-sidebar {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }

  .catalog-sidebar-header {
    padding: 16px 12px;
  }

  .menu-link {
    padding: 12px 12px 12px 6px;
    font-size: 13px;
  }

  .menu-item:not(.has-children) .menu-link {
    padding-left: 12px;
  }

  .submenu-link {
    padding: 10px 12px 10px 6px;
    font-size: 12px;
  }

  .submenu-item:not(.has-children) .submenu-link {
    padding-left: 20px;
  }

  .submenu-level3-link {
    padding: 8px 12px 8px 32px;
    font-size: 11px;
  }

  .submenu-level3-link:hover {
    padding-left: 36px;
  }
}

@media (max-width: 500px) {
  .catalog-sidebar {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1;
    top: 13rem;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }

  .show-side-catalog,
  .close-side-catalog {
    background: var(--accent);
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.2s;
  }

  .show-side-catalog {
    position: absolute;
    top: -39px;
    left: -25px;
    border-radius: 0;
  }

  .product-wrapper-container .show-side-catalog {
    position: absolute;
    top: -150px;
  }

  .show-side-catalog:hover,
  .close-side-catalog:hover {
    background: var(--accent-hover);
    ;
  }

  .close-side-catalog {
    background: var(--accent);
    float: right;
  }

  .close-side-catalog:hover {
    background: var(--accent-hover);
  }

  .row.product-item-line-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .info {
    width: 98% !important;
    float: none;
  }

  .block-info h2 a {
    font-size: 14px;
    line-height: 1;
    margin: 0 auto;
  }

  .block-info .image img {
    height: 150px;
    width: auto !important;
    margin: 1rem auto;

  }

  .product-item-line-card .pricediam {
    padding: 20px;
    display: table !important;
  }

  .pricediam .munbkol {
    float: none !important;
    width: 22% !important;
    margin: 0 auto;
  }

  .pricediam .btn {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  .block-info h2 {
    text-align: center;
  }

  .butharact {
    text-align: center;
  }

  .catalog-product-tab-materials .catalog-product-tab-content,
  .catalog-product-tab-materials .catalog-product-tab-content p {
    overflow-x: auto;
  }

}

/* Улучшенная доступность */
@media (prefers-reduced-motion: reduce) {

  .catalog-sidebar *,
  .catalog-sidebar *::before,
  .catalog-sidebar *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Состояние фокуса для клавиатурной навигации */
.toggle-btn:focus,
.menu-link:focus,
.submenu-link:focus,
.submenu-level3-link:focus {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}


.catalog-menu::-webkit-scrollbar {
  width: 6px;
}

.catalog-menu::-webkit-scrollbar-track {
  background: transparent;
}

.catalog-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.resitem a:hover {
  text-decoration:none;
}