.mwpSection {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .mwpSection {
    flex-wrap: wrap;
  }
}

.mwpSection__aside {
  position: relative;
  flex: 0 0 312px;
}

@media (max-width: 767px) {
  .mwpSection__aside {
    flex: 1 1 100%;
    overflow: hidden;
  }
}

.mwpSection__list {
  padding: 0 10px 0 0;
  color: #636880;
  font-size: 20px;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.29px;
  height: 280px;
}

@media (max-width: 767px) {
  .mwpSection__list {
    height: auto;
    padding: 0 0 33px;
    margin: 0 0 48px;
    box-shadow: 0 1px 0 0 #4c5165;
  }
}

.mwpSection__listItem {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mwpSection__listItem:hover {
  opacity: 0.8;
}

.mwpSection__listItem.-active {
  color: #ffffff;
}

.mwpSection__icon {
  margin-right: 16px;
  padding: 8px 0 0 0;
}

.mwpSection__images {
  flex: 0 1 888px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .mwpSection__images {
    flex: 0 1 auto;
  }
}

.mwpSection__image {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mwpSection .swiper-pagination {
  display: flex;
  flex-flow: column;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}

.mwpSection .swiper-pagination-bullet {
  outline: 0 none;
}

@media (max-width: 1500px) {
  .mwpSection .swiper-pagination {
    left: -40px;
  }
}

@media (max-width: 1350px) {
  .mwpSection .swiper-pagination {
    display: none;
  }
}

.mwpSection .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 12px 0 !important;
  background-color: transparent;
  border: 2px solid #a2a9bc;
  opacity: 1;
}

.mwpSection .swiper-pagination-bullet:hover {
  background-color: #ffffff;
}

.mwpSection .swiper-pagination-bullet-active {
  background-color: #ffffff;
  border-color: #ffffff;
}

.mwpSection .swiper-pagination-bullet-active::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border: solid 10px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
}
