.mega-menu {
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
  margin: -1rem 0;
  display: none;
}

.mega-menu.open {
  display: block;
}

.mega-menu__container {
  width: 114.2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem 4rem;
  border-left: 1px solid #EBECF4;
  min-height: 100%;
  margin: 0;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  transform: none;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  display: flex;
}

.mega-menu.open .mega-menu__container {
  position: relative;
}

.mega-menu__container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 0.5rem;
  height: 100%;
}

.mega-menu__left {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.mega-menu__left.mega-menu__left_full {
  flex: 0 0 100%;
  max-width: 100%;
}

.mega-menu__right {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.mega-menu__right-title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 2rem;
}

.mega-menu__right-list {
  margin: 0 -0.5rem -1rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-menu__right-item {
  padding: 0 0.5rem 1rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mega-menu__right-item .item-image-slider__img {
  padding: 4rem 2rem 2rem;
}
.mega-menu__categories-container {
  display: flex;
}
.mega-menu__categories-container.mega-menu__categories-container_foll {
  width: 100%;
}

.mega-menu__categories-items {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333333333%;
  flex: 0 0 33.333333333333%;
  max-width: 33.333333333333%;
}