.friday {
  background: #000;
}

.friday .top__line {display:none;}
.friday.run .content .content-inner {padding: 156px 0px 0 0px;}


.header-menu-block ul>li {
  position: relative;
}

.friday__plug {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url(/images/friday-logo.svg) 50% 50% no-repeat;
}

.friday__plug a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: none !important;
}

.section {
  position: relative;
  overflow: hidden;
}

.section--a {
  width: 100%;
  height: calc(100vh - 156px);
  background: url(/images/friday-section-a-bg.svg) 50% 0 no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  will-change: transform;
  position: sticky;
  top: 0;
}

.section__wrapper {
  width: 100%;
}

.section-a__cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 60px;
  align-items: center;
}

.section-a__col--content {
  width: 402px;
  flex: none;
  margin-right: 40px;
}

.section-a__title {
  font-family: 'Montserrat-SemiBold';
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  will-change: transform;
}

.section-a__subtitle {
  margin-top: 5px;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #b2b2b2;
  will-change: transform;
}

.section-a__counter {
  margin-top: 80px;
  will-change: transform;
}

.section-a__heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 15px;
  will-change: transform;
}

.section-a__items {
  --elements: 4;
  --cgap: 15px;
  --rgap: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
  will-change: transform;
}

.section-a__item {
  will-change: transform;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.section-a__digit {
  border: 1px solid #f20000;
  border-radius: 24px;
  padding: 12px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  font-family: "Inter", sans-serif;
  will-change: transform;
}

.section-a__name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #7f7f7f;
  margin-top: 5px;
  will-change: transform;
}

.section-a__col--media {
  width: 100%;
  max-width: 580px;
}

.section-a__img {
  will-change: transform;
}

.section-a__img img {
  display: block;
  width: 100%;
  will-change: transform;
}

@media (hover: none),
(pointer: coarse),
(prefers-reduced-motion: reduce) {
  .section-a__img img {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.section__bottom {
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #121111;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  flex-wrap: nowrap;
}

.marquee-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: none;
}

.marquee-item__icon {
  font-family: 'Montserrat-Medium';
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background: #860000;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 69px;
  margin-right: 40px;
  flex: none;
}

.marquee-item__text {
  font-family: 'Montserrat-Medium';
  font-size: 36px;
  line-height: 38px;
  color: #858585;
  margin-right: 40px;

}



.section--b {
  width: 100%;
  background: #000;
  padding: 60px 0 120px 0;
  z-index: 2;
  color: #fff;
  overflow: hidden;
}

.section__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.section__title {
  font-family: 'Montserrat-Regular';
  font-size: 36px;
  line-height: 44px;
  color: #969696;
}

.section__title span {
  color: #80bcff;
}

.section__counter {
  width: 402px;
  flex: none;
  margin-left: 40px;
}

.section__content {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.section-b__cards {
  --elements: 4;
  --cgap: 30px;
  --rgap: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.section-b__card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.section-b__card .catalog-content__item {
  width: 100%;
  margin: 0;
  padding: 35px 20px 20px 20px;
}

.bottom-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}


.section-b__card .catalog-content__item .catalog-btn {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 97px;
}



.section-b__card .catalog-content__item .catalog-btn a span {
  background: none;
  padding-right: 0;
}

/* .section-b__card .catalog-content__item .catalog-btn a {
  background: #000;
}

.section-b__card .catalog-content__item .catalog-btn a:hover {
  background: #F20000;
} */

.section-b__card .catalog-content__top .collection-status {
  left: 0px;
  top: -10px;
}

.status-friday--1 {
  width: 78px!important;
  height: 66px!important;
  background: url(/images/status-friday-1.svg) 0 0 no-repeat;
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  color: #fff;

}

.status-friday--2 {
  width: 78px!important;
  height: 66px!important;
  background: url(/images/status-friday-2.svg) 0 0 no-repeat;
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  color: #fff;

}

.section__shape--pos1 {
  width: 560px;
  height: 506px;
  position: absolute;
  z-index: 1;
  top: 170px;
  left: -230px;
}

.section__shape--pos1 img {
  display: block;
  width: 100%;
}

.section__shape--pos2 {
  width: 478px;
  height: 374px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -170px;
}

.section__shape--pos2 img {
  display: block;
  width: 100%;
}

.section__shape--pos3 {
  width: 662px;
  height: 782px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: -160px;
}

.section__shape--pos3 img {
  display: block;
  width: 100%;
  will-change: transform;
}


.section-more__link a {
  display: block;
  border: 1px solid #fff;
  width: 204px;
  height: 58px;
  margin: 50px auto 0 auto;
  text-align: center;
  line-height: 56px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s all ease;
  font-family: 'Montserrat-Regular';
}

.section-more__link a:hover {
  border: 1px solid #f20000;
  background: #f20000;
  ;
}

.section-b__info {
  margin-top: 170px;
  position: relative;
  z-index: 2;
}

.b-info__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.b-info__text {
  width: 100%;
  max-width: 555px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a1a1a1;
}

.b-info__text span {
  text-transform: uppercase;
  color: #f20000;
}

.section-b__track {
  margin-top: 70px;
}

.info-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.info-track__img img {
  display: block;
  margin-right: 30px;
}

.section--c {
  width: 100%;
  padding: 90px 0;
  background: #121111;
  z-index: 3;
}

.section__divider {
  padding: 40px 0;
}

.section-divider__cols {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.section-divider__col--counter {
  flex: none;
}

.section-divider__col--sidebar {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.section-divider__logo {
  width: 180px;
  flex: none;
  margin-right: 50px;
  will-change: transform;
}

.section-divider__logo img {
  display: block;
  width: 100%;
  will-change: transform;
}

.section-divider__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #c4c4c4;
  will-change: transform;
}

.section--d {
  background: #121111;
  overflow: hidden;
}

.section--d .marquee-track {
  position: relative;
  z-index: 2;
}

.section-d__content {
  padding: 80px 0;
}

.section__shape--pos4 {
  width: 938px;
  height: 733px;
  position: absolute;
  z-index: 1;
  top: -144px;
  right: -270px;
}

.section__shape--pos4 img {
  display: block;
  width: 100%;
  will-change: transform;
}

.section--e {
  background: #121111;
  padding-bottom: 80px;
}

.section__shape--pos5 {
  width: 423px;
  height: 382px;
  position: absolute;
  z-index: 1;
  top: -54px;
  left: 50%;
  margin-left: -211.5px;
}

.section__shape--pos5 img {
  display: block;
  width: 100%;
  will-change: transform;
}

.section__shape--pos6 {
  width: 274px;
  height: 248px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: -135px;
}

.section__shape--pos6 img {
  display: block;
  width: 100%;
  will-change: transform;
}

.section__shape--pos7 {
  width: 662px;
  height: 782px;
  position: absolute;
  z-index: 1;
  top: -350px;
  right: -350px;
}

.section__shape--pos7 img {
  display: block;
  width: 100%;
  will-change: transform;
}

.section--last {
  padding: 100px 0 70px 0;
  background: #000;
  color: #fff;
  z-index: 3;
}

.footer {
  z-index: 2;

}



@media only screen and (min-width: 1024px) and (max-height: 768px) {
  .section-a__counter {
    margin-top: 60px;
  }

  .section__bottom {
    height: 50px;
  }

  .marquee-item__icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .marquee-item__text {
    font-size: 24px;
    line-height: 28px;
  }
}


@media screen and (max-width: 1239px) {
  .section-a__cols {
    padding: 0 0px;
  }
}

@media screen and (max-width: 1023px) {
	.friday.run .content .content-inner {padding: 66px 0px 0 0px;}
  .section--a {
    width: 100%;
    height: calc(100svh - 128px) !important;
    position: sticky;
    top: 30px;
    /* background: url(/images/friday-section-a-bg.svg) 50% 0 no-repeat; */
    background: #000;
  }

  .section__wrapper {
    padding: 30px 0 0 0;

  }

  .section-a__cols {
    flex-wrap: wrap;
  }

  .section-a__col--content {
    width: 100%;
    margin-right: 0;
  }

  .section-a__counter {
    margin-top: 30px;
  }

  .section-a__col--media {
    margin: 30px auto 0 auto;
  }

  .section-a__title {
    font-size: 24px;
    line-height: 28px;
  }

  .section-a__subtitle {
    margin-top: 5px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #b2b2b2;
    will-change: transform;
  }

  .section__bottom {
    position: absolute;
    height: 50px;
    bottom: 0px;

  }

  .marquee-item__icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .marquee-item__text {
    font-size: 24px;
    line-height: 28px;
  }

  .section-a__digit {
    font-size: 24px;
    line-height: 24px;
  }

  .section--b {
    padding: 40px 0;
  }

  .section__top {
    flex-wrap: wrap;
  }

  .section__title {
    font-size: 24px;
    line-height: 26px;
    width: 100%;
  }

  .section__counter {
    width: 100%;
    max-width: 400px;
    flex: none;
    margin-left: 0px;
    margin-top: 20px;
  }

  .section__content {
    margin-top: 30px;
  }

  .section__shape {
    display: none;
  }

  .section-b__cards {
    --elements: 2;
    --cgap: 10px;
    --rgap: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--cgap);
    row-gap: var(--rgap);
  }


  .section-b__card .catalog-content__item {
    padding: 20px 10px 15px 10px;
  }

  .section-b__card .catalog-content__item .collection-qf-block {
    top: 12px;
    right: 12px;
  }

  .section-b__info {
    margin-top: 60px;
  }

  .section-b__track {
    margin-top: 30px;
  }

  .b-info__title {
    font-size: 24px;
    line-height: 26px;
  }

  .section-divider__cols {
    flex-wrap: wrap;
  }

  .section-divider__col--sidebar {
    display: flex;
    flex-wrap: wrap;
  }

  .section-divider__col--counter {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .section-divider__logo {
    margin: 0px auto;
  }

  .section-divider__title {
    font-size: 24px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .section--c {
    padding: 40px 0;
  }

  .section-d__content {
    padding: 40px 0;
  }

  .section--e {
    padding-bottom: 40px;
  }

  .section-b__card .catalog-content__item .catalog-btn {
    display: block;
  }

  .section-b__card .catalog-content__item .catalog-cart-icon {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-b__cards {
    --elements: 1;
    --cgap: 10px;
    --rgap: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--cgap);
    row-gap: var(--rgap);
  }

  .section-b__card .catalog-content__item {
    padding: 20px;
  }
}

/*
.section .section-b__card {display:none;}
.section .section-b__card:nth-child(1) {display:block;}
.section .section-b__card:nth-child(2) {display:block;}
.section .section-b__card:nth-child(3) {display:block;}
.section .section-b__card:nth-child(4) {display:block;}
.section .section-b__card:nth-child(5) {display:block;}
.section .section-b__card:nth-child(6) {display:block;}
.section .section-b__card:nth-child(7) {display:block;}
.section .section-b__card:nth-child(8) {display:block;}
.section.active .section-b__card {display:block;}

.section.cnt4 .section-b__card {display:none;}
.section.cnt4 .section-b__cards .section-b__card:nth-child(1) {display:block;}
.section.cnt4 .section-b__cards .section-b__card:nth-child(2) {display:block;}
.section.cnt4 .section-b__cards .section-b__card:nth-child(3) {display:block;}
.section.cnt4 .section-b__cards .section-b__card:nth-child(4) {display:block;}
.section.cnt4.active .section-b__card {display:block;}
*/

.section-b__card {
  display: none;
}

.section-b__card.show {
  display: block;
}
