/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BreadCrumbsComponent/block-bread-crumbs.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.breadcrumbs {
  color: #e84225;
}
.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 0.73vw;
  color: #a9a9a8;
  line-height: 180%;
}
@media only screen and (max-width: 590px) {
  .breadcrumbs,
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 2.78vw;
  }
}
.breadcrumbs span.kb_title {
  color: #a9a9a8 !important;
}
.breadcrumbs span:hover {
  color: #e84225;
}

.kb_sep {
  margin: 0px 8px 0px 10px;
  padding-top: 2px;
}
@media only screen and (max-width: 590px) {
  .kb_sep {
    margin: 0 1.5vw 0 1.5vw;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/favorites.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.favorites {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(/public/icons/favorites.a9b3a7c1fe0b3558cc0c.svg);
}
.favorites.active, .favorites:hover {
  cursor: pointer;
  background-image: url(/public/icons/favorites-active.7e285216580f55de3f59.svg);
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/available.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.available {
  font-weight: 600;
  font-size: 0.625vw;
  color: #fff;
  border-radius: 0.42vw;
  padding: 0.1vw 0.42vw 0.1vw 0.42vw;
}
@media only screen and (max-width: 590px) {
  .available {
    font-size: 3.33vw;
    padding: 1vw 2.62vw;
    border-radius: 2.22vw;
  }
}
.available.inStock {
  background-color: #00b33c;
}
.available.order {
  background-color: #4b4e51;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlKatalogComponent/bl-katalog.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.wrapKatalog {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.56vw;
}
@media only screen and (max-width: 590px) {
  .wrapKatalog {
    grid-template-columns: 1fr;
    grid-gap: 4.44vw;
  }
}

.katalogTitle {
  font-weight: 600;
  font-size: 1.56vw;
  color: #363636;
  line-height: 120%;
  margin-bottom: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .katalogTitle {
    font-size: 5vw;
    margin-bottom: 5.55vw;
  }
}

.blKatalog {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 1.56vw;
  position: relative;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 590px) {
  .blKatalog {
    padding: 5.55vw;
    min-width: 70vw;
  }
}
.blKatalogHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.blKatalogImg {
  width: 100%;
}
.blKatalogIn {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.52vw;
}
@media only screen and (max-width: 590px) {
  .blKatalogIn {
    gap: 2.78vw;
  }
}
.blKatalogTop {
  position: relative;
}
.blKatalogTitle {
  font-size: 0.83vw;
  color: #363636;
}
@media only screen and (max-width: 590px) {
  .blKatalogTitle {
    font-size: 3.6vw;
  }
}
.blKatalogPrices {
  display: flex;
  align-items: flex-end;
  gap: 1.04vw;
  margin: 0.52vw 0 1.04vw 0;
}
@media only screen and (max-width: 590px) {
  .blKatalogPrices {
    margin: 2.78vw 0 4.44vw 0;
    gap: 5vw;
  }
}
.blKatalogPrice {
  font-weight: 500;
  font-size: 0.78vw;
  color: #4b4e51;
}
@media only screen and (max-width: 590px) {
  .blKatalogPrice {
    font-size: 3.61vw;
  }
}
.blKatalogPrice strong {
  font-weight: inherit;
  color: inherit;
  font-size: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .blKatalogPrice strong {
    font-size: 4vw;
  }
}
.blKatalogOldPrice {
  font-weight: 400;
  font-size: 0.78vw;
  color: #a0a2a3;
  text-decoration: line-through;
}
@media only screen and (max-width: 590px) {
  .blKatalogOldPrice {
    font-size: 2.61vw;
  }
}
.blKatalogDiscount {
  font-weight: 600;
  font-size: 0.68vw;
  color: #e84225;
}
@media only screen and (max-width: 590px) {
  .blKatalogDiscount {
    font-size: 2.33vw;
  }
}
.blKatalogBut {
  width: 100%;
  background-color: #fdece9;
  color: #e84225;
}
.blKatalogBut:hover {
  color: #ffffff;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockKatalogComponent/katalog.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.wrapKatalog {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.56vw;
}
@media only screen and (max-width: 590px) {
  .wrapKatalog {
    grid-template-columns: 1fr;
    grid-gap: 4.44vw;
  }
}

.katalogTitle {
  font-weight: 600;
  font-size: 1.56vw;
  color: #363636;
  line-height: 120%;
  margin-bottom: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .katalogTitle {
    font-size: 5vw;
    margin-bottom: 5.55vw;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockBannerInComponent/banner-in.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockBannerIn {
  min-height: 14.06vw;
  background-image: url(/public/images/bg-bann-in.edbcd3dfa351b7d99b95.jpg);
  padding: 6.25vw 0vw 2.6vw 0vw;
}
@media only screen and (max-width: 590px) {
  .blockBannerIn {
    min-height: 37.22vw;
    padding: 17.1vw 0vw 5.55vw 0vw;
  }
}

.pageTit {
  font-weight: 600;
  font-size: 2.5vw;
  color: #ffffff;
  margin-top: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .pageTit {
    font-size: 7.22vw;
    margin-top: 2.2vw;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/seo.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockSeo {
  padding: 1.56vw 0 2.92vw 0;
  color: #363636;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 6.25vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo {
    padding: 5.5vw 0 8vw 0vw;
    margin-top: 22.22vw;
  }
}
.blockSeo h2 {
  font-weight: 500;
  font-size: 1.46vw;
  margin: 0.52vw 0 1.56vw 0;
}
@media only screen and (max-width: 590px) {
  .blockSeo h2 {
    font-size: 5vw;
    margin: 5.55vw 0vw;
  }
}
.blockSeo h2:first-child {
  margin-top: 0;
}
.blockSeo h3 {
  font-weight: 500;
  font-size: 1.1vw;
  margin: 0.52vw 0 1.56vw 0;
}
@media only screen and (max-width: 590px) {
  .blockSeo h3 {
    font-size: 4.44vw;
    margin: 4vw 0vw 2vw 0vw;
  }
}
.blockSeo p {
  font-weight: 400;
  font-size: 0.78vw;
  margin-bottom: 0.78vw;
  line-height: 160%;
}
@media only screen and (max-width: 590px) {
  .blockSeo p {
    font-size: 3.61vw;
    margin-bottom: 1.38vw;
  }
}
.blockSeo p:last-child {
  margin-bottom: 0;
}
.blockSeo ul {
  list-style-type: none;
  padding-left: 0.78vw;
  margin: 1.56vw 0;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul {
    padding-left: 4vw;
    margin: 5.55vw 0;
  }
}
.blockSeo ul:last-child {
  margin-bottom: 0;
}
.blockSeo ul li {
  font-weight: 400;
  font-size: 0.78vw;
  position: relative;
  padding-left: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul li {
    font-size: 3.61vw;
    padding-left: 5.55vw;
  }
}
.blockSeo ul li:not(:last-child) {
  margin-bottom: 0.52vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul li:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.blockSeo ul li:before {
  content: " ";
  display: block;
  width: 0.41vw;
  height: 0.41vw;
  border-radius: 100%;
  background-color: #e84225;
  position: absolute;
  left: 0px;
  top: 0.3vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul li:before {
    width: 2.22vw;
    height: 2.22vw;
    top: 1vw;
  }
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/soci.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.soci {
  width: 2.08vw;
  height: 2.08vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
}
@media only screen and (max-width: 590px) {
  .soci {
    width: 7.78vw;
    height: 7.78vw;
  }
}
.sociVk {
  background-image: url(/public/icons/soci-vk.a23a003b66ce9ffc0884.svg);
}
.sociVk:hover {
  background-image: url(/public/icons/soci-vk-active.d78e0b4bdee182ca3670.svg);
}
.sociOk {
  background-image: url(/public/icons/soci-ok.5d3a0307fb163fabb5fa.svg);
}
.sociOk:hover {
  background-image: url(/public/icons/soci-ok-active.e6321cabab6b0241f9b9.svg);
}
.sociTelegram {
  background-image: url(/public/icons/soci-telegram.35e8728128a4e6154a14.svg);
}
.sociTelegram:hover {
  background-image: url(/public/icons/soci-telegram-active.e790f66f9bbefe52f191.svg);
}
.sociWhatsapp {
  background-image: url(/public/icons/soci-whatsapp.50b0bf91e9c1bfcff0af.svg);
}
.sociWhatsapp:hover {
  background-image: url(/public/icons/soci-whatsapp-active.1aebdb9eb397383c35db.svg);
}
.soci:hover {
  cursor: pointer;
}

.wrapShare {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.04vw;
  padding-top: 1.56vw;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 590px) {
  .wrapShare {
    gap: 2.78vw;
    padding-top: 5.55vw;
    margin-top: 6vw;
  }
}
.wrapShare span {
  font-weight: 400;
  font-size: 0.78vw;
  color: #363636;
}
@media only screen and (max-width: 590px) {
  .wrapShare span {
    font-size: 3.61vw;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/AsideComponent/aside.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
@media only screen and (max-width: 590px) {
  .asideCategories {
    margin-bottom: 5.55vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 2.78vw;
    padding-bottom: 5vw;
    align-items: center;
  }
}
.asideCategories > li {
  display: block;
  margin-bottom: 0.52vw;
  background-color: #ffffff;
  border-radius: 0.83vw;
  overflow: hidden;
  padding-right: 2.08vw;
  position: relative;
}
@media only screen and (max-width: 590px) {
  .asideCategories > li {
    margin-bottom: 0;
    flex-shrink: 0;
    border-radius: 8vw;
    max-width: 80vw;
  }
}
.asideCategories > li.active {
  background-color: #363636;
}
.asideCategories > li.active span {
  color: #ffffff;
}
.asideCategories > li.active.current > a > span {
  color: #e84225;
}
.asideCategories > li.active.hasChildren .arrSide {
  position: absolute;
  right: 1.04vw;
  top: 1.1vw;
  z-index: 2;
}
.asideCategories > li.active.hasChildren .arrSide:hover {
  cursor: pointer;
}
.asideCategories > li.active.hasChildren .arrSide:hover svg {
  stroke: #e84225;
}
.asideCategories > li.active.hasChildren.open .arrSide {
  transform: rotate(180deg);
}
.asideCategories > li.active.hasChildren.open .arrSide svg {
  stroke: #e84225;
}
.asideCategories > li.active.hasChildren.open .arrSide:hover svg {
  stroke: #a9a9a8;
}
.asideCategories > li span {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.04vw;
  font-weight: 500;
  font-size: 0.83vw;
  color: #262626;
  position: relative;
}
@media only screen and (max-width: 590px) {
  .asideCategories > li span {
    height: auto;
    font-size: 3.61vw;
    padding: 2.5vw 5.13vw;
    border-radius: 2.22vw;
  }
}
.asideCategories > li span:hover {
  color: #e84225;
  cursor: pointer;
}
.asideCategories li span strong {
  font-size: 0.6vw;
  color: #a9a9a8;
  display: inline-block;
  vertical-align: super;
}
.asideCategories li.open .asideSubCategories {
  display: block;
}

.arrSide {
  position: absolute;
  right: 1vw !important;
  top: 1vw !important;
}
@media only screen and (max-width: 590px) {
  .arrSide {
    position: absolute;
    right: 5vw !important;
    top: 50% !important;
    transform: translate3d(0px, -50%, 0px);
  }
}

.asideSubCategories {
  display: none;
}
.asideSubCategories li {
  padding-left: 0.83vw;
}
.asideSubCategories li.current span {
  color: #e84225;
}
