:root {
  --paleBackground: #ffffff;
  --white: #f8f8f8;
  --whiteButton: #eaeaea;
  --grey: #7e7e82;
  --black: #1b1c21;
  --superLightTurquoise: #d9fff5;
  --lightTurquoise: #b8ffec;
  --turquoise: #41f6d7;
  --swiper-pagination-color: #b5b6bc;
  --swiper-pagination-bullet-inactive-color: #dddddd;
  --swiper-pagination-bullet-inactive-opacity: 1;

  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
@font-face {
  font-family: "TT Lakes";
  src: url("./fonts/TTLakes-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TT Lakes";
  src: url("./fonts/TTLakes-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Lakes";
  src: url("./fonts/TTLakes-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TT Lakes";
  src: url("./fonts/TTLakes-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  text-align: center;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1120px;
  min-height: 100vh;
  font-family: "TT Lakes";
  color: var(--black);
  background: var(--white)
}

.header {
  height: 56px;
  background: linear-gradient(
    90deg,
    var(--white) 0%,
    var(--paleBackground) 100%
  );
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.header__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--grey);
}
.main {
  background: var(--white);
  margin-left: 16px;
}

#slide {
  max-width: 240px;
}
.card {
  width: 240px;
  height: 72px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  border-width: 1px;

  border: 1px solid var(--whiteButton);
  background-color: var(--paleBackground);
}

.card__container {
  width: 192px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lenovo {
  width: 108px;
  height: 32px;
  background-size: cover;
  background: url("./blocks/card/lenovo.svg");
}
.samsung {
  width: 116px;
  height: 38px;
  background-size: con;
  background: url("./blocks/card/samsung.svg");
}
.apple {
  width: 44px;
  height: 44px;
  background-size: cover;
  background: url("./blocks/card/apple.svg");
}
.bosch {
  width: 128px;
  height: 29px;
  background-size: cover;
  background: url("./blocks/card/bosh.svg");
}
.hp {
  width: 52px;
  height: 52px;
  background-size: cover;
  background: url("./blocks/card/hp.svg");
}
.acer {
  width: 92px;
  height: 24px;
  background-size: cover;
  background: url("./blocks/card/accer.svg");
}
.view-sonic {
  width: 128px;
  height: 21px;
  background-size: cover;
  background: url("./blocks/card/viewsonic.svg");
}
.sony {
  width: 128px;
  height: 26px;
  background-size: cover;
  background: url("./blocks/card/sony.svg");
}
.button__dropdown {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background-size: cover;
  cursor: pointer;
  background: url("./blocks/button/go.svg");
}

.line {
  display: none;
}
#pagination {
  display: none;
}

@media (max-width: 767px) {
  .main {
    padding: 16px 0 33px 0;
  }
  .header {
    height: 80px;
    padding-left: 16px;
    text-align: left;
  }

  #swiper {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .line {
    display: block;
    position: absolute;
    width: 24px;
    height: 82px;
    top: -5px;
    right: 0;
    background: linear-gradient(
      270deg,
      #f8f8f8 16.84%,
      rgba(248, 248, 248, 0.0001) 100%
    );
    z-index: 10000;
  }
  #pagination {
    display: block;
    position: static;
  }
  .about__read-more {
    display: none;
  }
}
@media (min-width: 768px) {
  .main {
    min-height: 266px;
    padding: 0 24px 34px;
    display: grid;
    justify-content: start;
  }
  #swiper {
    padding: 24px 0;
    max-height: 199px;
    overflow: hidden;
    display: grid;
    justify-content: space-evenly;
  }
  .swiper.active {
    max-height: max-content !important;
  }
  #wrapper {
    display: grid;
    grid-template-columns: repeat(3, 224px);
    justify-items: center;
    align-items: center;
    gap: 16px 24px;
  }
  #slide {
    max-width: 224px;
  }
  .card {
    width: 224px;
  }
  .about__read-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: var(--black);
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    gap: 8px;
  }

  .read-more__expand {
    width: 24px;
    height: 24px;
    background-image: url("./blocks/button/expand.svg");
    background-size: cover;
    transition: transform 0.5s ease;
  }

  .read-more__expand.active {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
  }

  .read-more__text {
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1120px) {
  .header {
    height: 56px;
    padding-left: 24px;
  }
  .main {
    padding: 0 32px 34px;
  }

  #wrapper {
    display: grid;
    grid-template-columns: repeat(4, 240px);
    gap: 16px 32px;
  }
  #slide {
    max-width: 240px;
  }
  .card {
    width: 240px;
  }
}