/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/BlockLoginComponent/block-login.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockLogin {
  width: 100%;
  height: auto;
  background-color: #ededed;
  border-radius: 20px;
  padding: 1.56vw 2.08vw;
  display: flex;
  justify-content: space-between;
  gap: 1.56vw;
  align-items: center;
}
@media only screen and (max-width: 590px) {
  .blockLogin {
    padding: 5.55vw;
    gap: 4.44vw;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 590px) {
  .blockLoginText {
    width: 100%;
  }
}
.blockLoginText p {
  font-weight: 600;
  font-size: 0.78vw;
  color: #363636;
}
@media only screen and (max-width: 590px) {
  .blockLoginText p {
    font-size: 3.61vw;
    line-height: 180%;
  }
}
.blockLoginBut {
  width: 10.4vw;
}
@media only screen and (max-width: 590px) {
  .blockLoginBut {
    width: 55.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/scss/components/documents.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.documentsLine {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4vw 1.04vw;
  border-radius: 20px;
  border: 1px solid #cacaca;
  margin-bottom: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .documentsLine {
    padding: 2.77vw 4.44vw;
    margin-bottom: 5.55vw;
  }
}
.documentsLineLeft {
  display: flex;
  align-items: center;
  gap: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .documentsLineLeft {
    gap: 3.33vw;
  }
}
.documentsLine:hover {
  background-color: #ededed;
}
.documentsIcoFile img {
  width: 2.08vw;
}
@media only screen and (max-width: 590px) {
  .documentsIcoFile img {
    width: 8.33vw;
  }
}
.documentsDownload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.42vw;
}
@media only screen and (max-width: 590px) {
  .documentsDownload {
    gap: 0;
  }
}
.documentsDownload span {
  font-size: 0.73vw;
  color: #4b4e51;
}
@media only screen and (max-width: 590px) {
  .documentsDownload span {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .documentsDownload svg {
    width: 5vw;
  }
}
.documentsDownload:hover span {
  color: #e84225;
}
.documentsDownload:hover svg {
  stroke: #e84225;
}

.documentsInfoFileName {
  font-weight: 400;
  font-size: 0.83vw;
  color: #363636;
  margin-bottom: 0.2vw;
}
@media only screen and (max-width: 590px) {
  .documentsInfoFileName {
    font-size: 3.61vw;
    margin-bottom: 1vw;
  }
}
.documentsInfoFileSize {
  font-weight: 600;
  font-size: 0.67vw;
  color: #a9a9a8;
}
@media only screen and (max-width: 590px) {
  .documentsInfoFileSize {
    font-size: 2.77vw;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/BlockProductComponent/product.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.catTitle {
  margin-bottom: 2.08vw;
  font-weight: 600;
  font-size: 1.56vw;
}
@media only screen and (max-width: 590px) {
  .catTitle {
    font-size: 5vw;
    margin-bottom: 5.55vw;
  }
}

.productTitle {
  margin-bottom: 1.04vw;
  font-weight: 600;
  font-size: 1.56vw;
}
@media only screen and (max-width: 590px) {
  .productTitle {
    font-size: 4.44vw;
    margin-bottom: 5.55vw;
  }
}

.favoritesProduct {
  position: absolute;
  right: 1.04vw;
  top: 1.04vw;
  z-index: 2;
}
@media only screen and (max-width: 590px) {
  .favoritesProduct {
    right: 2.78vw;
    top: 2.78vw;
  }
}

.lupa {
  width: 1.56vw;
  height: 1.56vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(/public/icons/lupa-product.4c489ef351d154bbd59d.svg);
}
@media only screen and (max-width: 590px) {
  .lupa {
    width: 8.33vw;
    height: 8.33vw;
  }
}
.lupaProduct {
  position: absolute;
  bottom: 1.04vw;
  right: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .lupaProduct {
    bottom: 2.78vw;
    right: 2.78vw;
  }
}

.wrapProductBigSlider {
  position: relative;
}

.blockProductHeader {
  width: 100%;
  display: grid;
  grid-template-columns: 32.29vw 1fr;
  grid-gap: 3.125vw;
}
@media only screen and (max-width: 590px) {
  .blockProductHeader {
    grid-template-columns: 100%;
    grid-gap: 5.55vw;
  }
}
.blockProductHeaderLeft {
  position: relative;
}

.productSlide img {
  width: 100%;
}

.productNavSlide {
  width: 5.21vw;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 590px) {
  .productNavSlide {
    width: 16.6vw;
    overflow: hidden;
  }
}
.productNavSlide.swiper-slide-active, .productNavSlide:hover {
  cursor: pointer;
  border-color: #d2d2d2;
}

.productInfoLine {
  display: flex;
  gap: 1.04vw;
  margin-bottom: 1.6vw;
  align-items: flex-end;
}
@media only screen and (max-width: 590px) {
  .productInfoLine {
    margin-bottom: 5.55vw;
    gap: 1.66vw;
  }
}
.productInfoLabel {
  width: 4.16vw;
  font-size: 0.73vw;
  color: #363636;
}
@media only screen and (max-width: 590px) {
  .productInfoLabel {
    font-size: 3.89vw;
    width: 19.44vw;
  }
}
.productInfoData {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.productInfoPrice {
  font-weight: 500;
  font-size: 1.04vw;
  color: #4b4e51;
}
@media only screen and (max-width: 590px) {
  .productInfoPrice {
    font-size: 3.16vw;
  }
}
.productInfoPrice strong {
  font-weight: inherit;
  color: inherit;
  font-size: 1.38vw;
}
@media only screen and (max-width: 590px) {
  .productInfoPrice strong {
    font-size: 4vw;
  }
}
.productInfoOldPrice {
  font-weight: 400;
  font-size: 0.84vw;
  color: #a0a2a3;
  text-decoration: line-through;
}
@media only screen and (max-width: 590px) {
  .productInfoOldPrice {
    font-size: 2.61vw;
  }
}
.productInfoDiscount {
  font-weight: 600;
  font-size: 0.94vw;
  color: #e84225;
}
@media only screen and (max-width: 590px) {
  .productInfoDiscount {
    font-size: 2.33vw;
  }
}

.butProductBuy {
  width: 100%;
}

.wrapProductDocuments {
  margin: 1.56vw 0vw;
}
@media only screen and (max-width: 590px) {
  .wrapProductDocuments {
    margin: 8.33vw 0;
  }
}

.blockOtherProducts {
  margin-top: 3.125vw;
}
@media only screen and (max-width: 590px) {
  .blockOtherProducts {
    margin-top: 10vw;
  }
}

.wrapOtherProducts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.56vw;
}
@media only screen and (max-width: 590px) {
  .wrapOtherProducts {
    display: flex;
    gap: 3vw;
    overflow-y: auto;
  }
}

.otherProductsTitle {
  font-weight: 600;
  font-size: 1.46vw;
  line-height: 120%;
  margin: 2.08vw 0 1.56vw 0vw;
}
@media only screen and (max-width: 590px) {
  .otherProductsTitle {
    font-size: 5vw;
    margin: 5.55vw 0 5.55vw 0vw;
  }
}

.blockProductNav {
  margin: 2.08vw 0 1.56vw 0;
  display: flex;
  align-items: center;
  gap: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .blockProductNav {
    margin: 5.55vw 0 8.33vw 0vw;
    gap: 2.77vw;
    overflow-y: auto;
    padding-bottom: 5vw;
  }
}
.blockProductNav span {
  padding: 0.83vw 1.56vw;
  border-radius: 100px;
  background-color: #f2f2f2;
  font-weight: 600;
  font-size: 0.78vw;
  color: #282726;
}
@media only screen and (max-width: 590px) {
  .blockProductNav span {
    padding: 2.22vw 3.89vw;
    font-size: 3.33vw;
  }
}
.blockProductNav span:hover, .blockProductNav span.active {
  cursor: pointer;
  background-color: #282726;
  color: #ffffff;
}

.blockProductTab {
  display: none;
}
.blockProductTab.active {
  display: block;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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;
}
