.ksk_header__menu--list {
  position: absolute;
  top: 54px;
  width: 180px;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.2);
  left: -90px;
  margin-left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  -o-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}
.ksk_header__menu--list::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -webkit-calc(50% - 6px);
  right: calc(50% - 6px);
  border: 7.5px solid transparent;
  border-bottom: 7.5px solid #fff;
  z-index: 1;
}
.ksk_header__menu--item {
  padding-bottom: 15px;
}
.ksk_header__menu--item:last-child {
  padding-bottom: 0;
}
.ksk_header__menu--item:last-child a {
  color: #858585;
}
.ksk_header__menu--item a {
  color: #000000;
}
.ksk_header__menu--item:hover a {
  color: #E42426;
}
.kkb_header-icon__user--active .ksk_header__menu--list {
  opacity: 1;
  visibility: visible;
}
.ksk_index__banner {
  position: relative;
}
.ksk_index__banner__button__container {
  max-width: 1230px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, 0px);
      -ms-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ksk_index__banner__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.swiper-button-prev {
  background-image: url("../img/icon/angle-left.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: 17px;
  top: 0;
  margin-top: auto;
}
.swiper-button-next {
  background-image: url("../img/icon/angle-left.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: 17px;
  top: 0;
  margin-top: auto;
}
.ksk_index__banner__slider {
  position: relative;
  overflow: hidden;
}
.ksk_index__slider__img__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.ksk_index__slider__img {
  max-height: 400px;
}
.ksk_index__banner__gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 152px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.ksk_index__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-family: Tahoma;
  padding-top: 20px;
}
.ksk_index__banner--top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  margin: 0 auto;
  margin-top: 15px;
}
.ksk_index__banner--header {
  font-size: 31px;
  color: #232323;
  margin-top: 65px;
  margin-bottom: 20px;
}
.ksk_index__banner--btn {
  background: #E42426;
  border-radius: 3px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ksk_index__banner--top-img {
  width: auto;
  height: intrinsic;
}
.ksk_index__banner--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -64px;
  position: relative;
  z-index: 2;
}
.ksk_index__banner--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 24%;
  padding: 27px;
  background-color: #ffffff;
}
.ksk_index__banner--name {
  width: 100%;
  font-size: 20px;
  color: #232323;
  margin-bottom: 13px;
}
.ksk_index__banner--image-container {
  width: 100%;
  height: 225px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.ksk_index__banner--image {
  height: 100%;
}
.ksk_index__banner--link {
  font-size: 14px;
  color: #000000;
}
.ksk_index__video {
  margin-top: 20px;
  margin-bottom: 32px;
}
.ksk_index__video__header {
  position: relative;
  font-size: 23px;
  font-weight: normal;
  color: #232323;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ksk_index__video__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
.ksk_index__video__container:last-child {
  margin-bottom: 0;
}
.ksk_index__video__container iframe {
  width: 40%;
}
.ksk_index__video__info {
  margin-top: 20px;
  width: 35%;
}
.ksk_index__video__preview {
  width: 20%;
}
.ksk_index__video__info__header {
  color: #000000;
  font-size: 21px;
  margin-bottom: 24px;
  font-weight: normal;
}
.sk_index__video__info__views {
  color: #6C6C6C;
  font-size: 16px;
  margin-bottom: 8px;
}
.ksk_index__video__info__published {
  font-size: 16px;
  color: #6C6C6C;
  margin-bottom: 17px;
}
.ksk_index__video__info__description {
  color: #2D2D2D;
  font-size: 15px;
}
.ksk_index__video__preview--img-container {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
}
.ksk_index__video__preview--img {
  max-width: 100%;
  max-height: 100%;
}
.ksk_index__video__preview__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.ksk_index__video__preview__price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ksk_index__video__preview__price {
  color: #E42426;
  font-size: 15px;
  margin-bottom: 5px;
}
.ksk_index__video__preview__price--old--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.ksk_index__video__preview__price--old--container span {
  margin-left: 35px;
  background: #E42426;
  border-radius: 2px;
  font-size: 10px;
  color: #FFFFFF;
  padding: 3px 6px;
}
.ksk_index__video__preview__price--old {
  font-size: 14px;
  color: #474747;
  text-decoration: line-through;
}
.ksk_index__video__preview__name {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  margin-bottom: 9px;
}
.ksk_index__video__preview__rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ksk_index__video__preview__rating {
  font-size: 14px;
  color: #FCDE41;
  margin-right: 30px;
  position: relative;
}
.ksk_index__video__preview__rating::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: -18px;
  top: 2px;
  background-image: url("../img/icon/star.svg");
}
.ksk_index__video__preview__rating--buyers {
  font-size: 12px;
  color: #777777;
}
.ksk_index__video__preview__user-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
  right: 0;
  top: 0;
}
.ksk_index__video__preview__user {
  cursor: pointer;
  font-family: fontsIconLight;
  font-size: 15px;
}
.ksk_index__video__preview__user--comparison {
  background-image: url("../img/icon/comparison.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 13px;
}
.ksk_index__video__preview__user--comparison.active {
  background-image: url("../img/icon/comparison_active.svg");
}
.ksk_index__video__preview__user--like {
  width: 16px;
  height: 14px;
}
.ksk_index__video__preview__user--like.active {
  color: #E42426;
}
.ksk_index__video__preview__user--basket {
  width: 17px;
  height: 15px;
}
.ksk_index__video__preview__user--basket.active {
  color: #E42426;
}
.ksk_index__viewed {
  margin-top: 40px;
}
.ksk_index__viewed .ksk_swiper-button__container--right,
.ksk_index__viewed .ksk_swiper-button__container--left {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 2;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ksk_index__viewed .ksk_swiper-button__container--right {
  right: -17px;
}
.ksk_index__viewed .ksk_swiper-button__container--left {
  left: -17px;
}
.ksk_index__viewed .swiper-button-prev,
.ksk_index__viewed .swiper-button-next {
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/angle-left.png);
  cursor: pointer;
  background-size: 17px;
}
.ksk_index__viewed .swiper-button-prev {
  z-index: 1;
}
.ksk_index__viewed .swiper-button-next {
  z-index: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ksk_index__viewed .swiper-pagination {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
}
.ksk_index__viewed__header {
  font-size: 23px;
  color: #000000;
  font-weight: normal;
}
.ksk_index__viewed__slider {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.ksk_index__viewed__slider__img--contauner {
  max-width: 100%;
  min-height: 280px;
  max-height: 280px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ksk_index__viewed__slider__img {
  width: 100%;
}
.ksk_index__viewed__slider__price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.ksk_index__viewed__slider__price {
  font-weight: bold;
  font-size: 19px;
  color: #E42426;
  margin-right: 10px;
}
.ksk_index__viewed__slider__price--old {
  font-size: 17px;
  color: #A9A9A9;
  text-decoration: line-through;
}
.ksk_index__viewed__slider__name {
  font-size: 14px;
  color: #000000;
}
.ksk_index__banner__link--container {
  display: none;
}
.ksk_index__banner__link i {
  font-family: fontsIconLight;
  font-size: 15px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  position: absolute;
  color: #8B8B8B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ksk_index__banner__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.ksk_index__banner__link:last-child {
  margin-bottom: 0px;
}
.ksk_index__banner__link span:first-child {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.ksk_index__banner__link span:last-child {
  margin-left: 40px;
  font-size: 15px;
  color: #000000;
}
.ksk_index__banner__link.red span:last-child,
.ksk_index__banner__link.red i {
  color: #E42426;
}
.ksk_index__banner__link--icon_piople {
  background-image: url("../img/icon/shirt.svg");
}
.ksk_index__banner__link--icon_footwear {
  background-image: url("../img/icon/footwear.svg");
}
.ksk_index__banner__link--icon_toys {
  background-image: url("../img/icon/toy.svg");
}
.ksk_index__banner__link--icon_newborn {
  background-image: url("../img/icon/pram.svg");
}
.ksk_index__banner__link--icon_furniture {
  background-image: url("../img/icon/furniture.svg");
}
.ksk_index__banner__link--icon_textile {
  background-image: url("../img/icon/pillows.svg");
}
.ksk_footer__accordeon_arrow {
  display: none;
}
@media (max-width: 1216px) {
  .ksk_index__container {
    padding: 71px 10px 62px 10px;
  }
  .ksk_index__banner--container {
    margin-top: -116px;
  }
  .ksk_index__banner {
    padding-top: 52px;
  }
}
@media (max-width: 1024px) {
  .ksk_index__banner--top-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .ksk_index__banner--top-block {
    width: 320px;
  }
  .ksk_index__banner--top-img {
    width: 390px;
  }
  .ksk_index__banner--block {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (max-width: 900px) {
  .ksk_index__video__preview__user-container {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .kkb_slider-item-box__price,
  .kkb_slider-item-box__old-price {
    font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
  }

  .ksk_index__banner--top-block {
    width: 128px;
  }
  .ksk_index__container {
    padding: 71px 10px 35px 10px;
  }
  .ksk_index__banner__link--container {
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .ksk_index__banner--top-container {
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
  }
  .ksk_index__banner--top-img {
    width: 260px;
    margin-left: -40px;
  }
  .ksk_index__banner--header {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .ksk_index__banner .ksk_index__container {
    padding: 52px 0 0 0;
    overflow: hidden;
  }
  .ksk_index__banner--container {
    margin-top: 0;
    background-color: #ffffff;
  }
  .ksk_index__banner--block {
    border: 1px solid #E8E8E8;
    padding: 7px;
  }
  .ksk_index__banner--image-container {
    height: 119px;
  }
  .ksk_index__banner--name {
    font-size: 15px;
  }
  .ksk_index__banner--link {
    font-size: 13px;
  }
  .ksk_index__video {
    margin-top: 0;
  }
  .ksk_index__video__header {
    font-size: 15px;
    margin-bottom: 17px;
  }
  .ksk_index__video__header::after {
    width: 24px;
    height: 19px;
  }
  .ksk_index__video__preview__user-container {
    width: 80px;
  }
  .ksk_index__video__container iframe {
    height: 300px;
    width: 100%;
  }
  .ksk_index__video__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .ksk_index__video__preview {
    width: 100%;
  }
  .ksk_index__video__info {
    width: 100%;
  }
  .ksk_index__viewed__header {
    font-size: 15px;
  }
  .ksk_index__viewed__slider__price {
    font-size: 17px;
    font-weight: normal;
  }
  .ksk_index__viewed__slider__price--old {
    display: none;
  }
  .ksk_index__viewed__slider__img--contauner {
    min-height: 168px;
    max-height: 168px;
    margin-bottom: 10px;
  }
  .ksk_index__viewed .swiper-pagination {
    display: block;
    z-index: 1;
  }
  .ksk_index__viewed .swiper-pagination-bullet-active {
    background-color: #E42426;
  }
  .ksk_index__viewed .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .ksk_index__banner {
    display: none;
  }
  .ksk_index__viewed .ksk_swiper-button__container--right,
  .ksk_index__viewed .ksk_swiper-button__container--left {
    display: none;
  }
}
@media (max-width: 480px) {
  .ksk_index__video__container iframe {
    height: 192px;
  }
  .ksk_index__banner--top-container {
    margin: 0 24px;
  }
  .ksk_index__viewed__slider__name {
    font-size: 13px;
  }
  .kkb_footer-menu {
    padding-bottom: 10px;
    position: relative;
  }
  .kkb_footer-menu:after {
    content: '';
    width: -webkit-calc(100% + 34px);
    width: calc(100% + 34px);
    margin-left: -17px;
    position: absolute;
    height: 1px;
    background-color: #D5D5D5;
    bottom: 0;
  }
  #kkb_footer .ksk_footer__accordeon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kkb_footer .ksk_footer__accordeon .kkb_footer-title {
    margin-bottom: 0;
  }
  .ksk_footer__accordeon_arrow {
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ksk_footer__accordeon_arrow:after {
    content: '';
    background-image: url("../img/icon/angle-left.png");
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .kkb_footer-menu__list {
    display: none;
  }
  .kkb_footer-menu__list--active {
    display: block;
  }
  .kkb_footer-menu--active .ksk_footer__accordeon_arrow:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #kkb_footer .kkb_footer-menu__item {
    margin-top: 5px;
  }
}
@media (max-width: 319px) {
  .ksk_index__banner--block {
    width: 100%;
  }
}
