.promotions {
  display: flex;
  gap: 16px;
  flex-direction: column; }

.promotions__header {
  gap: 16px;
  padding-bottom: 31px; }

.promotions-block__content {
  display: flex;
  flex-direction: row;
  align-items: center; }

.promotions-block__title {
  flex-basis: 60%;
  max-width: 651px;
  margin: 0 0 0 18px; }

.promotions-block__description {
  flex-basis: 30%;
  text-align: left;
  max-width: 80%;
  margin-bottom: 0; }

.promotions-list {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.promotions-item {
  display: flex;
  height: 402px;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 8px;
  padding: 32px; }

.promotions-item__labels {
  display: flex;
  gap: 7px; }

.promotions-item__label {
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px; }

.promotions-item__label_theme-success {
  background-color: #CBECDF;
  border-radius: 4px; }

.promotions-item__label_theme-prime {
  background-color: #F1E3CC;
  border-radius: 24px;
  padding: 4px 8px; }

.promotions-item__label_theme-green {
  background-color: #D1F1CC;
  border-radius: 24px;
  padding: 4px 8px; }

.promotions-item__label_theme-blue {
  background-color: #CCE4F1;
  border-radius: 24px;
  padding: 4px 8px; }

.promotions-item__label_theme-purple {
  background-color: #EECCF1;
  border-radius: 24px;
  padding: 4px 8px; }

.promotions-item__label_theme-darkblue {
  background-color: #CCD9F1;
  border-radius: 24px;
  padding: 4px 8px; }

.promotions-item__content {
  width: 70%;
  max-width: 651px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.promotions-item__top {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.promotions-item__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 67px;
  margin-bottom: 24px; }

.promotions-item__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: -7px;
  max-width: 80%; }

.promotions-item__thumbnail {
  margin: -32px;
  border-radius: 0;
  flex-basis: 47%; }

.promotions-item__image {
  width: 100%;
  height: 402px;
  border-radius: 0; }

.promotions-item__button {
  background-color: #F5F5F5;
  padding: 12px 69px; }

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 16px; }
  .promotions {
    gap: 12px; }
  .promotions__header {
    padding-bottom: 12px; }
  .promotions-block__content {
    flex-direction: column;
    align-items: start; }
  .promotions-block__title {
    margin: 0 0 24px 0; }
  .promotions-item {
    flex-direction: column;
    height: auto;
    gap: 32px;
    padding: 12px; }
  .promotions-item__content {
    max-width: none;
    width: 100%;
    gap: 32px; }
  .promotions-item__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px; }
  .promotions-item__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    max-width: 90%; }
  .promotions-item__thumbnail {
    margin: 0 -12px -18px;
    height: 240px; }
  .promotions-item__image {
    height: 240px; } }
