@media (min-width:420px) {
  .w-news-list-default-item .row-index-more-news-item > .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 270px;
    max-width: 270px;
  }

  .w-news-list-default-item .row-index-more-news-item > .col-image ~ .col-text {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 270px);
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
}
.w-service-list-item-frame .icon {
  width: auto;
  height: auto;
}

.s-header-mobile.header_hidden {
  transform: none;
}

.s-header .header-middle {
 position: relative;
z-index: 10;
}

.w-products-list-item .text.color-gray ul{
	padding-left: 0;
}
label span.red{
	    color: red;
    font-size: 15px;
}

