
/* home page slider */

#systems .product-offer {
  position: absolute;
  color: #fff;
  background-color: #70af1e;
  padding: 5px 10px;
}

#rds-slider {
  background-color: #000;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.rds-slider-container {
  position: relative;
  margin: 0 auto;
}

.rds-slider-container::before {
  content: "";
  display: block;
  padding-bottom: 31.25%;
}

.rds-slide {
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.rds-slide.active {
  visibility: visible;
  opacity: 1;
}

.rds-slide img {
  max-width: 100%;
}

.rs-slider-bullets-container {
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 60px;
}

.rs-bullet {
  width: 32px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.rs-bullet:not(:last-child) {
  margin-right: 12px;
}

.rs-bullet:not(.active):hover,
.rs-bullet.rs-active {
  background-color: rgba(255, 255, 255, 0.9);
}

.rds-prev-arrow,
.rds-next-arrow {
  position: absolute;
  z-index: 999;
  width: 70px;
  height: 100%;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.rds-next-arrow {
  right: 0;
}

.rds-prev-arrow {
  left: 0;
}

#rds-slider:hover .rds-arrow {
  visibility: visible;
}

.rds-next-arrow,
.rds-prev-arrow {
  color: rgba(204,204,204,0.9);
}

.rs-slider-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #40404080;
  position: relative;
}

.rs-loading-progress {
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #626262;
}

@media only screen and (max-width: 2560px) {
  .rds-slider-container {
    width: 100%;
  }
}

@media only screen and (min-width: 2561px) {
  .rds-slider-container {
    width: 2560px;
  }
}

/* brands carousel */

#brands {
  margin-top: 50px;
  margin-bottom: 50px;
}

#brands .brands-carousel .splide-slide {
  position: relative;
  display: block;
}

#brands .brands-carousel .splide-slide img {
  padding: 3px;
  border: 1px solid #ababab;
  width: 100%;
  filter: grayscale() brightness(0.9);
}

#brands .brands-carousel .splide-slide img:hover {
  filter: none;
}

/* computers style */

#discounted-items {
  padding-bottom: 60px;
  background-color: #171717;
  padding-top: 36px;
}

#discounted-items .splide-arrows {
  padding-bottom: 20px;
}

#systems,
#laptops {
  margin-bottom: 100px;
}

#systems .systems-title-block,
#laptops .laptops-title-block,
#discounted-items .discounted-items-title-block {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#systems .systems-title-block,
#laptops .laptops-title-block {
  margin-bottom: 70px;
}

#discounted-items .discounted-items-title-block {
  margin-bottom: 72px;
}

#systems .systems-title,
#laptops .laptops-title,
#discounted-items .discounted-items-title {
  font-size: 28px;
  font-family: 'font-6';
  letter-spacing: 2px;
  color: #999;
  position: relative;
  padding: 6px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#systems .systems-title .title-left-square::before,
#laptops .laptops-title .title-left-square::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #505050;
  position: absolute;
  right: 0;
  top: -1px;
}

#discounted-items .discounted-items-title-block::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #505050;
  position: absolute;
  right: 0;
  top: -1px;
}

#systems .systems-title .title-right-square::after,
#laptops .laptops-title .title-right-square::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #505050;
  position: absolute;
  left: 0;
  top: -1px;
}

#systems .title-left-square,
#laptops .title-left-square {
  position: relative;
  width: 170px;
  height: 1px;
  display: block;
  background-color: #505050;
  margin-right: 16px;
}

#systems .title-right-square,
#laptops .title-right-square {
  position: relative;
  width: 170px;
  height: 1px;
  display: block;
  background-color: #505050;
  margin-left: 16px;
}

#systems .system-item,
#laptops .laptop-item,
#discounted-items .discounted-item {
  position: relative;
  text-decoration: none;
  display: block;
}

#systems .system-item .left-col {
  margin-right: 10px;
  width: calc(60% - 10px);
}

#laptops .laptop-item .left-col,
#discounted-items .discounted-item .left-col {
  width: 100%;
  margin-bottom: 5px;
}

#laptops .laptop-item .right-col,
#discounted-items .discounted-item .right-col {
  width: 100%;
}

#systems .system-item .right-col {
  width: 40%;
}

#systems .system-item .left-col img,
#laptops .laptop-item .left-col img,
#discounted-items .discounted-item .left-col img {
  width: 100%;
  padding: 6px;
}

#systems .system-item .system-cols,
#laptops .laptop-item .laptop-cols,
#discounted-items .discounted-item .discounted-item-cols {
  display: flex;
  border: 1px solid #292929;
}

#systems .system-item .system-cols {
  padding: 24px 20px;
}

#laptops .laptop-item .laptop-cols,
#discounted-items .discounted-item .discounted-item-cols {
  padding: 24px 20px 16px 20px;
  flex-direction: column;
  background-color: #111;
}

#systems .system-item .system-cols:hover,
#laptops .laptop-item .laptop-cols:hover,
#laptops .laptop-item .laptop-cols:hover .laptop-description::before,
#laptops .laptop-item .laptop-cols:hover .laptop-item-title,
#discounted-items .discounted-item .discounted-item-cols:hover,
#discounted-items .discounted-item .discounted-item-cols:hover .discounted-item-description::before,
#discounted-items .discounted-item .discounted-item-cols:hover .discounted-item-title {
  border-color: #3e3e3e;
}

#laptops .laptop-description::before,
#discounted-items .discounted-item-description::before {
  content: "";
  border-top: 1px solid #292929;
  width: calc(100% + 40px);
  position: absolute;
  top: calc(100% + 5px);
  left: -20px;
}

#laptops .laptop-item-title,
#discounted-items .discounted-item-title,
#systems .system-item-title {
  color: #d2d2d2;
  font-size: 14px;
  font-family: 'font-8';
}

#discounted-items .discounted-item-title {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #292929;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}

#laptops .laptop-item-title {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #292929;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}

#systems .system-description,
#discounted-items .discounted-item-description {
  margin-top: 32px;
  position: relative;
}

#laptops .laptop-description {
  margin-top: 12px;
  position: relative;
}

#laptops .main-page-carousel-item-current-price svg,
#discounted-items .main-page-carousel-item-current-price svg {
  fill: #a3a3a3;
}

#systems .system-description svg,
#laptops .laptop-description svg,
#discounted-items .discounted-item-description svg {
  margin-right: 6px;
  fill: #a8a8a8;
}

#systems .system-item-price {
  margin-top: 30px;
  display: flex;
}

#systems .system-item-price span {
  color: #e3e3e3;
  font-size: 24px;
  font-family: font-4;
  line-height: 28px;
  display: inline-block;
}

#systems .system-item-price svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 3px;
  fill: #e3e3e3;
}

#systems .system-description img,
#laptops .laptop-description img,
#discounted-items .discounted-item-description img {
  margin-right: 6px;
}

#systems .description-text,
#laptops .description-text,
#discounted-items .description-text {
  color: #a8a8a8;
  font-size: 13px;
  font-family: font-8;
}

#systems .description-item,
#laptops .description-item,
#discounted-items .description-item {
  padding-bottom: 10px;
  margin-bottom: 6px;
}

#systems .description-item:not(:last-child) {
  border-bottom: 1px solid #292929;
}

#systems .splide-pagination,
#laptops .splide-pagination,
#discounted-items .splide-pagination {
  top: -54px;
  height: 24px;
  width: 100%;
}

#systems .splide-pagination-page.is-active,
#laptops .splide-pagination-page.is-active,
#discounted-items .splide-pagination-page.is-active {
  transform: scale(1);
  background: #707070;
}

#systems .splide-pagination-page,
#laptops .splide-pagination-page,
#discounted-items .splide-pagination-page {
  width: 28px;
  height: 8px;
  border-radius: 0;
  margin: 6px;
  background: transparent;
  border: 1px solid #707070;
}

.main-page-carousel-price-container {
  margin-top: 21px;
  display: flex;
  justify-content: flex-start;
}

.main-page-carousel-item-current-price,
.main-page-carousel-item-old-price {
  display: flex;
  font-family: font-4;
}

.main-page-carousel-item-old-price {
  position: relative;
}

.main-page-carousel-item-old-price::before {
  content: "";
  height: 1px;
  background-color: #3f3f3f;
  width: 100%;
  position: absolute;
  top: 50%;
}

.main-page-carousel-item-current-price {
  margin-right: 20px;
}

.main-page-carousel-item-current-price svg,
.main-page-carousel-item-old-price svg {
  width: 18px;
  height: 18px;
}

.main-page-carousel-item-current-price svg {
  margin-right: 4px;
}

.main-page-carousel-item-old-price svg {
  margin-right: 2px;
}

.main-page-carousel-item-current-price svg {
  fill: #fd2626;
}

.main-page-carousel-item-old-price svg {
  fill: #3f3f3f;
}

.main-page-carousel-item-current-price span,
.main-page-carousel-item-old-price span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.main-page-carousel-item-current-price span {
  color: #a3a3a3;
}

.main-page-carousel-item-old-price span {
  color: #3f3f3f;
}

#discounted-items .splide-arrow {
  border-radius: 0;
  border: 1px solid #343434;
  opacity: 1;
  color: #626262;
  font-size: 21px;
  padding: 8px 12px;
  background-color: #171717;
  top: -36px;
}

#discounted-items .splide-arrow:hover {
  border-color: #515151;
}

#discounted-items .splide-arrow--prev {
  left: calc(50% - 56px);
}

#discounted-items .splide-arrow--next {
  right: calc(50% - 56px);
}

.accessory-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #discounted-items .splide-arrow {
    font-size: 14px;
    top: -30px;
  }
  #discounted-items {
    padding-top: 10px;
  }
  #discounted-items .discounted-items-title-block {
    margin-bottom: 50px
  }
  #systems .systems-title,
  #laptops .laptops-title,
  #discounted-items .discounted-items-title {
    font-size: 18px;
  }
  .main-page-carousel-price-container {
    justify-content: center;
  }
  #systems .systems-title::before,
  #systems .systems-title::after,
  #laptops .laptops-title::before,
  #laptops .laptops-title::after {
    width: 150px;
  }
  #systems .splide-pagination-page,
  #laptops .splide-pagination-page,
  #discounted-items .splide-pagination-page {
    width: 24px;
    height: 8px;
  }
  #systems .system-item .system-cols {
    flex-direction: column;
  }
  #systems .system-item .left-col {
    margin-right: 0;
    width: 100%
  }
  #systems .system-item .right-col,
  #laptops .laptop-item .right-col,
  #discounted-items .discounted-item .right-col {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  #systems .system-item .right-col .system-item-title,
  #laptops .laptop-item .right-col .laptop-item-title,
  #discounted-items .discounted-item .right-col .discounted-item-title {
    text-align: center;
  }

  #discounted-items .splide-arrow--prev {
    left: calc(50% + -40px);
  }

  #discounted-items .splide-arrow--next {
    right: calc(50% - 40px);
  }
}

@media only screen and (max-width: 575px) and (min-width: 360px) {
    .accessory-categories {
        justify-content: space-evenly;
    }
}

/* accessories style */

#accessories {
  background-color: #171717;
  padding-top: 40px;
  padding-bottom: 65px;
  margin-bottom: 40px;
}

.acc-category-title {
  font-size: 16px;
  font-family: 'font-8';
  color: #727272;
  text-align: center;
}

.acc-category-icon {
  margin-bottom: 24px;
}

.acc-category-icon svg {
  width: 80%;
}

.acc-category-icon svg path,
.acc-category-icon svg circle,
.acc-category-icon svg rect {
  fill: #858585;
}

.accessory-category-item {
  border: 1px solid #2f2f2f;
  padding: 20px 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}

.accessory-category-item:hover {
  border-color: rgb(63, 63, 63);
}

.accessories-title {
  font-size: 28px;
  font-family: 'font-6';
  letter-spacing: 2px;
  color: #999;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.accessory-category-item {
  width: 100%;
  margin-bottom: 20px;
}
.acc-category-icon svg {
  width: 70%;
}
.acc-category-title {
  font-size: 14px;
  display: block;
}

@media (min-width: 360px) {
  .accessory-category-item {
    width: 150px;
    margin-bottom: 20px;
  }
  .acc-category-icon svg {
    width: 60%;
  }
  .acc-category-title {
    font-size: 13px;
  }
}

@media (min-width: 450px) {
  .accessory-category-item {
    width: 200px;
    margin-bottom: 40px;
  }
  .acc-category-icon svg {
    width: 60%;
  }
  .acc-category-title {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .accessory-category-item {
    width: 240px;
    margin-bottom: 30px;
  }
  .acc-category-icon svg {
    width: 60%;
  }
  .acc-category-title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .accessory-category-item {
    width: 220px;
    margin-bottom: 15px;
  }
  .acc-category-icon svg {
    width: 70%;
  }
  .acc-category-title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .accessory-category-item {
    width: 140px;
  }
  .acc-category-title {
    display: none;
  }
  .acc-category-icon {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .accessory-category-item {
    width: 170px;
  }

  .acc-category-title {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {

  .accessory-category-item {
    width: 200px;
  }
  .acc-category-icon {
    margin-bottom: 24px;
  }
  .acc-category-title {
    display: block;
  }
}

#systems .splide--draggable>.splide-track>.splide-list>.splide-slide,
#laptops .splide--draggable>.splide-track>.splide-list>.splide-slide {
  border: 3px solid transparent;
}