.content-page .slider-on-main {
  width: auto;
  height: auto;
  margin: 0 -16px;
  padding: 0 0 24px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  .content-page .slider-on-main {
    margin: 0;
    padding: 15px 0 42px 0;
  }
}
.content-page .slider-on-main .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: 25px;
  z-index: 10;
}
.content-page .slider-on-main .slick-prev:before {
  content: url(/templates/kss_template/images/prev.svg);
  opacity: 1;
}
.content-page .slider-on-main .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: 25px;
  z-index: 10;
}
.content-page .slider-on-main .slick-next:before {
  content: url(/templates/kss_template/images/next.svg);
  opacity: 1;
}
.content-page .slider-on-main .slick-prev.slick-disabled:before, .content-page .slider-on-main .slick-next.slick-disabled:before {
  opacity: 0;
}
.content-page .slider-on-main .slick-prev.slick-disabled:after, .content-page .slider-on-main .slick-next.slick-disabled:after {
  opacity: 0;
}
.content-page .slider-on-main .slide-wrap {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .content-page .slider-on-main .slide-wrap {
    height: 480px;
  }
}
.content-page .slider-on-main .slide-wrap a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
}
.content-page .slider-on-main .slide-wrap a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .content-page .slider-on-main .slide-wrap a img {
    width: auto;
    height: 480px;
    border-radius: 12px;
  }
}
.content-page .slider-on-main .slick-slider .slick-dots {
  bottom: 47px;
  margin: 0;
}
.content-page .slider-on-main .slick-slider .slick-dots li button:before {
  line-height: 19px;
  font-size: 6px;
  color: white;
  opacity: 0.4;
}
.content-page .slider-on-main .slick-slider .slick-dots li.slick-active button:before {
  line-height: 19px;
  font-size: 10px;
  color: white;
  opacity: 1;
}

.main-category {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .main-category {
    margin-bottom: 60px;
  }
}
.main-category .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .main-category .title {
    margin-bottom: 24px;
  }
}
.main-category .category-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 560px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
.main-category .category-wrap .category-item {
  text-align: center;
  padding: 20px 12px;
  text-decoration: none;
  border-radius: 18px;
}
.main-category .category-wrap .category-item .category-pic {
  height: 118px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-category .category-wrap .category-item .category-pic img {
  max-width: 100%;
  max-height: 118px;
}
.main-category .category-wrap .category-item .category-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  padding-top: 11px;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .main-category .category-wrap .category-item .category-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
  }
}
.main-category .view-all-products {
  padding: 0;
  padding-top: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-category .view-all-products a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
.main-category .view-all-products span {
  display: block;
  width: 16px;
  height: 16px;
}

.banners-list .banners-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  .banners-list .banners-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.banners-list .banners-wrap .banner-item .kss-picture {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .banners-list .banners-wrap .banner-item .kss-picture {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

.brand-block {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .brand-block {
    margin-bottom: 60px;
  }
}
.brand-block .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 22px;
  padding-right: 116px;
}
@media screen and (min-width: 1024px) {
  .brand-block .title {
    margin-bottom: 32px;
  }
}
.brand-block .brand-pic {
  width: 100%;
  height: 100px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-block .brand-pic picture {
  width: 100%;
  height: auto;
}
.brand-block .brand-pic img {
  max-width: 100%;
  width: auto;
  max-height: 50px;
  height: auto;
  margin: 0 auto;
}
.brand-block .view-all-products {
  padding: 0;
  padding-top: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-block .view-all-products a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
.brand-block .view-all-products span {
  display: block;
  width: 16px;
  height: 16px;
}

.random-block {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .random-block {
    margin-bottom: 60px;
  }
}
.random-block .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 22px;
  padding-right: 116px;
}
@media screen and (min-width: 1024px) {
  .random-block .title {
    margin-bottom: 32px;
  }
}
.random-block .slick-list {
  margin: 0 -3px !important;
}
@media only screen and (min-width: 768px) {
  .random-block .slick-list {
    margin: 0 -8px !important;
  }
}
.random-block .slick-list .slick-track {
  display: flex !important;
}
.random-block .slick-list .slick-track .slick-slide {
  height: auto !important;
}
.random-block .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.random-block .slick-list .slick-track .slick-slide > div .slide-box {
  padding: 0 3px;
  display: block !important;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .random-block .slick-list .slick-track .slick-slide > div .slide-box {
    padding: 0 8px;
  }
}
.random-block .product-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: 0px;
  height: 100%;
}
.random-block .product-box .country-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 30;
}
.random-block .product-box .country-flag .kss-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.random-block .product-box .hot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 8px;
}
.random-block .product-box .new {
  display: block;
  width: 32px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 24px;
  z-index: 20;
}
.random-block .product-box .new .new-wrap {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  width: auto;
  height: 12px;
}
.random-block .product-box .favorite-block {
  position: absolute;
  right: 8px;
  top: 8px;
}
.random-block .product-box .favorit {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.random-block .product-box a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.random-block .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
  border-radius: 4px;
}
.random-block .product-box a .product-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.random-block .product-box a .product-img .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.random-block .product-box a .brand {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 20px 0 0px 0;
}
.random-block .product-box a .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 0 15px 0;
  /*                height: 73px;*/
  text-align: center;
}
.random-block .product-box a .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.random-block .product-box a .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  justify-content: center;
}
.random-block .product-box a .price-block .price {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
}
.random-block .product-box a .price-block .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.random-block .product-box a .price-block .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
}
.random-block .product-box a .price-block .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.random-block .product-box a .price-block span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.random-block .product-box a .price-block .action {
  position: absolute;
  right: 0;
  bottom: 148px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 4px;
  height: 20px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 12px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .random-block .product-box a .price-block .action {
    position: static;
  }
}
.random-block .product-box:hover a .product-img img {
  opacity: 0.65;
}
.random-block .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.random-block .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: calc(100% - 48px);
  max-width: 108px;
}
@media only screen and (min-width: 768px) {
  .random-block .product-box .put-in-basket .product-buy {
    width: 100%;
  }
}
.random-block .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.random-block .product-box .put-in-basket .product-buy .buy-button .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.random-block .view-all-products {
  padding: 0;
  padding-top: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.random-block .view-all-products a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
.random-block .view-all-products span {
  display: block;
  width: 16px;
  height: 16px;
}

.content-text {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
}
.content-text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
}
.content-text h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 30px 0;
}
.content-text blockquote {
  margin: 20px 0;
  padding-left: 14px;
  border-left-width: 2px;
  border-left-style: solid;
}
.content-text p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.content-text ol, .content-text ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
.content-text table {
  margin-bottom: 10px;
  width: 100% !important;
}
.content-text table tr th, .content-text table tr td {
  padding: 5px;
}

.viewed {
  padding: 30px 0 80px 0;
  position: relative;
  bottom: -30px;
}
@media screen and (min-width: 1024px) {
  .viewed {
    bottom: -60px;
  }
}
.viewed .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 45px;
}
.viewed .content {
  margin-top: 45px;
  margin-right: -10px;
}
.viewed .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .viewed .slide-box {
    padding: 0 8px;
  }
}
.viewed .product-box {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.viewed .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.viewed .product-box a {
  text-decoration: none;
}
.viewed .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
}
.viewed .product-box a .product-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.viewed .product-box a .product-img .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.viewed .product-box a .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .name {
    padding: 0 15px;
  }
}
.viewed .product-box a .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.viewed .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .viewed .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .in-basket {
    padding: 0 15px;
  }
}
.viewed .product-box a .price {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .price {
    padding: 0 15px;
  }
}
.viewed .product-box a .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.viewed .product-box a .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
.viewed .product-box a .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.viewed .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.viewed .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.viewed .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewed .product-box .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.viewed .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}

/*# sourceMappingURL=kss-main-page.css.map */
