

/* Start:/local/templates/roso/components/bitrix/news.list/collective/style.css?1649426192150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/roso/dist/css/collectives.css?16539800915162*/
.collective-list__grid {
  margin-top: 32px;
}

.collective-list__title-sec {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #211E1E;
}

.collective-list--main-page {
  margin-top: 64px;
  position: relative;
}

.collective-list--main-page::before {
  content: "";
  background-image: url("/local/templates/roso/dist/css/../../dist/images/components/collective-list/images/pattern_375.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -200px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: top left;
}

.collective-list__item {
  display: block;
}

.collective-list__item + .collective-list__item {
  margin-top: 33px;
}

.list-card {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 16px;
}

.list-card__img {
  overflow: hidden;
  height: 57vw;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(116, 132, 146, 0.2));
  filter: drop-shadow(0px 4px 24px rgba(116, 132, 146, 0.2));
  border-radius: 16px;
}

.list-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.list-card__desc {
  padding: 16px;
}

.bx-no-touch .list-card:hover {
  -webkit-box-shadow: 0px 8px 40px rgba(103, 162, 214, 0.2);
  box-shadow: 0px 8px 40px rgba(103, 162, 214, 0.2);
  background: #fff;
}

.bx-no-touch .list-card:hover .card-information__link {
  color: #2481d0;
  background-image: url("/local/templates/roso/dist/css/../../dist/images/components/collective-list/icons/arrow_hover.svg");
  background-position: center right;
  background-repeat: no-repeat;
}

.card-information__name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #211e1e;
  margin-bottom: 16px;
}

.card-information__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #211e1e;
}

.card-information__link {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.16em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: #d64e4e;
  margin-top: 16px;
  padding-right: 26px;
  background-image: url("/local/templates/roso/dist/css/../../dist/images/components/collective-list/icons/arrow.svg");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn-sec {
  margin-top: 32px;
}

.btn-sec__btn {
  background: #d64e4e;
  -webkit-box-shadow: 0px 4px 24px rgba(228, 98, 114, 0.4);
  box-shadow: 0px 4px 24px rgba(228, 98, 114, 0.4);
  border-radius: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  padding: 16px 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  width: 100%;
  max-width: 265px;
  margin: auto;
}

.bx-no-touch .btn-sec__btn:hover {
  background: #e46272;
}

.collectives-page {
  padding-top: 33px;
  padding-bottom: 80px;
}

.cloud-mid {
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 100%;
}

.cloud-mid span {
  background: url("/local/templates/roso/dist/css/../../dist/images/images/bg_pattern.png");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  height: 1000px;
  width: 100%;
}

.cloud-mid span:nth-child(even) {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (min-width: 769px) {
  .collective-list__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 24px;
  }

  .collective-list__title-sec {
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 64px;
  }

  .collective-list--main-page {
    margin-top: 112px;
  }

  .collective-list--main-page::before {
    background-image: none;
  }

  .collective-list__item + .collective-list__item {
    margin-top: 0px;
  }

  .list-card__img {
    max-height: 290px;
  }

  .list-card__desc {
    padding: 24px;
  }

  .card-information__name {
    font-size: 24px;
    line-height: 36px;
  }

  .card-information__link {
    margin-top: 32px;
  }

  .collectives-page {
    padding-top: 96px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 1440px) {
  .collective-list__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    grid-column-gap: 48px;
    grid-row-gap: 84px;
  }

  .collective-list--main-page::before {
    background-image: url("/local/templates/roso/dist/css/../../dist/images/components/collective-list/images/pattern.svg");
    top: -75px;
    background-position: center top;
  }

  .list-card__img {
    max-height: 264px;
  }

  .btn-sec {
    margin-top: 72px;
  }

  .collectives-page {
    padding-top: 72px;
  }
}
/* End */
/* /local/templates/roso/components/bitrix/news.list/collective/style.css?1649426192150 */
/* /local/templates/roso/dist/css/collectives.css?16539800915162 */
