

/* Start:/bitrix/templates/sustera/template_styles.css?17708072763967*/
.news .advantages-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news .products-item-description-btn img, .news .products-item-description-btn svg {transform: rotate(-90deg);}
.back img, .back svg {transform: rotate(90deg) !important;}

.news-detail .advantages-item-content {
  width: 70%;
  color: #131313;
  font-family: "IngoStem", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 140%;
}

.products-top h1 {
  text-align: center;
  margin-top: 0.6944444444vw;
  color: #131313;
  font-family: "IngoStem", sans-serif;
  font-weight: 500;
  font-size: 3.3333333333vw;
  line-height: 110%;
}

.main-banner.inner, .main-banner.inner .main-banner-wrapper {
  height: 50vh !important;
}

.main-banner.inner .main-banner-wrapper h1 {
  color: #fff; 
  font-family: "IngoStem", sans-serif;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 110%;
}

.advantages-item-content li {
  color: #131313;
  font-family: "IngoStem", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 140%;
}

.news-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.news-items > div {width: calc(33% - 30px); margin-right: 30px;}
.news-items > div:last-child {margin-right: 0px;}

.news-card-box {
    background-color: #F7F7F8;
    padding: 24px 24px 32px;
}
@media screen and (max-width: 959.98px) {
    .news-card-box {
        padding: 20px 16px 24px;
    }
}

.news-car-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.news-car-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.news-card-title {
    font-size: 1.25vw;
    line-height: 140%;
    transition: color 0.3s ease;
    color: #999999;
    font-family: "IngoStem", sans-serif;
}
@media screen and (max-width: 959.98px) {
    .news-card-title {
        font-size: 17px;
    }
}

.news-card-desc {
    margin-top: 8px;
    font-size: 0.9722222222vw;
    line-height: 1.58;
    color: #131313;
    font-family: "IngoStem", sans-serif;
    height: 12vh;
    /*max-height: 12vh;
    overflow: hidden;*/
}

.news-card-head {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.news-card-category {
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.58;
    color: #404040;
}

.news-card-category-active {
    padding-right: 14px;
    padding-left: 14px;
    background-color: #F18D91;
    border-radius: 4px;
    color: #FFFFFF;
}

.news-card-date {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.9722222222vw;
    line-height: 1.58;
    color: #8F9090;
}

.news-card-date-period div:last-child {
    position: relative;
    padding-left: 15px;
}
.news-card-date-period div:last-child:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #8F9090;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.news-card {
    display: block;
}
.news-card:hover .news-card-title {
    color: #131313;
}
.news-card:active .news-card-title {
    color: #131313;
}

@media screen and (max-width: 992px) {
	.news-items > div {width: 100%; margin-right: 0px;}
	.news-card-title {font-size: 3.2vw;}
	.news-card-desc, .news-card-date {font-size: 2.5vw;}
	.news-card-desc {height: auto; margin-bottom: 30px;}

	.main-banner.inner h1 {font-size: 7.4666666667vw !important;}
	.news-detail .advantages-item-content {width: 100%}
	.news-detail .advantages-item-content, .advantages-item-content li {
		font-size: 4.2666666667vw;
		line-height: 140%;
	}
}

@media screen and (max-width: 420px) {
	.news-card-desc, .news-card-date {font-size: 3.2vw;}
	.main-banner.inner h1 {font-size: 7.4666666667vw !important;}
}

/* End */
/* /bitrix/templates/sustera/template_styles.css?17708072763967 */
