.leaflets_section .see_more_btn {
  display: flex;
  width: 285px;
  max-width: 100%;
  background: #c00000;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 55px;
  margin-top: 45px;
  font-size: 160%;
  line-height: 22px;
  font-family: '"bold"', "arm-bold";
  border-radius: 30px;
}
.leaflets_section .see_more_btn:hover {
  background: rgba(192, 0, 0, 0.7);
}
@media (max-width: 1439px) {
  .leaflets_section .see_more_btn {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .leaflets_section .see_more_btn {
    width: 240px;
    font-size: 140%;
    line-height: 20px;
    height: 44px;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .leaflets_section .see_more_btn {
    margin: 20px auto 0;
  }
}

.leaflets_section .leafleats_list {
  margin-top: 45px;
}
.leaflets_section .leafleats_list ul {
  padding: 0;
  list-style: none;
  padding-bottom: 40px;
}
.leaflets_section .leafleats_list ul li {
  overflow: visible;
  margin-bottom: 20px;
  height: 360px;
  z-index: 5;
}
.leaflets_section .leafleats_list ul li:hover {
  z-index: 10;
}
.leaflets_section .leafleats_list ul .block_link {
  cursor: pointer;
  background: #ffffff;
  display: block;
  padding: 30px 30px 20px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 5;
  box-shadow: 0 1px 8px 0 rgba(153, 153, 153, 0.24);
}
.leaflets_section .leafleats_list ul .block_link img {
  width: 100%;
  height: 100%;
  max-height: 169px;
  object-fit: cover;
}
.leaflets_section .leafleats_list ul .block_link:hover + li {
  z-index: 10;
}
.leaflets_section .leafleats_list ul .block_link:hover .drop_button {
  height: 90px;
}
.leaflets_section .leafleats_list .leafleats_title {
  margin-top: 20px;
  font-size: 220%;
  line-height: 30px;
  color: #3D3C41;
  font-family: '"bold"', "arm-bold";
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaflets_section .leafleats_list .drop_button {
  overflow: hidden;
  height: 0;
  background: #ffffff;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.leaflets_section .leafleats_list .download_button {
  margin-top: 30px;
  height: 55px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #c00000;
  border-radius: 27px;
  color: #ffffff;
  font-size: 160%;
  line-height: 22px;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: '"bold"', "arm-bold";
  margin-bottom: 10px;
}
.leaflets_section .leafleats_list .download_button:before {
  margin-left: 20px;
}
.leaflets_section .see_more_btn {
  border: none;
  margin: 0 auto 40px;
}
.leaflets_section .see_more_btn.inactive {
  display: none;
}
@media (max-width: 1439px) {
  .leaflets_section .leafleats_list ul .block_link {
    padding: 20px;
  }
  .leaflets_section .leafleats_list ul .block_link:hover .drop_button {
    height: 70px;
  }
  .leaflets_section .leafleats_list ul .block_link img {
    height: 165px;
  }
  .leaflets_section .leafleats_list ul li {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .leaflets_section .leafleats_list .leafleats_title {
    margin-top: 20px;
    font-size: 180%;
  }
  .leaflets_section .leafleats_list .download_button {
    margin-top: 20px;
    height: 47px;
    font-size: 140%;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  .leaflets_section .leafleats_list ul .block_link {
    padding: 15px;
  }
  .leaflets_section .leafleats_list ul .block_link img {
    height: 130px;
    object-fit: cover;
  }
  .leaflets_section .leafleats_list ul li {
    height: 270px;
  }
  .leaflets_section .leafleats_list .leafleats_title {
    margin-top: 15px;
    font-size: 160%;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .leaflets_section .leafleats_list .drop_button {
    height: 70px;
  }
  .leaflets_section .leafleats_list ul {
    padding-bottom: 0px;
  }
  .leaflets_section .leafleats_list ul li {
    height: 335px;
    margin-bottom: 13px;
  }
}

.leaflets_section .see_more_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.leaflets_section .leafleats_list .download_button:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=leaflets.css.map */
