.main-categories {
  margin-top: 50px;
  margin-left: -7px;
  margin-right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-categories:after {
  content: ' ';
  display: block;
  clear: both;
}

.main-categories__content {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.main-categories__content:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 216, 216, 0)), to(rgba(216, 216, 216, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(37%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(rgba(216, 216, 216, 0), rgba(216, 216, 216, 0)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.65));
}

.main-categories__content:hover:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 216, 216, 0)), to(rgba(216, 216, 216, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(rgba(216, 216, 216, 0), rgba(216, 216, 216, 0)), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.main-categories__item {
  margin-top: 14px;
  display: inline-block;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}

.main-categories__item_type_narrow {
  max-width: 50%;
}

.main-categories__item_type_wide {
  width: 100%;
}

.main-categories__image {
  width: 100%;
  display: block;
}

.main-categories__header {
  margin-bottom: 36px;
  width: 100%;
}

.main-categories__title {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 17px;
  margin: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .main-categories {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
  .main-categories__title {
    font-size: 24px;
    left: 30px;
    bottom: 37px;
  }
}

@media (min-width: 1240px) {
  .main-categories {
    max-width: 1256px;
  }
  .main-categories__item_type_narrow {
    max-width: 25%;
  }
  .main-categories__item_type_wide {
    max-width: 50%;
  }
  .main-categories__item {
    max-height: 423.66px;
  }
}

.gifts-slider {
  margin-top: 60px;
  margin-left: -32px;
  margin-right: -32px;
  max-width: 940px;
}

.gifts-slider__item {
  max-width: 250px;
  min-height: 380px;
}

.gifts-slider__more {
  margin-top: 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .gifts-slider {
    margin-left: auto;
    margin-right: auto;
  }
  .gifts-slider__item {
    max-width: 220px;
  }
}

.giftboxes-slider {
  max-width: none;
  margin-top: 60px;
}

.giftboxes-slider__header {
  display: none;
}

.giftboxes-slider__item {
  max-width: none;
  min-height: 420px;
  padding-left: 32px;
  padding-right: 32px;
}

.giftboxes-slider__item .gifts-slider__item-content {
  padding-left: 32px;
  padding-right: 32px;
}

.giftboxes-slider__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.giftboxes-slider__description {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.giftboxes-slider__more {
  margin-top: 40px;
}

.giftboxes-slider__button {
  position: static;
  display: inline-block;
  margin: 0;
}

.giftboxes-slider__button:hover {
  background-color: rgba(216, 216, 216, 0.5);
  border-radius: 50%;
}

.giftboxes-slider__navigation-buttons {
  margin-top: 40px;
}

.giftboxes-slider__button + .giftboxes-slider__button {
  margin-left: 22px;
}

.giftboxes-slider__navigation {
  padding: 15px;
  max-width: 318px;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.giftboxes-slider__constructor {
  margin-top: 60px;
  text-align: center;
}

.giftboxes-slider .list-gift__content {
  padding-left: 14px;
  padding-right: 14px;
}

.giftboxes-slider .list-gift__title,
.giftboxes-slider .list-gift__description,
.giftboxes-slider .list-gift__info {
  padding-left: 15px;
  padding-right: 15px;
}

.giftboxes-slider .list-gift__description {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .giftboxes-slider__navigation {
    max-width: 222px;
  }
  .giftboxes-slider__item {
    max-width: 460px;
    padding-left: 0;
    padding-right: 0;
  }
  .giftboxes-slider__header {
    display: block;
  }
  .giftboxes-slider__title {
    display: none;
  }
  .giftboxes-slider__description {
    font-size: 24px;
  }
}

@media (min-width: 1420px) {
  .giftboxes-slider {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1120px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promotion__item {
  display: inline-block;
  text-align: center;
  margin: 30px 0 0;
}

.promotion__info {
  display: block;
  font-size: 13px;
  vertical-align: middle;
  margin-top: 10px;
}

.promotion__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fac333;
  font-weight: 100;
  vertical-align: middle;
  font-size: 12px;
  padding-top: 11px;
  text-align: center;
}

.promotion__description {
  display: block;
  font-weight: 300;
}

.promotion_type_desctop {
  display: none;
}

.promotion_type_tablet-desctop {
  display: none;
}

.promotion__title {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: -10px;
  font-weight: 300;
}

.promotion_visible_mobile,
.promotion_visible_desctop {
  display: none;
}

@media (max-width: 767px) {
  .promotion_type_main {
    margin-top: 43px;
  }
  .promotion_type_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promotion_type_main .promotion__item {
    margin-top: 53px;
  }
  .promotion_type_main .promotion__icon {
    width: 100px;
    height: 100px;
  }
  .promotion_type_main .promotion__info {
    font-size: 16px;
    margin-top: 22px;
  }
  .promotion_type_main .promotion__description {
    font-weight: 500;
  }
  .promotion_visible_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .promotion__title {
    display: none;
  }
  .promotion {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promotion__item {
    min-width: 30%;
  }
  .promotion_type_tablet-desctop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promotion_visible_desctop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1240px) {
  .promotion {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .promotion__item {
    margin-top: 0;
    min-width: 0px;
  }
  .promotion_type_desctop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promotion__info {
    margin-top: 0;
    display: inline-block;
  }
}

.seo-promo {
  position: relative;
  margin: 80px auto 0;
  text-align: center;
  line-height: 16px;
  max-width: 800px;
  font-size: 15px;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.seo-promo__title {
  margin: 0;
  font-size: 15px;
}

.seo-promo__paragraph {
  font-family: "PT Sans";
  font-weight: 400;
}

.seo-promo__paragraph + .seo-promo__title {
  margin-top: 15px;
}

.seo-promo__list {
  text-align: left;
}

.seo-promo:before {
  content: '...';
  color: #c8c8c8;
  font-size: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.seo-promo:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.seo-promo__active {
  max-height: 100%;


}

.seo-promo__active:before,
.seo-promo__active:after {
  display: none;
}

@media (min-width: 1240px) {
  .seo-promo,
  .seo-promo__title {
    font-size: 12px;
  }
}
