

/* Start:/local/templates/Forward/components/bitrix/catalog/catalog/style.css?17422843142576*/
.portfolio {
	background: #2EA1AC;
	padding-top: 100px;
	margin-bottom: 160px;
	position: relative;
}

.bottom__description__category {
	padding-top:50px;
}
.bottom__description__category p {
	margin-bottom: 18px;
}
.bottom__description__category a {
	text-decoration: underline;
}
ul.descrcat {
	list-style: disc !important;
	margin-bottom: 20px;
	margin-left: 30px;
  }
.h2description {
	padding:30px 0 30px;
 font-family: "Cormorant", serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin:0;
}
.h2description2 {
	padding:0 0 30px;
	font-family: "Cormorant", serif;
	 font-weight: bold;
	 font-size: 42px;
	 line-height: 0.9;
	 letter-spacing: -0.03em;
	 margin:0;
}
.portfolio:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	background: #FFF;
}
.portfolio h2 {
	color: #FFF !important;
	font-size: 40px !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important; 
}
.portfolio-title {
	color: #FFF;
	margin-bottom: 40px;
}

.portfolio__slider-prev,
.portfolio__slider-next,
.portfolio__slider-fraction {
	color: #FFF;
}

.portfolio__slider-img {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.catalog-section-description {
  padding-top:60px;
}

.portfolio__slider-img img {
	display: block;
	max-width: 100%;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

.portfolio__slider-img:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolioheadr_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.portfolioheadr_wrap .portfolio__slider-navigation {
	padding-top: 0px !important;
}
.portfolio__slider__fraction span {
	font-weight: bold !important;
	font-size: 16px !important;
}
@media (max-width: 990.98px) {
	.portfolio {
		padding-top: 50px;
		margin-bottom: 50px;
	}

	.portfolio:after {
		height: 150px;
	}

	.portfolio-title {
		margin-bottom: 50px;
	}

	.portfolio__slider .swiper-slide {
		width: 248px;
	}
}
/* End */
@media (max-width:462px) {
	.portfolioheadr_wrap_right {
		padding-top:20px;
	}
}

@media (max-width:414px) {
	.portfolio__slider-img img {
		height: 280px;
	}
	.portfolio__slider-img  {
		display: flex !important;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/catalog.element/.default/style.css?174228431418027*/
.product {
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}
.portfolio__slider-fraction {
	color:#ffffff !important;
}
.product-head {
	margin-bottom: 100px;
}

.product__gallery img {
	width: 100%;
	height: auto;
}

.product__gallery {
	margin-bottom: 30px;
}

.product__gallery-img, .product__gallery-img-thumbs {
	position: relative;
	display: block;
	margin-bottom: 32px;
	width: 100%;
	padding-top: 100%;
}

.product__gallery-img:last-child {
	margin-bottom: 0;
}

.product__gallery-img:before {
	content: "";
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(65, 122, 130, 0.2)), to(rgba(65, 122, 130, 0.2)));
	background: -o-linear-gradient(bottom, rgba(65, 122, 130, 0.2), rgba(65, 122, 130, 0.2));
	background: linear-gradient(0deg, rgba(65, 122, 130, 0.2), rgba(65, 122, 130, 0.2));
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
	z-index: 1;
}

.product__gallery-img img {
	display: block;
	width: 100%;
}

.product__gallery-img:hover:before,
.product__gallery-img:hover .product__gallery-zoom {
	opacity: 1;
}

.product__gallery__label {
	top: 24px;
	right: 24px;
	z-index: 1;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product__gallery__label-item {
	width: 50px;
	height: 50px;
	padding: 13px 0 15px;
	font-weight: 700;
	font-size: 20px;
	display: block;
	border-radius: 100%;
	font-family: "Cormorant", sans-serif;
	margin-left: 16px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product__gallery__label-item.is-new {
	background: #B84C74;
	color: #FFF;
}

.product__gallery__label-item.is-hit {
	background: #417A82;
	color: #FFF;
}

.product__gallery__label-item.is-discount {
	background: #FFF;
	color: #B84C74;
	font-family: "Cormorant Infant", sans-serif;
}

.product__gallery-zoom {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product__gallery-zoom:before {
	content: "";
	border: 45px solid transparent;
	border-left: 45px solid #417A82;
	border-top: 45px solid #417A82;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.product__gallery-zoom svg {
	background: #417A82;
	position: relative;
	z-index: 1;
}

.product__gallery-nav {
	margin-top: 30px;
}

.product__gallery-thumbs img {
	display: block;
	width: 100%;
}

.product__gallery-thumbs .swiper-slide {
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product__gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.product__description-title {
	font-size: 54px;
	margin-bottom: 32px;
}

.product__description-text {
	font-size: 16px;
	margin-bottom: 60px;
}

.product__description__properties {
	border: 1px solid #B4C1CA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 40px 24px 55px;
	color: #8297A6;
	margin-bottom: 45px;
}

.product__description__properties-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.product__description__properties-separator {
	height: 24px;
	width: 1px;
	background: #B4C1CA;
	margin: 0 30px;
}

.product__input-label {
	color: #8297A6;
	margin-bottom: 11px;
}

.product__input input {
	padding: 18px 24px 17px;
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	border: 1px solid #B4C1CA;
	outline: none;
	margin-bottom: 16px;
}

.product__input input::-webkit-outer-spin-button,
.product__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.product__input-tooltip {
	font-size: 14px;
	line-height: 18px;
	color: rgba(5, 46, 76, 0.4);
}

.product__sku {
	margin-top: 40px;
	/* display: none; */
}

.product__sku-btn {
	padding: 20px;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 40px;
	border: 1px solid #052E4C;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #052E4C;
	-webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, background 0.3s, border-color 0.3s;
	transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.product__sku-btn svg {
	fill: currentColor;
	margin-right: 24px;
	width: 23px;
	height: 23px;
}
.product__sku-btn .icon {
	fill: currentColor;
	margin-left: 16px;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;

	margin-top: 3px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.product__sku-btn:hover {
	color: #FFF;
	background: #417A82;
	border-color: transparent;
}

.product__sku-btn.is-open .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product__sku__select {
	margin-bottom: 40px;
}

.product__sku__select-label {
	font-size: 14px;
	color: #8297A6;
	margin-bottom: 10px;
}

.product__sku__color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	padding-bottom: 40px;
	cursor: -webkit-grab;
	cursor: grab;
}

.product__sku__color:active * {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}

.product__sku__color::-webkit-scrollbar {
	height: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product__sku__color::-webkit-scrollbar-thumb {
	background: #417A82;
	height: 3px;
}

.product__sku__color-item {
	margin-right: 8px;
	cursor: pointer;
}

.product__sku__color input {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

input:checked+.product__sku__color-content {
	background: #F2F6F7;
}

.product__sku__color-content {
	text-align: center;
	padding: 16px 15px;
}

.product__sku__color-square {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-bottom: 16px;
}
.product__sku__color-square img {
	display: block;
	width: 100%;
}

.product__sku__color-name {
	font-size: 16px;
	margin-bottom: 6px;
}

.product__sku__color-value {
	font-size: 14px;
	color: rgba(5, 46, 76, 0.7);
}

.product__additionally {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #B4C1CA;
}

.product__additionally-item {
	margin-right: 25px;
}

.product__additionally-item:last-child {
	margin-right: 0;
}

.product__additionally-item .checkbox {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product__additionally-title {
	color: #052E4C;
	line-height: 1;
	margin-bottom: 6px;
}

.product__additionally-price {
	font-size: 14px;
	color: rgba(5, 46, 76, 0.4);
}

.product__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.product__price {
	line-height: 1.2;
	margin-right: auto;
}

.product__price-title {
	font-family: "Cormorant Infant", sans-serif;
	font-style: italic;
	font-size: 20px;
}

.product__price-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 48px;
	font-family: "Cormorant", sans-serif;
}

.product__price-value span {
	font-family: "Cormorant Infant", sans-serif;
}

.product__price-current {
	font-weight: bold;
}

.product__price-old {
	position: relative;
	margin-left: 17px;
	color: rgba(5, 46, 76, 0.2);
}

.product__price-old::after {
	content: "";
	height: 1px;
	background: #b84c74;
	-webkit-transform: rotate(-10.73deg);
	-ms-transform: rotate(-10.73deg);
	transform: rotate(-10.73deg);
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	right: 0;
}

.product__action-btn{
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.product-order {
	margin-right: 48px;
	margin-bottom: 5px;
}

.product-cart {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid #2EA1AC;
	background: #2EA1AC;
	position: relative;
}

.product-cart.in-basket {
	background: #417A82;
	border: 2px solid #417A82;
}

.product-cart.in-basket .icon {
	fill: #FFF;
	max-width: 60%;
    max-height: 60%;
}

.product__advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 54px 40px 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #417A82;
	color: #417A82;
	margin-bottom: 50px;
}

.product__advantages-icon {
	margin-bottom: 32px;
}

.product__advantages-icon svg {
	height: 60px;
}

.product__calculate {
	background-image: url("/local/templates/Forward/img/productСalculate-bg.jpg");
	background-size: cover;
	padding: 70px 40px;
	margin-bottom: 80px;
}

.product__calculate-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.product__calculate-title h5,
.product__calculate-title .h5 {
	font-weight: 500;
}

.product__calculate-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product__calculate-action .btn-white {
	margin-right: 32px;
}

.product__calculate-action .btn-white i {
	font-size: 21px;
	line-height: 0;
	margin-right: 16px;
	position: relative;
	top: 5px;
}

.product-char {
	margin-bottom: 200px;
}

.product__property-title {
	margin-bottom: 55px;
}

.product__property-text {
	font-size: 16px;
	line-height: 21px;
	color: #8297A6;
	padding-right: 100px;
}

.product__property-loop {
	padding: 72px 0 72px 72px;
	background: #F2F6F7;
}

.product__property-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	margin-bottom: 16px;
}

.product__property-name {
	color: #8297A6;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	margin-right: 55px;
}

.product__question {
	background: #F2F6F7;
	margin-bottom: 60px;
}

.product__question .tab-head {
	padding: 40px 40px 0;
	border-bottom: 1px solid #B4C1CA;
}

.product__question .tab-body {
	padding: 0 40px 60px;
}

.product__question-title {
	margin-bottom: 24px;
}

.product__question-text {
	font-size: 16px;
	margin-bottom: 40px;
}

.product__question-img {
	position: absolute;
	top: -72px;
	right: 16px;
}

.product__scheme {
	padding: 55px;
	border: 1px solid #417A82;
	margin-bottom: 80px;
}

.product__scheme-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.product__scheme-loop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product__scheme-item {
	text-align: center;
	position: relative;
}

.product__scheme-number {
	font-family: "Cormorant", serif;
	font-weight: bold;
	font-size: 62px;
	position: absolute;
	left: 15px;
	top: -55px;
}

.product__scheme-icon {
	margin-bottom: 24px;
}

.product__scheme-icon svg {
	display: block;
	margin: 0 auto;
}

.product__scheme-name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 16px;
}

.product__scheme-text {
	color: rgba(5, 46, 76, 0.8);
	font-size: 14px;
}

.product__scheme-separator {
	width: 72px;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
	margin: 77px 10px 0;
}

.product__reviews {
	margin-bottom: 80px;
}

.product__reviews-title {
	margin-bottom: 32px;
}

.product__reviews__slider .swiper-slide {
	height: auto;
}

.product__reviews__slider-item {
	border: 1px solid #B4C1CA;
	height: calc(100% - 2px);
}

.product__reviews__slider-head {
	padding: 32px;
	border-bottom: 1px solid #B4C1CA;
	position: relative;
}

.product__reviews__slider-name {
	font-size: 20px;
	line-height: 1.15;
	margin-bottom: 8px;
}

.product__reviews__slider-date {
	font-size: 16px;
	line-height: 1.15;
	color: #8297A6;
}

.product__reviews__slider-icon {
	position: absolute;
	right: -1px;
	top: -1px;
}

.product__reviews__slider-content {
	padding: 32px;
	line-height: 1.2;
}

.product-control{
	margin-top: 20px;
}

.product-control .SumoSelect .opt.disabled{
	display: none;
}

@media (min-width: 991px) {
	.product__property {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product__property:after,
	.product__property:before {
		content: "";
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
		max-width: 100%;
	}

	.product__property:after {
		background: none !important;
	}
	.product__property.no_chars:after {
		background: none !important;
	}

	.product__property>.container {
		margin: 0;
	}

	.product__property-loop {
		position: relative;
	}

	.product__property-loop:after {
		content: "";
		position: absolute;
		width: 36px;
		display: block;
		top: 0;
		bottom: 0;
	}

	.product__property-loop:after {
		right: -36px;
		background: #F2F6F7;
	}
}
@media (max-width: 990.98px) {
	.product {
		margin-top: 0;
	}

	.product__gallery {
		margin-bottom: 16px;
	}

	.product__gallery-nav {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.product__gallery-thumbs {
		margin-bottom: 30px;
	}

	.product__description-title {
		font-size: 30px;
	}

	.product__description-text {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.product__description__properties {
		padding: 24px 40px;
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.product__description__properties-separator {
		width: 24px;
		height: 1px;
		margin: 20px auto;
	}

	.product__input {
		margin-bottom: 20px;
	}

	.product__additionally {
		display: block;
	}

	.product__additionally-item {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.product__additionally-item:last-child {
		margin-bottom: 0;
	}

	.product__action {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.product__price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.product__advantages {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 50px 10px 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product__advantages-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 40px;
		text-align: center;
	}

	.product__advantages-icon {
		margin-bottom: 15px;
	}

	.product__advantages-title {
		font-size: 14px;
	}

	.product__calculate {
		padding: 70px 20px;
		margin: 0 -20px 40px;
	}

	.product__calculate-action {
		display: block;
	}

	.product__calculate-action .btn-white {
		margin-bottom: 20px;
	}

	.product-char {
		margin-bottom: 30px;
	}

	.product__property-text {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.product__property-loop {
		padding: 50px 20px;
		margin: 0 -20px;
	}

	.product__property-item {
		display: block;
	}

	.product__property-name {
		margin-right: 0;
	}

	.product__question {
		margin: 0 -20px;
	}

	.product__question .tab-head {
		padding: 20px;
	}

	.product__question .tab-body {
		padding: 0 20px 0;
	}

	.product__question-img {
		position: static;
		width: calc(100% + 40px);
		margin-top: 20px;
		display: block;
		margin: 40px -20px 0;
	}

	.product__scheme {
		padding: 20px;
	}

	.product__scheme-loop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product__scheme-separator {
		margin: 30px auto;
	}
}

.SumoSelect>.CaptionCont>span.placeholder {
    font-style: normal;
    color: #052E4C !important;
}

.SumoSelect.disabled {
	opacity: 1 !important;
}

picture.contain {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

picture.contain img {
	object-fit: contain; 
    height: auto;
    width:100%;
}

.main__best {
	margin-bottom: 130px;
}

.main-title {
	font-family: "PT Sans",sans-serif !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
}

.product__property-text ul {
	list-style-type: disc;
	margin-left: 30px;
    margin-top: 10px;
}


.portfolio {
	background: #2EA1AC;
	padding-top: 100px;
	margin-bottom: 160px;
	position: relative;
}
.portfolio h2 {
	color: #FFF !important;
	font-size: 40px !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important; 
}
.main__best-title h2 {
 font-family: Cormorant;
  font-style: normal;
  font-weight: bold !important;
  font-size: 40px !important;
  line-height: 48px;
  letter-spacing: 0.8px !important;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 0px;
  text-transform: uppercase !important;
}
.main__best-title {
	margin-bottom: 40px;
}
.slider__navigation {
	font-weight: bold !important;
}

.portfolio:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	background: #FFF;
}

.portfolio-title {
	color: #FFF;
	margin-bottom: 40px;
}

.portfolio__slider-prev,
.portfolio__slider-next,
.portfolio__slider-fraction {
	color: #FFF;
}

.portfolio__slider-img {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.portfolio__slider-img img {
	display: block;
	max-width: 100%;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

.portfolio__slider-img:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 990.98px) {
	.portfolio {
		padding-top: 50px;
		margin-bottom: 50px;
	}

	.portfolio:after {
		height: 150px;
	}

	.portfolio-title {
		margin-bottom: 50px;
	}

	.portfolio__slider .swiper-slide {
		width: 248px;
	}
}
@media (max-width:414px) {
	.interes_product_h2 {
		font-size: 30px !important;
	}
	.main__best-title h2 {
		 font-size: 30px !important;
		 line-height: 40px;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/system.pagenavigation/.default/style.css?17422843141299*/
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.pagination a,
.pagination span {
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
}

.pagination a {
	border: 1px solid #052E4C;
	color: #052E4C;
	margin-left: 8px;
	-webkit-transition: border 0.3s, background 0.3s;
	-o-transition: border 0.3s, background 0.3s;
	transition: border 0.3s, background 0.3s;
}

.pagination a:hover {
	border-color: transparent;
	background: #417A82;
	color: #FFF;
}

.pagination span {
	background: #417A82;
	color: #FFF;
	margin-left: 8px;
}
.pagination span:first-child
.pagination .pagination-first + a,
{
	margin-left: 0;
}
.pagination-first {
	margin-right: 16px;
}

.pagination a.pagination-last {
	margin-left: 24px;
}

.pagination a.pagination-more {
	margin: 0 16px;
	border: none;
}
.pagination a.pagination-more:hover{
	background: none;
	color: inherit;
}

.pagination-more+a {
	margin-left: 0;
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/special_elem/style.css?17422843141807*/
.portfolio {
	background: #2EA1AC;
	padding-top: 100px;
	margin-bottom: 80px;
	position: relative;
}

.portfolio:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	background: #FFF;
}
.portfolio h2 {
	color: #FFF !important;
	font-size: 40px !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important; 
}
.portfolio-title {
	color: #FFF;
	margin-bottom: 40px;
}

.portfolio__slider-prev,
.portfolio__slider-next,
.portfolio__slider-fraction {
	color: #052E4C;
}

.portfolio__slider-img {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.portfolio__slider-img img {
	display: block;
	max-width: 100%;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

.portfolio__slider-img:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolioheadr_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.portfolioheadr_wrap .portfolio__slider-navigation {
	padding-top: 0px !important;
}
.portfolio__slider__fraction span {
	font-weight: bold !important;
	font-size: 16px !important;
}
@media (max-width: 990.98px) {
	.portfolio {
		padding-top: 50px;
		margin-bottom: 50px;
	}

	.portfolio:after {
		height: 150px;
	}

	.portfolio-title {
		margin-bottom: 50px;
	}

	.portfolio__slider .swiper-slide {
		width: 248px;
	}
}
@media (max-width:568px) {
	.portfolioheadr_wrap {
		display: flex;
		align-items: start;
	}
	}
@media (max-width:375px) {
	.product__special__slider-title h5 {
		font-size: 22px !important;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/quality/style.css?17422843142045*/
.quality {
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
	background: #E3F6F5;
	padding-bottom: 60px;
}

.quality-title {
	margin-bottom: 65px;
}

.quality-loop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* padding-bottom: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 40px; */
}

.quality-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.quality-icon {
	margin-right: 24px;
}

.quality-icon svg {
	display: block;
}

.quality-icon img {
	width: 56px;
	height: auto;
	max-height: 56px;
}

.quality-text {
	font-size: 18px;
}

@media (max-width: 990.98px) {
	.quality-loop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 30px;
	}

	.quality-item {
		margin-bottom: 30px;
	}

	.quality-item:last-child {
		margin-bottom: 0;
	}

	.quality-docs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.quality-docs .btn__docs {
		margin-bottom: 20px;
	}
}

@media (min-width: 991px) {
	.quality {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.quality:after,
	.quality:before {
		content: "";
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
		max-width: 100%;
	}

	.quality:after {
		background: #E3F6F5;
	}

	.quality>.container {
		margin: 0;
	}

	.quality-content {
		padding: 100px 0 70px;
		position: relative;
		background: #E3F6F5;
	}

	.quality-content:after,
	.quality-content:before {
		content: "";
		position: absolute;
		width: 36px;
		display: block;
		top: 0;
		bottom: 0;
	}

	.quality-content:after {
		right: -36px;
		background: #E3F6F5;
	}
}

@media (max-width: 991px) {
	.product__special-content {
		padding: 60px 0 0 !important;
	}
	.quality {
		padding-top:80px;
	}
}
/* End */


/* Start:/local/components/imperium/interest/templates/.default/style.min.css?174228431222693*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto!important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none!important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3!important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;background-size:10px}.product-item-amount-field-btn-minus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent!important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none!important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4!important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:rgba(255,255,255,0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/blog_preview/style.css?17422843141241*/
.blog__preview {
	padding: 125px 0 110px;
	background: #208993;
	color: #FFF;
}

.blog__preview-title {
	margin-bottom: 40px;
}

.blog__preview__navigation-fraction {
	color: #FFF;
}

.blog__preview__navigation-prev,
.blog__preview__navigation-next {
	color: #FFF;
}

.blog__preview__slider-img {
	position: relative;
	margin-bottom: 24px;
}

.blog__preview__slider-img img {
	display: block;
	width: 100%;
}

.blog__preview__slider-img--label {
	position: absolute;
	padding: 8px;
	color: #FFF;
	background: #B84C74;
	left: 0;
	top: 30px;
	font-size: 13px;
}

.blog__preview__slider-title {
	font-family: "PT Sans", serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none !important;
	line-height: 120% !important;
	letter-spacing: 0.36px !important
}
.blog__preview-title h2 {
	font-family: Cormorant;
	font-style: normal;
	font-weight: bold !important;
	font-size: 40px !important;
	line-height: 48px;
	letter-spacing: 0.8px !important;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin-bottom: 0px;
	text-transform: uppercase !important;
  }
@media (max-width:990px) {
	.blog__preview__navigation {
		padding-top:20px;
	}
	.blog__preview {
		padding: 50px 0 50px !important;
	  }
}
/* End */
/* /local/templates/Forward/components/bitrix/catalog/catalog/style.css?17422843142576 */
/* /local/templates/Forward/components/bitrix/catalog.element/.default/style.css?174228431418027 */
/* /local/templates/Forward/components/bitrix/system.pagenavigation/.default/style.css?17422843141299 */
/* /local/templates/Forward/components/bitrix/news.list/special_elem/style.css?17422843141807 */
/* /local/templates/Forward/components/bitrix/news.list/quality/style.css?17422843142045 */
/* /local/components/imperium/interest/templates/.default/style.min.css?174228431222693 */
/* /local/templates/Forward/components/bitrix/news.list/blog_preview/style.css?17422843141241 */
