

/* Start:/local/templates/molga/components/bitrix/news/services/bitrix/news.list/.default/style.css?17066330902369*/
.service-list_item {
  height: calc(100% - 30px);
  min-height: 340px;
  margin-bottom: 30px;
  padding: 60px 40px 40px;
  position: relative;
}
.service-list_item .service-list_title {
  color: #000;
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}
.service-list_item .service-list_dsc {
  color: #666666;
  font-family: "Fira Sans Condensed";
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 62px;
  text-align: justify;
}
.service-list_item_detail_button {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #666666;
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-decoration: none;
}
.service-list_item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
  box-shadow: 0px 0px 40px rgba(136, 136, 136, 0.15);
}

.service-list_item.red {
  background-color: #fff;
  border: 2px solid #ee1c21 !important;
}
.service-list_item.red .first_word {
  color: #ee1c21;
}
.service-list_item.red .service-list_item_detail_button:hover {
  color: #ee1c21;
}
.service-list_item,
.service-list_item.blue {
  background-color: #fff;
  border: 2px solid #0c3274 !important;
}
.service-list_item.blue .first_word,
.service-list_item .first_word {
  color: #0c3274;
}
.service-list_item .service-list_item_detail_button:hover,
.service-list_item.blue .service-list_item_detail_button:hover {
  color: #0c3274;
}
.service-list_item.white {
  background-color: #fff;
  border: 2px solid #dcdcdc !important;
}
.service-list_item.white .first_word {
  color: #666666;
}
.service-list_item.white .service-list_item_detail_button:hover {
  color: #666666;
  text-decoration: underline;
}
.text_after_banner {
  padding: 40px 0 0px;
  color: #2c2c2c;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
}

@media all and (max-width: 767px) {
  .service-list_item_detail_button {
    right: 20px;
    bottom: 40px;
  }
  .service-list_item .service-list_dsc {
    text-align: justify;
  }
}

/* End */
/* /local/templates/molga/components/bitrix/news/services/bitrix/news.list/.default/style.css?17066330902369 */
