body.MonthlyIssue section.section_mainpicture.jumbotron {
  background-image: url("../img/press/mainpc/press_demo(1920x1080).jpg");
}

@media (max-width: 575px) {
  body.MonthlyIssue section.section_mainpicture.jumbotron {
    margin-top: 52px;
    /*background-size: auto 50%;*/
  }
}

body.MonthlyIssue section.section_catalog .container {
  padding-top: 15px;
  max-width: 75vw;
}

body.MonthlyIssue section.section_catalog .container .col-12 {
  margin-top: 20px;
  color: #525252;
  text-align: center;
  margin-bottom: 40px;
}

body.MonthlyIssue section.section_catalog .container .col-12 h5 {
  font-size: 24px;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box {
  overflow: hidden;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box a {
  color: #302f2f;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box img {
  width: 100%;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.5s;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box img:hover {
  filter: brightness(0.8);
  transform: scale(1.04);
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .text {
  padding: 0 5px;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .month {
  width: 100%;
  height: 24px;
  text-align: left;
  color: #DD5411;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .month:hover {
  text-decoration: underline;
  color: #DD5411;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .title {
  height: 55px;
  text-align: left;
  color: #302f2f;
  line-height: 26px;
  margin: 0 auto;
  margin-top: 10px;
  text-decoration: none;
  font-size: 19px;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .title:hover {
  text-decoration: underline;
  color: #302f2f;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .style {
  width: 100%;
  height: 79px;
  text-align: left;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #525252;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .text .style:hover {
  text-decoration: underline;
  color: #525252;
}

body.MonthlyIssue section.section_catalog .container .col-12 .box .date {
  width: 100%;
  height: 24px;
  text-align: left;
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 16px;
}

body.MonthlyIssue section.section_catalog .container .morebotton {
  margin-top: 45px;
}

body.MonthlyIssue section.section_catalog .container .morebotton a {
  text-decoration: none;
}

body.MonthlyIssue section.section_catalog .container .morebotton a .botton {
  border: 1px solid #BFBFC0;
  color: #525252;
  border-radius: 3px;
  width: 180px;
  padding: 10px 0;
  margin: 0 auto;
  transition: 0.5s;
  cursor: pointer;
}

body.MonthlyIssue section.section_catalog .container .morebotton a .botton:hover {
  border: 1px solid #FF920B;
  background-color: #FF920B;
  color: white;
}

@media (max-width: 1199px) {
  body.MonthlyIssue section.section_catalog .container {
    max-width: 90vw;
  }
}

@media (max-width: 575px) {
  body.MonthlyIssue section.section_catalog .container {
    max-width: 80vw;
  }
}

