.main-slider__arrow {
  z-index: 4;
  width: 45px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-image: url(../../img/N/icons/mainPage/main-arrow-prev.svg);
}

.main-arrow--prev {
  left: 10%;
}

.main-arrow--next {
  right: 10%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow--disabled {
  display: none;
}

.main-slider {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.main-slider__wrapper {
  width: 100%;
  height: 100%;
}

.main-slider__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.main-slider__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 65px 0;
}

.main-slider__item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(49.29%, rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.07) 49.29%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.07) 49.29%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.7;
}

.main-slider__background--NAME-COLLECTION {
  max-width: 100%;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slider__item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider__content {
  z-index: 4;
}

.main-slider__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 65px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.main-slider__btn {
  width: 233px;
  height: 54px;
  background: #CDDDE3;
  border: none;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.main-slider__btn:hover {
  background: #697B87;
  color: #fff;
}

.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

.main-page__separator {
  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: 60px auto;
}

.main-page__separator-line {
  background: #CDDDE3;
  height: 1px;
  width: 60%;
}

.main {
  padding-bottom: 120px;
}

.main-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-categories__item {
  width: 46%;
  min-width: 120px;
}

.main-categories__item:nth-child(1), .main-categories__item:nth-child(2) {
  margin-bottom: 60px;
}

.main-categories__item-img {
  width: 100%;
  margin-bottom: 20px;
  min-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-categories__item-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}

.main-categories__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.main-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
}

.main-special-box {
  width: 46%;
  position: relative;
}

.main-special__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 40px;
}

.main-special__box-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 55.555%;
}

.main-special__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-special__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-special__box-img--stocks {
  background-image: url(../../img/N/pages/mainPage/img_stocks.jpg);
}

.main-special__box-img--news {
  background-image: url(../../img/N/pages/mainPage/img_news.jpg);
}

.main-special__date {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fff;
  bottom: -1px;
  left: -1px;
  text-align: center;
}

.main-special__date-number {
  font-weight: bold;
  line-height: 28px;
  font-size: 56px;
  margin-top: 40px;
}

.main-special__date-mounth {
  margin-top: 10px;
  font-size: 14px;
}

.main-special__item-title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
}

.main-special__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 84px;
}

.main-special__btn {
  width: 192px;
  height: 54px;
  border: 1px solid #000000;
  background: none;
  position: absolute;
  bottom: 0;
}

.main-news__btn {
  width: 207px;
}

.main-special__link {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 54px;
  position: relative;
  padding-right: 40px;
}

.main-special__link:after {
  content: "";
  width: 45px;
  height: 20px;
  background-image: url(../../img/N/common/main-arrow-btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  right: 15%;
}

.main-special__link:hover {
  background-color: #000;
  color: #fff;
}

.main-special__link:hover:after {
  background-image: url(../../img/N/common/main-arrow-btn-white.svg);
}

@media screen and (max-width: 1000px) {
  .main-slider {
    height: 500px;
  }
  .main-slider__title {
    font-size: 36px;
    line-height: 43px;
  }
  .main-arrow--prev {
    left: 7%;
  }
  .main-arrow--next {
    right: 7%;
  }
  .main-page__separator {
    margin: 40px auto;
  }
  .main-page__separator-line {
    width: 100%;
  }
  .main {
    padding-bottom: 80px;
  }
  .main-categories__item {
    width: 46.9%;
  }
  .main-categories__item:nth-child(1), .main-categories__item:nth-child(2) {
    margin-bottom: 40px;
  }
  .main-categories__item-img {
    margin-bottom: 10px;
  }
  .main-categories__item-title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0;
  }
  .main-categories__item-text {
    font-size: 14px;
    line-height: 24px;
  }
  .main-special {
    margin-top: 80px;
  }
  .main-special-box {
    width: 48%;
  }
  .main-special__title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
  }
  .main-special__box-img {
    margin-bottom: 10px;
  }
  .main-special__date {
    width: 100px;
    height: 100px;
  }
  .main-special__date-number {
    font-size: 36px;
    margin-top: 28px;
  }
  .main-special__date-mounth {
    margin-top: 6px;
    font-size: 14px;
  }
  .main-special__item-title {
    font-size: 18px;
    line-height: 26px;
  }
  .main-special__item-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 600px) {
  .main-slider {
    height: 300px;
  }
  .main-slider__arrow {
    top: 45%;
    width: 20px;
    height: 11px;
    background-image: url(../../img/N/icons/mainPage/main-arrow-prev--mob.svg);
  }
  .main-slider__item {
    padding: 20px 0;
  }
  .main-slider__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .main-slider__btn {
    width: 185px;
    height: 44px;
    font-size: 8px;
  }
  .main-slider__item-background {
    background: #000;
    opacity: 0.4;
  }
  .main-page__separator {
    margin: 24px auto;
  }
  .main {
    padding-bottom: 60px;
  }
  .main-categories__item {
    width: 45%;
  }
  .main-categories__item:nth-child(1), .main-categories__item:nth-child(2) {
    margin-bottom: 20px;
  }
  .main-categories__item-block-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .main-categories__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .main-categories__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .main-categories__item-text {
    display: none;
  }
  .main-special {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .main-special-box {
    width: 100%;
  }
  .main-special-box:first-child {
    margin-bottom: 60px;
  }
  .main-special__title {
    font-size: 24px;
    line-height: 29px;
  }
  .main-special__date {
    width: 80px;
    height: 80px;
  }
  .main-special__date-number {
    margin-top: 18px;
  }
  .main-special__date-mounth {
    margin-top: 3px;
  }
  .main-special__item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 54px;
  }
  .main-special__item-text {
    display: none;
  }
  .main-special__btn {
    width: 149.6px;
    height: 44px;
  }
  .main-news__btn {
    width: 161.6px;
  }
  .main-special__link {
    font-size: 8px;
    line-height: 44px;
    padding-right: 40px;
  }
  .main-special__link:after {
    top: 12px;
    background-size: 50%;
  }
}

