

/* Start:/promo/winterprice/style.css?175647500819612*/
:root {
    --color-red-light: #FF8C83;
    --color-blue: #4547F0;
    --color-font: #C9BEE4;
    --color-title: #5C5A87;
    --color-blue-light: #7476ff;
  
}
.promo-wrapper{
  background-image: url('/promo/winterprice/img/promo-line-bg.png');  
  background-repeat: no-repeat;
  background-size: 1470px 1765px;
  background-position-x: 1px;
  background-position-y: -143px;
}
.promo {
  font-family: Montserrat, sans-serif;
  color: #000000;
  max-width: 1780px;
  display: block;
  margin: 0 auto;
}

/* Hero */
.promo-hero {  
  margin: 35px auto;
  width: 102%;
}
.promo-hero__title {
  font-size: 130px;
  font-weight: bold;
  line-height: 99%;
  padding-left: 3%;
  padding-right: 3%;
}
.promo-hero__highlight {
  color: var(--color-title);
  font-size: 68px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  transform: translateY(12px);
}
.promo-hero__highlight--red{
  color: var(--color-red-light);
  font-weight: 300;
}
.promo-hero--right {
  display: block;
  text-align: right;
  color: var(--color-red-light);
}

.promo-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; 
}

.promo-hero__images {
  flex: 0 0 56%; 
  max-width: 944px;
  position: relative;
  margin-top: -60px;
  margin-left: -151px;
  z-index: 2; 
}

.promo-hero__text {
  flex: 1;  
  font-size: 46px;
  color: #ffffff;
  text-align: right;
  padding: 43px 154px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  margin-left: -156px;
  margin-top: -93px;
  background-color: var(--color-red-light);
  border-radius: 15px;
}

.promo-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Shoes */
.promo-shoes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  overflow: visible;
  min-height: 600px;
}
.promo-shoes__items{
  flex: 0 0 auto;
  position: relative;
  margin-top: -303px;
  margin-left: -162px;
  z-index: 1;
}
.promo-shoes__img, .promo-products___img, .promo-cashback___img {
  width: 100%;
  height: auto;
  display: block;
}
.promo-shoes__info{
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  margin-top: 67px;
  text-transform: uppercase;
  line-height: 83px;
  margin-right: -25px;
  
}
/*.promo-shoes__date {
  color: var(--color-blue);
  font-size: 72px;
  font-weight: 600;
  text-align: right;
}*/
.promo-shoes__date {
  color: var(--color-blue);
  font-size: 59px;
  font-weight: 600;
  text-align: right;
  line-height: 106%;
  margin-top: 10px;
}
.promo-shoes__desc {
  font-size: 36px;
  font-weight: 600;
  text-align: right;
  text-transform: none;
  line-height: 45px;
  padding-top: 7px;
}
.promo-shoes__discount{
  position: absolute;
  bottom: -14%;
 /* right: -1%;*/
  right: -10%;
}
.promo-shoes__discount img{
  width: 80%;
}
/* Products */
.promo-products {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 370px;
  padding-top: 23px;
}
.promo-products-header{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 89px;
  margin-left: 35px;
}
.promo-products-header__title{
  font-size: 38px;
  font-weight: 600;
  max-width: 580px;
  padding-right: 58px;
  line-height: 45px;
}
.promo-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  background-color: var(--color-blue);
  border-radius: 10px;
  cursor: pointer;
}
.promo-products-header__btn{
  min-width: 338px;
  height: 74px;
}
.promo-products-bottom{
  width: 100%;
  background-color: var(--color-red-light);
  border-radius: 15px;
  margin-left: 28px;
}
.promo-products-bottom__text{
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  padding: 42px 0 47px 135px;
  max-width: 550px;

}
.promo-products__list--image{
  max-width: 465px;
  height: auto; 
  position: absolute;
}
.promo-products__list--image-two{
  right: 118px;
  bottom: -52px;
  
}
.promo-products__list--image-one{
  left: 38.3%;
  bottom: 58px; 
  border-radius: 15px;
  overflow: hidden;
}



/* Cashback */
.promo-cashback {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 227px;
  width: 102%;
}
.promo-cashback__image{
  flex: 0 0 auto;
  margin-left: 69px;
  margin-top: -11px;
}
.promo-cashback__title {
  font-size: 72px;
  font-weight: 600;
  line-height: 83px;
  color: var(--color-blue);
  margin-bottom: 35px;
}
.promo-cashback__text{
  text-align: right;
  padding-top: 2px;
  padding-right: 10px;

}
.promo-cashback__text--title, .promo-cashback__note{
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 43px;
  line-height: 46px;
}
.promo-cashback__text--title span, .promo-cashback__note span{
  color: var(--color-title);
}

/* CTA */
.promo-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 103%;
}
.promo-cta__discount {
  flex: 0 0 auto;  
  margin-top: -67px;
  margin-bottom: -59px;
  width: 100%;
  
}
.promo-cta__discount img{
  width: 65%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.promo-cta__discount--text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 82px;
}
.promo-cta__discount--text-discount{
  font-size: 36px;
  font-weight: 600;
  color: var(--color-blue);
  margin-top: 20px;
}
.promo-cta__discount--text-subtitle{
  font-size: 72px;
  font-weight: 600; 
  color: var(--color-red-light);
  text-transform: uppercase; 
}

.promo-cta__btn {
  min-width: 564px;
  height: 74px;
}
.promo-cta__note{
  font-size: 18px;
  margin-top: 95px;
}

.promo-btn:hover {
  background-color: var(--color-blue-light);
}

@media (max-width: 1850px){
  .promo {
    padding: 0 15px;
  }
  .promo-hero{
    width: 100%;
  }
  .promo-hero__title {
    font-size: 8vw;
    line-height: 1;
    padding: 0;
    margin-bottom: 45px;
  }
  .promo-hero__text {    
    padding: 43px 57px;   
    padding-left: 110px;
  }
  .promo-hero__images{
    flex:0 0 69%;
  }
  .promo-wrapper {    
    background-size: contain;    
    background-position-y: -205px;
  }
  .promo-shoes__discount{
    right: 0;
    bottom: -15%;
    width: 30%;
  }
  .promo-shoes__discount img {
    width: 100%;
  }
  .promo-shoes__items{
    width: 100%;
    margin-left: 0;
  }
  .promo-shoes__info{
    margin-right: 0;
  }
  .promo-products{
    padding-top: 140px;
  }
  .promo-products-bottom{
    margin-left: 0;
  }
  .promo-products__list--image-one {
    left: 44.3%;
    bottom: 107px;    
  }
  .promo-products__list--image-two {
    right: 19px;
    bottom: -52px;
  }
  .promo-cashback{
    width: 100%;
    gap: 0;
  }
  .promo-cashback__image {
    flex: 0 0 61%;
    margin-left: 0;
    margin-top: 0;
  }
}

/* ===================== */
/* Планшеты <=1200px */
/* ===================== */
@media (max-width: 1200px) {
  .promo {
    margin-top: 38px;
    padding: 0 15px;
  }
  .promo-hero {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .promo-hero__title {
    font-size: 8vw;
    line-height: 1;
    padding: 0;
    margin-bottom: 14px;
  }
  .promo-hero__highlight {    
    font-size: inherit;
    transform: none;
  }
  .promo-hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .promo-hero__images {
    margin: -6px;
    max-width: 90%;
    order: 1;
  }
  .promo-hero__text {
    font-size: 4vw;
    font-weight: 600;
    padding: 20px 25px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    order: 0;
    border-radius: 5px;
    white-space: pre-line;
    word-break: break-word;
    width: 100%;
    justify-content: center;
  }
  .promo-wrapper {
    background-image: none;
  }

  .promo-shoes {
    align-items: end;
    text-align: center;
    padding: 0;
    min-height: auto;
    gap: 58px;
  }
  .promo-shoes__discount img {
    width: 90%;
  }
  .promo-shoes__items {
    margin: 0;
    max-width: 100%;
  }
  .promo-shoes__discount {
    position: absolute;
    bottom: -77px;
    right: -17px;
  }  
  .promo-shoes__info {
    align-items: center;
    margin: 10px 0;
    width: 60%;
  }
  .promo-shoes__date {
    font-size: 4vw;
    padding-left: 60px;
    padding-right: 5px;
    width: 100%;
  }
  .promo-shoes__desc {
    font-size: 3vw;
    margin-left: 50px;
    margin-right: 5px;
    line-height: 1.2;
    padding-top: 0;
  }

  .promo-products {
    padding-top: 0;
    gap: 78vw;
    padding-bottom: 0;
  }
  .promo-products-header {
    align-items: start;
    text-align: left;
    gap: 11px;
    margin-top: 30px;
    margin-left: 0;
  }
  .promo-products-header__title {
    font-size: 3vw;
    font-weight: 600;
    padding-top: 0;
    line-height: 134%;
    max-width: 63%;
  }
  .promo-products-header__btn {
    min-width: 31vw;
    height: 65px;
    font-size: 20px;
    padding: 0 10px;
  }
  .promo-products-bottom {
    margin: 20px 0;
    border-radius: 10px;
  }
  .promo-products-bottom__text {
    font-size: 4vw;
    padding: 41px 0 47px 52px;
    max-width: 500px;
  }
  .promo-products__list--image {
    position: absolute;
    max-width: 34vw;
    margin: 0;
  }
  .promo-products__list--image-one {
    border-radius: 0;
    overflow: visible;
    left: 50px;
    top: 240px;
    right: 0;
  }
  .promo-products__list--image-two {
    bottom: 70px;
    right: 50px;
    border-radius: 10px;
    overflow: hidden;
  }

  .promo-cashback {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .promo-cashback__image {
    margin: 0;
    max-width: 90%;
    margin-top: -25px;
  }
  .promo-cashback__text {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 20px;
  }
  .promo-cashback__title {
    font-size: 4vw;
    line-height: 10px;
    margin-bottom: 0;
    text-align: end;
  }
  .promo-cashback__text--title,
  .promo-cashback__note {
    font-size: 3vw;
    text-align: end;
    margin-bottom: 0;
    line-height: 146%;
    padding-left: 60px;
  }
  .promo-cashback__note {
    padding-left: 103px;
  }

  .promo-cta {
    width: 100%;
    padding: 0;
  }
  .promo-cta__discount {
    margin: 0;
  }
  .promo-cta__discount img {
    max-width: 100%;
  }
  .promo-cta__discount--text {
    margin: 0;
    gap: 0;
    margin-top: -10px;
  }
  .promo-cta__discount--text-discount {
    font-size: 2vw;
    text-align: center;
  }
  .promo-cta__discount--text-subtitle {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 0;
  }
  .promo-cta__btn {
    font-size: 28px;
    min-width: auto;
    width: 61%;
    height: 70px;
    margin-top: 15px;
  }
}

/* ===================== */
/* Смартфоны <=768px */
/* ===================== */
@media (max-width: 768px) {
  .promo{
    margin-top: 38px;
    padding: 0 5px;
  }
  .promo-hero{
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .promo-hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .promo-hero__title {
    font-size: 8vw;
    line-height: 1;
    padding: 0;
    margin-bottom: 14px;
  }
  .promo-hero__images {
    margin: -6px;
    max-width: 90%;
    order: 1;
  }
  .promo-hero__text {
    font-size: 4vw;
    font-weight: 600;
    padding: 20px 25px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    order: 0;
    border-radius: 5px;
    white-space: pre-line;
    word-break: break-word;
  }

  .promo-wrapper {
    background-image: none;
  }
  .promo-shoes {
    align-items: end;
    text-align: center;
    padding: 0;
    min-height: auto;
    gap: 58px;
  }
  .promo-shoes__items {
    margin: 0;
    max-width: 100%;    
  }
  .promo-shoes__info {
    align-items: center;
    margin: 10px 0;
    width: 60%;
  }
  .promo-shoes__date {
    font-size: 4vw;
    padding-left: 60px;
    padding-right: 5px;
  }
  .promo-shoes__desc {
    font-size: 3vw;
    margin-left: 50px;
    margin-right: 5px;
    line-height: 1.2;
    padding-top: 0;
  }
  .promo-shoes__discount {
    position: absolute;
    bottom: -77px;
    right: 0px;
    
  }
  .promo-shoes__discount img{
    width: 100%;
  }
  .promo-products {
    padding-top: 0;
    gap: 73vw;
    padding-bottom: 0;
  }
  .promo-products-header {
    align-items: start;
    text-align: left;
    gap: 11px;
    margin-top: 30px;
    margin-left: 0;
  }
  .promo-products-header__title {
    font-size: 3vw;
    font-weight: 600;
    padding-top: 0;
    line-height: 20px;
    max-width: 86%;
  }
  .promo-products-header__btn {
    min-width: 31vw;
    height: 47px;
    font-size: 16px;
    padding: 0 10px;
  }
  .promo-products-bottom {
    margin: 20px 0;
    border-radius: 10px;
  }
  .promo-products-bottom__text {
    font-size: 20px;
    padding: 15px;
    padding-top: 15px;
    max-width: 42%;
    text-align: left;
    padding-top: 6px;
    line-height: 22px;
  }
  .promo-products__list--image {
    position: absolute;
    max-width: 34vw;
    margin: 0;
  }
  .promo-products__list--image-one {
    border-radius: 0;
    overflow: visible;
    left: 50px;
    top: 136px;
    right: 0;
  }
  .promo-products__list--image-two {
    bottom: 70px;
    right: 50px;
    border-radius: 10px;
    overflow: hidden;
  }
  .promo-cashback {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0;
  }
  .promo-cashback__image {
    margin: 0;
    max-width: 90%;
    margin-top: -25px;
  }

  .promo-cashback__text {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 20px;
  }
  .promo-cashback__title {
    font-size: 4vw;
    line-height: 10px;
    margin-bottom: 0;
    text-align: end;
  }
  .promo-cashback__text--title,
  .promo-cashback__note {
    font-size: 3vw;
    text-align: end;
    margin-bottom: 0;
    line-height: 146%;
    padding-left: 60px;
  }
  .promo-cashback__note {
    padding-left: 103px;
  }
  .promo-cta {
    width: 100%;
    padding: 0;
  }
  .promo-cta__discount {
    margin: 0;
  }
  .promo-cta__discount img {
    max-width: 100%;
  }
  .promo-cta__discount--text {
    margin: 0;  
    gap: 0;
    margin-top: -10px;
  }
  .promo-cta__discount--text-discount {
    font-size: 18px;
    text-align: center;
  }
  .promo-cta__discount--text-subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
  .promo-cta__btn {
    font-size: 16px;
    min-width: auto;
    width: 61%;
    height: 47px;
    margin-top: 15px;
  }
  .promo-cta__note {
    font-size: 14px;
    text-align: center;
    margin-top: 23px;
  }
  .promo-shoes__discount {   
    width: 49%;
  }
}
@media (max-width: 610px){
  .promo-shoes__items {
     margin: 0 auto;   
  }
  .promo-shoes__discount{
    right: -8vw;
  }
  .promo-shoes__discount img {
    width: 83%;
  }
}
/* ===================== */
/* Маленькие телефоны <=480px */
/* ===================== */
@media (max-width: 480px) {
  .promo{
    margin-top: 0;
    padding: 0 5px;
  }
  .promo-hero{
    margin: 0 auto;
    width: 100%;
    padding: 0;
    
  }
  .promo-hero__title {
    font-size: 28px;
    line-height: 1;
    padding:0;    
    margin-bottom: 14px;
  }
  .promo-hero__images {
    margin: -6px;
    max-width: 90%;
    order:1;
  }
  .promo-hero__text {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    order:0;
    border-radius: 5px;
    white-space: pre-line;
    word-break: break-word;
  }
  .promo-wrapper{
    background-image: none;
  }
  .promo-shoes{
    padding: 0;
    min-height: auto;
    gap: 58px;
  }
  .promo-shoes__items {   
    max-width: 100%;
    margin-top: -40px;    
  }
  .promo-shoes__discount {
    position: absolute;
    bottom: -44%;
    right: 0%;
    width: 73%;
  }
  .promo-shoes__discount img {
    width: 100%;
  }
  .promo-shoes__info{
    width: 100%;
  }
  .promo-shoes__date {
    font-size: 24px;
    padding-left: 60px;
    padding-right: 5px;
  }
  .promo-shoes__desc {
    font-size: 14px;
    margin-left: 50px;
    margin-right: 5px;
    line-height: 1.2;
    padding-top: 0;
  }
  
  .promo-products{
    padding-top: 0;
    gap: 384px;
    padding-bottom: 0;
  }
  .promo-products-header{
    align-items: start;
    text-align: left;
    gap: 11px;
    margin-top: 9px;
  }
  .promo-btn{
    font-size: 14px;    
  }
  .promo-products-header__btn{
    min-width: 202px;
    height: 41px;
  }
  .promo-products-header__title {
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;
    line-height: 20px;
  }
  .promo-products__list--image-one{
    border-radius: 0;
    overflow: visible;
    left: 0;
    top: 115px;
    right: 0;
  }
  .promo-products__list--image-two{
    bottom: 70px;
    right: 3%;
    border-radius: 10px;
    overflow: hidden;
  }
  .promo-products__list--image {
    position: absolute;    
    max-width: 170px;
    margin: 0;
  }
  .promo-products-bottom__text {
    font-size: 18px;
    padding: 15px;
    max-width: 200px;
    text-align: left;
    padding-top: 6px;
    line-height: 22px;
  }

  .promo-cashback{
    padding: 0;    
  }
  .promo-cashback__image{
    margin-top: -25px;
  }
  .promo-cashback__text{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 8px;
  }
  .promo-cashback__title {
    font-size: 24px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: end;
  }
  .promo-cashback__text--title,
  .promo-cashback__note {
    font-size: 16px;
    text-align: end;
    margin-bottom: 0;
    line-height: 146%;
    padding-left: 60px;
  }
  .promo-cashback__note{
    padding-left: 103px;
  }

  .promo-cta{
    padding: 0;
  }
  .promo-cta__discount{
    margin: 0;
  }
  .promo-cta__discount img{
    max-width: 100%;
  }
  .promo-cta__discount--text{
    margin: 0;
    gap: 0;
    margin-top: -10px;
  }
  .promo-cta__discount--text-discount{
    font-size: 18px;
    text-align: center;
  }
  .promo-cta__discount--text-subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
  .promo-cta__btn{
    font-size: 16px;
    min-width: auto;
    width: 61%;
    height: 47px;
    margin-top: 15px;
  }
  .promo-cta__note{
    font-size: 14px;
    text-align: center;
    margin-top: 23px;
  }
  .promo-cta__discount img{
    width: 90%;
  }
}

/* End */
/* /promo/winterprice/style.css?175647500819612 */
