

/* Start:/local/templates/germetic/components/bitrix/news.list/mainBannerNew/style.css?17653524231449*/
.main-baner .slide-content__title,
.new-hero-banner .slide-content__title {
    font-size: 4.8rem ;
    line-height: 134% !important;
}

.main-baner .slide-content__title,
.new-hero-banner .slide-content__title>span>span {
    font-family: 'Unbounded';
    font-weight: 500;
    font-size: 4.8rem;
    color: #f3f4f4;
    background: #e3000f;
    border-radius: 9.3rem;
    padding: 0.1rem 2.2rem;

}

.slide-content__description_cut {
    margin-top: 30px
}

.slide-content__description_cut p {
    font-size: 35px;
    color: #1C1C1C;
    margin-bottom: 30px;
font-family: 'Unbounded';
}

@media screen and (min-width: 991px) {
    .slide-content__title {
        max-width: initial !important;
    }
}

@media screen and (max-width: 991px) {
	.new-hero-banner {
		margin-bottom: 48px;
	}
    .main-baner .slide-content__title,
    .new-hero-banner .slide-content__title>span>span {
        font-size: 24px !important;
		padding-left: 12px;
		padding-right: 12px
    }

	.slide-content__description_cut p br {
		display: none;
	}
	.new-hero-banner .slide-content__title br {
		display: none;
	}
	.new-hero-banner .slide-content__title>span {
		display: block;
	}

	.new-hero-banner .slide-content__title>span>span {
		display: inline-block;
	}

    .slide-content__description_cut {
        margin-top: 12px
    }

    .slide-content__description_cut p {
        font-size: 16px;
        margin-bottom: 8px;
        letter-spacing: -0.3px;
    }
}
/* End */


/* Start:/local/templates/germetic/components/bitrix/system.pagenavigation/pagelist/style.css?17080971122917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/germetic/components/bitrix/news.lists.search/popularList/style.css?17520608792564*/
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;
}

.popular-goods__swiper-box .product-card {
	font-family: "Inter", sans-serif;
	position: relative;
	background-color: #F8F8FA;
	padding: 3rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.popular-goods__swiper-box .product-card__title {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s;
}
.popular-goods__swiper-box .product-card__price-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	margin-top: auto;
	align-items: center;
	justify-content: space-between;
}
.popular-goods__swiper-box .product-card__price-wrapper {
	color: var(--red-color);
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 4px;
}
.popular-goods__swiper-box .product-card__price-num {
	color: var(--red-color);
	font-size: 2.4rem;
	font-family: Unbounded;
	font-weight: 600;
}
.popular-goods__swiper-box .product-card__price-text {
	font-size: 1.8rem;
	font-family: Unbounded;
	font-weight: 600;
}
.popular-goods__swiper-box .product-card__sale-price-wrapper {
  position: relative;
}

.popular-goods__swiper-box .product-card__sale-price-wrapper {
  white-space: nowrap;
}
.popular-goods__swiper-box .product-card__sale-price-wrapper {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
}
.popular-goods__swiper-box .product-card__price-block .button-primary{
	font-size: 1.6rem;
	padding: 1.7rem 3.3rem;
}
@media (max-width: 767px){
	.popular-goods__swiper-box .product-card__title,
	.popular-goods__swiper-box .product-card__price-text,
	.popular-goods__swiper-box .product-card__price-block .button-primary{
		font-size: 8.192rem;
	}
	.popular-goods__swiper-box .product-card__sale-price-wrapper{
		font-size: 7.168rem;
	}
	.popular-goods__swiper-box .product-card__price-num{
		font-size: 10.24rem;
	}
}
@media (min-width: 1300px){
	.popular-goods__swiper-box .product-card {
		min-height: 483px;
	}
}
/* End */
/* /local/templates/germetic/components/bitrix/news.list/mainBannerNew/style.css?17653524231449 */
/* /local/templates/germetic/components/bitrix/system.pagenavigation/pagelist/style.css?17080971122917 */
/* /local/templates/germetic/components/bitrix/news.lists.search/popularList/style.css?17520608792564 */
