<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#promo .breadcrumbs {
  margin: 20px 0 15px;
} 

@media (min-width: 768px)  {
  #promo .breadcrumbs {
    margin: 40px 0 20px;
  } 
}

#promo .title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
 #promo .title h1 {
    font-size: 32px;
    margin: 0 0 40px;
 }
}

/* content */
#promo .store-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F2;
  flex-direction: column;
  border-radius: 5px;
}

@media (min-width: 768px)  {
  #promo .store-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px)  {
  #promo .store-item {
    flex-direction: row;
  }
}

@media (min-width: 1600px)  {
  #promo .store-item {
    max-height: 290px;
  }
}

#promo .store-item:last-child {
  margin-bottom: 0;
}

#promo .store-item__picture {
  display: block;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #promo .store-item__picture {
    min-width: 580px;
  }
}

#promo .store-item__img {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 5px 5px 0 0;
  object-fit: fill;
}

@media (min-width: 1024px) {  
  #promo .store-item__img {
    min-width: 580px;
    border-radius: 5px 0 0 5px;
  }
}

#promo .store-item__description {
  padding: 20px 15px 33px;
}

@media (min-width: 768px) {
 #promo .store-item__description {
    padding: 24px 24px 37px;
  }
}

@media (min-width: 1024px) {
   #promo .store-item__description {
    padding: 54px 40px 64px;
  }
}

#promo .store-item__title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 768px)  {
  #promo .store-item__title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 25px;
  }
}

#promo .store-item__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

@media (min-width: 768px) { 
  #promo .store-item__text {
    font-size: 16px;
    line-height: 140%;
  }
}

#promo .store-item__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #DE7C00;
  display: block;
  position: relative;
  width: fit-content;
}

#promo .store-item__link:hover {
  color: #C26D00;
}

@media (min-width: 768px) {
  #promo .store-item__link  {
    font-size: 16px;
    line-height: 18px;
  }
}

#promo .store-item__link::after {
  content: url('/skin/frontend/lite/masterclub/icons/Arrow_Right_24_Filled.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: 50%;
  filter: invert(52%) sepia(80%) saturate(3138%) hue-rotate(12deg) brightness(99%) contrast(101%);
  transform: translateY(-50%);
}

#promo .store-item__link::after:hover {
    filter: invert(39%) sepia(87%) saturate(1547%) hue-rotate(17deg) brightness(92%) contrast(101%);
}</pre></body></html>