/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets-dist/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);
  overflow: hidden;
}
@media only screen and (max-width: 590px) {
  .productNavSlide {
    width: 16.6vw;
    overflow: hidden;
  }
}
.productNavSlide.swiper-slide-thumb-active, .productNavSlide:hover {
  cursor: pointer;
  border-color: #d2d2d2;
}

.productNavSlider {
  margin-top: 1.04vw;
}

.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;
}
