/* Font TT Firs Neue Medium */
@font-face {
  font-family: "TTFirsNeue";
  src: url("fonts/TTFirsNeue-Medium.eot");
  src: url("fonts/TTFirsNeue-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/TTFirsNeue-Medium.woff") format("woff"),
    url("fonts/TTFirsNeue-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Font TT Firs Neue Extra Bold */
@font-face {
  font-family: "TTFirsNeueDemiBold";
  src: url("fonts/TTFirsNeue-DemiBold.woff");
  src: url("fonts/TTFirsNeue-DemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/TTFirsNeue-DemiBold.woff") format("woff"),
    url("fonts/TTFirsNeue-DemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "TTFirsNeue", sans-serif;
  margin: 0;
  background-image: url(./img/bg-items.jpg);
}
.bsq-wrapper {
  width: 100%;
}
.bsq-mob {
  display: none;
}
.bsq-label {
  position: absolute;
  bottom: 55px;
  right: 20%;
}
.bsq-item-wrapper {
  text-decoration: none;
  color: #000;
}
.bsq-header {
  background-color: #000;
  text-align: center;
  padding: 30px;
}
.bsq-item a,
.bsq-block-5-wrapper a {
  text-decoration: none;
}
.bsq-item a .bsq-item-title {
  text-decoration: none;
  color: #000;
}
.bsq-item-img-wrapper {
  width: 100%;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.bsq-item-img-wrapper img {
  width: 100%;
  background-size: contain;
}

.bsq-block-1 {
  position: relative;
  margin-bottom: 50px;
}
.bsq-block-1-wrapper {
  position: absolute;
  top: 50%;
  left: 146px;
  width: 660px;
  transform: translateY(-50%);
  color: #fff;
}
.bsq-block-1-header {
  font-family: "TTFirsNeueDemiBold";
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
}
.bsq-block-1-text {
  font-size: 22px;
  text-align: center;
  line-height: 27px;
  margin-bottom: 24px;
}

.bsq-block-btn {
  background-color: #fff;
  color: #000;
  width: 136px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin: 0 auto;
  font-size: 20px;
}
.slider-wrapper {
  width: 90%;
  overflow: hidden;
}
.bsq-block-1 a {
  text-decoration: none;
}
.bsq-block-2 {
  position: relative;
}
.bsq-block-2-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bsq-block-2-left {
  width: 50%;
  font-size: 56px;
  position: relative;
}
.bsq-block-2-right {
  width: 38%;
  font-size: 21px;
  line-height: 21px;
}
.bsq-block-2-left-quote {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 56px;
  color: #fff;
  width: 75%;
  padding-left: 15%;
  padding-top: 50%;
}
.bsq-block-2-left-author {
  font-size: 21px;
  text-transform: none;
  margin-top: 20px;
}
.bsq-block-2-right-text {
  width: 78%;
  padding-top: 50%;
}
.bsq-block-2-right-title {
  margin-bottom: 50px;
  font-style: italic;
}
.bsq-block-5 {
  position: relative;
}
.bsq-block-5-wrapper {
  position: absolute;
  width: 28%;
  top: 35%;
  left: 8%;
  color: #fff;
  text-align: center;
}
.bsq-block-5-text {
  font-size: 21px;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 34px;
  margin-top: 20px;
}
.bsq-soon {
  width: 270px;
}
.bsq-block-5-logo {
  width: 100%;
}
.bsq-block-5 img {
  display: block;
}

.bsq-items {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bsq-items-3 .bsq-items-wrapper {
  width: 130%;
}
.bsq-item {
  width: 22vw;
}
.bsq-item-img-wrapper img.img-desk {
  width: auto;
  height: 370px;
}
.bsq-item-soon {
  position: absolute;
  background-color: #000;
  color: #fff;
  width: 146px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin: 0 auto;
  font-size: 20px;
  bottom: 0;
}
.bsq-items-list {
  display: flex;
  position: relative;
  left: 0;
  /* transition: 0.2s ease-in-out; */
}
.bsq-items-wrapper {
  display: flex;
  width: 200%;
  /* overflow: hidden; */
  position: relative;
  left: 0;
}
.bsq-item-title {
  font-size: 26px;
  max-width: 264px;
  text-align: center;
  margin: 0 auto;
}
.btn-prev,
.btn-next {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.btn-prev {
  left: 56px;
}
.btn-next {
  right: 56px;
}
.shifting {
  transition: 0.2s ease-out;
}
.bsq-items-4,
.bsq-block-5 .bsq-mob {
  display: none;
}
@media (max-width: 1640px) {
  .bsq-block-2-right-text {
    font-size: 0.9em;
  }
}
@media (max-width: 1530px) {
  .bsq-block-2-left-quote {
    font-size: 0.8em;
    line-height: 0.9em;
  }
  .bsq-block-2-right-text {
    font-size: 0.8em;
  }
  .bsq-item {
    width: 22vw;
  }
}

@media (max-width: 1320px) {
  .bsq-block-2-left-quote,
  .bsq-block-2-right-text {
    font-size: 0.7em;
  }
  .bsq-block-2-left {
    top: 40%;
  }
  .bsq-block-2-right-title {
    margin-bottom: 30px;
  }
  @media (max-width: 800px) {
    .bsq-desk {
      display: none;
    }
    .bsq-mob,
    .bsq-items-4,
    .bsq-block-5 .bsq-mob {
      display: block;
    }
    .bsq-items-list {
      display: flex;
    }
    .bsq-header img {
      width: 330px;
    }
    .bsq-block-1-header {
      font-size: 32px;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 5px;
    }
    .bsq-block-1-wrapper {
      width: 100%;
      background-color: #000;
      position: unset;
      display: block;
      transform: translateY(0);
      padding: 28px;
      box-sizing: border-box;
    }
    .bsq-block-1-text {
      font-size: 15.9498px;
      line-height: 21px;
    }
    .bsq-block-1 {
      margin-bottom: 0;
    }
    .bsq-items {
      padding: 16px;
      box-sizing: border-box;
      display: block;
    }
    .bsq-items-wrapper {
      width: 100%;
    }
    .bsq-items-list {
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .slider-wrapper {
      width: 100%;
    }
    .bsq-items-3 .bsq-items-wrapper {
      width: 100%;
    }
    .bsq-item {
      width: 49%;
      margin-bottom: 50px;
    }
    .bsq-item img {
      width: 100%;
      height: auto;
    }
    .bsq-item-title {
      font-size: 14px;
    }
    .bsq-item-soon {
      font-size: 14px;
      width: 75px;
      height: 22px;
      bottom: 15px;
    }
    .bsq-block-2-right-text {
      position: absolute;
      top: 35%;
      left: 0;
      width: 100%;
      padding-top: 0;
      padding: 0 12%;
      box-sizing: border-box;
      font-size: 11px;
      line-height: 15, 48px;
    }
    .bsq-header img {
      width: 80%;
    }
    .bsq-block-2-right-title {
      margin-bottom: 10px;
    }
    .bsq-block-5 img.bsq-desk {
      display: none;
    }
    .bsq-block-5-wrapper {
      position: unset;
      background-color: #000;
      width: 100%;
      padding: 40px;
      box-sizing: border-box;
    }
    .bsq-block-5-text {
      font-size: 15px;
    }
    .bsq-block-btn {
      height: 30px;
      width: 110px;
    }
    .bsq-soon {
      font-size: 18px;
    }
    .bsq-soon {
      width: 190px;
      height: 30px;
    }
    .bsq-item-img-wrapper {
      width: 100%;
      height: 190px;
    }
    .bsq-item img.img-desk {
      height: 190px;
      width: auto;
    }
  }
}
