.search-block {
  display: flex;
  z-index: 5;
}
.search-block__input {
  margin-right: 20px;
}
html body #search-result {
  width: 400px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
  background: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  body #search-result {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body #search-result {
    border-radius: 0px;
    padding: 40px 0 26px;
    top: -20px;
    overflow: visible;
    overflow-y: visible;
    max-height: none;
    min-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
body #search-result .search-result-top {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body #search-result .search-result-top {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  body #search-result .search-result-top {
    display: block;
  }
}
body #search-result .search-result-left {
  width: 350px;
}
@media (max-width: 1340px) {
  body #search-result .search-result-left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1170px) {
  body #search-result .search-result-left {
    width: 100%;
  }
}
body #search-result .search-result-left + .search-result-right {
  margin-left: 20px;
}
@media (max-width: 1170px) {
  body #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
@media (max-width: 639px) {
  body #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
body #search-result .search-result-right {
  width: calc(100% - 350px - 20px);
}
@media (max-width: 1340px) {
  body #search-result .search-result-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1170px) {
  body #search-result .search-result-right {
    width: 100%;
  }
}
body #search-result .result-products .products-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111;
}
body #search-result .result-products .products-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
body #search-result .result-products .product-item {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body #search-result .result-products .product-item {
    margin: 0 0 10px;
  }
}
body #search-result .result-products .product-item:last-child {
  margin-bottom: 0;
}
body #search-result .result-products .product-item:nth-child(n+8) {
  display: none;
}
body #search-result .result-products .product-image {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}
body #search-result .result-products .product-image.no-image a {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
  background-size: 50%;
}
body #search-result .result-products .product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
}
body #search-result .result-products .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #search-result .result-products .product-text {
  width: calc(100% - 20px - 60px);
  min-height: auto;
}
body #search-result .result-products .product-name {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
body #search-result .result-products .product-name a {
  transition: all 0.18s;
  color: inherit;
  text-decoration: none;
}
body #search-result .result-products .product-name a:hover {
  color: #930004;
}
body #search-result .result-products .product-text-price {
  margin-top: 13px;
}
body #search-result .result-products .product-text-price .price-old {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
body #search-result .result-products .product-text-price .price-old strong {
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
body #search-result .result-products .product-text-price .price-old strong:before {
  position: absolute;
  content: "";
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  background: #ff3838;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
body #search-result .result-products .product-text-price .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
}
body #search-result .result-products .product-text-price .price span {
  font-size: 15px;
  font-weight: 500;
}
body #search-result .result-folders + .result-vendors {
  margin-top: 20px;
}
body #search-result .result-folders .folders-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111;
}
body #search-result .result-folders .folders-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
body #search-result .result-folders .folder-item:nth-child(n+7) {
  display: none;
}
body #search-result .result-folders .folder-item a {
  padding: 10px 0;
  color: #111;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
body #search-result .result-folders .folder-item a:hover {
  color: #930004;
}
body #search-result .result-vendors .vendors-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111;
}
body #search-result .result-vendors .vendors-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
body #search-result .result-vendors .vendor-item:nth-child(n+7) {
  display: none;
}
body #search-result .result-vendors .vendor-item a {
  padding: 10px 0;
  color: #111;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
body #search-result .result-vendors .vendor-item a:hover {
  color: #930004;
}
.search-result-bottom {
  padding: 40px 0 0;
  text-align: left;
}
@media (max-width: 767px) {
  .search-result-bottom {
    padding: 30px 20px 0;
  }
}
.search-result-btn {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 30px 15px;
  border-radius: 6px;
  cursor: pointer;
  color: #111;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .search-result-btn {
    width: 100%;
    text-align: center;
  }
}
.search-result-btn span {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2012%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200.5C6.55228%200.5%207%200.947715%207%201.5V5.5H11C11.5523%205.5%2012%205.94772%2012%206.5C12%207.05228%2011.5523%207.5%2011%207.5H7V11.5C7%2012.0523%206.55228%2012.5%206%2012.5C5.44772%2012.5%205%2012.0523%205%2011.5V7.5H1C0.447715%207.5%200%207.05228%200%206.5C0%205.94772%200.447715%205.5%201%205.5H5V1.5C5%200.947715%205.44772%200.5%206%200.5Z%22%20fill%3D%22%23111111%22%2F%3E%3C%2Fsvg%3E") top 50% right 0 no-repeat;
}
.search-result-btn:hover {
  color: #930004;
}
.search-result-btn:hover span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2012%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200.5C6.55228%200.5%207%200.947715%207%201.5V5.5H11C11.5523%205.5%2012%205.94772%2012%206.5C12%207.05228%2011.5523%207.5%2011%207.5H7V11.5C7%2012.0523%206.55228%2012.5%206%2012.5C5.44772%2012.5%205%2012.0523%205%2011.5V7.5H1C0.447715%207.5%200%207.05228%200%206.5C0%205.94772%200.447715%205.5%201%205.5H5V1.5C5%200.947715%205.44772%200.5%206%200.5Z%22%20fill%3D%22%23930004%22%2F%3E%3C%2Fsvg%3E") top 50% right 0 no-repeat;
}
.smart-search-folders, .smart-search-vendors {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .smart-search-folders, .smart-search-vendors {
    margin-bottom: 30px;
  }
}
.smart-search-folders__title, .smart-search-vendors__title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  color: #111;
}
@media (max-width: 1023px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 23px;
  }
}
.smart-search-folders__list, .smart-search-vendors__list {
  padding: 0;
  margin: 0 0 0 -8px;
  list-style: none;
}
.smart-search-folders__list li, .smart-search-vendors__list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 5px;
}
@media (max-width: 767px) {
  .smart-search-folders__list li, .smart-search-vendors__list li {
    margin: 0 4px 4px;
  }
}
.smart-search-folders__list li a, .smart-search-vendors__list li a {
  color: #1c1c1c;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  padding: 13px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .smart-search-folders__list li a, .smart-search-vendors__list li a {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.smart-search-folders__list li a:hover, .smart-search-vendors__list li a:hover {
  color: #fff;
  background: #930004;
}
body #search-result {
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body #search-result {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100%;
  }
}
.site-wrapper .site-container {
  width: auto;
}
body #search-result .search-result-left {
  width: 100%;
}
body #search-result .search-result-left + .search-result-right {
  width: 100%;
  margin-left: 0;
}
body #search-result .result-products .product-item {
  position: relative;
  transition: all 0.3s ease;
}
body #search-result .result-products .product-item:hover {
  background: #eee;
}
body #search-result .result-products .product-item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mosaic-search__input--u-ioitz7fkm {
  outline: none;
}
.hide_search_popup {
  overflow: hidden;
  visibility: hidden;
}
.header_menu__top-menu ul {
  margin: 0;
  padding: 0;
}
.header_menu__top-menu > ul {
  display: flex;
  flex-wrap: wrap;
}
.header_menu__top-menu > ul > li {
  list-style-type: none;
  display: flex;
}
.header_menu__top-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header_menu__top-menu > ul > li.hasChild > a:after {
  display: inline-block;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore {
  margin-left: auto;
  position: relative;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > ul {
  right: 0;
  left: auto;
  width: 350px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  height: auto;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > ul:before {
  content: "";
  left: 0;
  right: 0;
  height: 31px;
  position: absolute;
  bottom: 100%;
  z-index: 20;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > ul li {
  list-style-type: none;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > ul li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #343434;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > ul li a:hover {
  background: #343434;
  color: #fff;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > a {
  font-size: 0;
  width: 25px;
  background: url("../images/flex_menu_icon.png") 50%/20px no-repeat;
}
.header_menu__top-menu > ul > li.flexMenu-viewMore > a:hover {
  background: url("../images/flex_menu_icon.png") 50%/20px no-repeat;
}
.header_menu__top-menu > ul > li:first-child > a {
  padding: 20px;
}
.header_menu__top-menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 20px 15px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.header_menu__top-menu > ul > li > a:after {
  content: "";
  vertical-align: middle;
  background: url("../images/menu_arrow.png") top 50% right 0/12.8px no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  margin-left: 5px;
  display: none;
}
.header_menu__top-menu > ul > li > a:hover {
  color: #343434;
  background: #f3f3f3;
}
.header_menu__top-menu > ul > li > a:hover:after {
  filter: invert(1);
}
.header_menu__top-menu > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid #343434;
  overflow: auto;
  max-height: 91vh;
}
.header_menu__top-menu > ul ul.active {
  opacity: 1;
  visibility: visible;
}
.header_menu__top-menu > ul ul .left {
  flex: auto;
  width: calc(100% - 410px);
}
.header_menu__top-menu > ul ul .left .red_block {
  margin: 10px 0 20px;
}
.header_menu__top-menu > ul ul .right {
  width: 400px;
  padding: 10px 20px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.header_menu__top-menu > ul ul .red_block .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.header_menu__top-menu > ul ul .red_block .body {
  font-size: 14px;
}
.header_menu__top-menu > ul ul .sub_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_menu__top-menu > ul ul .sub_menu.mode {
  align-items: unset;
}
.header_menu__top-menu > ul ul .sub_menu.mode li {
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}
.header_menu__top-menu > ul ul .sub_menu.mode li:nth-child(3n) {
  border: none;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a {
  flex-direction: column;
  align-items: flex-start;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a img {
  margin: 0 0 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a .text {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a .name {
  display: block;
  text-align: center;
}
.header_menu__top-menu > ul ul .sub_menu li {
  width: 33.3%;
  padding-right: 10px;
  list-style-type: none;
}
.header_menu__top-menu > ul ul .sub_menu li a {
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.header_menu__top-menu > ul ul .sub_menu li a img {
  margin-right: 10px;
  max-width: 50px;
}
.header_menu__top-menu > ul ul .sub_menu li a:hover .name {
  text-decoration: underline;
}
@media (max-width: 991px) {
  html .mosaic-s3-include--u-i18bgzmnc {
    display: none;
  }
}
@media (max-width: 991px) {
  html .div--u-ir7nohosq {
    display: none;
  }
}
.card_red_block {
  margin-top: 50px;
}
.card_red_block__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .card_red_block__title {
    font-size: 20px;
  }
}
.card_red_block__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 480px) {
  .card_red_block__inner {
    margin: 0;
  }
}
.card_red_block__item {
  width: calc(25% - 40px);
  margin: 0 15px 30px;
  border: 10px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.card_red_block__item:hover {
  border-color: #343434;
}
@media (max-width: 1024px) {
  .card_red_block__item {
    width: calc(33.3% - 40px);
  }
}
@media (max-width: 690px) {
  .card_red_block__item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 480px) {
  .card_red_block__item {
    width: 100%;
    margin: 0 0 40px;
  }
}
.card_red_block__item-image {
  width: 100%;
}
.card_red_block__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card_red_block__item-bot {
  padding: 10px;
  box-sizing: border-box;
}
.card_red_block__item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
}
@media (max-width: 960px) {
  .card_red_block__item-title {
    font-size: 16px;
  }
}
.card_red_block__item-desc {
  color: #4d4d4d;
  font-size: 14px;
}
.card_red_block__item-btn {
  text-align: center;
  padding: 0 7px;
  box-sizing: border-box;
  margin-bottom: -31px;
  margin-top: auto;
}
.card_red_block__item-btn a {
  display: inline-block;
  background: #e5e5e5;
  padding: 18px 16px;
  color: #000;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.card_red_block__item-btn a:hover {
  background: #343434;
  color: #fff;
}
.card_red_block__item-btn a:hover:after {
  filter: invert(1);
}
.card_red_block__item-btn a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/btn_after.png") 50% no-repeat;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.remodal[data-remodal-id="item-description"] {
  max-width: 1200px;
}
.remodal[data-remodal-id="item-description"] .pop_desc_wrap {
  display: flex;
}
@media (max-width: 768px) {
  .remodal[data-remodal-id="item-description"] .pop_desc_wrap {
    flex-direction: column;
  }
}
.remodal[data-remodal-id="item-description"] .pop_desc_wrap .image {
  margin-right: 30px;
  max-width: 50%;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .remodal[data-remodal-id="item-description"] .pop_desc_wrap .image {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.remodal[data-remodal-id="item-description"] .pop_desc_wrap .text {
  font-size: 15px;
  text-align: left;
}
.remodal[data-remodal-id="item-description"] .pop_desc_wrap .text .title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
html .section--u-i33gd6v9n {
  z-index: 20;
}
html body #search-result .search-result-left + .search-result-right {
  margin-left: 0;
  margin-top: 20px;
}
.is-sticky .shop-product-data__nav {
  z-index: 20 !important;
  background: #fff;
}
.cat_in_block {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .cat_in_block {
    margin: 0 15px;
  }
}
.cat_in_block li {
  width: calc(25% - 30px);
  border: 5px solid #e5e5e5;
  margin: 0 15px 30px;
  list-style-type: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.cat_in_block li:hover {
  border-color: #343434;
}
@media (max-width: 980px) {
  .cat_in_block li {
    width: calc(33.3% - 30px);
  }
}
@media (max-width: 750px) {
  .cat_in_block li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .cat_in_block li {
    width: 100%;
    margin: 0 0 15px;
  }
}
.cat_in_block li a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 15px;
  text-decoration: none;
  height: 100%;
}
.cat_in_block li a .icon_wrap {
  width: 100%;
  margin: auto;
}
.cat_in_block li a .icon_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat_in_block li .foldname {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.cat_in_block li .text {
  color: #000;
  font-size: 14px;
}
html .side-panel--u-i9au6djd1 {
  z-index: 21;
}
.articles_filter {
  padding: 1px 0 0;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.articles_filter__inner {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .articles_filter__inner {
    padding: 30px 10px 50px;
  }
}
.articles_filter__inner .cats_select {
  width: calc(33.3% - 40px);
  margin: 20px;
  position: relative;
  z-index: 6;
}
.articles_filter__inner .cats_select.active {
  z-index: 10;
}
@media (max-width: 640px) {
  .articles_filter__inner .cats_select {
    width: calc(50% - 40px);
    margin: 20px 20px 0;
  }
}
@media (max-width: 480px) {
  .articles_filter__inner .cats_select {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
  }
}
.articles_filter__inner .cats_select .title {
  font-size: 14px;
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: #f8f8f8;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.articles_filter__inner .cats_select .title:hover {
  background: #fff;
  color: #276563;
}
.articles_filter__inner .cats_select .title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 7px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 451.847 451.847' data-prefix='iz64bql88'%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' data-original='%23000000' xmlns='http://www.w3.org/2000/svg' class='path-ilabnoebb' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") 50%/10px no-repeat;
}
.articles_filter__inner .cats_select .body {
  display: none;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  background: #f8f8f8;
  text-align: left;
}
.articles_filter__inner .cats_select .body a {
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
}
.articles_filter__inner .cats_select .body a:last-child {
  margin-bottom: 0;
}
.articles_filter__inner .cats_select .body a:hover {
  text-decoration: underline;
}
.articles_filter__inner .cats_select .body .years_cust {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.articles_filter__show-btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 18px 20px;
  position: relative;
  background: #343434;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 64px);
  z-index: 5;
}
.articles_filter__show-btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 7px;
  vertical-align: middle;
  transition: all 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 451.847 451.847' data-prefix='iz64bql88'%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' data-original='%23000000' xmlns='http://www.w3.org/2000/svg' class='path-ilabnoebb' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") 50%/10px no-repeat;
}
.articles_filter__show-btn.active:after {
  transform: rotate(180deg);
}
.g-top-panel--no-flex, .g-tags--panel {
  display: none;
}
.g-article--simple-view {
  margin: 0 !important;
  padding: 15px 0 !important;
  box-sizing: border-box;
  border: none !important;
}
.g-article--simple-view .g-article__body {
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .g-article--simple-view .g-article__body {
    flex-direction: column;
  }
}
.g-article--simple-view .g-article__body .g-article__date {
  font-size: 14px;
  margin-bottom: 10px;
}
.g-article--simple-view .g-article__body .g-article__name {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
}
.g-article--simple-view .g-article__body .text {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.g-article--simple-view .g-article__image {
  float: none;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .g-article--simple-view .g-article__image {
    width: 100%;
    margin: 0 0 20px;
  }
}
.g-article--simple-view .g-article__image img {
  max-width: 250px;
}
@media (max-width: 767px) {
  .g-article--simple-view .g-article__image img {
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1220px) and (min-width: 481px) {
  .g-page-article {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .g-page-article .g-page-article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.g-page.g-page-anketa {
  margin-bottom: 40px;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a img {
  object-fit: scale-down;
  height: auto;
  width: auto;
}
.header_menu__top-menu > ul ul .sub_menu.mode li a span {
  margin-top: auto;
  text-align: left;
}
.g-img__caption, .g-img__count {
  font-weight: 400;
  font-size: 16px;
}
.g-img__count {
  padding: 0 8px;
}
.g-img__caption {
  color: #000;
}
.cat_in_block li {
  box-shadow: -7px 0px 45px -27px rgba(0, 0, 0, 0.42);
  border: 3px solid transparent !important;
}
.cat_in_block li:hover {
  border: 3px solid #000 !important;
  box-shadow: none !important;
}
.g-img--gallery-image .g-img__caption, .g-gallery2-album-list .g-img__caption {
  max-width: none;
  text-align: center;
}
@media (max-width: 960px) {
  body .ver-menu--u-ixal98xvn .ver-menu__icon {
    width: 30px;
    height: 26px;
  }
}
@media (max-width: 480px) {
  /*.text--u-ix4afob6k {
		div, h2 {
			font-size: 20px !important;
		}
	}*/
  .album-description, .album-description + .g-row {
    padding: 0 10px;
    text-align: center;
  }
  .g-gallery2-photo-list, .g-gallery2-album-list {
    text-align: center;
  }
  .g-gallery2-photo-list .g-img--gallery-image, .g-gallery2-photo-list .g-img--gallery-album, .g-gallery2-album-list .g-img--gallery-image, .g-gallery2-album-list .g-img--gallery-album {
    margin-left: auto;
    margin-right: auto;
  }
  .heading--u-is7h1491t, .text--u-itdaasdrn {
    text-align: left;
  }
  .div--u-ixqsoknsm, .div--u-iwsmd4ax6 {
    justify-content: flex-start;
  }
  .card-page__left .card-slider__thumbs .slick-track {
    width: auto !important;
  }
  .card-page__left .card-slider__thumbs .slick-track .slick-slide {
    width: auto !important;
  }
  .text--u-iwdb4z0ll .text-block-wrap-div span {
    font-size: 20px !important;
  }
  .text--u-isjem0h5i .text-block-wrap-div span {
    font-size: 20px !important;
  }
}
.added_options__item {
  font-weight: 500 !important;
}
.card-page .card-slider__thumb * {
  object-fit: contain;
}
.prod_btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  background: #fad000;
  padding: 5px;
  width: 114px;
  display: flex;
  justify-content: center;
}
@media (min-width: 961px) {
  .g-img.g-img--gallery-album {
    max-width: 352px;
  }
  .card-slider.horizontal {
    padding-bottom: 100px;
  }
}
.card-page__left .on_mobile {
  display: none;
}
.card-page__left .on_mobile .folder-name {
  margin-bottom: 20px;
}
.card-page__left .on_mobile .folder-name a {
  text-decoration: none;
  font-size: 14px;
}
.card-page__left .on_mobile .product-name h1 {
  font-size: 30px;
}
@media (max-width: 640px) {
  .card-page__left .on_mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  html .g-img--gallery-album .g-img__link {
    width: 100% !important;
    max-width: 100%;
  }
}
#idnuzogj5_0 > div.card-page > div.card-page__top > div.card-page__right > form > div > div.product-anonce {
  margin-top: 10px;
}
.folder-desc-top, .folder-desc-bottom {
  opacity: 1 !important;
}
html body .product-list.thumbs .product-item__note {
  font-size: 16px;
}
@media (max-width: 640px) {
  .text--u-ix4afob6k p {
    margin-bottom: 0;
  }
  .mosaic-slider__item--u-isv9r9oj2 h4 {
    margin-bottom: 0;
  }
  .card-page__right .folder-name, .card-page__right .product-name {
    display: none;
  }
  .container .lpc-content-wrapper .lpc-elements-text-1, .container .lpc-content-wrapper .lpc-characteristics-2, .container .lpc-content-wrapper .lpc-news-list, .container .lpc-content-wrapper .lpc-product-4, .container .lpc-content-wrapper .lpc-form-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.comments-block .comments-form .tpl-field-reg .comments-chekbox a {
  font-size: 13px;
}
.card-page .comments-block .comments-form .tpl-field textarea {
  min-height: auto;
}
.card-page .card-page__bottom {
  padding-top: 5px;
}
.container .lp-form-tpl__success path {
  fill: #ffcc00;
}
.lpc-content-wrapper .decor-wrap .lpc-prods-2._2 .lpc-prods-2__list {
  margin: 0;
}
.lp-form-tpl .lp-form-tpl__success path {
  fill: #ffcc00;
}
.lpc-tabs-block .lpc-tabs-block__tabs .lpc-tabs-block__head-title:before {
  display: none;
}
@media (max-width: 768px) {
  .imageFit__img--u-icq71w7dw {
    height: 100% !important;
  }
}
@media (max-width: 480px) {
  .container h1.page-title--u-itx9r53zd {
    padding-left: 0;
  }
  .text--u-ibykmfw56 {
    text-align: left;
    margin-left: 6px;
  }
  .container--u-i7uvpbjkc {
    padding-left: 6px;
  }
  .g-page-article {
    padding-left: 27px;
    padding-right: 27px;
  }
  .lpc-content-wrapper .decor-wrap {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
[data-media-source="mobile"] .lpc-col-4-sm {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lpc-prods-2[data-media-source="mobile"] .lpc-prods-2__item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[data-media-source="mobile"] .lpc-prods-2__item-desc {
  padding-left: 12px;
  padding-right: 12px;
}
[data-media-source="mobile"] .basic-text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
[data-media-source="mobile"] .lpc-qa-5 ._simple-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#onicon .onicon-bookmark .onicon-button__image {
  max-width: 320px !important;
}
#onicon .onicon-bookmark .onicon-button {
  max-width: 320px !important;
}
.s3-cookie-message {
  /*background: #ffcc00 !important;
    p {
    	color: #000 !important;
	    font-weight: bold !important;
    	a {
    		color: #000 !important;
    	}
    }*/
}
#s3-cookie-message__btn {
  background: #ffcc00 !important;
  font-weight: bold !important;
  border: none !important;
}
.product-list.thumbs .product-item {
  width: calc(33% - 30px) !important;
}
