.slider {
  position: relative;
}

.slide {
  position: relative;
  max-height: 700px;
}
.slide__content {
  position: absolute;
  top: 5%;
  right: 5%;
  padding: 25px;
  color: #fff;
  z-index: 999;
  font-family: "Montserrat";
  color: rgb(248, 241, 234);
  font-size: 50px;
  font-weight: 700;
  width: 600px;
  text-align: center;
}
.slide__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slide__blur {
  width: 100%;
  height: 700px;
  position: absolute;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(217, 217, 217, 0) 100%);
  z-index: 998;
  top: 0px;
}
.slide .slide__btn {
  width: 227px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #fff;
  font-family: "Montserrat";
}
.slide .slide__btn:hover {
  cursor: pointer;
  border: none;
  background-color: #F16A50;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: absolute;
  bottom: 50px;
  right: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-dots button {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  font-size: 0px;
  border: none;
  background-color: rgba(248, 241, 234, 0.6980392157);
  cursor: pointer;
}

.slick-active button {
  background-color: #F16A50;
}

.slider .slick-prev, .slider .slick-next, .slider .slick-arrow {
  position: absolute;
  background: #fff;
  border: none;
  font-size: 0px;
}

.partners__block .slick-arrow {
  position: absolute;
  width: 40px;
  height: 74px;
  background: transparent;
  z-index: 999;
  border: none;
}
.partners__block .slick-prev {
  right: 1210px;
  bottom: 10px;
}
.partners__block .slick-prev svg {
  right: 1px;
  top: 20px;
  width: 40px;
  height: 74px;
  position: absolute;
  z-index: 999;
}
.partners__block .slick-prev svg:hover {
  cursor: pointer;
  fill: #F16A50;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.partners__block .slick-next {
  left: 1200px;
  bottom: 10px;
}
.partners__block .slick-next svg {
  left: 1px;
  top: 20px;
  width: 40px;
  height: 74px;
  position: absolute;
  z-index: 999;
}
.partners__block .slick-next svg:hover {
  cursor: pointer;
  fill: #F16A50;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.arrivals__products .slick-arrow {
  position: absolute;
  width: 40px;
  height: 74px;
  background: transparent;
  z-index: 999;
  border: none;
}
.arrivals__products .slick-prev {
  right: 1210px;
  bottom: 10px;
}
.arrivals__products .slick-prev svg {
  right: 20px;
  bottom: 170px;
  width: 40px;
  height: 74px;
  position: absolute;
  z-index: 999;
}
.arrivals__products .slick-prev svg:hover {
  cursor: pointer;
  fill: #F16A50;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.arrivals__products .slick-next {
  left: 1200px;
  bottom: 10px;
}
.arrivals__products .slick-next svg {
  left: 20px;
  bottom: 170px;
  width: 40px;
  height: 74px;
  position: absolute;
  z-index: 999;
}
.arrivals__products .slick-next svg:hover {
  cursor: pointer;
  fill: #F16A50;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@font-face {
  font-family: "Montserrat";
  src: url(../assets/fonts/Montserrat-VariableFont_wght.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  cursor: default;
}

.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F1EA;
}
.header__logo {
  width: 182px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  width: 410px;
  height: 80px;
}
.header__icons {
  width: 102px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__btn {
  width: auto;
  height: 80px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  background-color: #F8F1EA;
  border: none;
}
.header__btn:hover {
  color: #fff;
  background-color: #F16A50;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.arrivals {
  width: 1350px;
  height: 630px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.arrivals .slick-slider {
  width: 1220px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrivals__btn {
  width: 227px;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 14px;
  background-color: transparent;
  border: 2px solid #000;
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
.arrivals__btn:hover {
  cursor: pointer;
  border: none;
  background-color: #F16A50;
  color: #fff;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.arrivals__title {
  color: #000;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  margin: auto;
  margin-bottom: 40px;
}
.arrivals__products {
  max-width: 1350px;
  height: 440px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrivals__products-stock {
  width: 60px;
  height: 20px;
  background-color: #F16A50;
  font-size: 10px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-bottom: auto;
}
.arrivals__products-lightstock {
  background-color: #F8F1EA;
  color: #000;
}
.arrivals__products-block {
  max-width: 224px;
  height: 437px;
  border: 1px solid #F8F1EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
}
.arrivals__products-block img[alt=ninth-guitare] {
  width: 100.5px;
  margin: auto;
  height: auto;
}
.arrivals__products-soldblock {
  border: 1px solid #F16A50;
}
.arrivals__products-text {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  font-family: "Montserrat";
  text-align: center;
  margin: 0;
  margin-top: 19px;
}
.arrivals__products-price {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.arrivals__products-block:nth-child(3) .arrivals__products-stock {
  background-color: #F8F1EA;
  color: #000;
}

.partners {
  width: 100%;
  height: 290px;
  background-color: #F8F1EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.partners__title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0;
}
.partners__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1186px;
  height: 70px;
  gap: 20px;
  margin-bottom: 50px;
}
.partners__img {
  width: 114px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners__img img[alt=ibanez] {
  width: 100px;
  height: auto;
}
.partners__img img {
  margin: 30px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 350px;
  background-color: #35312D;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 130px;
  margin-top: 40px;
}
.footer__nav-link {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-decoration-line: none;
}
.footer__nav-link:hover {
  color: #F16A50;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.footer img {
  position: absolute;
  top: 1910px;
  left: 133px;
}
.footer__contacts {
  width: 331px;
  height: 180px;
  margin-right: 128px;
}
.footer__list {
  list-style: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 26px;
  color: #F8F1EA;
}
.footer__list:nth-child(1) {
  margin-left: 10px;
}
.footer__list:nth-child(2) {
  margin-top: 48px;
}
.footer__list:nth-child(3) {
  margin-left: 10px;
  margin-top: 32px;
}
.footer__list svg {
  width: 60px;
  height: 30px;
  fill: #F8F1EA;
}
.footer__list svg:hover {
  fill: #F16A50;
  cursor: pointer;
}
.footer__list svg:nth-child(4) {
  stroke: #F8F1EA;
  fill: transparent;
}
.footer__list svg:nth-child(4):hover {
  stroke: #F16A50;
}
.footer__list svg:nth-child(5) {
  stroke: #F8F1EA;
  fill: transparent;
}
.footer__list svg:nth-child(5):hover {
  stroke: #F16A50;
}
.footer__text {
  position: absolute;
  top: 2155px;
  left: 620px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #F8F1EA;
}/*# sourceMappingURL=style.css.map */