button.closeButton {
  background: #ffffff00;
  border: none;
  color: black;
  position: absolute;
  right: 6%;
  z-index: 10;
}

.modal-body {
  padding: 40px !important;
}

span.glyphicon.glyphicon-remove {
  font-size: 20px;
}
.swiper-slide {
  cursor: pointer;
}
.myArticle .swiper-slide {
  margin: 0px 40px;
  width: 320px !important;
  background-color: #000000;
  border-radius: 20px;
}
.articleBlock {
  margin-top: 70px;
}
.articleBlock h2 {
  margin-bottom: 50px;
}
.articleBlock .btn.btn-primary.btn-module:hover {
  border-color: unset;
  box-shadow: unset;
}
