

/* Start:/local/templates/.default/components/bitrix/news.list/news-list_cart/style.css?16633365062118*/
.nl-cart__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 20px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .nl-cart__item:last-child {
    margin-bottom: 0; }

.nl-cart__link {
  display: block; }

.nl-cart__picture {
  position: relative;
  width: 40%;
  margin-right: 20px; }
  .nl-cart__picture_default {
    height: 215px;
    background: url("/images/logo.png") no-repeat center; }

.nl-cart__section {
  width: 60%; }

.nl-cart__img {
  max-width: 100%;
  width: 100%;
  display: block; }

.nl-cart__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 100, 163, 0.85);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0;
  z-index: 2;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s; }

.nl-cart__overlay-text {
  font-size: 20px;
  color: #fefefe;
  padding-left: 40px;
  background: url("/images/svg/thumb-up.svg") no-repeat 10px 0;
  background-size: 20px; }

.nl-cart__link:hover .nl-cart__title {
  color: #0b64a3; }

.nl-cart__link:hover .nl-cart__overlay {
  opacity: 1; }

.nl-cart__title {
  color: inherit;
  font-family: 'HelveticaCondensed';
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
  font-weight: bold; }

.nl-cart__date {
  font-size: 14px;
  display: block; }

.nl-cart__text {
  font-size: 14px; }

@media (max-width: 480px) {
  .nl-cart__item {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 20px; }
  .nl-cart__picture, .nl-cart__section {
    width: 100%;
    margin: 0; }
  .nl-cart__picture {
    margin-bottom: 10px; } }

/* End */
/* /local/templates/.default/components/bitrix/news.list/news-list_cart/style.css?16633365062118 */
