@charset "UTF-8";
.search-block {
  display: flex;
  z-index: 5;
}
.search-block__input {
  margin-right: 20px;
}
#search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 40px;
  border-radius: 10px;
  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) {
  #search-result {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #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);
  }
}
#search-result .search-result-top {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #search-result .search-result-top {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  #search-result .search-result-top {
    display: block;
  }
}
#search-result .search-result-left {
  width: 350px;
}
@media (max-width: 1340px) {
  #search-result .search-result-left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1170px) {
  #search-result .search-result-left {
    width: 100%;
  }
}
#search-result .search-result-left + .search-result-right {
  margin-left: 20px;
}
@media (max-width: 1170px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
@media (max-width: 639px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
#search-result .search-result-right {
  width: calc(100% - 350px - 20px);
}
@media (max-width: 1340px) {
  #search-result .search-result-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1170px) {
  #search-result .search-result-right {
    width: 100%;
  }
}
#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;
}
#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;
}
#search-result .result-products .product-item {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #search-result .result-products .product-item {
    margin: 0 0 10px;
  }
}
#search-result .result-products .product-item:last-child {
  margin-bottom: 0;
}
#search-result .result-products .product-item:nth-child(n+8) {
  display: none;
}
#search-result .result-products .product-image {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}
#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%;
}
#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;
}
#search-result .result-products .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-result .result-products .product-text {
  width: calc(100% - 20px - 60px);
}
#search-result .result-products .product-name {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
#search-result .result-products .product-name a {
  transition: all 0.18s;
  color: inherit;
  text-decoration: none;
}
#search-result .result-products .product-name a:hover {
  color: #930004;
}
#search-result .result-products .product-text-price {
  margin-top: 13px;
}
#search-result .result-products .product-text-price .price-old {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
#search-result .result-products .product-text-price .price-old strong {
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
#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);
}
#search-result .result-products .product-text-price .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
}
#search-result .result-products .product-text-price .price span {
  font-size: 15px;
  font-weight: 500;
}
#search-result .result-folders + .result-vendors {
  margin-top: 20px;
}
#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;
}
#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;
}
#search-result .result-folders .folder-item:nth-child(n+7) {
  display: none;
}
#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;
}
#search-result .result-folders .folder-item a:hover {
  color: #930004;
}
#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;
}
#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;
}
#search-result .result-vendors .vendor-item:nth-child(n+7) {
  display: none;
}
#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;
}
#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;
}
#search-result {
  max-width: calc(100% - 240px);
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #search-result {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100%;
  }
}
.site-wrapper .site-container {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .site-wrapper .site-container {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#search-result .search-result-left {
  width: 100%;
}
#search-result .search-result-left + .search-result-right {
  width: 100%;
  margin-left: 0;
}
#search-result .result-products .product-item {
  position: relative;
  transition: all 0.3s ease;
}
#search-result .result-products .product-item:hover {
  background: #eee;
}
#search-result .result-products .product-item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
[id ^= sandbox_theme_panel] {
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 50% !important;
}
/**
 * reg_id: 
 * staff_id: 1851
 * Избранное
**/
.favorite_top {
  pointer-events: auto;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
@media (max-width: 765px) {
  .favorite_top {
    vertical-align: top;
    height: 50px;
    margin: 0;
  }
}
.favorite_top.is-null a {
  pointer-events: none;
}
.favorite_btn_wrapper .favorite_btn:before {
  display: none;
}
.favorite_btn_wrapper .favorite_btn span.icon {
  display: block;
  width: 33px;
  height: 33px;
  background-image: 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%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23434343%22%20d%3D%22M21%208.5C21%205.805%2019.621%204%2017.282%204%2014.969%204%2013%205.743%2013%208h-2c0-2.257-1.97-4-4.282-4C4.378%204%203%205.805%203%208.5c0%202.93%202.398%206.212%209%2011.246%206.602-5.035%209-8.317%209-11.246zM17.282%202c3.58%200%205.717%202.8%205.718%206.5%200%203.816-2.885%207.664-10.4%2013.3l-.6.45-.6-.45C3.886%2016.164%201%2012.317%201%208.5%201%204.8%203.139%202%206.718%202%208.884%202%2010.864%203.069%2012%204.742%2013.136%203.069%2015.115%202%2017.282%202z%22%20%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-right: 0px;
}
.favorite_btn_wrapper .favorite_btn span.text-favorite {
  display: block;
}
.favorite_btn_wrapper .favorite_btn a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding-bottom: 2px;
}
.favorite_btn_wrapper .favorite_btn a:hover {
  text-decoration: underline;
}
.favorite_btn_wrapper .favorite_btn:hover {
  color: #5983f0;
}
.favorite_btn_wrapper .favorite_btn:hover span.icon {
  background-image: 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%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M17.282%201C21.34%201%2023.999%204.147%2024%208.5c0%204.287-3.168%208.376-10.8%2014.1l-1.2.9-1.2-.9C3.168%2016.876%200%2012.787%200%208.5%200%204.147%202.659%201%206.718%201%208.734%201%2010.64%201.806%2012%203.177A7.456%207.456%200%200117.282%201z%22%20fill%3D%22%23e83841%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
}
.favorite_btn_wrapper .favorite_btn.active span.icon {
  background-image: 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%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M17.282%201C21.34%201%2023.999%204.147%2024%208.5c0%204.287-3.168%208.376-10.8%2014.1l-1.2.9-1.2-.9C3.168%2016.876%200%2012.787%200%208.5%200%204.147%202.659%201%206.718%201%208.734%201%2010.64%201.806%2012%203.177A7.456%207.456%200%200117.282%201z%22%20fill%3D%22%23e83841%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
  position: relative;
}
.favorite_btn_wrapper .favorite_btn.active span.icon:hover {
  background-image: 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%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M17.282%201C21.34%201%2023.999%204.147%2024%208.5c0%204.287-3.168%208.376-10.8%2014.1l-1.2.9-1.2-.9C3.168%2016.876%200%2012.787%200%208.5%200%204.147%202.659%201%206.718%201%208.734%201%2010.64%201.806%2012%203.177A7.456%207.456%200%200117.282%201z%22%20fill%3D%22%23e83841%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
}
.favorite_btn_wrapper .favorite_btn.active a {
  color: #88a6f4;
}
.favorite_btn_wrapper .favorite_btn.active a:hover {
  color: #5983f0;
}
.shop2-popup_favorite {
  background: rgba(0, 0, 0, 0.6);
}
.shop2-popup_favorite .popup_inner {
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 480px) {
  .shop2-popup_favorite .popup_inner {
    width: calc(100% - 20px);
  }
}
.shop2-popup_favorite .popup_inner .text {
  text-align: center;
}
.shop2-popup_favorite .popup_inner .btns {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  background: #e83841;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 13px 22px;
  margin: 0px 5px 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn:hover, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close:hover {
  background: #f07d82;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn:hover:before, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close:hover:before {
  background: #be161e;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn:active, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close:active {
  background: #2a60ec;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn-close {
  background: #eee;
  color: #101010;
  border: 1px solid #ccc;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn-close:hover {
  background: #d5d5d5;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn-close:active {
  background: #d5d5d5;
}
.shop2-btn.shop2-btn_popup_favorite {
  margin: 0px auto 20px;
  display: block;
  text-align: center;
  width: 200px;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font: 600 16px Tahoma, Verdana, Segoe, sans-serif;
  text-align: center;
  padding: 10px 32px;
  background: #e83841;
  border: 1px solid #e83841;
  box-shadow: none;
  border-radius: 4px;
  text-decoration: none;
  height: auto;
}
.shop2-btn.shop2-btn_popup_favorite:hover {
  background: #eb4f57;
  box-shadow: none;
  color: #fff;
}
.shop2-btn.shop2-btn_popup_favorite:active {
  background: #e5212b;
  box-shadow: none;
  color: #fff;
}
.product-list .product-label {
  top: 30px;
}
.shop-product .product-price-wr {
  box-sizing: border-box;
}
#shop2-cart-preview {
  border-left: 1px solid #ececec;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .site-main > .site-main-inner {
    box-sizing: border-box;
    padding: 0;
  }
  .footer-top-part, .site-footer-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 700px) {
  .site-main > .site-main-inner {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  body .site-wrapper .shop-product .product-amount {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .shop-product .product-btn-in {
    width: 100%;
  }
  .shop-product .product-btn-in .shop-product-button {
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  .shop2-cart-wrapper .right-side .right-side-in {
    margin: 0;
  }
  .shop2-cart-wrapper .right-side .top-but-wrap {
    display: none;
  }
}
.cart_notes {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cart_notes {
    width: 100%;
  }
}
.cart_notes .def_note {
  box-sizing: border-box;
  padding: 10px 0;
  padding-right: 20px;
}
.cart_notes .back_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  vertical-align: top;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: normal;
  color: #646464;
  position: relative;
  text-decoration-line: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgba(103, 103, 103, 0.73);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: auto;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 0px 0px rgba(var(--color-i5mu5ipuc), 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  text-align: center;
}
a.empty-val, li.empty-val {
  pointer-events: none;
  opacity: 0.5;
}
.product-side-r .product-compare.product-compare-added {
  min-height: 21px;
  display: flex;
  align-items: center;
}
.product-side-r .product-compare.product-compare-added:before {
  margin-top: -11px;
}
.product-compare label:before {
  border: none;
  width: 20px;
  height: 20px;
  filter: grayscale(1);
  background-color: transparent;
}
.product-compare.product-compare-added:before {
  border: none;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 485 485' xml:space='preserve' class='' id='svg-1'%3E%3Cg id='g-2'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M411.097,110H257.5V87.42c17.459-6.192,30-22.865,30-42.42c0-24.813-20.187-45-45-45s-45,20.187-45,45 c0,19.555,12.541,36.228,30,42.42V110H73.903L0,272.057v3.259c0,46.068,37.479,83.548,83.548,83.548s83.548-37.479,83.548-83.548 v-3.259L106.875,140H227.5v255h-72.241l-30,90h234.481l-30-90H257.5V140h120.625l-60.222,132.057v3.259 c0,46.068,37.479,83.548,83.548,83.548S485,321.384,485,275.315v-3.259L411.097,110z M242.5,30c8.271,0,15,6.729,15,15 s-6.729,15-15,15s-15-6.729-15-15S234.229,30,242.5,30z M83.548,328.863c-24.321,0-44.894-16.301-51.397-38.548h102.794 C128.442,312.562,107.869,328.863,83.548,328.863z M128.77,260.315H38.327l45.222-99.164L128.77,260.315z M318.118,455H166.882 l10-30h131.235L318.118,455z M401.452,161.151l45.222,99.164H356.23L401.452,161.151z M401.452,328.863 c-24.321,0-44.894-16.301-51.397-38.548h102.794C446.346,312.562,425.772,328.863,401.452,328.863z' fill='%23ec6a4a' data-original='%23000000' class='' fill-opacity='1' id='path-3' type='solidColor'/%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-4'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-5'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-6'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-7'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-8'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-9'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-10'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-11'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-12'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-13'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-14'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-15'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-16'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-17'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='g-18'%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50%/18px no-repeat;
  filter: grayscale(0);
  cursor: pointer;
}
.product-compare label input[type="checkbox"], .product-compare.product-compare-added input[type="checkbox"] {
  width: 20px;
  cursor: pointer;
}
.product-compare.product-compare-added {
  line-height: 21px;
}
.block-user {
  border-left: 1px solid #ececec;
}
#search-result .result-products .product-image.no-image a {
  display: block;
  height: 100%;
}
.site_schedule {
  font-size: 14px;
  color: rgba(60, 68, 82, 0.502);
}
.site-container {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.site-wrapper {
  min-height: initial;
  max-width: 100%;
}
@media (max-width: 480px) {
  body .site-header .site-header-in .logo {
    max-width: 130px;
    margin: 0 auto;
  }
  body .site-adres {
    order: 5;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.folders-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #dedede;
  margin-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .folders-navigation {
    flex-direction: column;
  }
}
.folders-navigation__button {
  margin: 0 5px;
  width: 100%;
  max-width: 48%;
  transition: ease 0.4s;
}
@media (max-width: 960px) {
  .folders-navigation__button {
    margin: 10px 0;
    max-width: 100%;
  }
}
.folders-navigation__button a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 15px 20px;
}
@media (max-width: 480px) {
  .folders-navigation__button a {
    font-size: 13px;
  }
}
.folders-navigation__button a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  background: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 4.3a1 1 0 0 1 1.4 0l6.7 6.7c.3.4.3 1 0 1.4l-6.7 6.7A1 1 0 0 1 9 17.6l6-6-6-5.9a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E") 50% 50% / auto 10px no-repeat #155189;
  transition: ease 0.4s;
}
@media (max-width: 960px) {
  .folders-navigation__button a:before {
    display: none;
  }
}
.folders-navigation__button-name {
  display: block;
}
.folders-navigation__button-image {
  max-width: 100px;
  min-width: 100px;
  margin-right: 15px;
  background: #fafafa;
  text-align: center;
  font-size: 0;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.folders-navigation__button-image svg, .folders-navigation__button-image img {
  max-width: 100%;
  max-height: 90px;
  height: auto;
  width: auto;
}
.folders-navigation__button:hover {
  box-shadow: 0 0 5px #ddd;
}
.folders-navigation__button--prev {
  margin-right: auto;
}
.folders-navigation__button--prev a {
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-start !important;
}
.folders-navigation__button--prev a:before {
  left: -15px;
  transform: rotateY(180deg);
}
.folders-navigation__button--next {
  margin-left: auto;
}
.folders-navigation__button--next a {
  text-align: left;
}
.folders-navigation__button--next a:before {
  right: -15px;
}
body #_lp_block_33028904[data-block-layout="1668261"] .lpc-steps-1__title {
  margin: 0 auto;
}
body #_lp_block_33020104[data-block-layout="1717661"] .lp-button--type-1 {
  color: #fff;
}
body .s_newsgrid_content_item .s_newsgrid_content_item_link .s_newsgrid_content_item_brief {
  display: flex;
}
@media (max-width: 520px) {
  body .s_newsgrid_content_item .s_newsgrid_content_item_link .s_newsgrid_content_item_brief {
    flex-direction: column;
  }
}
body .s_newsgrid_content_item .s_newsgrid_content_item_link .s_newsgrid_content_item_brief .s_newsgrid_content_item_brief_text {
  display: flex;
  flex-direction: column;
}
body .s_newsgrid_content_item .s_newsgrid_content_item_link .s_newsgrid_content_item_brief .s_newsgrid_content_item_brief_link {
  margin-top: auto;
  padding-top: 10px;
}
body .page-path {
  margin-bottom: 10px;
  padding-top: 50px;
  padding-left: 3px;
}
@media (max-width: 580px) {
  body .page-path {
    padding-top: 0;
  }
}
body .news_slider-wrapper .news-slider-title {
  display: flex;
  font-size: 2vw;
  line-height: 3vw;
  vertical-align: top;
  position: relative;
  color: #383838;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  text-shadow: none;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  body .news_slider-wrapper .news-slider-title {
    font-size: 4vw;
    line-height: 4vw;
  }
}
@media (max-width: 580px) {
  body .news_slider-wrapper .news-slider-title {
    font-size: 26px;
    line-height: 26px;
  }
}
body .news_slider-wrapper .news-slider {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  body .news_slider-wrapper .news-slider {
    flex-direction: row;
  }
}
@media (max-width: 800px) {
  body .news_slider-wrapper .news-slider {
    flex-direction: column;
  }
}
body .news_slider-wrapper .news-slider .news_item {
  padding: 20px 0 0;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.2;
  width: 100%;
  /*&:before {
	                content: '';
	                left: 0;
	                top: 0;
	                right: 100%;
	                height: 1px;
	                position: absolute;
	                background: #13487a;
	                transition: ease 0.5s;
	            }
	            &:after {
	                content: '';
	                right: 0;
	                bottom: 0;
	                left: 100%;
	                height: 1px;
	                position: absolute;
	                background: #13487a;
	                transition: ease 0.3s;
	            }*/
  /*.border-element {
	                pointer-events: none;
	                &:before {
	                    content: '';
	                    right: 0;
	                    top: 0;
	                    bottom: 100%;
	                    width: 1px;
	                    position: absolute;
	                    background: #13487a;
	                    transition: ease 0.5s;
	                }
	                &:after {
	                    content: '';
	                    left: 0;
	                    bottom: 0;
	                    top: 100%;
	                    width: 1px;
	                    position: absolute;
	                    background: #13487a;
	                    transition: ease 0.5s;
	                }
	            }
	            &:hover {
	                &:before {
	                    right: 0;
	                }
	                &:after {
	                    left: 0;
	                }
	                .border-element {
	                    &:before {
	                        bottom: 0;
	                    }
	                    &:after {
	                        top: 0;
	                    }
	                }
	            }*/
}
@media (max-width: 430px) {
  body .news_slider-wrapper .news-slider .news_item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 880px) {
  body .news_slider-wrapper .news-slider .news_item {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .news_slider-wrapper .news-slider .news_item .news_image {
  text-decoration: none;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
body .news_slider-wrapper .news-slider .news_item .news_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
body .news_slider-wrapper .news-slider .news_item .news_date {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #6b6b6b;
  line-height: 20px;
  display: block;
  /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:url(%23a)%7D.b%7Bfill:url(%23b)%7D.c,.d,.e,.f,.g%7Bfill-rule:evenodd%7D.c%7Bfill:url(%23c)%7D.d%7Bfill:url(%23d)%7D.e%7Bfill:url(%23e)%7D.f%7Bfill:url(%23f)%7D.g%7Bfill:url(%23g)%7D%3C/style%3E%3ClinearGradient id='a' x1='32' y1='61.513' x2='32' y2='37.524' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23efb07f'/%3E%3Cstop offset='1' stop-color='%23fddbbb'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='32' y1='29.524' x2='32' y2='35.867' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ee4423'/%3E%3Cstop offset='1' stop-color='%23d53221'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='32' y1='14.667' x2='32' y2='16.581' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234b4d4e'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='24.75' y1='31.319' x2='24.75' y2='32.945' xlink:href='%23c'/%3E%3ClinearGradient id='e' x1='24.75' y1='38.568' x2='24.75' y2='40.194' xlink:href='%23c'/%3E%3ClinearGradient id='f' x1='39.251' y1='34.803' x2='39.251' y2='36.346' xlink:href='%23b'/%3E%3ClinearGradient id='g' x1='39.251' y1='42.052' x2='39.251' y2='43.595' xlink:href='%23b'/%3E%3C/defs%3E%3Ctitle%3Ecalendar-2_color%3C/title%3E%3Cpath class='a' d='M13.875 27.043h36.251v21.746H13.875z'/%3E%3Cpath class='b' d='M13.875 19.099h36.251v7.944H13.875z'/%3E%3Cpath class='c' d='M18.708 15.21h3.625v7.777h-3.625v-7.776zm22.959 0h3.625v7.777h-3.625v-7.776z'/%3E%3Cpath class='d' d='M18.708 31.875h4.834v4.833h-4.834v-4.833zm7.25 0h4.834v4.833H25.96v-4.833z'/%3E%3Cpath class='e' d='M25.959 39.124h4.833v4.832H25.96v-4.832zm-7.251 0h4.834v4.832h-4.834v-4.832z'/%3E%3Cpath class='f' d='M40.46 31.875h4.833v4.833h-4.834v-4.833zm-7.251 0h4.834v4.833h-4.834v-4.833z'/%3E%3Cpath class='g' d='M40.46 39.124h4.833v4.832h-4.834v-4.832zm-7.251 0h4.834v4.832h-4.834v-4.832z'/%3E%3C/svg%3E") right center / 40px auto no-repeat;*/
  /*&:before {
	                    content: 'Новости';
	                    color: #fff;
	                    background: #13487a;
	                    padding: 6px 10px;
	                    display: inline-block;
	                    position: absolute;
	                    left: -25px;
	                    top: 50%;
	                    margin-top: -11px;
	                    font-size: 12px;
	                    @media all and (max-width: 880px){
	                        left: 0;
	                    }
	                }*/
}
body .news_slider-wrapper .news-slider .news_item .news_title {
  font-weight: 600;
  color: rgba(45, 45, 45, 0.78);
  text-align: left;
  font-size: 1.2vw;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
}
body .news_slider-wrapper .news-slider .news_item .news_title:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  body .news_slider-wrapper .news-slider .news_item .news_title {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
}
@media (max-width: 580px) {
  body .news_slider-wrapper .news-slider .news_item .news_title {
    font-size: 18px;
    line-height: 18px;
  }
}
body .news_slider-wrapper .news-slider .news_item .news_body {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #6b6b6b;
  line-height: 20px;
  display: block;
}
body .news_slider-wrapper .news-slider .news_item .news_body p {
  margin-top: 0;
}
body .news_slider-wrapper .news-slider .owl-dots {
  text-align: center;
  padding: 15px 0 15px;
}
body .news_slider-wrapper .news-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  transition: ease 0.3s;
  box-sizing: border-box;
  border: 1px solid #13487a;
}
body .news_slider-wrapper .news-slider .owl-dots .owl-dot:hover, body .news_slider-wrapper .news-slider .owl-dots .owl-dot.active {
  background: #13487a;
  border: 1px solid #13487a;
}
body .news_slider-wrapper .news-slider .owl-dots .owl-dot span {
  display: none;
}
.articles-navigation__inner {
  display: flex;
  padding: 20px 0 30px;
}
@media (max-width: 640px) {
  .articles-navigation__inner {
    flex-direction: column;
    align-items: center;
  }
}
.articles-navigation__button {
  text-decoration: none;
  padding: 10px 30px;
  background: #13487a;
  color: #fff;
  font-weight: normal;
  text-align: center;
  max-width: 48%;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  justify-content: center;
}
.articles-navigation__button:before {
  content: attr(data-side);
  position: absolute;
  font-size: 25px;
  color: #fff;
  top: 50%;
  margin-top: -15px;
}
.articles-navigation__button--prev:before {
  left: 20px;
}
.articles-navigation__button--next:before {
  right: 20px;
}
@media (max-width: 640px) {
  .articles-navigation__button {
    margin: 5px 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 641px) {
  .articles-navigation__button--prev {
    margin-right: auto;
  }
  .articles-navigation__button--next {
    margin-left: auto;
  }
}
.articles-navigation .shop2-compare-header td:first-child {
  vertical-align: middle;
}
.inner-folders__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .inner-folders__list {
    justify-content: space-between;
  }
}
.inner-folders__list li {
  font-size: 0;
  margin: 0 10px 20px;
  max-width: calc((100% / 6) - 20px);
  width: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1250px) {
  .inner-folders__list li {
    max-width: 20%;
  }
}
@media (max-width: 1100px) {
  .inner-folders__list li {
    max-width: 25%;
  }
}
@media (max-width: 960px) {
  .inner-folders__list li {
    max-width: 33.33333333%;
  }
}
@media (min-width: 701px) and (max-width: 800px) {
  .inner-folders__list li {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .inner-folders__list li {
    max-width: calc(50% - 20px);
  }
}
.inner-folders__list li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter Tight";
  background: #f4f5f6;
  transition: ease 0.4s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-folders__list li a .folder-image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 80px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
  z-index: 1;
  background-color: #fff;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.inner-folders__list li a .folder-image img {
  max-width: 100%;
  width: auto;
  max-height: 50px;
  display: block;
  margin: 0 auto;
  filter: grayscale(1);
}
.inner-folders__list li a .folder-name {
  font-size: 15px;
  padding: 0;
  margin: auto 0;
  font-weight: 600;
  color: #5f5f5f;
}
.inner-folders__list li a:hover {
  opacity: 0.6;
}
.inner-folders__list li a:hover img {
  filter: grayscale(0);
}
.inner-folders__list li.hidden-folder {
  display: none;
}
.inner-folders__list li.show-more {
  display: none;
}
.inner-folders__list li.show-more--visible {
  display: block;
}
.inner-folders__list .last-li-more-btn {
  margin: 20px auto;
}
.inner-folders__list .last-li-more-btn a {
  padding: 10px;
  background: #c31717;
}
.inner-folders__list .last-li-more-btn .folder-name {
  color: #fff;
}
@media (min-width: 765px) {
  .left-categor li[data-hide="1"], .top-categor li[data-hide="1"] {
    display: none;
  }
}
@media (min-width: 961px) {
  .left-categor li[data-desktop-hide="1"], .top-categor li[data-desktop-hide="1"] {
    display: none;
  }
}
@media (max-width: 960px) {
  .left-categor li[data-mobile-hide="1"], .top-categor li[data-mobile-hide="1"] {
    display: none;
  }
}
.contacts_schema {
  display: none !important;
}
body .shop2-product-params .product-params-tr.hide-border {
  border: 0;
}
body .shop-filter a.param-val.hidden-field {
  display: none;
}
body .shop-filter .show-more-btn {
  text-align: center;
  padding-top: 12px;
}
body .shop-filter .show-more-btn span {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 50px;
  border: 2px solid #f02b2b;
  color: #fff;
  background: #f02b2b;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body #_lp_block_33020304[data-block-layout="97251"] .lpc-text-9__title, body #_lp_block_33028904[data-block-layout="1668261"] .lpc-steps-1__title, body #_lp_block_33065504[data-block-layout="97251"] .lpc-text-9__title {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  body #_lp_block_33020304[data-block-layout="97251"] .lpc-text-9__title, body #_lp_block_33028904[data-block-layout="1668261"] .lpc-steps-1__title, body #_lp_block_33065504[data-block-layout="97251"] .lpc-text-9__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  body #_lp_block_33020304[data-block-layout="97251"] .lpc-text-9__title, body #_lp_block_33028904[data-block-layout="1668261"] .lpc-steps-1__title, body #_lp_block_33065504[data-block-layout="97251"] .lpc-text-9__title {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  body #_lp_block_33122504[data-block-layout="97251"] .lpc-text-9__title {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  body #_lp_block_33122504[data-block-layout="97251"] .lpc-text-9__title {
    font-size: 22px;
  }
}
body .lpc-text-9__text img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 640px) {
  body #_lp_block_33065504[data-block-layout="97251"] {
    padding-bottom: 0;
  }
}
body .search_404 {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 8px #e3e4e5;
  max-width: 278px;
  border-radius: 50px;
}
body .search_404 .search_404-text {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  outline: none;
  border-radius: 20px;
  box-sizing: border-box;
  min-width: 240px;
  margin-right: 0;
  padding-right: 10px;
  box-shadow: none;
  background: none;
  padding-left: 15px;
}
body .search_404 .search_404-button {
  min-width: 38px;
  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%2214px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%24mainColor2%22%20d%3D%22M12.324%2C13.994%20C12.219%2C13.994%2012.119%2C13.952%2012.045%2C13.878%20L8.919%2C10.751%20C8.021%2C11.317%206.959%2C11.645%205.822%2C11.645%20C2.611%2C11.645%20-0.001%2C9.033%20-0.001%2C5.822%20C-0.001%2C2.611%202.611%2C-0.001%205.822%2C-0.001%20C9.031%2C-0.001%2011.643%2C2.611%2011.643%2C5.822%20C11.643%2C6.958%2011.317%2C8.018%2010.753%2C8.915%20L13.879%2C12.043%20C14.034%2C12.197%2014.034%2C12.447%2013.879%2C12.602%20L12.603%2C13.878%20C12.529%2C13.952%2012.429%2C13.994%2012.324%2C13.994%20ZM9.612%2C10.327%20L12.324%2C13.040%20L13.041%2C12.322%20L10.341%2C9.621%20L9.612%2C10.327%20ZM5.822%2C0.789%20C3.047%2C0.789%200.789%2C3.047%200.789%2C5.822%20C0.789%2C8.597%203.047%2C10.855%205.822%2C10.855%20C8.596%2C10.855%2010.853%2C8.597%2010.853%2C5.822%20C10.853%2C3.047%208.596%2C0.789%205.822%2C0.789%20Z%22%20class%3D%22cls-1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  box-shadow: none;
  border: 0;
  outline: none;
  padding: 10px 15px;
}
body .search_404 .search_404-button:hover {
  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%2214px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%24mainColor2%22%20d%3D%22M12.324%2C13.994%20C12.219%2C13.994%2012.119%2C13.952%2012.045%2C13.878%20L8.919%2C10.751%20C8.021%2C11.317%206.959%2C11.645%205.822%2C11.645%20C2.611%2C11.645%20-0.001%2C9.033%20-0.001%2C5.822%20C-0.001%2C2.611%202.611%2C-0.001%205.822%2C-0.001%20C9.031%2C-0.001%2011.643%2C2.611%2011.643%2C5.822%20C11.643%2C6.958%2011.317%2C8.018%2010.753%2C8.915%20L13.879%2C12.043%20C14.034%2C12.197%2014.034%2C12.447%2013.879%2C12.602%20L12.603%2C13.878%20C12.529%2C13.952%2012.429%2C13.994%2012.324%2C13.994%20ZM9.612%2C10.327%20L12.324%2C13.040%20L13.041%2C12.322%20L10.341%2C9.621%20L9.612%2C10.327%20ZM5.822%2C0.789%20C3.047%2C0.789%200.789%2C3.047%200.789%2C5.822%20C0.789%2C8.597%203.047%2C10.855%205.822%2C10.855%20C8.596%2C10.855%2010.853%2C8.597%2010.853%2C5.822%20C10.853%2C3.047%208.596%2C0.789%205.822%2C0.789%20Z%22%20class%3D%22cls-1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  box-shadow: none;
}
body .empty-cart-wrapper {
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 5px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .empty-cart-wrapper {
    flex-direction: column;
  }
}
body .empty-cart-wrapper .editable-part, body .empty-cart-wrapper .sitemap-part {
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body .empty-cart-wrapper .editable-part, body .empty-cart-wrapper .sitemap-part {
    max-width: 48%;
  }
}
body .empty-cart-wrapper .sitemap-part .search_404 {
  margin-bottom: 20px;
}
body .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  color: #fff;
}
body .r-tabs .r-tabs-panel {
  padding: 0 10px;
}
body .shop-product .product-thumbnails-wr {
  padding-bottom: 10px;
}
body .min_order_sum.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0;
  font-size: 0;
  height: 0;
}
.search-no-results__top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .search-no-results__top {
    flex-direction: column-reverse;
  }
}
.search-no-results__left h2 {
  font-weight: bold;
  margin: 20px 0;
}
.search-no-results__left p {
  margin: 0;
}
.search-no-results__image {
  max-width: 400px;
  height: 325px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-no-results__image img {
  pointer-events: none;
  max-width: 100%;
  width: auto;
  height: auto;
}
.search-no-results__bottom p {
  margin-top: 0;
}
.shop-modules-404__search-form {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.site-main-inner.mode-search .shop2-warning {
  display: none;
}
@media (max-width: 700px) {
  body .product-list-in.product-list-thumbs {
    justify-content: space-between;
  }
  body .product-list-in.product-list-thumbs .shop2-product-item {
    /*max-width: 49%;*/
    max-width: 100%;
    margin-bottom: 2%;
  }
  body .product-list-in.product-list-thumbs .product-top-wr, body .product-list-in.product-list-thumbs .product-bot-wr {
    /*padding: 0 5px;*/
  }
}
@media (max-width: 480px) {
  body .product-list-in.product-list-thumbs .product-bot-in2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body .product-list-in.product-list-thumbs .product-bot-in2 .product-amount {
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  body .product-list-in.product-list-thumbs .product-bot-in2 .shop-product-button {
    box-shadow: none;
    /*border-radius: 20px;*/
  }
  body .product-list-in.product-list-thumbs .product-name a {
    font-size: 14px;
  }
}
