.ns-bitrix.c-news-list.c-news-list-list-1{
  position: relative;
  padding: 0 0  clamp(60px, 12vw, 100px);
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-items{
  margin: -60px 0 0;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item{
  padding: 60px 0;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper{
  text-decoration: none;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button-wrap{
  margin: 29px 0 0;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button{
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  transition: background-color .3s ease-out;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button svg path{
  transition: fill .3s ease-out;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper:hover .news-list-item-button,
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper:focus .news-list-item-button{
  background-color: #282828 !important;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper:hover .news-list-item-button svg path,
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper:focus .news-list-item-button svg path{
  fill: #fa0;
}

.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-image {
  padding-right: 37px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-picture {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 145.5px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-picture[data-image-view=default] {
  width: 411px;
  height: 267px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-picture[data-lazyload-use=true] {
  background-color: #F2F2F2;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-text {
  padding-top: 29px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-name {
  text-decoration: none;
  color: #282828;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper:hover .news-list-item-name,
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-wrapper:focus .news-list-item-name{
  color: #fb3;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-description {
  margin-top: 15px;
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  max-width: 600px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags {
  margin-top: 15px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-date {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 33px;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-date span{
  font-size: 25px;
  font-weight: 600;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper {
  display: block;
  margin: 0;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper input {
  display: none;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 3px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -ms-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper input:enabled + span {
  cursor: pointer;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper input:disabled + span {
  cursor: default;
}
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper input:checked + span,
.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-tags-item-wrapper input:enabled + span:hover {
  color: #FFF;
}
.ns-bitrix.c-news-list.c-news-list-list-1 [data-role=form] {
  display: none;
}
.ns-bitrix.c-news-list.c-news-list-list-1 [data-delimiter=true] {
  border-top: 1px solid #e8e8e8;
}
.ns-bitrix.c-news-list.c-news-list-list-1 [data-delimiter=true]:first-child {
  border-top: none;
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-picture[data-image-view=default] {
    width: 230px;
    height: 150px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-text{
    padding-top: 30px;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-picture[data-image-view=default] {
    width: 190px;
    height: 110px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-name {
    font-size: 20px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-date {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 19px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-items{
    margin: -45px 0;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-description {
    margin-top: 22px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item{
    padding: 45px 0;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button-wrap{
    margin: 23px 0 0;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button svg{
    width: 16px;
    height: 16px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-button{
    width: 54px;
    height: 54px;
  }
  /*.ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-description {*/
  /*  font-size: 12px;*/
  /*  line-height: 18px;*/
  /*}*/
}
@media all and (max-width: 600px) {
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-image {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .ns-bitrix.c-news-list.c-news-list-list-1 .news-list-item-picture[data-image-view=default] {
    width: 100%;
    height: auto;
    padding-top: 62.375%;
  }
}


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